[INFO] fetching crate local-runtime 0.2.1...
[INFO] testing local-runtime-0.2.1 against 1.94.0 for beta-1.95-1
[INFO] extracting crate local-runtime 0.2.1 into /workspace/builds/worker-6-tc1/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-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate local-runtime 0.2.1 on toolchain 1.94.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.94.0" "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" "+1.94.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded httparse v1.10.0
[INFO] [stderr]   Downloaded smallvec v1.14.0
[INFO] [stderr]   Downloaded nanorand v0.7.0
[INFO] [stderr]   Downloaded once_cell v1.20.3
[INFO] [stderr]   Downloaded miniz_oxide v0.8.4
[INFO] [stderr]   Downloaded bytes v1.10.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] be8a131e5dc29512307d29e51371775da7a584c1b3fbb5e673797d661145bd59
[INFO] running `Command { std: "docker" "start" "-a" "be8a131e5dc29512307d29e51371775da7a584c1b3fbb5e673797d661145bd59", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "be8a131e5dc29512307d29e51371775da7a584c1b3fbb5e673797d661145bd59", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "be8a131e5dc29512307d29e51371775da7a584c1b3fbb5e673797d661145bd59", kill_on_drop: false }`
[INFO] [stdout] be8a131e5dc29512307d29e51371775da7a584c1b3fbb5e673797d661145bd59
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 176c9b485c0ce803cbb72947472b51425f26d9b18a628f0668944e47894493eb
[INFO] running `Command { std: "docker" "start" "-a" "176c9b485c0ce803cbb72947472b51425f26d9b18a628f0668944e47894493eb", kill_on_drop: false }`
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling slab v0.4.9
[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 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 6.03s
[INFO] running `Command { std: "docker" "inspect" "176c9b485c0ce803cbb72947472b51425f26d9b18a628f0668944e47894493eb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "176c9b485c0ce803cbb72947472b51425f26d9b18a628f0668944e47894493eb", kill_on_drop: false }`
[INFO] [stdout] 176c9b485c0ce803cbb72947472b51425f26d9b18a628f0668944e47894493eb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b886694f9b8db4a8c2fbcfae358f5fe343ae97891856dc7fe31c90989f69f6fd
[INFO] running `Command { std: "docker" "start" "-a" "b886694f9b8db4a8c2fbcfae358f5fe343ae97891856dc7fe31c90989f69f6fd", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling itoa v1.0.14
[INFO] [stderr]    Compiling bytes v1.10.0
[INFO] [stderr]    Compiling log v0.4.25
[INFO] [stderr]    Compiling httparse v1.10.0
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling tokio v1.43.0
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling smallvec v1.14.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling env_filter v0.1.3
[INFO] [stderr]    Compiling local-runtime v0.2.1 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling futures-lite v2.6.0
[INFO] [stderr]    Compiling env_logger v0.11.6
[INFO] [stderr]    Compiling http v1.2.0
[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 v1.0.1
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling nanorand v0.7.0
[INFO] [stderr]    Compiling flume v0.11.1
[INFO] [stderr]    Compiling hyper v1.6.0
[INFO] [stderr]    Compiling http-body-util v0.1.2
[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 8.95s
[INFO] running `Command { std: "docker" "inspect" "b886694f9b8db4a8c2fbcfae358f5fe343ae97891856dc7fe31c90989f69f6fd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b886694f9b8db4a8c2fbcfae358f5fe343ae97891856dc7fe31c90989f69f6fd", kill_on_drop: false }`
[INFO] [stdout] b886694f9b8db4a8c2fbcfae358f5fe343ae97891856dc7fe31c90989f69f6fd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 206d072763e939482046fe5424aeb5d6972ef60842b4ed7e4ada12f260a16fb1
[INFO] running `Command { std: "docker" "start" "-a" "206d072763e939482046fe5424aeb5d6972ef60842b4ed7e4ada12f260a16fb1", 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.09s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/local_runtime-8beb0d3e8d840bb1)
[INFO] [stdout] 
[INFO] [stdout] running 36 tests
[INFO] [stdout] test concurrency::tests::flag_waker_multiple_wakers ... ok
[INFO] [stdout] test io::tests::deregister_on_drop ... ok
[INFO] [stdout] test reactor::tests::disable_event_after_poll ... ok
[INFO] [stdout] test io::tests::tcp ... ok
[INFO] [stdout] test io::tests::deregister_into_inner ... ok
[INFO] [stdout] test reactor::tests::empty_wait ... ok
[INFO] [stdout] test reactor::tests::io_registration ... ok
[INFO] [stdout] test reactor::tests::modify_registration ... ok
[INFO] [stdout] test reactor::tests::multiple_wakes ... ok
[INFO] [stdout] test reactor::tests::poll_no_output ... ok
[INFO] [stdout] test reactor::tests::register_error ... ok
[INFO] [stdout] test reactor::tests::repeat_registers ... ok
[INFO] [stdout] test reactor::tests::flag_notifier ... ok
[INFO] [stdout] test reactor::tests::poller_error ... ok
[INFO] [stdout] test tests::cancel ... ok
[INFO] [stdout] test tests::spawn_and_poll ... ok
[INFO] [stdout] test tests::task_waker ... ok
[INFO] [stdout] test time::tests::cancel ... ok
[INFO] [stdout] test time::tests::timeouts ... ok
[INFO] [stdout] test reactor::unix::tests::eventfd_notification ... ok
[INFO] [stdout] test reactor::unix::tests::timerfd_timeout ... ok
[INFO] [stdout] test reactor::unix::tests::clear_notifier_and_timerfd ... ok
[INFO] [stdout] test reactor::unix::tests::pipe_notification ... ok
[INFO] [stdout] test time::tests::timer_expired ... ok
[INFO] [stdout] test reactor::unix::tests::poll_timeout ... ok
[INFO] [stdout] test time::tests::modify ... ok
[INFO] [stdout] test time::tests::periodic ... ok
[INFO] [stdout] test io::tests::writable_readable ... ok
[INFO] [stdout] test time::tests::timer ... 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 reactor::tests::deregister_unfound - should panic ... ok
[INFO] [stdout] test tests::wake_queue ... ok
[INFO] [stdout] test time::tests::next_timeout ... ok
[INFO] [stdout] test tests::switch_waker ... ok
[INFO] [stdout] test tests::switch_waker_join ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 36 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/executor.rs (/opt/rustwide/target/debug/deps/executor-cf68af63f333f6a5)
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test spawn_dropped ... ok
[INFO] [stdout] test spawn_one ... ok
[INFO] [stdout] test client_server ... ok
[INFO] [stdout] test cancelled ... ok
[INFO] [stdout] test sub_executor_one ... ok
[INFO] [stdout] test sub_executor_periodic ... ok
[INFO] [stdout] test spawn_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/deps/macros-09df9f45b94b1c00)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test scoping ... ok
[INFO] [stdout] test merge_futures ... ok
[INFO] [stdout] test merge_same_time ... ok
[INFO] [stdout] test merge_timers ... ok
[INFO] [stdout] test single_entry ... ok
[INFO] [stdout] test join ... ok
[INFO] [stderr]      Running tests/tcp.rs (/opt/rustwide/target/debug/deps/tcp-9518a44c51d9498d)
[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.29s
[INFO] [stdout] 
[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/deps/timer-48a9db0bcc54f003)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test microsecond_timer ... ok
[INFO] [stdout] test timer_test ... ok
[INFO] [stdout] test timeout_test ... ok
[INFO] [stderr]      Running tests/udp.rs (/opt/rustwide/target/debug/deps/udp-95e59164b74bbb62)
[INFO] [stdout] test periodic_test ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test unconnected ... ok
[INFO] [stdout] test connected ... ok
[INFO] [stdout] test loopback ... 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]    Doc-tests local_runtime
[INFO] [stdout] 
[INFO] [stdout] running 25 tests
[INFO] [stdout] test src/io.rs - io::Async<UdpSocket>::send (line 754) - compile ... ok
[INFO] [stdout] test src/io.rs - io::Async<TcpListener>::incoming (line 504) - compile ... ok
[INFO] [stdout] test src/io.rs - io::Async<TcpListener>::accept (line 484) - compile ... ok
[INFO] [stdout] test src/io.rs - io::Async<UdpSocket>::bind (line 619) - 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_read_with (line 251) - compile ... ok
[INFO] [stdout] test src/io.rs - io::Async<UdpSocket>::recv (line 714) - compile ... ok
[INFO] [stdout] test src/io.rs - io::Async<TcpStream>::connect (line 543) - compile ... ok
[INFO] [stdout] test src/io.rs - io::Async (line 111) - 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/io.rs - io::Async<UdpSocket>::recv_from (line 643) - compile ... ok
[INFO] [stdout] test src/lib.rs - Executor<'a>::spawn_rc (line 460) - compile ... ok
[INFO] [stdout] test src/lib.rs - Executor<'a>::spawn_rc (line 429) - compile fail ... ok
[INFO] [stdout] test src/io.rs - io::Async<T>::poll_write_with (line 305) - compile ... ok
[INFO] [stdout] test src/time.rs - time::timeout (line 300) - compile ... ok
[INFO] [stdout] test src/io.rs - io::Async<UdpSocket>::send_to (line 676) - compile ... ok
[INFO] [stdout] test src/time.rs - time::Timer (line 111) - compile ... ok
[INFO] [stdout] test src/time.rs - time::Periodic (line 194) - compile ... ok
[INFO] [stdout] test src/lib.rs - Executor (line 326) ... 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] test src/concurrency.rs - concurrency::join (line 127) ... ok
[INFO] [stdout] test src/concurrency.rs - concurrency::merge_streams (line 340) ... ok
[INFO] [stdout] test src/lib.rs - Executor<'a>::run (line 557) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.85s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "206d072763e939482046fe5424aeb5d6972ef60842b4ed7e4ada12f260a16fb1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "206d072763e939482046fe5424aeb5d6972ef60842b4ed7e4ada12f260a16fb1", kill_on_drop: false }`
[INFO] [stdout] 206d072763e939482046fe5424aeb5d6972ef60842b4ed7e4ada12f260a16fb1
