[INFO] cloning repository https://github.com/prx0r/llmdeals
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/prx0r/llmdeals" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fprx0r%2Fllmdeals", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fprx0r%2Fllmdeals'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5a6a9072aafa15142bf559ca5c31c496785fd05a
[INFO] checking prx0r/llmdeals against eca445e5ae4a6679cc27d3a09106ce245e13a5a6 for pr-162478
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fprx0r%2Fllmdeals" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] [stderr] Updating files:  77% (1312/1691)
Updating files:  78% (1319/1691)
Updating files:  79% (1336/1691)
Updating files:  80% (1353/1691)
Updating files:  81% (1370/1691)
Updating files:  82% (1387/1691)
Updating files:  83% (1404/1691)
Updating files:  84% (1421/1691)
Updating files:  85% (1438/1691)
Updating files:  86% (1455/1691)
Updating files:  87% (1472/1691)
Updating files:  87% (1478/1691)
Updating files:  88% (1489/1691)
Updating files:  89% (1505/1691)
Updating files:  90% (1522/1691)
Updating files:  91% (1539/1691)
Updating files:  92% (1556/1691)
Updating files:  92% (1568/1691)
Updating files:  93% (1573/1691)
Updating files:  94% (1590/1691)
Updating files:  95% (1607/1691)
Updating files:  96% (1624/1691)
Updating files:  97% (1641/1691)
Updating files:  98% (1658/1691)
Updating files:  99% (1675/1691)
Updating files: 100% (1691/1691)
Updating files: 100% (1691/1691), done.
[INFO] started tweaking git repo https://github.com/prx0r/llmdeals
[INFO] finished tweaking git repo https://github.com/prx0r/llmdeals
[INFO] tweaked toml for git repo https://github.com/prx0r/llmdeals written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/prx0r/llmdeals on toolchain eca445e5ae4a6679cc27d3a09106ce245e13a5a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/prx0r/llmdeals 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" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded humantime v2.4.0
[INFO] [stderr]   Downloaded actix-server v2.8.0
[INFO] [stderr]   Downloaded bytestring v1.5.1
[INFO] [stderr]   Downloaded impl-more v0.3.5
[INFO] [stderr]   Downloaded actix-rt v2.12.0
[INFO] [stderr]   Downloaded actix-files v0.6.10
[INFO] [stderr]   Downloaded actix-cors v0.7.1
[INFO] [stderr]   Downloaded actix-http v3.13.3
[INFO] [stderr]   Downloaded actix-web v4.15.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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] 4f4f288ce4ebc3f5817a8067b1238ca99996a13e1494480dddb138a99bb04fd2
[INFO] running `Command { std: "docker" "start" "4f4f288ce4ebc3f5817a8067b1238ca99996a13e1494480dddb138a99bb04fd2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4f4f288ce4ebc3f5817a8067b1238ca99996a13e1494480dddb138a99bb04fd2", 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" "4f4f288ce4ebc3f5817a8067b1238ca99996a13e1494480dddb138a99bb04fd2" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4f4f288ce4ebc3f5817a8067b1238ca99996a13e1494480dddb138a99bb04fd2", 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" "4f4f288ce4ebc3f5817a8067b1238ca99996a13e1494480dddb138a99bb04fd2" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking smallvec v1.15.2
[INFO] [stderr]     Checking log v0.4.34
[INFO] [stderr]     Checking bytes v1.12.1
[INFO] [stderr]     Checking futures-core v0.3.34
[INFO] [stderr]    Compiling syn v3.0.3
[INFO] [stderr]     Checking hybrid-array v0.4.14
[INFO] [stderr]     Checking futures-sink v0.3.34
[INFO] [stderr]     Checking aho-corasick v1.1.5
[INFO] [stderr]    Compiling cc v1.4.4
[INFO] [stderr]    Compiling serde v1.0.229
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]     Checking futures-task v0.3.34
[INFO] [stderr]     Checking alloc-stdlib v0.2.4
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling num-conv v0.2.2
[INFO] [stderr]    Compiling zerocopy v0.8.56
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking futures-util v0.3.34
[INFO] [stderr]     Checking simd-adler32 v0.3.10
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]     Checking mio v1.2.2
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling time-core v0.1.9
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]     Checking bytestring v1.5.1
[INFO] [stderr]    Compiling time-macros v0.2.32
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking brotli-decompressor v5.0.3
[INFO] [stderr]     Checking actix-service v2.0.3
[INFO] [stderr]     Checking actix-utils v3.0.1
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]     Checking tokio v1.53.1
[INFO] [stderr]    Compiling cookie v0.16.2
[INFO] [stderr]     Checking regex-automata v0.4.18
[INFO] [stderr]    Compiling regex-lite v0.1.9
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]     Checking crypto-common v0.2.2
[INFO] [stderr]     Checking block-buffer v0.12.1
[INFO] [stderr]     Checking local-channel v0.1.5
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]    Compiling unicase v2.9.0
[INFO] [stderr]     Checking foldhash v0.2.0
[INFO] [stderr]     Checking brotli v8.0.4
[INFO] [stderr]     Checking time v0.3.55
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]     Checking serde_json v1.0.151
[INFO] [stderr]    Compiling actix-macros v0.2.4
[INFO] [stderr]    Compiling v_htmlescape v0.15.8
[INFO] [stderr] error: could not compile `futures-util` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/eca445e5ae4a6679cc27d3a09106ce245e13a5a6/bin/rustc --crate-name futures_util --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "libc", "memchr", "portable-atomic", "portable-atomic-alloc", "portable-atomic-util", "portable_atomic_crate", "sink", "slab", "spin", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=87bb6441ce24f18e -C extra-filename=-ce52eb53e55db574 --out-dir /opt/rustwide/target/debug/build/futures-util/ce52eb53e55db574/out --extern futures_core=/opt/rustwide/target/debug/build/futures-core/e61316190f86a7bd/out/libfutures_core-e61316190f86a7bd.rmeta --extern futures_task=/opt/rustwide/target/debug/build/futures-task/e6dcbbfe3a416c43/out/libfutures_task-e6dcbbfe3a416c43.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/build/pin-project-lite/7176d3be2b7ee2e1/out/libpin_project_lite-7176d3be2b7ee2e1.rmeta --extern slab=/opt/rustwide/target/debug/build/slab/101f873bca723251/out/libslab-101f873bca723251.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] [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/eca445e5ae4a6679cc27d3a09106ce245e13a5a6/bin/rustc --crate-name syn --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-3.0.3/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="extra-traits"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --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=ac8b6f5f773e21cd -C extra-filename=-189c81a7cef948ce --out-dir /opt/rustwide/target/debug/build/syn/189c81a7cef948ce/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] running `Command { std: "docker" "inspect" "4f4f288ce4ebc3f5817a8067b1238ca99996a13e1494480dddb138a99bb04fd2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4f4f288ce4ebc3f5817a8067b1238ca99996a13e1494480dddb138a99bb04fd2", kill_on_drop: false }`
[INFO] [stdout] 4f4f288ce4ebc3f5817a8067b1238ca99996a13e1494480dddb138a99bb04fd2
