[INFO] fetching crate local-runtime 0.2.1... [INFO] testing local-runtime-0.2.1 against try#b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b for pr-145330-1 [INFO] extracting crate local-runtime 0.2.1 into /workspace/builds/worker-4-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-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate local-runtime 0.2.1 on toolchain b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "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" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 13ea761fce63d7420dd429d120f916c5a8831582ffd3f531b48804be3d3af51d [INFO] running `Command { std: "docker" "start" "-a" "13ea761fce63d7420dd429d120f916c5a8831582ffd3f531b48804be3d3af51d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "13ea761fce63d7420dd429d120f916c5a8831582ffd3f531b48804be3d3af51d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "13ea761fce63d7420dd429d120f916c5a8831582ffd3f531b48804be3d3af51d", kill_on_drop: false }` [INFO] [stdout] 13ea761fce63d7420dd429d120f916c5a8831582ffd3f531b48804be3d3af51d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2a6f0c523519eab61bd52349ac4758bb1596b631c439d917dcc17de938d6bbb8 [INFO] running `Command { std: "docker" "start" "-a" "2a6f0c523519eab61bd52349ac4758bb1596b631c439d917dcc17de938d6bbb8", 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 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)]` 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 4.92s [INFO] running `Command { std: "docker" "inspect" "2a6f0c523519eab61bd52349ac4758bb1596b631c439d917dcc17de938d6bbb8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2a6f0c523519eab61bd52349ac4758bb1596b631c439d917dcc17de938d6bbb8", kill_on_drop: false }` [INFO] [stdout] 2a6f0c523519eab61bd52349ac4758bb1596b631c439d917dcc17de938d6bbb8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ca044306510dc8050e14cc5fa6008f54291d6c3374c618424b05b02d6b88fe15 [INFO] running `Command { std: "docker" "start" "-a" "ca044306510dc8050e14cc5fa6008f54291d6c3374c618424b05b02d6b88fe15", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.169 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling bytes v1.10.0 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling httparse v1.10.0 [INFO] [stderr] Compiling utf8parse v0.2.2 [INFO] [stderr] Compiling log v0.4.25 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.1 [INFO] [stderr] Compiling colorchoice v1.0.3 [INFO] [stderr] Compiling anstyle-query v1.1.2 [INFO] [stderr] Compiling tokio v1.43.0 [INFO] [stderr] Compiling fastrand v2.3.0 [INFO] [stderr] Compiling smallvec v1.14.0 [INFO] [stderr] Compiling anstyle-parse v0.2.6 [INFO] [stderr] Compiling local-runtime v0.2.1 (/opt/rustwide/workdir) [INFO] [stderr] Compiling futures-lite v2.6.0 [INFO] [stderr] Compiling anstream v0.6.18 [INFO] [stderr] Compiling http v1.2.0 [INFO] [stderr] Compiling spin v0.9.8 [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)]` 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 regex-automata v0.4.9 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling http-body-util v0.1.2 [INFO] [stderr] Compiling hyper v1.6.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 signal-hook v0.3.17 [INFO] [stderr] Compiling flume v0.11.1 [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)]` 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)]` 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 11.22s [INFO] running `Command { std: "docker" "inspect" "ca044306510dc8050e14cc5fa6008f54291d6c3374c618424b05b02d6b88fe15", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ca044306510dc8050e14cc5fa6008f54291d6c3374c618424b05b02d6b88fe15", kill_on_drop: false }` [INFO] [stdout] ca044306510dc8050e14cc5fa6008f54291d6c3374c618424b05b02d6b88fe15 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] da2f109edbdd1e314dbd0b7074965f66cbce0aa84d24d1432453d6a9abee255e [INFO] running `Command { std: "docker" "start" "-a" "da2f109edbdd1e314dbd0b7074965f66cbce0aa84d24d1432453d6a9abee255e", 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)]` 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)]` 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] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/local_runtime-ff5ae7c702de1774) [INFO] [stdout] [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::deregister_on_drop ... ok [INFO] [stdout] test io::tests::writable_readable ... ok [INFO] [stdout] test io::tests::tcp ... ok [INFO] [stdout] test reactor::tests::modify_registration ... ok [INFO] [stdout] test reactor::tests::empty_wait ... ok [INFO] [stdout] test reactor::tests::disable_event_after_poll ... ok [INFO] [stdout] test reactor::tests::io_registration ... ok [INFO] [stdout] test reactor::tests::register_error ... ok [INFO] [stdout] test reactor::tests::flag_notifier ... ok [INFO] [stdout] test tests::cancel ... ok [INFO] [stdout] test tests::spawn_and_poll ... ok [INFO] [stdout] test reactor::tests::poll_no_output ... ok [INFO] [stdout] test reactor::tests::multiple_wakes ... ok [INFO] [stdout] test reactor::tests::repeat_registers ... ok [INFO] [stdout] test time::tests::cancel ... ok [INFO] [stdout] test tests::task_waker ... ok [INFO] [stdout] test reactor::tests::poller_error ... ok [INFO] [stdout] test time::tests::timeouts ... ok [INFO] [stdout] test tests::wake_queue ... ok [INFO] [stdout] test reactor::unix::tests::eventfd_notification ... ok [INFO] [stdout] test time::tests::timer_expired ... 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::modify ... ok [INFO] [stdout] test time::tests::periodic ... ok [INFO] [stdout] test reactor::unix::tests::poll_timeout ... 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 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 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] [stderr] Running tests/tcp.rs (/opt/rustwide/target/debug/deps/tcp-182d34ad87474610) [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] [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-f85b0110ee15f5c7) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test microsecond_timer ... ok [INFO] [stdout] test timeout_test ... ok [INFO] [stdout] test timer_test ... ok [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] [stderr] Running tests/udp.rs (/opt/rustwide/target/debug/deps/udp-8ea8d79facf85936) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test loopback ... ok [INFO] [stdout] test connected ... ok [INFO] [stdout] test unconnected ... 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::connect (line 543) - compile ... ok [INFO] [stdout] test src/lib.rs - (line 43) - compile ... ok [INFO] [stdout] test src/io.rs - io::Async::send_to (line 676) - compile ... ok [INFO] [stdout] test src/io.rs - io::Async::bind (line 458) - compile ... ok [INFO] [stdout] test src/io.rs - io::Async::poll_write_with (line 305) - 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::recv_from (line 643) - compile ... ok [INFO] [stdout] test src/io.rs - io::Async (line 111) - compile ... ok [INFO] [stdout] test src/io.rs - io::Async::bind (line 619) - 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::incoming (line 504) - compile ... ok [INFO] [stdout] test src/time.rs - time::Timer (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::recv (line 714) - compile ... ok [INFO] [stdout] test src/time.rs - time::timeout (line 300) - compile ... ok [INFO] [stdout] test src/time.rs - time::Periodic (line 194) - compile ... ok [INFO] [stdout] test src/io.rs - io::Async::accept (line 484) - compile ... ok [INFO] [stdout] test src/lib.rs - Executor<'a>::spawn (line 382) - compile ... ok [INFO] [stdout] test src/lib.rs - Executor<'a>::spawn_rc (line 460) - compile ... ok [INFO] [stdout] test src/lib.rs - Executor<'a>::run (line 557) ... 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] [INFO] [stdout] test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.13s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "da2f109edbdd1e314dbd0b7074965f66cbce0aa84d24d1432453d6a9abee255e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "da2f109edbdd1e314dbd0b7074965f66cbce0aa84d24d1432453d6a9abee255e", kill_on_drop: false }` [INFO] [stdout] da2f109edbdd1e314dbd0b7074965f66cbce0aa84d24d1432453d6a9abee255e