Builder linux-rel-wpt Build #7443
Results:
Build successful
SourceStamp:
| Project | servo/servo |
| Repository | https://github.com/servo/servo |
| Branch | auto |
| Revision | 6131371cc230cca45b13ef9a2622c6e602208357 |
| Got Revision | 6131371cc230cca45b13ef9a2622c6e602208357 |
| Changes | 1 change |
BuildSlave:
servo-linux3Reason:
The AnyBranchScheduler scheduler named 'servo-auto' triggered this build
Steps and Logfiles:
-
git update ( 3 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 ...' ( 10 secs )
-
compile ran build --release --with-debug-assertions ( 20 mins, 56 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 ( 17 mins, 31 secs )
-
shell__2 './mach filter-intermittents ...' ( 0 secs )
-
test__2 ran test-wpt --release --binary-arg=--multiprocess --processes 24 eventsource ( 8 secs )
Build Properties:
| Name | Value | Source |
|---|---|---|
| branch | auto | Build |
| builddir | /home/servo/buildbot/slave/linux-rel-wpt | slave |
| buildername | linux-rel-wpt | Builder |
| buildnumber | 7443 | Build |
| codebase | Build | |
| got_revision | 6131371cc230cca45b13ef9a2622c6e602208357 | Git |
| project | servo/servo | Build |
| repository | https://github.com/servo/servo | Build |
| revision | 6131371cc230cca45b13ef9a2622c6e602208357 | Build |
| scheduler | servo-auto | Scheduler |
| slavename | servo-linux3 | 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 Jan 5 09:49:36 2018 |
| End | Fri Jan 5 10:28:28 2018 |
| Elapsed | 38 mins, 51 secs |
All Changes:
:
Change #71102
Category None Changed by bors-servo <lbergstrom+bors@mozilla.com> Changed at Fri 05 Jan 2018 09:49:36 Repository https://github.com/servo/servo Project servo/servo Branch auto Revision 6131371cc230cca45b13ef9a2622c6e602208357 Comments
Auto merge of #19696 - upsuper:rule-cache-opt, r=emilio Skip rule node which contains only inherited properties for rule cache This is one possible fix for [bug 1427681](https://bugzilla.mozilla.org/show_bug.cgi?id=1427681) which tries to skip some rule nodes when using rule cache. Try push for correctness: https://treeherder.mozilla.org/#/jobs?repo=try&revision=74e3941e2cfc5fba4bce839f2518af8a5a8b7411 It doesn't really show much memory saving on awsy. It only shows several KB save on fresh start memory. But since conceptually it's simple, I guess it's worth taking. <!-- 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/19696) <!-- Reviewable:end -->
Changed files
- components/style/animation.rs
- components/style/properties/declaration_block.rs
- components/style/properties/properties.mako.rs
- components/style/rule_cache.rs
- components/style/rule_tree/mod.rs
- components/style/style_resolver.rs