[INFO] fetching crate pkgcraft 0.0.2... [INFO] checking pkgcraft-0.0.2 against try#7caa343c25a692951246ea2f0664520b9c3f46da for pr-95985 [INFO] extracting crate pkgcraft 0.0.2 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate pkgcraft 0.0.2 on toolchain 7caa343c25a692951246ea2f0664520b9c3f46da [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+7caa343c25a692951246ea2f0664520b9c3f46da" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate pkgcraft 0.0.2 [INFO] finished tweaking crates.io crate pkgcraft 0.0.2 [INFO] tweaked toml for crates.io crate pkgcraft 0.0.2 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+7caa343c25a692951246ea2f0664520b9c3f46da" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+7caa343c25a692951246ea2f0664520b9c3f46da" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:83125433e4fff17b1ac56874832f668d9df75ee638575aca552b68e127bedee9" "/opt/rustwide/cargo-home/bin/cargo" "+7caa343c25a692951246ea2f0664520b9c3f46da" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2df15bb858a3a01a749c21999a9a912b4659cad709fb1b6dd03a36e252dac494 [INFO] running `Command { std: "docker" "start" "-a" "2df15bb858a3a01a749c21999a9a912b4659cad709fb1b6dd03a36e252dac494", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2df15bb858a3a01a749c21999a9a912b4659cad709fb1b6dd03a36e252dac494", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2df15bb858a3a01a749c21999a9a912b4659cad709fb1b6dd03a36e252dac494", kill_on_drop: false }` [INFO] [stdout] 2df15bb858a3a01a749c21999a9a912b4659cad709fb1b6dd03a36e252dac494 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:83125433e4fff17b1ac56874832f668d9df75ee638575aca552b68e127bedee9" "/opt/rustwide/cargo-home/bin/cargo" "+7caa343c25a692951246ea2f0664520b9c3f46da" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bada99632748f91f971e80229ff64ece0c9c37a5402f6132a1ff74c61eaec722 [INFO] running `Command { std: "docker" "start" "-a" "bada99632748f91f971e80229ff64ece0c9c37a5402f6132a1ff74c61eaec722", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.47 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling unicode-ident v1.0.5 [INFO] [stderr] Compiling syn v1.0.102 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling libc v0.2.135 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Checking once_cell v1.15.0 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling serde_derive v1.0.145 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling serde v1.0.145 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Checking pin-project-lite v0.2.9 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.12 [INFO] [stderr] Compiling futures-core v0.3.24 [INFO] [stderr] Compiling termcolor v1.1.3 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling regex-syntax v0.6.27 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling indexmap v1.9.1 [INFO] [stderr] Compiling clang-sys v1.4.0 [INFO] [stderr] Compiling slab v0.4.7 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling futures-channel v0.3.24 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Compiling os_str_bytes v6.3.0 [INFO] [stderr] Compiling futures-task v0.3.24 [INFO] [stderr] Compiling aho-corasick v0.7.19 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Checking getrandom v0.2.7 [INFO] [stderr] Checking num_cpus v1.13.1 [INFO] [stderr] Compiling clap_lex v0.2.4 [INFO] [stderr] Compiling nom v7.1.1 [INFO] [stderr] Compiling crossbeam-epoch v0.9.11 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Checking tracing-core v0.1.30 [INFO] [stderr] Compiling regex v1.6.0 [INFO] [stderr] Compiling libloading v0.7.3 [INFO] [stderr] Compiling textwrap v0.15.1 [INFO] [stderr] Compiling bindgen v0.60.1 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling either v1.8.0 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Checking futures-sink v0.3.24 [INFO] [stderr] Compiling futures-util v0.3.24 [INFO] [stderr] Compiling which v4.3.0 [INFO] [stderr] Compiling clap v3.2.22 [INFO] [stderr] Compiling env_logger v0.9.1 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling rayon-core v1.9.3 [INFO] [stderr] Compiling rustversion v1.0.9 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling cexpr v0.6.0 [INFO] [stderr] Checking futures-io v0.3.24 [INFO] [stderr] Compiling shlex v1.1.0 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling thiserror v1.0.37 [INFO] [stderr] Compiling autotools v0.2.5 [INFO] [stderr] Checking crossbeam-channel v0.5.6 [INFO] [stderr] Compiling tokio v1.21.2 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling async-trait v0.1.57 [INFO] [stderr] error: could not compile `clap` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name clap --edition=2021 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-3.2.22/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 -C debuginfo=2 --cfg 'feature="atty"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --cfg 'feature="termcolor"' -C metadata=c656f67654debf47 -C extra-filename=-c656f67654debf47 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern atty=/opt/rustwide/target/debug/deps/libatty-ca54f1f60fc7706e.rmeta --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-05dfd5b5d1225bed.rmeta --extern clap_lex=/opt/rustwide/target/debug/deps/libclap_lex-b94284aa4f3cfc92.rmeta --extern indexmap=/opt/rustwide/target/debug/deps/libindexmap-c6a0d2b9f1b23663.rmeta --extern strsim=/opt/rustwide/target/debug/deps/libstrsim-4e9d0b184b9a2988.rmeta --extern termcolor=/opt/rustwide/target/debug/deps/libtermcolor-2371eaeb5b8d3a13.rmeta --extern textwrap=/opt/rustwide/target/debug/deps/libtextwrap-2f5f01914f56b441.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" "bada99632748f91f971e80229ff64ece0c9c37a5402f6132a1ff74c61eaec722", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bada99632748f91f971e80229ff64ece0c9c37a5402f6132a1ff74c61eaec722", kill_on_drop: false }` [INFO] [stdout] bada99632748f91f971e80229ff64ece0c9c37a5402f6132a1ff74c61eaec722