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

Builder linux-rel-wpt Build #11764

Results:

Build successful

SourceStamp:

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

BuildSlave:

servo-linux2

Reason:

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

Steps and Logfiles:

  1. git update ( 2 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 ...' ( 12 secs )
    1. stdio
  6. shell__2 './mach clean-cargo-cache ...' ( 0 secs )
    1. stdio
  7. shell__3 './etc/ci/clean_build_artifacts.sh' ( 0 secs )
    1. stdio
  8. compile ran build --release --with-debug-assertions -p servo warnings ( 9 mins, 38 secs )
    1. warnings (1)
  9. test ran test-wpt-failure ( 0 secs )
    1. stdio
  10. test__1 ran test-wpt --release --processes 24 --total-chunks 2 --this-chunk 1 --always-succeed ( 18 mins, 49 secs )
    1. - no logs -
  11. shell__4 './mach filter-intermittents ...' ( 3 secs )
    1. stdio
    2. filtered-wpt-errorsummary.log
  12. test__2 ran test-wpt --release --binary-arg=--multiprocess --processes 24 eventsource ( 8 secs )
    1. wpt-mp-errorsummary.log
  13. test__3 ran test-wpt --release --product=servodriver --headless tests/wpt/mozilla/tests/mozilla/DOMParser.html tests/wpt/mozilla/tests/css/per_glyph_font_fallback_a.html tests/wpt/mozilla/tests/css/img_simple.html tests/wpt/mozilla/tests/mozilla/secure.https.html ( 10 secs )
    1. stdio
  14. test__4 ran test-wpt --release --processes 1 --product=servodriver --headless bluetooth ( 28 secs )
    1. bluetooth-errorsummary.log
  15. shell__5 './etc/ci/clean_build_artifacts.sh' ( 1 secs )
    1. stdio

Build Properties:

NameValueSource
branch auto Build
builddir /home/servo/buildbot/slave/linux-rel-wpt slave
buildername linux-rel-wpt Builder
buildnumber 11764 Build
codebase Build
got_revision cc131be2e0f48924ffc8cdfc017fc23c361f1140 Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision cc131be2e0f48924ffc8cdfc017fc23c361f1140 Build
scheduler servo-auto Scheduler
slavename servo-linux2 BuildSlave
warnings-count 1 WarningCountingShellCommand
workdir /home/servo/buildbot/slave/linux-rel-wpt slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. bors-servo

Timing:

StartMon Mar 4 20:17:19 2019
EndMon Mar 4 20:46:56 2019
Elapsed29 mins, 36 secs

All Changes:

:

  1. Change #108997

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Mon 04 Mar 2019 20:17:18
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision cc131be2e0f48924ffc8cdfc017fc23c361f1140

    Comments

    Auto merge of #22968 - jdm:wptsyncfix, r=jgraham
    
    Do not store state when syncing WPT.
    
    This eliminates unnecessary state saving during the syncing process which was broken by recent changes upstream. This also incorporates the changes from https://hg.mozilla.org/mozilla-central/rev/bc1c54e5dcea which were never synced, causing the command line argument to be useless until the divergence is resolved.
    
    <!-- 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/22968)
    <!-- Reviewable:end -->

    Changed files

    • tests/wpt/metadata/MANIFEST.json
    • tests/wpt/update.py
    • tests/wpt/web-platform-tests/tools/wptrunner/wptrunner/update/state.py
    • tests/wpt/web-platform-tests/tools/wptrunner/wptrunner/update/update.py