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

Builder linux-rel-css Build #806

Results:

Failed test

SourceStamp:

Projectservo/servo
Repositoryhttps://github.com/servo/servo
Branchtry
Revision38e97d26c6e812bb2a8ba3f46707625ee733e56e
Got Revision38e97d26c6e812bb2a8ba3f46707625ee733e56e
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 ( 19 mins, 0 secs )
    1. warnings (1)
  5. test ran test-css --release --processes 16 failed ( 22 mins, 13 secs )
    1. css-errorsummary.log
  6. compile__1 ran build-cef --release --with-debug-assertions warnings ( 14 mins, 25 secs )
    1. stdio
    2. warnings (1)
  7. compile__2 ran build-geckolib --release warnings ( 3 mins, 53 secs )
    1. warnings (5)
  8. test__1 ran test-stylo --release warnings ( 2 mins, 48 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 try Build
builddir /home/servo/buildbot/slave/linux-rel-css slave
buildername linux-rel-css Builder
buildnumber 806 Build
codebase Build
got_revision 38e97d26c6e812bb2a8ba3f46707625ee733e56e Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision 38e97d26c6e812bb2a8ba3f46707625ee733e56e 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:

StartSun Nov 13 11:30:29 2016
EndSun Nov 13 12:32:54 2016
Elapsed1 hrs, 2 mins, 25 secs

All Changes:

:

  1. Change #26246

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Sun 13 Nov 2016 10:57:14
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch try
    Revision 38e97d26c6e812bb2a8ba3f46707625ee733e56e

    Comments

    Auto merge of #13641 - emilio:rayon-style, r=<try>
    
    Use rayon to drive parallel layout and styling.
    
    <!-- Please describe your changes on the following line: -->
    
    The current work queue had a really annoying constraint: The size of the node had to be the size of the work unit data.
    
    This makes it impractical for the new restyling model where we plan to pass down a bunch of data.
    
    Rayon by default makes you wait for the result of the work unit, which makes it impractical for the current model (it's mostly sequential).
    
    I added an API to rayon that allows us to push work to the queue without waiting (https://github.com/nikomatsakis/rayon/pull/103).
    
    This still needs some work (for example, we're loosing the memory reporting functionality), but I wanted feedback on this.
    
    ---
    
    <!-- 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/13641)
    
    <!-- Reviewable:end -->

    Changed files

    • components/layout/Cargo.toml
    • components/layout/lib.rs
    • components/layout/parallel.rs
    • components/layout_thread/Cargo.toml
    • components/layout_thread/lib.rs
    • components/servo/Cargo.lock
    • components/style/Cargo.toml
    • components/style/gecko/data.rs
    • components/style/gecko/wrapper.rs
    • components/style/lib.rs
    • components/style/parallel.rs
    • components/style/thread_state.rs
    • components/style/workqueue.rs
    • ports/cef/Cargo.lock
    • ports/geckolib/Cargo.lock