[INFO] cloning repository https://github.com/BulsonJ/Breakout
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/BulsonJ/Breakout" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBulsonJ%2FBreakout", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBulsonJ%2FBreakout'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 72bbfe0f4cf077303308c6669de53d28ca6249c3
[INFO] checking BulsonJ/Breakout against try#0bdee9e879c87b7211d316e9152109cfd46c576b for pr-150097
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBulsonJ%2FBreakout" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/BulsonJ/Breakout
[INFO] finished tweaking git repo https://github.com/BulsonJ/Breakout
[INFO] tweaked toml for git repo https://github.com/BulsonJ/Breakout written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/BulsonJ/Breakout on toolchain 0bdee9e879c87b7211d316e9152109cfd46c576b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0bdee9e879c87b7211d316e9152109cfd46c576b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/BulsonJ/Breakout 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" "+0bdee9e879c87b7211d316e9152109cfd46c576b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0bdee9e879c87b7211d316e9152109cfd46c576b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b2403ba732372bbc676134e5d24dfd95353424a770cb35d8a63e5645b852653f
[INFO] running `Command { std: "docker" "start" "-a" "b2403ba732372bbc676134e5d24dfd95353424a770cb35d8a63e5645b852653f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b2403ba732372bbc676134e5d24dfd95353424a770cb35d8a63e5645b852653f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b2403ba732372bbc676134e5d24dfd95353424a770cb35d8a63e5645b852653f", kill_on_drop: false }`
[INFO] [stdout] b2403ba732372bbc676134e5d24dfd95353424a770cb35d8a63e5645b852653f
[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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0bdee9e879c87b7211d316e9152109cfd46c576b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 281fc89f077aa162836f7acfe7a17ec4246bb4b5a8d1b3178e0caab3901ae7e5
[INFO] running `Command { std: "docker" "start" "-a" "281fc89f077aa162836f7acfe7a17ec4246bb4b5a8d1b3178e0caab3901ae7e5", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.134
[INFO] [stderr]     Checking once_cell v1.15.0
[INFO] [stderr]    Compiling quad-snd v0.2.5
[INFO] [stderr]    Compiling miniquad v0.3.13
[INFO] [stderr]     Checking miniz_oxide v0.5.4
[INFO] [stderr]     Checking bytemuck v1.12.1
[INFO] [stderr]     Checking bumpalo v3.11.0
[INFO] [stderr]     Checking audrey v0.3.0
[INFO] [stderr]     Checking flate2 v1.0.24
[INFO] [stderr]     Checking png v0.17.6
[INFO] [stderr]     Checking getrandom v0.2.7
[INFO] [stderr]     Checking quad-alsa-sys v0.3.2
[INFO] [stderr]     Checking ahash v0.7.6
[INFO] [stdout] error[E0635]: unknown feature `stdsimd`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.7.6/src/lib.rs:33:42
[INFO] [stdout]    |
[INFO] [stdout] 33 | #![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" "281fc89f077aa162836f7acfe7a17ec4246bb4b5a8d1b3178e0caab3901ae7e5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "281fc89f077aa162836f7acfe7a17ec4246bb4b5a8d1b3178e0caab3901ae7e5", kill_on_drop: false }`
[INFO] [stdout] 281fc89f077aa162836f7acfe7a17ec4246bb4b5a8d1b3178e0caab3901ae7e5
