[INFO] fetching crate packetry 0.5.0... [INFO] checking packetry-0.5.0 against try#7424ce9ff9baac3e9d9f5dd3c85828cddea0134d for pr-136776-1 [INFO] extracting crate packetry 0.5.0 into /workspace/builds/worker-4-tc2/source [INFO] started tweaking crates.io crate packetry 0.5.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate packetry 0.5.0 [INFO] tweaked toml for crates.io crate packetry 0.5.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate packetry 0.5.0 on toolchain 7424ce9ff9baac3e9d9f5dd3c85828cddea0134d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7424ce9ff9baac3e9d9f5dd3c85828cddea0134d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate packetry 0.5.0 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" "+7424ce9ff9baac3e9d9f5dd3c85828cddea0134d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+7424ce9ff9baac3e9d9f5dd3c85828cddea0134d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 00a5a90c0f4b853c02e62866bd947e6b290fca6344d2c3d264faa3b994e592dd [INFO] running `Command { std: "docker" "start" "-a" "00a5a90c0f4b853c02e62866bd947e6b290fca6344d2c3d264faa3b994e592dd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "00a5a90c0f4b853c02e62866bd947e6b290fca6344d2c3d264faa3b994e592dd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "00a5a90c0f4b853c02e62866bd947e6b290fca6344d2c3d264faa3b994e592dd", kill_on_drop: false }` [INFO] [stdout] 00a5a90c0f4b853c02e62866bd947e6b290fca6344d2c3d264faa3b994e592dd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+7424ce9ff9baac3e9d9f5dd3c85828cddea0134d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b8f5d8b708674a76364db994eb36178e83fca1f883a7f3a7c931025a786fe173 [INFO] running `Command { std: "docker" "start" "-a" "b8f5d8b708674a76364db994eb36178e83fca1f883a7f3a7c931025a786fe173", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.203 [INFO] [stderr] Compiling hashbrown v0.15.5 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling winnow v0.6.13 [INFO] [stderr] Compiling target-lexicon v0.12.14 [INFO] [stderr] Compiling version-compare v0.2.0 [INFO] [stderr] Compiling proc-macro2 v1.0.101 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Checking bitflags v2.5.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Compiling semver v1.0.23 [INFO] [stderr] Compiling thiserror v1.0.61 [INFO] [stderr] Compiling jobserver v0.1.31 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Checking fastrand v2.1.0 [INFO] [stderr] Checking futures-channel v0.3.30 [INFO] [stderr] Compiling memoffset v0.9.1 [INFO] [stderr] Compiling cc v1.0.99 [INFO] [stderr] Compiling gio v0.19.5 [INFO] [stderr] Compiling rustix v0.38.34 [INFO] [stderr] Checking linux-raw-sys v0.4.14 [INFO] [stderr] Compiling phf_shared v0.11.2 [INFO] [stderr] Compiling indexmap v2.11.0 [INFO] [stderr] Checking futures-lite v2.3.0 [INFO] [stderr] Checking piper v0.2.3 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking tracing-core v0.1.32 [INFO] [stderr] Checking concurrent-queue v2.5.0 [INFO] [stderr] Compiling nix v0.29.0 [INFO] [stderr] Checking ahash v0.7.8 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling cfg-expr v0.15.8 [INFO] [stderr] Compiling phf_generator v0.11.2 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling log v0.4.21 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Checking hashbrown v0.12.3 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Checking event-listener v5.3.1 [INFO] [stderr] Compiling phf_codegen v0.11.2 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking crc32fast v1.5.0 [INFO] [stderr] Checking dlv-list v0.3.0 [INFO] [stderr] Checking gimli v0.29.0 [INFO] [stderr] Checking cpufeatures v0.2.12 [INFO] [stderr] Compiling logwise_proc v0.1.1 [INFO] [stderr] Compiling rustix v1.0.7 [INFO] [stderr] Checking event-listener-strategy v0.5.2 [INFO] [stderr] Checking sha1 v0.10.6 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking async-channel v2.3.1 [INFO] [stderr] Checking async-lock v3.4.1 [INFO] [stderr] Checking ordered-multimap v0.4.3 [INFO] [stderr] Checking async-executor v1.13.0 [INFO] [stderr] Checking async-broadcast v0.7.1 [INFO] [stderr] Checking blocking v1.6.1 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Checking logwise v0.2.4 [INFO] [stderr] Checking miniz_oxide v0.7.3 [INFO] [stderr] Checking flate2 v1.1.2 [INFO] [stderr] Checking dirs-sys v0.3.7 [INFO] [stderr] Checking xdg-home v1.2.0 [INFO] [stderr] Checking object v0.36.0 [INFO] [stderr] Checking async-fs v2.1.2 [INFO] [stderr] Checking ordered-stream v0.2.0 [INFO] [stderr] Compiling anyhow v1.0.86 [INFO] [stderr] Compiling dark-light v1.1.1 [INFO] [stderr] Checking xdg v2.5.2 [INFO] [stderr] Checking linux-raw-sys v0.9.4 [INFO] [stderr] Compiling hidreport v0.4.1 [INFO] [stderr] Checking app_dirs2 v2.5.5 [INFO] [stderr] Checking byteorder_slice v3.0.0 [INFO] [stderr] Checking dirs v4.0.0 [INFO] [stderr] Compiling libz-sys v1.1.18 [INFO] [stderr] Compiling libgit2-sys v0.18.1+1.9.0 [INFO] [stderr] Compiling backtrace v0.3.73 [INFO] [stderr] Checking rust-ini v0.18.0 [INFO] [stderr] Checking dconf_rs v0.3.0 [INFO] [stderr] Checking zip v3.0.0 [INFO] [stderr] Checking arrayvec v0.7.4 [INFO] [stderr] Checking defer v0.2.1 [INFO] [stderr] Checking detect-desktop-environment v0.2.0 [INFO] [stderr] Checking chrono v0.4.38 [INFO] [stderr] Checking itertools v0.12.1 [INFO] [stderr] Checking crc v3.2.1 [INFO] [stderr] Checking humansize v2.1.3 [INFO] [stderr] Compiling libfuzzer-sys v0.4.7 [INFO] [stderr] Checking memmap2 v0.9.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Checking page_size v0.6.0 [INFO] [stderr] Checking num-format v0.4.4 [INFO] [stderr] Checking bytemuck v1.23.2 [INFO] [stderr] Checking lrumap v0.1.0 [INFO] [stderr] Checking bitfield v0.14.0 [INFO] [stderr] Checking arbitrary v1.4.2 [INFO] [stderr] Checking rand_xorshift v0.3.0 [INFO] [stderr] Checking zip-extensions v0.8.3 [INFO] [stderr] Compiling merge_derive v0.1.0 [INFO] [stderr] Compiling derive-into-owned v0.2.0 [INFO] [stderr] Checking merge v0.1.0 [INFO] [stderr] Checking addr2line v0.22.0 [INFO] [stderr] Compiling usb-ids v1.2024.4 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling zvariant_utils v2.1.0 [INFO] [stderr] Compiling serde_derive v1.0.203 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.0 [INFO] [stderr] Compiling zerovec-derive v0.11.1 [INFO] [stderr] error: could not compile `usb-ids` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/7424ce9ff9baac3e9d9f5dd3c85828cddea0134d/bin/rustc --crate-name usb_ids --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/usb-ids-1.2024.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3f611cc2d43135c7 -C extra-filename=-2f48231c5866e13d --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern phf=/opt/rustwide/target/debug/deps/libphf-4498d8c457656690.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" "b8f5d8b708674a76364db994eb36178e83fca1f883a7f3a7c931025a786fe173", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b8f5d8b708674a76364db994eb36178e83fca1f883a7f3a7c931025a786fe173", kill_on_drop: false }` [INFO] [stdout] b8f5d8b708674a76364db994eb36178e83fca1f883a7f3a7c931025a786fe173