Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upIntermittent "error: Could not compile `script`." on buildbot with no other error message #18806
Labels
Comments
|
I believe this message if from Cargo. This means rustc existed suddenly with a non-zero exit code but without writing anything itself on stderr or stdout. |
|
I suspect an OOM before linking starts, but I'm not really sure how to confirm that. |
|
cc @aneeshusa |
|
I logged into servo-mac6 and looked at top; this certainly looks suspicious:
|
|
Same error for the android builder now on servo-linux-cross1: http://build.servo.org/builders/android/builds/9285/steps/compile/logs/stdio |
|
We’ve moved from Buildbot to Taskcluster. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is the second time I see this recently:
http://build.servo.org/builders/mac-rel-wpt3/builds/2119/steps/compile/logs/stdio
#18585 (comment)