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

Builder linux-rel-wpt Build #8849

Results:

Failed shell__2 compile

SourceStamp:

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

BuildSlave:

servo-linux3

Reason:

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

Steps and Logfiles:

  1. git update ( 32 secs )
    1. - no logs -
  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. shell__2 './mach clean-cargo-cache ...' failed ( 2 secs )
    1. - no logs -
  7. shell__3 './etc/ci/clean_build_artifacts.sh' ( 0 secs )
    1. stdio
  8. compile ran build --release --with-debug-assertions failed ( 2 secs )
    1. - no logs -
  9. test  
    1. - no logs -
  10. test__1  
    1. - no logs -
    1. - no logs -
  11. test__2  
    1. - no logs -

Build Properties:

NameValueSource
branch auto Build
builddir /home/servo/buildbot/slave/linux-rel-wpt slave
buildername linux-rel-wpt Builder
buildnumber 8849 Build
codebase Build
got_revision 5d97bc9e321cbf01fb00b3aae2fb186b0be62618 Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision 5d97bc9e321cbf01fb00b3aae2fb186b0be62618 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:

StartTue May 29 17:27:41 2018
EndTue May 29 17:28:29 2018
Elapsed48 secs

All Changes:

:

  1. Change #81466

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Tue 29 May 2018 17:11:47
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision 5d97bc9e321cbf01fb00b3aae2fb186b0be62618

    Comments

    Auto merge of #20421 - talklittle:issue-20219, r=jdm
    
    mach: android install/run: infer adb path from SDK dir
    
    <!-- Please describe your changes on the following line: -->
    Infer Android `adb` path from SDK directory in environment variables.
    
    ---
    <!-- 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
    - [x] These changes fix #20219 (github issue number if applicable).
    
    <!-- Either: -->
    - [ ] There are tests for these changes OR
    - [x] These changes do not require tests because it is a build script change
    
    <!-- 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/20421)
    <!-- Reviewable:end -->

    Changed files

    • python/servo/command_base.py
    • python/servo/package_commands.py
    • python/servo/post_build_commands.py