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

Builder linux-rel-css Build #6646

Results:

Build successful

SourceStamp:

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

BuildSlave:

servo-linux4

Reason:

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

Steps and Logfiles:

  1. git update ( 3 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. compile ran build --release --with-debug-assertions warnings ( 19 mins, 21 secs )
    1. warnings (2)
  7. test ran test-css --release --processes 16 --always-succeed ( 11 mins, 10 secs )
    1. css-errorsummary.log
  8. shell__2 './mach filter-intermittents ...' ( 0 secs )
    1. stdio
    2. filtered-css-errorsummary.log
    3. intermittents.log
  9. compile__1 ran build-geckolib --release ( 7 mins, 25 secs )
    1. - no logs -
  10. test__1 ran test-stylo --release ( 1 mins, 1 secs )
    1. - no logs -
  11. shell__3 'bash ./etc/ci/lockfile_changed.sh' ( 0 secs )
    1. stdio
  12. shell__4 '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 6646 Build
codebase Build
got_revision e438b094f675469b8bdbb1ab4ff84c374fc399d4 Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision e438b094f675469b8bdbb1ab4ff84c374fc399d4 Build
scheduler servo-auto Scheduler
slavename servo-linux4 BuildSlave
warnings-count 2 WarningCountingShellCommand
workdir /home/servo/buildbot/slave/linux-rel-css slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. bors-servo

Timing:

StartWed Oct 25 21:06:08 2017
EndWed Oct 25 21:45:21 2017
Elapsed39 mins, 13 secs

All Changes:

:

  1. Change #66151

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Wed 25 Oct 2017 21:06:07
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision e438b094f675469b8bdbb1ab4ff84c374fc399d4

    Comments

    Auto merge of #18670 - avadacatavra:interactive-metrics, r=jdm
    
    added time to interactive metrics
    
    <!-- Please describe your changes on the following line: -->
    
    Added time to interactive metrics and refactored metrics/lib
    
    I need to write tests, but wanted to submit the PR for review
    
    ---
    <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
    - [ ] `./mach build -d` does not report any errors
    - [ ] `./mach test-tidy` does not report any errors
    - [ ] These changes fix #__ (github issue number if applicable).
    
    <!-- Either: -->
    - [ ] There are tests for these changes OR
    - [ ] These changes do not require tests because _____
    
    <!-- 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/18670)
    <!-- Reviewable:end -->

    Changed files

    • Cargo.lock
    • components/layout_thread/lib.rs
    • components/metrics/Cargo.toml
    • components/metrics/lib.rs
    • components/profile/time.rs
    • components/profile_traits/time.rs
    • components/script/dom/bindings/trace.rs
    • components/script/dom/dedicatedworkerglobalscope.rs
    • components/script/dom/document.rs
    • components/script/dom/performancepainttiming.rs
    • components/script/dom/vrdisplay.rs
    • components/script/dom/websocket.rs
    • components/script/dom/window.rs
    • components/script/dom/workerglobalscope.rs
    • components/script/dom/worklet.rs
    • components/script/dom/xmlhttprequest.rs
    • components/script/script_runtime.rs
    • components/script/script_thread.rs
    • components/script/serviceworkerjob.rs
    • components/script/task_source/dom_manipulation.rs
    • components/script/task_source/file_reading.rs
    • components/script/task_source/networking.rs
    • components/script/task_source/performance_timeline.rs
    • components/script/task_source/user_interaction.rs
    • components/script_traits/lib.rs
    • tests/unit/metrics/interactive_time.rs
    • tests/unit/metrics/lib.rs
    • tests/unit/metrics/paint_time.rs