[INFO] fetching crate local-runtime 0.2.1...
[INFO] testing local-runtime-0.2.1 against try#bd7d74411512a3dd3b35d2f699c51dd2557c7e7e+cargoflags=-Zbuild-dir-new-layout for pr-149852-1
[INFO] extracting crate local-runtime 0.2.1 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate local-runtime 0.2.1
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate local-runtime 0.2.1
[INFO] tweaked toml for crates.io crate local-runtime 0.2.1 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate local-runtime 0.2.1 on toolchain bd7d74411512a3dd3b35d2f699c51dd2557c7e7e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate local-runtime 0.2.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 208df3419e4b118a77189c3eb9f189a88ee2d0e296799af3d4dc5a2dc4ca1ea8
[INFO] running `Command { std: "docker" "start" "-a" "208df3419e4b118a77189c3eb9f189a88ee2d0e296799af3d4dc5a2dc4ca1ea8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "208df3419e4b118a77189c3eb9f189a88ee2d0e296799af3d4dc5a2dc4ca1ea8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "208df3419e4b118a77189c3eb9f189a88ee2d0e296799af3d4dc5a2dc4ca1ea8", kill_on_drop: false }`
[INFO] [stdout] 208df3419e4b118a77189c3eb9f189a88ee2d0e296799af3d4dc5a2dc4ca1ea8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "build" "--frozen" "--message-format=json" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] 1b5dd7825a139ca87fa009716ec524a87e6b51cc635f50c2f42e884df3f5f5c6
[INFO] running `Command { std: "docker" "start" "-a" "1b5dd7825a139ca87fa009716ec524a87e6b51cc635f50c2f42e884df3f5f5c6", kill_on_drop: false }`
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling bitflags v2.8.0
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling log v0.4.25
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling local-runtime v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/lib.rs:150:23
[INFO] [stdout]     |
[INFO] [stdout] 150 | pub fn block_on<T, F>(mut fut: F) -> T
[INFO] [stdout]     |                       ----^^^
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/io.rs:518:21
[INFO] [stdout]     |
[INFO] [stdout] 518 |     pub fn incoming(&self) -> IncomingTcp {
[INFO] [stdout]     |                     ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 518 |     pub fn incoming(&self) -> IncomingTcp<'_> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.73s
[INFO] running `Command { std: "docker" "inspect" "1b5dd7825a139ca87fa009716ec524a87e6b51cc635f50c2f42e884df3f5f5c6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1b5dd7825a139ca87fa009716ec524a87e6b51cc635f50c2f42e884df3f5f5c6", kill_on_drop: false }`
[INFO] [stdout] 1b5dd7825a139ca87fa009716ec524a87e6b51cc635f50c2f42e884df3f5f5c6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "test" "--frozen" "--no-run" "--message-format=json" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] bdf726146882023b1fe066383bb6dd0668a5b6a97e4765e40a13dfe0c3d622ca
[INFO] running `Command { std: "docker" "start" "-a" "bdf726146882023b1fe066383bb6dd0668a5b6a97e4765e40a13dfe0c3d622ca", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling itoa v1.0.14
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling bytes v1.10.0
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling httparse v1.10.0
[INFO] [stderr]    Compiling log v0.4.25
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling anstyle-parse v0.2.6
[INFO] [stderr]    Compiling colorchoice v1.0.3
[INFO] [stderr]    Compiling anstyle v1.0.10
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.1
[INFO] [stderr]    Compiling anstyle-query v1.1.2
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling anstream v0.6.18
[INFO] [stderr]    Compiling tokio v1.43.0
[INFO] [stderr]    Compiling http v1.2.0
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling parking v2.2.1
[INFO] [stderr]    Compiling nanorand v0.7.0
[INFO] [stderr]    Compiling humantime v2.1.0
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling smallvec v1.14.0
[INFO] [stderr]    Compiling futures-lite v2.6.0
[INFO] [stderr]    Compiling flume v0.11.1
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling local-runtime v0.2.1 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/lib.rs:150:23
[INFO] [stdout]     |
[INFO] [stdout] 150 | pub fn block_on<T, F>(mut fut: F) -> T
[INFO] [stdout]     |                       ----^^^
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/io.rs:518:21
[INFO] [stdout]     |
[INFO] [stdout] 518 |     pub fn incoming(&self) -> IncomingTcp {
[INFO] [stdout]     |                     ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 518 |     pub fn incoming(&self) -> IncomingTcp<'_> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling http-body-util v0.1.2
[INFO] [stderr]    Compiling hyper v1.6.0
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling env_filter v0.1.3
[INFO] [stderr]    Compiling env_logger v0.11.6
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/lib.rs:150:23
[INFO] [stdout]     |
[INFO] [stdout] 150 | pub fn block_on<T, F>(mut fut: F) -> T
[INFO] [stdout]     |                       ----^^^
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `set` is never used
[INFO] [stdout]   --> src/test.rs:19:12
[INFO] [stdout]    |
[INFO] [stdout] 18 | impl MockWaker {
[INFO] [stdout]    | -------------- method in this implementation
[INFO] [stdout] 19 |     pub fn set(&self, b: bool) {
[INFO] [stdout]    |            ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/io.rs:518:21
[INFO] [stdout]     |
[INFO] [stdout] 518 |     pub fn incoming(&self) -> IncomingTcp {
[INFO] [stdout]     |                     ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 518 |     pub fn incoming(&self) -> IncomingTcp<'_> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 28.80s
[INFO] running `Command { std: "docker" "inspect" "bdf726146882023b1fe066383bb6dd0668a5b6a97e4765e40a13dfe0c3d622ca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bdf726146882023b1fe066383bb6dd0668a5b6a97e4765e40a13dfe0c3d622ca", kill_on_drop: false }`
[INFO] [stdout] bdf726146882023b1fe066383bb6dd0668a5b6a97e4765e40a13dfe0c3d622ca
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "test" "--frozen" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] 5070d301bb58e47feb5d484451cfa5649c0a482a3feb9872658d8274e546a053
[INFO] running `Command { std: "docker" "start" "-a" "5070d301bb58e47feb5d484451cfa5649c0a482a3feb9872658d8274e546a053", kill_on_drop: false }`
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> src/lib.rs:150:23
[INFO] [stderr]     |
[INFO] [stderr] 150 | pub fn block_on<T, F>(mut fut: F) -> T
[INFO] [stderr]     |                       ----^^^
[INFO] [stderr]     |                       |
[INFO] [stderr]     |                       help: remove this `mut`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/io.rs:518:21
[INFO] [stderr]     |
[INFO] [stderr] 518 |     pub fn incoming(&self) -> IncomingTcp {
[INFO] [stderr]     |                     ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                     |
[INFO] [stderr]     |                     the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 518 |     pub fn incoming(&self) -> IncomingTcp<'_> {
[INFO] [stderr]     |                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `local-runtime` (lib) generated 2 warnings (run `cargo fix --lib -p local-runtime` to apply 2 suggestions)
[INFO] [stderr] warning: method `set` is never used
[INFO] [stderr]   --> src/test.rs:19:12
[INFO] [stderr]    |
[INFO] [stderr] 18 | impl MockWaker {
[INFO] [stderr]    | -------------- method in this implementation
[INFO] [stderr] 19 |     pub fn set(&self, b: bool) {
[INFO] [stderr]    |            ^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `local-runtime` (lib test) generated 3 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.30s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/build/local-runtime/fe4dc500f0e7aabd/deps/local_runtime-fe4dc500f0e7aabd)
[INFO] [stdout] 
[INFO] [stdout] running 36 tests
[INFO] [stdout] test io::tests::deregister_into_inner ... ok
[INFO] [stdout] test io::tests::deregister_on_drop ... ok
[INFO] [stdout] test io::tests::tcp ... ok
[INFO] [stdout] test concurrency::tests::flag_waker_multiple_wakers ... ok
[INFO] [stdout] test io::tests::writable_readable ... ok
[INFO] [stdout] test reactor::tests::disable_event_after_poll ... ok
[INFO] [stdout] test reactor::tests::modify_registration ... ok
[INFO] [stdout] test reactor::tests::io_registration ... ok
[INFO] [stdout] test reactor::tests::flag_notifier ... ok
[INFO] [stdout] test reactor::tests::empty_wait ... ok
[INFO] [stdout] test reactor::tests::poller_error ... ok
[INFO] [stdout] test reactor::tests::register_error ... ok
[INFO] [stdout] test reactor::tests::repeat_registers ... ok
[INFO] [stdout] test reactor::tests::multiple_wakes ... ok
[INFO] [stdout] test reactor::tests::poll_no_output ... ok
[INFO] [stdout] test reactor::unix::tests::eventfd_notification ... ok
[INFO] [stdout] test reactor::unix::tests::pipe_notification ... ok
[INFO] [stdout] test reactor::unix::tests::timerfd_timeout ... ok
[INFO] [stdout] test tests::cancel ... ok
[INFO] [stdout] test reactor::unix::tests::clear_notifier_and_timerfd ... ok
[INFO] [stdout] test tests::task_waker ... ok
[INFO] [stdout] test reactor::unix::tests::poll_timeout ... ok
[INFO] [stdout] test time::tests::cancel ... ok
[INFO] [stdout] test tests::spawn_and_poll ... ok
[INFO] [stdout] test tests::wake_queue ... ok
[INFO] [stdout] test time::tests::modify ... ok
[INFO] [stdout] test time::tests::timeouts ... ok
[INFO] [stdout] test time::tests::periodic ... ok
[INFO] [stdout] test time::tests::timer_expired ... ok
[INFO] [stdout] test time::tests::timer ... ok
[INFO] [stdout] test reactor::tests::deregister_unfound - should panic ... ok
[INFO] [stdout] test reactor::tests::check_ready_unfound - should panic ... ok
[INFO] [stdout] test reactor::tests::enable_unfound - should panic ... ok
[INFO] [stdout] test time::tests::next_timeout ... ok
[INFO] [stdout] test tests::switch_waker_join ... ok
[INFO] [stdout] test tests::switch_waker ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 36 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/executor.rs (/opt/rustwide/target/debug/build/local-runtime/c71fcd82b6db605f/deps/executor-c71fcd82b6db605f)
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test spawn_one ... ok
[INFO] [stdout] test spawn_dropped ... ok
[INFO] [stdout] test client_server ... ok
[INFO] [stdout] test cancelled ... ok
[INFO] [stdout] test sub_executor_one ... ok
[INFO] [stdout] test spawn_periodic ... ok
[INFO] [stdout] test sub_executor_periodic ... ok
[INFO] [stdout] test spawn_recursive ... ok
[INFO] [stdout] test notify_from_other_thread ... ok
[INFO] [stdout] test spawn_parallel ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/macros.rs (/opt/rustwide/target/debug/build/local-runtime/13b468d46d756087/deps/macros-13b468d46d756087)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test single_entry ... ok
[INFO] [stdout] test merge_futures ... ok
[INFO] [stdout] test scoping ... ok
[INFO] [stdout] test merge_same_time ... ok
[INFO] [stdout] test merge_timers ... ok
[INFO] [stdout] test join ... ok
[INFO] [stdout] test merge_periodic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.28s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/tcp.rs (/opt/rustwide/target/debug/build/local-runtime/14ccbbff1589dca5/deps/tcp-14ccbbff1589dca5)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test echo_with_channel ... ok
[INFO] [stdout] test single_thread_echo ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/timer.rs (/opt/rustwide/target/debug/build/local-runtime/61daaa00584999ea/deps/timer-61daaa00584999ea)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test microsecond_timer ... ok
[INFO] [stdout] test timer_test ... ok
[INFO] [stdout] test periodic_test ... ok
[INFO] [stdout] test timeout_test ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.15s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test loopback ... ok
[INFO] [stdout] test unconnected ... ok
[INFO] [stdout] test connected ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/udp.rs (/opt/rustwide/target/debug/build/local-runtime/d39a7c5733d2764a/deps/udp-d39a7c5733d2764a)
[INFO] [stderr]    Doc-tests local_runtime
[INFO] [stdout] 
[INFO] [stdout] running 25 tests
[INFO] [stdout] test src/io.rs - io::Async<T>::poll_read_with (line 251) - compile ... ok
[INFO] [stdout] test src/io.rs - io::Async<TcpListener>::accept (line 484) - compile ... ok
[INFO] [stdout] test src/io.rs - io::Async (line 111) - compile ... ok
[INFO] [stdout] test src/io.rs - io::Async<TcpListener>::bind (line 458) - compile ... ok
[INFO] [stdout] test src/io.rs - io::Async<T>::poll_write_with (line 305) - compile ... ok
[INFO] [stdout] test src/io.rs - io::Async<TcpListener>::incoming (line 504) - compile ... ok
[INFO] [stdout] test src/io.rs - io::Async<UdpSocket>::send (line 754) - compile ... ok
[INFO] [stdout] test src/io.rs - io::Async<UdpSocket>::recv (line 714) - compile ... ok
[INFO] [stdout] test src/io.rs - io::Async<UdpSocket>::recv_from (line 643) - compile ... ok
[INFO] [stdout] test src/io.rs - io::Async<UdpSocket>::bind (line 619) - compile ... ok
[INFO] [stdout] test src/io.rs - io::Async<TcpStream>::connect (line 543) - compile ... ok
[INFO] [stdout] test src/io.rs - io::Async<UdpSocket>::send_to (line 676) - compile ... ok
[INFO] [stdout] test src/lib.rs - Executor<'a>::spawn (line 382) - compile ... ok
[INFO] [stdout] test src/lib.rs - (line 43) - compile ... ok
[INFO] [stdout] test src/lib.rs - Executor<'a>::spawn_rc (line 429) - compile fail ... ok
[INFO] [stdout] test src/lib.rs - Executor<'a>::spawn_rc (line 460) - compile ... ok
[INFO] [stdout] test src/lib.rs - Executor (line 326) ... ok
[INFO] [stdout] test src/lib.rs - Executor<'a>::run (line 557) ... ok
[INFO] [stdout] test src/time.rs - time::Periodic (line 194) - compile ... ok
[INFO] [stdout] test src/time.rs - time::Timer (line 111) - compile ... ok
[INFO] [stdout] test src/concurrency.rs - concurrency::merge_streams (line 340) ... ok
[INFO] [stdout] test src/concurrency.rs - concurrency::join (line 127) ... ok
[INFO] [stdout] test src/time.rs - time::timeout (line 300) - compile ... ok
[INFO] [stdout] test src/lib.rs - block_on (line 142) ... ok
[INFO] [stdout] test src/concurrency.rs - concurrency::merge_futures (line 252) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.34s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "5070d301bb58e47feb5d484451cfa5649c0a482a3feb9872658d8274e546a053", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5070d301bb58e47feb5d484451cfa5649c0a482a3feb9872658d8274e546a053", kill_on_drop: false }`
[INFO] [stdout] 5070d301bb58e47feb5d484451cfa5649c0a482a3feb9872658d8274e546a053
