[INFO] cloning repository https://github.com/BlackPhlox/bevy_snippets
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/BlackPhlox/bevy_snippets" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBlackPhlox%2Fbevy_snippets", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBlackPhlox%2Fbevy_snippets'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6bf54f89ea20defee5def58534239c3642e54f42
[INFO] testing BlackPhlox/bevy_snippets against master#1ef7943ee607160a564655b6596f83670ef95df5 for pr-146098-6
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBlackPhlox%2Fbevy_snippets" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/BlackPhlox/bevy_snippets
[INFO] finished tweaking git repo https://github.com/BlackPhlox/bevy_snippets
[INFO] tweaked toml for git repo https://github.com/BlackPhlox/bevy_snippets written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/BlackPhlox/bevy_snippets on toolchain 1ef7943ee607160a564655b6596f83670ef95df5
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/BlackPhlox/bevy_snippets 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" "+1ef7943ee607160a564655b6596f83670ef95df5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 622d106ce30f76466ae6003b282415f8b70bb39cb069ccf3b465118dbeab9838
[INFO] running `Command { std: "docker" "start" "-a" "622d106ce30f76466ae6003b282415f8b70bb39cb069ccf3b465118dbeab9838", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "622d106ce30f76466ae6003b282415f8b70bb39cb069ccf3b465118dbeab9838", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "622d106ce30f76466ae6003b282415f8b70bb39cb069ccf3b465118dbeab9838", kill_on_drop: false }`
[INFO] [stdout] 622d106ce30f76466ae6003b282415f8b70bb39cb069ccf3b465118dbeab9838
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 00e3bded4344665ae872156f8b5a836043dd99a550f16e0cd0dc1b5bd60dfcc8
[INFO] running `Command { std: "docker" "start" "-a" "00e3bded4344665ae872156f8b5a836043dd99a550f16e0cd0dc1b5bd60dfcc8", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.115
[INFO] [stderr]    Compiling toml v0.5.8
[INFO] [stderr]    Compiling async-task v4.1.0
[INFO] [stderr]    Compiling thread_local v1.1.4
[INFO] [stderr]    Compiling serde_derive v1.0.136
[INFO] [stderr]    Compiling thiserror-impl v1.0.30
[INFO] [stderr]    Compiling bytemuck_derive v1.0.1
[INFO] [stderr]    Compiling tracing-attributes v0.1.18
[INFO] [stderr]    Compiling serde_json v1.0.78
[INFO] [stderr]    Compiling x11-dl v2.19.1
[INFO] [stderr]    Compiling euclid v0.22.6
[INFO] [stderr]    Compiling owned_ttf_parser v0.14.0
[INFO] [stderr]    Compiling libudev-sys v0.1.4
[INFO] [stderr]    Compiling approx v0.5.1
[INFO] [stderr]    Compiling libm v0.1.4
[INFO] [stderr]    Compiling async-executor v1.4.1
[INFO] [stderr]    Compiling svg_fmt v0.4.1
[INFO] [stderr]    Compiling ab_glyph_rasterizer v0.1.5
[INFO] [stderr]    Compiling ryu v1.0.9
[INFO] [stderr]    Compiling inflections v1.1.1
[INFO] [stderr]    Compiling cpal v0.13.4
[INFO] [stderr]    Compiling tinyvec v1.5.1
[INFO] [stderr]    Compiling ab_glyph v0.2.13
[INFO] [stderr]    Compiling xi-unicode v0.3.0
[INFO] [stderr]    Compiling winit v0.26.1
[INFO] [stderr]    Compiling rectangle-pack v0.4.2
[INFO] [stderr]    Compiling gltf-derive v0.16.0
[INFO] [stderr]    Compiling strum_macros v0.21.1
[INFO] [stderr]    Compiling glyph_brush_layout v0.2.3
[INFO] [stderr]    Compiling strum v0.21.0
[INFO] [stderr]    Compiling getrandom v0.2.4
[INFO] [stderr]    Compiling bytemuck v1.7.3
[INFO] [stderr]    Compiling guillotiere v0.6.2
[INFO] [stderr]    Compiling uuid v0.8.2
[INFO] [stderr]    Compiling image v0.23.14
[INFO] [stderr]    Compiling stretch v0.3.2
[INFO] [stderr]    Compiling tracing v0.1.29
[INFO] [stderr]    Compiling thiserror v1.0.30
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling inotify-sys v0.1.5
[INFO] [stderr]    Compiling mio v0.7.14
[INFO] [stderr]    Compiling filetime v0.2.15
[INFO] [stderr]    Compiling khronos-egl v4.1.0
[INFO] [stderr]    Compiling nix v0.20.0
[INFO] [stderr]    Compiling alsa-sys v0.3.1
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling bevy_tasks v0.6.0
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling inotify v0.9.6
[INFO] [stderr]    Compiling nix v0.23.1
[INFO] [stderr]    Compiling lewton v0.10.2
[INFO] [stderr]    Compiling mio v0.8.0
[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] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling notify v5.0.0-pre.11
[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" "00e3bded4344665ae872156f8b5a836043dd99a550f16e0cd0dc1b5bd60dfcc8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "00e3bded4344665ae872156f8b5a836043dd99a550f16e0cd0dc1b5bd60dfcc8", kill_on_drop: false }`
[INFO] [stdout] 00e3bded4344665ae872156f8b5a836043dd99a550f16e0cd0dc1b5bd60dfcc8
