[INFO] cloning repository https://github.com/SunderLand-Security/Sunderland_Zero-Knowledge_Identity_Protocol
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/SunderLand-Security/Sunderland_Zero-Knowledge_Identity_Protocol" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSunderLand-Security%2FSunderland_Zero-Knowledge_Identity_Protocol", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSunderLand-Security%2FSunderland_Zero-Knowledge_Identity_Protocol'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b038d88951d736cc8eeca220fd4bad19cbde8c38
[INFO] testing SunderLand-Security/Sunderland_Zero-Knowledge_Identity_Protocol against 1.98.0-beta.8+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSunderLand-Security%2FSunderland_Zero-Knowledge_Identity_Protocol" "/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/SunderLand-Security/Sunderland_Zero-Knowledge_Identity_Protocol
[INFO] finished tweaking git repo https://github.com/SunderLand-Security/Sunderland_Zero-Knowledge_Identity_Protocol
[INFO] tweaked toml for git repo https://github.com/SunderLand-Security/Sunderland_Zero-Knowledge_Identity_Protocol written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/SunderLand-Security/Sunderland_Zero-Knowledge_Identity_Protocol on toolchain 1.98.0-beta.8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/SunderLand-Security/Sunderland_Zero-Knowledge_Identity_Protocol 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" "+1.98.0-beta.8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded clear_on_drop v0.2.5
[INFO] [stderr]   Downloaded itoa v1.0.16
[INFO] [stderr]   Downloaded serde_json v1.0.147
[INFO] [stderr]   Downloaded zmij v0.1.9
[INFO] [stderr]   Downloaded bulletproofs v5.0.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 11bde7d00ef6d45f98dcbe380c43442d15e5a202b66629498721a123e1711ae8
[INFO] running `Command { std: "docker" "start" "11bde7d00ef6d45f98dcbe380c43442d15e5a202b66629498721a123e1711ae8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "11bde7d00ef6d45f98dcbe380c43442d15e5a202b66629498721a123e1711ae8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "11bde7d00ef6d45f98dcbe380c43442d15e5a202b66629498721a123e1711ae8" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "11bde7d00ef6d45f98dcbe380c43442d15e5a202b66629498721a123e1711ae8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "11bde7d00ef6d45f98dcbe380c43442d15e5a202b66629498721a123e1711ae8" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling libc v0.2.178
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling find-msvc-tools v0.1.5
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling zerocopy v0.8.31
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling iana-time-zone v0.1.64
[INFO] [stderr]    Compiling cc v1.2.50
[INFO] [stderr]    Compiling keccak v0.1.5
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling serde_json v1.0.147
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling clap_lex v0.7.6
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling itoa v1.0.16
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling arrayref v0.3.9
[INFO] [stderr]    Compiling constant_time_eq v0.3.1
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling zmij v0.1.9
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling szip-browser v0.1.0 (/opt/rustwide/workdir/szip-browser)
[INFO] [stderr]    Compiling szip-network v0.1.0 (/opt/rustwide/workdir/szip-network)
[INFO] [stderr]    Compiling clap_builder v4.5.53
[INFO] [stderr]    Compiling szip-storage v0.1.0 (/opt/rustwide/workdir/szip-storage)
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling clear_on_drop v0.2.5
[INFO] [stderr]    Compiling blake3 v1.8.2
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling ff v0.13.1
[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 group v0.13.0
[INFO] [stderr]    Compiling sha3 v0.10.8
[INFO] [stderr]    Compiling serde_bytes v0.11.19
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zeroize_derive v1.4.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling merlin v3.0.0
[INFO] [stderr]    Compiling clap v4.5.53
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling bulletproofs v5.0.0
[INFO] [stderr]    Compiling szip-core v0.1.0 (/opt/rustwide/workdir/szip-core)
[INFO] [stderr]    Compiling szip-migrant-core v0.1.0 (/opt/rustwide/workdir/examples/szip-migrant-zk/szip-migrant-core)
[INFO] [stderr]    Compiling szip-crypto v0.1.0 (/opt/rustwide/workdir/szip-crypto)
[INFO] [stderr]    Compiling szip-verifiable v0.1.0 (/opt/rustwide/workdir/szip-verifiable)
[INFO] [stderr]    Compiling szip-migrant-crypto v0.1.0 (/opt/rustwide/workdir/examples/szip-migrant-zk/szip-migrant-crypto)
[INFO] [stderr]    Compiling szip-cli v0.1.0 (/opt/rustwide/workdir/szip-cli)
[INFO] [stderr]    Compiling szip-migrant-cli v0.1.0 (/opt/rustwide/workdir/examples/szip-migrant-zk/szip-migrant-cli)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 1m 05s
[INFO] running `Command { std: "docker" "inspect" "11bde7d00ef6d45f98dcbe380c43442d15e5a202b66629498721a123e1711ae8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "11bde7d00ef6d45f98dcbe380c43442d15e5a202b66629498721a123e1711ae8" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling szip-network v0.1.0 (/opt/rustwide/workdir/szip-network)
[INFO] [stderr]    Compiling szip-storage v0.1.0 (/opt/rustwide/workdir/szip-storage)
[INFO] [stderr]    Compiling szip-browser v0.1.0 (/opt/rustwide/workdir/szip-browser)
[INFO] [stderr]    Compiling szip-core v0.1.0 (/opt/rustwide/workdir/szip-core)
[INFO] [stderr]    Compiling szip-migrant-core v0.1.0 (/opt/rustwide/workdir/examples/szip-migrant-zk/szip-migrant-core)
[INFO] [stderr]    Compiling szip-crypto v0.1.0 (/opt/rustwide/workdir/szip-crypto)
[INFO] [stderr]    Compiling szip-verifiable v0.1.0 (/opt/rustwide/workdir/szip-verifiable)
[INFO] [stderr]    Compiling szip-migrant-crypto v0.1.0 (/opt/rustwide/workdir/examples/szip-migrant-zk/szip-migrant-crypto)
[INFO] [stderr]    Compiling szip-cli v0.1.0 (/opt/rustwide/workdir/szip-cli)
[INFO] [stderr]    Compiling szip-migrant-cli v0.1.0 (/opt/rustwide/workdir/examples/szip-migrant-zk/szip-migrant-cli)
[INFO] [stderr] error: could not compile `szip-migrant-cli` (bin "szip-migrant-cli" test)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.98.0-beta.8-x86_64-unknown-linux-gnu/bin/rustc --crate-name szip_migrant_cli --edition=2024 examples/szip-migrant-zk/szip-migrant-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C lto -C codegen-units=1 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=221e9e3c3a1bc9dd -C extra-filename=-ea1980e7a2d86c93 --out-dir /opt/rustwide/target/release/deps -C strip=debuginfo -L dependency=/opt/rustwide/target/release/deps --extern anyhow=/opt/rustwide/target/release/deps/libanyhow-32c1c5422d8e18cb.rlib --extern chrono=/opt/rustwide/target/release/deps/libchrono-764f4bf3252ff9fc.rlib --extern clap=/opt/rustwide/target/release/deps/libclap-d4fd1b91e24f2dda.rlib --extern serde_json=/opt/rustwide/target/release/deps/libserde_json-b3e592499d3d4ed8.rlib --extern szip_migrant_core=/opt/rustwide/target/release/deps/libszip_migrant_core-b8481a20c1899395.rlib --extern szip_migrant_crypto=/opt/rustwide/target/release/deps/libszip_migrant_crypto-384c99e3536c4b60.rlib --cap-lints=warn -L native=/opt/rustwide/target/release/build/blake3-80cf552731731c8d/out -L native=/opt/rustwide/target/release/build/blake3-80cf552731731c8d/out -L native=/opt/rustwide/target/release/build/clear_on_drop-d70b402869ef4a8e/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `szip-verifiable` (lib test)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.98.0-beta.8-x86_64-unknown-linux-gnu/bin/rustc --crate-name szip_verifiable --edition=2024 szip-verifiable/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C lto -C codegen-units=1 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=df403dfbfc11ede5 -C extra-filename=-02ab3263e386e0ba --out-dir /opt/rustwide/target/release/deps -C strip=debuginfo -L dependency=/opt/rustwide/target/release/deps --extern szip_core=/opt/rustwide/target/release/deps/libszip_core-2877084377d2a0f9.rlib --extern szip_crypto=/opt/rustwide/target/release/deps/libszip_crypto-21facb93b28e279f.rlib --cap-lints=warn -L native=/opt/rustwide/target/release/build/clear_on_drop-d70b402869ef4a8e/out` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "11bde7d00ef6d45f98dcbe380c43442d15e5a202b66629498721a123e1711ae8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "11bde7d00ef6d45f98dcbe380c43442d15e5a202b66629498721a123e1711ae8", kill_on_drop: false }`
[INFO] [stdout] 11bde7d00ef6d45f98dcbe380c43442d15e5a202b66629498721a123e1711ae8
