[INFO] cloning repository https://github.com/iFrostizz/state [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/iFrostizz/state" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FiFrostizz%2Fstate", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FiFrostizz%2Fstate'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3bcef19b61afb5154a5fa7baf1f06313427adbc0 [INFO] checking iFrostizz/state against master#506512391b1a75ae450d36c9420978402a91abcc for pr-125384 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FiFrostizz%2Fstate" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/iFrostizz/state on toolchain 506512391b1a75ae450d36c9420978402a91abcc [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/iFrostizz/state [INFO] finished tweaking git repo https://github.com/iFrostizz/state [INFO] tweaked toml for git repo https://github.com/iFrostizz/state written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/iFrostizz/state 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" "+506512391b1a75ae450d36c9420978402a91abcc" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded ruint v1.11.0 [INFO] [stderr] Downloaded proptest v1.4.0 [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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a314570ff8f091a0dcfbafee9b40b0052a7fd3925e6224b1a8df07ae445d2a6a [INFO] running `Command { std: "docker" "start" "-a" "a314570ff8f091a0dcfbafee9b40b0052a7fd3925e6224b1a8df07ae445d2a6a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a314570ff8f091a0dcfbafee9b40b0052a7fd3925e6224b1a8df07ae445d2a6a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a314570ff8f091a0dcfbafee9b40b0052a7fd3925e6224b1a8df07ae445d2a6a", kill_on_drop: false }` [INFO] [stdout] a314570ff8f091a0dcfbafee9b40b0052a7fd3925e6224b1a8df07ae445d2a6a [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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9f355d7cbf7a90a9f0b3030a22d47776b0a079becdec629cad1b764b355e443b [INFO] running `Command { std: "docker" "start" "-a" "9f355d7cbf7a90a9f0b3030a22d47776b0a079becdec629cad1b764b355e443b", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.69 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Checking subtle v2.5.0 [INFO] [stderr] Checking const-oid v0.9.5 [INFO] [stderr] Compiling libm v0.2.8 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Compiling prettyplease v0.2.15 [INFO] [stderr] Compiling rustix v0.38.21 [INFO] [stderr] Compiling linux-raw-sys v0.4.11 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling memchr v2.6.4 [INFO] [stderr] Compiling bitflags v2.4.1 [INFO] [stderr] Compiling regex-syntax v0.8.2 [INFO] [stderr] Checking getrandom v0.2.11 [INFO] [stderr] Compiling libloading v0.7.4 [INFO] [stderr] Compiling home v0.5.5 [INFO] [stderr] Compiling bindgen v0.66.1 [INFO] [stderr] Compiling either v1.9.0 [INFO] [stderr] Compiling blst v0.3.11 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Compiling shlex v1.2.0 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Checking cpufeatures v0.2.11 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling ahash v0.8.6 [INFO] [stderr] Checking bytes v1.5.0 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Checking threadpool v1.8.1 [INFO] [stderr] Checking ff v0.13.0 [INFO] [stderr] Compiling clang-sys v1.6.1 [INFO] [stderr] Compiling num-bigint v0.4.4 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Checking zerocopy v0.7.25 [INFO] [stderr] Checking once_cell v1.18.0 [INFO] [stderr] Checking base16ct v0.2.0 [INFO] [stderr] Compiling ruint-macro v1.1.0 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Checking group v0.13.0 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling revm-primitives v1.3.0 [INFO] [stderr] Checking const-hex v1.10.0 [INFO] [stdout] error[E0635]: unknown feature `stdsimd` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.6/src/lib.rs:99:42 [INFO] [stdout] | [INFO] [stdout] 99 | #![cfg_attr(feature = "stdsimd", feature(stdsimd))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling secp256k1-sys v0.8.1 [INFO] [stderr] Compiling num-iter v0.1.43 [INFO] [stderr] Compiling num-rational v0.4.1 [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0635`. [INFO] [stdout] [INFO] [stderr] Compiling syn v2.0.39 [INFO] [stderr] error: could not compile `ahash` (lib) due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "9f355d7cbf7a90a9f0b3030a22d47776b0a079becdec629cad1b764b355e443b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9f355d7cbf7a90a9f0b3030a22d47776b0a079becdec629cad1b764b355e443b", kill_on_drop: false }` [INFO] [stdout] 9f355d7cbf7a90a9f0b3030a22d47776b0a079becdec629cad1b764b355e443b