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

Builder linux-rel-css Build #467

Results:

Build successful

SourceStamp:

Projectservo/servo
Repositoryhttps://github.com/servo/servo
Branchtry
Revision144440e1a8d35eca38f863043922e1c297a73bbe
Got Revision144440e1a8d35eca38f863043922e1c297a73bbe
Changes1 change

BuildSlave:

servo-linux2

Reason:

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

Steps and Logfiles:

  1. git update ( 19 secs )
    1. - no logs -
  2. generic generic ( 0 secs )
    1. - no logs -
  3. shell 'pkill -x ...' ( 0 secs )
    1. stdio
  4. compile ran build --release warnings ( 15 mins, 50 secs )
    1. warnings (13)
  5. test ran test-css --release --processes 16 ( 15 mins, 58 secs )
    1. css-errorsummary.log
  6. compile ran build-cef --release ( 47 secs )
    1. stdio
  7. compile ran build-geckolib --release warnings ( 3 mins, 24 secs )
    1. warnings (5)
  8. test ran test-stylo --release warnings ( 3 mins, 57 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 try Build
builddir /home/servo/buildbot/slave/linux-rel-css slave
buildername linux-rel-css Builder
buildnumber 467 Build
codebase Build
got_revision 144440e1a8d35eca38f863043922e1c297a73bbe Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision 144440e1a8d35eca38f863043922e1c297a73bbe 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 00:51:42 2016
EndFri Oct 28 01:32:01 2016
Elapsed40 mins, 19 secs

All Changes:

:

  1. Change #23846

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Fri 28 Oct 2016 00:51:41
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch try
    Revision 144440e1a8d35eca38f863043922e1c297a73bbe

    Comments

    Auto merge of #13951 - bholley:more_element, r=<try>
    
    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