[INFO] updating cached repository https://github.com/nikklassen/raytracer [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] 71745284d71d0d6fce1cba64bdf28c71cf3de30a [INFO] checking nikklassen/raytracer against beta-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnikklassen%2Fraytracer" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/nikklassen/raytracer on toolchain beta-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/nikklassen/raytracer [INFO] finished tweaking git repo https://github.com/nikklassen/raytracer [INFO] tweaked toml for git repo https://github.com/nikklassen/raytracer written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/nikklassen/raytracer already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "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-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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=allow" "-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" "+beta-2019-10-27" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] e45092e282f37838d9059c3e9d85bfc311230b67dc56f5c89dfcaef8af4516ce [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "e45092e282f37838d9059c3e9d85bfc311230b67dc56f5c89dfcaef8af4516ce"` [INFO] [stderr] Compiling user32-sys v0.2.0 [INFO] [stderr] Compiling gdi32-sys v0.2.0 [INFO] [stderr] Checking rayon-core v1.3.0 [INFO] [stderr] Checking rayon v0.9.0 [INFO] [stderr] Checking raytracer v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: could not find `windows` in `os` [INFO] [stderr] --> src/main.rs:13:14 [INFO] [stderr] | [INFO] [stderr] 13 | use std::os::windows::ffi::OsStrExt; [INFO] [stderr] | ^^^^^^^ could not find `windows` in `os` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `gdi32::StretchDIBits` [INFO] [stderr] --> src/main.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | use gdi32::StretchDIBits; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ no `StretchDIBits` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `winapi::c_int`, `winapi::c_void`, `winapi::BITMAPINFO`, `winapi::BITMAPINFOHEADER`, `winapi::BI_RGB`, `winapi::DIB_RGB_COLORS`, `winapi::HDC`, `winapi::HWND`, `winapi::PAINTSTRUCT`, `winapi::SRCCOPY` [INFO] [stderr] --> src/main.rs:20:14 [INFO] [stderr] | [INFO] [stderr] 20 | use winapi::{c_int, c_void, BITMAPINFO, BITMAPINFOHEADER, BI_RGB, DIB_RGB_COLORS, HDC, HWND, [INFO] [stderr] | ^^^^^ ^^^^^^ ^^^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^^ ^^^^^^^^^^^^^^ ^^^ ^^^^ no `HWND` in the root [INFO] [stderr] | | | | | | | | [INFO] [stderr] | | | | | | | no `HDC` in the root [INFO] [stderr] | | | | | | no `DIB_RGB_COLORS` in the root [INFO] [stderr] | | | | | no `BI_RGB` in the root [INFO] [stderr] | | | | no `BITMAPINFOHEADER` in the root [INFO] [stderr] | | | no `BITMAPINFO` in the root [INFO] [stderr] | | no `c_void` in the root [INFO] [stderr] | no `c_int` in the root [INFO] [stderr] 21 | PAINTSTRUCT, SRCCOPY}; [INFO] [stderr] | ^^^^^^^^^^^ ^^^^^^^ no `SRCCOPY` in the root [INFO] [stderr] | | [INFO] [stderr] | no `PAINTSTRUCT` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::minwindef` [INFO] [stderr] --> src/main.rs:22:13 [INFO] [stderr] | [INFO] [stderr] 22 | use winapi::minwindef::{LPARAM, LRESULT, UINT, WPARAM}; [INFO] [stderr] | ^^^^^^^^^ could not find `minwindef` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::winuser` [INFO] [stderr] --> src/main.rs:23:13 [INFO] [stderr] | [INFO] [stderr] 23 | use winapi::winuser::{CS_HREDRAW, CS_OWNDC, CS_VREDRAW, CW_USEDEFAULT, MSG, WM_PAINT, WNDCLASSW, [INFO] [stderr] | ^^^^^^^ could not find `winuser` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `user32::BeginPaint`, `user32::CreateWindowExW`, `user32::DefWindowProcW`, `user32::DispatchMessageW`, `user32::EndPaint`, `user32::GetMessageW`, `user32::RegisterClassW`, `user32::TranslateMessage`, `user32::InvalidateRect` [INFO] [stderr] --> src/main.rs:25:14 [INFO] [stderr] | [INFO] [stderr] 25 | use user32::{BeginPaint, CreateWindowExW, DefWindowProcW, DispatchMessageW, EndPaint, GetMessageW, [INFO] [stderr] | ^^^^^^^^^^ ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^^^^ ^^^^^^^^^^^ no `GetMessageW` in the root [INFO] [stderr] | | | | | | [INFO] [stderr] | | | | | no `EndPaint` in the root [INFO] [stderr] | | | | no `DispatchMessageW` in the root [INFO] [stderr] | | | no `DefWindowProcW` in the root [INFO] [stderr] | | no `CreateWindowExW` in the root [INFO] [stderr] | no `BeginPaint` in the root [INFO] [stderr] 26 | RegisterClassW, TranslateMessage, InvalidateRect}; [INFO] [stderr] | ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ no `InvalidateRect` in the root [INFO] [stderr] | | | [INFO] [stderr] | | no `TranslateMessage` in the root [INFO] [stderr] | no `RegisterClassW` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `kernel32::GetModuleHandleW` [INFO] [stderr] --> src/main.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | use kernel32::GetModuleHandleW; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `GetModuleHandleW` in the root [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `windows` in `os` [INFO] [stderr] --> src/main.rs:13:14 [INFO] [stderr] | [INFO] [stderr] 13 | use std::os::windows::ffi::OsStrExt; [INFO] [stderr] | ^^^^^^^ could not find `windows` in `os` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `gdi32::StretchDIBits` [INFO] [stderr] --> src/main.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | use gdi32::StretchDIBits; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ no `StretchDIBits` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `winapi::c_int`, `winapi::c_void`, `winapi::BITMAPINFO`, `winapi::BITMAPINFOHEADER`, `winapi::BI_RGB`, `winapi::DIB_RGB_COLORS`, `winapi::HDC`, `winapi::HWND`, `winapi::PAINTSTRUCT`, `winapi::SRCCOPY` [INFO] [stderr] --> src/main.rs:20:14 [INFO] [stderr] | [INFO] [stderr] 20 | use winapi::{c_int, c_void, BITMAPINFO, BITMAPINFOHEADER, BI_RGB, DIB_RGB_COLORS, HDC, HWND, [INFO] [stderr] | ^^^^^ ^^^^^^ ^^^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^^ ^^^^^^^^^^^^^^ ^^^ ^^^^ no `HWND` in the root [INFO] [stderr] | | | | | | | | [INFO] [stderr] | | | | | | | no `HDC` in the root [INFO] [stderr] | | | | | | no `DIB_RGB_COLORS` in the root [INFO] [stderr] | | | | | no `BI_RGB` in the root [INFO] [stderr] | | | | no `BITMAPINFOHEADER` in the root [INFO] [stderr] | | | no `BITMAPINFO` in the root [INFO] [stderr] | | no `c_void` in the root [INFO] [stderr] | no `c_int` in the root [INFO] [stderr] 21 | PAINTSTRUCT, SRCCOPY}; [INFO] [stderr] | ^^^^^^^^^^^ ^^^^^^^ no `SRCCOPY` in the root [INFO] [stderr] | | [INFO] [stderr] | no `PAINTSTRUCT` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::minwindef` [INFO] [stderr] --> src/main.rs:22:13 [INFO] [stderr] | [INFO] [stderr] 22 | use winapi::minwindef::{LPARAM, LRESULT, UINT, WPARAM}; [INFO] [stderr] | ^^^^^^^^^ could not find `minwindef` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::winuser` [INFO] [stderr] --> src/main.rs:23:13 [INFO] [stderr] | [INFO] [stderr] 23 | use winapi::winuser::{CS_HREDRAW, CS_OWNDC, CS_VREDRAW, CW_USEDEFAULT, MSG, WM_PAINT, WNDCLASSW, [INFO] [stderr] | ^^^^^^^ could not find `winuser` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `user32::BeginPaint`, `user32::CreateWindowExW`, `user32::DefWindowProcW`, `user32::DispatchMessageW`, `user32::EndPaint`, `user32::GetMessageW`, `user32::RegisterClassW`, `user32::TranslateMessage`, `user32::InvalidateRect` [INFO] [stderr] --> src/main.rs:25:14 [INFO] [stderr] | [INFO] [stderr] 25 | use user32::{BeginPaint, CreateWindowExW, DefWindowProcW, DispatchMessageW, EndPaint, GetMessageW, [INFO] [stderr] | ^^^^^^^^^^ ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^^^^ ^^^^^^^^^^^ no `GetMessageW` in the root [INFO] [stderr] | | | | | | [INFO] [stderr] | | | | | no `EndPaint` in the root [INFO] [stderr] | | | | no `DispatchMessageW` in the root [INFO] [stderr] | | | no `DefWindowProcW` in the root [INFO] [stderr] | | no `CreateWindowExW` in the root [INFO] [stderr] | no `BeginPaint` in the root [INFO] [stderr] 26 | RegisterClassW, TranslateMessage, InvalidateRect}; [INFO] [stderr] | ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ no `InvalidateRect` in the root [INFO] [stderr] | | | [INFO] [stderr] | | no `TranslateMessage` in the root [INFO] [stderr] | no `RegisterClassW` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `kernel32::GetModuleHandleW` [INFO] [stderr] --> src/main.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | use kernel32::GetModuleHandleW; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `GetModuleHandleW` in the root [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `encode_wide` found for type `&std::ffi::OsStr` in the current scope [INFO] [stderr] --> src/main.rs:32:23 [INFO] [stderr] | [INFO] [stderr] 32 | OsStr::new(value).encode_wide().chain(once(0)).collect() [INFO] [stderr] | ^^^^^^^^^^^ method not found in `&std::ffi::OsStr` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `encode_wide` found for type `&std::ffi::OsStr` in the current scope [INFO] [stderr] --> src/main.rs:32:23 [INFO] [stderr] | [INFO] [stderr] 32 | OsStr::new(value).encode_wide().chain(once(0)).collect() [INFO] [stderr] | ^^^^^^^^^^^ method not found in `&std::ffi::OsStr` [INFO] [stderr] [INFO] [stderr] error: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `raytracer`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `raytracer`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "e45092e282f37838d9059c3e9d85bfc311230b67dc56f5c89dfcaef8af4516ce"` [INFO] running `"docker" "rm" "-f" "e45092e282f37838d9059c3e9d85bfc311230b67dc56f5c89dfcaef8af4516ce"` [INFO] [stdout] e45092e282f37838d9059c3e9d85bfc311230b67dc56f5c89dfcaef8af4516ce