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

Builder linux-rel-css Build #490

Results:

Build successful

SourceStamp:

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

BuildSlave:

servo-linux2

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. generic generic ( 0 secs )
    1. - no logs -
  3. shell 'pkill -x ...' ( 0 secs )
    1. stdio
  4. compile ran build --release warnings ( 16 mins, 12 secs )
    1. warnings (13)
  5. test ran test-css --release --processes 16 ( 15 mins, 33 secs )
    1. css-errorsummary.log
  6. compile ran build-cef --release ( 48 secs )
    1. stdio
  7. compile ran build-geckolib --release warnings ( 3 mins, 28 secs )
    1. warnings (5)
  8. test ran test-stylo --release warnings ( 2 mins, 29 secs )
    1. warnings (3)
  9. shell 'bash ./etc/ci/lockfile_changed.sh' ( 0 secs )
    1. stdio
  10. shell '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 490 Build
codebase Build
got_revision e7b5891d9ccdb551a536937391c019e20b3911a4 Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision e7b5891d9ccdb551a536937391c019e20b3911a4 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:

StartFri Oct 28 18:54:40 2016
EndFri Oct 28 19:33:18 2016
Elapsed38 mins, 37 secs

All Changes:

:

  1. Change #23964

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Fri 28 Oct 2016 18:54:40
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision e7b5891d9ccdb551a536937391c019e20b3911a4

    Comments

    Auto merge of #13951 - bholley:more_element, r=emilio
    
    incremental restyle: Hoist more stuff to Element
    
    The patch here hoists pseudo-element handling onto ThreadSafeLayoutElement. I have another patch which hoists stuff from TNode to TElement, but want to make sure this patch passes try first.
    
    <!-- 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/13951)
    <!-- Reviewable:end -->

    Changed files

    • components/layout/construct.rs
    • components/layout/fragment.rs
    • components/layout/query.rs
    • components/layout/traversal.rs
    • components/layout/wrapper.rs
    • components/script/layout_wrapper.rs
    • components/script_layout_interface/wrapper_traits.rs