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

Builder linux-rel-css Build #7585

Results:

Build successful

SourceStamp:

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

BuildSlave:

servo-linux5

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. generic generic ( 0 secs )
    1. - no logs -
  3. generic_1 generic_1 ( 0 secs )
    1. - no logs -
  4. shell 'pkill -x ...' ( 0 secs )
    1. stdio
  5. shell__1 './mach clean-nightlies ...' ( 11 secs )
    1. stdio
  6. compile ran build --release --with-debug-assertions ( 12 mins, 3 secs )
    1. - no logs -
  7. test ran test-wpt --release --processes 24 --total-chunks 2 --this-chunk 2 --always-succeed ( 12 mins, 23 secs )
    1. wpt-errorsummary.log
  8. shell__2 './mach filter-intermittents ...' ( 1 secs )
    1. stdio
    2. filtered-wpt-errorsummary.log
    3. intermittents.log
  9. compile__1 ran build-geckolib --release ( 6 mins, 58 secs )
    1. - no logs -
  10. test__1 ran test-stylo --release ( 3 mins, 24 secs )
    1. - no logs -
  11. shell__3 'bash ./etc/ci/lockfile_changed.sh' ( 0 secs )
    1. stdio
  12. shell__4 '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 7585 Build
codebase Build
got_revision aee0d694cc077d4694fc3114af3a2ad83e326cbf Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision aee0d694cc077d4694fc3114af3a2ad83e326cbf Build
scheduler servo-auto Scheduler
slavename servo-linux5 BuildSlave
warnings-count 0 WarningCountingShellCommand
workdir /home/servo/buildbot/slave/linux-rel-css slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. bors-servo

Timing:

StartThu Jan 18 11:57:50 2018
EndThu Jan 18 12:33:02 2018
Elapsed35 mins, 12 secs

All Changes:

:

  1. Change #72263

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Thu 18 Jan 2018 11:57:50
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision aee0d694cc077d4694fc3114af3a2ad83e326cbf

    Comments

    Auto merge of #19782 - pyfisch:dl-simple, r=mrobinson
    
    Use more WebRender types in gfx/display_list.
    
    Use more WebRender types in gfx/display_list.
    This uses floating-point (Layout) coordinates in where possible.
    Replace NormalBorder struct with WebRender equivalent.
    Remove ToPointF and ToRectF traits.
    Convert border RepeatKeyword with ToLayout.
    Add some definitions to malloc_size_of for WebRender types.
    
    <!-- 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/19782)
    <!-- Reviewable:end -->

    Changed files

    • Cargo.lock
    • components/geometry/Cargo.toml
    • components/geometry/lib.rs
    • components/gfx/display_list/mod.rs
    • components/layout/block.rs
    • components/layout/display_list/background.rs
    • components/layout/display_list/builder.rs
    • components/layout/display_list/conversions.rs
    • components/layout/display_list/webrender_helpers.rs
    • components/layout/flow.rs
    • components/layout_thread/lib.rs
    • components/malloc_size_of/lib.rs
    • components/script/dom/window.rs
    • tests/unit/metrics/Cargo.toml
    • tests/unit/metrics/lib.rs
    • tests/unit/metrics/paint_time.rs