Builder linux-rel-wpt Build #6678
Results:
Build successful
SourceStamp:
| Project | servo/servo |
| Repository | https://github.com/servo/servo |
| Branch | auto |
| Revision | e438b094f675469b8bdbb1ab4ff84c374fc399d4 |
| Got Revision | e438b094f675469b8bdbb1ab4ff84c374fc399d4 |
| Changes | 1 change |
BuildSlave:
servo-linux3Reason:
The AnyBranchScheduler scheduler named 'servo-auto' triggered this build
Steps and Logfiles:
-
git update ( 9 secs )
-
generic generic ( 0 secs )
- - no logs -
-
generic_1 generic_1 ( 0 secs )
- - no logs -
-
shell 'pkill -x ...' ( 0 secs )
-
shell__1 './mach clean-nightlies ...' ( 10 secs )
-
compile ran build --release --with-debug-assertions warnings ( 20 mins, 56 secs )
-
test ran test-wpt-failure ( 0 secs )
-
test__1 ran test-wpt --release --processes 24 --always-succeed ( 28 mins, 34 secs )
-
shell__2 './mach filter-intermittents ...' ( 0 secs )
-
test__2 ran test-wpt --release --binary-arg=--multiprocess --processes 24 eventsource ( 9 secs )
Build Properties:
| Name | Value | Source |
|---|---|---|
| branch | auto | Build |
| builddir | /home/servo/buildbot/slave/linux-rel-wpt | slave |
| buildername | linux-rel-wpt | Builder |
| buildnumber | 6678 | 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-linux3 | BuildSlave |
| warnings-count | 2 | WarningCountingShellCommand |
| workdir | /home/servo/buildbot/slave/linux-rel-wpt | slave (deprecated) |
Forced Build Properties:
| Name | Label | Value |
|---|
Responsible Users:
- bors-servolbergstrom+bors@mozilla.com
Timing:
| Start | Wed Oct 25 21:06:08 2017 |
| End | Wed Oct 25 21:56:09 2017 |
| Elapsed | 50 mins, 1 secs |
All Changes:
:
Change #66151
Category None Changed by bors-servo <lbergstrom+bors@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