[INFO] cloning repository https://github.com/usqjwsyi1259anthonyshaffer/crypto [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/usqjwsyi1259anthonyshaffer/crypto" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fusqjwsyi1259anthonyshaffer%2Fcrypto", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fusqjwsyi1259anthonyshaffer%2Fcrypto'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 723a8791587d09253a889ed734047b485a013098 [INFO] checking usqjwsyi1259anthonyshaffer/crypto against try#dcc22e5232dd0dbe95a4b3ab84c8d24a0880771e for pr-153721 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fusqjwsyi1259anthonyshaffer%2Fcrypto" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-4-tc2/source/.cargo/config.toml [INFO] removed /workspace/builds/worker-4-tc2/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/usqjwsyi1259anthonyshaffer/crypto [INFO] finished tweaking git repo https://github.com/usqjwsyi1259anthonyshaffer/crypto [INFO] tweaked toml for git repo https://github.com/usqjwsyi1259anthonyshaffer/crypto written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/usqjwsyi1259anthonyshaffer/crypto on toolchain dcc22e5232dd0dbe95a4b3ab84c8d24a0880771e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dcc22e5232dd0dbe95a4b3ab84c8d24a0880771e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/usqjwsyi1259anthonyshaffer/crypto 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" "+dcc22e5232dd0dbe95a4b3ab84c8d24a0880771e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] 7977e1c4af9b6cb0f36171b8bfcc3c17f6684182d0c29e9668ca6e088ea7ca26 [INFO] running `Command { std: "docker" "start" "7977e1c4af9b6cb0f36171b8bfcc3c17f6684182d0c29e9668ca6e088ea7ca26", 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" "7977e1c4af9b6cb0f36171b8bfcc3c17f6684182d0c29e9668ca6e088ea7ca26" "/opt/rustwide/cargo-home/bin/cargo" "+dcc22e5232dd0dbe95a4b3ab84c8d24a0880771e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7977e1c4af9b6cb0f36171b8bfcc3c17f6684182d0c29e9668ca6e088ea7ca26", 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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7977e1c4af9b6cb0f36171b8bfcc3c17f6684182d0c29e9668ca6e088ea7ca26" "/opt/rustwide/cargo-home/bin/cargo" "+dcc22e5232dd0dbe95a4b3ab84c8d24a0880771e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Checking cfg-if v1.0.3 [INFO] [stderr] Compiling libc v0.2.175 [INFO] [stderr] Checking zeroize v1.8.1 [INFO] [stderr] Checking subtle v2.6.1 [INFO] [stderr] Compiling proc-macro2 v1.0.101 [INFO] [stderr] Checking const-oid v0.9.6 [INFO] [stderr] Compiling unicode-ident v1.0.19 [INFO] [stderr] Compiling autocfg v1.5.0 [INFO] [stderr] Compiling libm v0.2.15 [INFO] [stderr] Compiling semver v1.0.27 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling find-msvc-tools v0.1.1 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling zerocopy v0.8.27 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling serde_core v1.0.225 [INFO] [stderr] Checking either v1.15.0 [INFO] [stderr] Compiling glob v0.3.3 [INFO] [stderr] Checking base16ct v0.2.0 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Compiling rayon-core v1.13.0 [INFO] [stderr] Checking der v0.7.10 [INFO] [stderr] Compiling equivalent v1.0.2 [INFO] [stderr] Compiling memchr v2.7.5 [INFO] [stderr] Compiling serde v1.0.225 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling lock_api v0.4.13 [INFO] [stderr] Compiling hashbrown v0.15.5 [INFO] [stderr] Compiling curve25519-dalek v4.1.3 [INFO] [stderr] Compiling winnow v0.7.13 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling toml_datetime v0.7.1 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Checking futures-core v0.3.31 [INFO] [stderr] Checking winter-utils v0.13.1 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Checking inout v0.1.4 [INFO] [stderr] Compiling regex-syntax v0.8.6 [INFO] [stderr] Checking getrandom v0.2.16 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Checking rand_core v0.9.3 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling indexmap v2.11.3 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking ff v0.13.1 [INFO] [stderr] Compiling jobserver v0.1.34 [INFO] [stderr] Checking crypto-bigint v0.5.5 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Checking spki v0.7.3 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Checking group v0.13.0 [INFO] [stderr] Checking sec1 v0.7.3 [INFO] [stderr] Checking hmac v0.12.1 [INFO] [stderr] Checking signature v2.2.0 [INFO] [stderr] Checking pkcs8 v0.10.2 [INFO] [stderr] Checking hkdf v0.12.4 [INFO] [stderr] Checking rfc6979 v0.4.0 [INFO] [stderr] Checking crossbeam-deque v0.8.6 [INFO] [stderr] Compiling cc v1.2.37 [INFO] [stderr] Checking sha2 v0.10.9 [INFO] [stderr] Checking cipher v0.4.4 [INFO] [stderr] Checking universal-hash v0.5.1 [INFO] [stderr] Compiling rstest_macros v0.26.1 [INFO] [stderr] Checking half v2.6.0 [INFO] [stderr] Compiling thiserror v2.0.16 [INFO] [stderr] Checking clap_lex v0.7.5 [INFO] [stderr] Checking constant_time_eq v0.3.1 [INFO] [stderr] Checking plotters-backend v0.3.7 [INFO] [stderr] Checking anstyle v1.0.11 [INFO] [stderr] Checking ciborium-io v0.2.2 [INFO] [stderr] Checking arrayvec v0.7.6 [INFO] [stderr] Checking keccak v0.1.5 [INFO] [stderr] Checking ppv-lite86 v0.2.21 [INFO] [stderr] Compiling rustix v1.1.2 [INFO] [stderr] Checking bitflags v2.9.4 [INFO] [stderr] Checking arrayref v0.3.9 [INFO] [stderr] Checking once_cell v1.21.3 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Checking sha3 v0.10.8 [INFO] [stderr] Checking num-complex v0.4.6 [INFO] [stderr] Checking poly1305 v0.8.0 [INFO] [stderr] Checking num-bigint v0.4.6 [INFO] [stderr] Checking num-iter v0.1.45 [INFO] [stderr] Checking ciborium-ll v0.2.2 [INFO] [stderr] Checking plotters-svg v0.3.7 [INFO] [stderr] Checking clap_builder v4.5.47 [INFO] [stderr] Checking rayon v1.11.0 [INFO] [stderr] Checking chacha20 v0.9.1 [INFO] [stderr] Checking ed25519 v2.2.3 [INFO] [stderr] Checking aead v0.5.2 [INFO] [stderr] Checking rand_chacha v0.9.0 [INFO] [stderr] Compiling regex-automata v0.4.10 [INFO] [stderr] Checking spin v0.9.8 [INFO] [stderr] Checking winter-math v0.13.1 [INFO] [stderr] Checking nanorand v0.7.0 [INFO] [stderr] Compiling toml_parser v1.0.2 [INFO] [stderr] Checking itertools v0.13.0 [INFO] [stderr] Checking rand v0.9.2 [INFO] [stderr] Checking slab v0.4.11 [INFO] [stderr] Checking elliptic-curve v0.13.8 [INFO] [stderr] Compiling relative-path v1.9.3 [INFO] [stderr] Checking futures-task v0.3.31 [INFO] [stderr] Compiling toml_edit v0.23.5 [INFO] [stderr] Checking ecdsa v0.16.9 [INFO] [stderr] Checking futures-sink v0.3.31 [INFO] [stderr] Checking num-rational v0.4.2 [INFO] [stderr] Checking linux-raw-sys v0.11.0 [INFO] [stderr] Checking cast v0.3.0 [INFO] [stderr] Checking flume v0.11.1 [INFO] [stderr] Compiling blake3 v1.8.2 [INFO] [stderr] Compiling miden-crypto v0.18.0 (/opt/rustwide/workdir/miden-crypto) [INFO] [stdout] error: target-based cfg should be avoided in build scripts [INFO] [stdout] --> miden-crypto/build.rs:6:7 [INFO] [stdout] | [INFO] [stdout] 6 | #[cfg(target_feature = "sve")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[deny(misleading_cfg_in_build_script)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: target-based cfg should be avoided in build scripts [INFO] [stdout] --> miden-crypto/build.rs:2:11 [INFO] [stdout] | [INFO] [stdout] 2 | #[cfg(target_feature = "sve")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `miden-crypto` (build script) due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "7977e1c4af9b6cb0f36171b8bfcc3c17f6684182d0c29e9668ca6e088ea7ca26", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7977e1c4af9b6cb0f36171b8bfcc3c17f6684182d0c29e9668ca6e088ea7ca26", kill_on_drop: false }` [INFO] [stdout] 7977e1c4af9b6cb0f36171b8bfcc3c17f6684182d0c29e9668ca6e088ea7ca26