[INFO] cloning repository https://github.com/foxfriends/arena
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/foxfriends/arena" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffoxfriends%2Farena", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffoxfriends%2Farena'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8049b248f3446816fb4f1b18850a8570234655f0
[INFO] checking foxfriends/arena against master#c8a31b780d5415358566a20b94912620a3f27067 for pr-139493-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffoxfriends%2Farena" "/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/foxfriends/arena
[INFO] finished tweaking git repo https://github.com/foxfriends/arena
[INFO] tweaked toml for git repo https://github.com/foxfriends/arena written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/foxfriends/arena on toolchain c8a31b780d5415358566a20b94912620a3f27067
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c8a31b780d5415358566a20b94912620a3f27067" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/foxfriends/arena 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" "+c8a31b780d5415358566a20b94912620a3f27067" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded wat v1.0.71
[INFO] [stderr]   Downloaded xxhash-rust v0.8.13
[INFO] [stderr]   Downloaded wasmer-compiler-cranelift v4.4.0
[INFO] [stderr]   Downloaded wasm-encoder v0.32.0
[INFO] [stderr]   Downloaded wasmer-compiler v4.4.0
[INFO] [stderr]   Downloaded wasmer-vm v4.4.0
[INFO] [stderr]   Downloaded wast v64.0.0
[INFO] [stderr]   Downloaded wasmer v4.4.0
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c8a31b780d5415358566a20b94912620a3f27067" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a9dfd329cce520b27824212de5d954104d6f7279c34b3a30819307abc3e42046
[INFO] running `Command { std: "docker" "start" "-a" "a9dfd329cce520b27824212de5d954104d6f7279c34b3a30819307abc3e42046", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a9dfd329cce520b27824212de5d954104d6f7279c34b3a30819307abc3e42046", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a9dfd329cce520b27824212de5d954104d6f7279c34b3a30819307abc3e42046", kill_on_drop: false }`
[INFO] [stdout] a9dfd329cce520b27824212de5d954104d6f7279c34b3a30819307abc3e42046
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c8a31b780d5415358566a20b94912620a3f27067" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a001334aaac3e055fa10027f299a3f5caf9d3b34f8c2b7df8595252574fb073c
[INFO] running `Command { std: "docker" "start" "-a" "a001334aaac3e055fa10027f299a3f5caf9d3b34f8c2b7df8595252574fb073c", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.216
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]    Compiling indexmap v2.7.0
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling typeid v1.0.2
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]     Checking bitflags v2.6.0
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking futures-io v0.3.31
[INFO] [stderr]     Checking web-time v1.1.0
[INFO] [stderr]     Checking bytemuck v1.20.0
[INFO] [stderr]     Checking parking v2.2.1
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking bevy_ptr v0.14.2
[INFO] [stderr]     Checking ahash v0.8.11
[INFO] [stderr]    Compiling syn v2.0.90
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking async-task v4.7.1
[INFO] [stderr]     Checking smol_str v0.2.2
[INFO] [stderr]     Checking downcast-rs v1.2.1
[INFO] [stderr]     Checking fixedbitset v0.4.2
[INFO] [stderr]     Checking futures-lite v2.5.0
[INFO] [stderr]     Checking nonmax v0.5.5
[INFO] [stderr]     Checking fixedbitset v0.5.7
[INFO] [stderr]     Checking ahash v0.7.8
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling bytecheck v0.6.12
[INFO] [stderr]    Compiling target-lexicon v0.12.16
[INFO] [stderr]    Compiling cranelift-isle v0.91.1
[INFO] [stderr]    Compiling rend v0.4.2
[INFO] [stderr]     Checking simdutf8 v0.1.5
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]    Compiling cranelift-codegen-shared v0.91.1
[INFO] [stderr]    Compiling rkyv v0.7.45
[INFO] [stderr]    Compiling cranelift-codegen-meta v0.91.1
[INFO] [stderr]     Checking fxhash v0.2.1
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling corosensei v0.1.4
[INFO] [stderr]     Checking seahash v4.1.0
[INFO] [stderr]     Checking uuid v1.11.0
[INFO] [stderr]    Compiling semver v1.0.24
[INFO] [stderr]     Checking cpufeatures v0.2.16
[INFO] [stderr]     Checking cranelift-entity v0.91.1
[INFO] [stderr]     Checking regex-syntax v0.8.5
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]     Checking addr2line v0.24.2
[INFO] [stderr]     Checking miniz_oxide v0.8.2
[INFO] [stderr]     Checking lock_api v0.4.12
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking async-executor v1.13.1
[INFO] [stderr]     Checking petgraph v0.6.5
[INFO] [stderr]     Checking object v0.36.5
[INFO] [stderr]     Checking xxhash-rust v0.8.13
[INFO] [stderr]     Checking slice-group-by v0.3.1
[INFO] [stderr]     Checking overload v0.1.1
[INFO] [stderr]     Checking more-asserts v0.2.2
[INFO] [stderr]     Checking region v3.0.2
[INFO] [stderr]     Checking gimli v0.26.2
[INFO] [stderr]     Checking bevy_tasks v0.14.2
[INFO] [stderr]     Checking nu-ansi-term v0.46.0
[INFO] [stderr]     Checking cranelift-egraph v0.91.1
[INFO] [stderr]    Compiling toml_edit v0.22.22
[INFO] [stderr]     Checking regalloc2 v0.5.1
[INFO] [stderr]     Checking matchers v0.1.0
[INFO] [stderr]     Checking cranelift-bforest v0.91.1
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking memmap2 v0.6.2
[INFO] [stderr]     Checking crossbeam-queue v0.3.12
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]     Checking accesskit v0.14.0
[INFO] [stderr]     Checking bumpalo v3.16.0
[INFO] [stderr]     Checking wasmparser v0.121.2
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking shared-buffer v0.1.4
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking wasm-encoder v0.32.0
[INFO] [stderr]     Checking self_cell v1.1.0
[INFO] [stderr]     Checking raw-window-handle v0.6.2
[INFO] [stderr]    Compiling wasmer-compiler-cranelift v4.4.0
[INFO] [stderr]     Checking const-fnv1a-hash v1.1.0
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]    Compiling anyhow v1.0.94
[INFO] [stderr]     Checking wast v64.0.0
[INFO] [stderr]    Compiling bevy_macro_utils v0.14.2
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]    Compiling cranelift-codegen v0.91.1
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]    Compiling serde_derive v1.0.216
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling bevy_utils_proc_macros v0.14.2
[INFO] [stderr]    Compiling bevy_reflect_derive v0.14.2
[INFO] [stderr]    Compiling bevy_ecs_macros v0.14.2
[INFO] [stderr]    Compiling bevy_derive v0.14.2
[INFO] [stderr]    Compiling clap_derive v4.5.18
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[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/c8a31b780d5415358566a20b94912620a3f27067/bin/rustc --crate-name syn --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --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="quote"' --cfg 'feature="visit"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=cc45dc6f74563185 -C extra-filename=-aa0f357cd0331f5d --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-f77d51280df25a86.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-b19d02e79eb7f315.rmeta --extern unicode_ident=/opt/rustwide/target/debug/deps/libunicode_ident-13328ff8d6cc16fd.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "a001334aaac3e055fa10027f299a3f5caf9d3b34f8c2b7df8595252574fb073c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a001334aaac3e055fa10027f299a3f5caf9d3b34f8c2b7df8595252574fb073c", kill_on_drop: false }`
[INFO] [stdout] a001334aaac3e055fa10027f299a3f5caf9d3b34f8c2b7df8595252574fb073c
