[INFO] fetching crate bytemuck_derive 1.7.1... [INFO] checking bytemuck_derive-1.7.1 against master#f609b7e0586f81fefb3523e3e17adf779ac416be for pr-129466-2 [INFO] extracting crate bytemuck_derive 1.7.1 into /workspace/builds/worker-7-tc1/source [INFO] validating manifest of crates.io crate bytemuck_derive 1.7.1 on toolchain f609b7e0586f81fefb3523e3e17adf779ac416be [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate bytemuck_derive 1.7.1 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate bytemuck_derive 1.7.1 [INFO] tweaked toml for crates.io crate bytemuck_derive 1.7.1 written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "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" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c9d4a042f51e7cf344de54b0a07bb9c7a755f0b8234612f1a6d54f9ae50d90e9 [INFO] running `Command { std: "docker" "start" "-a" "c9d4a042f51e7cf344de54b0a07bb9c7a755f0b8234612f1a6d54f9ae50d90e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c9d4a042f51e7cf344de54b0a07bb9c7a755f0b8234612f1a6d54f9ae50d90e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c9d4a042f51e7cf344de54b0a07bb9c7a755f0b8234612f1a6d54f9ae50d90e9", kill_on_drop: false }` [INFO] [stdout] c9d4a042f51e7cf344de54b0a07bb9c7a755f0b8234612f1a6d54f9ae50d90e9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0d2e685bfc891f9c7c62f3ad80d264e637deb8d6f009a024b0c3a77fb0284219 [INFO] running `Command { std: "docker" "start" "-a" "0d2e685bfc891f9c7c62f3ad80d264e637deb8d6f009a024b0c3a77fb0284219", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Checking syn v2.0.77 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Checking bytemuck_derive v1.7.1 (/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:455:5 [INFO] [stdout] | [INFO] [stdout] 455 | 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:451:23 [INFO] [stdout] | [INFO] [stdout] 451 | #[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:451:38 [INFO] [stdout] | [INFO] [stdout] 451 | #[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:456:23 [INFO] [stdout] | [INFO] [stdout] 456 | #[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:456:38 [INFO] [stdout] | [INFO] [stdout] 456 | #[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:456:58 [INFO] [stdout] | [INFO] [stdout] 456 | #[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:69:3 [INFO] [stdout] | [INFO] [stdout] 69 | #[transparent(u16)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `transparent` in this scope [INFO] [stdout] --> tests/basic.rs:80:3 [INFO] [stdout] | [INFO] [stdout] 80 | #[transparent(u16)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `bytemuck` in this scope [INFO] [stdout] --> tests/basic.rs:457:3 [INFO] [stdout] | [INFO] [stdout] 457 | #[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:240:5 [INFO] [stdout] | [INFO] [stdout] 240 | 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:253:5 [INFO] [stdout] | [INFO] [stdout] 253 | 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:268:5 [INFO] [stdout] | [INFO] [stdout] 268 | 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:282:13 [INFO] [stdout] | [INFO] [stdout] 282 | 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:289:13 [INFO] [stdout] | [INFO] [stdout] 289 | 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:305:13 [INFO] [stdout] | [INFO] [stdout] 305 | 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:311:13 [INFO] [stdout] | [INFO] [stdout] 311 | 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:320:3 [INFO] [stdout] | [INFO] [stdout] 320 | 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:329:15 [INFO] [stdout] | [INFO] [stdout] 329 | 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:341:15 [INFO] [stdout] | [INFO] [stdout] 341 | 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:355:15 [INFO] [stdout] | [INFO] [stdout] 355 | 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:361:15 [INFO] [stdout] | [INFO] [stdout] 361 | 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: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:376:15 [INFO] [stdout] | [INFO] [stdout] 376 | 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:395:15 [INFO] [stdout] | [INFO] [stdout] 395 | 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:406:16 [INFO] [stdout] | [INFO] [stdout] 406 | 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:418:15 [INFO] [stdout] | [INFO] [stdout] 418 | 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:434:16 [INFO] [stdout] | [INFO] [stdout] 434 | 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:442:15 [INFO] [stdout] | [INFO] [stdout] 442 | 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" "0d2e685bfc891f9c7c62f3ad80d264e637deb8d6f009a024b0c3a77fb0284219", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0d2e685bfc891f9c7c62f3ad80d264e637deb8d6f009a024b0c3a77fb0284219", kill_on_drop: false }` [INFO] [stdout] 0d2e685bfc891f9c7c62f3ad80d264e637deb8d6f009a024b0c3a77fb0284219