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

Builder linux-rel-css Build #511

Results:

Build successful

SourceStamp:

Projectservo/servo
Repositoryhttps://github.com/servo/servo
Branchauto
Revisionb611e5c3b219e8f6aa9a7937aa7f5ea552762cd4
Got Revisionb611e5c3b219e8f6aa9a7937aa7f5ea552762cd4
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 warnings ( 17 mins, 34 secs )
    1. warnings (13)
  5. test ran test-css --release --processes 16 ( 15 mins, 40 secs )
    1. css-errorsummary.log
  6. compile__1 ran build-cef --release ( 47 secs )
    1. stdio
  7. compile__2 ran build-geckolib --release warnings ( 3 mins, 24 secs )
    1. warnings (5)
  8. test__1 ran test-stylo --release warnings ( 2 mins, 30 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 511 Build
codebase Build
got_revision b611e5c3b219e8f6aa9a7937aa7f5ea552762cd4 Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision b611e5c3b219e8f6aa9a7937aa7f5ea552762cd4 Build
scheduler servo-auto Scheduler
slavename servo-linux2 BuildSlave
warnings-count 21 WarningCountingShellCommand
workdir /home/servo/buildbot/slave/linux-rel-css slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. bors-servo

Timing:

StartSat Oct 29 22:38:18 2016
EndSat Oct 29 23:18:21 2016
Elapsed40 mins, 2 secs

All Changes:

:

  1. Change #24093

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Sat 29 Oct 2016 22:18:25
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision b611e5c3b219e8f6aa9a7937aa7f5ea552762cd4

    Comments

    Auto merge of #13956 - bholley:more_telement, r=emilio
    
    incremental restyle: Hoist most styling functionality from TNode to TElement
    
    This is a continuation of the work in #13951. I'm separating it out into a separate PR since the aforementioned patch has a green try run and this one doesn't yet.
    
    <!-- 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/13956)
    <!-- Reviewable:end -->

    Changed files

    • components/layout/lib.rs
    • components/layout/traversal.rs
    • components/layout/wrapper.rs
    • components/layout_thread/Cargo.toml
    • components/layout_thread/lib.rs
    • components/script/layout_wrapper.rs
    • components/script_layout_interface/lib.rs
    • components/script_layout_interface/wrapper_traits.rs
    • components/servo/Cargo.lock
    • components/style/binding_tools/regen.py
    • components/style/data.rs
    • components/style/dom.rs
    • components/style/gecko/traversal.rs
    • components/style/gecko/wrapper.rs
    • components/style/gecko_bindings/structs_debug.rs
    • components/style/gecko_bindings/structs_release.rs
    • components/style/matching.rs
    • components/style/parallel.rs
    • components/style/sequential.rs
    • components/style/traversal.rs
    • ports/cef/Cargo.lock
    • ports/geckolib/glue.rs