Builder linux-rel-css Build #1442
Results:
Build successful
SourceStamp:
| Project | servo/servo |
| Repository | https://github.com/servo/servo |
| Branch | auto |
| Revision | 4eb653817f87e5fb47de34356f558eb76ecbca9f |
| Got Revision | 4eb653817f87e5fb47de34356f558eb76ecbca9f |
| Changes | 1 change |
BuildSlave:
servo-linux3Reason:
The AnyBranchScheduler scheduler named 'servo-auto' triggered this build
Steps and Logfiles:
-
git update ( 5 secs )
- - no logs -
-
generic generic ( 0 secs )
- - no logs -
-
shell 'pkill -x ...' ( 0 secs )
-
compile ran build --release --with-debug-assertions warnings ( 21 mins, 17 secs )
-
test ran test-css --release --processes 16 --always-succeed ( 14 mins, 8 secs )
-
shell__1 './mach filter-intermittents ...' ( 0 secs )
-
compile__1 ran build-cef --release --with-debug-assertions ( 47 secs )
-
compile__2 ran build-geckolib --release warnings ( 3 mins, 55 secs )
-
test__1 ran test-stylo --release warnings ( 2 mins, 1 secs )
-
shell__2 'bash ./etc/ci/lockfile_changed.sh' ( 0 secs )
-
shell__3 'bash ./etc/ci/manifest_changed.sh' ( 0 secs )
Build Properties:
| Name | Value | Source |
|---|---|---|
| branch | auto | Build |
| builddir | /home/servo/buildbot/slave/linux-rel-css | slave |
| buildername | linux-rel-css | Builder |
| buildnumber | 1442 | Build |
| codebase | Build | |
| got_revision | 4eb653817f87e5fb47de34356f558eb76ecbca9f | Git |
| project | servo/servo | Build |
| repository | https://github.com/servo/servo | Build |
| revision | 4eb653817f87e5fb47de34356f558eb76ecbca9f | Build |
| scheduler | servo-auto | Scheduler |
| slavename | servo-linux3 | BuildSlave |
| warnings-count | 9 | WarningCountingShellCommand |
| workdir | /home/servo/buildbot/slave/linux-rel-css | slave (deprecated) |
Forced Build Properties:
| Name | Label | Value |
|---|
Responsible Users:
- bors-servolbergstrom+bors@mozilla.com
Timing:
| Start | Thu Dec 15 00:50:06 2016 |
| End | Thu Dec 15 01:32:22 2016 |
| Elapsed | 42 mins, 16 secs |
All Changes:
:
Change #29852
Category None Changed by bors-servo <lbergstrom+bors@mozilla.com> Changed at Thu 15 Dec 2016 00:50:05 Repository https://github.com/servo/servo Project servo/servo Branch auto Revision 4eb653817f87e5fb47de34356f558eb76ecbca9f Comments
Auto merge of #14592 - asajeffrey:util-goodbye, r=mbrubeck Remove the util crate <!-- Please describe your changes on the following line: --> This PR removes the `util` crate. * Replaced the `spawn_named` and `clamp` functions by appropriate uses of `std::thread::Builder::spawn`, `std::cmp::min` and `std::cmp::max`. * Moved `opts`, `prefs` and `resource_files` into a new `config` crate. * Moved `remutex` and `geometry` into their own crates. --- <!-- 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 do not require tests because they are refactorings <!-- 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/14592) <!-- Reviewable:end -->
Changed files
- Cargo.lock
- components/bluetooth/Cargo.toml
- components/bluetooth/lib.rs
- components/bluetooth_traits/Cargo.toml
- components/bluetooth_traits/blocklist.rs
- components/bluetooth_traits/lib.rs
- components/canvas/Cargo.toml
- components/canvas/canvas_paint_thread.rs
- components/canvas/lib.rs
- components/canvas/webgl_paint_thread.rs
- components/compositing/Cargo.toml
- components/compositing/compositor.rs
- components/compositing/lib.rs
- components/compositing/windowing.rs
- components/config/Cargo.toml
- components/config/basedir.rs
- components/config/lib.rs
- components/config/opts.rs
- components/config/prefs.rs
- components/config/resource_files.rs
- components/constellation/Cargo.toml
- components/constellation/constellation.rs
- components/constellation/lib.rs
- components/constellation/pipeline.rs
- components/constellation/sandboxing.rs
- components/debugger/Cargo.toml
- components/debugger/lib.rs
- components/devtools/Cargo.toml
- components/devtools/actors/timeline.rs
- components/devtools/lib.rs
- components/geometry/Cargo.toml
- components/geometry/lib.rs
- components/gfx/Cargo.toml
- components/gfx/display_list/mod.rs
- components/gfx/font_cache_thread.rs
- components/gfx/lib.rs
- components/layout/Cargo.toml
- components/layout/block.rs
- components/layout/construct.rs
- components/layout/context.rs
- components/layout/display_list_builder.rs
- components/layout/lib.rs
- components/layout/parallel.rs
- components/layout/sequential.rs
- components/layout/traversal.rs
- components/layout_thread/Cargo.toml
- components/layout_thread/lib.rs
- components/net/Cargo.toml
- components/net/chrome_loader.rs
- components/net/connector.rs
- components/net/content_blocker.rs
- components/net/filemanager_thread.rs
- components/net/hsts.rs
- components/net/http_loader.rs
- components/net/image_cache_thread.rs
- components/net/lib.rs
- components/net/resource_thread.rs
- components/net/storage_thread.rs
- components/net/websocket_loader.rs
- components/net_traits/Cargo.toml
- components/net_traits/lib.rs
- components/net_traits/pub_domains.rs
- components/profile/Cargo.toml
- components/profile/heartbeats.rs
- components/profile/lib.rs
- components/profile/mem.rs
- components/profile/time.rs
- components/profile_traits/Cargo.toml
- components/profile_traits/lib.rs
- components/profile_traits/time.rs
- components/remutex/Cargo.toml
- components/remutex/lib.rs
- components/script/Cargo.toml
- components/script/dom/bindings/codegen/CodegenRust.py
- components/script/dom/bindings/conversions.rs
- components/script/dom/bindings/guard.rs
- components/script/dom/characterdata.rs
- components/script/dom/create.rs
- components/script/dom/dedicatedworkerglobalscope.rs
- components/script/dom/document.rs
- components/script/dom/filereader.rs
- components/script/dom/htmlanchorelement.rs
- components/script/dom/htmliframeelement.rs
- components/script/dom/htmlmetaelement.rs
- components/script/dom/mouseevent.rs
- components/script/dom/navigatorinfo.rs
- components/script/dom/serviceworkerglobalscope.rs
- components/script/dom/servoparser/mod.rs
- components/script/dom/testbinding.rs
- components/script/dom/userscripts.rs
- components/script/dom/window.rs
- components/script/dom/xmlhttprequest.rs
- components/script/lib.rs
- components/script/script_runtime.rs
- components/script/script_thread.rs
- components/script/serviceworker_manager.rs
- components/script/timers.rs
- components/servo/Cargo.toml
- components/servo/lib.rs
- components/style/Cargo.toml
- components/style/lib.rs
- components/style/matching.rs
- components/style/parallel.rs
- components/style/properties/properties.mako.rs
- components/style/stylesheets.rs
- components/style/traversal.rs
- components/url/Cargo.toml
- components/util/Cargo.toml
- components/util/basedir.rs
- components/util/geometry.rs
- components/util/lib.rs
- components/util/opts.rs
- components/util/prefs.rs
- components/util/remutex.rs
- components/util/resource_files.rs
- components/util/thread.rs
- components/webdriver_server/Cargo.toml
- components/webdriver_server/lib.rs
- ports/cef/Cargo.toml
- ports/cef/browser.rs
- ports/cef/core.rs
- ports/cef/lib.rs
- ports/cef/window.rs
- ports/glutin/Cargo.toml
- ports/glutin/lib.rs
- ports/glutin/window.rs
- ports/servo/Cargo.toml
- ports/servo/main.rs
- tests/unit/net/Cargo.toml
- tests/unit/net/fetch.rs
- tests/unit/net/lib.rs
- tests/unit/servo_config/Cargo.toml
- tests/unit/servo_config/lib.rs
- tests/unit/servo_config/opts.rs
- tests/unit/servo_config/prefs.rs
- tests/unit/servo_remutex/Cargo.toml
- tests/unit/servo_remutex/lib.rs
- tests/unit/style/Cargo.toml
- tests/unit/style/lib.rs
- tests/unit/style/viewport.rs
- tests/unit/util/Cargo.toml
- tests/unit/util/lib.rs
- tests/unit/util/opts.rs
- tests/unit/util/prefs.rs
- tests/unit/util/remutex.rs
- tests/unit/util/thread.rs