Builder linux-rel-css Build #4546
Results:
Build successful
SourceStamp:
| Project | servo/servo |
| Repository | https://github.com/servo/servo |
| Branch | auto |
| Revision | 75d6796cbd1274c3711472d1a8b728c3cf6ac70c |
| Got Revision | 75d6796cbd1274c3711472d1a8b728c3cf6ac70c |
| Changes | 1 change |
BuildSlave:
servo-linux1Reason:
The AnyBranchScheduler scheduler named 'servo-auto' triggered this build
Steps and Logfiles:
-
git update ( 5 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 ...' ( 9 secs )
-
compile ran build --release --with-debug-assertions warnings ( 16 mins, 56 secs )
-
test ran test-css --release --processes 16 --always-succeed ( 10 mins, 35 secs )
-
shell__2 './mach filter-intermittents ...' ( 0 secs )
-
compile__1 ran build-cef --release --with-debug-assertions warnings ( 38 secs )
-
compile__2 ran build-geckolib --release ( 6 mins, 25 secs )
-
test__1 ran test-stylo --release ( 6 mins, 21 secs )
- - no logs -
-
shell__3 'bash ./etc/ci/lockfile_changed.sh' ( 0 secs )
-
shell__4 '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 | 4546 | Build |
| codebase | Build | |
| got_revision | 75d6796cbd1274c3711472d1a8b728c3cf6ac70c | Git |
| project | servo/servo | Build |
| repository | https://github.com/servo/servo | Build |
| revision | 75d6796cbd1274c3711472d1a8b728c3cf6ac70c | Build |
| scheduler | servo-auto | Scheduler |
| slavename | servo-linux1 | BuildSlave |
| warnings-count | 4 | 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 Jun 12 20:01:14 2017 |
| End | Mon Jun 12 20:42:28 2017 |
| Elapsed | 41 mins, 13 secs |
All Changes:
:
Change #50922
Category None Changed by bors-servo <lbergstrom+bors@mozilla.com> Changed at Mon 12 Jun 2017 19:49:20 Repository https://github.com/servo/servo Project servo/servo Branch auto Revision 75d6796cbd1274c3711472d1a8b728c3cf6ac70c Comments
Auto merge of #17281 - bholley:shrink_rule_again, r=emilio Pack bloom filter hashes better and save a word on Rule https://bugzilla.mozilla.org/show_bug.cgi?id=1371949 <!-- 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/17281) <!-- Reviewable:end -->
Changed files
- components/script/dom/element.rs
- components/script/layout_wrapper.rs
- components/selectors/bloom.rs
- components/selectors/matching.rs
- components/selectors/parser.rs
- components/style/applicable_declarations.rs
- components/style/dom.rs
- components/style/gecko/wrapper.rs
- components/style/lib.rs
- components/style/matching.rs
- components/style/rule_tree/mod.rs
- components/style/selector_map.rs
- components/style/sharing/mod.rs
- components/style/stylist.rs
- tests/unit/style/stylist.rs
- tests/unit/stylo/size_of.rs