[INFO] fetching crate local-runtime 0.2.1... [INFO] testing local-runtime-0.2.1 against 1.90.0 for beta-1.91-3 [INFO] extracting crate local-runtime 0.2.1 into /workspace/builds/worker-1-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-1-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate local-runtime 0.2.1 on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.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.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded env_logger v0.11.6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8a0335ffa7defcdcd3286fbd46ded201c6550e78e06e4533308f6dc0ddd1bd45 [INFO] running `Command { std: "docker" "start" "-a" "8a0335ffa7defcdcd3286fbd46ded201c6550e78e06e4533308f6dc0ddd1bd45", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8a0335ffa7defcdcd3286fbd46ded201c6550e78e06e4533308f6dc0ddd1bd45", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8a0335ffa7defcdcd3286fbd46ded201c6550e78e06e4533308f6dc0ddd1bd45", kill_on_drop: false }` [INFO] [stdout] 8a0335ffa7defcdcd3286fbd46ded201c6550e78e06e4533308f6dc0ddd1bd45 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 280764c1c4c8371001e7385ac4c7668a8b8c9440d86ba5c8bfca453172ea12cb [INFO] running `Command { std: "docker" "start" "-a" "280764c1c4c8371001e7385ac4c7668a8b8c9440d86ba5c8bfca453172ea12cb", kill_on_drop: false }` [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling linux-raw-sys v0.4.15 [INFO] [stderr] Compiling bitflags v2.8.0 [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(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 8.93s [INFO] running `Command { std: "docker" "inspect" "280764c1c4c8371001e7385ac4c7668a8b8c9440d86ba5c8bfca453172ea12cb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "280764c1c4c8371001e7385ac4c7668a8b8c9440d86ba5c8bfca453172ea12cb", kill_on_drop: false }` [INFO] [stdout] 280764c1c4c8371001e7385ac4c7668a8b8c9440d86ba5c8bfca453172ea12cb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b4fb2dbe40ba0f7b31a9f7f87942d4bd7c1c563ad8f4711908254c8bfe4c018e [INFO] running `Command { std: "docker" "start" "-a" "b4fb2dbe40ba0f7b31a9f7f87942d4bd7c1c563ad8f4711908254c8bfe4c018e", kill_on_drop: false }` [INFO] [stderr] Compiling bytes v1.10.0 [INFO] [stderr] Compiling aho-corasick v1.1.3 [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 getrandom v0.2.15 [INFO] [stderr] Compiling signal-hook v0.3.17 [INFO] [stderr] Compiling anstream v0.6.18 [INFO] [stderr] Compiling signal-hook-registry v1.4.2 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling tokio v1.43.0 [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 flume v0.11.1 [INFO] [stderr] Compiling local-runtime v0.2.1 (/opt/rustwide/workdir) [INFO] [stderr] Compiling futures-lite v2.6.0 [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(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 hyper v1.6.0 [INFO] [stderr] Compiling http-body-util v0.1.2 [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 30.63s [INFO] running `Command { std: "docker" "inspect" "b4fb2dbe40ba0f7b31a9f7f87942d4bd7c1c563ad8f4711908254c8bfe4c018e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b4fb2dbe40ba0f7b31a9f7f87942d4bd7c1c563ad8f4711908254c8bfe4c018e", kill_on_drop: false }` [INFO] [stdout] b4fb2dbe40ba0f7b31a9f7f87942d4bd7c1c563ad8f4711908254c8bfe4c018e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 3a811114b6f252aa574133f3f7ff8dc897dad1ea0743d641d011a279a9ea0a52 [INFO] running `Command { std: "docker" "start" "-a" "3a811114b6f252aa574133f3f7ff8dc897dad1ea0743d641d011a279a9ea0a52", 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 1 suggestion) [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.13s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/local_runtime-79d24252aeecfe1e) [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::disable_event_after_poll ... ok [INFO] [stdout] test reactor::tests::io_registration ... ok [INFO] [stdout] test reactor::tests::modify_registration ... ok [INFO] [stdout] test reactor::tests::empty_wait ... ok [INFO] [stdout] test reactor::tests::multiple_wakes ... 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 reactor::tests::flag_notifier ... ok [INFO] [stdout] test reactor::unix::tests::pipe_notification ... ok [INFO] [stdout] test reactor::unix::tests::clear_notifier_and_timerfd ... ok [INFO] [stdout] test reactor::unix::tests::poll_timeout ... ok [INFO] [stdout] test reactor::tests::register_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 reactor::unix::tests::eventfd_notification ... ok [INFO] [stdout] test reactor::unix::tests::timerfd_timeout ... ok [INFO] [stdout] test time::tests::cancel ... 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::enable_unfound - should panic ... ok [INFO] [stdout] test reactor::tests::check_ready_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.14s [INFO] [stdout] [INFO] [stderr] Running tests/executor.rs (/opt/rustwide/target/debug/deps/executor-71b6f788aac01ea7) [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 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-ce3066d016ebadb5) [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test single_entry ... ok [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 join ... ok [INFO] [stdout] test merge_periodic ... ok [INFO] [stderr] Running tests/tcp.rs (/opt/rustwide/target/debug/deps/tcp-136d7b1adcc24914) [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 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.02s [INFO] [stdout] [INFO] [stderr] Running tests/timer.rs (/opt/rustwide/target/debug/deps/timer-9ff07419b8da4350) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test timer_test ... ok [INFO] [stdout] test timeout_test ... ok [INFO] [stdout] test microsecond_timer ... FAILED [INFO] [stdout] test periodic_test ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- microsecond_timer stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'microsecond_timer' panicked at tests/timer.rs:67:13: [INFO] [stdout] assertion failed: elapsed < Duration::from_micros(700) [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x61e580539422 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x61e580539422 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x61e580539422 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x61e580539422 - ::fmt::hdcfcb6d4c8489523 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x61e58055ec23 - core::fmt::rt::Argument::fmt::h2c56b3114963061a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x61e58055ec23 - core::fmt::write::h8a494366950f23bb [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x61e580536363 - std::io::default_write_fmt::h7b8824096454f323 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x61e580536363 - std::io::Write::write_fmt::h4e71294925c334d0 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x61e580539272 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x61e58053a999 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27 [INFO] [stdout] 10: 0x61e58053a7ce - std::panicking::default_hook::h2c66fc99e962531d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9 [INFO] [stdout] 11: 0x61e5804e5de4 - as core::ops::function::Fn>::call::hb6bd65493727d71a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 12: 0x61e5804e5de4 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x61e58053b36e - as core::ops::function::Fn>::call::h318e4efb8c1a5689 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 14: 0x61e58053b36e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13 [INFO] [stdout] 15: 0x61e58053b106 - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:699:13 [INFO] [stdout] 16: 0x61e580539919 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x61e58053adcd - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5 [INFO] [stdout] 18: 0x61e58055d110 - core::panicking::panic_fmt::h62f63d096dd276af [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14 [INFO] [stdout] 19: 0x61e58055d19c - core::panicking::panic::h89a5f2df32b0508a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:145:5 [INFO] [stdout] 20: 0x61e5804a898e - timer::microsecond_timer::{{closure}}::h89e9af1f80768403 [INFO] [stdout] at /opt/rustwide/workdir/tests/timer.rs:67:13 [INFO] [stdout] 21: 0x61e5804a4cae - local_runtime::block_on::he1068f675663f745 [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:158:48 [INFO] [stdout] 22: 0x61e5804a8643 - timer::microsecond_timer::h6f2ec8664dddc883 [INFO] [stdout] at /opt/rustwide/workdir/tests/timer.rs:60:5 [INFO] [stdout] 23: 0x61e5804a8617 - timer::microsecond_timer::{{closure}}::h58814fb30ee91c9b [INFO] [stdout] at /opt/rustwide/workdir/tests/timer.rs:54:23 [INFO] [stdout] 24: 0x61e5804a9e46 - core::ops::function::FnOnce::call_once::h2e8bdcf5f23e705a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 25: 0x61e5804eb64b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 26: 0x61e5804eb64b - test::__rust_begin_short_backtrace::ha52ab26e77157f03 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18 [INFO] [stdout] 27: 0x61e5804ea785 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74 [INFO] [stdout] 28: 0x61e5804ea785 - as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 29: 0x61e5804ea785 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 30: 0x61e5804ea785 - std::panicking::catch_unwind::h6deb5fe1e91873c9 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 31: 0x61e5804ea785 - std::panic::catch_unwind::hea0829b6b565654b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x61e5804ea785 - test::run_test_in_process::hdc44dfecea3db21b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27 [INFO] [stdout] 33: 0x61e5804ea785 - test::run_test::{{closure}}::h0364ba59bf23f652 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43 [INFO] [stdout] 34: 0x61e5804ae384 - test::run_test::{{closure}}::h32730b304eec05da [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41 [INFO] [stdout] 35: 0x61e5804ae384 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x61e5804b1d5a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x61e5804b1d5a - as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 38: 0x61e5804b1d5a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 39: 0x61e5804b1d5a - std::panicking::catch_unwind::he81557d0e17cc1bc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 40: 0x61e5804b1d5a - std::panic::catch_unwind::hc2b8e79c20593955 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x61e5804b1d5a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x61e5804b1d5a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 43: 0x61e58053e2ef - as core::ops::function::FnOnce>::call_once::h5924238c754de3b8 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9 [INFO] [stdout] 44: 0x61e58053e2ef - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17 [INFO] [stdout] 45: 0x792c038e9aa4 - [INFO] [stdout] 46: 0x792c03976a34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] microsecond_timer [INFO] [stdout] [INFO] [stdout] test result: FAILED. 3 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--test timer` [INFO] running `Command { std: "docker" "inspect" "3a811114b6f252aa574133f3f7ff8dc897dad1ea0743d641d011a279a9ea0a52", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3a811114b6f252aa574133f3f7ff8dc897dad1ea0743d641d011a279a9ea0a52", kill_on_drop: false }` [INFO] [stdout] 3a811114b6f252aa574133f3f7ff8dc897dad1ea0743d641d011a279a9ea0a52