[INFO] fetching crate tokio-netstring-trait 0.1.0... [INFO] testing tokio-netstring-trait-0.1.0 against 1.90.0 for beta-1.91-3 [INFO] extracting crate tokio-netstring-trait 0.1.0 into /workspace/builds/worker-1-tc1/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-1-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate tokio-netstring-trait 0.1.0 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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 41 packages to latest compatible versions [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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 986d1da3e40269b7354332b8f54a8bb03b5f60ecae675eb60acb73948266aac4 [INFO] running `Command { std: "docker" "start" "-a" "986d1da3e40269b7354332b8f54a8bb03b5f60ecae675eb60acb73948266aac4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "986d1da3e40269b7354332b8f54a8bb03b5f60ecae675eb60acb73948266aac4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "986d1da3e40269b7354332b8f54a8bb03b5f60ecae675eb60acb73948266aac4", kill_on_drop: false }` [INFO] [stdout] 986d1da3e40269b7354332b8f54a8bb03b5f60ecae675eb60acb73948266aac4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c19a48294390b8be3565c298a0d44abb651938e025e92da079654cfe6039bfd9 [INFO] running `Command { std: "docker" "start" "-a" "c19a48294390b8be3565c298a0d44abb651938e025e92da079654cfe6039bfd9", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling tokio v1.47.1 [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 8.43s [INFO] running `Command { std: "docker" "inspect" "c19a48294390b8be3565c298a0d44abb651938e025e92da079654cfe6039bfd9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c19a48294390b8be3565c298a0d44abb651938e025e92da079654cfe6039bfd9", kill_on_drop: false }` [INFO] [stdout] c19a48294390b8be3565c298a0d44abb651938e025e92da079654cfe6039bfd9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 255ab10d3e848db538f0b5a8a426ec77b69216c6fb1c8ae7847011fbc20ac2a8 [INFO] running `Command { std: "docker" "start" "-a" "255ab10d3e848db538f0b5a8a426ec77b69216c6fb1c8ae7847011fbc20ac2a8", kill_on_drop: false }` [INFO] [stderr] Compiling async-stream-impl v0.3.6 [INFO] [stderr] Compiling tokio-stream v0.1.17 [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 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 2.18s [INFO] running `Command { std: "docker" "inspect" "255ab10d3e848db538f0b5a8a426ec77b69216c6fb1c8ae7847011fbc20ac2a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "255ab10d3e848db538f0b5a8a426ec77b69216c6fb1c8ae7847011fbc20ac2a8", kill_on_drop: false }` [INFO] [stdout] 255ab10d3e848db538f0b5a8a426ec77b69216c6fb1c8ae7847011fbc20ac2a8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] ed6adcd0df05d6ec2bb2d28f3b7e9cd2a2483dcadec4e6204a0f03716501150e [INFO] running `Command { std: "docker" "start" "-a" "ed6adcd0df05d6ec2bb2d28f3b7e9cd2a2483dcadec4e6204a0f03716501150e", 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-e073090874572e75) [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] [stderr] Running tests/reader_alloc_test.rs (/opt/rustwide/target/debug/deps/reader_alloc_test-58b47e4db654f766) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stderr] [INFO] [stderr] thread 'tests::should_fail_on_incomplete_message' panicked at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/slice/index.rs:525: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] [stderr] 0: 0x611fcbe8fd52 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939 [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stderr] 1: 0x611fcbe8fd52 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2 [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stderr] 2: 0x611fcbe8fd52 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92 [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9 [INFO] [stderr] 3: 0x611fcbe8fd52 - ::fmt::hdcfcb6d4c8489523 [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26 [INFO] [stderr] 4: 0x611fcbeb53a3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76 [INFO] [stderr] 5: 0x611fcbeb53a3 - core::fmt::write::h8a494366950f23bb [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25 [INFO] [stderr] 6: 0x611fcbe8cd23 - std::io::default_write_fmt::ha27fbccbc65eb6fa [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11 [INFO] [stderr] 7: 0x611fcbe8cd23 - std::io::Write::write_fmt::h6556609fca33d0b1 [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13 [INFO] [stderr] 8: 0x611fcbe8fba2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9 [INFO] [stderr] 9: 0x611fcbe912c9 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10 [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27 [INFO] [stderr] 10: 0x611fcbe910ab - std::panicking::default_hook::h2c66fc99e962531d [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:327:9 [INFO] [stderr] 11: 0x611fcbe1bc54 - as core::ops::function::Fn>::call::hb6bd65493727d71a [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stderr] 12: 0x611fcbe1bc54 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21 [INFO] [stderr] 13: 0x611fcbe91c9e - as core::ops::function::Fn>::call::h318e4efb8c1a5689 [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stderr] 14: 0x611fcbe91c9e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13 [INFO] [stderr] 15: 0x611fcbe91a36 - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:699:13 [INFO] [stderr] 16: 0x611fcbe90249 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18 [INFO] [stderr] 17: 0x611fcbe916fd - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5 [INFO] [stderr] 18: 0x611fcbeb3dfd - core::panicking::panic_nounwind_fmt::runtime::hde3dd742c40069fa [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:117:22 [INFO] [stderr] 19: 0x611fcbeb3dfd - core::panicking::panic_nounwind_fmt::h6c46f1098922b4b6 [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/intrinsics/mod.rs:2367:9 [INFO] [stderr] 20: 0x611fcbdd3260 - as core::slice::index::SliceIndex<[T]>>::get_unchecked_mut::precondition_check::hf01140469e5b46de [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ub_checks.rs:72:21 [INFO] [stderr] 21: 0x611fcbdd3188 - as core::slice::index::SliceIndex<[T]>>::get_unchecked_mut::h9af69455b50c725c [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ub_checks.rs:77:17 [INFO] [stderr] 22: 0x611fcbdd337b - as core::slice::index::SliceIndex<[T]>>::get_unchecked_mut::h04730d649e8584cb [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/slice/index.rs:525:32 [INFO] [stderr] 23: 0x611fcbdd5708 - core::slice::::get_unchecked_mut::h4ba602729123f7d2 [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/slice/mod.rs:689:30 [INFO] [stderr] 24: 0x611fcbddcef8 - tokio_netstring_trait::AsyncNetstringRead::read_netstring_alloc::{{closure}}::h991347bcdec70a5e [INFO] [stderr] at /opt/rustwide/workdir/src/lib.rs:167:44 [INFO] [stderr] 25: 0x611fcbdd909f - as core::future::future::Future>::poll::h94f293911ad79774 [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/future/future.rs:133:9 [INFO] [stderr] 26: 0x611fcbddb434 - reader_alloc_test::tests::should_fail_on_incomplete_message::{{closure}}::hbdf0824e1dc1288e [INFO] [stderr] at /opt/rustwide/workdir/tests/reader_alloc_test.rs:64:14 [INFO] [stderr] 27: 0x611fcbdd90e2 - as core::future::future::Future>::poll::he39e5059e79a81c9 [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/future/future.rs:133:9 [INFO] [stderr] 28: 0x611fcbdd903d - as core::future::future::Future>::poll::h2d45b6bb0242fda3 [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/future/future.rs:133:9 [INFO] [stderr] 29: 0x611fcbde26cd - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hb12c94a3b04d7c55 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70 [INFO] [stderr] 30: 0x611fcbde246b - tokio::task::coop::with_budget::h58ee38670c5b27c8 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5 [INFO] [stderr] 31: 0x611fcbde246b - tokio::task::coop::budget::h62994d5df85e62f1 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5 [INFO] [stderr] 32: 0x611fcbde246b - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h5a1dbe78b25d3c3c [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25 [INFO] [stderr] 33: 0x611fcbddfda0 - tokio::runtime::scheduler::current_thread::Context::enter::hea91ee872f64bf47 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19 [INFO] [stderr] 34: 0x611fcbde10ad - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h39600173a2f94148 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44 [INFO] [stderr] 35: 0x611fcbde0d74 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::hdf8edeaf295bdc13 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68 [INFO] [stderr] 36: 0x611fcbdd7d7b - tokio::runtime::context::scoped::Scoped::set::h8ca440108994ca28 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9 [INFO] [stderr] 37: 0x611fcbdd7b39 - tokio::runtime::context::set_scheduler::{{closure}}::haf3c2e36e2b3f17b [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38 [INFO] [stderr] 38: 0x611fcbdd42c2 - std::thread::local::LocalKey::try_with::h1112b8337c113cf5 [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:315:12 [INFO] [stderr] 39: 0x611fcbdd3e4e - std::thread::local::LocalKey::with::hc4aa9e9882c5a24d [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:279:20 [INFO] [stderr] 40: 0x611fcbdd7a6d - tokio::runtime::context::set_scheduler::h3e969b103d7b88ea [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17 [INFO] [stderr] 41: 0x611fcbde0b00 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hc9d95434fea7fd8e [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27 [INFO] [stderr] 42: 0x611fcbde0df3 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::ha5e6fa1263d09770 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24 [INFO] [stderr] 43: 0x611fcbddf086 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::hdc4903ab2754e335 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33 [INFO] [stderr] 44: 0x611fcbdd8022 - tokio::runtime::context::runtime::enter_runtime::h5fda0a9908cae820 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16 [INFO] [stderr] 45: 0x611fcbddea81 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::hb0a83d801000fa50 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9 [INFO] [stderr] 46: 0x611fcbdd86ca - tokio::runtime::runtime::Runtime::block_on_inner::h5fed6e0befa87389 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52 [INFO] [stderr] 47: 0x611fcbdd897c - tokio::runtime::runtime::Runtime::block_on::h118bb8070ad21b8a [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:330:18 [INFO] [stderr] 48: 0x611fcbddb06d - reader_alloc_test::tests::should_fail_on_incomplete_message::haa1412854d066b4d [INFO] [stderr] at /opt/rustwide/workdir/tests/reader_alloc_test.rs:65:48 [INFO] [stderr] 49: 0x611fcbddaf27 - reader_alloc_test::tests::should_fail_on_incomplete_message::{{closure}}::h7247f4de4b7fd20b [INFO] [stderr] at /opt/rustwide/workdir/tests/reader_alloc_test.rs:58:49 [INFO] [stderr] 50: 0x611fcbdddea6 - core::ops::function::FnOnce::call_once::h87a3333042e46bd8 [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stderr] 51: 0x611fcbe214bb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52 [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stderr] 52: 0x611fcbe214bb - test::__rust_begin_short_backtrace::ha52ab26e77157f03 [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18 [INFO] [stderr] 53: 0x611fcbe205f5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74 [INFO] [stderr] 54: 0x611fcbe205f5 - as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9 [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stderr] 55: 0x611fcbe205f5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3 [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stderr] 56: 0x611fcbe205f5 - std::panicking::catch_unwind::h6deb5fe1e91873c9 [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stderr] 57: 0x611fcbe205f5 - std::panic::catch_unwind::hea0829b6b565654b [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stderr] 58: 0x611fcbe205f5 - test::run_test_in_process::hdc44dfecea3db21b [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27 [INFO] [stderr] 59: 0x611fcbe205f5 - test::run_test::{{closure}}::h0364ba59bf23f652 [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43 [INFO] [stderr] 60: 0x611fcbde41f4 - test::run_test::{{closure}}::h32730b304eec05da [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41 [INFO] [stderr] 61: 0x611fcbde41f4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18 [INFO] [stderr] 62: 0x611fcbde7bca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597 [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17 [INFO] [stderr] 63: 0x611fcbde7bca - as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6 [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stderr] 64: 0x611fcbde7bca - std::panicking::catch_unwind::do_call::h163fe12cca9901c2 [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stderr] 65: 0x611fcbde7bca - std::panicking::catch_unwind::he81557d0e17cc1bc [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stderr] 66: 0x611fcbde7bca - std::panic::catch_unwind::hc2b8e79c20593955 [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stderr] 67: 0x611fcbde7bca - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30 [INFO] [stderr] 68: 0x611fcbde7bca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793 [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stderr] 69: 0x611fcbe94d1f - as core::ops::function::FnOnce>::call_once::h5924238c754de3b8 [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9 [INFO] [stderr] 70: 0x611fcbe94d1f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8 [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17 [INFO] [stderr] 71: 0x7ea0e4e63aa4 - [INFO] [stderr] 72: 0x7ea0e4ef0a34 - 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-58b47e4db654f766` (signal: 6, SIGABRT: process abort signal) [INFO] running `Command { std: "docker" "inspect" "ed6adcd0df05d6ec2bb2d28f3b7e9cd2a2483dcadec4e6204a0f03716501150e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ed6adcd0df05d6ec2bb2d28f3b7e9cd2a2483dcadec4e6204a0f03716501150e", kill_on_drop: false }` [INFO] [stdout] ed6adcd0df05d6ec2bb2d28f3b7e9cd2a2483dcadec4e6204a0f03716501150e