[INFO] fetching crate d3d12 0.7.0...
[INFO] checking d3d12-0.7.0 against master#b0696a5160711c068cb1f01b7437db7990d15750 for pr-121848
[INFO] extracting crate d3d12 0.7.0 into /workspace/builds/worker-2-tc1/source
[INFO] validating manifest of crates.io crate d3d12 0.7.0 on toolchain b0696a5160711c068cb1f01b7437db7990d15750
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate d3d12 0.7.0
[INFO] finished tweaking crates.io crate d3d12 0.7.0
[INFO] tweaked toml for crates.io crate d3d12 0.7.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0d184d24374ee2562f9ca26c01e62ff3f0748790a2cbb38dc15c117a0c3fe417
[INFO] running `Command { std: "docker" "start" "-a" "0d184d24374ee2562f9ca26c01e62ff3f0748790a2cbb38dc15c117a0c3fe417", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0d184d24374ee2562f9ca26c01e62ff3f0748790a2cbb38dc15c117a0c3fe417", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0d184d24374ee2562f9ca26c01e62ff3f0748790a2cbb38dc15c117a0c3fe417", kill_on_drop: false }`
[INFO] [stdout] 0d184d24374ee2562f9ca26c01e62ff3f0748790a2cbb38dc15c117a0c3fe417
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c6e9ac191a55ac20f222d279d7a66ccb1f988fcbc928a2b9e5a587c8df21c79c
[INFO] running `Command { std: "docker" "start" "-a" "c6e9ac191a55ac20f222d279d7a66ccb1f988fcbc928a2b9e5a587c8df21c79c", kill_on_drop: false }`
[INFO] [stderr]    Compiling winapi v0.3.9
[INFO] [stderr]     Checking bitflags v2.4.2
[INFO] [stderr]     Checking d3d12 v0.7.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved imports `winapi::shared`, `winapi::um`
[INFO] [stdout]  --> src/lib.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     shared::dxgiformat,
[INFO] [stdout]   |     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 7 |     um::{d3d12, d3dcommon},
[INFO] [stdout]   |     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]  --> src/com.rs:8:30
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::{ctypes::c_void, um::unknwnbase::IUnknown, Interface};
[INFO] [stdout]   |                              ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `winapi::shared`, `winapi::um`
[INFO] [stdout]  --> src/lib.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     shared::dxgiformat,
[INFO] [stdout]   |     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 7 |     um::{d3d12, d3dcommon},
[INFO] [stdout]   |     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]  --> src/com.rs:8:30
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::{ctypes::c_void, um::unknwnbase::IUnknown, Interface};
[INFO] [stdout]   |                              ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `winapi::ctypes`, `winapi::Interface`
[INFO] [stdout]  --> src/com.rs:8:14
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::{ctypes::c_void, um::unknwnbase::IUnknown, Interface};
[INFO] [stdout]   |              ^^^^^^                                    ^^^^^^^^^ no `Interface` in the root
[INFO] [stdout]   |              |
[INFO] [stdout]   |              could not find `ctypes` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winapi::um`
[INFO] [stdout]  --> src/command_allocator.rs:4:13
[INFO] [stdout]   |
[INFO] [stdout] 4 | use winapi::um::d3d12;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `winapi::ctypes`, `winapi::Interface`
[INFO] [stdout]  --> src/com.rs:8:14
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::{ctypes::c_void, um::unknwnbase::IUnknown, Interface};
[INFO] [stdout]   |              ^^^^^^                                    ^^^^^^^^^ no `Interface` in the root
[INFO] [stdout]   |              |
[INFO] [stdout]   |              could not find `ctypes` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winapi::um`
[INFO] [stdout]  --> src/command_list.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 9 | use winapi::um::d3d12;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winapi::um`
[INFO] [stdout]  --> src/command_allocator.rs:4:13
[INFO] [stdout]   |
[INFO] [stdout] 4 | use winapi::um::d3d12;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winapi::um`
[INFO] [stdout]  --> src/debug.rs:2:13
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::um::d3d12sdklayers;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winapi::um`
[INFO] [stdout]  --> src/command_list.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 9 | use winapi::um::d3d12;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winapi::um`
[INFO] [stdout]  --> src/debug.rs:2:13
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::um::d3d12sdklayers;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `winapi::shared`, `winapi::um`
[INFO] [stdout]  --> src/descriptor.rs:3:14
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::{shared::dxgiformat, um::d3d12};
[INFO] [stdout]   |              ^^^^^^              ^^ could not find `um` in `winapi`
[INFO] [stdout]   |              |
[INFO] [stdout]   |              could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `winapi::shared`, `winapi::um`
[INFO] [stdout]  --> src/descriptor.rs:3:14
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::{shared::dxgiformat, um::d3d12};
[INFO] [stdout]   |              ^^^^^^              ^^ could not find `um` in `winapi`
[INFO] [stdout]   |              |
[INFO] [stdout]   |              could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `winapi::um`, `winapi::Interface`
[INFO] [stdout]   --> src/device.rs:13:14
[INFO] [stdout]    |
[INFO] [stdout] 13 | use winapi::{um::d3d12, Interface};
[INFO] [stdout]    |              ^^         ^^^^^^^^^ no `Interface` in the root
[INFO] [stdout]    |              |
[INFO] [stdout]    |              could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]  --> src/dxgi.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     shared::{
[INFO] [stdout]   |     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `winapi::um`, `winapi::Interface`
[INFO] [stdout]   --> src/device.rs:13:14
[INFO] [stdout]    |
[INFO] [stdout] 13 | use winapi::{um::d3d12, Interface};
[INFO] [stdout]    |              ^^         ^^^^^^^^^ no `Interface` in the root
[INFO] [stdout]    |              |
[INFO] [stdout]    |              could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]  --> src/dxgi.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     um::{d3d12, dxgidebug, unknwnbase::IUnknown, winnt::HANDLE},
[INFO] [stdout]   |     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]  --> src/dxgi.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     shared::{
[INFO] [stdout]   |     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]  --> src/dxgi.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     um::{d3d12, dxgidebug, unknwnbase::IUnknown, winnt::HANDLE},
[INFO] [stdout]   |     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `winapi::shared`, `winapi::um`, `winapi::Interface`
[INFO] [stdout]  --> src/dxgi.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     shared::{
[INFO] [stdout]   |     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] ...
[INFO] [stdout] 8 |     um::{d3d12, dxgidebug, unknwnbase::IUnknown, winnt::HANDLE},
[INFO] [stdout]   |     ^^ could not find `um` in `winapi`
[INFO] [stdout] 9 |     Interface,
[INFO] [stdout]   |     ^^^^^^^^^ no `Interface` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winapi::um`
[INFO] [stdout]  --> src/heap.rs:2:13
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::um::d3d12;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winapi::um`
[INFO] [stdout]  --> src/pso.rs:5:13
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::um::{d3d12, d3dcompiler};
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `winapi::shared`, `winapi::um`, `winapi::Interface`
[INFO] [stdout]  --> src/dxgi.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     shared::{
[INFO] [stdout]   |     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] ...
[INFO] [stdout] 8 |     um::{d3d12, dxgidebug, unknwnbase::IUnknown, winnt::HANDLE},
[INFO] [stdout]   |     ^^ could not find `um` in `winapi`
[INFO] [stdout] 9 |     Interface,
[INFO] [stdout]   |     ^^^^^^^^^ no `Interface` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winapi::um`
[INFO] [stdout]  --> src/query.rs:2:13
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::um::d3d12;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winapi::um`
[INFO] [stdout]  --> src/heap.rs:2:13
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::um::d3d12;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winapi::um`
[INFO] [stdout]  --> src/queue.rs:2:13
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::um::d3d12;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winapi::um`
[INFO] [stdout]  --> src/pso.rs:5:13
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::um::{d3d12, d3dcompiler};
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winapi::um`
[INFO] [stdout]  --> src/resource.rs:5:13
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::um::d3d12;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]   --> src/lib.rs:38:17
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub use winapi::shared::winerror::HRESULT;
[INFO] [stdout]    |                 ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winapi::um`
[INFO] [stdout]  --> src/sync.rs:3:13
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::um::{d3d12, synchapi, winnt};
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winapi::um`
[INFO] [stdout]  --> src/query.rs:2:13
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::um::d3d12;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winapi::um`
[INFO] [stdout]  --> src/queue.rs:2:13
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::um::d3d12;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winapi::um`
[INFO] [stdout]  --> src/resource.rs:5:13
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::um::d3d12;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]   --> src/lib.rs:38:17
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub use winapi::shared::winerror::HRESULT;
[INFO] [stdout]    |                 ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winapi::um`
[INFO] [stdout]  --> src/sync.rs:3:13
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::um::{d3d12, synchapi, winnt};
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 18 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 `d3d12` (lib test) due to 19 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 18 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 `d3d12` (lib) due to 19 previous errors
[INFO] running `Command { std: "docker" "inspect" "c6e9ac191a55ac20f222d279d7a66ccb1f988fcbc928a2b9e5a587c8df21c79c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c6e9ac191a55ac20f222d279d7a66ccb1f988fcbc928a2b9e5a587c8df21c79c", kill_on_drop: false }`
[INFO] [stdout] c6e9ac191a55ac20f222d279d7a66ccb1f988fcbc928a2b9e5a587c8df21c79c
