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

Builder linux-rel-css Build #7785

Results:

Build successful

SourceStamp:

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

BuildSlave:

servo-linux5

Reason:

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

Steps and Logfiles:

  1. git update ( 5 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, 54 secs )
    1. - no logs -
  8. test ran test-wpt --release --processes 24 --total-chunks 2 --this-chunk 2 --always-succeed ( 12 mins, 15 secs )
    1. - no logs -
  9. shell__3 './mach filter-intermittents ...' ( 3 secs )
    1. stdio
    2. filtered-wpt-errorsummary.log
    3. intermittents.log
  10. compile__1 ran build-geckolib --release ( 5 mins, 47 secs )
    1. - no logs -
  11. test__1 ran test-stylo --release ( 2 mins, 1 secs )
    1. - no logs -
  12. shell__4 'bash ./etc/ci/lockfile_changed.sh' ( 0 secs )
    1. stdio
  13. shell__5 '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 7785 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-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:

StartSun Feb 4 15:29:25 2018
EndSun Feb 4 15:59:45 2018
Elapsed30 mins, 20 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