-
Notifications
You must be signed in to change notification settings - Fork 50
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
travis-ci: build fails with write error #1145
Comments
I always seem to be stuck looking through the raw travis log lately as the pretty one is usually truncated without clues. Could someone post some sample output here demonstrating the error so that I know what to search for in the raw log? |
What I've been doing is making sure all unit tests pass on the failed build, to make sure the build was "successful" in the way we care about. Then if that's the case, search for |
My be a clue here |
Hm, piping output through their "careful-cat" program might not be a bad idea. In a latest build I saw |
The "write errors" (flux-framework#1145) in travis-ci seemed to have increased with the introduction of '-j2' to make distcheck. Perhaps the amount of data on stdout/err or written to disk is overwhelming the travis builders. Remove -j2 for now in hopes that it will make builds more reliable.
The "write errors" (flux-framework#1145) in travis-ci seemed to have increased with the introduction of '-j2' to make distcheck. Perhaps the amount of data on stdout/err or written to disk is overwhelming the travis builders. Remove -j2 for now in hopes that it will make builds more reliable.
The "write errors" (flux-framework#1145) in travis-ci seemed to have increased with the introduction of '-j2' to make distcheck. Perhaps the amount of data on stdout/err or written to disk is overwhelming the travis builders. Remove -j2 for now in hopes that it will make builds more reliable.
I haven't seen a single occurrence of this since #1245 was merged. If anybody else does, please log it here. |
Just finally saw one of these
|
Just saw four more in #1286 |
Ran into this building locally with docker:
|
This seems to have been fixed with some combination of upstream travis fixes, local fixes for I/O handling in |
Occasionally travis builders are getting write errors during the final phase of
make distcheck
. Maybe a disk space issue? Hard to say because it doesn't happen every time. However in #1143, I had to restart 2 of 7 builds.This might be more likely for some reason since
make -j2
was added in pr #1142The text was updated successfully, but these errors were encountered: