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 upUpdate to cargo 0.17.0-nightly (385e243 2017-01-27) #15277
Conversation
Pick up rust-lang/cargo#3590, to print errors without waiting for parallel jobs.
|
@bors-servo r+ |
|
|
Update to cargo 0.17.0-nightly (385e243 2017-01-27) Pick up rust-lang/cargo#3590, to print errors without waiting for parallel jobs. <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [x] These changes do not require new tests <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/15277) <!-- Reviewable:end -->
|
|
Let’s see if it’s a temporary thing: @bors-servo try retry |
Update to cargo 0.17.0-nightly (385e243 2017-01-27) Pick up rust-lang/cargo#3590, to print errors without waiting for parallel jobs. <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [x] These changes do not require new tests <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/15277) <!-- Reviewable:end -->
|
|
|
@bors-servo try With |
Update to cargo 0.17.0-nightly (385e243 2017-01-27) Pick up rust-lang/cargo#3590, to print errors without waiting for parallel jobs. <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [x] These changes do not require new tests <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/15277) <!-- Reviewable:end -->
|
|
|
Ok, so it looks like the final rustc invocation (below) prints "LLVM ERROR: IO failure on output stream." then exists with status code 1. The range of Cargo changes is rust-lang/cargo@6291619...385e243
|
|
Downgrading Cargo a bit to try and narrow the range. @bors-servo try |
Update to cargo 0.17.0-nightly (385e243 2017-01-27) Pick up rust-lang/cargo#3590, to print errors without waiting for parallel jobs. <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [x] These changes do not require new tests <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/15277) <!-- Reviewable:end -->
|
|
|
Keep in mind servo/saltfs#585; this is not necessarily a cargo problem. |
|
Ah, I didn’t know about that. Thanks. |
|
servo/saltfs#585 (lack of disk space on the CI server) is closed. @bors-servo r=emilio |
|
|
Update to cargo 0.17.0-nightly (385e243 2017-01-27) Pick up rust-lang/cargo#3590, to print errors without waiting for parallel jobs. <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [x] These changes do not require new tests <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/15277) <!-- Reviewable:end -->
|
|
SimonSapin commentedJan 28, 2017
•
edited by larsbergstrom
Pick up rust-lang/cargo#3590, to print errors without waiting for parallel jobs.
./mach build -ddoes not report any errors./mach test-tidydoes not report any errorsThis change is