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

Builder linux-rel-wpt Build #8316

Results:

Build successful

SourceStamp:

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

BuildSlave:

servo-linux5

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 ...' ( 11 secs )
    1. stdio
  6. shell__2 './mach clean-cargo-cache ...' ( 0 secs )
    1. stdio
  7. shell__3 './etc/ci/clean_build_artifacts.sh' ( 0 secs )
    1. stdio
  8. compile ran build --release --with-debug-assertions ( 10 mins, 49 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 ( 18 mins, 35 secs )
    1. - no logs -
  11. shell__4 './mach filter-intermittents ...' ( 9 secs )
    1. stdio
    2. filtered-wpt-errorsummary.log
    3. intermittents.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 8316 Build
codebase Build
got_revision 91398cf559ddeec8974e04b0a92e464669436177 Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision 91398cf559ddeec8974e04b0a92e464669436177 Build
scheduler servo-auto Scheduler
slavename servo-linux5 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:

StartFri Mar 23 06:47:53 2018
EndFri Mar 23 07:17:54 2018
Elapsed30 mins, 0 secs

All Changes:

:

  1. Change #77609

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Fri 23 Mar 2018 06:47:53
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision 91398cf559ddeec8974e04b0a92e464669436177

    Comments

    Auto merge of #20320 - kwonoj:feat-wr-revision, r=jdm
    
    feat(capture_webrender): write webrender revision into text
    
    <!-- Please describe your changes on the following line: -->
    Relates to https://github.com/servo/servo/pull/20315#issuecomment-373819735.
    
    This PR try to generate `wr.txt` when trigger webrender capture. By reading gecko's implementation at [here](https://github.com/mozilla/gecko-dev/blob/3b8e63c66ae1989cfc2c7fb48ca9e025a3828e74/gfx/doc/README.webrender#L53), it seems gecko's build script generates txt file for containing revision of webrender and read it each time trigger capturing.
    
    In this PR tries to similar in cruxwise with small differences:
    - `cargo build` reads `cargo.lock`, export it into `${OUT_DIR}/`, included via macro in build time.
    - when capturing triggered, those revision will be written as `wr.txt`.
    
    Probably point of discussion & need to be updated in PR if necessary:
    ~- Is it acceptable `mach` generates module file on build bootstrapping? Should there be other recommendation?~ Now cargo build takes care of generation.
    
    ---
    <!-- 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 #20295 (github issue number if applicable).
    
    <!-- Either: -->
    - [ ] There are tests for these changes OR
    - [ ] These changes do not require tests because _____
    
    - This PR manually verified on local mac OS machine.
    
    <!-- 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/20320)
    <!-- Reviewable:end -->

    Changed files

    • Cargo.lock
    • components/compositing/Cargo.toml
    • components/compositing/build.rs
    • components/compositing/compositor.rs