[INFO] fetching crate imgui-dx11-renderer 0.7.0... [INFO] testing imgui-dx11-renderer-0.7.0 against 1.55.0 for beta-1.56-1 [INFO] extracting crate imgui-dx11-renderer 0.7.0 into /workspace/builds/worker-109/source [INFO] validating manifest of crates.io crate imgui-dx11-renderer 0.7.0 on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "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-109/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" "+1.55.0" "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-109/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-109/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d03d39b2b84176e74953828068e0f5075a17f180f149b8f2e243b1414e00f1f2 [INFO] running `Command { std: "docker" "start" "-a" "d03d39b2b84176e74953828068e0f5075a17f180f149b8f2e243b1414e00f1f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d03d39b2b84176e74953828068e0f5075a17f180f149b8f2e243b1414e00f1f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d03d39b2b84176e74953828068e0f5075a17f180f149b8f2e243b1414e00f1f2", kill_on_drop: false }` [INFO] [stdout] d03d39b2b84176e74953828068e0f5075a17f180f149b8f2e243b1414e00f1f2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-109/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-109/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 98935f3dd5046a2e13d04188b674fa7dfbef6337b512c4c00a204925d5e6fe7c [INFO] running `Command { std: "docker" "start" "-a" "98935f3dd5046a2e13d04188b674fa7dfbef6337b512c4c00a204925d5e6fe7c", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling winapi v0.3.9 [INFO] [stderr] Compiling libc v0.2.93 [INFO] [stderr] Compiling cc v1.0.67 [INFO] [stderr] Compiling smallvec v1.6.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 bitflags v1.2.1 [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] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "98935f3dd5046a2e13d04188b674fa7dfbef6337b512c4c00a204925d5e6fe7c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "98935f3dd5046a2e13d04188b674fa7dfbef6337b512c4c00a204925d5e6fe7c", kill_on_drop: false }` [INFO] [stdout] 98935f3dd5046a2e13d04188b674fa7dfbef6337b512c4c00a204925d5e6fe7c