Builder linux-rel-css Build #5511
Results:
Build successful
SourceStamp:
| Project | servo/servo |
| Repository | https://github.com/servo/servo |
| Branch | auto |
| Revision | 941e0dbb5a125861e20484271a1636e8035e5507 |
| Got Revision | 941e0dbb5a125861e20484271a1636e8035e5507 |
| 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 )
- - 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 ( 20 mins, 0 secs )
- - no logs -
-
test ran test-css --release --processes 16 --always-succeed ( 12 mins, 15 secs )
-
shell__2 './mach filter-intermittents ...' ( 0 secs )
-
compile__1 ran build-cef --release --with-debug-assertions ( 39 secs )
-
compile__2 ran build-geckolib --release ( 5 mins, 35 secs )
- - no logs -
-
test__1 ran test-stylo --release warnings ( 51 secs )
-
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 | 5511 | Build |
| codebase | Build | |
| got_revision | 941e0dbb5a125861e20484271a1636e8035e5507 | Git |
| project | servo/servo | Build |
| repository | https://github.com/servo/servo | Build |
| revision | 941e0dbb5a125861e20484271a1636e8035e5507 | Build |
| scheduler | servo-auto | Scheduler |
| slavename | servo-linux2 | BuildSlave |
| warnings-count | 2 | 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 | Fri Aug 18 18:08:39 2017 |
| End | Fri Aug 18 18:48:15 2017 |
| Elapsed | 39 mins, 35 secs |
All Changes:
:
Change #58367
Category None Changed by bors-servo <lbergstrom+bors@mozilla.com> Changed at Fri 18 Aug 2017 18:08:38 Repository https://github.com/servo/servo Project servo/servo Branch auto Revision 941e0dbb5a125861e20484271a1636e8035e5507 Comments
Auto merge of #18142 - emilio:less-mess-ns, r=SimonSapin style: Less messy namespace handling. This PR accounts for the fact that the namespace table is only needed in `NestedRuleParser`, and only for style rules, in order to simplify the setup and be able to fix a few bugs wrt parsing of invalid rules. <!-- 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/18142) <!-- Reviewable:end -->
Changed files
- components/script/dom/css.rs
- components/style/parser.rs
- components/style/stylesheets/font_feature_values_rule.rs
- components/style/stylesheets/keyframes_rule.rs
- components/style/stylesheets/mod.rs
- components/style/stylesheets/rule_parser.rs
- components/style/stylesheets/stylesheet.rs
- components/style/stylesheets/supports_rule.rs
- ports/geckolib/glue.rs