[INFO] cloning repository https://github.com/0xtitan6/Canton-2PC-MPC
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/0xtitan6/Canton-2PC-MPC" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0xtitan6%2FCanton-2PC-MPC", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0xtitan6%2FCanton-2PC-MPC'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a672ff2c4d53bc913dd133edf770aaaefa928024
[INFO] testing 0xtitan6/Canton-2PC-MPC/a672ff2c4d53bc913dd133edf770aaaefa928024 against master#ec6f9a5b4413f74386267ef8efc93712c2ce6db6 for pr-155739
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0xtitan6%2FCanton-2PC-MPC" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/0xtitan6/Canton-2PC-MPC
[INFO] finished tweaking git repo https://github.com/0xtitan6/Canton-2PC-MPC
[INFO] tweaked toml for git repo https://github.com/0xtitan6/Canton-2PC-MPC written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/0xtitan6/Canton-2PC-MPC on toolchain ec6f9a5b4413f74386267ef8efc93712c2ce6db6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/0xtitan6/Canton-2PC-MPC 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" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating git repository `https://github.com/ycscaly/crypto-bigint.git`
[INFO] [stderr]     Updating git repository `https://github.com/RustCrypto/signatures`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Updating git repository `https://github.com/dwallet-labs/inkrypto`
[INFO] [stderr]     Updating git repository `https://github.com/ycscaly/bulletproofs.git`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded crypto-common v0.2.0-rc.4
[INFO] [stderr]   Downloaded keccak v0.2.0-rc.0
[INFO] [stderr]   Downloaded digest v0.11.0-rc.3
[INFO] [stderr]   Downloaded hybrid-array v0.4.5
[INFO] [stderr]   Downloaded signature v3.0.0-rc.4
[INFO] [stderr]   Downloaded block-buffer v0.11.0-rc.5
[INFO] [stderr]   Downloaded ff_derive v0.14.0-pre.0
[INFO] [stderr]   Downloaded base16ct v0.3.0
[INFO] [stderr]   Downloaded addchain v0.2.1
[INFO] [stderr]   Downloaded primefield v0.14.0-pre.6
[INFO] [stderr]   Downloaded bcs v0.1.6
[INFO] [stderr]   Downloaded pkcs8 v0.11.0-rc.7
[INFO] [stderr]   Downloaded spki v0.8.0-rc.4
[INFO] [stderr]   Downloaded group v0.14.0-pre.0
[INFO] [stderr]   Downloaded ed25519 v3.0.0-rc.1
[INFO] [stderr]   Downloaded serdect v0.4.2
[INFO] [stderr]   Downloaded primeorder v0.14.0-pre.9
[INFO] [stderr]   Downloaded ff v0.14.0-pre.0
[INFO] [stderr]   Downloaded sec1 v0.8.0-rc.10
[INFO] [stderr]   Downloaded hmac v0.13.0-rc.2
[INFO] [stderr]   Downloaded sha2 v0.11.0-rc.2
[INFO] [stderr]   Downloaded elliptic-curve v0.14.0-rc.16
[INFO] [stderr]   Downloaded hash2curve v0.14.0-rc.2
[INFO] [stderr]   Downloaded ecdsa v0.17.0-rc.7
[INFO] [stderr]   Downloaded p256 v0.14.0-pre.11
[INFO] [stderr]   Downloaded ed25519-dalek v3.0.0-pre.1
[INFO] [stderr]   Downloaded k256 v0.14.0-pre.11
[INFO] [stderr]   Downloaded der v0.8.0-rc.9
[INFO] [stderr]   Downloaded crypto-primes v0.7.0-pre.3
[INFO] [stderr]   Downloaded curve25519-dalek v5.0.0-pre.1
[INFO] [stderr]   Downloaded sha3 v0.11.0-rc.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fbc767e79c9b672a249b47c0a90430b6591ace30bae6d58cd6756a5e8ea59825
[INFO] running `Command { std: "docker" "start" "-a" "fbc767e79c9b672a249b47c0a90430b6591ace30bae6d58cd6756a5e8ea59825", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fbc767e79c9b672a249b47c0a90430b6591ace30bae6d58cd6756a5e8ea59825", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fbc767e79c9b672a249b47c0a90430b6591ace30bae6d58cd6756a5e8ea59825", kill_on_drop: false }`
[INFO] [stdout] fbc767e79c9b672a249b47c0a90430b6591ace30bae6d58cd6756a5e8ea59825
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4fe7e8567468ebaa2d5115ee9eb1f56605c988dab2f1be67e9cd3d9c5f22796d
[INFO] running `Command { std: "docker" "start" "-a" "4fe7e8567468ebaa2d5115ee9eb1f56605c988dab2f1be67e9cd3d9c5f22796d", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling typenum v1.20.0
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling const-oid v0.10.2
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]    Compiling tap v1.0.1
[INFO] [stderr]    Compiling semver v1.0.28
[INFO] [stderr]    Compiling funty v2.0.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling base16ct v1.0.0
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling wyz v0.5.1
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling base16ct v0.3.0
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling critical-section v1.2.0
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling hashbrown v0.17.0
[INFO] [stderr]    Compiling winnow v1.0.2
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling bitvec v1.0.1
[INFO] [stderr]    Compiling curve25519-dalek v5.0.0-pre.1
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling keccak v0.2.0-rc.0
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling keccak v0.1.6
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling rstest_macros v0.26.1
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling relative-path v1.9.3
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling futures-timer v3.0.3
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling ff v0.13.1
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling gcd v2.3.0
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling group v0.13.0
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling getrandom_or_panic v0.0.3
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling toml_edit v0.25.11+spec-1.1.0
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling ff v0.14.0-pre.0
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]    Compiling group v0.14.0-pre.0
[INFO] [stderr]    Compiling criterion-plot v0.6.0
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling zeroize_derive v1.4.3
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerocopy-derive v0.8.48
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling hybrid-array v0.4.5
[INFO] [stderr]    Compiling der v0.8.0-rc.9
[INFO] [stderr]    Compiling merlin v3.0.0
[INFO] [stderr]    Compiling tokio v1.52.1
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling block-buffer v0.11.0-rc.5
[INFO] [stderr]    Compiling crypto-common v0.2.0-rc.4
[INFO] [stderr]    Compiling schnorrkel v0.11.5
[INFO] [stderr]    Compiling spki v0.8.0-rc.4
[INFO] [stderr]    Compiling pkcs8 v0.11.0-rc.7
[INFO] [stderr]    Compiling digest v0.11.0-rc.3
[INFO] [stderr]    Compiling signature v3.0.0-rc.4
[INFO] [stderr]    Compiling hmac v0.13.0-rc.2
[INFO] [stderr]    Compiling sha2 v0.11.0-rc.2
[INFO] [stderr]    Compiling sha3 v0.11.0-rc.3
[INFO] [stderr]    Compiling ed25519 v3.0.0-rc.1
[INFO] [stderr]    Compiling rfc6979 v0.5.0-rc.1 (https://github.com/RustCrypto/signatures?tag=rfc6979%2Fv0.5.0-rc.1#6375b4db)
[INFO] [stderr]    Compiling serdect v0.4.2
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling bcs v0.1.6
[INFO] [stderr]    Compiling crypto-bigint v0.7.0-rc.9 (https://github.com/ycscaly/crypto-bigint.git?rev=8aabcee5#8aabcee5)
[INFO] [stderr]    Compiling sec1 v0.8.0-rc.10
[INFO] [stderr]    Compiling rstest v0.26.1
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling bulletproofs v5.0.0 (https://github.com/ycscaly/bulletproofs.git?rev=738c572f#738c572f)
[INFO] [stderr]    Compiling ed25519-dalek v3.0.0-pre.1
[INFO] [stderr]    Compiling elliptic-curve v0.14.0-rc.16
[INFO] [stderr]    Compiling primefield v0.14.0-pre.6
[INFO] [stderr]    Compiling crypto-primes v0.7.0-pre.3
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling hash2curve v0.14.0-rc.2
[INFO] [stderr]    Compiling primeorder v0.14.0-pre.9
[INFO] [stderr]    Compiling ecdsa v0.17.0-rc.7
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling p256 v0.14.0-pre.11
[INFO] [stderr]    Compiling k256 v0.14.0-pre.11
[INFO] [stderr]    Compiling criterion v0.7.0
[INFO] [stderr]    Compiling group v0.2.0 (https://github.com/dwallet-labs/inkrypto?rev=abd7f010840eae9a26c211f2b12e8e4c4f103872#abd7f010)
[INFO] [stderr]    Compiling commitment v0.2.0 (https://github.com/dwallet-labs/inkrypto?rev=abd7f010840eae9a26c211f2b12e8e4c4f103872#abd7f010)
[INFO] [stderr]    Compiling mpc v0.2.0 (https://github.com/dwallet-labs/inkrypto?rev=abd7f010840eae9a26c211f2b12e8e4c4f103872#abd7f010)
[INFO] [stderr]    Compiling proof v0.2.0 (https://github.com/dwallet-labs/inkrypto?rev=abd7f010840eae9a26c211f2b12e8e4c4f103872#abd7f010)
[INFO] [stderr]    Compiling homomorphic_encryption v0.2.0 (https://github.com/dwallet-labs/inkrypto?rev=abd7f010840eae9a26c211f2b12e8e4c4f103872#abd7f010)
[INFO] [stderr]    Compiling maurer v0.2.0 (https://github.com/dwallet-labs/inkrypto?rev=abd7f010840eae9a26c211f2b12e8e4c4f103872#abd7f010)
[INFO] [stderr]    Compiling class_groups v0.2.0 (https://github.com/dwallet-labs/inkrypto?rev=abd7f010840eae9a26c211f2b12e8e4c4f103872#abd7f010)
[INFO] [stderr]    Compiling twopc_mpc v0.2.0 (https://github.com/dwallet-labs/inkrypto?rev=abd7f010840eae9a26c211f2b12e8e4c4f103872#abd7f010)
[INFO] [stderr]    Compiling mpc-protocol v0.1.0 (/opt/rustwide/workdir/crates/mpc-protocol)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 59s
[INFO] running `Command { std: "docker" "inspect" "4fe7e8567468ebaa2d5115ee9eb1f56605c988dab2f1be67e9cd3d9c5f22796d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4fe7e8567468ebaa2d5115ee9eb1f56605c988dab2f1be67e9cd3d9c5f22796d", kill_on_drop: false }`
[INFO] [stdout] 4fe7e8567468ebaa2d5115ee9eb1f56605c988dab2f1be67e9cd3d9c5f22796d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 238777f3ba6d86e5619807469a7e9296963538491de9e45d8fd0dd19914b63d9
[INFO] running `Command { std: "docker" "start" "-a" "238777f3ba6d86e5619807469a7e9296963538491de9e45d8fd0dd19914b63d9", kill_on_drop: false }`
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling mpc-protocol v0.1.0 (/opt/rustwide/workdir/crates/mpc-protocol)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 25.57s
[INFO] running `Command { std: "docker" "inspect" "238777f3ba6d86e5619807469a7e9296963538491de9e45d8fd0dd19914b63d9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "238777f3ba6d86e5619807469a7e9296963538491de9e45d8fd0dd19914b63d9", kill_on_drop: false }`
[INFO] [stdout] 238777f3ba6d86e5619807469a7e9296963538491de9e45d8fd0dd19914b63d9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 5c7192afe9b9b3d50cdaf932183f25c173a21162050fd56b8c83144033e6fec8
[INFO] running `Command { std: "docker" "start" "-a" "5c7192afe9b9b3d50cdaf932183f25c173a21162050fd56b8c83144033e6fec8", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.42s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/mpc_protocol-84d362081ffa1b37)
[INFO] [stderr]      Running tests/local_ceremony.rs (/opt/rustwide/target/debug/deps/local_ceremony-ef8692185cdd844e)
[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] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test phase0_local_ecdsa_ceremony_produces_valid_signature has been running for over 60 seconds
[ERROR] error running command: no output for 300 seconds
[INFO] running `Command { std: "docker" "inspect" "5c7192afe9b9b3d50cdaf932183f25c173a21162050fd56b8c83144033e6fec8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5c7192afe9b9b3d50cdaf932183f25c173a21162050fd56b8c83144033e6fec8", kill_on_drop: false }`
[INFO] [stdout] 5c7192afe9b9b3d50cdaf932183f25c173a21162050fd56b8c83144033e6fec8
