-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failure on macOS in master #264
Comments
It is related to the PR #239 .But the issue appears much later. I (and I believe @wclodius2 too) already try to fix it. I never could reproduce it on my computer (Fedora) with both gfortran and ifort 19. |
It needs to be debugged. I think it fails somewhere around here:
|
It actually fails for me on my laptop. Bisecting the error. |
Note that for the PR #261 (unrelated to bitsets), all tests passed.
Good! Hopefully you can fix it. |
Things that come to my mind are race conditions around the test.txt file, or a problem somewhere maybe with the case-insensitiveness of the default macOS file system. |
Here is the backtrace:
I use gfortran and Ubuntu 18.04. |
Strange. I just tried again on my computer (Fedore 31) with gfortran, and I couldn't reproduce it. Good luck! The backtrace doesn't seem to be useful. |
I made a mistake. I removed the |
I am debugging it at #265. |
This seems to avoid a filename race conditions on macOS. Fixes fortran-lang#264.
Now that Ondrej has apparently fixed it it doesn’t matter, but I use a MacBook Pro with gfortran 8.1.0 and 10.2.0 and ifort 18.0.3 installed and was never able to reproduce the error with any of the three compilers. From the naming I suspect the Mac that was failing was running gfortran 9.something.
… On Dec 10, 2020, at 11:58 AM, Jeremie Vandenplas ***@***.***> wrote:
It is related to the PR #239 <#239> .But the issue appears much later. I (and I believe @wclodius2 <https://github.com/wclodius2> too) already try to fix it. I never could reproduce it on my computer (Fedora) with both gfortran and ifort 19.
Re-running the actions usually usually result in all passed actions. It seems to be quite random, and is only in the in-tree built apparently.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#264 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/APTQDOWT3REFZSAXXAKIXYLSUEK47ANCNFSM4UVNFIMQ>.
|
There is an error in master on macOS 9:
https://github.com/fortran-lang/stdlib/runs/1532433788?check_suite_focus=true
I first noticed it in #263, but it couldn't have been caused by that PR. The first time it appeared seems to be after merging #260, but probably also unrelated.
We need to fix it.
The text was updated successfully, but these errors were encountered: