[INFO] fetching crate local-runtime 0.2.1... [INFO] testing local-runtime-0.2.1 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-8 [INFO] extracting crate local-runtime 0.2.1 into /workspace/builds/worker-6-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-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate local-runtime 0.2.1 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bb4d82bb6540a2d30a1f76838c5ea002cc87d55bb968812d5a77c00312466fc0 [INFO] running `Command { std: "docker" "start" "-a" "bb4d82bb6540a2d30a1f76838c5ea002cc87d55bb968812d5a77c00312466fc0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bb4d82bb6540a2d30a1f76838c5ea002cc87d55bb968812d5a77c00312466fc0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bb4d82bb6540a2d30a1f76838c5ea002cc87d55bb968812d5a77c00312466fc0", kill_on_drop: false }` [INFO] [stdout] bb4d82bb6540a2d30a1f76838c5ea002cc87d55bb968812d5a77c00312466fc0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e7f5cd33ca154f410297132ecb2cb15d17ee0fbdc4c253f517b92b99ca09bb5d [INFO] running `Command { std: "docker" "start" "-a" "e7f5cd33ca154f410297132ecb2cb15d17ee0fbdc4c253f517b92b99ca09bb5d", 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 futures-io v0.3.31 [INFO] [stderr] Compiling log v0.4.25 [INFO] [stderr] Compiling atomic-waker v1.1.2 [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(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.28s [INFO] running `Command { std: "docker" "inspect" "e7f5cd33ca154f410297132ecb2cb15d17ee0fbdc4c253f517b92b99ca09bb5d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e7f5cd33ca154f410297132ecb2cb15d17ee0fbdc4c253f517b92b99ca09bb5d", kill_on_drop: false }` [INFO] [stdout] e7f5cd33ca154f410297132ecb2cb15d17ee0fbdc4c253f517b92b99ca09bb5d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d00ee1c4bba260aa25bdb3970caf49598afd578768dbfe708246e512cdcd9196 [INFO] running `Command { std: "docker" "start" "-a" "d00ee1c4bba260aa25bdb3970caf49598afd578768dbfe708246e512cdcd9196", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.169 [INFO] [stderr] Compiling bytes v1.10.0 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling itoa v1.0.14 [INFO] [stderr] Compiling httparse v1.10.0 [INFO] [stderr] Compiling log v0.4.25 [INFO] [stderr] Compiling futures-util 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 futures-channel v0.3.31 [INFO] [stderr] Compiling parking v2.2.1 [INFO] [stderr] Compiling fastrand v2.3.0 [INFO] [stderr] Compiling local-runtime v0.2.1 (/opt/rustwide/workdir) [INFO] [stderr] Compiling futures-lite v2.6.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(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 v1.2.0 [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 http-body v1.0.1 [INFO] [stderr] Compiling hyper v1.6.0 [INFO] [stderr] Compiling http-body-util v0.1.2 [INFO] [stderr] Compiling regex-automata v0.4.9 [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(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 15.26s [INFO] running `Command { std: "docker" "inspect" "d00ee1c4bba260aa25bdb3970caf49598afd578768dbfe708246e512cdcd9196", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d00ee1c4bba260aa25bdb3970caf49598afd578768dbfe708246e512cdcd9196", kill_on_drop: false }` [INFO] [stdout] d00ee1c4bba260aa25bdb3970caf49598afd578768dbfe708246e512cdcd9196 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 426403912b1708949d97fc38c7158179a9d0edc4f4c6c3c1c276b2a21bce548b [INFO] running `Command { std: "docker" "start" "-a" "426403912b1708949d97fc38c7158179a9d0edc4f4c6c3c1c276b2a21bce548b", 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(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.12s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/local_runtime-ff5ae7c702de1774) [INFO] [stdout] running 36 tests [INFO] [stdout] test concurrency::tests::flag_waker_multiple_wakers ... ok [INFO] [stdout] test io::tests::deregister_into_inner ... ok [INFO] [stdout] test io::tests::writable_readable ... ok [INFO] [stdout] test reactor::tests::disable_event_after_poll ... ok [INFO] [stdout] test io::tests::tcp ... ok [INFO] [stdout] test reactor::tests::io_registration ... ok [INFO] [stdout] test reactor::tests::multiple_wakes ... ok [INFO] [stdout] test reactor::tests::modify_registration ... ok [INFO] [stdout] test reactor::tests::empty_wait ... ok [INFO] [stdout] test tests::cancel ... ok [INFO] [stdout] test tests::spawn_and_poll ... ok [INFO] [stdout] test reactor::tests::poller_error ... ok [INFO] [stdout] test reactor::tests::repeat_registers ... ok [INFO] [stdout] test reactor::tests::poll_no_output ... ok [INFO] [stdout] test time::tests::cancel ... ok [INFO] [stdout] test reactor::tests::register_error ... ok [INFO] [stdout] test tests::task_waker ... ok [INFO] [stdout] test tests::wake_queue ... ok [INFO] [stdout] test time::tests::timeouts ... ok [INFO] [stdout] test reactor::unix::tests::timerfd_timeout ... ok [INFO] [stdout] test time::tests::timer_expired ... ok [INFO] [stdout] test reactor::unix::tests::poll_timeout ... ok [INFO] [stdout] test reactor::unix::tests::clear_notifier_and_timerfd ... ok [INFO] [stdout] test reactor::tests::flag_notifier ... ok [INFO] [stdout] test io::tests::deregister_on_drop ... ok [INFO] [stdout] test time::tests::modify ... ok [INFO] [stdout] test reactor::tests::deregister_unfound - should panic ... ok [INFO] [stdout] test reactor::tests::enable_unfound - should panic ... ok [INFO] [stdout] test reactor::tests::check_ready_unfound - should panic ... ok [INFO] [stdout] test reactor::unix::tests::pipe_notification ... ok [INFO] [stdout] test reactor::unix::tests::eventfd_notification ... ok [INFO] [stdout] test time::tests::timer ... ok [INFO] [stdout] test time::tests::periodic ... 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.12s [INFO] [stdout] [INFO] [stderr] Running tests/executor.rs (/opt/rustwide/target/debug/deps/executor-1041a6d0a032e6f1) [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.13s [INFO] [stdout] [INFO] [stderr] Running tests/macros.rs (/opt/rustwide/target/debug/deps/macros-eb2e8dcd5652bf69) [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test scoping ... ok [INFO] [stdout] test single_entry ... ok [INFO] [stdout] test merge_futures ... 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/deps/tcp-182d34ad87474610) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test single_thread_echo ... ok [INFO] [stdout] test echo_with_channel ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s [INFO] [stdout] [INFO] [stderr] Running tests/timer.rs (/opt/rustwide/target/debug/deps/timer-f85b0110ee15f5c7) [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] [stdout] test periodic_test ... ok [INFO] [stdout] [INFO] [stderr] Running tests/udp.rs (/opt/rustwide/target/debug/deps/udp-8ea8d79facf85936) [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 connected ... ok [INFO] [stdout] test loopback ... ok [INFO] [stdout] test unconnected ... ok [INFO] [stdout] [INFO] [stderr] Doc-tests local_runtime [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 25 tests [INFO] [stdout] test src/io.rs - io::Async::bind (line 458) - compile ... ok [INFO] [stdout] test src/io.rs - io::Async::recv_from (line 643) - compile ... ok [INFO] [stdout] test src/io.rs - io::Async::send_to (line 676) - compile ... ok [INFO] [stdout] test src/io.rs - io::Async::poll_read_with (line 251) - compile ... ok [INFO] [stdout] test src/io.rs - io::Async (line 111) - compile ... ok [INFO] [stdout] test src/io.rs - io::Async::send (line 754) - compile ... ok [INFO] [stdout] test src/io.rs - io::Async::incoming (line 504) - compile ... ok [INFO] [stdout] test src/lib.rs - Executor<'a>::spawn (line 382) - compile ... ok [INFO] [stdout] test src/io.rs - io::Async::poll_write_with (line 305) - compile ... ok [INFO] [stdout] test src/time.rs - time::Periodic (line 194) - compile ... ok [INFO] [stdout] test src/lib.rs - Executor<'a>::spawn_rc (line 460) - compile ... ok [INFO] [stdout] test src/io.rs - io::Async::bind (line 619) - compile ... ok [INFO] [stdout] test src/io.rs - io::Async::recv (line 714) - compile ... ok [INFO] [stdout] test src/lib.rs - Executor<'a>::spawn_rc (line 429) - compile fail ... ok [INFO] [stdout] test src/time.rs - time::Timer (line 111) - compile ... ok [INFO] [stdout] test src/lib.rs - (line 43) - compile ... ok [INFO] [stdout] test src/io.rs - io::Async::accept (line 484) - compile ... ok [INFO] [stdout] test src/io.rs - io::Async::connect (line 543) - compile ... ok [INFO] [stdout] test src/time.rs - time::timeout (line 300) - compile ... ok [INFO] [stdout] test src/lib.rs - Executor<'a>::run (line 557) ... ok [INFO] [stdout] test src/concurrency.rs - concurrency::join (line 127) ... ok [INFO] [stdout] test src/lib.rs - block_on (line 142) ... ok [INFO] [stdout] test src/lib.rs - Executor (line 326) ... ok [INFO] [stdout] test src/concurrency.rs - concurrency::merge_streams (line 340) ... 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 1.44s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "426403912b1708949d97fc38c7158179a9d0edc4f4c6c3c1c276b2a21bce548b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "426403912b1708949d97fc38c7158179a9d0edc4f4c6c3c1c276b2a21bce548b", kill_on_drop: false }` [INFO] [stdout] 426403912b1708949d97fc38c7158179a9d0edc4f4c6c3c1c276b2a21bce548b