[INFO] updating cached repository https://github.com/mwalczyk/manifolds [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 98e45b0cc88aa22aa86847202ee44919a5129ad3 [INFO] checking mwalczyk/manifolds against try#a243773eaf3fedcd203f10ae4579e4f106bf7ccd for pr-68325 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmwalczyk%2Fmanifolds" "/workspace/builds/worker-11/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mwalczyk/manifolds on toolchain a243773eaf3fedcd203f10ae4579e4f106bf7ccd [INFO] running `"/workspace/cargo-home/bin/cargo" "+a243773eaf3fedcd203f10ae4579e4f106bf7ccd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/mwalczyk/manifolds [INFO] finished tweaking git repo https://github.com/mwalczyk/manifolds [INFO] tweaked toml for git repo https://github.com/mwalczyk/manifolds written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/mwalczyk/manifolds already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+a243773eaf3fedcd203f10ae4579e4f106bf7ccd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+a243773eaf3fedcd203f10ae4579e4f106bf7ccd" "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] 2df152b1049b417093b3384455767fc55b11f2e4ca6f8c8be6a19e4731ded935 [INFO] running `"docker" "start" "-a" "2df152b1049b417093b3384455767fc55b11f2e4ca6f8c8be6a19e4731ded935"` [INFO] [stderr] Compiling winapi v0.3.8 [INFO] [stderr] Checking slice-of-array v0.2.1 [INFO] [stderr] Checking stb_truetype v0.3.1 [INFO] [stderr] Checking parking_lot_core v0.7.0 [INFO] [stderr] Compiling wayland-scanner v0.23.6 [INFO] [stderr] Checking num-complex v0.2.3 [INFO] [stderr] Checking wayland-sys v0.23.6 [INFO] [stderr] Checking mio-extras v2.0.6 [INFO] [stderr] Checking num-rational v0.2.2 [INFO] [stderr] Checking ash v0.29.0 [INFO] [stderr] Checking rand_distr v0.2.2 [INFO] [stderr] Checking wayland-commons v0.23.6 [INFO] [stderr] Checking calloop v0.4.4 [INFO] [stderr] Checking parking_lot v0.10.0 [INFO] [stderr] Checking rusttype v0.8.2 [INFO] [stderr] Checking alga v0.9.2 [INFO] [stderr] Checking rusttype v0.7.9 [INFO] [stderr] Checking andrew v0.2.1 [INFO] [stderr] Compiling wayland-client v0.23.6 [INFO] [stderr] Compiling wayland-protocols v0.23.6 [INFO] [stderr] Checking nalgebra v0.19.0 [INFO] [stderr] Checking smithay-client-toolkit v0.6.4 [INFO] [stderr] Checking winit v0.20.0-alpha5 [INFO] [stderr] Checking nalgebra-glm v0.5.0 [INFO] [stderr] Checking manifolds v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: could not find `_core` in `winapi` [INFO] [stderr] --> src/application.rs:14:13 [INFO] [stderr] | [INFO] [stderr] 14 | use winapi::_core::mem::swap; [INFO] [stderr] | ^^^^^ could not find `_core` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/application.rs:15:13 [INFO] [stderr] | [INFO] [stderr] 15 | use winapi::um::combaseapi::CLSIDFromString; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/application.rs:16:13 [INFO] [stderr] | [INFO] [stderr] 16 | use winapi::um::winbase::ApplicationRecoveryFinished; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/application.rs:20:13 [INFO] [stderr] | [INFO] [stderr] 20 | use winapi::shared::windef::HWND; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/application.rs:21:13 [INFO] [stderr] | [INFO] [stderr] 21 | use winapi::um::libloaderapi::GetModuleHandleW; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winit::platform::windows` [INFO] [stderr] --> src/application.rs:19:22 [INFO] [stderr] | [INFO] [stderr] 19 | use winit::platform::windows::WindowExtWindows; [INFO] [stderr] | ^^^^^^^ could not find `windows` in `platform` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `_core` in `winapi` [INFO] [stderr] --> src/application.rs:14:13 [INFO] [stderr] | [INFO] [stderr] 14 | use winapi::_core::mem::swap; [INFO] [stderr] | ^^^^^ could not find `_core` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/application.rs:15:13 [INFO] [stderr] | [INFO] [stderr] 15 | use winapi::um::combaseapi::CLSIDFromString; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/application.rs:16:13 [INFO] [stderr] | [INFO] [stderr] 16 | use winapi::um::winbase::ApplicationRecoveryFinished; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HWND` in this scope [INFO] [stderr] --> src/application.rs:335:41 [INFO] [stderr] | [INFO] [stderr] 335 | let hwnd = window.hwnd() as HWND; [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use ash::vk::HWND; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `GetModuleHandleW` in this scope [INFO] [stderr] --> src/application.rs:336:29 [INFO] [stderr] | [INFO] [stderr] 336 | let hinstance = GetModuleHandleW(ptr::null()) as *const c_void; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/application.rs:20:13 [INFO] [stderr] | [INFO] [stderr] 20 | use winapi::shared::windef::HWND; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/application.rs:21:13 [INFO] [stderr] | [INFO] [stderr] 21 | use winapi::um::libloaderapi::GetModuleHandleW; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winit::platform::windows` [INFO] [stderr] --> src/application.rs:19:22 [INFO] [stderr] | [INFO] [stderr] 19 | use winit::platform::windows::WindowExtWindows; [INFO] [stderr] | ^^^^^^^ could not find `windows` in `platform` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HWND` in this scope [INFO] [stderr] --> src/application.rs:335:41 [INFO] [stderr] | [INFO] [stderr] 335 | let hwnd = window.hwnd() as HWND; [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use ash::vk::HWND; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `GetModuleHandleW` in this scope [INFO] [stderr] --> src/application.rs:336:29 [INFO] [stderr] | [INFO] [stderr] 336 | let hinstance = GetModuleHandleW(ptr::null()) as *const c_void; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `hwnd` found for reference `&winit::window::Window` in the current scope [INFO] [stderr] --> src/application.rs:335:31 [INFO] [stderr] | [INFO] [stderr] 335 | let hwnd = window.hwnd() as HWND; [INFO] [stderr] | ^^^^ method not found in `&winit::window::Window` [INFO] [stderr] [INFO] [stderr] error: aborting due to 9 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0432, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error[E0599]: no method named `hwnd` found for reference `&winit::window::Window` in the current scope [INFO] [stderr] --> src/application.rs:335:31 [INFO] [stderr] | [INFO] [stderr] 335 | let hwnd = window.hwnd() as HWND; [INFO] [stderr] | ^^^^ method not found in `&winit::window::Window` [INFO] [stderr] [INFO] [stderr] error: could not compile `manifolds`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 9 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0432, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `manifolds`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "2df152b1049b417093b3384455767fc55b11f2e4ca6f8c8be6a19e4731ded935"` [INFO] running `"docker" "rm" "-f" "2df152b1049b417093b3384455767fc55b11f2e4ca6f8c8be6a19e4731ded935"` [INFO] [stdout] 2df152b1049b417093b3384455767fc55b11f2e4ca6f8c8be6a19e4731ded935