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

Builder linux-rel-wpt Build #7797

Results:

Build successful

SourceStamp:

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

BuildSlave:

servo-linux3

Reason:

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

Steps and Logfiles:

  1. git update ( 4 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 ...' ( 10 secs )
    1. stdio
  6. shell__2 './mach clean-cargo-cache ...' ( 0 secs )
    1. stdio
  7. compile ran build --release --with-debug-assertions ( 9 mins, 58 secs )
    1. - no logs -
  8. test ran test-wpt-failure ( 0 secs )
    1. stdio
  9. test__1 ran test-wpt --release --processes 24 --total-chunks 2 --this-chunk 1 --always-succeed ( 18 mins, 23 secs )
    1. - no logs -
  10. shell__3 './mach filter-intermittents ...' ( 8 secs )
    1. stdio
    2. filtered-wpt-errorsummary.log
  11. test__2 ran test-wpt --release --binary-arg=--multiprocess --processes 24 eventsource ( 9 secs )
    1. wpt-mp-errorsummary.log

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. bors-servo

Timing:

StartSun Feb 4 15:29:25 2018
EndSun Feb 4 15:58:19 2018
Elapsed28 mins, 54 secs

All Changes:

:

  1. Change #73685

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Sun 04 Feb 2018 15:29:24
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision 7c112c7dcca276a24883c8e44d203283b545e88e

    Comments

    Auto merge of #19944 - o0Ignition0o:mach_run_bin, r=jdm
    
    Add a --bin flag to the |mach run and rr-record commands
    
    Add a --bin flag to the |mach run and rr-record commands to specify which servo binary to run
    
    <!-- Please describe your changes on the following line: -->
    
    Step 1 for #19505.
    This flag allows to specify a downloaded servo binary for the ./mach run and ./mach rr-record commands.
    The base issue is mentored by @jdm
    
    ---
    <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
    - [X] `./mach build -d` does not report any errors
    - [X] `./mach test-tidy` does not report any errors
    - [ ] These changes fix #__ (github issue number if applicable).
    
    <!-- Either: -->
    - [ ] There are tests for these changes OR
    - [X] These changes do not require tests because | I would love to write tests on this, but I'm not really sure I can, since it's on ./mach commands
    
    <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->
    
    <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
    
    <!-- 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/19944)
    <!-- Reviewable:end -->

    Changed files

    • python/servo/post_build_commands.py