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

Builder linux-rel-css Build #1093

Results:

Build successful

SourceStamp:

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

BuildSlave:

servo-linux2

Reason:

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

Steps and Logfiles:

  1. git update ( 4 secs )
    1. - no logs -
  2. generic generic ( 0 secs )
    1. stdio
  3. shell 'pkill -x ...' ( 0 secs )
    1. stdio
  4. compile ran build --release --with-debug-assertions warnings ( 20 mins, 35 secs )
    1. warnings (1)
  5. test ran test-css --release --processes 16 ( 21 mins, 51 secs )
    1. css-errorsummary.log
  6. compile__1 ran build-cef --release --with-debug-assertions warnings ( 16 mins, 0 secs )
    1. stdio
    2. warnings (1)
  7. compile__2 ran build-geckolib --release warnings ( 3 mins, 56 secs )
    1. warnings (5)
  8. test__1 ran test-stylo --release warnings ( 2 mins, 4 secs )
    1. warnings (3)
  9. shell__1 'bash ./etc/ci/lockfile_changed.sh' ( 0 secs )
    1. stdio
  10. shell__2 'bash ./etc/ci/manifest_changed.sh' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch auto Build
builddir /home/servo/buildbot/slave/linux-rel-css slave
buildername linux-rel-css Builder
buildnumber 1093 Build
codebase Build
got_revision c8e39dcdf6fbdc36bed42d3f0d46ad78133d83cf Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision c8e39dcdf6fbdc36bed42d3f0d46ad78133d83cf Build
scheduler servo-auto Scheduler
slavename servo-linux2 BuildSlave
warnings-count 10 WarningCountingShellCommand
workdir /home/servo/buildbot/slave/linux-rel-css slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. bors-servo

Timing:

StartWed Nov 23 23:57:05 2016
EndThu Nov 24 01:01:38 2016
Elapsed1 hrs, 4 mins, 32 secs

All Changes:

:

  1. Change #27780

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Wed 23 Nov 2016 23:48:00
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision c8e39dcdf6fbdc36bed42d3f0d46ad78133d83cf

    Comments

    Auto merge of #14330 - upsuper:bug1307357, r=heycam
    
    Implement access to CSSStyleRule for stylo
    
    <!-- Please describe your changes on the following line: -->
    This is the servo part of [bug 1307357](https://bugzilla.mozilla.org/show_bug.cgi?id=1307357) which has been reviewed by @heycam, @Manishearth and @SimonSapin.
    
    r? @heycam
    
    (`./mach test-tidy` reports several issues on bindings.rs... which I don't think is introduced by my patch... so I have no idea what to do here...)
    
    ---
    <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
    - [ ] `./mach build -d` does not report any errors
    - [ ] `./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 _____
    
    <!-- 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/14330)
    <!-- Reviewable:end -->

    Changed files

    • components/style/binding_tools/regen.py
    • components/style/gecko/conversions.rs
    • components/style/gecko_bindings/bindings.rs
    • components/style/stylesheets.rs
    • ports/geckolib/glue.rs