[INFO] cloning repository https://github.com/AndreRojasMartinsson/tessera-compiler
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AndreRojasMartinsson/tessera-compiler" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAndreRojasMartinsson%2Ftessera-compiler", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAndreRojasMartinsson%2Ftessera-compiler'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 329b53d54cfa8262a135f80455fb70a77af64263
[INFO] checking AndreRojasMartinsson/tessera-compiler against try#a3a874232ae0a7586b5fbe7483c5a42e157bd62a for pr-151109
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAndreRojasMartinsson%2Ftessera-compiler" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-1-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/AndreRojasMartinsson/tessera-compiler
[INFO] finished tweaking git repo https://github.com/AndreRojasMartinsson/tessera-compiler
[INFO] tweaked toml for git repo https://github.com/AndreRojasMartinsson/tessera-compiler written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/AndreRojasMartinsson/tessera-compiler on toolchain a3a874232ae0a7586b5fbe7483c5a42e157bd62a
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a3a874232ae0a7586b5fbe7483c5a42e157bd62a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/AndreRojasMartinsson/tessera-compiler 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" "+a3a874232ae0a7586b5fbe7483c5a42e157bd62a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+a3a874232ae0a7586b5fbe7483c5a42e157bd62a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 23271ee991aaddc37aecae2e15905caa14c9b41d01799d9be8fba7b5d7358179
[INFO] running `Command { std: "docker" "start" "-a" "23271ee991aaddc37aecae2e15905caa14c9b41d01799d9be8fba7b5d7358179", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "23271ee991aaddc37aecae2e15905caa14c9b41d01799d9be8fba7b5d7358179", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "23271ee991aaddc37aecae2e15905caa14c9b41d01799d9be8fba7b5d7358179", kill_on_drop: false }`
[INFO] [stdout] 23271ee991aaddc37aecae2e15905caa14c9b41d01799d9be8fba7b5d7358179
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+a3a874232ae0a7586b5fbe7483c5a42e157bd62a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c227c5fc9a7f0c344f1ddb633d6ba60a3147260b2a9753e0a0ecf539e0a11899
[INFO] running `Command { std: "docker" "start" "-a" "c227c5fc9a7f0c344f1ddb633d6ba60a3147260b2a9753e0a0ecf539e0a11899", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling unicode-ident v1.0.14
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]    Compiling rustix v0.38.43
[INFO] [stderr]    Compiling serde_json v1.0.137
[INFO] [stderr]    Compiling gxhash v3.4.1
[INFO] [stderr]    Compiling owo-colors v4.1.0
[INFO] [stderr]    Compiling thiserror v2.0.11
[INFO] [stderr]     Checking once_cell v1.20.2
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]     Checking deranged v0.3.11
[INFO] [stderr]     Checking object v0.32.2
[INFO] [stderr]     Checking addr2line v0.21.0
[INFO] [stderr]     Checking adler2 v2.0.0
[INFO] [stderr]     Checking time-core v0.1.2
[INFO] [stderr]     Checking quick-xml v0.32.0
[INFO] [stderr]     Checking miniz_oxide v0.8.3
[INFO] [stderr]     Checking bitflags v2.8.0
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]     Checking linked-hash-map v0.5.6
[INFO] [stderr]     Checking is_ci v1.2.0
[INFO] [stderr]     Checking unicode-linebreak v0.1.5
[INFO] [stderr]     Checking yaml-rust v0.4.5
[INFO] [stdout] error: Gxhash requires aes and sse2 intrinsics. Make sure the processor supports it and build with RUSTFLAGS="-C target-cpu=native" or RUSTFLAGS="-C target-feature=+aes,+sse2".
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/gxhash-3.4.1/src/gxhash/platform/x86.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | compile_error!{"Gxhash requires aes and sse2 intrinsics. Make sure the processor supports it and build with RUSTFLAGS=\"-C target-cpu=native\" or RUSTFLAGS=\"-C target-feature=+aes,+sse2\"."}
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking supports-color v3.0.2
[INFO] [stderr]     Checking walkdir v2.5.0
[INFO] [stderr] error: could not compile `gxhash` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "c227c5fc9a7f0c344f1ddb633d6ba60a3147260b2a9753e0a0ecf539e0a11899", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c227c5fc9a7f0c344f1ddb633d6ba60a3147260b2a9753e0a0ecf539e0a11899", kill_on_drop: false }`
[INFO] [stdout] c227c5fc9a7f0c344f1ddb633d6ba60a3147260b2a9753e0a0ecf539e0a11899
