Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder linux-rel-css Build #3676

Results:

Failed compile

SourceStamp:

Projectservo/servo
Repositoryhttps://github.com/servo/servo
Branchauto
Revisionac3a15226086a9e0a1307a95e7f92ebbc4199bc6
Got Revisionac3a15226086a9e0a1307a95e7f92ebbc4199bc6
Changes1 change

BuildSlave:

servo-linux3

Reason:

The AnyBranchScheduler scheduler named 'servo-auto' triggered this build

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. generic generic ( 0 secs )
    1. - no logs -
  3. generic_1 generic_1 ( 0 secs )
    1. - no logs -
  4. shell 'pkill -x ...' ( 0 secs )
    1. stdio
  5. shell__1 './mach clean-nightlies ...' ( 0 secs )
    1. stdio
  6. compile ran build --release --with-debug-assertions failed ( 3 mins, 1 secs )
    1. - no logs -
  7. test  
    1. - no logs -
    1. - no logs -
    1. - no logs -
    1. - no logs -
  8. test__1  
    1. - no logs -
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch auto Build
builddir /home/servo/buildbot/slave/linux-rel-css slave
buildername linux-rel-css Builder
buildnumber 3676 Build
codebase Build
got_revision ac3a15226086a9e0a1307a95e7f92ebbc4199bc6 Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision ac3a15226086a9e0a1307a95e7f92ebbc4199bc6 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:

NameLabelValue

Responsible Users:

  1. bors-servo

Timing:

StartThu Apr 27 11:04:04 2017
EndThu Apr 27 11:07:09 2017
Elapsed3 mins, 4 secs

All Changes:

:

  1. Change #45091

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Thu 27 Apr 2017 10:56:27
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision ac3a15226086a9e0a1307a95e7f92ebbc4199bc6

    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