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

Builder linux-rel-css Build #1042

Results:

Build successful

SourceStamp:

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

BuildSlave:

servo-linux2

Reason:

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

Steps and Logfiles:

  1. git update ( 4 secs )
    1. - no logs -
  2. generic generic ( 0 secs )
    1. stdio
  3. shell 'pkill -x ...' ( 0 secs )
    1. stdio
  4. compile ran build --release --with-debug-assertions warnings ( 19 mins, 40 secs )
    1. warnings (1)
  5. test ran test-css --release --processes 16 ( 21 mins, 36 secs )
    1. css-errorsummary.log
  6. compile__1 ran build-cef --release --with-debug-assertions warnings ( 14 mins, 32 secs )
    1. stdio
    2. warnings (1)
  7. compile__2 ran build-geckolib --release warnings ( 3 mins, 55 secs )
    1. warnings (5)
  8. test__1 ran test-stylo --release warnings ( 1 mins, 57 secs )
    1. warnings (3)
  9. shell__1 'bash ./etc/ci/lockfile_changed.sh' ( 0 secs )
    1. stdio
  10. shell__2 '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 1042 Build
codebase Build
got_revision cd77071d3f43def99f4501d661c3c32448c80ac1 Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision cd77071d3f43def99f4501d661c3c32448c80ac1 Build
scheduler servo-auto Scheduler
slavename servo-linux2 BuildSlave
warnings-count 10 WarningCountingShellCommand
workdir /home/servo/buildbot/slave/linux-rel-css slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. bors-servo

Timing:

StartTue Nov 22 08:24:27 2016
EndTue Nov 22 09:26:16 2016
Elapsed1 hrs, 1 mins, 48 secs

All Changes:

:

  1. Change #27452

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Tue 22 Nov 2016 08:24:27
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision cd77071d3f43def99f4501d661c3c32448c80ac1

    Comments

    Auto merge of #14313 - asajeffrey:util-opts-multiple-debugs, r=frewsxcv
    
    Allow multiple -Z debug options.
    
    <!-- Please describe your changes on the following line: -->
    
    This PR allows the `-Z` command line option to be set multiple times; `servo -Zfoo -Zbar` is the same as `servo -Zfoo,bar`. This means we can pass debug options into `mach test-wpt` as `mach test-wpt --binary-arg=-Zfoo`; previously this failed because mach already passed in some debug options.
    
    ---
    <!-- 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 do not require tests because this is part of the debug and test architecture
    
    <!-- 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/14313)
    <!-- Reviewable:end -->

    Changed files

    • components/util/opts.rs