Builder linux-rel-css Build #3672
Results:
Failed compile
SourceStamp:
| Project | servo/servo |
| Repository | https://github.com/servo/servo |
| Branch | auto |
| Revision | 6585398986f0933b1d6bc06661f59c5f0ed6ff70 |
| Got Revision | 6585398986f0933b1d6bc06661f59c5f0ed6ff70 |
| Changes | 1 change |
BuildSlave:
servo-linux3Reason:
The AnyBranchScheduler scheduler named 'servo-auto' triggered this build
Steps and Logfiles:
-
git update ( 2 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 ...' ( 0 secs )
-
compile ran build --release --with-debug-assertions failed ( 29 secs )
- - no logs -
-
- - no logs -
-
- - no logs -
-
- - no logs -
-
- - no logs -
-
- - no logs -
-
- - no logs -
-
- - no logs -
Build Properties:
| Name | Value | Source |
|---|---|---|
| branch | auto | Build |
| builddir | /home/servo/buildbot/slave/linux-rel-css | slave |
| buildername | linux-rel-css | Builder |
| buildnumber | 3672 | Build |
| codebase | Build | |
| got_revision | 6585398986f0933b1d6bc06661f59c5f0ed6ff70 | Git |
| project | servo/servo | Build |
| repository | https://github.com/servo/servo | Build |
| revision | 6585398986f0933b1d6bc06661f59c5f0ed6ff70 | Build |
| scheduler | servo-auto | Scheduler |
| slavename | servo-linux3 | BuildSlave |
| warnings-count | 0 | 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 | Thu Apr 27 10:03:36 2017 |
| End | Thu Apr 27 10:04:09 2017 |
| Elapsed | 32 secs |
All Changes:
:
Change #45062
Category None Changed by bors-servo <lbergstrom+bors@mozilla.com> Changed at Thu 27 Apr 2017 10:03:36 Repository https://github.com/servo/servo Project servo/servo Branch auto Revision 6585398986f0933b1d6bc06661f59c5f0ed6ff70 Comments
Auto merge of #16624 - chenpighead:stylo-make-border-spacing-animatable, r=boris Stylo: Make border-spacing animatable Two things are included in this patch: 1. Implement ComputeDistance for border-spacing, so we could get the right distance while doing animations. 2. Implement clone function for gecko glue code of border-spacing, so we could make animations of border-spacing work properly in stylo build. Gecko side patch: Bug 1354437 <!-- Please describe your changes on the following line: --> --- <!-- 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 - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- 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/16624) <!-- Reviewable:end -->
Changed files
- components/style/properties/gecko.mako.rs
- components/style/properties/longhand/inherited_table.mako.rs