[INFO] cloning repository https://github.com/tyoeer/vessel
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tyoeer/vessel" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftyoeer%2Fvessel", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftyoeer%2Fvessel'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7de2154961fc54f98d3971c29ea3ebaa0c08eede
[INFO] checking tyoeer/vessel against try#3a4cb0edb4040379c037e06efeb5409e44be7b77 for pr-146377
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftyoeer%2Fvessel" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/tyoeer/vessel
[INFO] finished tweaking git repo https://github.com/tyoeer/vessel
[INFO] tweaked toml for git repo https://github.com/tyoeer/vessel written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/tyoeer/vessel on toolchain 3a4cb0edb4040379c037e06efeb5409e44be7b77
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3a4cb0edb4040379c037e06efeb5409e44be7b77" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/tyoeer/vessel 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" "+3a4cb0edb4040379c037e06efeb5409e44be7b77" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+3a4cb0edb4040379c037e06efeb5409e44be7b77" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3dad3292f989f8ab9f8b7e6ab24048bbc623c5945bae43eb9966ede17d96c4a7
[INFO] running `Command { std: "docker" "start" "-a" "3dad3292f989f8ab9f8b7e6ab24048bbc623c5945bae43eb9966ede17d96c4a7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3dad3292f989f8ab9f8b7e6ab24048bbc623c5945bae43eb9966ede17d96c4a7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3dad3292f989f8ab9f8b7e6ab24048bbc623c5945bae43eb9966ede17d96c4a7", kill_on_drop: false }`
[INFO] [stdout] 3dad3292f989f8ab9f8b7e6ab24048bbc623c5945bae43eb9966ede17d96c4a7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+3a4cb0edb4040379c037e06efeb5409e44be7b77" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4172510b88bfb1c1179fbfeaebb09000169c2e4454bc53a31714fc82467b1f5d
[INFO] running `Command { std: "docker" "start" "-a" "4172510b88bfb1c1179fbfeaebb09000169c2e4454bc53a31714fc82467b1f5d", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling unicode-ident v1.0.14
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]     Checking pin-project-lite v0.2.16
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling winnow v0.6.22
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]     Checking foldhash v0.1.4
[INFO] [stderr]     Checking allocator-api2 v0.2.21
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling syn v2.0.95
[INFO] [stderr]    Compiling indexmap v2.7.0
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]     Checking event-listener v5.3.1
[INFO] [stderr]     Checking fastrand v2.3.0
[INFO] [stderr]    Compiling uuid v1.11.0
[INFO] [stderr]     Checking const-random v0.1.18
[INFO] [stderr]    Compiling toml_edit v0.22.22
[INFO] [stderr]     Checking futures-lite v2.5.0
[INFO] [stderr]     Checking event-listener-strategy v0.5.3
[INFO] [stderr]     Checking bevy_ptr v0.15.1
[INFO] [stderr]     Checking async-channel v2.3.1
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]     Checking libloading v0.8.6
[INFO] [stderr]    Compiling naga v23.1.0
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking crossbeam-channel v0.5.14
[INFO] [stderr]    Compiling cc v1.2.7
[INFO] [stderr]     Checking miniz_oxide v0.8.2
[INFO] [stderr]     Checking async-executor v1.13.1
[INFO] [stderr]     Checking piper v0.2.4
[INFO] [stderr]     Checking tinyvec v1.8.1
[INFO] [stderr]     Checking ash v0.38.0+1.3.281
[INFO] [stderr]     Checking blocking v1.6.1
[INFO] [stderr]     Checking bevy_tasks v0.15.1
[INFO] [stderr]     Checking khronos-egl v6.0.0
[INFO] [stderr]     Checking flate2 v1.0.35
[INFO] [stderr]     Checking fdeflate v0.3.7
[INFO] [stderr]     Checking async-lock v3.4.0
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking png v0.17.16
[INFO] [stderr]     Checking const_panic v0.2.11
[INFO] [stderr]     Checking sysinfo v0.32.1
[INFO] [stderr]     Checking async-fs v2.1.2
[INFO] [stderr]    Compiling rustix v0.38.42
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking dlib v0.5.2
[INFO] [stderr]    Compiling winit v0.30.8
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking rayon-core v1.12.1
[INFO] [stderr]     Checking x11-dl v2.21.0
[INFO] [stderr]     Checking svg_fmt v0.4.4
[INFO] [stderr]    Compiling serde_json v1.0.135
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking guillotiere v0.6.2
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking alsa-sys v0.3.1
[INFO] [stderr]     Checking inotify-sys v0.1.5
[INFO] [stderr]     Checking memmap2 v0.9.5
[INFO] [stderr]     Checking fontdb v0.16.2
[INFO] [stderr]    Compiling bevy_macro_utils v0.15.1
[INFO] [stderr]    Compiling encase_derive_impl v0.10.0
[INFO] [stderr] error: could not compile `syn` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/3a4cb0edb4040379c037e06efeb5409e44be7b77/bin/rustc --crate-name syn --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.95/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 debug-assertions=on --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=dcc2074c9270ae3c -C extra-filename=-2121b37c0eb31631 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-6210b1f972412694.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-0fcd378e6df1ca9b.rmeta --extern unicode_ident=/opt/rustwide/target/debug/deps/libunicode_ident-32cc3732e8057752.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[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/3a4cb0edb4040379c037e06efeb5409e44be7b77/bin/rustc --crate-name ash --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ash-0.38.0+1.3.281/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -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"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "libloading", "linked", "loaded", "std"))' -C metadata=fd8ba4f91ca5c62e -C extra-filename=-d8f539ba5fd20bac --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern libloading=/opt/rustwide/target/debug/deps/liblibloading-801a96e898696f93.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "4172510b88bfb1c1179fbfeaebb09000169c2e4454bc53a31714fc82467b1f5d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4172510b88bfb1c1179fbfeaebb09000169c2e4454bc53a31714fc82467b1f5d", kill_on_drop: false }`
[INFO] [stdout] 4172510b88bfb1c1179fbfeaebb09000169c2e4454bc53a31714fc82467b1f5d
