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

Builder linux-rel-css Build #14198

Results:

Failed compile

SourceStamp:

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

BuildSlave:

servo-linux5

Reason:

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

Steps and Logfiles:

  1. git update ( 4 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 ...' ( 15 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 failed ( 8 mins, 14 secs )
    1. - no logs -
  9. test  
    1. - no logs -
    1. - no logs -
  10. test__1  
    1. - no logs -
    1. - no logs -
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch try-wpt Build
builddir /home/servo/buildbot/slave/linux-rel-css slave
buildername linux-rel-css Builder
buildnumber 14198 Build
codebase Build
got_revision 9e90fb1f088fe37cf7c6c7902de910137c29b526 Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision 9e90fb1f088fe37cf7c6c7902de910137c29b526 Build
scheduler wpt-push Scheduler
slavename servo-linux5 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 09:43:08 2019
EndSun Nov 17 09:51:43 2019
Elapsed8 mins, 34 secs

All Changes:

:

  1. Change #128639

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Sun 17 Nov 2019 09:43:08
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch try-wpt
    Revision 9e90fb1f088fe37cf7c6c7902de910137c29b526

    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
    • components/script/timers.rs