[INFO] cloning repository https://github.com/lachrimae/dino-fight
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lachrimae/dino-fight" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flachrimae%2Fdino-fight", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flachrimae%2Fdino-fight'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5aa24e06f6aee9af0be81a2e4ae23fbea78c856c
[INFO] checking lachrimae/dino-fight against 65c7d39f9c2b9d5c316725cb48fa3d360c64c663 for pr-161253
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flachrimae%2Fdino-fight" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/lachrimae/dino-fight
[INFO] finished tweaking git repo https://github.com/lachrimae/dino-fight
[INFO] tweaked toml for git repo https://github.com/lachrimae/dino-fight written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/lachrimae/dino-fight on toolchain 65c7d39f9c2b9d5c316725cb48fa3d360c64c663
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+65c7d39f9c2b9d5c316725cb48fa3d360c64c663" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/lachrimae/dino-fight 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" "+65c7d39f9c2b9d5c316725cb48fa3d360c64c663" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `dino-fight` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 89cee835f37708519776724242a9ac8c02f10bf4c98b56c2679249a48d6ea105
[INFO] running `Command { std: "docker" "start" "89cee835f37708519776724242a9ac8c02f10bf4c98b56c2679249a48d6ea105", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "89cee835f37708519776724242a9ac8c02f10bf4c98b56c2679249a48d6ea105", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "89cee835f37708519776724242a9ac8c02f10bf4c98b56c2679249a48d6ea105" "/opt/rustwide/cargo-home/bin/cargo" "+65c7d39f9c2b9d5c316725cb48fa3d360c64c663" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "89cee835f37708519776724242a9ac8c02f10bf4c98b56c2679249a48d6ea105", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "89cee835f37708519776724242a9ac8c02f10bf4c98b56c2679249a48d6ea105" "/opt/rustwide/cargo-home/bin/cargo" "+65c7d39f9c2b9d5c316725cb48fa3d360c64c663" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `dino-fight` (manifest) generated 1 warning
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling libc v0.2.101
[INFO] [stderr]    Compiling proc-macro2 v1.0.28
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling syn v1.0.75
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling libm v0.2.1
[INFO] [stderr]    Compiling serde_derive v1.0.130
[INFO] [stderr]    Compiling serde v1.0.130
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]     Checking byteorder v1.4.3
[INFO] [stderr]     Checking cfg-if v0.1.10
[INFO] [stderr]    Compiling cc v1.0.69
[INFO] [stderr]     Checking scopeguard v1.1.0
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling pkg-config v0.3.19
[INFO] [stderr]    Compiling maybe-uninit v2.0.0
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling proc-macro2 v0.4.30
[INFO] [stderr]    Compiling crossbeam-utils v0.8.5
[INFO] [stderr]    Compiling unicode-xid v0.1.0
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.5
[INFO] [stderr]    Compiling rayon-core v1.9.1
[INFO] [stderr]    Compiling semver-parser v0.7.0
[INFO] [stderr]    Compiling semver v0.9.0
[INFO] [stderr]     Checking either v1.6.1
[INFO] [stderr]     Checking gimli v0.25.0
[INFO] [stderr]     Checking adler v1.0.2
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling memoffset v0.6.4
[INFO] [stderr]    Compiling crossbeam-utils v0.7.2
[INFO] [stderr]    Compiling rayon v1.5.1
[INFO] [stderr]    Compiling rustc_version v0.2.3
[INFO] [stderr]    Compiling miniz_oxide v0.4.4
[INFO] [stderr]     Checking rustc-demangle v0.1.21
[INFO] [stderr]     Checking adler32 v1.2.0
[INFO] [stderr]    Compiling num-rational v0.2.4
[INFO] [stderr]     Checking crossbeam-channel v0.5.1
[INFO] [stderr]    Compiling memoffset v0.5.6
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]    Compiling quote v0.6.13
[INFO] [stderr]    Compiling crossbeam-epoch v0.8.2
[INFO] [stderr]    Compiling backtrace v0.3.61
[INFO] [stderr]    Compiling num-iter v0.1.42
[INFO] [stderr]    Compiling xml-rs v0.8.4
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]     Checking stb_truetype v0.3.1
[INFO] [stderr]     Checking libloading v0.6.7
[INFO] [stderr]     Checking linked-hash-map v0.5.4
[INFO] [stderr]    Compiling version_check v0.9.3
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]    Compiling num-derive v0.2.5
[INFO] [stderr]     Checking object v0.26.2
[INFO] [stderr]    Compiling nix v0.14.1
[INFO] [stderr]     Checking rustc-hash v1.1.0
[INFO] [stderr]     Checking dlib v0.4.2
[INFO] [stderr]     Checking fxhash v0.2.1
[INFO] [stderr]     Checking lock_api v0.3.4
[INFO] [stderr]     Checking atom v0.3.6
[INFO] [stderr]     Checking crossbeam-deque v0.8.1
[INFO] [stderr]     Checking lzw v0.10.0
[INFO] [stderr]     Checking void v1.0.2
[INFO] [stderr]     Checking color_quant v1.1.0
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]     Checking wayland-sys v0.21.13
[INFO] [stderr]     Checking deflate v0.7.20
[INFO] [stderr]     Checking inflate v0.4.5
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]    Compiling parking_lot_core v0.6.2
[INFO] [stderr]    Compiling failure_derive v0.1.8
[INFO] [stderr]     Checking approx v0.3.2
[INFO] [stderr]     Checking ordered-float v1.1.1
[INFO] [stderr]     Checking walkdir v2.3.2
[INFO] [stderr]     Checking num_cpus v1.13.0
[INFO] [stderr]     Checking crossbeam-deque v0.7.4
[INFO] [stderr]     Checking downcast-rs v1.2.0
[INFO] [stderr]     Checking line_drawing v0.7.0
[INFO] [stderr]     Checking gif v0.10.3
[INFO] [stderr]    Compiling parking_lot v0.9.0
[INFO] [stderr]    Compiling wayland-scanner v0.21.13
[INFO] [stderr]    Compiling x11-dl v2.18.5
[INFO] [stderr]     Checking xdg v2.2.0
[INFO] [stderr]     Checking scoped_threadpool v0.1.9
[INFO] [stderr]     Checking rusttype v0.8.3
[INFO] [stderr]     Checking png v0.14.1
[INFO] [stderr]     Checking memmap v0.7.0
[INFO] [stderr]     Checking crossbeam-utils v0.6.6
[INFO] [stderr]    Compiling serde_json v1.0.67
[INFO] [stderr]     Checking ppv-lite86 v0.2.10
[INFO] [stderr]     Checking raw-window-handle v0.3.3
[INFO] [stderr]     Checking percent-encoding v2.1.0
[INFO] [stderr]     Checking itoa v0.4.8
[INFO] [stderr]    Compiling autocfg v0.1.7
[INFO] [stderr]     Checking rusttype v0.7.9
[INFO] [stderr]    Compiling rand_core v0.4.2
[INFO] [stderr]    Compiling nom v5.1.2
[INFO] [stderr]    Compiling x11 v2.18.2
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking time v0.1.43
[INFO] [stderr]     Checking shared_library v0.1.9
[INFO] [stderr]    Compiling hashbrown v0.7.2
[INFO] [stderr]     Checking andrew v0.2.1
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]     Checking ash v0.29.0
[INFO] [stderr]    Compiling rand_core v0.3.1
[INFO] [stderr]     Checking raw-window-handle v0.1.2
[INFO] [stderr]    Compiling num-complex v0.2.4
[INFO] [stderr]     Checking mint v0.5.6
[INFO] [stderr]    Compiling typenum v1.13.0
[INFO] [stderr]     Checking ahash v0.3.8
[INFO] [stderr]    Compiling regex-syntax v0.6.25
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]    Compiling wayland-client v0.21.13
[INFO] [stderr]    Compiling wayland-protocols v0.21.13
[INFO] [stderr]     Checking addr2line v0.16.0
[INFO] [stderr]     Checking crossbeam-channel v0.3.9
[INFO] [stderr]     Checking arrayvec v0.5.2
[INFO] [stderr]     Checking mopa v0.2.2
[INFO] [stderr]    Compiling proc-macro-hack v0.5.19
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]     Checking crossbeam-queue v0.2.3
[INFO] [stderr]     Checking shrev v1.1.1
[INFO] [stderr]     Checking tuple_utils v0.3.0
[INFO] [stderr]     Checking rawpointer v0.2.1
[INFO] [stderr]     Checking colorful v0.2.1
[INFO] [stderr]    Compiling arrayvec v0.4.12
[INFO] [stderr]     Checking slab v0.4.4
[INFO] [stderr]     Checking matrixmultiply v0.2.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/65c7d39f9c2b9d5c316725cb48fa3d360c64c663/bin/rustc --crate-name syn --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.75/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -Z embed-metadata=no -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --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=8474ba466f274590 -C extra-filename=-5a314b1fb701ce62 --out-dir /opt/rustwide/target/debug/build/syn/5a314b1fb701ce62/out -L dependency=/opt/rustwide/target/debug/build/proc-macro2/c60faef605a2398d/out -L dependency=/opt/rustwide/target/debug/build/quote/858fe9f2b3872a73/out -L dependency=/opt/rustwide/target/debug/build/unicode-xid/9a308e948d49b175/out --extern proc_macro2=/opt/rustwide/target/debug/build/proc-macro2/c60faef605a2398d/out/libproc_macro2-c60faef605a2398d.rmeta --extern quote=/opt/rustwide/target/debug/build/quote/858fe9f2b3872a73/out/libquote-858fe9f2b3872a73.rmeta --extern unicode_xid=/opt/rustwide/target/debug/build/unicode-xid/9a308e948d49b175/out/libunicode_xid-9a308e948d49b175.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" "89cee835f37708519776724242a9ac8c02f10bf4c98b56c2679249a48d6ea105", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "89cee835f37708519776724242a9ac8c02f10bf4c98b56c2679249a48d6ea105", kill_on_drop: false }`
[INFO] [stdout] 89cee835f37708519776724242a9ac8c02f10bf4c98b56c2679249a48d6ea105
