[INFO] cloning repository https://github.com/kingcanfish/quicduck
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kingcanfish/quicduck" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkingcanfish%2Fquicduck", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkingcanfish%2Fquicduck'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 44222738a53ee8af5acc83b21e6ae3babd8cb76b
[INFO] checking kingcanfish/quicduck against dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8 for pr-133502-26
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkingcanfish%2Fquicduck" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/kingcanfish/quicduck
[INFO] finished tweaking git repo https://github.com/kingcanfish/quicduck
[INFO] tweaked toml for git repo https://github.com/kingcanfish/quicduck written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kingcanfish/quicduck on toolchain dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kingcanfish/quicduck 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" "+dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rcgen v0.12.1
[INFO] [stderr]   Downloaded intrusive-collections v0.9.7
[INFO] [stderr]   Downloaded octets v0.3.0
[INFO] [stderr]   Downloaded clap_derive v4.5.45
[INFO] [stderr]   Downloaded cc v1.2.34
[INFO] [stderr]   Downloaded clap v4.5.46
[INFO] [stderr]   Downloaded clap_builder v4.5.46
[INFO] [stderr]   Downloaded quiche v0.21.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:1fa6594d87c8fa7b311925a7a77a16f539833322d9dfba4ce891f211db2f90b1" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] c1acd120404788c44d4d34956fc894ab13e5db2ac0b4c6db48c92fd99a82be6b
[INFO] running `Command { std: "docker" "start" "c1acd120404788c44d4d34956fc894ab13e5db2ac0b4c6db48c92fd99a82be6b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c1acd120404788c44d4d34956fc894ab13e5db2ac0b4c6db48c92fd99a82be6b", 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" "c1acd120404788c44d4d34956fc894ab13e5db2ac0b4c6db48c92fd99a82be6b" "/opt/rustwide/cargo-home/bin/cargo" "+dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c1acd120404788c44d4d34956fc894ab13e5db2ac0b4c6db48c92fd99a82be6b", 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" "c1acd120404788c44d4d34956fc894ab13e5db2ac0b4c6db48c92fd99a82be6b" "/opt/rustwide/cargo-home/bin/cargo" "+dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling cc v1.2.34
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]     Checking cfg-if v1.0.3
[INFO] [stderr]     Checking memchr v2.7.5
[INFO] [stderr]     Checking anstyle-query v1.1.4
[INFO] [stderr]     Checking deranged v0.4.0
[INFO] [stderr]     Checking anstyle v1.0.11
[INFO] [stderr]     Checking regex-syntax v0.8.6
[INFO] [stderr]    Compiling anyhow v1.0.99
[INFO] [stderr]     Checking clap_lex v0.7.5
[INFO] [stderr]     Checking base64 v0.22.1
[INFO] [stderr]     Checking intrusive-collections v0.9.7
[INFO] [stderr]     Checking octets v0.3.0
[INFO] [stderr]     Checking humantime v2.2.0
[INFO] [stderr]     Checking anstream v0.6.20
[INFO] [stderr]     Checking pem v3.0.5
[INFO] [stderr]     Checking clap_builder v4.5.46
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking time v0.3.41
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking socket2 v0.6.0
[INFO] [stderr]     Checking mio v1.0.4
[INFO] [stderr]     Checking is-terminal v0.4.16
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling cmake v0.1.54
[INFO] [stderr]     Checking yasna v0.5.2
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking regex-automata v0.4.10
[INFO] [stderr]    Compiling quiche v0.21.0
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking regex v1.11.2
[INFO] [stderr]     Checking env_logger v0.10.2
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling clap_derive v4.5.45
[INFO] [stderr]     Checking rcgen v0.12.1
[INFO] [stderr]     Checking tokio v1.47.1
[INFO] [stderr] error: could not compile `clap_derive` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8/bin/rustc --crate-name clap_derive --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-markdown", "unstable-v5"))' -C metadata=48523c37e078f9f5 -C extra-filename=-f09aa817305dacf6 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern heck=/opt/rustwide/target/debug/deps/libheck-8e1f98ffb0a497ae.rlib --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-a4916dcd2575db7e.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-faae349f961da0a4.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-bdb096ab15c329fa.rlib --extern proc_macro --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" "c1acd120404788c44d4d34956fc894ab13e5db2ac0b4c6db48c92fd99a82be6b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c1acd120404788c44d4d34956fc894ab13e5db2ac0b4c6db48c92fd99a82be6b", kill_on_drop: false }`
[INFO] [stdout] c1acd120404788c44d4d34956fc894ab13e5db2ac0b4c6db48c92fd99a82be6b
