Builder linux-rel-css Build #1025
Results:
Build successful
SourceStamp:
| Project | servo/servo |
| Repository | https://github.com/servo/servo |
| Branch | auto |
| Revision | 8d69b90d16ddec7084b36ef2354bb3eea230982c |
| Got Revision | 8d69b90d16ddec7084b36ef2354bb3eea230982c |
| Changes | 1 change |
BuildSlave:
servo-linux3Reason:
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 ( 18 mins, 30 secs )
-
test ran test-css --release --processes 16 ( 19 mins, 14 secs )
-
compile__1 ran build-cef --release --with-debug-assertions warnings ( 14 mins, 8 secs )
-
compile__2 ran build-geckolib --release warnings ( 3 mins, 48 secs )
-
test__1 ran test-stylo --release warnings ( 1 mins, 56 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 | 1025 | Build |
| codebase | Build | |
| got_revision | 8d69b90d16ddec7084b36ef2354bb3eea230982c | Git |
| project | servo/servo | Build |
| repository | https://github.com/servo/servo | Build |
| revision | 8d69b90d16ddec7084b36ef2354bb3eea230982c | Build |
| scheduler | servo-auto | Scheduler |
| slavename | servo-linux3 | 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 | Mon Nov 21 17:28:54 2016 |
| End | Mon Nov 21 18:26:36 2016 |
| Elapsed | 57 mins, 42 secs |
All Changes:
:
Change #27319
Category None Changed by bors-servo <lbergstrom+bors@mozilla.com> Changed at Mon 21 Nov 2016 17:28:54 Repository https://github.com/servo/servo Project servo/servo Branch auto Revision 8d69b90d16ddec7084b36ef2354bb3eea230982c Comments
Auto merge of #14232 - servo:moar-locks, r=upsuper CSSOM: Make Stylesheet fields have their own synchronization <!-- Please describe your changes on the following line: --> r? @upsuper --- <!-- 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 bug 1314208. <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- 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/14232) <!-- Reviewable:end -->
Changed files
- components/layout_thread/Cargo.toml
- components/layout_thread/lib.rs
- components/script/dom/htmllinkelement.rs
- components/script/dom/htmlmetaelement.rs
- components/script/dom/htmlstyleelement.rs
- components/style/stylesheets.rs
- ports/cef/Cargo.lock
- ports/geckolib/glue.rs
- ports/servo/Cargo.lock
- tests/unit/style/media_queries.rs
- tests/unit/style/stylesheets.rs
- tests/unit/style/viewport.rs