[INFO] cloning repository https://github.com/sideprotocol/frost-adaptor-signature [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sideprotocol/frost-adaptor-signature" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsideprotocol%2Ffrost-adaptor-signature", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsideprotocol%2Ffrost-adaptor-signature'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 11dcacb34f64f886962eb95ae19b743646658b91 [INFO] testing sideprotocol/frost-adaptor-signature against beta-2024-12-08 for beta-1.84.0-4 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsideprotocol%2Ffrost-adaptor-signature" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sideprotocol/frost-adaptor-signature on toolchain beta-2024-12-08 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2024-12-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/sideprotocol/frost-adaptor-signature [INFO] finished tweaking git repo https://github.com/sideprotocol/frost-adaptor-signature [INFO] tweaked toml for git repo https://github.com/sideprotocol/frost-adaptor-signature written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/sideprotocol/frost-adaptor-signature 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-2024-12-08" "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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-12-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5b6c5b6daaf731606c4345c3e28da51b4daa8f354cbeef5c650787ca78266a15 [INFO] running `Command { std: "docker" "start" "-a" "5b6c5b6daaf731606c4345c3e28da51b4daa8f354cbeef5c650787ca78266a15", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5b6c5b6daaf731606c4345c3e28da51b4daa8f354cbeef5c650787ca78266a15", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5b6c5b6daaf731606c4345c3e28da51b4daa8f354cbeef5c650787ca78266a15", kill_on_drop: false }` [INFO] [stdout] 5b6c5b6daaf731606c4345c3e28da51b4daa8f354cbeef5c650787ca78266a15 [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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-12-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7b6a56688caa2fc6617da55b5d45b04a650660c74921aa025f727edc52d9de8e [INFO] running `Command { std: "docker" "start" "-a" "7b6a56688caa2fc6617da55b5d45b04a650660c74921aa025f727edc52d9de8e", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.92 [INFO] [stderr] Compiling unicode-ident v1.0.14 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Compiling libc v0.2.168 [INFO] [stderr] Compiling const-oid v0.9.6 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling subtle v2.6.1 [INFO] [stderr] Compiling serde v1.0.216 [INFO] [stderr] Compiling semver v1.0.23 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling base16ct v0.2.0 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling thiserror-nostd-notrait v1.0.57 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling thiserror v2.0.6 [INFO] [stderr] Compiling cobs v0.2.3 [INFO] [stderr] Compiling cc v1.2.3 [INFO] [stderr] Compiling litrs v0.4.1 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling debugless-unwrap v0.0.4 [INFO] [stderr] Compiling hash32 v0.2.1 [INFO] [stderr] Compiling cpufeatures v0.2.16 [INFO] [stderr] Compiling const-crc32-nostd v1.3.1 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling once_cell v1.20.2 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Compiling document-features v0.2.10 [INFO] [stderr] Compiling heapless v0.7.17 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling syn v2.0.90 [INFO] [stderr] Compiling ff v0.13.0 [INFO] [stderr] Compiling group v0.13.0 [INFO] [stderr] Compiling secp256k1-sys v0.10.1 [INFO] [stderr] Compiling secp256k1 v0.30.0 [INFO] [stderr] Compiling zeroize_derive v1.4.2 [INFO] [stderr] Compiling serde_derive v1.0.216 [INFO] [stderr] Compiling thiserror-nostd-notrait-impl v1.0.57 [INFO] [stderr] Compiling thiserror-impl v2.0.6 [INFO] [stderr] Compiling visibility v0.1.1 [INFO] [stderr] Compiling derive-getters v0.5.0 [INFO] [stderr] Compiling zeroize v1.8.1 [INFO] [stderr] Compiling der v0.7.9 [INFO] [stderr] Compiling spki v0.7.3 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling crypto-bigint v0.5.5 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling pkcs8 v0.10.2 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling signature v2.2.0 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Compiling rfc6979 v0.4.0 [INFO] [stderr] Compiling serdect v0.2.0 [INFO] [stderr] Compiling sec1 v0.7.3 [INFO] [stderr] Compiling elliptic-curve v0.13.8 [INFO] [stderr] Compiling postcard v1.1.1 [INFO] [stderr] Compiling ecdsa v0.16.9 [INFO] [stderr] Compiling frost-core v2.0.0 (https://github.com/sideprotocol/frost.git?branch=dependency#5b8106ac) [INFO] [stderr] Compiling k256 v0.13.4 [INFO] [stderr] Compiling frost-rerandomized v2.0.0 (https://github.com/sideprotocol/frost.git?branch=dependency#5b8106ac) [INFO] [stderr] Compiling frost-secp256k1-tr v2.0.0 (https://github.com/sideprotocol/frost.git?branch=dependency#5b8106ac) [INFO] [stderr] Compiling frost-adaptor-signature v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.62s [INFO] running `Command { std: "docker" "inspect" "7b6a56688caa2fc6617da55b5d45b04a650660c74921aa025f727edc52d9de8e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7b6a56688caa2fc6617da55b5d45b04a650660c74921aa025f727edc52d9de8e", kill_on_drop: false }` [INFO] [stdout] 7b6a56688caa2fc6617da55b5d45b04a650660c74921aa025f727edc52d9de8e [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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-12-08" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f6205a807046644bc3e47b32fb2edaaafddb3d45a2a3e3ec38f4c7d77bfdcb0f [INFO] running `Command { std: "docker" "start" "-a" "f6205a807046644bc3e47b32fb2edaaafddb3d45a2a3e3ec38f4c7d77bfdcb0f", kill_on_drop: false }` [INFO] [stderr] Compiling frost-adaptor-signature v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.60s [INFO] running `Command { std: "docker" "inspect" "f6205a807046644bc3e47b32fb2edaaafddb3d45a2a3e3ec38f4c7d77bfdcb0f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f6205a807046644bc3e47b32fb2edaaafddb3d45a2a3e3ec38f4c7d77bfdcb0f", kill_on_drop: false }` [INFO] [stdout] f6205a807046644bc3e47b32fb2edaaafddb3d45a2a3e3ec38f4c7d77bfdcb0f [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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-12-08" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 6169cab9896f931be6a7a53d7dbff21e2a5267a783675f4824792fab4841d96a [INFO] running `Command { std: "docker" "start" "-a" "6169cab9896f931be6a7a53d7dbff21e2a5267a783675f4824792fab4841d96a", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/frost_adaptor_signature-81685488a4aa6fa1) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::test_aaa ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests frost_adaptor_signature [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] running `Command { std: "docker" "inspect" "6169cab9896f931be6a7a53d7dbff21e2a5267a783675f4824792fab4841d96a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6169cab9896f931be6a7a53d7dbff21e2a5267a783675f4824792fab4841d96a", kill_on_drop: false }` [INFO] [stdout] 6169cab9896f931be6a7a53d7dbff21e2a5267a783675f4824792fab4841d96a