[INFO] cloning repository https://github.com/Master-Bw3/hexerhai [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Master-Bw3/hexerhai" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMaster-Bw3%2Fhexerhai", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMaster-Bw3%2Fhexerhai'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] da00b4ecc0a79686eb49642371994c00c1a9cf2a [INFO] checking Master-Bw3/hexerhai against try#b4c55082edd8dec08ce8af276d7054d9c4db20c4 for pr-147984 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMaster-Bw3%2Fhexerhai" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/Master-Bw3/hexerhai [INFO] finished tweaking git repo https://github.com/Master-Bw3/hexerhai [INFO] tweaked toml for git repo https://github.com/Master-Bw3/hexerhai written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/Master-Bw3/hexerhai on toolchain b4c55082edd8dec08ce8af276d7054d9c4db20c4 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b4c55082edd8dec08ce8af276d7054d9c4db20c4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/Master-Bw3/hexerhai 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" "+b4c55082edd8dec08ce8af276d7054d9c4db20c4" "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/Master-Bw3/Hexagon` [INFO] [stderr] Updating git repository `https://github.com/Master-Bw3/hexnumgen-rs` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded proc-macro2 v1.0.71 [INFO] [stderr] Downloaded rhai_codegen v1.6.0 [INFO] [stderr] Downloaded snailquote v0.3.1 [INFO] [stderr] Downloaded syn v2.0.42 [INFO] [stderr] Downloaded const-random v0.1.17 [INFO] [stderr] Downloaded winnow v0.5.30 [INFO] [stderr] Downloaded rhai v1.16.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b4c55082edd8dec08ce8af276d7054d9c4db20c4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 03ff537778924a73bba2bfa1cb615fdd9b5101398ee201d7db8853b11ab33f92 [INFO] running `Command { std: "docker" "start" "-a" "03ff537778924a73bba2bfa1cb615fdd9b5101398ee201d7db8853b11ab33f92", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "03ff537778924a73bba2bfa1cb615fdd9b5101398ee201d7db8853b11ab33f92", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "03ff537778924a73bba2bfa1cb615fdd9b5101398ee201d7db8853b11ab33f92", kill_on_drop: false }` [INFO] [stdout] 03ff537778924a73bba2bfa1cb615fdd9b5101398ee201d7db8853b11ab33f92 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b4c55082edd8dec08ce8af276d7054d9c4db20c4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ce4f92b241d46e16dfb8089205d45c708f51eca9e2e0a51f6bac877db47a7297 [INFO] running `Command { std: "docker" "start" "-a" "ce4f92b241d46e16dfb8089205d45c708f51eca9e2e0a51f6bac877db47a7297", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.71 [INFO] [stderr] Compiling libc v0.2.151 [INFO] [stderr] Checking once_cell v1.19.0 [INFO] [stderr] Compiling pkg-config v0.3.28 [INFO] [stderr] Compiling thiserror v1.0.51 [INFO] [stderr] Compiling serde v1.0.193 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling openssl v0.10.62 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Checking http v0.2.11 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Compiling native-tls v0.2.11 [INFO] [stderr] Checking futures-util v0.3.30 [INFO] [stderr] Checking bytemuck v1.14.0 [INFO] [stderr] Compiling memchr v2.6.4 [INFO] [stderr] Compiling ucd-trie v0.1.6 [INFO] [stderr] Checking tracing-core v0.1.32 [INFO] [stderr] Checking unicode-normalization v0.1.22 [INFO] [stderr] Checking unicode-bidi v0.3.14 [INFO] [stderr] Compiling serde_json v1.0.108 [INFO] [stderr] Checking safe_arch v0.7.1 [INFO] [stderr] Checking clap_builder v4.4.11 [INFO] [stderr] Compiling im v15.1.0 [INFO] [stderr] Compiling smartstring v1.0.1 [INFO] [stderr] Checking tracing v0.1.40 [INFO] [stderr] Compiling ahash v0.8.6 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Checking winnow v0.5.30 [INFO] [stderr] Checking itertools v0.10.5 [INFO] [stderr] Checking wide v0.7.13 [INFO] [stderr] Checking encoding_rs v0.8.33 [INFO] [stderr] Checking idna v0.5.0 [INFO] [stderr] Checking zerocopy v0.7.32 [INFO] [stderr] Checking http-body v0.4.6 [INFO] [stderr] Checking smallvec v1.11.2 [INFO] [stderr] Checking owo-colors v3.5.0 [INFO] [stderr] Compiling syn v2.0.42 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Checking getrandom v0.2.11 [INFO] [stderr] Checking mio v0.8.10 [INFO] [stderr] Checking socket2 v0.5.5 [INFO] [stderr] Checking num_cpus v1.16.0 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking rand_xoshiro v0.6.0 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking num-integer v0.1.45 [INFO] [stderr] Checking num-complex v0.4.4 [INFO] [stderr] Compiling const-random-macro v0.1.16 [INFO] [stderr] Checking tokio v1.35.1 [INFO] [stderr] Checking approx v0.5.1 [INFO] [stderr] Checking url v2.5.0 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking num-rational v0.4.1 [INFO] [stderr] Checking const-random v0.1.17 [INFO] [stderr] Compiling openssl-sys v0.9.98 [INFO] [stdout] error[E0635]: unknown feature `stdsimd` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/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] [stdout] For more information about this error, try `rustc --explain E0635`. [INFO] [stdout] [INFO] [stderr] error: could not compile `ahash` (lib) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "ce4f92b241d46e16dfb8089205d45c708f51eca9e2e0a51f6bac877db47a7297", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ce4f92b241d46e16dfb8089205d45c708f51eca9e2e0a51f6bac877db47a7297", kill_on_drop: false }` [INFO] [stdout] ce4f92b241d46e16dfb8089205d45c708f51eca9e2e0a51f6bac877db47a7297