[INFO] fetching crate stepwise 0.0.3... [INFO] testing stepwise-0.0.3 against 1.90.0 for beta-1.91-3 [INFO] extracting crate stepwise 0.0.3 into /workspace/builds/worker-6-tc1/source [INFO] started tweaking crates.io crate stepwise 0.0.3 [INFO] removed 0 missing examples [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate stepwise 0.0.3 [INFO] tweaked toml for crates.io crate stepwise 0.0.3 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate stepwise 0.0.3 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 stepwise 0.0.3 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] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded env_logger v0.11.8 [INFO] [stderr] Downloaded env_filter v0.1.3 [INFO] [stderr] Downloaded portable-atomic-util v0.2.4 [INFO] [stderr] Downloaded rand_pcg v0.9.0 [INFO] [stderr] Downloaded test-log-macros v0.2.17 [INFO] [stderr] Downloaded test-log v0.2.17 [INFO] [stderr] Downloaded iai-callgrind-macros v0.5.0 [INFO] [stderr] Downloaded portable-atomic v1.11.0 [INFO] [stderr] Downloaded criterion v0.6.0 [INFO] [stderr] Downloaded iai-callgrind v0.14.0 [INFO] [stderr] Downloaded jiff-static v0.2.13 [INFO] [stderr] Downloaded jiff v0.2.13 [INFO] [stderr] Downloaded iai-callgrind-runner v0.14.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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 27d78eff9958215846d18d0955e3ed864f5f16303cec433bd7a7bbea2a2e18b1 [INFO] running `Command { std: "docker" "start" "-a" "27d78eff9958215846d18d0955e3ed864f5f16303cec433bd7a7bbea2a2e18b1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "27d78eff9958215846d18d0955e3ed864f5f16303cec433bd7a7bbea2a2e18b1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "27d78eff9958215846d18d0955e3ed864f5f16303cec433bd7a7bbea2a2e18b1", kill_on_drop: false }` [INFO] [stdout] 27d78eff9958215846d18d0955e3ed864f5f16303cec433bd7a7bbea2a2e18b1 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9cc06509050c6cfe3bae7442849191e577592c5c7b42e60a40129c9d05fb789b [INFO] running `Command { std: "docker" "start" "-a" "9cc06509050c6cfe3bae7442849191e577592c5c7b42e60a40129c9d05fb789b", kill_on_drop: false }` [INFO] [stderr] Compiling stepwise v0.0.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: enum `Progress` is never used [INFO] [stdout] --> src/drive/step.rs:13:17 [INFO] [stdout] | [INFO] [stdout] 13 | pub(crate) enum Progress { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s [INFO] running `Command { std: "docker" "inspect" "9cc06509050c6cfe3bae7442849191e577592c5c7b42e60a40129c9d05fb789b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9cc06509050c6cfe3bae7442849191e577592c5c7b42e60a40129c9d05fb789b", kill_on_drop: false }` [INFO] [stdout] 9cc06509050c6cfe3bae7442849191e577592c5c7b42e60a40129c9d05fb789b [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7d6bd26351e01e43b98b68d9652d40259f63efc771721f2fa9489bb3b174d126 [INFO] running `Command { std: "docker" "start" "-a" "7d6bd26351e01e43b98b68d9652d40259f63efc771721f2fa9489bb3b174d126", kill_on_drop: false }` [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling libc v0.2.172 [INFO] [stderr] Compiling anstyle v1.0.10 [INFO] [stderr] Compiling getrandom v0.3.2 [INFO] [stderr] Compiling log v0.4.27 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling tracing-core v0.1.33 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling regex-syntax v0.6.29 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling utf8parse v0.2.2 [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stderr] Compiling proc-macro-error-attr2 v2.0.0 [INFO] [stderr] Compiling half v2.6.0 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.1 [INFO] [stderr] Compiling overload v0.1.1 [INFO] [stderr] Compiling anstyle-query v1.1.2 [INFO] [stderr] Compiling colorchoice v1.0.3 [INFO] [stderr] Compiling anstyle-parse v0.2.6 [INFO] [stderr] Compiling clap_lex v0.7.4 [INFO] [stderr] Compiling iai-callgrind-runner v0.14.0 [INFO] [stderr] Compiling nu-ansi-term v0.46.0 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling anstream v0.6.18 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling clap_builder v4.5.38 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling thread_local v1.1.8 [INFO] [stderr] Compiling jiff v0.2.13 [INFO] [stderr] Compiling iai-callgrind v0.14.0 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stdout] warning: enum `Progress` is never used [INFO] [stdout] --> src/drive/step.rs:13:17 [INFO] [stdout] | [INFO] [stdout] 13 | pub(crate) enum Progress { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling rand_pcg v0.9.0 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling rand v0.9.1 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling clap v4.5.38 [INFO] [stderr] Compiling matchers v0.1.0 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling env_filter v0.1.3 [INFO] [stderr] Compiling tracing-subscriber v0.3.19 [INFO] [stderr] Compiling proc-macro-error2 v2.0.1 [INFO] [stderr] Compiling env_logger v0.11.8 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling derive_more-impl v1.0.0 [INFO] [stderr] Compiling test-log-macros v0.2.17 [INFO] [stderr] Compiling test-log v0.2.17 [INFO] [stderr] Compiling derive_more v1.0.0 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.6.0 [INFO] [stderr] Compiling iai-callgrind-macros v0.5.0 [INFO] [stderr] Compiling stepwise v0.0.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: enum `Progress` is never used [INFO] [stdout] --> src/drive/step.rs:13:17 [INFO] [stdout] | [INFO] [stdout] 13 | pub(crate) enum Progress { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 40.40s [INFO] running `Command { std: "docker" "inspect" "7d6bd26351e01e43b98b68d9652d40259f63efc771721f2fa9489bb3b174d126", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7d6bd26351e01e43b98b68d9652d40259f63efc771721f2fa9489bb3b174d126", kill_on_drop: false }` [INFO] [stdout] 7d6bd26351e01e43b98b68d9652d40259f63efc771721f2fa9489bb3b174d126 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] a6282bcc1f178132fc754ba852ec77678eb22d12faf338bec56c5c9ec6437df4 [INFO] running `Command { std: "docker" "start" "-a" "a6282bcc1f178132fc754ba852ec77678eb22d12faf338bec56c5c9ec6437df4", kill_on_drop: false }` [INFO] [stderr] warning: enum `Progress` is never used [INFO] [stderr] --> src/drive/step.rs:13:17 [INFO] [stderr] | [INFO] [stderr] 13 | pub(crate) enum Progress { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `stepwise` (lib) generated 1 warning [INFO] [stderr] warning: `stepwise` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.19s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/stepwise-b0c0a1f6a612f8c7) [INFO] [stdout] [INFO] [stdout] running 33 tests [INFO] [stdout] test algos::bisection::tests::bisection_exact ... ok [INFO] [stdout] test algos::bisection::tests::bisection_x_tol ... ok [INFO] [stdout] test algos::bisection::tests::doc_example1 ... ok [INFO] [stdout] test algos::gradient_descent::tests::gradient_descent_core ... ok [INFO] [stdout] test algo::tests::algo_dyn_compatibility ... ok [INFO] [stdout] test algos::gradient_descent::tests::test_doc_gradient_descent ... ok [INFO] [stdout] test algos::bisection::tests::bisection_falliable ... ok [INFO] [stdout] test drive::step::tests::step_sizes ... ok [INFO] [stdout] test metrics::tests::test_emv ... ok [INFO] [stdout] test metrics::tests::test_invocation_count_fn ... ok [INFO] [stdout] test metrics::tests::test_invocation_count_mut ... ok [INFO] [stdout] test metrics::tests::test_max ... ok [INFO] [stdout] test metrics::tests::test_moving_avg ... ok [INFO] [stdout] test math::tests::slice ... ok [INFO] [stdout] test math::tests::assert_approx_eq_core ... ok [INFO] [stdout] test problems::tests::test_rosenbrock_grad ... ok [INFO] [stdout] test problems::tests::write_noise_file ... ignored [INFO] [stdout] test samplers::sample_deque::tests::sample_deque_unbounded ... ok [INFO] [stdout] test rng::tests::test_gen_range ... ok [INFO] [stdout] test rng::tests::test_tiny_rng ... ok [INFO] [stdout] test samplers::progress_bar::tests::test_progress_bar ... ok [INFO] [stdout] test samplers::tabulate::tests::test_tabulate ... ok [INFO] [stdout] test samplers::sample_deque::tests::sample_deque_no_middle ... ok [INFO] [stdout] test samplers::sample_deque::tests::sample_deque_with_middle ... ok [INFO] [stdout] test problems::tests::test_sigmoid ... ok [INFO] [stdout] test metrics::tests::use_metrics ... ok [INFO] [stdout] test math::tests::vector_ext_core ... ok [INFO] [stdout] test metrics::tests::test_delta_f64 ... ok [INFO] [stdout] test math::tests::assert_approx_eq_slice_failure - should panic ... ok [INFO] [stdout] test math::tests::assert_approx_eq_failure - should panic ... ok [INFO] [stderr] Running tests/test_checkpoint.rs (/opt/rustwide/target/debug/deps/test_checkpoint-a4077cbd137b926f) [INFO] [stdout] test problems::tests::test_noise ... ok [INFO] [stdout] test math::tests::assert_len_eq_slice_failure - should panic ... ok [INFO] [stdout] test algos::bisection::tests::bisection_print ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 32 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.19s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test checkpoint_replace_params ... ok [INFO] [stdout] test checkpoint_twice ... ok [INFO] [stdout] test checkpoint_used2 ... ok [INFO] [stdout] test checkpoint_used1 ... ok [INFO] [stdout] test checkpoint_ignore ... ok [INFO] [stdout] test checkpoint_write ... ok [INFO] [stdout] test test_create_dirs ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/test_driver.rs (/opt/rustwide/target/debug/deps/test_driver-e4e3f538ca0a4240) [INFO] [stdout] [INFO] [stdout] running 19 tests [INFO] [stdout] test functional_algo_error ... ok [INFO] [stdout] test functional_convergence ... ok [INFO] [stdout] test functional_max_iters ... ok [INFO] [stdout] test functional_fixed_iters ... ok [INFO] [stdout] test functional_mutate ... ok [INFO] [stdout] test functional_timeout ... ok [INFO] [stdout] test functional_fail_if ... ok [INFO] [stdout] test tabulate ... ok [INFO] [stdout] test functional_values ... ok [INFO] [stdout] test while_loop_completes ... ok [INFO] [stdout] test functional_try_error ... ok [INFO] [stdout] test while_loop_error ... ok [INFO] [stdout] test while_loop_break ... ok [INFO] [stdout] test test_scopes ... ok [INFO] [stdout] test functional_order_of_execution ... ok [INFO] [stdout] test step_time_and_progress ... ok [INFO] [stdout] test functional_progress_bar_timeout ... ok [INFO] [stdout] test step_iters_and_progress ... FAILED [INFO] [stdout] test functional_progress_bar_fixed_iters ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- step_iters_and_progress stdout ---- [INFO] [stdout] 1 62ms 555.71ms 10.00% [INFO] [stdout] 2 92ms 367.40ms 20.00% [INFO] [stdout] 3 122ms 284.53ms 30.00% [INFO] [stdout] 4 152ms 228.05ms 40.00% [INFO] [stdout] 5 182ms 182.13ms 50.00% [INFO] [stdout] 6 212ms 141.49ms 60.00% [INFO] [stdout] 7 242ms 103.86ms 70.00% [INFO] [stdout] 8 272ms 68.11ms 80.00% [INFO] [stdout] 9 303ms 33.62ms 90.00% [INFO] [stdout] 10 333ms 0.00ns 100.00% [INFO] [stdout] [INFO] [stdout] thread 'step_iters_and_progress' panicked at tests/test_driver.rs:246:5: [INFO] [stdout] 182.126296 != 150.0 (approx, tol = 20.0) [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56438dff7da2 - 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: 0x56438dff7da2 - 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: 0x56438dff7da2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x56438dff7da2 - ::fmt::hdcfcb6d4c8489523 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x56438e01f8d3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x56438e01f8d3 - core::fmt::write::h8a494366950f23bb [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x56438dff4893 - std::io::default_write_fmt::h7b8824096454f323 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x56438dff4893 - std::io::Write::write_fmt::h4e71294925c334d0 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x56438dff7bf2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x56438dff9329 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27 [INFO] [stdout] 10: 0x56438dff915e - std::panicking::default_hook::h2c66fc99e962531d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9 [INFO] [stdout] 11: 0x56438dc04a24 - as core::ops::function::Fn>::call::hb6bd65493727d71a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 12: 0x56438dc04a24 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x56438dff9dfe - as core::ops::function::Fn>::call::h318e4efb8c1a5689 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 14: 0x56438dff9dfe - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13 [INFO] [stdout] 15: 0x56438dff9aca - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13 [INFO] [stdout] 16: 0x56438dff82a9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x56438dff975d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5 [INFO] [stdout] 18: 0x56438e01d5c0 - core::panicking::panic_fmt::h62f63d096dd276af [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14 [INFO] [stdout] 19: 0x56438db8b381 - test_driver::step_iters_and_progress::he39377220503f8b4 [INFO] [stdout] at /opt/rustwide/workdir/tests/test_driver.rs:246:5 [INFO] [stdout] 20: 0x56438db8a5d7 - test_driver::step_iters_and_progress::{{closure}}::h15223141257623f6 [INFO] [stdout] at /opt/rustwide/workdir/tests/test_driver.rs:214:29 [INFO] [stdout] 21: 0x56438dba9e16 - core::ops::function::FnOnce::call_once::h31f0e48b675b70c5 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 22: 0x56438dc0a28b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 23: 0x56438dc0a28b - test::__rust_begin_short_backtrace::ha52ab26e77157f03 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18 [INFO] [stdout] 24: 0x56438dc093c5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74 [INFO] [stdout] 25: 0x56438dc093c5 - as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 26: 0x56438dc093c5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 27: 0x56438dc093c5 - std::panicking::catch_unwind::h6deb5fe1e91873c9 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 28: 0x56438dc093c5 - std::panic::catch_unwind::hea0829b6b565654b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 29: 0x56438dc093c5 - test::run_test_in_process::hdc44dfecea3db21b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27 [INFO] [stdout] 30: 0x56438dc093c5 - test::run_test::{{closure}}::h0364ba59bf23f652 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43 [INFO] [stdout] 31: 0x56438dbccfc4 - test::run_test::{{closure}}::h32730b304eec05da [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41 [INFO] [stdout] 32: 0x56438dbccfc4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 33: 0x56438dbd099a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 34: 0x56438dbd099a - as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 35: 0x56438dbd099a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 36: 0x56438dbd099a - std::panicking::catch_unwind::he81557d0e17cc1bc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 37: 0x56438dbd099a - std::panic::catch_unwind::hc2b8e79c20593955 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 38: 0x56438dbd099a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 39: 0x56438dbd099a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 40: 0x56438dffce0f - as core::ops::function::FnOnce>::call_once::h5924238c754de3b8 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9 [INFO] [stdout] 41: 0x56438dffce0f - 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] 42: 0x7e68a6172aa4 - [INFO] [stdout] 43: 0x7e68a61ffa34 - clone [INFO] [stdout] 44: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] step_iters_and_progress [INFO] [stdout] [INFO] [stdout] test result: FAILED. 18 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.46s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--test test_driver` [INFO] running `Command { std: "docker" "inspect" "a6282bcc1f178132fc754ba852ec77678eb22d12faf338bec56c5c9ec6437df4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a6282bcc1f178132fc754ba852ec77678eb22d12faf338bec56c5c9ec6437df4", kill_on_drop: false }` [INFO] [stdout] a6282bcc1f178132fc754ba852ec77678eb22d12faf338bec56c5c9ec6437df4