[INFO] cloning repository https://github.com/knoby/rusty_automation
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/knoby/rusty_automation" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fknoby%2Frusty_automation", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fknoby%2Frusty_automation'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e5721c27bf3cd1c81c093b80a07acd95ea16900f
[INFO] checking knoby/rusty_automation against e3607d549209cc9fdfe7e907123b4185210e2c2b for pr-158915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fknoby%2Frusty_automation" "/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/knoby/rusty_automation
[INFO] finished tweaking git repo https://github.com/knoby/rusty_automation
[INFO] tweaked toml for git repo https://github.com/knoby/rusty_automation written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/knoby/rusty_automation on toolchain e3607d549209cc9fdfe7e907123b4185210e2c2b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/knoby/rusty_automation 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" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `etc_diag` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-2-tc2/source/target/.../etc_diag
[INFO] [stderr]    |                                                  ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `etc-diag`, convert `bin.name`
[INFO] [stderr]   --> control/Cargo.toml:11:8
[INFO] [stderr]    |
[INFO] [stderr] 11 - name = "etc_diag"
[INFO] [stderr] 11 + name = "etc-diag"
[INFO] [stderr]    |
[INFO] [stderr] warning: `control` (manifest) generated 1 warning
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[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] e3ea27bb285103a996abe0f2975564c5a041c7d23b63659acec6045ce0345376
[INFO] running `Command { std: "docker" "start" "e3ea27bb285103a996abe0f2975564c5a041c7d23b63659acec6045ce0345376", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e3ea27bb285103a996abe0f2975564c5a041c7d23b63659acec6045ce0345376", 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" "e3ea27bb285103a996abe0f2975564c5a041c7d23b63659acec6045ce0345376" "/opt/rustwide/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e3ea27bb285103a996abe0f2975564c5a041c7d23b63659acec6045ce0345376", 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" "e3ea27bb285103a996abe0f2975564c5a041c7d23b63659acec6045ce0345376" "/opt/rustwide/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: binary `etc_diag` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../etc_diag
[INFO] [stderr]    |                          ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `etc-diag`, convert `bin.name`
[INFO] [stderr]   --> control/Cargo.toml:11:8
[INFO] [stderr]    |
[INFO] [stderr] 11 - name = "etc_diag"
[INFO] [stderr] 11 + name = "etc-diag"
[INFO] [stderr]    |
[INFO] [stderr] warning: `control` (manifest) generated 1 warning
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling unicode-ident v1.0.19
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling find-msvc-tools v0.1.1
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]     Checking cfg-if v1.0.3
[INFO] [stderr]    Compiling serde_core v1.0.225
[INFO] [stderr]     Checking zeroize v1.8.2
[INFO] [stderr]    Compiling serde v1.0.225
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]     Checking slab v0.4.11
[INFO] [stderr]     Checking bitflags v2.9.4
[INFO] [stderr]     Checking memchr v2.7.5
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]    Compiling aws-lc-rs v1.14.1
[INFO] [stderr]    Compiling serde_json v1.0.143
[INFO] [stderr]     Checking rustls-pki-types v1.12.0
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]     Checking bytes v1.10.1
[INFO] [stderr]    Compiling half v2.6.0
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling clap_lex v0.7.5
[INFO] [stderr]    Compiling anstyle v1.0.11
[INFO] [stderr]     Checking untrusted v0.9.0
[INFO] [stderr]    Compiling regex-syntax v0.8.6
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]     Checking log v0.4.28
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling clap_builder v4.5.47
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling embedded-hal-async v1.0.0
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling rustls v0.23.35
[INFO] [stderr]    Compiling heapless v0.8.0
[INFO] [stderr]    Compiling litrs v0.4.2
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling is-terminal v0.4.16
[INFO] [stderr]    Compiling embassy-time-driver v0.2.1
[INFO] [stderr]     Checking nb v1.1.0
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking nb v0.1.3
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]     Checking hash32 v0.3.1
[INFO] [stderr]    Compiling cc v1.2.36
[INFO] [stderr]     Checking lock_api v0.4.14
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling string_morph v0.1.0
[INFO] [stderr]     Checking mio v1.0.4
[INFO] [stderr]     Checking socket2 v0.6.0
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]    Compiling thiserror v2.0.16
[INFO] [stderr]    Compiling document-features v0.2.11
[INFO] [stderr]    Compiling cmake v0.1.54
[INFO] [stderr]    Compiling regex-automata v0.4.10
[INFO] [stderr]     Checking void v1.0.2
[INFO] [stderr]     Checking powerfmt v0.2.0
[INFO] [stderr]     Checking fastrand v2.3.0
[INFO] [stderr]     Checking embedded-hal v1.0.0
[INFO] [stderr]    Compiling embedded-io-async v0.6.1
[INFO] [stderr]    Compiling io-uring v0.7.10
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]    Compiling time-core v0.1.6
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]     Checking futures-lite v2.6.1
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling time-macros v0.2.24
[INFO] [stderr]     Checking deranged v0.5.5
[INFO] [stderr]     Checking embedded-hal v0.2.7
[INFO] [stderr]    Compiling clap v4.5.47
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking async-lock v3.4.1
[INFO] [stderr]     Checking embedded-io v0.6.1
[INFO] [stderr] error: could not compile `clap_builder` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/e3607d549209cc9fdfe7e907123b4185210e2c2b/bin/rustc --crate-name clap_builder --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.47/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 opt-level=3 -C embed-bitcode=no -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=6888572e93c1d783 -C extra-filename=-6cded03be47a8799 --out-dir /opt/rustwide/target/debug/build/clap_builder/6cded03be47a8799/out --extern anstyle=/opt/rustwide/target/debug/build/anstyle/25c4c5e99eae1c05/out/libanstyle-25c4c5e99eae1c05.rmeta --extern clap_lex=/opt/rustwide/target/debug/build/clap_lex/3607f8bd1ec0e795/out/libclap_lex-3607f8bd1ec0e795.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" "e3ea27bb285103a996abe0f2975564c5a041c7d23b63659acec6045ce0345376", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e3ea27bb285103a996abe0f2975564c5a041c7d23b63659acec6045ce0345376", kill_on_drop: false }`
[INFO] [stdout] e3ea27bb285103a996abe0f2975564c5a041c7d23b63659acec6045ce0345376
