Builder linux-rel-wpt Build #7135
Results:
Build successful
SourceStamp:
| Project | servo/servo |
| Repository | https://github.com/servo/servo |
| Branch | auto |
| Revision | 49e6594bc9f4c8178175232ab4a61581144dfa8e |
| Got Revision | 49e6594bc9f4c8178175232ab4a61581144dfa8e |
| Changes | 1 change |
BuildSlave:
servo-linux6Reason:
The AnyBranchScheduler scheduler named 'servo-auto' triggered this build
Steps and Logfiles:
-
git update ( 9 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 ( 22 mins, 40 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 ( 15 mins, 48 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 | 7135 | Build |
| codebase | Build | |
| got_revision | 49e6594bc9f4c8178175232ab4a61581144dfa8e | Git |
| project | servo/servo | Build |
| repository | https://github.com/servo/servo | Build |
| revision | 49e6594bc9f4c8178175232ab4a61581144dfa8e | Build |
| scheduler | servo-auto | Scheduler |
| slavename | servo-linux6 | 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 | Sat Dec 2 00:51:55 2017 |
| End | Sat Dec 2 01:30:54 2017 |
| Elapsed | 38 mins, 58 secs |
All Changes:
:
Change #69533
Category None Changed by bors-servo <lbergstrom+bors@mozilla.com> Changed at Sat 02 Dec 2017 00:16:35 Repository https://github.com/servo/servo Project servo/servo Branch auto Revision 49e6594bc9f4c8178175232ab4a61581144dfa8e Comments
Auto merge of #19455 - emilio:color-does-stupid-things-too, r=upsuper style: Don't waste an allocation when failing to parse a CSSParserColor. I see that allocation show up in the profiles, and it makes sense, because system colors and such are common in Firefox, and they're just wasting it. Note that the clone() added is refcounted. <!-- 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/19455) <!-- Reviewable:end -->
Changed files
- components/style/values/specified/color.rs