[INFO] fetching crate imgui-dx9-renderer 0.3.0... [INFO] checking imgui-dx9-renderer-0.3.0 against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] extracting crate imgui-dx9-renderer 0.3.0 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate imgui-dx9-renderer 0.3.0 on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate imgui-dx9-renderer 0.3.0 [INFO] finished tweaking crates.io crate imgui-dx9-renderer 0.3.0 [INFO] tweaked toml for crates.io crate imgui-dx9-renderer 0.3.0 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate crates.io crate imgui-dx9-renderer 0.3.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 26ce16a0af34c17b72ae829ca2fa281f446f61fdd6327f88585d2861b839577a [INFO] running `"docker" "start" "-a" "26ce16a0af34c17b72ae829ca2fa281f446f61fdd6327f88585d2861b839577a"` [INFO] [stderr] Compiling libc v0.2.55 [INFO] [stderr] Compiling nix v0.13.0 [INFO] [stderr] Compiling byteorder v1.3.1 [INFO] [stderr] Checking smallvec v0.6.9 [INFO] [stderr] Checking downcast-rs v1.0.4 [INFO] [stderr] Checking same-file v1.0.4 [INFO] [stderr] Compiling winapi v0.3.7 [INFO] [stderr] Compiling libloading v0.5.0 [INFO] [stderr] Compiling imgui-sys v0.1.0 [INFO] [stderr] Compiling x11-dl v2.18.3 [INFO] [stderr] Compiling wayland-scanner v0.21.12 [INFO] [stderr] Checking ordered-float v1.0.2 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Checking line_drawing v0.7.0 [INFO] [stderr] Checking walkdir v2.2.7 [INFO] [stderr] Checking dlib v0.4.1 [INFO] [stderr] Checking wayland-sys v0.21.12 [INFO] [stderr] Checking stb_truetype v0.2.6 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking memmap v0.7.0 [INFO] [stderr] Checking rusttype v0.7.6 [INFO] [stderr] Checking rand v0.6.5 [INFO] [stderr] Checking andrew v0.2.1 [INFO] [stderr] Compiling wayland-client v0.21.12 [INFO] [stderr] Compiling wayland-protocols v0.21.12 [INFO] [stderr] Checking parking_lot_core v0.5.0 [INFO] [stderr] Checking parking_lot_core v0.4.0 [INFO] [stderr] Checking parking_lot v0.8.0 [INFO] [stderr] Checking parking_lot v0.7.1 [INFO] [stderr] Checking wayland-commons v0.21.12 [INFO] [stderr] Checking imgui v0.1.0 [INFO] [stderr] Checking imgui-dx9-renderer v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking smithay-client-toolkit v0.4.5 [INFO] [stderr] Checking winit v0.19.1 [INFO] [stderr] Checking imgui-winit-support v0.1.0 [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> examples/winit.rs:3:13 [INFO] [stderr] | [INFO] [stderr] 3 | use winapi::shared::{d3d9::*, d3d9caps::*, d3d9types::*, windef::HWND}; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winit::os::windows` [INFO] [stderr] --> examples/winit.rs:4:35 [INFO] [stderr] | [INFO] [stderr] 4 | use winit::{dpi::LogicalSize, os::windows::WindowExt, Event}; [INFO] [stderr] | ^^^^^^^ could not find `windows` in `os` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Renderer` in `imgui_dx9_renderer` [INFO] [stderr] --> examples/winit.rs:63:29 [INFO] [stderr] | [INFO] [stderr] 63 | imgui_dx9_renderer::Renderer::new(&mut imgui, unsafe { NonNull::new_unchecked(device) }) [INFO] [stderr] | ^^^^^^^^ could not find `Renderer` in `imgui_dx9_renderer` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HWND` in this scope [INFO] [stderr] --> examples/winit.rs:12:35 [INFO] [stderr] | [INFO] [stderr] 12 | unsafe fn set_up_dx_context(hwnd: HWND) -> (LPDIRECT3D9, LPDIRECT3DDEVICE9) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LPDIRECT3D9` in this scope [INFO] [stderr] --> examples/winit.rs:12:45 [INFO] [stderr] | [INFO] [stderr] 12 | unsafe fn set_up_dx_context(hwnd: HWND) -> (LPDIRECT3D9, LPDIRECT3DDEVICE9) { [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LPDIRECT3DDEVICE9` in this scope [INFO] [stderr] --> examples/winit.rs:12:58 [INFO] [stderr] | [INFO] [stderr] 12 | unsafe fn set_up_dx_context(hwnd: HWND) -> (LPDIRECT3D9, LPDIRECT3DDEVICE9) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Direct3DCreate9` in this scope [INFO] [stderr] --> examples/winit.rs:13:14 [INFO] [stderr] | [INFO] [stderr] 13 | let d9 = Direct3DCreate9(D3D_SDK_VERSION); [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3D_SDK_VERSION` in this scope [INFO] [stderr] --> examples/winit.rs:13:30 [INFO] [stderr] | [INFO] [stderr] 13 | let d9 = Direct3DCreate9(D3D_SDK_VERSION); [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `D3DPRESENT_PARAMETERS` in this scope [INFO] [stderr] --> examples/winit.rs:17:30 [INFO] [stderr] | [INFO] [stderr] 17 | let mut present_params = D3DPRESENT_PARAMETERS { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3DMULTISAMPLE_NONE` in this scope [INFO] [stderr] --> examples/winit.rs:19:26 [INFO] [stderr] | [INFO] [stderr] 19 | MultiSampleType: D3DMULTISAMPLE_NONE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3DSWAPEFFECT_DISCARD` in this scope [INFO] [stderr] --> examples/winit.rs:21:21 [INFO] [stderr] | [INFO] [stderr] 21 | SwapEffect: D3DSWAPEFFECT_DISCARD, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3DPRESENT_RATE_DEFAULT` in this scope [INFO] [stderr] --> examples/winit.rs:24:37 [INFO] [stderr] | [INFO] [stderr] 24 | FullScreen_RefreshRateInHz: D3DPRESENT_RATE_DEFAULT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3DPRESENT_INTERVAL_DEFAULT` in this scope [INFO] [stderr] --> examples/winit.rs:25:31 [INFO] [stderr] | [INFO] [stderr] 25 | PresentationInterval: D3DPRESENT_INTERVAL_DEFAULT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3DFMT_R5G6B5` in this scope [INFO] [stderr] --> examples/winit.rs:26:27 [INFO] [stderr] | [INFO] [stderr] 26 | BackBufferFormat: D3DFMT_R5G6B5, [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3DADAPTER_DEFAULT` in this scope [INFO] [stderr] --> examples/winit.rs:35:9 [INFO] [stderr] | [INFO] [stderr] 35 | D3DADAPTER_DEFAULT, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3DDEVTYPE_HAL` in this scope [INFO] [stderr] --> examples/winit.rs:36:9 [INFO] [stderr] | [INFO] [stderr] 36 | D3DDEVTYPE_HAL, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3DCREATE_SOFTWARE_VERTEXPROCESSING` in this scope [INFO] [stderr] --> examples/winit.rs:38:9 [INFO] [stderr] | [INFO] [stderr] 38 | D3DCREATE_SOFTWARE_VERTEXPROCESSING, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `D3DCLEAR_TARGET` in this scope [INFO] [stderr] --> examples/winit.rs:118:50 [INFO] [stderr] | [INFO] [stderr] 118 | (&*device).Clear(0, ptr::null_mut(), D3DCLEAR_TARGET, 0xFF101010, 1.0, 0); [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `get_hwnd` found for type `winit::Window` in the current scope [INFO] [stderr] --> examples/winit.rs:60:58 [INFO] [stderr] | [INFO] [stderr] 60 | let (d9, device) = unsafe { set_up_dx_context(window.get_hwnd() as _) }; [INFO] [stderr] | ^^^^^^^^ method not found in `winit::Window` [INFO] [stderr] [INFO] [stderr] error: aborting due to 19 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0422, E0425, E0432, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `imgui-dx9-renderer`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "26ce16a0af34c17b72ae829ca2fa281f446f61fdd6327f88585d2861b839577a"` [INFO] running `"docker" "rm" "-f" "26ce16a0af34c17b72ae829ca2fa281f446f61fdd6327f88585d2861b839577a"` [INFO] [stdout] 26ce16a0af34c17b72ae829ca2fa281f446f61fdd6327f88585d2861b839577a