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

Builder linux-rel-css Build #1034

Results:

Build successful

SourceStamp:

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

BuildSlave:

servo-linux3

Reason:

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

Steps and Logfiles:

  1. git update ( 10 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, 12 secs )
    1. warnings (1)
  5. test ran test-css --release --processes 16 ( 20 mins, 13 secs )
    1. css-errorsummary.log
  6. compile__1 ran build-cef --release --with-debug-assertions warnings ( 14 mins, 9 secs )
    1. stdio
    2. warnings (1)
  7. compile__2 ran build-geckolib --release warnings ( 3 mins, 50 secs )
    1. warnings (5)
  8. test__1 ran test-stylo --release warnings ( 1 mins, 57 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 1034 Build
codebase Build
got_revision 30867001d17222cc5d0b18086dca9f5d9bcb3934 Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision 30867001d17222cc5d0b18086dca9f5d9bcb3934 Build
scheduler servo-auto Scheduler
slavename servo-linux3 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:

StartTue Nov 22 01:34:36 2016
EndTue Nov 22 02:35:10 2016
Elapsed1 hrs, 34 secs

All Changes:

:

  1. Change #27409

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Tue 22 Nov 2016 01:34:36
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision 30867001d17222cc5d0b18086dca9f5d9bcb3934

    Comments

    Auto merge of #14232 - servo:moar-locks, r=upsuper
    
    CSSOM: Make Stylesheet fields have their own synchronization
    
    <!-- Please describe your changes on the following line: -->
    
    r? @upsuper
    
    ---
    <!-- 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
    - [x] These changes fix bug 1314208.
    
    <!-- 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/14232)
    <!-- Reviewable:end -->

    Changed files

    • components/layout_thread/Cargo.toml
    • components/layout_thread/lib.rs
    • components/script/dom/htmllinkelement.rs
    • components/script/dom/htmlmetaelement.rs
    • components/script/dom/htmlstyleelement.rs
    • components/style/stylesheets.rs
    • ports/cef/Cargo.lock
    • ports/geckolib/glue.rs
    • ports/servo/Cargo.lock
    • tests/unit/style/media_queries.rs
    • tests/unit/style/stylesheets.rs
    • tests/unit/style/viewport.rs