-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Intermittent failures in bitarray tests #9176
Comments
I don't know if this is related, but as part of Travis-testing Builds are at https://travis-ci.org/timholy/ImageView.jl/builds, specifically 61-64. Curiously, when I decided to try not relying on the "test/REQUIRE" file and insert a specific |
Here was a bitarray failure on win64 appveyor that may or may not be related, looks a bit different than other failures I've seen: https://ci.appveyor.com/project/StefanKarpinski/julia/build/1.0.2703/job/0p4en8aw6o9wi7ss |
Really odd bitarray failure here https://travis-ci.org/JuliaLang/julia/jobs/59006825:
and maybe related subarray failure here https://ci.appveyor.com/project/StefanKarpinski/julia/build/1.0.3895/job/cbasxe5fj9408wcn
|
Travis seems to be pretty stable now. |
Dunno, this one has been pretty nasty and long-standing. What do you think would have fixed this? |
potentially related? https://ci.appveyor.com/project/StefanKarpinski/julia/build/1.0.4189/job/khj3vl1bnlq21lxf
|
Yeah, I'm reopening this. https://ci.appveyor.com/project/StefanKarpinski/julia/build/1.0.4219/job/1xhhtkjdbcwd0p42 |
Hey, I may have fixed this. The missing gc root from b61f46f also triggered the bug in bitarray and the timeline somewhat corresponds to the introduction of staged function (we could probably be more definitive about this by looking at the precise history which I have not done). What about trying a wishful closing again ? |
Sounds good to me, that's not merged yet but presumably will be once CI's green. I thought staged functions were merged well before november? |
Yep but this only happens if something in the bitarray test ends up calling a staged function (for the first time with this particular arg tuple). And when the right kind of memory pressure is on the gc of course. I meant this comment in the sense that if the failure started before the introduction of staged function it would mean that another bug was hiding here. Still, no proof of anything, so we'll have to wait and see. |
🍰 |
This seems to have started within the last week, and is hitting a lot of unrelated PR's, merge commits, etc. Appears to be Linux-only. Can anyone reproduce this locally?
https://travis-ci.org/JuliaLang/julia/jobs/41787654 (failure in examples, maybe different)
https://travis-ci.org/JuliaLang/julia/jobs/41932980
https://travis-ci.org/JuliaLang/julia/jobs/42137195
https://travis-ci.org/JuliaLang/julia/jobs/42277643
https://travis-ci.org/JuliaLang/julia/jobs/42121382
https://travis-ci.org/JuliaLang/julia/jobs/41944568
https://travis-ci.org/JuliaLang/julia/jobs/41942488
https://travis-ci.org/JuliaLang/julia/jobs/41764444 (failure in subarray, maybe different)
https://travis-ci.org/JuliaLang/julia/jobs/41756704 (failure in linalg3, maybe different)
https://travis-ci.org/JuliaLang/julia/jobs/41743584 (failure in linalg3, maybe different)
https://travis-ci.org/JuliaLang/julia/jobs/41726550 (failure in linalg3, maybe different)
https://travis-ci.org/JuliaLang/julia/jobs/41682731 (failure in readdlm, maybe different)
https://travis-ci.org/JuliaLang/julia/jobs/41489707 (failure in reflection, maybe different)
https://travis-ci.org/JuliaLang/julia/jobs/42198614
https://travis-ci.org/JuliaLang/julia/jobs/42123010
https://travis-ci.org/JuliaLang/julia/jobs/42054331
https://travis-ci.org/JuliaLang/julia/jobs/42053919
https://travis-ci.org/JuliaLang/julia/jobs/41876291
https://travis-ci.org/JuliaLang/julia/jobs/41737821 (failure in linalg1, maybe different)
https://travis-ci.org/JuliaLang/julia/jobs/41764920 (failure in arrayops, maybe different)
https://travis-ci.org/JuliaLang/julia/jobs/41808489 (failures in linalg3 and 4, maybe different)
https://travis-ci.org/JuliaLang/julia/jobs/42415835
https://travis-ci.org/JuliaLang/julia/jobs/42441603
https://travis-ci.org/JuliaLang/julia/jobs/42706154
https://travis-ci.org/JuliaLang/julia/jobs/43031974
The text was updated successfully, but these errors were encountered: