[INFO] cloning repository https://github.com/Chidi09/spryteo
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Chidi09/spryteo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FChidi09%2Fspryteo", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FChidi09%2Fspryteo'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2a91b4ccf73f08f1c43acb0e62f36463204ccf36
[INFO] checking Chidi09/spryteo against a621e2b446eafb53c7a8569f225e0b8cc2429a68 for pr-162600
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FChidi09%2Fspryteo" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Chidi09/spryteo
[INFO] finished tweaking git repo https://github.com/Chidi09/spryteo
[INFO] tweaked toml for git repo https://github.com/Chidi09/spryteo written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Chidi09/spryteo on toolchain a621e2b446eafb53c7a8569f225e0b8cc2429a68
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Chidi09/spryteo 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" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] d0efac371d36005583f7924d43bd87eaf76bf3ed9e5ee3a495458d66e7f48a72
[INFO] running `Command { std: "docker" "start" "d0efac371d36005583f7924d43bd87eaf76bf3ed9e5ee3a495458d66e7f48a72", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d0efac371d36005583f7924d43bd87eaf76bf3ed9e5ee3a495458d66e7f48a72", 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" "d0efac371d36005583f7924d43bd87eaf76bf3ed9e5ee3a495458d66e7f48a72" "/opt/rustwide/cargo-home/bin/cargo" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d0efac371d36005583f7924d43bd87eaf76bf3ed9e5ee3a495458d66e7f48a72", 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" "d0efac371d36005583f7924d43bd87eaf76bf3ed9e5ee3a495458d66e7f48a72" "/opt/rustwide/cargo-home/bin/cargo" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]    Compiling serde_json v1.0.151
[INFO] [stderr]    Compiling ref-cast v1.0.26
[INFO] [stderr]     Checking bytemuck v1.25.2
[INFO] [stderr]    Compiling cc v1.3.0
[INFO] [stderr]    Compiling syn v3.0.2
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling zerocopy v0.8.54
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]     Checking regex-automata v0.4.16
[INFO] [stderr]    Compiling zerocopy-derive v0.8.54
[INFO] [stderr]    Compiling slotmap v1.1.1
[INFO] [stderr]     Checking core_maths v0.1.1
[INFO] [stderr]     Checking float-cmp v0.9.0
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.126
[INFO] [stderr]     Checking clap_builder v4.6.2
[INFO] [stderr]     Checking ttf-parser v0.24.1
[INFO] [stderr]     Checking strict-num v0.1.1
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]     Checking image v0.25.10
[INFO] [stderr]     Checking roxmltree v0.20.0
[INFO] [stderr]     Checking tinyvec v1.12.0
[INFO] [stderr]     Checking tiny-skia-path v0.11.4
[INFO] [stderr]     Checking futures-channel v0.3.33
[INFO] [stderr]     Checking memmap2 v0.9.11
[INFO] [stderr]     Checking kurbo v0.11.3
[INFO] [stderr]    Compiling futures-macro v0.3.33
[INFO] [stderr]     Checking fontconfig-parser v0.5.8
[INFO] [stderr]     Checking unicode-bidi-mirroring v0.3.0
[INFO] [stderr]     Checking unicode-script v0.5.8
[INFO] [stderr]     Checking unicode-ccc v0.3.0
[INFO] [stderr]    Compiling schemars_derive v1.2.1
[INFO] [stderr]     Checking futures-io v0.3.33
[INFO] [stderr]     Checking unicode-properties v0.1.4
[INFO] [stderr]     Checking png v0.17.16
[INFO] [stderr]     Checking simplecss v0.2.2
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking unicode-vo v0.1.0
[INFO] [stderr]     Checking zune-core v0.4.12
[INFO] [stderr]     Checking futures-util v0.3.33
[INFO] [stderr]     Checking svgtypes v0.15.3
[INFO] [stderr]    Compiling blake3 v1.8.5
[INFO] [stderr]     Checking xmlwriter v0.1.0
[INFO] [stderr]     Checking data-url v0.3.2
[INFO] [stderr]     Checking imagesize v0.13.0
[INFO] [stderr]     Checking pico-args v0.5.0
[INFO] [stderr]     Checking tiny-skia v0.11.4
[INFO] [stderr]     Checking zune-jpeg v0.4.21
[INFO] [stderr]     Checking plotters v0.3.7
[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/a621e2b446eafb53c7a8569f225e0b8cc2429a68/bin/rustc --crate-name syn --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --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="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --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=ea802e41593edc67 -C extra-filename=-c8f23b27374e2e7e --out-dir /opt/rustwide/target/debug/build/syn/c8f23b27374e2e7e/out -L dependency=/opt/rustwide/target/debug/build/proc-macro2/ee684499ef27f3b8/out -L dependency=/opt/rustwide/target/debug/build/unicode-ident/8c98a1a0e58216a9/out --extern proc_macro2=/opt/rustwide/target/debug/build/proc-macro2/ee684499ef27f3b8/out/libproc_macro2-ee684499ef27f3b8.rmeta --extern quote=/opt/rustwide/target/debug/build/quote/97307b84563a2c10/out/libquote-97307b84563a2c10.rmeta --extern unicode_ident=/opt/rustwide/target/debug/build/unicode-ident/8c98a1a0e58216a9/out/libunicode_ident-8c98a1a0e58216a9.rmeta --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "d0efac371d36005583f7924d43bd87eaf76bf3ed9e5ee3a495458d66e7f48a72", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d0efac371d36005583f7924d43bd87eaf76bf3ed9e5ee3a495458d66e7f48a72", kill_on_drop: false }`
[INFO] [stdout] d0efac371d36005583f7924d43bd87eaf76bf3ed9e5ee3a495458d66e7f48a72
