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

Builder linux-rel-css Build #14196

Results:

Failed shell__4 shell__5

SourceStamp:

Projectservo/servo
Repositoryhttps://github.com/servo/servo
Branchtry-wpt
Revision5ca6070af3987a012e6c5879ea49354b00c35ca5
Got Revision5ca6070af3987a012e6c5879ea49354b00c35ca5
Changes1 change

BuildSlave:

servo-linux6

Reason:

The SingleBranchScheduler scheduler named 'wpt-push' triggered this build

Steps and Logfiles:

  1. git update ( 3 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 ...' ( 16 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 -p servo ( 13 mins, 18 secs )
    1. - no logs -
  9. test ran test-wpt --release --processes 24 --total-chunks 2 --this-chunk 2 --always-succeed ( 19 mins, 52 secs )
    1. - no logs -
  10. shell__4 './mach filter-intermittents ...' failed ( 1 mins, 59 secs )
    1. stdio
  11. test__1 ran test-wpt --release --processes 24 --always-succeed tests/wpt/webgl/tests/conformance ( 1 mins, 19 secs )
    1. - no logs -
  12. shell__5 './mach filter-intermittents ...' failed ( 10 secs )
    1. stdio
  13. shell__6 'bash ./etc/ci/lockfile_changed.sh' ( 0 secs )
    1. stdio
  14. shell__7 './etc/ci/clean_build_artifacts.sh' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch try-wpt Build
builddir /home/servo/buildbot/slave/linux-rel-css slave
buildername linux-rel-css Builder
buildnumber 14196 Build
codebase Build
got_revision 5ca6070af3987a012e6c5879ea49354b00c35ca5 Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision 5ca6070af3987a012e6c5879ea49354b00c35ca5 Build
scheduler wpt-push Scheduler
slavename servo-linux6 BuildSlave
warnings-count 0 WarningCountingShellCommand
workdir /home/servo/buildbot/slave/linux-rel-css slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. bors-servo

Timing:

StartSun Nov 17 07:44:22 2019
EndSun Nov 17 08:21:24 2019
Elapsed37 mins, 1 secs

All Changes:

:

  1. Change #128619

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Sun 17 Nov 2019 07:44:22
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch try-wpt
    Revision 5ca6070af3987a012e6c5879ea49354b00c35ca5

    Comments

    Auto merge of #24758 - gterzian:impl_timer_task_source, r=<try>
    
    Implement timer-task-source, time-out service worker
    
    <!-- Please describe your changes on the following line: -->
    
    Implements the timer task-source, and folds the IPC glue-code into a single route set by the globalscope.
    
    Also switches service worker to using a dedicated "time-out" mechanism, which previously relied on the timer mechanism(and I think didn't actually implement script timers).
    
    ---
    <!-- 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 #24747 (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. -->

    Changed files

    • components/script/dom/abstractworkerglobalscope.rs
    • components/script/dom/dedicatedworkerglobalscope.rs
    • components/script/dom/dissimilaroriginwindow.rs
    • components/script/dom/globalscope.rs
    • components/script/dom/serviceworkerglobalscope.rs
    • components/script/dom/window.rs
    • components/script/dom/workerglobalscope.rs
    • components/script/dom/workletglobalscope.rs
    • components/script/script_thread.rs
    • components/script/task_manager.rs
    • components/script/task_source/mod.rs
    • components/script/task_source/timer.rs