[INFO] cloning repository https://github.com/ke-rust-bootcamp/05-chat
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ke-rust-bootcamp/05-chat" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fke-rust-bootcamp%2F05-chat", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fke-rust-bootcamp%2F05-chat'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f468bb4335388d71ea7242b5a206fb0f96ff3754
[INFO] checking ke-rust-bootcamp/05-chat against try#db4e1d23234d93b5e96ecc768b35d9090c32cddf for pr-149901
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fke-rust-bootcamp%2F05-chat" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ke-rust-bootcamp/05-chat
[INFO] finished tweaking git repo https://github.com/ke-rust-bootcamp/05-chat
[INFO] tweaked toml for git repo https://github.com/ke-rust-bootcamp/05-chat written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ke-rust-bootcamp/05-chat on toolchain db4e1d23234d93b5e96ecc768b35d9090c32cddf
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db4e1d23234d93b5e96ecc768b35d9090c32cddf" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ke-rust-bootcamp/05-chat 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" "+db4e1d23234d93b5e96ecc768b35d9090c32cddf" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db4e1d23234d93b5e96ecc768b35d9090c32cddf" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 30c77c2f51e35c1807fab5cd4dc838fb6d01f3d33f7a6b5dcf6daf6e01f5e571
[INFO] running `Command { std: "docker" "start" "-a" "30c77c2f51e35c1807fab5cd4dc838fb6d01f3d33f7a6b5dcf6daf6e01f5e571", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "30c77c2f51e35c1807fab5cd4dc838fb6d01f3d33f7a6b5dcf6daf6e01f5e571", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "30c77c2f51e35c1807fab5cd4dc838fb6d01f3d33f7a6b5dcf6daf6e01f5e571", kill_on_drop: false }`
[INFO] [stdout] 30c77c2f51e35c1807fab5cd4dc838fb6d01f3d33f7a6b5dcf6daf6e01f5e571
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db4e1d23234d93b5e96ecc768b35d9090c32cddf" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0a14d31424fb8f226a4b2eebe704a5369f35692916082b96a99a640c91a588c8
[INFO] running `Command { std: "docker" "start" "-a" "0a14d31424fb8f226a4b2eebe704a5369f35692916082b96a99a640c91a588c8", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.209
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]    Compiling serde_json v1.0.127
[INFO] [stderr]    Compiling syn v2.0.75
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling regex-syntax v0.8.4
[INFO] [stderr]     Checking base64ct v1.6.0
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking atomic-waker v1.1.2
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]     Checking unicode-bidi v0.3.15
[INFO] [stderr]     Checking ring v0.17.8
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]     Checking ff v0.13.0
[INFO] [stderr]    Compiling tokio v1.39.3
[INFO] [stderr]     Checking group v0.13.0
[INFO] [stderr]     Checking pem-rfc7468 v0.7.0
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling axum-core v0.4.3
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]     Checking der v0.7.9
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-bigint v0.5.5
[INFO] [stderr]    Compiling multer v3.1.0
[INFO] [stderr]    Compiling libloading v0.8.5
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]     Checking sync_wrapper v1.0.1
[INFO] [stderr]    Compiling bindgen v0.68.1
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]    Compiling iana-time-zone v0.1.60
[INFO] [stderr]     Checking hkdf v0.12.4
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]     Checking url v2.5.2
[INFO] [stderr]    Compiling chrono v0.4.38
[INFO] [stderr]     Checking spki v0.7.3
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]     Checking pkcs8 v0.10.2
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]     Checking sec1 v0.7.3
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling sct v0.7.1
[INFO] [stderr]    Compiling rustls-webpki v0.101.7
[INFO] [stderr]    Compiling axum v0.7.5
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling peeking_take_while v0.1.2
[INFO] [stderr]    Compiling unicode-properties v0.1.2
[INFO] [stderr]    Compiling lazycell v1.3.0
[INFO] [stderr]    Compiling regex-automata v0.4.7
[INFO] [stderr]     Checking elliptic-curve v0.13.8
[INFO] [stderr]    Compiling stringprep v0.1.5
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]     Checking rfc6979 v0.4.0
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]    Compiling fslock v0.2.1
[INFO] [stderr]    Compiling cmake v0.1.51
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]    Compiling whoami v1.5.1
[INFO] [stderr]     Checking ecdsa v0.16.9
[INFO] [stderr]     Checking miniz_oxide v0.8.0
[INFO] [stderr]     Checking primeorder v0.13.6
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking headers-core v0.3.0
[INFO] [stderr]     Checking ct-codecs v1.1.1
[INFO] [stderr]     Checking blake2b_simd v1.0.2
[INFO] [stderr]     Checking k256 v0.13.3
[INFO] [stderr]     Checking headers v0.4.0
[INFO] [stderr]     Checking hmac-sha512 v1.1.5
[INFO] [stderr]     Checking p384 v0.13.0
[INFO] [stderr]     Checking p256 v0.13.2
[INFO] [stderr]     Checking hmac-sha256 v1.1.7
[INFO] [stderr]     Checking ed25519-compact v2.1.1
[INFO] [stderr]     Checking flate2 v1.0.32
[INFO] [stderr]     Checking coarsetime v0.1.34
[INFO] [stderr]     Checking hmac-sha1-compact v1.1.4
[INFO] [stderr]     Checking binstring v0.1.1
[INFO] [stderr]    Compiling adler2 v2.0.0
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]    Compiling crc32fast v1.4.2
[INFO] [stderr]     Checking thread_local v1.1.8
[INFO] [stderr]     Checking unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]     Checking rustls-pki-types v1.8.0
[INFO] [stderr]     Checking rust-embed-utils v8.5.0
[INFO] [stderr]     Checking csv-core v0.1.11
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling tempfile v3.12.0
[INFO] [stderr]    Compiling rustls v0.23.12
[INFO] [stderr]     Checking rustls-webpki v0.102.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/db4e1d23234d93b5e96ecc768b35d9090c32cddf/bin/rustc --crate-name syn --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.75/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="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=ce9184a9a8bdb97a -C extra-filename=-4f0cc6a6f6801f7d --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-4861c8d2d9938960.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-04a47ed96ea1327e.rmeta --extern unicode_ident=/opt/rustwide/target/debug/deps/libunicode_ident-f2de522ba645d884.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" "0a14d31424fb8f226a4b2eebe704a5369f35692916082b96a99a640c91a588c8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0a14d31424fb8f226a4b2eebe704a5369f35692916082b96a99a640c91a588c8", kill_on_drop: false }`
[INFO] [stdout] 0a14d31424fb8f226a4b2eebe704a5369f35692916082b96a99a640c91a588c8
