[INFO] fetching crate ordered-pool-allocator 0.1.0... [INFO] testing ordered-pool-allocator-0.1.0 against try#a7ce54db9b096bd1098d07c645b489195a667c9f for pr-137940-2 [INFO] extracting crate ordered-pool-allocator 0.1.0 into /workspace/builds/worker-7-tc2/source [INFO] validating manifest of crates.io crate ordered-pool-allocator 0.1.0 on toolchain a7ce54db9b096bd1098d07c645b489195a667c9f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a7ce54db9b096bd1098d07c645b489195a667c9f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate ordered-pool-allocator 0.1.0 [INFO] finished tweaking crates.io crate ordered-pool-allocator 0.1.0 [INFO] tweaked toml for crates.io crate ordered-pool-allocator 0.1.0 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a7ce54db9b096bd1098d07c645b489195a667c9f" "generate-lockfile" "--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] Locking 14 packages to latest compatible versions [INFO] [stderr] Adding rand v0.8.5 (available: v0.9.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a7ce54db9b096bd1098d07c645b489195a667c9f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+a7ce54db9b096bd1098d07c645b489195a667c9f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d2bfb1a9551bd1013fe734d104cc4f5432053e2f3205e5c834e7d853d1d1fe5d [INFO] running `Command { std: "docker" "start" "-a" "d2bfb1a9551bd1013fe734d104cc4f5432053e2f3205e5c834e7d853d1d1fe5d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d2bfb1a9551bd1013fe734d104cc4f5432053e2f3205e5c834e7d853d1d1fe5d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d2bfb1a9551bd1013fe734d104cc4f5432053e2f3205e5c834e7d853d1d1fe5d", kill_on_drop: false }` [INFO] [stdout] d2bfb1a9551bd1013fe734d104cc4f5432053e2f3205e5c834e7d853d1d1fe5d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+a7ce54db9b096bd1098d07c645b489195a667c9f" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1be17e762b2a1e6a8dbc8f182da193dd2926f7f3788dd0a1b79ac0f746b39923 [INFO] running `Command { std: "docker" "start" "-a" "1be17e762b2a1e6a8dbc8f182da193dd2926f7f3788dd0a1b79ac0f746b39923", kill_on_drop: false }` [INFO] [stderr] Compiling ordered-pool-allocator v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: a dangling pointer will be produced because the temporary `[u8; 8]` will be dropped [INFO] [stdout] --> src/lib.rs:210:56 [INFO] [stdout] | [INFO] [stdout] 210 | unsafe { return *block_index.to_le_bytes().as_ptr().cast() } [INFO] [stdout] | ------------------------- ^^^^^^ this pointer will immediately be invalid [INFO] [stdout] | | [INFO] [stdout] | this `[u8; 8]` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `[u8; 8]` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: you must make sure that the variable you bind the `[u8; 8]` to lives at least as long as the pointer returned by the call to `as_ptr` [INFO] [stdout] = help: in particular, if this pointer is returned from the current function, binding the `[u8; 8]` inside the function will not suffice [INFO] [stdout] = help: for more information, see [INFO] [stdout] = note: `#[warn(dangling_pointers_from_temporaries)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.17s [INFO] running `Command { std: "docker" "inspect" "1be17e762b2a1e6a8dbc8f182da193dd2926f7f3788dd0a1b79ac0f746b39923", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1be17e762b2a1e6a8dbc8f182da193dd2926f7f3788dd0a1b79ac0f746b39923", kill_on_drop: false }` [INFO] [stdout] 1be17e762b2a1e6a8dbc8f182da193dd2926f7f3788dd0a1b79ac0f746b39923 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+a7ce54db9b096bd1098d07c645b489195a667c9f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9ef0798eaad4fb2f02be016092315b79d46c4c9e8a0af70e4a293f3263ee6e97 [INFO] running `Command { std: "docker" "start" "-a" "9ef0798eaad4fb2f02be016092315b79d46c4c9e8a0af70e4a293f3263ee6e97", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.171 [INFO] [stderr] Compiling zerocopy v0.8.23 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling ordered-pool-allocator v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: a dangling pointer will be produced because the temporary `[u8; 8]` will be dropped [INFO] [stdout] --> src/lib.rs:210:56 [INFO] [stdout] | [INFO] [stdout] 210 | unsafe { return *block_index.to_le_bytes().as_ptr().cast() } [INFO] [stdout] | ------------------------- ^^^^^^ this pointer will immediately be invalid [INFO] [stdout] | | [INFO] [stdout] | this `[u8; 8]` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `[u8; 8]` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: you must make sure that the variable you bind the `[u8; 8]` to lives at least as long as the pointer returned by the call to `as_ptr` [INFO] [stdout] = help: in particular, if this pointer is returned from the current function, binding the `[u8; 8]` inside the function will not suffice [INFO] [stdout] = help: for more information, see [INFO] [stdout] = note: `#[warn(dangling_pointers_from_temporaries)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stdout] warning: a dangling pointer will be produced because the temporary `[u8; 8]` will be dropped [INFO] [stdout] --> src/lib.rs:210:56 [INFO] [stdout] | [INFO] [stdout] 210 | unsafe { return *block_index.to_le_bytes().as_ptr().cast() } [INFO] [stdout] | ------------------------- ^^^^^^ this pointer will immediately be invalid [INFO] [stdout] | | [INFO] [stdout] | this `[u8; 8]` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `[u8; 8]` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: you must make sure that the variable you bind the `[u8; 8]` to lives at least as long as the pointer returned by the call to `as_ptr` [INFO] [stdout] = help: in particular, if this pointer is returned from the current function, binding the `[u8; 8]` inside the function will not suffice [INFO] [stdout] = help: for more information, see [INFO] [stdout] = note: `#[warn(dangling_pointers_from_temporaries)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [optimized + debuginfo] target(s) in 7.79s [INFO] running `Command { std: "docker" "inspect" "9ef0798eaad4fb2f02be016092315b79d46c4c9e8a0af70e4a293f3263ee6e97", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9ef0798eaad4fb2f02be016092315b79d46c4c9e8a0af70e4a293f3263ee6e97", kill_on_drop: false }` [INFO] [stdout] 9ef0798eaad4fb2f02be016092315b79d46c4c9e8a0af70e4a293f3263ee6e97 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+a7ce54db9b096bd1098d07c645b489195a667c9f" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b1c5f2379532f9d0d5ee7935423f4a404bf61b05d22942ac8a675a649bba7f2b [INFO] running `Command { std: "docker" "start" "-a" "b1c5f2379532f9d0d5ee7935423f4a404bf61b05d22942ac8a675a649bba7f2b", kill_on_drop: false }` [INFO] [stderr] warning: a dangling pointer will be produced because the temporary `[u8; 8]` will be dropped [INFO] [stderr] --> src/lib.rs:210:56 [INFO] [stderr] | [INFO] [stderr] 210 | unsafe { return *block_index.to_le_bytes().as_ptr().cast() } [INFO] [stderr] | ------------------------- ^^^^^^ this pointer will immediately be invalid [INFO] [stderr] | | [INFO] [stderr] | this `[u8; 8]` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stderr] | [INFO] [stderr] = note: pointers do not have a lifetime; when calling `as_ptr` the `[u8; 8]` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stderr] = help: you must make sure that the variable you bind the `[u8; 8]` to lives at least as long as the pointer returned by the call to `as_ptr` [INFO] [stderr] = help: in particular, if this pointer is returned from the current function, binding the `[u8; 8]` inside the function will not suffice [INFO] [stderr] = help: for more information, see [INFO] [stderr] = note: `#[warn(dangling_pointers_from_temporaries)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `ordered-pool-allocator` (lib) generated 1 warning [INFO] [stderr] warning: `ordered-pool-allocator` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [optimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ordered_pool_allocator-f5874967aff9738d) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stderr] [INFO] [stderr] thread 'tests::allocate_and_deallocate' panicked at src/lib.rs:298:38: [INFO] [stderr] misaligned pointer dereference: address must be a multiple of 0x4 but is 0x7992bb3ff54a [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x5c8a8625f892 - std::backtrace_rs::backtrace::libunwind::trace::h8d95625898284e7d [INFO] [stderr] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stderr] 1: 0x5c8a8625f892 - std::backtrace_rs::backtrace::trace_unsynchronized::h9eafd5c61303e492 [INFO] [stderr] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stderr] 2: 0x5c8a8625f892 - std::sys::backtrace::_print_fmt::hec2578e807cc4a3f [INFO] [stderr] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/sys/backtrace.rs:66:9 [INFO] [stderr] 3: 0x5c8a8625f892 - ::fmt::hd8ebefbbcb1fe23a [INFO] [stderr] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/sys/backtrace.rs:39:26 [INFO] [stderr] 4: 0x5c8a86286f63 - core::fmt::rt::Argument::fmt::h09f3c4b7b5ff5386 [INFO] [stderr] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/fmt/rt.rs:185:76 [INFO] [stderr] 5: 0x5c8a86286f63 - core::fmt::write::hef9d041e1d5d9592 [INFO] [stderr] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/fmt/mod.rs:1449:21 [INFO] [stderr] 6: 0x5c8a8625c753 - std::io::Write::write_fmt::hd7148372e3f24f7f [INFO] [stderr] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/io/mod.rs:1890:15 [INFO] [stderr] 7: 0x5c8a8625f6e2 - std::sys::backtrace::BacktraceLock::print::h263d323f217ce3a7 [INFO] [stderr] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/sys/backtrace.rs:42:9 [INFO] [stderr] 8: 0x5c8a86260d3a - std::panicking::default_hook::{{closure}}::h25050253f7dc0d3e [INFO] [stderr] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:298:22 [INFO] [stderr] 9: 0x5c8a86260ad7 - std::panicking::default_hook::hf3291a4c87ea2887 [INFO] [stderr] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:325:9 [INFO] [stderr] 10: 0x5c8a862261d7 - as core::ops::function::Fn>::call::h51204ed24e282361 [INFO] [stderr] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/alloc/src/boxed.rs:1984:9 [INFO] [stderr] 11: 0x5c8a862261d7 - test::test_main::{{closure}}::h3588678a150ab7c4 [INFO] [stderr] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/test/src/lib.rs:136:21 [INFO] [stderr] 12: 0x5c8a86261823 - as core::ops::function::Fn>::call::h95d63edfac47e230 [INFO] [stderr] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/alloc/src/boxed.rs:1984:9 [INFO] [stderr] 13: 0x5c8a86261823 - std::panicking::rust_panic_with_hook::h3550dbeaa1041124 [INFO] [stderr] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:839:13 [INFO] [stderr] 14: 0x5c8a862614da - std::panicking::begin_panic_handler::{{closure}}::hde0dd646a9e2b5b7 [INFO] [stderr] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:704:13 [INFO] [stderr] 15: 0x5c8a8625fd89 - std::sys::backtrace::__rust_end_short_backtrace::haeb22ba48b4d728e [INFO] [stderr] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/sys/backtrace.rs:168:18 [INFO] [stderr] 16: 0x5c8a8626116d - rust_begin_unwind [INFO] [stderr] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:695:5 [INFO] [stderr] 17: 0x5c8a8628599d - core::panicking::panic_nounwind_fmt::runtime::h3b398f3adcf7e24f [INFO] [stderr] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/panicking.rs:117:22 [INFO] [stderr] 18: 0x5c8a8628599d - core::panicking::panic_nounwind_fmt::h44f3568885874f74 [INFO] [stderr] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/intrinsics/mod.rs:3089:9 [INFO] [stderr] 19: 0x5c8a86285b89 - core::panicking::panic_misaligned_pointer_dereference::h55c455a1c88b83cd [INFO] [stderr] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/panicking.rs:286:5 [INFO] [stderr] 20: 0x5c8a861e7e99 - as core::ops::index::Index>::index::hac18220590aea168 [INFO] [stderr] at /opt/rustwide/workdir/src/lib.rs:235:13 [INFO] [stderr] 21: 0x5c8a861e7e99 - ordered_pool_allocator::tests::allocate_and_deallocate::h7aa096a9b366222e [INFO] [stderr] at /opt/rustwide/workdir/src/lib.rs:298:38 [INFO] [stderr] 22: 0x5c8a861eb1b9 - ordered_pool_allocator::tests::allocate_and_deallocate::{{closure}}::hd324872814f3d2bc [INFO] [stderr] at /opt/rustwide/workdir/src/lib.rs:286:33 [INFO] [stderr] 23: 0x5c8a861eb1b9 - core::ops::function::FnOnce::call_once::h51824b104b8aa07c [INFO] [stderr] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/ops/function.rs:250:5 [INFO] [stderr] 24: 0x5c8a8622babb - core::ops::function::FnOnce::call_once::hbd335dbb4bb5fce4 [INFO] [stderr] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/ops/function.rs:250:5 [INFO] [stderr] 25: 0x5c8a8622babb - test::__rust_begin_short_backtrace::h04cc5e3b375a80f9 [INFO] [stderr] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/test/src/lib.rs:638:18 [INFO] [stderr] 26: 0x5c8a8622ab75 - test::run_test_in_process::{{closure}}::h820e05c00a84ca94 [INFO] [stderr] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/test/src/lib.rs:661:60 [INFO] [stderr] 27: 0x5c8a8622ab75 - as core::ops::function::FnOnce<()>>::call_once::h5d54c80bc199f62c [INFO] [stderr] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stderr] 28: 0x5c8a8622ab75 - std::panicking::try::do_call::h832d61a9fc2b6e3e [INFO] [stderr] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:587:40 [INFO] [stderr] 29: 0x5c8a8622ab75 - std::panicking::try::h9a404c5f3a090501 [INFO] [stderr] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:550:19 [INFO] [stderr] 30: 0x5c8a8622ab75 - std::panic::catch_unwind::hf5157d4c366d9053 [INFO] [stderr] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panic.rs:359:14 [INFO] [stderr] 31: 0x5c8a8622ab75 - test::run_test_in_process::h671deca6957ee157 [INFO] [stderr] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/test/src/lib.rs:661:27 [INFO] [stderr] 32: 0x5c8a8622ab75 - test::run_test::{{closure}}::h8a18e214254d2663 [INFO] [stderr] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/test/src/lib.rs:582:43 [INFO] [stderr] 33: 0x5c8a861edb64 - test::run_test::{{closure}}::ha2abac7cc0a13c10 [INFO] [stderr] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/test/src/lib.rs:612:41 [INFO] [stderr] 34: 0x5c8a861edb64 - std::sys::backtrace::__rust_begin_short_backtrace::h013f8b8ca29e5f67 [INFO] [stderr] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/sys/backtrace.rs:152:18 [INFO] [stderr] 35: 0x5c8a861f169a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hc0336636a8c55b05 [INFO] [stderr] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/thread/mod.rs:559:17 [INFO] [stderr] 36: 0x5c8a861f169a - as core::ops::function::FnOnce<()>>::call_once::h256d9472a72a8c66 [INFO] [stderr] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stderr] 37: 0x5c8a861f169a - std::panicking::try::do_call::hf49ea3ffcc3bd1db [INFO] [stderr] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:587:40 [INFO] [stderr] 38: 0x5c8a861f169a - std::panicking::try::h2a067a3336161e1c [INFO] [stderr] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panicking.rs:550:19 [INFO] [stderr] 39: 0x5c8a861f169a - std::panic::catch_unwind::h931ea2a9df59b7fa [INFO] [stderr] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/panic.rs:359:14 [INFO] [stderr] 40: 0x5c8a861f169a - std::thread::Builder::spawn_unchecked_::{{closure}}::haf08f1439431615c [INFO] [stderr] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/thread/mod.rs:557:30 [INFO] [stderr] 41: 0x5c8a861f169a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd1dc5dd1edff0233 [INFO] [stderr] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/core/src/ops/function.rs:250:5 [INFO] [stderr] 42: 0x5c8a86264e4b - as core::ops::function::FnOnce>::call_once::hf6ad22f40418d409 [INFO] [stderr] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/alloc/src/boxed.rs:1970:9 [INFO] [stderr] 43: 0x5c8a86264e4b - as core::ops::function::FnOnce>::call_once::h734c3e370b18da4b [INFO] [stderr] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/alloc/src/boxed.rs:1970:9 [INFO] [stderr] 44: 0x5c8a86264e4b - std::sys::pal::unix::thread::Thread::new::thread_start::hfbde3a90511cd82d [INFO] [stderr] at /rustc/a7ce54db9b096bd1098d07c645b489195a667c9f/library/std/src/sys/pal/unix/thread.rs:109:17 [INFO] [stderr] 45: 0x7992bb67fac3 - [INFO] [stderr] 46: 0x7992bb710a04 - clone [INFO] [stderr] 47: 0x0 - [INFO] [stderr] thread caused non-unwinding panic. aborting. [INFO] [stderr] error: test failed, to rerun pass `--lib` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/deps/ordered_pool_allocator-f5874967aff9738d` (signal: 6, SIGABRT: process abort signal) [INFO] running `Command { std: "docker" "inspect" "b1c5f2379532f9d0d5ee7935423f4a404bf61b05d22942ac8a675a649bba7f2b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b1c5f2379532f9d0d5ee7935423f4a404bf61b05d22942ac8a675a649bba7f2b", kill_on_drop: false }` [INFO] [stdout] b1c5f2379532f9d0d5ee7935423f4a404bf61b05d22942ac8a675a649bba7f2b