-
-
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
Occasional "ERROR: test failed: isready(rr1)" on AppVeyor and OSX Travis #9572
Comments
… and using listenany so that multiple test suites can run in parallel with less likelyhood of collisions
not really. that might be a compilation delay if you're blocking sys.dll from loading (such as by using julia-debug.exe). we could do a dummy run to try to cut down on that delay. or just insert a |
Apparently this can happen on OSX too? |
another OSX example https://travis-ci.org/JuliaLang/julia/jobs/47532713 (hopefully no one restarts that one) |
I'm going to close this since I think appveyor has actually been fairly well-behaved (except for the occasional freeze and timeout, which there's a different issue for) and we've got much bigger problems on Travis. We can reopen if this specific problem starts coming back frequently. |
Just saw this again locally. Totally intermittent, as so many of these are. edit: and again 7/27 at 9390c71, 64 bit ubuntu 14.04 and again 12/01 on osx buildbot http://buildbot.e.ip.saba.us:8010/builders/build_osx10.9-x64/builds/362/steps/shell_2/logs/stdio |
This is happening really often on the os x buildbot: http://build.julialang.org:8010/builders/build_osx10.9-x64?numbuilds=250 No one sees this locally? |
Seen this recently? |
See
https://ci.appveyor.com/project/StefanKarpinski/julia/build/1.0.1069/job/r89nh7863xwt4axv
https://ci.appveyor.com/project/StefanKarpinski/julia/build/1.0.1033/job/w29umga18ob007s3
https://ci.appveyor.com/project/StefanKarpinski/julia/build/1.0.993/job/0qiadv446dghm09v
for examples. Seems to only happen on Win64, where I'm running tests in serial on AppVeyor due to #7942. This might be a manifestation of the same problem?
Possibly related but maybe something else, on 32 bit:
https://ci.appveyor.com/project/StefanKarpinski/julia/build/1.0.925/job/yivgyj95e80d85l9
The text was updated successfully, but these errors were encountered: