[INFO] fetching crate tokio-netstring-trait 0.1.0... [INFO] testing tokio-netstring-trait-0.1.0 against beta-2025-10-28 for beta-1.92-2 [INFO] extracting crate tokio-netstring-trait 0.1.0 into /workspace/builds/worker-3-tc2/source [INFO] started tweaking crates.io crate tokio-netstring-trait 0.1.0 [INFO] finished tweaking crates.io crate tokio-netstring-trait 0.1.0 [INFO] tweaked toml for crates.io crate tokio-netstring-trait 0.1.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate tokio-netstring-trait 0.1.0 on toolchain beta-2025-10-28 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 15 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f287f67de3a8eb2a4729414f1a617af7a2af3e9b4568c5edf9ef3267df70fc85 [INFO] running `Command { std: "docker" "start" "-a" "f287f67de3a8eb2a4729414f1a617af7a2af3e9b4568c5edf9ef3267df70fc85", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f287f67de3a8eb2a4729414f1a617af7a2af3e9b4568c5edf9ef3267df70fc85", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f287f67de3a8eb2a4729414f1a617af7a2af3e9b4568c5edf9ef3267df70fc85", kill_on_drop: false }` [INFO] [stdout] f287f67de3a8eb2a4729414f1a617af7a2af3e9b4568c5edf9ef3267df70fc85 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 79ed34b10ba1ea2dba600caecd12ca0561f728f52dbc81b6afe9c659dc91e980 [INFO] running `Command { std: "docker" "start" "-a" "79ed34b10ba1ea2dba600caecd12ca0561f728f52dbc81b6afe9c659dc91e980", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.103 [INFO] [stderr] Compiling unicode-ident v1.0.22 [INFO] [stderr] Compiling quote v1.0.41 [INFO] [stderr] Compiling log v0.4.28 [INFO] [stderr] Compiling syn v2.0.108 [INFO] [stderr] Compiling tokio-macros v2.6.0 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling tokio v1.48.0 [INFO] [stderr] Compiling tokio-netstring-trait v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `err_drop_message` [INFO] [stdout] --> src/lib.rs:59:7 [INFO] [stdout] | [INFO] [stdout] 59 | #[cfg(err_drop_message)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: found config with similar value: `feature = "err_drop_message"` [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(err_drop_message)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(err_drop_message)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `err_drop_message` [INFO] [stdout] --> src/lib.rs:75:11 [INFO] [stdout] | [INFO] [stdout] 75 | #[cfg(not(err_drop_message))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: found config with similar value: `feature = "err_drop_message"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(err_drop_message)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(err_drop_message)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.04s [INFO] running `Command { std: "docker" "inspect" "79ed34b10ba1ea2dba600caecd12ca0561f728f52dbc81b6afe9c659dc91e980", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "79ed34b10ba1ea2dba600caecd12ca0561f728f52dbc81b6afe9c659dc91e980", kill_on_drop: false }` [INFO] [stdout] 79ed34b10ba1ea2dba600caecd12ca0561f728f52dbc81b6afe9c659dc91e980 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d04a50a69fa66afac2f2cadc85800e7e3fba18758e6889e0a78d3e404108323f [INFO] running `Command { std: "docker" "start" "-a" "d04a50a69fa66afac2f2cadc85800e7e3fba18758e6889e0a78d3e404108323f", kill_on_drop: false }` [INFO] [stderr] Compiling futures-core v0.3.31 [INFO] [stderr] Compiling async-stream-impl v0.3.6 [INFO] [stdout] warning: unexpected `cfg` condition name: `err_drop_message` [INFO] [stdout] --> src/lib.rs:59:7 [INFO] [stdout] | [INFO] [stdout] 59 | #[cfg(err_drop_message)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: found config with similar value: `feature = "err_drop_message"` [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(err_drop_message)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(err_drop_message)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `err_drop_message` [INFO] [stdout] --> src/lib.rs:75:11 [INFO] [stdout] | [INFO] [stdout] 75 | #[cfg(not(err_drop_message))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: found config with similar value: `feature = "err_drop_message"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(err_drop_message)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(err_drop_message)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling tokio-stream v0.1.17 [INFO] [stderr] Compiling async-stream v0.3.6 [INFO] [stderr] Compiling tokio-test v0.4.4 [INFO] [stderr] Compiling tokio-netstring-trait v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `err_drop_message` [INFO] [stdout] --> src/lib.rs:59:7 [INFO] [stdout] | [INFO] [stdout] 59 | #[cfg(err_drop_message)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: found config with similar value: `feature = "err_drop_message"` [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(err_drop_message)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(err_drop_message)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `err_drop_message` [INFO] [stdout] --> src/lib.rs:75:11 [INFO] [stdout] | [INFO] [stdout] 75 | #[cfg(not(err_drop_message))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: found config with similar value: `feature = "err_drop_message"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(err_drop_message)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(err_drop_message)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 3.07s [INFO] running `Command { std: "docker" "inspect" "d04a50a69fa66afac2f2cadc85800e7e3fba18758e6889e0a78d3e404108323f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d04a50a69fa66afac2f2cadc85800e7e3fba18758e6889e0a78d3e404108323f", kill_on_drop: false }` [INFO] [stdout] d04a50a69fa66afac2f2cadc85800e7e3fba18758e6889e0a78d3e404108323f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b56c33b3ebf0caf38fae04c1f69cbb7e50603b53c34750dcb28ba9010ed5a27f [INFO] running `Command { std: "docker" "start" "-a" "b56c33b3ebf0caf38fae04c1f69cbb7e50603b53c34750dcb28ba9010ed5a27f", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition name: `err_drop_message` [INFO] [stderr] --> src/lib.rs:59:7 [INFO] [stderr] | [INFO] [stderr] 59 | #[cfg(err_drop_message)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: found config with similar value: `feature = "err_drop_message"` [INFO] [stderr] | [INFO] [stderr] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(err_drop_message)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(err_drop_message)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `err_drop_message` [INFO] [stderr] --> src/lib.rs:75:11 [INFO] [stderr] | [INFO] [stderr] 75 | #[cfg(not(err_drop_message))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: found config with similar value: `feature = "err_drop_message"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(err_drop_message)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(err_drop_message)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: `tokio-netstring-trait` (lib) generated 2 warnings [INFO] [stderr] warning: `tokio-netstring-trait` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/tokio_netstring_trait-203ca95a9468018f) [INFO] [stderr] Running tests/reader_alloc_test.rs (/opt/rustwide/target/debug/deps/reader_alloc_test-479e94dba8600521) [INFO] [stderr] [INFO] [stderr] thread 'tests::should_parse_netstring_in_two_steps' (21) panicked at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/slice/index.rs:519:32: [INFO] [stderr] unsafe precondition(s) violated: slice::get_unchecked_mut requires that the range is within the slice [INFO] [stderr] [INFO] [stderr] This indicates a bug in the program. This Undefined Behavior check is optional, and cannot be relied on for safety. [INFO] [stderr] stack backtrace: [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stderr] 0: 0x572e116efe82 - std::backtrace_rs::backtrace::libunwind::trace::h16acf28769fcd909 [INFO] [stderr] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stderr] 1: 0x572e116efe82 - std::backtrace_rs::backtrace::trace_unsynchronized::hb5541aa5d4f92513 [INFO] [stderr] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stderr] 2: 0x572e116efe82 - std::sys::backtrace::_print_fmt::h8ac8268cb667a306 [INFO] [stderr] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:66:9 [INFO] [stderr] 3: 0x572e116efe82 - ::fmt::h47627beda0767f4c [INFO] [stderr] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:39:26 [INFO] [stderr] 4: 0x572e116fff2f - core::fmt::rt::Argument::fmt::h686a01ad57c1c92a [INFO] [stderr] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/fmt/rt.rs:173:76 [INFO] [stderr] 5: 0x572e116fff2f - core::fmt::write::h8a63064c67176fd8 [INFO] [stderr] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/fmt/mod.rs:1469:25 [INFO] [stderr] 6: 0x572e116bd263 - std::io::default_write_fmt::hc257f38f86d39af6 [INFO] [stderr] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/io/mod.rs:639:11 [INFO] [stderr] 7: 0x572e116bd263 - std::io::Write::write_fmt::h5e9b646cef91150b [INFO] [stderr] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/io/mod.rs:1954:13 [INFO] [stderr] 8: 0x572e116c9562 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb [INFO] [stderr] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:42:9 [INFO] [stderr] 9: 0x572e116ce0cf - std::panicking::default_hook::{{closure}}::h23e0299d4738b766 [INFO] [stderr] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:301:27 [INFO] [stderr] 10: 0x572e116cdf29 - std::panicking::default_hook::hfeec6294e8751b62 [INFO] [stderr] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:328:9 [INFO] [stderr] 11: 0x572e116540be - as core::ops::function::Fn>::call::h3f5a16438cee2b4e [INFO] [stderr] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/alloc/src/boxed.rs:2019:9 [INFO] [stderr] 12: 0x572e116540be - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5 [INFO] [stderr] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:145:21 [INFO] [stderr] 13: 0x572e116ce78f - as core::ops::function::Fn>::call::hdb18da3e68df7464 [INFO] [stderr] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/alloc/src/boxed.rs:2019:9 [INFO] [stderr] 14: 0x572e116ce78f - std::panicking::panic_with_hook::hd57cd463d793ed79 [INFO] [stderr] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:842:13 [INFO] [stderr] 15: 0x572e116ce506 - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b [INFO] [stderr] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:700:13 [INFO] [stderr] 16: 0x572e116c9699 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525 [INFO] [stderr] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:174:18 [INFO] [stderr] 17: 0x572e116b1b2d - __rustc[256c90bb7e548b45]::rust_begin_unwind [INFO] [stderr] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:698:5 [INFO] [stderr] 18: 0x572e1170785d - core::panicking::panic_nounwind_fmt::runtime::hd5eea0fd564156db [INFO] [stderr] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/panicking.rs:122:22 [INFO] [stderr] 19: 0x572e1170785d - core::panicking::panic_nounwind_fmt::hd9aca48f58eaf762 [INFO] [stderr] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/intrinsics/mod.rs:2435:9 [INFO] [stderr] 20: 0x572e116246e0 - as core::slice::index::SliceIndex<[T]>>::get_unchecked_mut::precondition_check::he598b8062b7ec54d [INFO] [stderr] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/ub_checks.rs:73:21 [INFO] [stderr] 21: 0x572e11624608 - as core::slice::index::SliceIndex<[T]>>::get_unchecked_mut::h8a70936b8fbd5145 [INFO] [stderr] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/ub_checks.rs:78:17 [INFO] [stderr] 22: 0x572e116247fb - as core::slice::index::SliceIndex<[T]>>::get_unchecked_mut::he36e21e8ca7b2465 [INFO] [stderr] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/slice/index.rs:519:32 [INFO] [stderr] 23: 0x572e11628e48 - core::slice::::get_unchecked_mut::hadff2de6097184ce [INFO] [stderr] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/slice/mod.rs:689:30 [INFO] [stderr] 24: 0x572e1162e089 - tokio_netstring_trait::AsyncNetstringRead::read_netstring_alloc::{{closure}}::h5443dd858a03e278 [INFO] [stderr] at /opt/rustwide/workdir/src/lib.rs:167:44 [INFO] [stderr] 25: 0x572e1162c6bf - as core::future::future::Future>::poll::h4e0912ffab7ea53e [INFO] [stderr] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/future/future.rs:133:9 [INFO] [stderr] 26: 0x572e116263bf - reader_alloc_test::tests::should_parse_netstring_in_two_steps::{{closure}}::h0ba9537bffbd66bb [INFO] [stderr] at /opt/rustwide/workdir/tests/reader_alloc_test.rs:31:47 [INFO] [stderr] 27: 0x572e1162c782 - as core::future::future::Future>::poll::ha037c2c9f7cfbf69 [INFO] [stderr] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/future/future.rs:133:9 [INFO] [stderr] 28: 0x572e1162c61d - as core::future::future::Future>::poll::h06267f290aea5ce2 [INFO] [stderr] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/future/future.rs:133:9 [INFO] [stderr] 29: 0x572e1163382d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h1db357f27096f303 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:742:70 [INFO] [stderr] 30: 0x572e1163375b - tokio::task::coop::with_budget::hba00a0651eb58601 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/coop/mod.rs:167:5 [INFO] [stderr] 31: 0x572e1163375b - tokio::task::coop::budget::hde995e5a4ed9703f [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/coop/mod.rs:133:5 [INFO] [stderr] 32: 0x572e1163375b - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h8a252318c882440e [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:742:25 [INFO] [stderr] 33: 0x572e11630920 - tokio::runtime::scheduler::current_thread::Context::enter::h42c724911244c7e0 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:432:19 [INFO] [stderr] 34: 0x572e11632c9d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h2aac8251bd90802f [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:741:44 [INFO] [stderr] 35: 0x572e11631eb4 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h176c78e4e0ae664c [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:829:68 [INFO] [stderr] 36: 0x572e1162b54b - tokio::runtime::context::scoped::Scoped::set::hbd380e4c18979b04 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context/scoped.rs:40:9 [INFO] [stderr] 37: 0x572e1162b1b9 - tokio::runtime::context::set_scheduler::{{closure}}::h48bd579391efbd18 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context.rs:176:38 [INFO] [stderr] 38: 0x572e11627c02 - std::thread::local::LocalKey::try_with::h662ccacc413bef70 [INFO] [stderr] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/thread/local.rs:508:12 [INFO] [stderr] 39: 0x572e116275ae - std::thread::local::LocalKey::with::h3f20e2f122dfa710 [INFO] [stderr] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/thread/local.rs:472:20 [INFO] [stderr] 40: 0x572e1162b0ed - tokio::runtime::context::set_scheduler::h1ffa2141f0263c38 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context.rs:176:17 [INFO] [stderr] 41: 0x572e11631c60 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::haa43a6107d47761f [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:829:27 [INFO] [stderr] 42: 0x572e11631f53 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h77e7347e8d511d7e [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:729:24 [INFO] [stderr] 43: 0x572e1162feb6 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::h448b9136f1f97604 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:200:33 [INFO] [stderr] 44: 0x572e1162b7e2 - tokio::runtime::context::runtime::enter_runtime::hee7255f1578fcf18 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context/runtime.rs:65:16 [INFO] [stderr] 45: 0x572e1162fbe1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h391d0562c9372bd0 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:188:9 [INFO] [stderr] 46: 0x572e1162bd4a - tokio::runtime::runtime::Runtime::block_on_inner::h8d8bc0fcbfaf44ca [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/runtime.rs:368:52 [INFO] [stderr] 47: 0x572e1162bffc - tokio::runtime::runtime::Runtime::block_on::h230e0f698e5ae591 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/runtime.rs:342:18 [INFO] [stderr] 48: 0x572e11625eef - reader_alloc_test::tests::should_parse_netstring_in_two_steps::he8fe8bf35a94bfba [INFO] [stderr] at /opt/rustwide/workdir/tests/reader_alloc_test.rs:33:46 [INFO] [stderr] 49: 0x572e116265c7 - reader_alloc_test::tests::should_parse_netstring_in_two_steps::{{closure}}::h8226c7a2ccd2857a [INFO] [stderr] at /opt/rustwide/workdir/tests/reader_alloc_test.rs:20:51 [INFO] [stderr] 50: 0x572e1162f096 - core::ops::function::FnOnce::call_once::hfa7d8a439121abfa [INFO] [stderr] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/ops/function.rs:250:5 [INFO] [stderr] 51: 0x572e11653f0b - core::ops::function::FnOnce::call_once::h43f43c5185cf39c2 [INFO] [stderr] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/ops/function.rs:250:5 [INFO] [stderr] 52: 0x572e11653f0b - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc [INFO] [stderr] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:663:18 [INFO] [stderr] 53: 0x572e11668528 - test::run_test_in_process::{{closure}}::h9f4b799a5211b72a [INFO] [stderr] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:686:74 [INFO] [stderr] 54: 0x572e11668528 - as core::ops::function::FnOnce<()>>::call_once::ha572bf7dc5230a8f [INFO] [stderr] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stderr] 55: 0x572e11668528 - std::panicking::catch_unwind::do_call::hfd6ff51f25dd177b [INFO] [stderr] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:590:40 [INFO] [stderr] 56: 0x572e11668528 - std::panicking::catch_unwind::h8609b446221def5f [INFO] [stderr] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:553:19 [INFO] [stderr] 57: 0x572e11668528 - std::panic::catch_unwind::h362f73cc48531e26 [INFO] [stderr] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panic.rs:359:14 [INFO] [stderr] 58: 0x572e11668528 - test::run_test_in_process::hf52fd21d696aae67 [INFO] [stderr] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:686:27 [INFO] [stderr] 59: 0x572e11668528 - test::run_test::{{closure}}::h7e780b8354e6d007 [INFO] [stderr] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:607:43 [INFO] [stderr] 60: 0x572e116412f4 - test::run_test::{{closure}}::hdc2695f2276aad3e [INFO] [stderr] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:637:41 [INFO] [stderr] 61: 0x572e116412f4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9 [INFO] [stderr] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:158:18 [INFO] [stderr] 62: 0x572e11644c2a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h99800d480987dfb6 [INFO] [stderr] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/thread/mod.rs:562:17 [INFO] [stderr] 63: 0x572e11644c2a - as core::ops::function::FnOnce<()>>::call_once::hbbb69b5294b2221b [INFO] [stderr] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stderr] 64: 0x572e11644c2a - std::panicking::catch_unwind::do_call::h495689350c27df20 [INFO] [stderr] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:590:40 [INFO] [stderr] 65: 0x572e11644c2a - std::panicking::catch_unwind::hf22437c51d1b3740 [INFO] [stderr] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:553:19 [INFO] [stderr] 66: 0x572e11644c2a - std::panic::catch_unwind::habda1a57de8231f8 [INFO] [stderr] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panic.rs:359:14 [INFO] [stderr] 67: 0x572e11644c2a - std::thread::Builder::spawn_unchecked_::{{closure}}::h5833d8dda8c7e80b [INFO] [stderr] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/thread/mod.rs:560:30 [INFO] [stderr] 68: 0x572e11644c2a - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402 [INFO] [stderr] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/ops/function.rs:250:5 [INFO] [stderr] 69: 0x572e116c498f - as core::ops::function::FnOnce>::call_once::he4d85cb537521972 [INFO] [stderr] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/alloc/src/boxed.rs:2005:9 [INFO] [stderr] 70: 0x572e116c498f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd [INFO] [stderr] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stderr] 71: 0x7c1cfb92baa4 - [INFO] [stderr] 72: 0x7c1cfb9b8a64 - clone [INFO] [stderr] 73: 0x0 - [INFO] [stderr] thread caused non-unwinding panic. aborting. [INFO] [stderr] error: test failed, to rerun pass `--test reader_alloc_test` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/deps/reader_alloc_test-479e94dba8600521` (signal: 6, SIGABRT: process abort signal) [INFO] running `Command { std: "docker" "inspect" "b56c33b3ebf0caf38fae04c1f69cbb7e50603b53c34750dcb28ba9010ed5a27f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b56c33b3ebf0caf38fae04c1f69cbb7e50603b53c34750dcb28ba9010ed5a27f", kill_on_drop: false }` [INFO] [stdout] b56c33b3ebf0caf38fae04c1f69cbb7e50603b53c34750dcb28ba9010ed5a27f