[INFO] cloning repository https://github.com/de-mo/rust_ev_crypto_primitives
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/de-mo/rust_ev_crypto_primitives" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fde-mo%2Frust_ev_crypto_primitives", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fde-mo%2Frust_ev_crypto_primitives'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a3b56d806947eb1f1612502c128c95458e983402
[INFO] checking de-mo/rust_ev_crypto_primitives/a3b56d806947eb1f1612502c128c95458e983402 against master#bca37a20bd376ce3fd138e7cdee7fe704e0f8814 for pr-150727
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fde-mo%2Frust_ev_crypto_primitives" "/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/de-mo/rust_ev_crypto_primitives
[INFO] finished tweaking git repo https://github.com/de-mo/rust_ev_crypto_primitives
[INFO] tweaked toml for git repo https://github.com/de-mo/rust_ev_crypto_primitives written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/de-mo/rust_ev_crypto_primitives on toolchain bca37a20bd376ce3fd138e7cdee7fe704e0f8814
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/de-mo/rust_ev_crypto_primitives 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" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded az v1.2.1
[INFO] [stderr]   Downloaded rug-miller-rabin v0.1.3
[INFO] [stderr]   Downloaded rug-gmpmee v0.2.1
[INFO] [stderr]   Downloaded gmpmee-sys v0.2.1
[INFO] [stderr]   Downloaded rug v1.28.0
[INFO] [stderr]   Downloaded gmp-mpfr-sys v1.6.8
[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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 59eab74b19201bd13f16a344c27c305f7dee58e94356c62a3586f00e04a96f53
[INFO] running `Command { std: "docker" "start" "-a" "59eab74b19201bd13f16a344c27c305f7dee58e94356c62a3586f00e04a96f53", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "59eab74b19201bd13f16a344c27c305f7dee58e94356c62a3586f00e04a96f53", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "59eab74b19201bd13f16a344c27c305f7dee58e94356c62a3586f00e04a96f53", kill_on_drop: false }`
[INFO] [stdout] 59eab74b19201bd13f16a344c27c305f7dee58e94356c62a3586f00e04a96f53
[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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4e0c160b3a191b0c3f5d864241afa0bec1c55673b6b4a10aa0899630c8c728f8
[INFO] running `Command { std: "docker" "start" "-a" "4e0c160b3a191b0c3f5d864241afa0bec1c55673b6b4a10aa0899630c8c728f8", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.110
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling gmp-mpfr-sys v1.6.8
[INFO] [stderr]    Compiling cc v1.2.46
[INFO] [stderr]    Compiling az v1.2.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling rug v1.28.0
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking base64ct v1.8.0
[INFO] [stderr]     Checking regex-syntax v0.8.8
[INFO] [stderr]     Checking rayon v1.11.0
[INFO] [stderr]     Checking clap_builder v4.5.51
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]     Checking bitflags v2.10.0
[INFO] [stderr]     Checking plotters v0.3.7
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking blake2 v0.10.6
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]     Checking clap v4.5.51
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking criterion-plot v0.6.0
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking regex v1.12.2
[INFO] [stderr]     Checking password-hash v0.5.0
[INFO] [stderr]     Checking argon2 v0.5.3
[INFO] [stderr]    Compiling zerocopy-derive v0.8.27
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]     Checking thiserror v2.0.17
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking criterion v0.7.0
[INFO] [stderr]     Checking rug-miller-rabin v0.1.3
[INFO] [stderr]     Checking rust_ev_crypto_primitives v0.8.3 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 09s
[INFO] running `Command { std: "docker" "inspect" "4e0c160b3a191b0c3f5d864241afa0bec1c55673b6b4a10aa0899630c8c728f8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4e0c160b3a191b0c3f5d864241afa0bec1c55673b6b4a10aa0899630c8c728f8", kill_on_drop: false }`
[INFO] [stdout] 4e0c160b3a191b0c3f5d864241afa0bec1c55673b6b4a10aa0899630c8c728f8
