[INFO] cloning repository https://github.com/ksmithbaylor/sskr-tool
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ksmithbaylor/sskr-tool" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fksmithbaylor%2Fsskr-tool", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fksmithbaylor%2Fsskr-tool'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 61686c0e80518c4b8d0d2563a915ed87053eb842
[INFO] testing ksmithbaylor/sskr-tool against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fksmithbaylor%2Fsskr-tool" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ksmithbaylor/sskr-tool
[INFO] finished tweaking git repo https://github.com/ksmithbaylor/sskr-tool
[INFO] tweaked toml for git repo https://github.com/ksmithbaylor/sskr-tool written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ksmithbaylor/sskr-tool on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ksmithbaylor/sskr-tool 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" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d5248bc045aa1d378d81e9fdf49be6c9a83cc5a1b79b8c8e086ee65e2fb391a4
[INFO] running `Command { std: "docker" "start" "-a" "d5248bc045aa1d378d81e9fdf49be6c9a83cc5a1b79b8c8e086ee65e2fb391a4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d5248bc045aa1d378d81e9fdf49be6c9a83cc5a1b79b8c8e086ee65e2fb391a4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d5248bc045aa1d378d81e9fdf49be6c9a83cc5a1b79b8c8e086ee65e2fb391a4", kill_on_drop: false }`
[INFO] [stdout] d5248bc045aa1d378d81e9fdf49be6c9a83cc5a1b79b8c8e086ee65e2fb391a4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 32f8f9f89437b6286e54fb0803033c53f71d54cb9d3b1009cefe3dea2fc55d4b
[INFO] running `Command { std: "docker" "start" "-a" "32f8f9f89437b6286e54fb0803033c53f71d54cb9d3b1009cefe3dea2fc55d4b", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.161
[INFO] [stderr]    Compiling proc-macro2 v1.0.89
[INFO] [stderr]    Compiling unicode-ident v1.0.13
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling semver v1.0.23
[INFO] [stderr]    Compiling cpufeatures v0.2.14
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling opaque-debug v0.3.1
[INFO] [stderr]    Compiling thiserror v1.0.67
[INFO] [stderr]    Compiling cc v1.1.34
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling crc32fast v1.4.2
[INFO] [stderr]    Compiling anyhow v1.0.92
[INFO] [stderr]    Compiling tinyvec v1.8.0
[INFO] [stderr]    Compiling anstream v0.6.17
[INFO] [stderr]    Compiling iana-time-zone v0.1.61
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling clap_lex v0.7.2
[INFO] [stderr]    Compiling once_cell v1.20.2
[INFO] [stderr]    Compiling half v2.2.1
[INFO] [stderr]    Compiling crc-catalog v2.4.0
[INFO] [stderr]    Compiling crc v3.2.1
[INFO] [stderr]    Compiling clap_builder v4.5.20
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling secp256k1-sys v0.8.1
[INFO] [stderr]    Compiling syn v2.0.87
[INFO] [stderr]    Compiling unicode-normalization v0.1.24
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling chrono v0.4.38
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_xoshiro v0.6.0
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling inout v0.1.3
[INFO] [stderr]    Compiling universal-hash v0.5.1
[INFO] [stderr]    Compiling aead v0.5.2
[INFO] [stderr]    Compiling dcbor v0.7.7
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling poly1305 v0.8.0
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling pbkdf2 v0.11.0
[INFO] [stderr]    Compiling pbkdf2 v0.12.2
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling regex-automata v0.4.8
[INFO] [stderr]    Compiling secp256k1 v0.27.0
[INFO] [stderr]    Compiling zeroize_derive v1.4.2
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.67
[INFO] [stderr]    Compiling clap_derive v4.5.18
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling chacha20 v0.9.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling chacha20poly1305 v0.10.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling x25519-dalek v2.0.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling clap v4.5.20
[INFO] [stderr]    Compiling bc-crypto v0.1.4
[INFO] [stderr]    Compiling tiny-bip39 v1.0.0
[INFO] [stderr]    Compiling bc-shamir v0.1.2
[INFO] [stderr]    Compiling sskr v0.1.2
[INFO] [stderr]    Compiling sskr-tool v0.1.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.66s
[INFO] running `Command { std: "docker" "inspect" "32f8f9f89437b6286e54fb0803033c53f71d54cb9d3b1009cefe3dea2fc55d4b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "32f8f9f89437b6286e54fb0803033c53f71d54cb9d3b1009cefe3dea2fc55d4b", kill_on_drop: false }`
[INFO] [stdout] 32f8f9f89437b6286e54fb0803033c53f71d54cb9d3b1009cefe3dea2fc55d4b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a07ee35a4508b05a8a031c28f9f562a7a8b4728af7fb0219f467c77a620f72b8
[INFO] running `Command { std: "docker" "start" "-a" "a07ee35a4508b05a8a031c28f9f562a7a8b4728af7fb0219f467c77a620f72b8", kill_on_drop: false }`
[INFO] [stderr]    Compiling sskr-tool v0.1.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.71s
[INFO] running `Command { std: "docker" "inspect" "a07ee35a4508b05a8a031c28f9f562a7a8b4728af7fb0219f467c77a620f72b8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a07ee35a4508b05a8a031c28f9f562a7a8b4728af7fb0219f467c77a620f72b8", kill_on_drop: false }`
[INFO] [stdout] a07ee35a4508b05a8a031c28f9f562a7a8b4728af7fb0219f467c77a620f72b8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 6dc2afbcb7dd4d5ac6608e67e45bd7f193bb6d3c8c5f9847ead8b4ba7c613279
[INFO] running `Command { std: "docker" "start" "-a" "6dc2afbcb7dd4d5ac6608e67e45bd7f193bb6d3c8c5f9847ead8b4ba7c613279", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.13s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/sskr_tool-5e4d5569b4ce3f69)
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test tests::test_roundtrip_all_full_groups has been running for over 60 seconds
[INFO] [stdout] test tests::test_roundtrip_all_insufficient_groups has been running for over 60 seconds
[INFO] [stdout] test tests::test_roundtrip_all_sufficient_groups has been running for over 60 seconds
[INFO] [stdout] test tests::test_roundtrip_enough_full_groups has been running for over 60 seconds
[INFO] [stdout] test tests::test_roundtrip_enough_insufficient_groups has been running for over 60 seconds
[INFO] [stdout] test tests::test_roundtrip_enough_sufficient_groups has been running for over 60 seconds
[INFO] [stdout] test tests::test_roundtrip_enough_sufficient_groups_minus_one has been running for over 60 seconds
[INFO] [stdout] test tests::test_roundtrip_not_enough_full_groups has been running for over 60 seconds
[INFO] [stdout] test tests::test_roundtrip_not_enough_insufficient_groups has been running for over 60 seconds
[INFO] [stdout] test tests::test_roundtrip_not_enough_sufficient_groups has been running for over 60 seconds
[ERROR] error running command: no output for 300 seconds
[INFO] running `Command { std: "docker" "inspect" "6dc2afbcb7dd4d5ac6608e67e45bd7f193bb6d3c8c5f9847ead8b4ba7c613279", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6dc2afbcb7dd4d5ac6608e67e45bd7f193bb6d3c8c5f9847ead8b4ba7c613279", kill_on_drop: false }`
[INFO] [stdout] 6dc2afbcb7dd4d5ac6608e67e45bd7f193bb6d3c8c5f9847ead8b4ba7c613279
