[INFO] cloning repository https://github.com/itzmeanjan/decds [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/itzmeanjan/decds" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fitzmeanjan%2Fdecds", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fitzmeanjan%2Fdecds'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6c4d5fc03b473cc630bb4b52eb2b8d8e1ae93f00 [INFO] testing itzmeanjan/decds against try#2440211fe03bc45c89b6dc1a3df18382ce91e32b for pr-146098-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fitzmeanjan%2Fdecds" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-1-tc2/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/itzmeanjan/decds [INFO] finished tweaking git repo https://github.com/itzmeanjan/decds [INFO] tweaked toml for git repo https://github.com/itzmeanjan/decds written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/itzmeanjan/decds on toolchain 2440211fe03bc45c89b6dc1a3df18382ce91e32b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/itzmeanjan/decds already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8176a53724d2b8bb974b8ebe9b039017dc6ade4f2175e827db78e0a1aaddc79f [INFO] running `Command { std: "docker" "start" "-a" "8176a53724d2b8bb974b8ebe9b039017dc6ade4f2175e827db78e0a1aaddc79f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8176a53724d2b8bb974b8ebe9b039017dc6ade4f2175e827db78e0a1aaddc79f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8176a53724d2b8bb974b8ebe9b039017dc6ade4f2175e827db78e0a1aaddc79f", kill_on_drop: false }` [INFO] [stdout] 8176a53724d2b8bb974b8ebe9b039017dc6ade4f2175e827db78e0a1aaddc79f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3c07981108de2872745a85c3294628086932371765161687f80104f7cfa673ca [INFO] running `Command { std: "docker" "start" "-a" "3c07981108de2872745a85c3294628086932371765161687f80104f7cfa673ca", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.7.5 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling fastrand v2.3.0 [INFO] [stderr] Compiling gix-trace v0.1.13 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling log v0.4.27 [INFO] [stderr] Compiling crc32fast v1.5.0 [INFO] [stderr] Compiling typenum v1.18.0 [INFO] [stderr] Compiling miniz_oxide v0.8.9 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling bitflags v2.9.1 [INFO] [stderr] Compiling tinyvec v1.9.0 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Compiling allocator-api2 v0.2.21 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Compiling heapless v0.8.0 [INFO] [stderr] Compiling itoa v1.0.15 [INFO] [stderr] Compiling jiff v0.2.15 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling hash32 v0.3.1 [INFO] [stderr] Compiling memmap2 v0.9.7 [INFO] [stderr] Compiling rustix v1.0.7 [INFO] [stderr] Compiling parking_lot v0.12.4 [INFO] [stderr] Compiling yoke v0.8.0 [INFO] [stderr] Compiling linux-raw-sys v0.9.4 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling signal-hook-registry v1.4.5 [INFO] [stderr] Compiling signal-hook v0.3.18 [INFO] [stderr] Compiling gix-chunk v0.4.11 [INFO] [stderr] Compiling zerovec v0.11.2 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling flate2 v1.1.2 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling writeable v0.6.1 [INFO] [stderr] Compiling prodash v29.0.2 [INFO] [stderr] Compiling winnow v0.7.12 [INFO] [stderr] Compiling litemap v0.8.0 [INFO] [stderr] Compiling unicode-normalization v0.1.24 [INFO] [stderr] Compiling bstr v1.12.0 [INFO] [stderr] Compiling zerotrie v0.2.2 [INFO] [stderr] Compiling unicode-bom v2.0.3 [INFO] [stderr] Compiling icu_normalizer_data v2.0.0 [INFO] [stderr] Compiling icu_properties_data v2.0.1 [INFO] [stderr] Compiling rustversion v1.0.21 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling tinystr v0.8.1 [INFO] [stderr] Compiling potential_utf v0.1.2 [INFO] [stderr] Compiling kstring v2.0.2 [INFO] [stderr] Compiling icu_locale_core v2.0.0 [INFO] [stderr] Compiling icu_collections v2.0.0 [INFO] [stderr] Compiling gix-sec v0.10.12 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Compiling shell-words v1.1.0 [INFO] [stderr] Compiling gix-utils v0.3.0 [INFO] [stderr] Compiling utf8_iter v1.0.4 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling dashmap v6.1.0 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling gix-bitmap v0.2.14 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling gix-validate v0.10.0 [INFO] [stderr] Compiling gix-utils v0.2.0 [INFO] [stderr] Compiling sha1 v0.10.6 [INFO] [stderr] Compiling gix-features v0.42.1 [INFO] [stderr] Compiling gix-validate v0.9.4 [INFO] [stderr] Compiling icu_provider v2.0.0 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling filetime v0.2.25 [INFO] [stderr] Compiling gix-path v0.10.19 [INFO] [stderr] Compiling sha1-checked v0.10.0 [INFO] [stderr] Compiling gix-quote v0.5.0 [INFO] [stderr] Compiling foldhash v0.1.5 [INFO] [stderr] Compiling encoding_rs v0.8.35 [INFO] [stderr] Compiling anyhow v1.0.98 [INFO] [stderr] Compiling icu_normalizer v2.0.0 [INFO] [stderr] Compiling icu_properties v2.0.1 [INFO] [stderr] Compiling vergen-lib v0.1.6 [INFO] [stderr] Compiling clru v0.6.2 [INFO] [stderr] Compiling hashbrown v0.15.4 [INFO] [stderr] Compiling gix-features v0.41.1 [INFO] [stderr] Compiling gix-fs v0.15.0 [INFO] [stderr] Compiling gix-config-value v0.14.12 [INFO] [stderr] Compiling gix-command v0.5.0 [INFO] [stderr] Compiling gix-fs v0.14.0 [INFO] [stderr] Compiling gix-glob v0.19.0 [INFO] [stderr] Compiling deranged v0.4.0 [INFO] [stderr] Compiling vergen v9.0.6 [INFO] [stderr] Compiling maybe-async v0.2.10 [INFO] [stderr] Compiling gix-attributes v0.25.0 [INFO] [stderr] Compiling gix-ignore v0.14.0 [INFO] [stderr] Compiling time-core v0.1.4 [INFO] [stderr] Compiling arc-swap v1.7.1 [INFO] [stderr] Compiling cc v1.2.28 [INFO] [stderr] Compiling imara-diff v0.1.8 [INFO] [stderr] Compiling vergen-gix v1.0.9 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling gix-pathspec v0.10.0 [INFO] [stderr] Compiling arrayvec v0.7.6 [INFO] [stderr] Compiling idna v1.0.3 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling anstyle-query v1.1.3 [INFO] [stderr] Compiling url v2.5.4 [INFO] [stderr] Compiling tempfile v3.20.0 [INFO] [stderr] Compiling time v0.3.41 [INFO] [stderr] Compiling virtue v0.0.18 [INFO] [stderr] Compiling anstream v0.6.19 [INFO] [stderr] Compiling gix-url v0.30.0 [INFO] [stderr] Compiling rand v0.9.1 [INFO] [stderr] Compiling vte_generate_state_changes v0.1.2 [INFO] [stderr] Compiling faster-hex v0.9.0 [INFO] [stderr] Compiling faster-hex v0.10.0 [INFO] [stderr] Compiling arrayref v0.3.9 [INFO] [stderr] Compiling unty v0.0.4 [INFO] [stderr] Compiling constant_time_eq v0.3.1 [INFO] [stderr] Compiling vte v0.13.1 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling clap_derive v4.5.41 [INFO] [stderr] Compiling console v0.16.0 [INFO] [stderr] Compiling gix-hash v0.17.0 [INFO] [stderr] Compiling gix-hash v0.18.0 [INFO] [stderr] Compiling gix-packetline-blocking v0.18.3 [INFO] [stderr] Compiling gix-date v0.9.4 [INFO] [stderr] Compiling gix-commitgraph v0.27.0 [INFO] [stderr] Compiling gix-packetline v0.18.4 [INFO] [stderr] Compiling gix-hashtable v0.8.1 [INFO] [stderr] Compiling gix-tempfile v17.1.0 [INFO] [stderr] Compiling blake3 v1.8.2 [INFO] [stderr] Compiling bincode_derive v2.0.1 [INFO] [stderr] Compiling clap_builder v4.5.41 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Compiling gix-actor v0.34.0 [INFO] [stderr] Compiling gix-lock v17.1.0 [INFO] [stderr] Compiling gix-transport v0.46.0 [INFO] [stderr] Compiling rlnc v0.7.0 [INFO] [stderr] Compiling console_static_text v0.8.3 [INFO] [stderr] Compiling tokio v1.46.1 [INFO] [stderr] Compiling const-hex v1.14.1 [INFO] [stderr] Compiling gix-object v0.48.0 [INFO] [stderr] Compiling num_cpus v1.17.0 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Compiling derive_builder_core v0.20.2 [INFO] [stderr] Compiling gix-shallow v0.3.0 [INFO] [stderr] Compiling bincode v2.0.1 [INFO] [stderr] Compiling gix-revwalk v0.19.0 [INFO] [stderr] Compiling gix-ref v0.51.0 [INFO] [stderr] Compiling gix-filter v0.18.0 [INFO] [stderr] Compiling gix-pack v0.58.0 [INFO] [stderr] Compiling derive_builder_macro v0.20.2 [INFO] [stderr] Compiling gix-traverse v0.45.0 [INFO] [stderr] Compiling gix-revision v0.33.0 [INFO] [stderr] Compiling derive_builder v0.20.2 [INFO] [stderr] Compiling gix-index v0.39.0 [INFO] [stderr] Compiling clap v4.5.41 [INFO] [stderr] Compiling gix-refspec v0.29.0 [INFO] [stderr] Compiling gix-odb v0.68.0 [INFO] [stderr] Compiling gix-discover v0.39.0 [INFO] [stderr] Compiling gix-config v0.44.0 [INFO] [stderr] Compiling gix-protocol v0.49.0 [INFO] [stderr] Compiling gix-worktree v0.40.0 [INFO] [stderr] Compiling gix-dir v0.13.0 [INFO] [stderr] Compiling gix-diff v0.51.0 [INFO] [stderr] Compiling gix-status v0.18.0 [INFO] [stderr] Compiling gix-submodule v0.18.0 [INFO] [stderr] Compiling gix v0.71.0 [INFO] [stderr] Compiling decds v0.2.0 (/opt/rustwide/workdir/decds-bin) [INFO] [stderr] Compiling decds-lib v0.2.0 (/opt/rustwide/workdir/decds-lib) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.88s [INFO] running `Command { std: "docker" "inspect" "3c07981108de2872745a85c3294628086932371765161687f80104f7cfa673ca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3c07981108de2872745a85c3294628086932371765161687f80104f7cfa673ca", kill_on_drop: false }` [INFO] [stdout] 3c07981108de2872745a85c3294628086932371765161687f80104f7cfa673ca [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f5d7e29cfc6e47031794f3ccdb6c4cd413a5798bf71b24414bb57f24c7b3d1cb [INFO] running `Command { std: "docker" "start" "-a" "f5d7e29cfc6e47031794f3ccdb6c4cd413a5798bf71b24414bb57f24c7b3d1cb", kill_on_drop: false }` [INFO] [stderr] Compiling rustix v1.0.7 [INFO] [stderr] Compiling gix-glob v0.19.0 [INFO] [stderr] Compiling gix-sec v0.10.12 [INFO] [stderr] Compiling gix-config-value v0.14.12 [INFO] [stderr] Compiling gix-traverse v0.45.0 [INFO] [stderr] Compiling gix-revision v0.33.0 [INFO] [stderr] Compiling divan-macros v0.1.21 [INFO] [stderr] Compiling condtype v1.3.0 [INFO] [stderr] Compiling regex-lite v0.1.6 [INFO] [stderr] Compiling gix-transport v0.46.0 [INFO] [stderr] Compiling gix-attributes v0.25.0 [INFO] [stderr] Compiling gix-ignore v0.14.0 [INFO] [stderr] Compiling gix-refspec v0.29.0 [INFO] [stderr] Compiling gix-pathspec v0.10.0 [INFO] [stderr] Compiling gix-filter v0.18.0 [INFO] [stderr] Compiling terminal_size v0.4.2 [INFO] [stderr] Compiling clap_builder v4.5.41 [INFO] [stderr] Compiling tempfile v3.20.0 [INFO] [stderr] Compiling gix-tempfile v17.1.0 [INFO] [stderr] Compiling gix-odb v0.68.0 [INFO] [stderr] Compiling gix-lock v17.1.0 [INFO] [stderr] Compiling gix-ref v0.51.0 [INFO] [stderr] Compiling gix-index v0.39.0 [INFO] [stderr] Compiling gix-shallow v0.3.0 [INFO] [stderr] Compiling gix-discover v0.39.0 [INFO] [stderr] Compiling gix-config v0.44.0 [INFO] [stderr] Compiling gix-protocol v0.49.0 [INFO] [stderr] Compiling clap v4.5.41 [INFO] [stderr] Compiling gix-worktree v0.40.0 [INFO] [stderr] Compiling divan v0.1.21 [INFO] [stderr] Compiling gix-diff v0.51.0 [INFO] [stderr] Compiling gix-dir v0.13.0 [INFO] [stderr] Compiling gix-submodule v0.18.0 [INFO] [stderr] Compiling gix-status v0.18.0 [INFO] [stderr] Compiling gix v0.71.0 [INFO] [stderr] Compiling decds-lib v0.2.0 (/opt/rustwide/workdir/decds-lib) [INFO] [stderr] Compiling vergen-gix v1.0.9 [INFO] [stderr] Compiling decds v0.2.0 (/opt/rustwide/workdir/decds-bin) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 21.53s [INFO] running `Command { std: "docker" "inspect" "f5d7e29cfc6e47031794f3ccdb6c4cd413a5798bf71b24414bb57f24c7b3d1cb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f5d7e29cfc6e47031794f3ccdb6c4cd413a5798bf71b24414bb57f24c7b3d1cb", kill_on_drop: false }` [INFO] [stdout] f5d7e29cfc6e47031794f3ccdb6c4cd413a5798bf71b24414bb57f24c7b3d1cb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 582a95436c20a074a52caa6754c9879f6a8112bdd58d1312f6a701565b327030 [INFO] running `Command { std: "docker" "start" "-a" "582a95436c20a074a52caa6754c9879f6a8112bdd58d1312f6a701565b327030", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.28s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/decds-03b5d87e66851bbb) [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 unittests src/lib.rs (/opt/rustwide/target/debug/deps/decds_lib-f0bd5fb47d614bfd) [INFO] [stdout] [INFO] [stdout] running 30 tests [INFO] [stdout] test blob::tests::test_blob_new_empty_data ... ok [INFO] [stdout] test chunkset::tests::test_chunkset_new_invalid_size ... ok [INFO] [stdout] test chunk::tests::test_chunk_digest ... ok [INFO] [stdout] test chunk::tests::test_proof_carrying_chunk_serialization_deserialization ... ok [INFO] [stdout] test chunkset::tests::test_repairing_chunkset_add_chunk_invalid_proof_in_chunk ... ok [INFO] [stdout] test chunkset::tests::test_repairing_chunkset_add_chunk_unvalidated_invalid_chunk_metadata ... ok [INFO] [stdout] test chunkset::tests::test_chunkset_get_chunk_out_of_bounds ... ok [INFO] [stdout] test merkle_tree::tests::test_generate_and_verify_proof_for_two_leaf_nodes ... ok [INFO] [stdout] test merkle_tree::tests::test_generate_proof_out_of_bounds ... ok [INFO] [stdout] test merkle_tree::tests::test_generate_proof_single_leaf_node ... ok [INFO] [stdout] test merkle_tree::tests::test_new_with_empty_leaf_nodes ... ok [INFO] [stdout] test merkle_tree::tests::test_new_with_single_leaf_node ... ok [INFO] [stdout] test merkle_tree::tests::test_new_with_two_leaf_nodes ... ok [INFO] [stdout] test merkle_tree::tests::test_verify_proof_single_leaf_node ... ok [INFO] [stdout] test chunkset::tests::test_repairing_chunkset_new ... ok [INFO] [stdout] test blob::tests::prop_test_blob_preparation_and_commitment_works has been running for over 60 seconds [INFO] [stdout] test blob::tests::test_blob_header_serialization_deserialization has been running for over 60 seconds [INFO] [stdout] test blob::tests::test_get_byte_range_for_chunkset has been running for over 60 seconds [INFO] [stdout] test blob::tests::test_get_chunkset_commitment has been running for over 60 seconds [INFO] [stdout] test blob::tests::test_get_chunkset_ids_for_byte_range has been running for over 60 seconds [INFO] [stdout] test blob::tests::test_get_chunkset_size has been running for over 60 seconds [INFO] [stdout] test blob::tests::test_repairing_blob_add_chunk has been running for over 60 seconds [INFO] [stdout] test blob::tests::test_repairing_blob_get_repaired_chunkset has been running for over 60 seconds [INFO] [stdout] test blob::tests::test_repairing_blob_new has been running for over 60 seconds [INFO] [stdout] test chunkset::tests::prop_test_erasure_coding_chunks_and_validating_proofs_work has been running for over 60 seconds [INFO] [stdout] test chunkset::tests::prop_test_repairing_erasure_coded_chunks_work has been running for over 60 seconds [INFO] [stdout] test chunkset::tests::test_repairing_chunkset_add_chunk_after_ready_to_repair has been running for over 60 seconds [INFO] [stdout] test chunkset::tests::test_repairing_chunkset_repair_when_not_ready has been running for over 60 seconds [INFO] [stdout] test blob::tests::test_get_chunkset_ids_for_byte_range ... ok [INFO] [stdout] test merkle_tree::tests::prop_test_merkle_tree_operations has been running for over 60 seconds [INFO] [stdout] test blob::tests::test_get_chunkset_size ... ok [INFO] [stdout] test tests::prop_test_blob_building_and_repairing_works has been running for over 60 seconds [INFO] [stdout] test blob::tests::test_blob_header_serialization_deserialization ... ok [INFO] [stdout] test blob::tests::test_get_byte_range_for_chunkset ... ok [INFO] [stdout] test blob::tests::test_repairing_blob_new ... ok [INFO] [stdout] test blob::tests::test_get_chunkset_commitment ... ok [INFO] [stdout] test chunkset::tests::test_repairing_chunkset_add_chunk_after_ready_to_repair ... ok [INFO] [stdout] test chunkset::tests::test_repairing_chunkset_repair_when_not_ready ... ok [INFO] [stdout] test blob::tests::test_repairing_blob_add_chunk ... ok [INFO] [stdout] test blob::tests::test_repairing_blob_get_repaired_chunkset ... ok [INFO] [stdout] test chunkset::tests::prop_test_erasure_coding_chunks_and_validating_proofs_work ... ok [INFO] [stderr] error: test failed, to rerun pass `-p decds-lib --lib` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/deps/decds_lib-f0bd5fb47d614bfd` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "582a95436c20a074a52caa6754c9879f6a8112bdd58d1312f6a701565b327030", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "582a95436c20a074a52caa6754c9879f6a8112bdd58d1312f6a701565b327030", kill_on_drop: false }` [INFO] [stdout] 582a95436c20a074a52caa6754c9879f6a8112bdd58d1312f6a701565b327030