[INFO] fetching crate frugalos_mds 1.2.0...
[INFO] testing frugalos_mds-1.2.0 against beta-2025-09-21 for beta-1.91-2
[INFO] extracting crate frugalos_mds 1.2.0 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate frugalos_mds 1.2.0
[INFO] finished tweaking crates.io crate frugalos_mds 1.2.0
[INFO] tweaked toml for crates.io crate frugalos_mds 1.2.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate frugalos_mds 1.2.0 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "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-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 100 packages to latest compatible versions
[INFO] [stderr]       Adding bytecodec v0.4.15 (available: v0.5.0)
[INFO] [stderr]       Adding futures v0.1.31 (available: v0.3.31)
[INFO] [stderr]       Adding patricia_tree v0.1.10 (available: v0.10.1)
[INFO] [stderr]       Adding rand v0.5.6 (available: v0.9.2)
[INFO] [stderr]       Adding rustracing v0.1.11 (available: v0.6.0)
[INFO] [stderr]       Adding rustracing_jaeger v0.1.12 (available: v0.10.0)
[INFO] [stderr]       Adding trackable v0.2.24 (available: v1.3.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0740e867f66281e980cf0fde36542ce3ef7d4e7a14196d18c57f3c8718163bd9
[INFO] running `Command { std: "docker" "start" "-a" "0740e867f66281e980cf0fde36542ce3ef7d4e7a14196d18c57f3c8718163bd9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0740e867f66281e980cf0fde36542ce3ef7d4e7a14196d18c57f3c8718163bd9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0740e867f66281e980cf0fde36542ce3ef7d4e7a14196d18c57f3c8718163bd9", kill_on_drop: false }`
[INFO] [stdout] 0740e867f66281e980cf0fde36542ce3ef7d4e7a14196d18c57f3c8718163bd9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cbfe3dfa7d2fa57d2110860a6fcfb3de29c54cb9b28129f88d8805d3fa7c41f0
[INFO] running `Command { std: "docker" "start" "-a" "cbfe3dfa7d2fa57d2110860a6fcfb3de29c54cb9b28129f88d8805d3fa7c41f0", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling semver-parser v0.7.0
[INFO] [stderr]    Compiling nom v2.2.1
[INFO] [stderr]    Compiling atomic_immut v0.1.4
[INFO] [stderr]    Compiling futures v0.1.31
[INFO] [stderr]    Compiling autocfg v0.1.8
[INFO] [stderr]    Compiling rand_jitter v0.1.4
[INFO] [stderr]    Compiling splay_tree v0.2.10
[INFO] [stderr]    Compiling nbchan v0.1.3
[INFO] [stderr]    Compiling slog v2.7.0
[INFO] [stderr]    Compiling rand_xorshift v0.1.1
[INFO] [stderr]    Compiling rand_hc v0.1.0
[INFO] [stderr]    Compiling net2 v0.2.39
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling rand_isaac v0.1.1
[INFO] [stderr]    Compiling rand_os v0.1.3
[INFO] [stderr]    Compiling iovec v0.1.4
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]    Compiling factory v0.1.2
[INFO] [stderr]    Compiling semver v0.9.0
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling hostname v0.1.5
[INFO] [stderr]    Compiling adler32 v1.2.0
[INFO] [stderr]    Compiling percent-encoding v1.0.1
[INFO] [stderr]    Compiling mio v0.6.23
[INFO] [stderr]    Compiling rustc_version v0.2.3
[INFO] [stderr]    Compiling serde_yaml v0.8.26
[INFO] [stderr]    Compiling procinfo v0.4.2
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling uuid v0.7.4
[INFO] [stderr]    Compiling fibers v0.1.13
[INFO] [stderr]    Compiling trackable_derive v1.0.0
[INFO] [stderr]    Compiling serde_derive v1.0.227
[INFO] [stderr]    Compiling trackable v1.3.0
[INFO] [stderr]    Compiling trackable v0.2.24
[INFO] [stderr]    Compiling prometrics v0.1.13
[INFO] [stderr]    Compiling bytecodec v0.4.15
[INFO] [stderr]    Compiling thrift_codec v0.1.1
[INFO] [stderr]    Compiling rustracing v0.1.11
[INFO] [stderr]    Compiling rustracing_jaeger v0.1.12
[INFO] [stderr]    Compiling tasque v0.1.5
[INFO] [stderr]    Compiling raftlog v0.6.0
[INFO] [stderr]    Compiling cannyls v0.10.0
[INFO] [stderr]    Compiling frugalos_core v1.2.0
[INFO] [stderr]    Compiling fibers_tasque v0.1.2
[INFO] [stderr]    Compiling fibers_rpc v0.3.4
[INFO] [stderr]    Compiling protobuf_codec v0.2.8
[INFO] [stderr]    Compiling patricia_tree v0.1.10
[INFO] [stderr]    Compiling libfrugalos v0.7.0
[INFO] [stderr]    Compiling raftlog_protobuf v0.3.0
[INFO] [stderr]    Compiling frugalos_raft v1.2.0
[INFO] [stderr]    Compiling frugalos_mds v1.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `3` is never read
[INFO] [stdout]   --> src/node/mod.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 45 |     DeleteByPrefix(
[INFO] [stdout]    |     -------------- field in this variant
[INFO] [stdout] ...
[INFO] [stdout] 49 |         ObjectPrefix,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Proposal` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 49 -         ObjectPrefix,
[INFO] [stdout] 49 +         (),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.35s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v2.2.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "cbfe3dfa7d2fa57d2110860a6fcfb3de29c54cb9b28129f88d8805d3fa7c41f0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cbfe3dfa7d2fa57d2110860a6fcfb3de29c54cb9b28129f88d8805d3fa7c41f0", kill_on_drop: false }`
[INFO] [stdout] cbfe3dfa7d2fa57d2110860a6fcfb3de29c54cb9b28129f88d8805d3fa7c41f0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ed1f7d1343333d4ab6ee881c1d6d3cd0caa0517da8ba3f5e0271f213afe78ec6
[INFO] running `Command { std: "docker" "start" "-a" "ed1f7d1343333d4ab6ee881c1d6d3cd0caa0517da8ba3f5e0271f213afe78ec6", kill_on_drop: false }`
[INFO] [stderr]    Compiling fibers_global v0.1.2
[INFO] [stdout] warning: field `3` is never read
[INFO] [stdout]   --> src/node/mod.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 45 |     DeleteByPrefix(
[INFO] [stdout]    |     -------------- field in this variant
[INFO] [stdout] ...
[INFO] [stdout] 49 |         ObjectPrefix,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Proposal` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 49 -         ObjectPrefix,
[INFO] [stdout] 49 +         (),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling frugalos_mds v1.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `3` is never read
[INFO] [stdout]   --> src/node/mod.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 45 |     DeleteByPrefix(
[INFO] [stdout]    |     -------------- field in this variant
[INFO] [stdout] ...
[INFO] [stdout] 49 |         ObjectPrefix,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Proposal` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 49 -         ObjectPrefix,
[INFO] [stdout] 49 +         (),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.87s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v2.2.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "ed1f7d1343333d4ab6ee881c1d6d3cd0caa0517da8ba3f5e0271f213afe78ec6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ed1f7d1343333d4ab6ee881c1d6d3cd0caa0517da8ba3f5e0271f213afe78ec6", kill_on_drop: false }`
[INFO] [stdout] ed1f7d1343333d4ab6ee881c1d6d3cd0caa0517da8ba3f5e0271f213afe78ec6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 4fccd467514883787537139d403cf5a96922398c01840b96298aa6579c53c804
[INFO] running `Command { std: "docker" "start" "-a" "4fccd467514883787537139d403cf5a96922398c01840b96298aa6579c53c804", kill_on_drop: false }`
[INFO] [stderr] warning: field `3` is never read
[INFO] [stderr]   --> src/node/mod.rs:49:9
[INFO] [stderr]    |
[INFO] [stderr] 45 |     DeleteByPrefix(
[INFO] [stderr]    |     -------------- field in this variant
[INFO] [stderr] ...
[INFO] [stderr] 49 |         ObjectPrefix,
[INFO] [stderr]    |         ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Proposal` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]    |
[INFO] [stderr] 49 -         ObjectPrefix,
[INFO] [stderr] 49 +         (),
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: `frugalos_mds` (lib) generated 1 warning
[INFO] [stderr] warning: `frugalos_mds` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.13s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v2.2.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/frugalos_mds-44ec1764350e4d70)
[INFO] [stdout] 
[INFO] [stdout] running 20 tests
[INFO] [stderr] 
[INFO] [stderr] thread 'machine::tests::it_deletes_objects_by_prefix' (28) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/patricia_tree-0.1.10/src/node.rs:234:33:
[INFO] [stderr] misaligned pointer dereference: address must be a multiple of 0x8 but is 0x73a1c0000e32
[INFO] [stderr] stack backtrace:
[INFO] [stderr]    0:     0x620e687355d2 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stderr]    1:     0x620e687355d2 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stderr]    2:     0x620e687355d2 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stderr]    3:     0x620e687355d2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stderr]    4:     0x620e6874600f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stderr]    5:     0x620e6874600f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stderr]    6:     0x620e68702111 - std::io::default_write_fmt::h1ecb8c7cfa7da481
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stderr]    7:     0x620e68702111 - std::io::Write::write_fmt::h051fe4a9e4fdbf48
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stderr]    8:     0x620e6870e782 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stderr]    9:     0x620e687135bf - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stderr]   10:     0x620e68713419 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:328:9
[INFO] [stderr]   11:     0x620e685cb48e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stderr]   12:     0x620e685cb48e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stderr]   13:     0x620e68713c7f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stderr]   14:     0x620e68713c7f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stderr]   15:     0x620e68713ada - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stderr]   16:     0x620e6870e8b9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stderr]   17:     0x620e686f688d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stderr]   18:     0x620e6874e89d - core::panicking::panic_nounwind_fmt::runtime::hf619e8fd73995337
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:117:22
[INFO] [stderr]   19:     0x620e6874e89d - core::panicking::panic_nounwind_fmt::hc177e1bd7a48be0d
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/intrinsics/mod.rs:2435:9
[INFO] [stderr]   20:     0x620e6874eb3a - core::panicking::panic_misaligned_pointer_dereference::h471f6de7a6940143
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:284:5
[INFO] [stderr]   21:     0x620e684edebf - patricia_tree::node::Node<V>::child::h6ab2e424a9246be7
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/patricia_tree-0.1.10/src/node.rs:234:33
[INFO] [stderr]   22:     0x620e684ed062 - patricia_tree::node::Node<V>::get::h42053757537bdf8d
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/patricia_tree-0.1.10/src/node.rs:417:22
[INFO] [stderr]   23:     0x620e68556317 - patricia_tree::tree::PatriciaTree<V>::get::hf418b1424f0807fa
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/patricia_tree-0.1.10/src/tree.rs:31:19
[INFO] [stderr]   24:     0x620e684fead3 - patricia_tree::map::PatriciaMap<V>::get::h63ef8dde60d97ba3
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/patricia_tree-0.1.10/src/map.rs:82:19
[INFO] [stderr]   25:     0x620e684fbb33 - frugalos_mds::machine::Machine::check_version::hdff8ab5fec8a9fd3
[INFO] [stderr]                                at /opt/rustwide/workdir/src/machine.rs:181:42
[INFO] [stderr]   26:     0x620e684fc76f - frugalos_mds::machine::Machine::put::h64201d7c57b9e483
[INFO] [stderr]                                at /opt/rustwide/workdir/src/machine.rs:79:21
[INFO] [stderr]   27:     0x620e68542fc8 - frugalos_mds::machine::tests::setup_metadata::h744865143981be26
[INFO] [stderr]                                at /opt/rustwide/workdir/src/machine.rs:266:21
[INFO] [stderr]   28:     0x620e685439f7 - frugalos_mds::machine::tests::it_deletes_objects_by_prefix::hd48e6e15578c8f0d
[INFO] [stderr]                                at /opt/rustwide/workdir/src/machine.rs:446:9
[INFO] [stderr]   29:     0x620e68544097 - frugalos_mds::machine::tests::it_deletes_objects_by_prefix::{{closure}}::h0ba285ddf7a33371
[INFO] [stderr]                                at /opt/rustwide/workdir/src/machine.rs:441:42
[INFO] [stderr]   30:     0x620e6857f386 - core::ops::function::FnOnce::call_once::h7d37a06a21fa59e4
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stderr]   31:     0x620e685cb24b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stderr]   32:     0x620e685cb24b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stderr]   33:     0x620e685e0eb5 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stderr]   34:     0x620e685e0eb5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stderr]   35:     0x620e685e0eb5 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stderr]   36:     0x620e685e0eb5 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stderr]   37:     0x620e685e0eb5 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stderr]   38:     0x620e685e0eb5 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stderr]   39:     0x620e685e0eb5 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stderr]   40:     0x620e685b76a4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stderr]   41:     0x620e685b76a4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stderr]   42:     0x620e685baf6a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stderr]   43:     0x620e685baf6a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stderr]   44:     0x620e685baf6a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stderr]   45:     0x620e685baf6a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stderr]   46:     0x620e685baf6a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stderr]   47:     0x620e685baf6a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stderr]   48:     0x620e685baf6a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stderr]   49:     0x620e68709a1f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stderr]   50:     0x620e68709a1f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stderr]   51:     0x73a1ce5ccaa4 - <unknown>
[INFO] [stderr]   52:     0x73a1ce659a34 - clone
[INFO] [stderr]   53:                0x0 - <unknown>
[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/frugalos_mds-44ec1764350e4d70` (signal: 6, SIGABRT: process abort signal)
[INFO] running `Command { std: "docker" "inspect" "4fccd467514883787537139d403cf5a96922398c01840b96298aa6579c53c804", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4fccd467514883787537139d403cf5a96922398c01840b96298aa6579c53c804", kill_on_drop: false }`
[INFO] [stdout] 4fccd467514883787537139d403cf5a96922398c01840b96298aa6579c53c804
