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

Builder linux-rel-wpt Build #8282

Results:

Build successful

SourceStamp:

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

BuildSlave:

servo-linux2

Reason:

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

Steps and Logfiles:

  1. git update ( 6 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 ...' ( 0 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 ( 10 mins, 59 secs )
    1. - no logs -
  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 ( 16 mins, 0 secs )
    1. - no logs -
  11. shell__4 './mach filter-intermittents ...' ( 10 secs )
    1. stdio
    2. filtered-wpt-errorsummary.log
  12. 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 8282 Build
codebase Build
got_revision e9fdcdc78584d0e7928ab132f4e2b2fd6fa95547 Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision e9fdcdc78584d0e7928ab132f4e2b2fd6fa95547 Build
scheduler servo-auto Scheduler
slavename servo-linux2 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:

StartMon Mar 19 22:03:38 2018
EndMon Mar 19 22:31:17 2018
Elapsed27 mins, 39 secs

All Changes:

:

  1. Change #77308

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Mon 19 Mar 2018 22:03:38
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision e9fdcdc78584d0e7928ab132f4e2b2fd6fa95547

    Comments

    Auto merge of #20328 - Moggers:enable-debugger, r=jdm
    
    Re-expose webrender debugger feature in components/servo
    
    <!-- Please describe your changes on the following line: -->
    
    ---
    <!-- 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
    - [ ] `./mach test-tidy` does not report any errors
    ```
    Checking files for tidiness...
    ./Cargo.lock:1: duplicate versions for package `base64`
    	The following packages depend on version 0.3.1 from 'crates.io':
    		webrender
    	The following packages depend on version 0.6.0 from 'crates.io':
    		hyper
    		net
    		script
    		webdriver_server
    ./Cargo.lock:1: duplicate versions for package `bytes`
    	The following packages depend on version 0.3.0 from 'crates.io':
    		ws
    	The following packages depend on version 0.4.6 from 'crates.io':
    		ws
    ./Cargo.lock:1: duplicate versions for package `ws`
    	The following packages depend on version 0.6.0 from 'crates.io':
    		debugger
    	The following packages depend on version 0.7.3 from 'crates.io':
    		webrender
    ./Cargo.lock:1: duplicate versions for package `image`
    	The following packages depend on version 0.17.0 from 'crates.io':
    		webrender
    	The following packages depend on version 0.18.0 from 'crates.io':
    		compositing
    		net_traits
    		script
    		webdriver_server
    ```
    
    What should I do about this?
    
    - [x] These changes fix #20324  (github issue number if applicable).
    
    <!-- Either: -->
    - [ ] There are tests for these changes OR
    - [x] These changes do not require tests because: Not sure actually, do I need to write integration tests to make sure it builds with the feature enabled?
    
    <!-- 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/20328)
    <!-- Reviewable:end -->

    Changed files

    • Cargo.lock
    • components/debugger/Cargo.toml
    • components/servo/Cargo.toml