[INFO] cloning repository https://github.com/lpotthast/tokio-process-tools
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lpotthast/tokio-process-tools" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flpotthast%2Ftokio-process-tools", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flpotthast%2Ftokio-process-tools'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 63473edee86e180f8ab1eebe2f7980adbc0cbe45
[INFO] testing lpotthast/tokio-process-tools against 1.90.0 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flpotthast%2Ftokio-process-tools" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/lpotthast/tokio-process-tools
[INFO] finished tweaking git repo https://github.com/lpotthast/tokio-process-tools
[INFO] tweaked toml for git repo https://github.com/lpotthast/tokio-process-tools written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/lpotthast/tokio-process-tools 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 git repo https://github.com/lpotthast/tokio-process-tools 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 tracing-test v0.2.5
[INFO] [stderr]   Downloaded mockall v0.13.1
[INFO] [stderr]   Downloaded assertr v0.3.1
[INFO] [stderr]   Downloaded jiff-tzdb-platform v0.1.3
[INFO] [stderr]   Downloaded tracing-test-macro v0.2.5
[INFO] [stderr]   Downloaded mockall_derive v0.13.1
[INFO] [stderr]   Downloaded jiff-tzdb v0.1.4
[INFO] [stderr]   Downloaded jiff-static v0.2.13
[INFO] [stderr]   Downloaded jiff v0.2.13
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 098e058687e5bf19938238271005e45489cb77d79f964cfaea341a13082e8066
[INFO] running `Command { std: "docker" "start" "-a" "098e058687e5bf19938238271005e45489cb77d79f964cfaea341a13082e8066", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "098e058687e5bf19938238271005e45489cb77d79f964cfaea341a13082e8066", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "098e058687e5bf19938238271005e45489cb77d79f964cfaea341a13082e8066", kill_on_drop: false }`
[INFO] [stdout] 098e058687e5bf19938238271005e45489cb77d79f964cfaea341a13082e8066
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 49f45e6cfb747f25b523485b1b1dea1a5cae59b0b9dd8e89f1d8fc0f2f21eb5b
[INFO] running `Command { std: "docker" "start" "-a" "49f45e6cfb747f25b523485b1b1dea1a5cae59b0b9dd8e89f1d8fc0f2f21eb5b", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]    Compiling smallvec v1.15.0
[INFO] [stderr]    Compiling tracing-core v0.1.33
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling mio v1.0.3
[INFO] [stderr]    Compiling signal-hook-registry v1.4.5
[INFO] [stderr]    Compiling socket2 v0.5.9
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling tokio v1.45.0
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling tokio-process-tools v0.5.6 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.78s
[INFO] running `Command { std: "docker" "inspect" "49f45e6cfb747f25b523485b1b1dea1a5cae59b0b9dd8e89f1d8fc0f2f21eb5b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "49f45e6cfb747f25b523485b1b1dea1a5cae59b0b9dd8e89f1d8fc0f2f21eb5b", kill_on_drop: false }`
[INFO] [stdout] 49f45e6cfb747f25b523485b1b1dea1a5cae59b0b9dd8e89f1d8fc0f2f21eb5b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] c72496b064bc08b95aaad65a01a7939249e713ef79070bd5f74eae5e8719a7a4
[INFO] running `Command { std: "docker" "start" "-a" "c72496b064bc08b95aaad65a01a7939249e713ef79070bd5f74eae5e8719a7a4", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling tracing-core v0.1.33
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling regex-syntax v0.6.29
[INFO] [stderr]    Compiling bitflags v2.9.1
[INFO] [stderr]    Compiling rustix v1.0.7
[INFO] [stderr]    Compiling mockall_derive v0.13.1
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling predicates-core v1.0.9
[INFO] [stderr]    Compiling nu-ansi-term v0.46.0
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling thread_local v1.1.8
[INFO] [stderr]    Compiling linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling termtree v0.5.1
[INFO] [stderr]    Compiling tracing-test-macro v0.2.5
[INFO] [stderr]    Compiling downcast v0.11.0
[INFO] [stderr]    Compiling predicates-tree v1.0.12
[INFO] [stderr]    Compiling predicates v3.1.3
[INFO] [stderr]    Compiling fragile v2.0.1
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]    Compiling jiff v0.2.13
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling tokio-process-tools v0.5.6 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling matchers v0.1.0
[INFO] [stderr]    Compiling tempfile v3.20.0
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling assertr v0.3.1
[INFO] [stderr]    Compiling mockall v0.13.1
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling tracing-subscriber v0.3.19
[INFO] [stderr]    Compiling tracing-test v0.2.5
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 26.58s
[INFO] running `Command { std: "docker" "inspect" "c72496b064bc08b95aaad65a01a7939249e713ef79070bd5f74eae5e8719a7a4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c72496b064bc08b95aaad65a01a7939249e713ef79070bd5f74eae5e8719a7a4", kill_on_drop: false }`
[INFO] [stdout] c72496b064bc08b95aaad65a01a7939249e713ef79070bd5f74eae5e8719a7a4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 4a7a65156b9f0e33f73b1de37913f87be2276d25a40cb7d2ad3943881254c332
[INFO] running `Command { std: "docker" "start" "-a" "4a7a65156b9f0e33f73b1de37913f87be2276d25a40cb7d2ad3943881254c332", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/tokio_process_tools-b631a31ac7f67cfe)
[INFO] [stdout] 
[INFO] [stdout] running 36 tests
[INFO] [stdout] test output_stream::single_subscriber::tests::inspect_lines_async ... ok
[INFO] [stdout] test output_stream::broadcast::tests::read_chunked_does_not_terminate_when_first_read_can_fill_the_entire_bytes_mut_buffer ... ok
[INFO] [stdout] test output_stream::single_subscriber::tests::read_chunked_does_not_terminate_when_first_read_can_fill_the_entire_bytes_mut_buffer ... ok
[INFO] [stdout] test output_stream::tests::line_reader::empty_chunk ... ok
[INFO] [stdout] test output_stream::tests::line_reader::initial_line_with_multiple_newlines ... ok
[INFO] [stdout] test output_stream::tests::line_reader::invalid_utf8_data ... ok
[INFO] [stdout] test output_stream::tests::line_reader::leading_and_trailing_whitespace_is_preserved ... ok
[INFO] [stdout] test output_stream::tests::line_reader::max_line_length_of_0_disables_line_length_checks_test1 ... ok
[INFO] [stdout] test output_stream::tests::line_reader::max_line_length_of_0_disables_line_length_checks_test2 ... ok
[INFO] [stdout] test output_stream::tests::line_reader::multi_byte_utf_8_characters_are_preserved_even_when_parsing_multiple_one_byte_chunks ... ok
[INFO] [stdout] test output_stream::tests::line_reader::multiple_completed_lines ... ok
[INFO] [stdout] test output_stream::tests::line_reader::partial_line_at_the_end ... ok
[INFO] [stdout] test output_stream::tests::line_reader::reclaims_line_buffer_space_before_collecting_new_line ... ok
[INFO] [stdout] test output_stream::tests::line_reader::rest_of_too_long_line_is_dropped ... ok
[INFO] [stdout] test output_stream::tests::line_reader::rest_of_too_long_line_is_returned_as_additional_lines ... ok
[INFO] [stdout] test output_stream::tests::line_reader::single_completed_line ... ok
[INFO] [stdout] test panic_on_drop::tests::needs_drop ... ok
[INFO] [stdout] test output_stream::broadcast::tests::read_chunked_no_data ... ok
[INFO] [stdout] test output_stream::tests::line_reader::chunk_without_any_newlines ... ok
[INFO] [stdout] test output_stream::broadcast::tests::inspect_lines_async ... ok
[INFO] [stdout] test test::terminate ... ok
[INFO] [stdout] test test::wait_with_output ... FAILED
[INFO] [stdout] test output_stream::single_subscriber::tests::multiple_subscribers_are_not_possible ... ok
[INFO] [stdout] test output_stream::single_subscriber::tests::collect_lines_async_to_file ... ok
[INFO] [stdout] test output_stream::broadcast::tests::collect_lines_async_to_file ... ok
[INFO] [stdout] test output_stream::single_subscriber::tests::inspect_lines ... ok
[INFO] [stdout] test output_stream::broadcast::tests::collect_chunks_into_write_in_parallel ... ok
[INFO] [stdout] test output_stream::broadcast::tests::collect_lines_to_file ... ok
[INFO] [stdout] test output_stream::single_subscriber::tests::collect_lines_to_file ... ok
[INFO] [stdout] test output_stream::broadcast::tests::inspect_lines ... ok
[INFO] [stdout] test process_handle::tests::test_termination ... ok
[INFO] [stdout] test output_stream::single_subscriber::tests::collect_chunks_into_write_mapped ... ok
[INFO] [stdout] test output_stream::broadcast::tests::collect_chunks_into_write_mapped ... ok
[INFO] [stdout] test output_stream::broadcast::tests::handles_backpressure_by_dropping_newer_chunks_after_channel_buffer_filled_up ... ok
[INFO] [stdout] test output_stream::single_subscriber::tests::handles_backpressure_by_dropping_newer_chunks_after_channel_buffer_filled_up ... ok
[INFO] [stdout] test test::is_running ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test::wait_with_output stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::wait_with_output' panicked at src/lib.rs:36:29:
[INFO] [stdout] -------- assertr --------
[INFO] [stdout] Assertion failed at src/lib.rs:36:29
[INFO] [stdout] 
[INFO] [stdout] Expected: [
[INFO] [stdout]     "Cargo.lock",
[INFO] [stdout]     "Cargo.toml",
[INFO] [stdout]     "LICENSE-APACHE",
[INFO] [stdout]     "LICENSE-MIT",
[INFO] [stdout]     "README.md",
[INFO] [stdout]     "src",
[INFO] [stdout]     "target",
[INFO] [stdout] ]
[INFO] [stdout] 
[INFO] [stdout]   Actual: []
[INFO] [stdout] -------- assertr --------
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61e2a4e27172 - 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:     0x61e2a4e27172 - 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:     0x61e2a4e27172 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61e2a4e27172 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61e2a4e50333 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61e2a4e50333 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x61e2a4e238d3 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61e2a4e238d3 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61e2a4e26fc2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61e2a4e28a39 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x61e2a4e2886e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x61e2a4ad2af4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x61e2a4ad2af4 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61e2a4e2950e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x61e2a4e2950e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x61e2a4e291da - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x61e2a4e27679 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x61e2a4e28e6d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x61e2a4e4d5a0 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x61e2a49cfe9c - assertr::failure::<impl assertr::AssertThat<T,M>>::fail::h40d962881bcfc84f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/assertr-0.3.1/src/failure.rs:61:22
[INFO] [stdout]   20:     0x61e2a49c2dff - <assertr::AssertThat<T,M> as assertr::assertions::core::partial_eq::PartialEqAssertions<T>>::is_equal_to::h0bd8d00dd3ee170e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/assertr-0.3.1/src/assertions/core/partial_eq.rs:38:18
[INFO] [stdout]   21:     0x61e2a49d9663 - tokio_process_tools::test::wait_with_output::{{closure}}::hd843b121ffa1bdc7
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:36:29
[INFO] [stdout]   22:     0x61e2a49eeb32 - <core::pin::Pin<P> as core::future::future::Future>::poll::h2a0f215a626f4861
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x61e2a49ef18d - <core::pin::Pin<P> as core::future::future::Future>::poll::he4f7d9cc3c693c61
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x61e2a495e91d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h7c5289918aabebb3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/runtime/scheduler/current_thread/mod.rs:733:70
[INFO] [stdout]   25:     0x61e2a495e81b - tokio::task::coop::with_budget::he2a189da36c0dbda
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   26:     0x61e2a495e81b - tokio::task::coop::budget::h08d65f55eb278b43
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   27:     0x61e2a495e81b - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h83e1457cfdd43471
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/runtime/scheduler/current_thread/mod.rs:733:25
[INFO] [stdout]   28:     0x61e2a495bc90 - tokio::runtime::scheduler::current_thread::Context::enter::ha6a9a80a367633e3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   29:     0x61e2a495dd4d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h7837dc67f11fcdc8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/runtime/scheduler/current_thread/mod.rs:732:44
[INFO] [stdout]   30:     0x61e2a495cf64 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h8ef3b393d15a3fdf
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/runtime/scheduler/current_thread/mod.rs:820:68
[INFO] [stdout]   31:     0x61e2a4a1dc1b - tokio::runtime::context::scoped::Scoped<T>::set::ha4f75ee205b6f594
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   32:     0x61e2a49c9919 - tokio::runtime::context::set_scheduler::{{closure}}::h6127d634b86eb8f5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/runtime/context.rs:176:38
[INFO] [stdout]   33:     0x61e2a49b2e12 - std::thread::local::LocalKey<T>::try_with::h1aa47771743c1c31
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   34:     0x61e2a49b24ce - std::thread::local::LocalKey<T>::with::ha61b0b6cad126c51
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   35:     0x61e2a49c988d - tokio::runtime::context::set_scheduler::h6ca16e2b0bf2071a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/runtime/context.rs:176:17
[INFO] [stdout]   36:     0x61e2a495c8f0 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h0ce7d34b7fdd3c22
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/runtime/scheduler/current_thread/mod.rs:820:27
[INFO] [stdout]   37:     0x61e2a495d003 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h90625c3c720008f3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/runtime/scheduler/current_thread/mod.rs:720:24
[INFO] [stdout]   38:     0x61e2a4952b50 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::heec433a7d17e321c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   39:     0x61e2a4a0f7a0 - tokio::runtime::context::runtime::enter_runtime::hdec0740c773142c2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   40:     0x61e2a49525c1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::hef6fe12a9c43e031
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   41:     0x61e2a4a1e1f4 - tokio::runtime::runtime::Runtime::block_on_inner::hb306b7a32783cba4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/runtime/runtime.rs:356:52
[INFO] [stdout]   42:     0x61e2a4a1e3b7 - tokio::runtime::runtime::Runtime::block_on::h6caf10b0c7db68eb
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/runtime/runtime.rs:330:18
[INFO] [stdout]   43:     0x61e2a49d90f3 - tokio_process_tools::test::wait_with_output::h6b2338e5af60ed92
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:45:39
[INFO] [stdout]   44:     0x61e2a49d8f97 - tokio_process_tools::test::wait_with_output::{{closure}}::h4765652dd833289d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:27:32
[INFO] [stdout]   45:     0x61e2a490b4e6 - core::ops::function::FnOnce::call_once::h4ec03380f2dc68ce
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   46:     0x61e2a4ad835b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   47:     0x61e2a4ad835b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   48:     0x61e2a4ad7495 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   49:     0x61e2a4ad7495 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   50:     0x61e2a4ad7495 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   51:     0x61e2a4ad7495 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   52:     0x61e2a4ad7495 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x61e2a4ad7495 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   54:     0x61e2a4ad7495 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   55:     0x61e2a4a9b094 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   56:     0x61e2a4a9b094 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   57:     0x61e2a4a9ea6a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   58:     0x61e2a4a9ea6a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   59:     0x61e2a4a9ea6a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   60:     0x61e2a4a9ea6a - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   61:     0x61e2a4a9ea6a - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x61e2a4a9ea6a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   63:     0x61e2a4a9ea6a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   64:     0x61e2a4e2c95f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   65:     0x61e2a4e2c95f - 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]   66:     0x739e7a988aa4 - <unknown>
[INFO] [stdout]   67:     0x739e7aa15a34 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     test::wait_with_output
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 35 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.03s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "4a7a65156b9f0e33f73b1de37913f87be2276d25a40cb7d2ad3943881254c332", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4a7a65156b9f0e33f73b1de37913f87be2276d25a40cb7d2ad3943881254c332", kill_on_drop: false }`
[INFO] [stdout] 4a7a65156b9f0e33f73b1de37913f87be2276d25a40cb7d2ad3943881254c332
