[INFO] fetching crate bytemuck_derive 1.6.0... [INFO] checking bytemuck_derive-1.6.0 against master#506512391b1a75ae450d36c9420978402a91abcc for pr-125384 [INFO] extracting crate bytemuck_derive 1.6.0 into /workspace/builds/worker-1-tc1/source [INFO] validating manifest of crates.io crate bytemuck_derive 1.6.0 on toolchain 506512391b1a75ae450d36c9420978402a91abcc [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate bytemuck_derive 1.6.0 [INFO] finished tweaking crates.io crate bytemuck_derive 1.6.0 [INFO] tweaked toml for crates.io crate bytemuck_derive 1.6.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 5 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ee194109f3c603559b6cf2bd0f2c04eb543525d4380580dbb72f75106a925803 [INFO] running `Command { std: "docker" "start" "-a" "ee194109f3c603559b6cf2bd0f2c04eb543525d4380580dbb72f75106a925803", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ee194109f3c603559b6cf2bd0f2c04eb543525d4380580dbb72f75106a925803", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ee194109f3c603559b6cf2bd0f2c04eb543525d4380580dbb72f75106a925803", kill_on_drop: false }` [INFO] [stdout] ee194109f3c603559b6cf2bd0f2c04eb543525d4380580dbb72f75106a925803 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 986e7289b6a82c595192a37e6d35bdb7455735364cb71401b260ffadf8be638d [INFO] running `Command { std: "docker" "start" "-a" "986e7289b6a82c595192a37e6d35bdb7455735364cb71401b260ffadf8be638d", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.84 [INFO] [stderr] Checking quote v1.0.36 [INFO] [stderr] Checking syn v2.0.66 [INFO] [stderr] Checking bytemuck_derive v1.6.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:447:5 [INFO] [stdout] | [INFO] [stdout] 447 | 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:443:23 [INFO] [stdout] | [INFO] [stdout] 443 | #[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:443:38 [INFO] [stdout] | [INFO] [stdout] 443 | #[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:448:23 [INFO] [stdout] | [INFO] [stdout] 448 | #[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:448:38 [INFO] [stdout] | [INFO] [stdout] 448 | #[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:448:58 [INFO] [stdout] | [INFO] [stdout] 448 | #[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 `transparent` in this scope [INFO] [stdout] --> tests/basic.rs:61:3 [INFO] [stdout] | [INFO] [stdout] 61 | #[transparent(u16)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `transparent` in this scope [INFO] [stdout] --> tests/basic.rs:72:3 [INFO] [stdout] | [INFO] [stdout] 72 | #[transparent(u16)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `bytemuck` in this scope [INFO] [stdout] --> tests/basic.rs:449:3 [INFO] [stdout] | [INFO] [stdout] 449 | #[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:232:5 [INFO] [stdout] | [INFO] [stdout] 232 | 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:245:5 [INFO] [stdout] | [INFO] [stdout] 245 | 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:260:5 [INFO] [stdout] | [INFO] [stdout] 260 | 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:274:13 [INFO] [stdout] | [INFO] [stdout] 274 | 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:281:13 [INFO] [stdout] | [INFO] [stdout] 281 | 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:297:13 [INFO] [stdout] | [INFO] [stdout] 297 | 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:303:13 [INFO] [stdout] | [INFO] [stdout] 303 | 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:312:3 [INFO] [stdout] | [INFO] [stdout] 312 | 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:321:15 [INFO] [stdout] | [INFO] [stdout] 321 | 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:333:15 [INFO] [stdout] | [INFO] [stdout] 333 | 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:347:15 [INFO] [stdout] | [INFO] [stdout] 347 | 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:353:15 [INFO] [stdout] | [INFO] [stdout] 353 | 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:362:15 [INFO] [stdout] | [INFO] [stdout] 362 | 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:368:15 [INFO] [stdout] | [INFO] [stdout] 368 | 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:387:15 [INFO] [stdout] | [INFO] [stdout] 387 | let value = 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:398:16 [INFO] [stdout] | [INFO] [stdout] 398 | let result = bytemuck::checked::try_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:410:15 [INFO] [stdout] | [INFO] [stdout] 410 | let value = 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:426:16 [INFO] [stdout] | [INFO] [stdout] 426 | let result = bytemuck::checked::try_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:434:15 [INFO] [stdout] | [INFO] [stdout] 434 | 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] error: aborting due to 31 previous errors [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" "986e7289b6a82c595192a37e6d35bdb7455735364cb71401b260ffadf8be638d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "986e7289b6a82c595192a37e6d35bdb7455735364cb71401b260ffadf8be638d", kill_on_drop: false }` [INFO] [stdout] 986e7289b6a82c595192a37e6d35bdb7455735364cb71401b260ffadf8be638d