[INFO] fetching crate subsoil 0.2.0...
[INFO] testing subsoil-0.2.0 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate subsoil 0.2.0 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate subsoil 0.2.0
[INFO] finished tweaking crates.io crate subsoil 0.2.0
[INFO] tweaked toml for crates.io crate subsoil 0.2.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate subsoil 0.2.0 on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate subsoil 0.2.0 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-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] bb2af9340ddc8fb858b4024e2c8a7390d924e8775f00415f5f8263f066527db9
[INFO] running `Command { std: "docker" "start" "-a" "bb2af9340ddc8fb858b4024e2c8a7390d924e8775f00415f5f8263f066527db9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bb2af9340ddc8fb858b4024e2c8a7390d924e8775f00415f5f8263f066527db9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bb2af9340ddc8fb858b4024e2c8a7390d924e8775f00415f5f8263f066527db9", kill_on_drop: false }`
[INFO] [stdout] bb2af9340ddc8fb858b4024e2c8a7390d924e8775f00415f5f8263f066527db9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7cdd0d741c048ce697130e96319c357c62b49039188206da81556983ad303c11
[INFO] running `Command { std: "docker" "start" "-a" "7cdd0d741c048ce697130e96319c357c62b49039188206da81556983ad303c11", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling const-oid v0.9.6
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling zerocopy v0.8.40
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling const_format_proc_macros v0.2.34
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling byte-slice-cast v1.2.3
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling const_format v0.2.35
[INFO] [stderr]    Compiling toml_parser v1.0.9+spec-1.1.0
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling parity-scale-codec v3.7.5
[INFO] [stderr]    Compiling toml_edit v0.23.10+spec-1.0.0
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling crunchy v0.2.4
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling itoa v1.0.17
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling arrayref v0.3.9
[INFO] [stderr]    Compiling proc-macro-crate v3.4.0
[INFO] [stderr]    Compiling keccak v0.1.6
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling libsecp256k1-core v0.3.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling base16ct v0.2.0
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]    Compiling ff v0.13.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling fs-err v2.11.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling libsecp256k1-gen-genmult v0.3.0
[INFO] [stderr]    Compiling libsecp256k1-gen-ecmult v0.3.0
[INFO] [stderr]    Compiling group v0.13.0
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling jam-codec v0.1.1
[INFO] [stderr]    Compiling zeroize_derive v1.4.3
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling impl-trait-for-tuples v0.2.3
[INFO] [stderr]    Compiling parity-scale-codec-derive v3.7.5
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling der v0.7.10
[INFO] [stderr]    Compiling derive_more-impl v1.0.0
[INFO] [stderr]    Compiling scale-info-derive v2.11.6
[INFO] [stderr]    Compiling spki v0.7.3
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling Inflector v0.11.4
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling pkcs8 v0.10.2
[INFO] [stderr]    Compiling derive_more v1.0.0
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling crypto-bigint v0.5.5
[INFO] [stderr]    Compiling secp256k1-sys v0.9.2
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling constant_time_eq v0.4.2
[INFO] [stderr]    Compiling tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling expander v2.2.1
[INFO] [stderr]    Compiling hash-db v0.16.0
[INFO] [stderr]    Compiling regex-syntax v0.6.29
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling uint v0.10.0
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling tinyvec v1.10.0
[INFO] [stderr]    Compiling blake2b_simd v1.0.4
[INFO] [stderr]    Compiling deranged v0.5.8
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling rfc6979 v0.4.0
[INFO] [stderr]    Compiling ed25519 v2.2.3
[INFO] [stderr]    Compiling block-buffer v0.9.0
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling jam-codec-derive v0.1.1
[INFO] [stderr]    Compiling serdect v0.2.0
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling sec1 v0.7.3
[INFO] [stderr]    Compiling scale-info v2.11.6
[INFO] [stderr]    Compiling elliptic-curve v0.13.8
[INFO] [stderr]    Compiling ss58-registry v1.51.0
[INFO] [stderr]    Compiling derive-syn-parse v0.2.0
[INFO] [stderr]    Compiling libsecp256k1 v0.7.2
[INFO] [stderr]    Compiling integer-sqrt v0.1.5
[INFO] [stderr]    Compiling sha3 v0.10.8
[INFO] [stderr]    Compiling blake2 v0.10.6
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling twox-hash v1.6.3
[INFO] [stderr]    Compiling file-guard v0.2.0
[INFO] [stderr]    Compiling hex-conservative v0.2.2
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling time-core v0.1.8
[INFO] [stderr]    Compiling gimli v0.32.3
[INFO] [stderr]    Compiling overload v0.1.1
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling common-path v1.0.0
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]    Compiling num-conv v0.2.0
[INFO] [stderr]    Compiling opaque-debug v0.3.1
[INFO] [stderr]    Compiling sha2 v0.9.9
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling nu-ansi-term v0.46.0
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling bitcoin_hashes v0.14.1
[INFO] [stderr]    Compiling subsoil-crypto-hashing v0.2.0
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling docify_macros v0.2.9
[INFO] [stderr]    Compiling impl-num-traits v0.2.0
[INFO] [stderr]    Compiling ecdsa v0.16.9
[INFO] [stderr]    Compiling impl-codec v0.7.1
[INFO] [stderr]    Compiling matchers v0.1.0
[INFO] [stderr]    Compiling impl-serde v0.5.0
[INFO] [stderr]    Compiling unicode-normalization v0.1.25
[INFO] [stderr]    Compiling fixed-hash v0.8.0
[INFO] [stderr]    Compiling merlin v3.0.0
[INFO] [stderr]    Compiling getrandom_or_panic v0.0.3
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling addr2line v0.25.1
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling proc-macro-warning v1.84.1
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling num-format v0.4.4
[INFO] [stderr]    Compiling serde_bytes v0.11.19
[INFO] [stderr]    Compiling subsoil v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling rustc-demangle v0.1.27
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling futures-timer v3.0.3
[INFO] [stderr]    Compiling hashbrown v0.13.2
[INFO] [stderr]    Compiling finality-grandpa v0.16.3
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling tracing-subscriber v0.3.19
[INFO] [stderr]    Compiling schnorrkel v0.11.5
[INFO] [stderr]    Compiling subsoil-macros v0.2.0
[INFO] [stderr]    Compiling schnellru v0.2.4
[INFO] [stderr]    Compiling polkadot-ckb-merkle-mountain-range v0.8.1
[INFO] [stderr]    Compiling bip39 v2.2.2
[INFO] [stderr]    Compiling k256 v0.13.4
[INFO] [stderr]    Compiling docify v0.2.9
[INFO] [stderr]    Compiling primitive-types v0.13.1
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling bounded-collections v0.3.2
[INFO] [stderr]    Compiling secp256k1 v0.28.2
[INFO] [stderr]    Compiling frame-metadata v23.0.1
[INFO] [stderr]    Compiling ed25519-dalek v2.2.0
[INFO] [stderr]    Compiling ed25519-zebra v4.1.0
[INFO] [stderr]    Compiling memory-db v0.34.0
[INFO] [stderr]    Compiling trie-db v0.31.0
[INFO] [stderr]    Compiling trie-root v0.18.0
[INFO] [stderr]    Compiling pbkdf2 v0.12.2
[INFO] [stderr]    Compiling backtrace v0.3.76
[INFO] [stderr]    Compiling secrecy v0.8.0
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling itertools v0.11.0
[INFO] [stderr]    Compiling kvdb v0.13.0
[INFO] [stderr]    Compiling hash256-std-hasher v0.15.2
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling environmental v1.1.4
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling nohash-hasher v0.2.0
[INFO] [stderr]    Compiling tuplex v0.1.2
[INFO] [stderr]    Compiling dyn-clone v1.0.20
[INFO] [stderr]    Compiling array-bytes v6.2.3
[INFO] [stderr]    Compiling parity-wasm v0.45.0
[INFO] [stderr]    Compiling simple-mermaid v0.1.1
[INFO] [stderr]    Compiling bs58 v0.5.1
[INFO] [stdout] warning: function `mini_secret_from_entropy` is never used
[INFO] [stdout]   --> src/core/crypto_bip39.rs:38:8
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub fn mini_secret_from_entropy(entropy: &[u8], password: &str) -> Result<MiniSecretKey, Error> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 39s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: subsoil v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "7cdd0d741c048ce697130e96319c357c62b49039188206da81556983ad303c11", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7cdd0d741c048ce697130e96319c357c62b49039188206da81556983ad303c11", kill_on_drop: false }`
[INFO] [stdout] 7cdd0d741c048ce697130e96319c357c62b49039188206da81556983ad303c11
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2ccda424ed8c2c8d7003b7d239baf79e91178fd615216fa31018d218d8cfb6ee
[INFO] running `Command { std: "docker" "start" "-a" "2ccda424ed8c2c8d7003b7d239baf79e91178fd615216fa31018d218d8cfb6ee", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling zerocopy v0.8.40
[INFO] [stderr]    Compiling zerocopy-derive v0.8.40
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling parity-scale-codec v3.7.5
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling hash-db v0.16.0
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling pkg-config v0.3.32
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling serdect v0.2.0
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling rustc-hex v2.1.0
[INFO] [stderr]    Compiling sec1 v0.7.3
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling hash256-std-hasher v0.15.2
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling scale-info v2.11.6
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling clap_lex v1.0.0
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling secp256k1-sys v0.9.2
[INFO] [stderr]    Compiling clap_builder v4.5.60
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling ss58-registry v1.51.0
[INFO] [stderr]    Compiling elliptic-curve v0.13.8
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling integer-sqrt v0.1.5
[INFO] [stderr]    Compiling enum-ordinalize-derive v4.3.2
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling target-triple v1.0.0
[INFO] [stderr]    Compiling zstd-safe v6.0.6
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling docify_macros v0.2.9
[INFO] [stderr]    Compiling enum-ordinalize v4.3.2
[INFO] [stderr]    Compiling clap v4.5.60
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling jam-codec v0.1.1
[INFO] [stderr]    Compiling impl-num-traits v0.2.0
[INFO] [stderr]    Compiling keccak-hasher v0.16.0
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling ecdsa v0.16.9
[INFO] [stderr]    Compiling toml_parser v1.0.9+spec-1.1.0
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling impl-codec v0.7.1
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling memory-db v0.34.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling trie-db v0.31.0
[INFO] [stderr]    Compiling impl-serde v0.5.0
[INFO] [stderr]    Compiling trie-root v0.18.0
[INFO] [stderr]    Compiling is-terminal v0.4.17
[INFO] [stderr]    Compiling toml_datetime v1.0.0+spec-1.1.0
[INFO] [stderr]    Compiling serde_spanned v1.0.4
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling toml_writer v1.0.6+spec-1.1.0
[INFO] [stderr]    Compiling twox-hash v1.6.3
[INFO] [stderr]    Compiling getrandom_or_panic v0.0.3
[INFO] [stderr]    Compiling fixed-hash v0.8.0
[INFO] [stderr]    Compiling ark-std v0.5.0
[INFO] [stderr]    Compiling libsecp256k1 v0.7.2
[INFO] [stderr]    Compiling schnorrkel v0.11.5
[INFO] [stderr]    Compiling primitive-types v0.13.1
[INFO] [stderr]    Compiling toml v1.0.3+spec-1.1.0
[INFO] [stderr]    Compiling ark-serialize v0.5.0
[INFO] [stderr]    Compiling subsoil-crypto-hashing v0.2.0
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling bip39 v2.2.2
[INFO] [stderr]    Compiling finality-grandpa v0.16.3
[INFO] [stderr]    Compiling schnellru v0.2.4
[INFO] [stderr]    Compiling ark-ff-macros v0.5.0
[INFO] [stderr]    Compiling secp256k1 v0.28.2
[INFO] [stderr]    Compiling k256 v0.13.4
[INFO] [stderr]    Compiling bounded-collections v0.3.2
[INFO] [stderr]    Compiling trie-standardmap v0.16.0
[INFO] [stderr]    Compiling docify v0.2.9
[INFO] [stderr]    Compiling educe v0.6.0
[INFO] [stderr]    Compiling frame-metadata v23.0.1
[INFO] [stderr]    Compiling polkadot-ckb-merkle-mountain-range v0.8.1
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling ark-ff-asm v0.5.0
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling trybuild v1.0.116
[INFO] [stderr]    Compiling pretty_assertions v1.4.1
[INFO] [stderr]    Compiling trie-bench v0.42.1
[INFO] [stderr]    Compiling assert_matches v1.5.0
[INFO] [stderr]    Compiling subsoil v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling ark-ff v0.5.0
[INFO] [stderr]    Compiling zstd v0.12.4
[INFO] [stdout] warning: function `mini_secret_from_entropy` is never used
[INFO] [stdout]   --> src/core/crypto_bip39.rs:38:8
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub fn mini_secret_from_entropy(entropy: &[u8], password: &str) -> Result<MiniSecretKey, Error> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `subsoil` (lib); 1 warning emitted
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2026-04-21-x86_64-unknown-linux-gnu/bin/rustc --crate-name subsoil --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs '--allow=clippy::all' '--warn=clippy::correctness' '--warn=clippy::complexity' '--allow=clippy::zero-prefixed-literal' '--allow=clippy::while_immutable_condition' '--allow=clippy::useless_conversion' '--allow=clippy::unnecessary_cast' '--allow=clippy::unit_arg' '--allow=clippy::type_complexity' '--allow=clippy::too-many-arguments' --allow=suspicious_double_ref_op '--allow=clippy::stable_sort_primitive' '--allow=clippy::option-map-unit-fn' '--allow=clippy::nonminimal-bool' '--allow=clippy::needless_option_as_deref' '--allow=clippy::needless-lifetimes' '--allow=clippy::if-same-then-else' '--allow=clippy::identity-op' '--allow=clippy::extra-unused-type-parameters' '--allow=clippy::erasing_op' '--allow=clippy::eq_op' '--allow=clippy::derivable_impls' '--allow=clippy::default_constructed_unit_structs' '--allow=clippy::borrowed-box' '--allow=clippy::bind_instead_of_map' --check-cfg 'cfg(build_opt_level, values("3"))' --check-cfg 'cfg(build_profile, values("debug", "release"))' --check-cfg 'cfg(enable_alloc_error_handler)' --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(ignore_flaky_test)' --check-cfg 'cfg(substrate_runtime)' --cfg 'feature="ahash"' --cfg 'feature="async-trait"' --cfg 'feature="backtrace"' --cfg 'feature="blake2"' --cfg 'feature="bs58"' --cfg 'feature="default"' --cfg 'feature="full_crypto"' --cfg 'feature="futures"' --cfg 'feature="impl-serde"' --cfg 'feature="itertools"' --cfg 'feature="kvdb"' --cfg 'feature="nohash-hasher"' --cfg 'feature="parity-wasm"' --cfg 'feature="parking_lot"' --cfg 'feature="rand"' --cfg 'feature="regex"' --cfg 'feature="rustc-hash"' --cfg 'feature="schnellru"' --cfg 'feature="secp256k1"' --cfg 'feature="serde"' --cfg 'feature="simple-mermaid"' --cfg 'feature="std"' --cfg 'feature="thiserror"' --cfg 'feature="tracing-subscriber"' --cfg 'feature="with-tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "anyhow", "arbitrary", "ark-bls12-377", "ark-bls12-377-ext", "ark-bls12-381", "ark-bls12-381-ext", "ark-bw6-761", "ark-bw6-761-ext", "ark-ec", "ark-ed-on-bls12-377", "ark-ed-on-bls12-377-ext", "ark-ed-on-bls12-381-bandersnatch", "ark-ed-on-bls12-381-bandersnatch-ext", "ark-scale", "ark-vrf", "async-trait", "backtrace", "bandersnatch-experimental", "blake2", "bls-experimental", "bs58", "crypto-ec-utils-all-curves", "crypto-ec-utils-bls12-377", "crypto-ec-utils-bls12-381", "crypto-ec-utils-bw6-761", "crypto-ec-utils-common", "crypto-ec-utils-ed-on-bls12-377", "crypto-ec-utils-ed-on-bls12-381-bandersnatch", "debug", "default", "disable-logging", "disable_target_static_assertions", "frame-metadata", "full-metadata-docs", "full_crypto", "futures", "fuzzing", "impl-serde", "io-disable_allocator", "io-disable_oom", "io-disable_panic_handler", "io-improved_panic_error_reporting", "itertools", "json-schema", "kvdb", "kvdb-rocksdb", "no-metadata-docs", "nohash-hasher", "npos-elections-bench", "parity-wasm", "parking_lot", "rand", "regex", "rocksdb", "runtime-benchmarks", "rustc-hash", "schnellru", "secp256k1", "serde", "simple-mermaid", "std", "thiserror", "tracing-subscriber", "try-runtime", "w3f-bls", "wasm-interface-wasmtime", "with-tracing"))' -C metadata=850770810f6f98e8 -C extra-filename=-fd7c7740e9f274d5 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ahash=/opt/rustwide/target/debug/deps/libahash-9826954b2202b39b.rmeta --extern array_bytes=/opt/rustwide/target/debug/deps/libarray_bytes-701a52e5a74043e6.rmeta --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-08786b1e100d20f6.so --extern backtrace=/opt/rustwide/target/debug/deps/libbacktrace-1674be5dc3cccfcd.rmeta --extern bip39=/opt/rustwide/target/debug/deps/libbip39-dbfc7d6939649186.rmeta --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-a9851ebd0ab18f47.rmeta --extern blake2=/opt/rustwide/target/debug/deps/libblake2-11a98c49121bd0ee.rmeta --extern bounded_collections=/opt/rustwide/target/debug/deps/libbounded_collections-9ac5de7a7b28bdc7.rmeta --extern bs58=/opt/rustwide/target/debug/deps/libbs58-471caf8f3e225e93.rmeta --extern bytes=/opt/rustwide/target/debug/deps/libbytes-b34868c62b2fff01.rmeta --extern docify=/opt/rustwide/target/debug/deps/libdocify-2d2248b2b4934d1f.rmeta --extern dyn_clone=/opt/rustwide/target/debug/deps/libdyn_clone-0eddceeccbf472cb.rmeta --extern ed25519_dalek=/opt/rustwide/target/debug/deps/libed25519_dalek-a4d518820e68f181.rmeta --extern ed25519_zebra=/opt/rustwide/target/debug/deps/libed25519_zebra-ed14680266d916b5.rmeta --extern either=/opt/rustwide/target/debug/deps/libeither-415b250dd7beb7ac.rmeta --extern environmental=/opt/rustwide/target/debug/deps/libenvironmental-ae62530f681d396c.rmeta --extern finality_grandpa=/opt/rustwide/target/debug/deps/libfinality_grandpa-f0473df73e726ec4.rmeta --extern foldhash=/opt/rustwide/target/debug/deps/libfoldhash-d846deceec827e65.rmeta --extern frame_metadata=/opt/rustwide/target/debug/deps/libframe_metadata-53b2cb5ef0401a81.rmeta --extern futures=/opt/rustwide/target/debug/deps/libfutures-7dfe67741c6dce7d.rmeta --extern hash_db=/opt/rustwide/target/debug/deps/libhash_db-6b1ff7b2765003cb.rmeta --extern hash256_std_hasher=/opt/rustwide/target/debug/deps/libhash256_std_hasher-4a48bd22c5a0fa58.rmeta --extern hashbrown=/opt/rustwide/target/debug/deps/libhashbrown-80abd0f190dde666.rmeta --extern hmac=/opt/rustwide/target/debug/deps/libhmac-a247105e9ca701ec.rmeta --extern impl_serde=/opt/rustwide/target/debug/deps/libimpl_serde-20a29249d584fc37.rmeta --extern impl_trait_for_tuples=/opt/rustwide/target/debug/deps/libimpl_trait_for_tuples-eab1c938b582e63c.so --extern integer_sqrt=/opt/rustwide/target/debug/deps/libinteger_sqrt-bbb1cfe201ce412b.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-54a4a468b19e7c09.rmeta --extern k256=/opt/rustwide/target/debug/deps/libk256-cc1db59bb556d14b.rmeta --extern kvdb=/opt/rustwide/target/debug/deps/libkvdb-190314f1d2280f86.rmeta --extern libsecp256k1=/opt/rustwide/target/debug/deps/liblibsecp256k1-53167a67ff35bc48.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-5081bf809293ba62.rmeta --extern memory_db=/opt/rustwide/target/debug/deps/libmemory_db-c2cbfa04bf4c3148.rmeta --extern merlin=/opt/rustwide/target/debug/deps/libmerlin-486034d7027d9f34.rmeta --extern nohash_hasher=/opt/rustwide/target/debug/deps/libnohash_hasher-c07e95cbbbec681f.rmeta --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-13e0c6dd117d8ba0.rmeta --extern codec=/opt/rustwide/target/debug/deps/libparity_scale_codec-fdb61518e1588b1d.rmeta --extern parity_wasm=/opt/rustwide/target/debug/deps/libparity_wasm-6082af70ee022d5c.rmeta --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-9341de16bf2b5454.rmeta --extern paste=/opt/rustwide/target/debug/deps/libpaste-e99c5ab9be878770.so --extern pbkdf2=/opt/rustwide/target/debug/deps/libpbkdf2-e4f9f69354749e87.rmeta --extern mmr_lib=/opt/rustwide/target/debug/deps/libpolkadot_ckb_merkle_mountain_range-b322126e4d3600c9.rmeta --extern primitive_types=/opt/rustwide/target/debug/deps/libprimitive_types-c3873d52ffaecc74.rmeta --extern rand=/opt/rustwide/target/debug/deps/librand-081f2b2ca45391c5.rmeta --extern ref_cast=/opt/rustwide/target/debug/deps/libref_cast-ee0214ce539da506.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-ba2917cb9ddc0905.rmeta --extern rustc_hash=/opt/rustwide/target/debug/deps/librustc_hash-b92c8a73412d76c1.rmeta --extern scale_info=/opt/rustwide/target/debug/deps/libscale_info-db6a7ef73d26af67.rmeta --extern schnellru=/opt/rustwide/target/debug/deps/libschnellru-8342b1dad2df9026.rmeta --extern schnorrkel=/opt/rustwide/target/debug/deps/libschnorrkel-367b9fbbe65b021c.rmeta --extern secp256k1=/opt/rustwide/target/debug/deps/libsecp256k1-638d69833182f39e.rmeta --extern secrecy=/opt/rustwide/target/debug/deps/libsecrecy-191e82fdd2c1cb18.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-499e2f60b6bc651a.rmeta --extern sha2=/opt/rustwide/target/debug/deps/libsha2-619bdf1d8c9bbb1f.rmeta --extern simple_mermaid=/opt/rustwide/target/debug/deps/libsimple_mermaid-668fbfa65d31d09b.rmeta --extern smallvec=/opt/rustwide/target/debug/deps/libsmallvec-ef7fb5c9422ea9d3.rmeta --extern ss58_registry=/opt/rustwide/target/debug/deps/libss58_registry-dad8a1284bbbfd7f.rmeta --extern static_assertions=/opt/rustwide/target/debug/deps/libstatic_assertions-95336585f0b7f57d.rmeta --extern strum=/opt/rustwide/target/debug/deps/libstrum-f10801ada5e4e03b.rmeta --extern subsoil_crypto_hashing=/opt/rustwide/target/debug/deps/libsubsoil_crypto_hashing-b2a722ce25a094ed.rmeta --extern subsoil_macros=/opt/rustwide/target/debug/deps/libsubsoil_macros-d3577d7b2e9988e1.so --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-080b562d551625ee.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-e1d6d56f7039f11c.rmeta --extern tracing_core=/opt/rustwide/target/debug/deps/libtracing_core-cad8010058948a35.rmeta --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-a6d91f1cfc3a20cf.rmeta --extern trie_db=/opt/rustwide/target/debug/deps/libtrie_db-b68bc2a8c3e40924.rmeta --extern trie_root=/opt/rustwide/target/debug/deps/libtrie_root-ad2fe12acdef3cdb.rmeta --extern tuplex=/opt/rustwide/target/debug/deps/libtuplex-f1579a9d1548850f.rmeta --extern zeroize=/opt/rustwide/target/debug/deps/libzeroize-7e79c311baf3314b.rmeta --cap-lints=warn -L native=/opt/rustwide/target/debug/build/secp256k1-sys-c02adb73628d57fb/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `subsoil` (lib test)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2026-04-21-x86_64-unknown-linux-gnu/bin/rustc --crate-name subsoil --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs '--allow=clippy::all' '--warn=clippy::correctness' '--warn=clippy::complexity' '--allow=clippy::zero-prefixed-literal' '--allow=clippy::while_immutable_condition' '--allow=clippy::useless_conversion' '--allow=clippy::unnecessary_cast' '--allow=clippy::unit_arg' '--allow=clippy::type_complexity' '--allow=clippy::too-many-arguments' --allow=suspicious_double_ref_op '--allow=clippy::stable_sort_primitive' '--allow=clippy::option-map-unit-fn' '--allow=clippy::nonminimal-bool' '--allow=clippy::needless_option_as_deref' '--allow=clippy::needless-lifetimes' '--allow=clippy::if-same-then-else' '--allow=clippy::identity-op' '--allow=clippy::extra-unused-type-parameters' '--allow=clippy::erasing_op' '--allow=clippy::eq_op' '--allow=clippy::derivable_impls' '--allow=clippy::default_constructed_unit_structs' '--allow=clippy::borrowed-box' '--allow=clippy::bind_instead_of_map' --check-cfg 'cfg(build_opt_level, values("3"))' --check-cfg 'cfg(build_profile, values("debug", "release"))' --check-cfg 'cfg(enable_alloc_error_handler)' --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(ignore_flaky_test)' --check-cfg 'cfg(substrate_runtime)' --test --cfg 'feature="ahash"' --cfg 'feature="async-trait"' --cfg 'feature="backtrace"' --cfg 'feature="blake2"' --cfg 'feature="bs58"' --cfg 'feature="default"' --cfg 'feature="full_crypto"' --cfg 'feature="futures"' --cfg 'feature="impl-serde"' --cfg 'feature="itertools"' --cfg 'feature="kvdb"' --cfg 'feature="nohash-hasher"' --cfg 'feature="parity-wasm"' --cfg 'feature="parking_lot"' --cfg 'feature="rand"' --cfg 'feature="regex"' --cfg 'feature="rustc-hash"' --cfg 'feature="schnellru"' --cfg 'feature="secp256k1"' --cfg 'feature="serde"' --cfg 'feature="simple-mermaid"' --cfg 'feature="std"' --cfg 'feature="thiserror"' --cfg 'feature="tracing-subscriber"' --cfg 'feature="with-tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "anyhow", "arbitrary", "ark-bls12-377", "ark-bls12-377-ext", "ark-bls12-381", "ark-bls12-381-ext", "ark-bw6-761", "ark-bw6-761-ext", "ark-ec", "ark-ed-on-bls12-377", "ark-ed-on-bls12-377-ext", "ark-ed-on-bls12-381-bandersnatch", "ark-ed-on-bls12-381-bandersnatch-ext", "ark-scale", "ark-vrf", "async-trait", "backtrace", "bandersnatch-experimental", "blake2", "bls-experimental", "bs58", "crypto-ec-utils-all-curves", "crypto-ec-utils-bls12-377", "crypto-ec-utils-bls12-381", "crypto-ec-utils-bw6-761", "crypto-ec-utils-common", "crypto-ec-utils-ed-on-bls12-377", "crypto-ec-utils-ed-on-bls12-381-bandersnatch", "debug", "default", "disable-logging", "disable_target_static_assertions", "frame-metadata", "full-metadata-docs", "full_crypto", "futures", "fuzzing", "impl-serde", "io-disable_allocator", "io-disable_oom", "io-disable_panic_handler", "io-improved_panic_error_reporting", "itertools", "json-schema", "kvdb", "kvdb-rocksdb", "no-metadata-docs", "nohash-hasher", "npos-elections-bench", "parity-wasm", "parking_lot", "rand", "regex", "rocksdb", "runtime-benchmarks", "rustc-hash", "schnellru", "secp256k1", "serde", "simple-mermaid", "std", "thiserror", "tracing-subscriber", "try-runtime", "w3f-bls", "wasm-interface-wasmtime", "with-tracing"))' -C metadata=b952bc8298a10131 -C extra-filename=-02cf6374e6eb54b3 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ahash=/opt/rustwide/target/debug/deps/libahash-9826954b2202b39b.rlib --extern ark_ff=/opt/rustwide/target/debug/deps/libark_ff-8cbd7a55de2b65a7.rlib --extern ark_std=/opt/rustwide/target/debug/deps/libark_std-0bc4c7aef88567ec.rlib --extern array_bytes=/opt/rustwide/target/debug/deps/libarray_bytes-701a52e5a74043e6.rlib --extern assert_matches=/opt/rustwide/target/debug/deps/libassert_matches-8fbd89c376618e80.rlib --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-08786b1e100d20f6.so --extern backtrace=/opt/rustwide/target/debug/deps/libbacktrace-1674be5dc3cccfcd.rlib --extern bip39=/opt/rustwide/target/debug/deps/libbip39-dbfc7d6939649186.rlib --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-a9851ebd0ab18f47.rlib --extern blake2=/opt/rustwide/target/debug/deps/libblake2-11a98c49121bd0ee.rlib --extern bounded_collections=/opt/rustwide/target/debug/deps/libbounded_collections-9ac5de7a7b28bdc7.rlib --extern bs58=/opt/rustwide/target/debug/deps/libbs58-471caf8f3e225e93.rlib --extern bytes=/opt/rustwide/target/debug/deps/libbytes-b34868c62b2fff01.rlib --extern criterion=/opt/rustwide/target/debug/deps/libcriterion-cd2fd823a4d7436b.rlib --extern docify=/opt/rustwide/target/debug/deps/libdocify-2d2248b2b4934d1f.rlib --extern dyn_clone=/opt/rustwide/target/debug/deps/libdyn_clone-0eddceeccbf472cb.rlib --extern ed25519_dalek=/opt/rustwide/target/debug/deps/libed25519_dalek-a4d518820e68f181.rlib --extern ed25519_zebra=/opt/rustwide/target/debug/deps/libed25519_zebra-ed14680266d916b5.rlib --extern either=/opt/rustwide/target/debug/deps/libeither-415b250dd7beb7ac.rlib --extern environmental=/opt/rustwide/target/debug/deps/libenvironmental-ae62530f681d396c.rlib --extern finality_grandpa=/opt/rustwide/target/debug/deps/libfinality_grandpa-f0473df73e726ec4.rlib --extern foldhash=/opt/rustwide/target/debug/deps/libfoldhash-d846deceec827e65.rlib --extern frame_metadata=/opt/rustwide/target/debug/deps/libframe_metadata-53b2cb5ef0401a81.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-7dfe67741c6dce7d.rlib --extern hash_db=/opt/rustwide/target/debug/deps/libhash_db-6b1ff7b2765003cb.rlib --extern hash256_std_hasher=/opt/rustwide/target/debug/deps/libhash256_std_hasher-4a48bd22c5a0fa58.rlib --extern hashbrown=/opt/rustwide/target/debug/deps/libhashbrown-80abd0f190dde666.rlib --extern hmac=/opt/rustwide/target/debug/deps/libhmac-a247105e9ca701ec.rlib --extern impl_serde=/opt/rustwide/target/debug/deps/libimpl_serde-20a29249d584fc37.rlib --extern impl_trait_for_tuples=/opt/rustwide/target/debug/deps/libimpl_trait_for_tuples-eab1c938b582e63c.so --extern integer_sqrt=/opt/rustwide/target/debug/deps/libinteger_sqrt-bbb1cfe201ce412b.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-54a4a468b19e7c09.rlib --extern k256=/opt/rustwide/target/debug/deps/libk256-cc1db59bb556d14b.rlib --extern kvdb=/opt/rustwide/target/debug/deps/libkvdb-190314f1d2280f86.rlib --extern libsecp256k1=/opt/rustwide/target/debug/deps/liblibsecp256k1-53167a67ff35bc48.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-5081bf809293ba62.rlib --extern memory_db=/opt/rustwide/target/debug/deps/libmemory_db-c2cbfa04bf4c3148.rlib --extern merlin=/opt/rustwide/target/debug/deps/libmerlin-486034d7027d9f34.rlib --extern nohash_hasher=/opt/rustwide/target/debug/deps/libnohash_hasher-c07e95cbbbec681f.rlib --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-13e0c6dd117d8ba0.rlib --extern codec=/opt/rustwide/target/debug/deps/libparity_scale_codec-fdb61518e1588b1d.rlib --extern parity_wasm=/opt/rustwide/target/debug/deps/libparity_wasm-6082af70ee022d5c.rlib --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-9341de16bf2b5454.rlib --extern paste=/opt/rustwide/target/debug/deps/libpaste-e99c5ab9be878770.so --extern pbkdf2=/opt/rustwide/target/debug/deps/libpbkdf2-e4f9f69354749e87.rlib --extern mmr_lib=/opt/rustwide/target/debug/deps/libpolkadot_ckb_merkle_mountain_range-b322126e4d3600c9.rlib --extern pretty_assertions=/opt/rustwide/target/debug/deps/libpretty_assertions-b67036cd5f97358f.rlib --extern primitive_types=/opt/rustwide/target/debug/deps/libprimitive_types-c3873d52ffaecc74.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-081f2b2ca45391c5.rlib --extern ref_cast=/opt/rustwide/target/debug/deps/libref_cast-ee0214ce539da506.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-ba2917cb9ddc0905.rlib --extern rustc_hash=/opt/rustwide/target/debug/deps/librustc_hash-b92c8a73412d76c1.rlib --extern rustc_hex=/opt/rustwide/target/debug/deps/librustc_hex-607f6c56a1a6d816.rlib --extern rustversion=/opt/rustwide/target/debug/deps/librustversion-5218e9014c06451c.so --extern scale_info=/opt/rustwide/target/debug/deps/libscale_info-db6a7ef73d26af67.rlib --extern schnellru=/opt/rustwide/target/debug/deps/libschnellru-8342b1dad2df9026.rlib --extern schnorrkel=/opt/rustwide/target/debug/deps/libschnorrkel-367b9fbbe65b021c.rlib --extern secp256k1=/opt/rustwide/target/debug/deps/libsecp256k1-638d69833182f39e.rlib --extern secrecy=/opt/rustwide/target/debug/deps/libsecrecy-191e82fdd2c1cb18.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-499e2f60b6bc651a.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-81ea49e6d647eb15.rlib --extern sha2=/opt/rustwide/target/debug/deps/libsha2-619bdf1d8c9bbb1f.rlib --extern simple_mermaid=/opt/rustwide/target/debug/deps/libsimple_mermaid-668fbfa65d31d09b.rlib --extern smallvec=/opt/rustwide/target/debug/deps/libsmallvec-ef7fb5c9422ea9d3.rlib --extern ss58_registry=/opt/rustwide/target/debug/deps/libss58_registry-dad8a1284bbbfd7f.rlib --extern static_assertions=/opt/rustwide/target/debug/deps/libstatic_assertions-95336585f0b7f57d.rlib --extern strum=/opt/rustwide/target/debug/deps/libstrum-f10801ada5e4e03b.rlib --extern subsoil_crypto_hashing=/opt/rustwide/target/debug/deps/libsubsoil_crypto_hashing-b2a722ce25a094ed.rlib --extern subsoil_macros=/opt/rustwide/target/debug/deps/libsubsoil_macros-d3577d7b2e9988e1.so --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-080b562d551625ee.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-e1d6d56f7039f11c.rlib --extern tracing_core=/opt/rustwide/target/debug/deps/libtracing_core-cad8010058948a35.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-a6d91f1cfc3a20cf.rlib --extern trie_bench=/opt/rustwide/target/debug/deps/libtrie_bench-cae5fe5116a4681b.rlib --extern trie_db=/opt/rustwide/target/debug/deps/libtrie_db-b68bc2a8c3e40924.rlib --extern trie_root=/opt/rustwide/target/debug/deps/libtrie_root-ad2fe12acdef3cdb.rlib --extern trie_standardmap=/opt/rustwide/target/debug/deps/libtrie_standardmap-fd5ea2cd560bfa8f.rlib --extern trybuild=/opt/rustwide/target/debug/deps/libtrybuild-7e5691699960f958.rlib --extern tuplex=/opt/rustwide/target/debug/deps/libtuplex-f1579a9d1548850f.rlib --extern zeroize=/opt/rustwide/target/debug/deps/libzeroize-7e79c311baf3314b.rlib --extern zstd=/opt/rustwide/target/debug/deps/libzstd-e13fe146387442f7.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/secp256k1-sys-c02adb73628d57fb/out -L native=/opt/rustwide/target/debug/build/zstd-sys-1caf260f8328c8cb/out` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "2ccda424ed8c2c8d7003b7d239baf79e91178fd615216fa31018d218d8cfb6ee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2ccda424ed8c2c8d7003b7d239baf79e91178fd615216fa31018d218d8cfb6ee", kill_on_drop: false }`
[INFO] [stdout] 2ccda424ed8c2c8d7003b7d239baf79e91178fd615216fa31018d218d8cfb6ee
