-
-
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
BuildBot woes #27287
Comments
Perhaps an optimizer/llvm issue? This line seems to suggest:
|
The earliest occurrence I could find was https://build.julialang.org/#/builders/87/builds/152 which was 18 days ago. |
While it may easily be an optimizer issue, I don't think that line is necessarily suggestive since it'd just print the backtrace at whatever place it was killed, which for compilation heavy work like the test suite could easily be LLVM. |
Can we at least increase the timeouts on the buildbots for the time being in case it will help? Is it @staticfloat who has to do that? |
I don't think that's the issue here; the log that Kristoffer posted shows julia worker processes hanging on LibGit2 tests, because we've triggered some kind of interactive prompt for credentials. |
FWIW, the last 3 mac builds passed so the nightly is updated... Not sure if anything is really fixed but hey. |
Updated this issue to be in general about build bot problems because the other arhces also have issues. |
If the build bots are under heavy load it's possible that 10 second default used in |
10 seconds is a little small. Let's bump it to 60. The purpose of the timeouts is to prevent the test suite from hanging. For that purpose, whether it's 10 or 60 doesn't matter much. |
Yes, let’s bump it up to 30 seconds or so. The buildbots are often under heavy load. ;) |
How about the FileWatching tests that also are too slow, e.g https://build.julialang.org/#/builders/91/builds/246. |
I'll make a PR to bump up the timeout. |
I've seen the FileWatching one locally on Windows actually on a fairly beefy machine, so there may be other problems there. |
Is it possible that the |
Update:
|
Not sure this needs to be opened anymore. |
If I’m not mistaken the macOS nightly is still a little old (10 days)? |
Yes, it's been compiling openblas for 9 days https://build.julialang.org/#/builders/1/builds/1540... I've been trying to stop it but it doesn't listen. |
macOS nightly should be updated now. |
Build bots are kinda sad. This is an issue to consolidate the problems.
Mac
LibGit2
Doesn't look the same as #27109. Seems to happen consistenly.
Last Mac nightly was 2 weeks ago(!). Need to have Mac builds working to make a release.
For example https://build.julialang.org/#/builders/87/builds/259/steps/2/logs/stdio
Kw args to
kwfunc
https://build.julialang.org/#/builders/87/builds/266
Win32
Errors from not finishing certain FileWatching tests in time
Example log https://build.julialang.org/#/builders/91/builds/246
Hangs when testing.
Example log https://build.julialang.org/#/builders/91/builds/250
Win 64
Distributed tests
Example log: https://build.julialang.org/#/builders/88/builds/218/steps/2/logs/stdio
Cleaning out step:
Example log: https://build.julialang.org/#/builders/88/builds/215
AArch
Kw args to
kwfunc
Same as the mac error
The text was updated successfully, but these errors were encountered: