[INFO] fetching crate bytemuck_derive 1.7.1...
[INFO] checking bytemuck_derive-1.7.1 against try#47af3d0de9d26c7deba4cfb203b710cc3f764e91 for pr-130443
[INFO] extracting crate bytemuck_derive 1.7.1 into /workspace/builds/worker-5-tc2/source
[INFO] validating manifest of crates.io crate bytemuck_derive 1.7.1 on toolchain 47af3d0de9d26c7deba4cfb203b710cc3f764e91
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+47af3d0de9d26c7deba4cfb203b710cc3f764e91" "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-5-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+47af3d0de9d26c7deba4cfb203b710cc3f764e91" "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" "+47af3d0de9d26c7deba4cfb203b710cc3f764e91" "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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+47af3d0de9d26c7deba4cfb203b710cc3f764e91" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d7771bc3ccd60b9fe0a7e1f8144e0bbae221d42306f6ea130c60186604b86bb9
[INFO] running `Command { std: "docker" "start" "-a" "d7771bc3ccd60b9fe0a7e1f8144e0bbae221d42306f6ea130c60186604b86bb9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d7771bc3ccd60b9fe0a7e1f8144e0bbae221d42306f6ea130c60186604b86bb9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d7771bc3ccd60b9fe0a7e1f8144e0bbae221d42306f6ea130c60186604b86bb9", kill_on_drop: false }`
[INFO] [stdout] d7771bc3ccd60b9fe0a7e1f8144e0bbae221d42306f6ea130c60186604b86bb9
[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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+47af3d0de9d26c7deba4cfb203b710cc3f764e91" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 709c849955f945d7da961bb407852c1141ece57f4643b6c1bcc70af28f5dc766
[INFO] running `Command { std: "docker" "start" "-a" "709c849955f945d7da961bb407852c1141ece57f4643b6c1bcc70af28f5dc766", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]     Checking unicode-ident v1.0.13
[INFO] [stderr]     Checking quote v1.0.37
[INFO] [stderr]     Checking syn v2.0.77
[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::<CheckedBitPatternEnumWithValues>(&[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::<CheckedBitPatternEnumNonContiguous>(&[
[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::<u8, CheckedBitPatternEnumByteLit>(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::<CheckedBitPatternStruct>(&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::<CheckedBitPatternStruct>(&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::<CheckedBitPatternAlignedStruct>(&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<T: bytemuck::Zeroable> {
[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" "709c849955f945d7da961bb407852c1141ece57f4643b6c1bcc70af28f5dc766", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "709c849955f945d7da961bb407852c1141ece57f4643b6c1bcc70af28f5dc766", kill_on_drop: false }`
[INFO] [stdout] 709c849955f945d7da961bb407852c1141ece57f4643b6c1bcc70af28f5dc766
