[INFO] cloning repository https://github.com/texel-sensei/commit-lsp
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/texel-sensei/commit-lsp" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftexel-sensei%2Fcommit-lsp", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftexel-sensei%2Fcommit-lsp'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e8bb5671bc7f28b3c36e60353379ea357ded93e8
[INFO] checking texel-sensei/commit-lsp against e977a0b5ab976a591981e7263bd67a71a4f79308 for pr-158914
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftexel-sensei%2Fcommit-lsp" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/texel-sensei/commit-lsp
[INFO] finished tweaking git repo https://github.com/texel-sensei/commit-lsp
[INFO] tweaked toml for git repo https://github.com/texel-sensei/commit-lsp written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/texel-sensei/commit-lsp on toolchain e977a0b5ab976a591981e7263bd67a71a4f79308
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e977a0b5ab976a591981e7263bd67a71a4f79308" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/texel-sensei/commit-lsp 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" "+e977a0b5ab976a591981e7263bd67a71a4f79308" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 0af86a0604aaccda96b00623653e88110ddafe0ee2bad585a008c025bb3dd135
[INFO] running `Command { std: "docker" "start" "0af86a0604aaccda96b00623653e88110ddafe0ee2bad585a008c025bb3dd135", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0af86a0604aaccda96b00623653e88110ddafe0ee2bad585a008c025bb3dd135", 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" "0af86a0604aaccda96b00623653e88110ddafe0ee2bad585a008c025bb3dd135" "/opt/rustwide/cargo-home/bin/cargo" "+e977a0b5ab976a591981e7263bd67a71a4f79308" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0af86a0604aaccda96b00623653e88110ddafe0ee2bad585a008c025bb3dd135", 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" "0af86a0604aaccda96b00623653e88110ddafe0ee2bad585a008c025bb3dd135" "/opt/rustwide/cargo-home/bin/cargo" "+e977a0b5ab976a591981e7263bd67a71a4f79308" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]     Checking smallvec v1.14.0
[INFO] [stderr]     Checking once_cell v1.21.2
[INFO] [stderr]    Compiling cc v1.2.17
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]     Checking indexmap v2.8.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking rustls-pki-types v1.11.0
[INFO] [stderr]    Compiling openssl v0.10.71
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling rustls v0.23.25
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]     Checking zeroize v1.8.1
[INFO] [stderr]    Compiling rustversion v1.0.20
[INFO] [stderr]     Checking icu_normalizer v1.5.0
[INFO] [stderr]     Checking anstyle-parse v0.2.6
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]     Checking webpki-roots v0.26.8
[INFO] [stderr]     Checking anstyle-query v1.1.2
[INFO] [stderr]     Checking anstyle v1.0.10
[INFO] [stderr]     Checking colorchoice v1.0.3
[INFO] [stderr]     Checking iana-time-zone v0.1.62
[INFO] [stderr]     Checking rustls-pemfile v2.2.0
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking serde_spanned v0.6.8
[INFO] [stderr]     Checking chrono v0.4.40
[INFO] [stderr]     Checking anstream v0.6.18
[INFO] [stderr]     Checking toml_datetime v0.6.8
[INFO] [stderr]    Compiling combine v4.6.7
[INFO] [stderr]    Compiling async-trait v0.1.88
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]     Checking idna_adapter v1.2.0
[INFO] [stderr]     Checking winnow v0.7.4
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking socket2 v0.5.8
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]     Checking pin-project v1.1.10
[INFO] [stderr]     Checking winnow v0.6.26
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking clap_lex v0.7.4
[INFO] [stderr]     Checking tokio v1.44.1
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking clap_builder v4.5.34
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking lsp-types v0.94.1
[INFO] [stderr]     Checking dirs-sys v0.4.1
[INFO] [stderr]     Checking dashmap v5.5.3
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]    Compiling openssl-sys v0.9.106
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking thiserror v2.0.12
[INFO] [stderr]     Checking thread_local v1.1.8
[INFO] [stderr]    Compiling clap_derive v4.5.32
[INFO] [stderr]    Compiling auto_impl v1.2.1
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stderr]     Checking toml_edit v0.22.24
[INFO] [stderr]    Compiling tower-lsp-macros v0.9.0
[INFO] [stderr] error: could not compile `combine` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/e977a0b5ab976a591981e7263bd67a71a4f79308/bin/rustc --crate-name combine --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/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="alloc"' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bytes", "bytes_05", "default", "futures-03", "futures-core-03", "futures-io-03", "mp4", "pin-project", "pin-project-lite", "regex", "std", "tokio", "tokio-02", "tokio-02-dep", "tokio-03", "tokio-03-dep", "tokio-dep", "tokio-util"))' -C metadata=03f4aaa6b6e22b92 -C extra-filename=-0e57645e363d0312 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-1e0f2c5263ca78fd.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-385abaa02608ee6d.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `serde` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/e977a0b5ab976a591981e7263bd67a71a4f79308/bin/rustc --crate-name serde --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/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="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=0ed81ab26420cc9b -C extra-filename=-d846a16becd1e028 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern serde_derive=/opt/rustwide/target/debug/deps/libserde_derive-406776fa26dc66f9.so --cap-lints allow --cap-lints=forbid --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "0af86a0604aaccda96b00623653e88110ddafe0ee2bad585a008c025bb3dd135", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0af86a0604aaccda96b00623653e88110ddafe0ee2bad585a008c025bb3dd135", kill_on_drop: false }`
[INFO] [stdout] 0af86a0604aaccda96b00623653e88110ddafe0ee2bad585a008c025bb3dd135
