[INFO] cloning repository https://github.com/michalvankodev/grand-escape
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/michalvankodev/grand-escape" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmichalvankodev%2Fgrand-escape", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmichalvankodev%2Fgrand-escape'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4e76e25cfad1c69d966120231cab4924af19427a
[INFO] testing michalvankodev/grand-escape/4e76e25cfad1c69d966120231cab4924af19427a against 1.90.0 for beta-1.91-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmichalvankodev%2Fgrand-escape" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/michalvankodev/grand-escape
[INFO] finished tweaking git repo https://github.com/michalvankodev/grand-escape
[INFO] tweaked toml for git repo https://github.com/michalvankodev/grand-escape written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/michalvankodev/grand-escape on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/michalvankodev/grand-escape 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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c3839d442aa6e00bc31473bfe5c90899be984613e0d57d94a0cc4a96e537b5b8
[INFO] running `Command { std: "docker" "start" "-a" "c3839d442aa6e00bc31473bfe5c90899be984613e0d57d94a0cc4a96e537b5b8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c3839d442aa6e00bc31473bfe5c90899be984613e0d57d94a0cc4a96e537b5b8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c3839d442aa6e00bc31473bfe5c90899be984613e0d57d94a0cc4a96e537b5b8", kill_on_drop: false }`
[INFO] [stdout] c3839d442aa6e00bc31473bfe5c90899be984613e0d57d94a0cc4a96e537b5b8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 634b674c251e8148f9729903181474d31d13cb6c94276c61a0ed29eff6324aa1
[INFO] running `Command { std: "docker" "start" "-a" "634b674c251e8148f9729903181474d31d13cb6c94276c61a0ed29eff6324aa1", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_derive v1.0.154
[INFO] [stderr]    Compiling bytemuck_derive v1.4.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.39
[INFO] [stderr]    Compiling bevy_utils_proc_macros v0.10.0
[INFO] [stderr]    Compiling bevy_ecs_macros v0.10.0
[INFO] [stderr]    Compiling bevy_derive v0.10.0
[INFO] [stderr]    Compiling bevy_reflect_derive v0.10.0
[INFO] [stderr]    Compiling ash v0.37.2+1.3.238
[INFO] [stderr]    Compiling encase_derive v0.5.0
[INFO] [stderr]    Compiling scoped_threadpool v0.1.9
[INFO] [stderr]    Compiling bevy_encase_derive v0.10.0
[INFO] [stderr]    Compiling ruzstd v0.2.4
[INFO] [stderr]    Compiling bevy_render_macros v0.10.0
[INFO] [stderr]    Compiling ktx2 v0.3.0
[INFO] [stderr]    Compiling radsort v0.1.0
[INFO] [stderr]    Compiling xml-rs v0.8.4
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]    Compiling cfg_aliases v0.1.1
[INFO] [stderr]    Compiling serde_json v1.0.94
[INFO] [stderr]    Compiling wayland-scanner v0.29.5
[INFO] [stderr]    Compiling ttf-parser v0.18.1
[INFO] [stderr]    Compiling approx v0.5.1
[INFO] [stderr]    Compiling euclid v0.22.7
[INFO] [stderr]    Compiling slotmap v1.0.6
[INFO] [stderr]    Compiling ryu v1.0.13
[INFO] [stderr]    Compiling owned_ttf_parser v0.18.1
[INFO] [stderr]    Compiling percent-encoding v2.2.0
[INFO] [stderr]    Compiling itoa v1.0.6
[INFO] [stderr]    Compiling svg_fmt v0.4.1
[INFO] [stderr]    Compiling inflections v1.1.1
[INFO] [stderr]    Compiling ab_glyph_rasterizer v0.1.8
[INFO] [stderr]    Compiling accesskit v0.10.1
[INFO] [stderr]    Compiling ab_glyph v0.2.20
[INFO] [stderr]    Compiling winit v0.28.2
[INFO] [stderr]    Compiling guillotiere v0.6.2
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling encoding_rs v0.8.32
[INFO] [stderr]    Compiling gltf-derive v1.1.0
[INFO] [stderr]    Compiling rectangle-pack v0.4.2
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling xi-unicode v0.3.0
[INFO] [stderr]    Compiling glyph_brush_layout v0.2.3
[INFO] [stderr]    Compiling alsa-sys v0.3.1
[INFO] [stderr]    Compiling serde v1.0.154
[INFO] [stderr]    Compiling semver v1.0.16
[INFO] [stderr] error: could not compile `ash` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.90.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name ash --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ash-0.37.2+1.3.238/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=on --cfg 'feature="debug"' --cfg 'feature="default"' --cfg 'feature="libloading"' --cfg 'feature="loaded"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "libloading", "linked", "loaded"))' -C metadata=e377e29c03a8607b -C extra-filename=-005d9d789a880436 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern libloading=/opt/rustwide/target/debug/deps/liblibloading-b522a7f45c4329e1.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "634b674c251e8148f9729903181474d31d13cb6c94276c61a0ed29eff6324aa1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "634b674c251e8148f9729903181474d31d13cb6c94276c61a0ed29eff6324aa1", kill_on_drop: false }`
[INFO] [stdout] 634b674c251e8148f9729903181474d31d13cb6c94276c61a0ed29eff6324aa1
