Builder linux-rel-wpt Build #8316
Results:
Build successful
SourceStamp:
| Project | servo/servo |
| Repository | https://github.com/servo/servo |
| Branch | auto |
| Revision | 91398cf559ddeec8974e04b0a92e464669436177 |
| Got Revision | 91398cf559ddeec8974e04b0a92e464669436177 |
| Changes | 1 change |
BuildSlave:
servo-linux5Reason:
The AnyBranchScheduler scheduler named 'servo-auto' triggered this build
Steps and Logfiles:
-
git update ( 4 secs )
-
generic generic ( 0 secs )
- - no logs -
-
generic_1 generic_1 ( 0 secs )
- - no logs -
-
shell 'pkill -x ...' ( 0 secs )
-
shell__1 './mach clean-nightlies ...' ( 11 secs )
-
shell__2 './mach clean-cargo-cache ...' ( 0 secs )
-
shell__3 './etc/ci/clean_build_artifacts.sh' ( 0 secs )
-
compile ran build --release --with-debug-assertions ( 10 mins, 49 secs )
- - no logs -
-
test ran test-wpt-failure ( 0 secs )
-
test__1 ran test-wpt --release --processes 24 --total-chunks 2 --this-chunk 1 --always-succeed ( 18 mins, 35 secs )
- - no logs -
-
shell__4 './mach filter-intermittents ...' ( 9 secs )
-
test__2 ran test-wpt --release --binary-arg=--multiprocess --processes 24 eventsource ( 9 secs )
Build Properties:
| Name | Value | Source |
|---|---|---|
| branch | auto | Build |
| builddir | /home/servo/buildbot/slave/linux-rel-wpt | slave |
| buildername | linux-rel-wpt | Builder |
| buildnumber | 8316 | Build |
| codebase | Build | |
| got_revision | 91398cf559ddeec8974e04b0a92e464669436177 | Git |
| project | servo/servo | Build |
| repository | https://github.com/servo/servo | Build |
| revision | 91398cf559ddeec8974e04b0a92e464669436177 | Build |
| scheduler | servo-auto | Scheduler |
| slavename | servo-linux5 | BuildSlave |
| warnings-count | 0 | WarningCountingShellCommand |
| workdir | /home/servo/buildbot/slave/linux-rel-wpt | slave (deprecated) |
Forced Build Properties:
| Name | Label | Value |
|---|
Responsible Users:
- bors-servolbergstrom+bors@mozilla.com
Timing:
| Start | Fri Mar 23 06:47:53 2018 |
| End | Fri Mar 23 07:17:54 2018 |
| Elapsed | 30 mins, 0 secs |
All Changes:
:
Change #77609
Category None Changed by bors-servo <lbergstrom+bors@mozilla.com> Changed at Fri 23 Mar 2018 06:47:53 Repository https://github.com/servo/servo Project servo/servo Branch auto Revision 91398cf559ddeec8974e04b0a92e464669436177 Comments
Auto merge of #20320 - kwonoj:feat-wr-revision, r=jdm feat(capture_webrender): write webrender revision into text <!-- Please describe your changes on the following line: --> Relates to https://github.com/servo/servo/pull/20315#issuecomment-373819735. This PR try to generate `wr.txt` when trigger webrender capture. By reading gecko's implementation at [here](https://github.com/mozilla/gecko-dev/blob/3b8e63c66ae1989cfc2c7fb48ca9e025a3828e74/gfx/doc/README.webrender#L53), it seems gecko's build script generates txt file for containing revision of webrender and read it each time trigger capturing. In this PR tries to similar in cruxwise with small differences: - `cargo build` reads `cargo.lock`, export it into `${OUT_DIR}/`, included via macro in build time. - when capturing triggered, those revision will be written as `wr.txt`. Probably point of discussion & need to be updated in PR if necessary: ~- Is it acceptable `mach` generates module file on build bootstrapping? Should there be other recommendation?~ Now cargo build takes care of generation. --- <!-- 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 - [x] These changes fix #20295 (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because _____ - This PR manually verified on local mac OS machine. <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- 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/20320) <!-- Reviewable:end -->Changed files
- Cargo.lock
- components/compositing/Cargo.toml
- components/compositing/build.rs
- components/compositing/compositor.rs