[INFO] fetching crate imgui-dx11-renderer 0.7.0... [INFO] testing imgui-dx11-renderer-0.7.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate imgui-dx11-renderer 0.7.0 into /workspace/builds/worker-79/source [INFO] validating manifest of crates.io crate imgui-dx11-renderer 0.7.0 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate imgui-dx11-renderer 0.7.0 [INFO] finished tweaking crates.io crate imgui-dx11-renderer 0.7.0 [INFO] tweaked toml for crates.io crate imgui-dx11-renderer 0.7.0 written to /workspace/builds/worker-79/source/Cargo.toml [INFO] crate crates.io crate imgui-dx11-renderer 0.7.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-79/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-79/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 72461e01861e0f44699cd8e5c2df2acb83f30cf73c04f991835bc5f37adc01a4 [INFO] running `Command { std: "docker" "start" "-a" "72461e01861e0f44699cd8e5c2df2acb83f30cf73c04f991835bc5f37adc01a4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "72461e01861e0f44699cd8e5c2df2acb83f30cf73c04f991835bc5f37adc01a4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "72461e01861e0f44699cd8e5c2df2acb83f30cf73c04f991835bc5f37adc01a4", kill_on_drop: false }` [INFO] [stdout] 72461e01861e0f44699cd8e5c2df2acb83f30cf73c04f991835bc5f37adc01a4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-79/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-79/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 28b86ec706413e0e49ca39c3d7f7edf6d145ec451be287ae31e5e353d99d9379 [INFO] running `Command { std: "docker" "start" "-a" "28b86ec706413e0e49ca39c3d7f7edf6d145ec451be287ae31e5e353d99d9379", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.93 [INFO] [stderr] Compiling winapi v0.3.9 [INFO] [stderr] Compiling cc v1.0.67 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling smallvec v1.6.1 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling chlorine v1.0.7 [INFO] [stderr] Compiling instant v0.1.9 [INFO] [stderr] Compiling lock_api v0.4.3 [INFO] [stderr] Compiling imgui-sys v0.7.0 [INFO] [stderr] Compiling wio v0.2.2 [INFO] [stderr] Compiling imgui-dx11-renderer v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> build.rs:3:14 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::{shared::winerror::S_OK, um::d3dcommon::ID3DBlob, um::d3dcompiler::D3DCompile}; [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] --> build.rs:3:38 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::{shared::winerror::S_OK, um::d3dcommon::ID3DBlob, um::d3dcompiler::D3DCompile}; [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] --> build.rs:3:63 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::{shared::winerror::S_OK, um::d3dcommon::ID3DBlob, um::d3dcompiler::D3DCompile}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `D3DCompile` in this scope [INFO] [stdout] --> build.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 13 | if D3DCompile( [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `S_OK` in this scope [INFO] [stdout] --> build.rs:25:14 [INFO] [stdout] | [INFO] [stdout] 25 | ) != S_OK [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `D3DCompile` in this scope [INFO] [stdout] --> build.rs:35:12 [INFO] [stdout] | [INFO] [stdout] 35 | if D3DCompile( [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `S_OK` in this scope [INFO] [stdout] --> build.rs:47:14 [INFO] [stdout] | [INFO] [stdout] 47 | ) != S_OK [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ID3DBlob` in this scope [INFO] [stdout] --> build.rs:57:48 [INFO] [stdout] | [INFO] [stdout] 57 | unsafe fn write_blob(shader_name: &str, blob: &ID3DBlob) { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ID3DBlob` in this scope [INFO] [stdout] --> build.rs:65:34 [INFO] [stdout] | [INFO] [stdout] 65 | unsafe fn report_err(err: *const ID3DBlob) -> ! { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0699]: the type of this value must be known to call a method on a raw pointer on it [INFO] [stdout] --> build.rs:29:40 [INFO] [stdout] | [INFO] [stdout] 29 | if let Some(vs_blob) = vs_blob.as_ref() { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0699]: the type of this value must be known to call a method on a raw pointer on it [INFO] [stdout] --> build.rs:51:40 [INFO] [stdout] | [INFO] [stdout] 51 | if let Some(ps_blob) = ps_blob.as_ref() { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 11 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0433, E0699. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `imgui-dx11-renderer` due to 12 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "28b86ec706413e0e49ca39c3d7f7edf6d145ec451be287ae31e5e353d99d9379", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "28b86ec706413e0e49ca39c3d7f7edf6d145ec451be287ae31e5e353d99d9379", kill_on_drop: false }` [INFO] [stdout] 28b86ec706413e0e49ca39c3d7f7edf6d145ec451be287ae31e5e353d99d9379