[INFO] fetching crate bytemuck_derive 1.8.0... [INFO] checking bytemuck_derive-1.8.0 against master#ff1737bb00913444173658b4e0b274fd79aabf66 for pr-132712-1 [INFO] extracting crate bytemuck_derive 1.8.0 into /workspace/builds/worker-4-tc1/source [INFO] validating manifest of crates.io crate bytemuck_derive 1.8.0 on toolchain ff1737bb00913444173658b4e0b274fd79aabf66 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate bytemuck_derive 1.8.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate bytemuck_derive 1.8.0 [INFO] tweaked toml for crates.io crate bytemuck_derive 1.8.0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 4 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 39c9bba367871ab324431158e260a9c73900ed36bfe0c14eb6dbf56c6e8520ec [INFO] running `Command { std: "docker" "start" "-a" "39c9bba367871ab324431158e260a9c73900ed36bfe0c14eb6dbf56c6e8520ec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "39c9bba367871ab324431158e260a9c73900ed36bfe0c14eb6dbf56c6e8520ec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "39c9bba367871ab324431158e260a9c73900ed36bfe0c14eb6dbf56c6e8520ec", kill_on_drop: false }` [INFO] [stdout] 39c9bba367871ab324431158e260a9c73900ed36bfe0c14eb6dbf56c6e8520ec [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] acd580a21aab93d677950c6b2e1905c765a3fd709230b5eac5551ca829e35f09 [INFO] running `Command { std: "docker" "start" "-a" "acd580a21aab93d677950c6b2e1905c765a3fd709230b5eac5551ca829e35f09", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.92 [INFO] [stderr] Checking quote v1.0.37 [INFO] [stderr] Checking syn v2.0.89 [INFO] [stderr] Checking bytemuck_derive v1.8.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `bytemuck` [INFO] [stdout] --> tests/basic.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bytemuck::{ [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> tests/basic.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bytemuck::{ [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytemuck` [INFO] [stdout] --> tests/basic.rs:512:5 [INFO] [stdout] | [INFO] [stdout] 512 | use bytemuck as reexport_name; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no external crate `bytemuck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `bytemuck` [INFO] [stdout] --> tests/basic.rs:508:23 [INFO] [stdout] | [INFO] [stdout] 508 | #[derive(Copy, Clone, bytemuck::Pod, bytemuck::Zeroable)] [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `bytemuck` [INFO] [stdout] --> tests/basic.rs:508:38 [INFO] [stdout] | [INFO] [stdout] 508 | #[derive(Copy, Clone, bytemuck::Pod, bytemuck::Zeroable)] [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `bytemuck` [INFO] [stdout] --> tests/basic.rs:513:23 [INFO] [stdout] | [INFO] [stdout] 513 | #[derive(Copy, Clone, bytemuck::Pod, bytemuck::Zeroable, bytemuck::ByteEq)] [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `bytemuck` [INFO] [stdout] --> tests/basic.rs:513:38 [INFO] [stdout] | [INFO] [stdout] 513 | #[derive(Copy, Clone, bytemuck::Pod, bytemuck::Zeroable, bytemuck::ByteEq)] [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `bytemuck` [INFO] [stdout] --> tests/basic.rs:513:58 [INFO] [stdout] | [INFO] [stdout] 513 | #[derive(Copy, Clone, bytemuck::Pod, bytemuck::Zeroable, bytemuck::ByteEq)] [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `zeroable` in this scope [INFO] [stdout] --> tests/basic.rs:94:3 [INFO] [stdout] | [INFO] [stdout] 94 | #[zeroable(bound = "")] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `transparent` in this scope [INFO] [stdout] --> tests/basic.rs:108:3 [INFO] [stdout] | [INFO] [stdout] 108 | #[transparent(u16)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `transparent` in this scope [INFO] [stdout] --> tests/basic.rs:119:3 [INFO] [stdout] | [INFO] [stdout] 119 | #[transparent(u16)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `bytemuck` in this scope [INFO] [stdout] --> tests/basic.rs:514:3 [INFO] [stdout] | [INFO] [stdout] 514 | #[bytemuck(crate = "reexport_name")] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `bytemuck` [INFO] [stdout] --> tests/basic.rs:281:5 [INFO] [stdout] | [INFO] [stdout] 281 | bytemuck::checked::from_bytes::(&[2u8]); [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `bytemuck` [INFO] [stdout] --> tests/basic.rs:294:5 [INFO] [stdout] | [INFO] [stdout] 294 | bytemuck::checked::from_bytes::(&[ [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `bytemuck` [INFO] [stdout] --> tests/basic.rs:309:5 [INFO] [stdout] | [INFO] [stdout] 309 | bytemuck::checked::cast_slice::(b"CAB"); [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `bytemuck` [INFO] [stdout] --> tests/basic.rs:323:13 [INFO] [stdout] | [INFO] [stdout] 323 | let res = bytemuck::checked::try_from_bytes::(&pod); [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `bytemuck` [INFO] [stdout] --> tests/basic.rs:330:13 [INFO] [stdout] | [INFO] [stdout] 330 | let res = bytemuck::checked::from_bytes::(&pod); [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `bytemuck` [INFO] [stdout] --> tests/basic.rs:346:13 [INFO] [stdout] | [INFO] [stdout] 346 | let res = bytemuck::checked::try_pod_read_unaligned::< [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `bytemuck` [INFO] [stdout] --> tests/basic.rs:352:13 [INFO] [stdout] | [INFO] [stdout] 352 | let res = bytemuck::checked::try_pod_read_unaligned::< [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `bytemuck` [INFO] [stdout] --> tests/basic.rs:361:3 [INFO] [stdout] | [INFO] [stdout] 361 | bytemuck::checked::pod_read_unaligned::(&pod); [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `bytemuck` [INFO] [stdout] --> tests/basic.rs:370:15 [INFO] [stdout] | [INFO] [stdout] 370 | let value = bytemuck::checked::pod_read_unaligned::< [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `bytemuck` [INFO] [stdout] --> tests/basic.rs:382:15 [INFO] [stdout] | [INFO] [stdout] 382 | let value = bytemuck::checked::pod_read_unaligned::< [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `bytemuck` [INFO] [stdout] --> tests/basic.rs:396:15 [INFO] [stdout] | [INFO] [stdout] 396 | let value = bytemuck::checked::pod_read_unaligned::< [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `bytemuck` [INFO] [stdout] --> tests/basic.rs:402:15 [INFO] [stdout] | [INFO] [stdout] 402 | let value = bytemuck::checked::pod_read_unaligned::< [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `bytemuck` [INFO] [stdout] --> tests/basic.rs:411:15 [INFO] [stdout] | [INFO] [stdout] 411 | let value = bytemuck::checked::pod_read_unaligned::< [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `bytemuck` [INFO] [stdout] --> tests/basic.rs:417:15 [INFO] [stdout] | [INFO] [stdout] 417 | let value = bytemuck::checked::pod_read_unaligned::< [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `bytemuck` [INFO] [stdout] --> tests/basic.rs:439:5 [INFO] [stdout] | [INFO] [stdout] 439 | bytemuck::checked::from_bytes::(&pod.0); [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `bytemuck` [INFO] [stdout] --> tests/basic.rs:456:5 [INFO] [stdout] | [INFO] [stdout] 456 | bytemuck::checked::try_from_bytes::(&pod.0); [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `bytemuck` [INFO] [stdout] --> tests/basic.rs:471:5 [INFO] [stdout] | [INFO] [stdout] 471 | bytemuck::checked::from_bytes::(&pod.0); [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `bytemuck` [INFO] [stdout] --> tests/basic.rs:493:5 [INFO] [stdout] | [INFO] [stdout] 493 | bytemuck::checked::try_from_bytes::(&pod.0); [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `bytemuck` [INFO] [stdout] --> tests/basic.rs:499:15 [INFO] [stdout] | [INFO] [stdout] 499 | let value = bytemuck::checked::pod_read_unaligned::< [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `bytemuck` [INFO] [stdout] --> tests/basic.rs:49:23 [INFO] [stdout] | [INFO] [stdout] 49 | struct ZeroGeneric { [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `bytemuck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `bytemuck_derive` (test "basic") due to 32 previous errors [INFO] running `Command { std: "docker" "inspect" "acd580a21aab93d677950c6b2e1905c765a3fd709230b5eac5551ca829e35f09", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "acd580a21aab93d677950c6b2e1905c765a3fd709230b5eac5551ca829e35f09", kill_on_drop: false }` [INFO] [stdout] acd580a21aab93d677950c6b2e1905c765a3fd709230b5eac5551ca829e35f09