Builder linux-rel-css Build #1042
Results:
Build successful
SourceStamp:
| Project | servo/servo |
| Repository | https://github.com/servo/servo |
| Branch | auto |
| Revision | cd77071d3f43def99f4501d661c3c32448c80ac1 |
| Got Revision | cd77071d3f43def99f4501d661c3c32448c80ac1 |
| Changes | 1 change |
BuildSlave:
servo-linux2Reason:
The AnyBranchScheduler scheduler named 'servo-auto' triggered this build
Steps and Logfiles:
-
git update ( 4 secs )
- - no logs -
-
generic generic ( 0 secs )
-
shell 'pkill -x ...' ( 0 secs )
-
compile ran build --release --with-debug-assertions warnings ( 19 mins, 40 secs )
-
test ran test-css --release --processes 16 ( 21 mins, 36 secs )
-
compile__1 ran build-cef --release --with-debug-assertions warnings ( 14 mins, 32 secs )
-
compile__2 ran build-geckolib --release warnings ( 3 mins, 55 secs )
-
test__1 ran test-stylo --release warnings ( 1 mins, 57 secs )
-
shell__1 'bash ./etc/ci/lockfile_changed.sh' ( 0 secs )
-
shell__2 'bash ./etc/ci/manifest_changed.sh' ( 0 secs )
Build Properties:
| Name | Value | Source |
|---|---|---|
| branch | auto | Build |
| builddir | /home/servo/buildbot/slave/linux-rel-css | slave |
| buildername | linux-rel-css | Builder |
| buildnumber | 1042 | Build |
| codebase | Build | |
| got_revision | cd77071d3f43def99f4501d661c3c32448c80ac1 | Git |
| project | servo/servo | Build |
| repository | https://github.com/servo/servo | Build |
| revision | cd77071d3f43def99f4501d661c3c32448c80ac1 | Build |
| scheduler | servo-auto | Scheduler |
| slavename | servo-linux2 | BuildSlave |
| warnings-count | 10 | WarningCountingShellCommand |
| workdir | /home/servo/buildbot/slave/linux-rel-css | slave (deprecated) |
Forced Build Properties:
| Name | Label | Value |
|---|
Responsible Users:
- bors-servolbergstrom+bors@mozilla.com
Timing:
| Start | Tue Nov 22 08:24:27 2016 |
| End | Tue Nov 22 09:26:16 2016 |
| Elapsed | 1 hrs, 1 mins, 48 secs |
All Changes:
:
Change #27452
Category None Changed by bors-servo <lbergstrom+bors@mozilla.com> Changed at Tue 22 Nov 2016 08:24:27 Repository https://github.com/servo/servo Project servo/servo Branch auto Revision cd77071d3f43def99f4501d661c3c32448c80ac1 Comments
Auto merge of #14313 - asajeffrey:util-opts-multiple-debugs, r=frewsxcv Allow multiple -Z debug options. <!-- Please describe your changes on the following line: --> This PR allows the `-Z` command line option to be set multiple times; `servo -Zfoo -Zbar` is the same as `servo -Zfoo,bar`. This means we can pass debug options into `mach test-wpt` as `mach test-wpt --binary-arg=-Zfoo`; previously this failed because mach already passed in some debug options. --- <!-- 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 do not require tests because this is part of the debug and test architecture <!-- 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/14313) <!-- Reviewable:end -->
Changed files
- components/util/opts.rs