[INFO] cloning repository https://github.com/dducret/LPE [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dducret/LPE" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdducret%2FLPE", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdducret%2FLPE'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f2be59dc30a43cb6096baf6a8ea1d1766b9f72ad [INFO] checking dducret/LPE against try#b28cc4eb48a6415b914e8ad0308be255ff8d73ed for pr-156508 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdducret%2FLPE" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-5-tc2/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/dducret/LPE [INFO] finished tweaking git repo https://github.com/dducret/LPE [INFO] tweaked toml for git repo https://github.com/dducret/LPE written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/dducret/LPE on toolchain b28cc4eb48a6415b914e8ad0308be255ff8d73ed [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b28cc4eb48a6415b914e8ad0308be255ff8d73ed" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/dducret/LPE 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" "+b28cc4eb48a6415b914e8ad0308be255ff8d73ed" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b28cc4eb48a6415b914e8ad0308be255ff8d73ed" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ac3cac93df5d02f6175a33b8a88f814d4af2e1ed85e186b14e7ac115a318518e [INFO] running `Command { std: "docker" "start" "-a" "ac3cac93df5d02f6175a33b8a88f814d4af2e1ed85e186b14e7ac115a318518e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ac3cac93df5d02f6175a33b8a88f814d4af2e1ed85e186b14e7ac115a318518e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ac3cac93df5d02f6175a33b8a88f814d4af2e1ed85e186b14e7ac115a318518e", kill_on_drop: false }` [INFO] [stdout] ac3cac93df5d02f6175a33b8a88f814d4af2e1ed85e186b14e7ac115a318518e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b28cc4eb48a6415b914e8ad0308be255ff8d73ed" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b52a9c3b39e1f62fee78e3685ac867e3cf2ba06884d322b374e44cc25d3ad7af [INFO] running `Command { std: "docker" "start" "-a" "b52a9c3b39e1f62fee78e3685ac867e3cf2ba06884d322b374e44cc25d3ad7af", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.185 [INFO] [stderr] Compiling cc v1.2.60 [INFO] [stderr] Compiling zerocopy v0.8.48 [INFO] [stderr] Checking serde_json v1.0.149 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling zerocopy-derive v0.8.48 [INFO] [stderr] Checking serde v1.0.228 [INFO] [stderr] Compiling zerofrom v0.1.7 [INFO] [stderr] Checking tinyvec v1.11.0 [INFO] [stderr] Checking futures-sink v0.3.32 [INFO] [stderr] Compiling rustls v0.23.38 [INFO] [stderr] Checking flate2 v1.1.9 [INFO] [stderr] Checking sha2 v0.10.9 [INFO] [stderr] Checking tracing v0.1.44 [INFO] [stderr] Checking futures-util v0.3.32 [INFO] [stderr] Compiling pin-project-lite v0.2.17 [INFO] [stderr] Compiling zeroize v1.8.2 [INFO] [stderr] Compiling yoke v0.8.2 [INFO] [stderr] Checking hashbrown v0.17.0 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling rustls-pki-types v1.14.0 [INFO] [stderr] Compiling zerovec v0.11.6 [INFO] [stderr] Compiling zerotrie v0.2.4 [INFO] [stderr] Checking unicode-normalization v0.1.25 [INFO] [stderr] Checking hmac v0.12.1 [INFO] [stderr] Compiling futures-core v0.3.32 [INFO] [stderr] Checking bitflags v2.11.0 [INFO] [stderr] Checking chrono v0.4.44 [INFO] [stderr] Compiling phf_shared v0.13.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling untrusted v0.9.0 [INFO] [stderr] Checking indexmap v2.14.0 [INFO] [stderr] Checking unicode-properties v0.1.4 [INFO] [stderr] Compiling phf_generator v0.13.1 [INFO] [stderr] Checking smallvec v1.15.1 [INFO] [stderr] Checking cipher v0.4.4 [INFO] [stderr] Checking futures-channel v0.3.32 [INFO] [stderr] Checking stringprep v0.1.5 [INFO] [stderr] Checking md-5 v0.10.6 [INFO] [stderr] Compiling fax_derive v0.2.0 [INFO] [stderr] Compiling tinystr v0.8.3 [INFO] [stderr] Checking errno v0.3.14 [INFO] [stderr] Checking mio v1.2.0 [INFO] [stderr] Checking getrandom v0.2.17 [INFO] [stderr] Checking socket2 v0.6.3 [INFO] [stderr] Checking signal-hook-registry v1.4.8 [INFO] [stderr] Checking getrandom v0.4.2 [INFO] [stderr] Compiling potential_utf v0.1.5 [INFO] [stderr] Checking uuid v1.23.0 [INFO] [stderr] Checking rle-decode-fast v1.0.3 [INFO] [stderr] Checking parking_lot_core v0.9.12 [INFO] [stderr] Compiling icu_locale_core v2.2.0 [INFO] [stderr] Compiling icu_collections v2.2.0 [INFO] [stderr] Checking parking_lot v0.12.5 [INFO] [stderr] Checking icu_normalizer v2.2.0 [INFO] [stderr] Checking jpeg-decoder v0.3.2 [INFO] [stderr] Checking unicode-security v0.1.2 [INFO] [stderr] Checking anstream v1.0.0 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Checking tokio v1.51.1 [INFO] [stderr] Compiling form_urlencoded v1.2.2 [INFO] [stderr] Checking zune-jpeg v0.5.15 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Checking fax v0.2.6 [INFO] [stderr] Checking idna_adapter v1.2.1 [INFO] [stderr] Checking libflate_lz77 v2.2.0 [INFO] [stderr] Checking tiff v0.9.1 [INFO] [stderr] Compiling hashbrown v0.15.5 [INFO] [stderr] Checking png v0.17.16 [INFO] [stderr] Compiling concurrent-queue v2.5.0 [INFO] [stderr] Compiling phf_macros v0.13.1 [INFO] [stderr] Checking env_filter v1.0.1 [INFO] [stderr] Compiling tracing-core v0.1.36 [INFO] [stderr] Compiling icu_provider v2.2.0 [INFO] [stderr] Compiling webpki-roots v1.0.6 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling icu_properties v2.2.0 [INFO] [stderr] Compiling futures-io v0.3.32 [INFO] [stderr] Compiling iana-time-zone v0.1.65 [INFO] [stderr] Checking adler32 v1.2.0 [INFO] [stderr] Compiling futures-task v0.3.32 [INFO] [stderr] Compiling slab v0.4.12 [INFO] [stderr] Checking jiff v0.2.23 [INFO] [stderr] Checking dary_heap v0.3.8 [INFO] [stderr] Checking bumpalo v3.20.2 [INFO] [stderr] Checking libflate v2.2.1 [INFO] [stderr] Checking zopfli v0.8.3 [INFO] [stderr] Checking image v0.24.9 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Checking thiserror v1.0.69 [INFO] [stderr] Compiling event-listener v5.4.1 [INFO] [stderr] Compiling crc v3.4.0 [INFO] [stderr] Compiling hashlink v0.10.0 [INFO] [stderr] Checking phf v0.13.1 [INFO] [stderr] Compiling webpki-roots v0.26.11 [INFO] [stderr] Checking idna v1.1.0 [INFO] [stderr] Compiling futures-intrusive v0.5.0 [INFO] [stderr] Compiling crossbeam-queue v0.3.12 [INFO] [stderr] Checking cbc v0.1.2 [INFO] [stderr] Checking aes v0.8.4 [INFO] [stderr] Checking zip v0.6.6 [INFO] [stderr] Compiling thiserror v2.0.18 [INFO] [stderr] Checking quick-xml v0.36.2 [INFO] [stderr] Checking quick-xml v0.39.2 [INFO] [stderr] error: could not compile `zerocopy` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/b28cc4eb48a6415b914e8ad0308be255ff8d73ed/bin/rustc --crate-name zerocopy --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.48/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="simd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=81252edd0385e724 -C extra-filename=-e271c4bde69e70dc --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid --check-cfg 'cfg(no_zerocopy_simd_x86_avx12_1_89_0)' --check-cfg 'cfg(rust, values("1.89.0"))' --check-cfg 'cfg(no_zerocopy_core_error_1_81_0)' --check-cfg 'cfg(rust, values("1.81.0"))' --check-cfg 'cfg(no_zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(rust, values("1.78.0"))' --check-cfg 'cfg(no_zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(rust, values("1.61.0"))' --check-cfg 'cfg(no_zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(rust, values("1.60.0"))' --check-cfg 'cfg(no_zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(rust, values("1.59.0"))' --check-cfg 'cfg(no_zerocopy_aarch64_simd_be_1_87_0)' --check-cfg 'cfg(rust, values("1.87.0"))' --check-cfg 'cfg(no_zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(rust, values("1.57.0"))' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_DEV_MODE)' --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(zerocopy_inline_always)'` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "b52a9c3b39e1f62fee78e3685ac867e3cf2ba06884d322b374e44cc25d3ad7af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b52a9c3b39e1f62fee78e3685ac867e3cf2ba06884d322b374e44cc25d3ad7af", kill_on_drop: false }` [INFO] [stdout] b52a9c3b39e1f62fee78e3685ac867e3cf2ba06884d322b374e44cc25d3ad7af