[INFO] cloning repository https://github.com/vicaroni/CommandLineFPS.rs [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/vicaroni/CommandLineFPS.rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvicaroni%2FCommandLineFPS.rs"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvicaroni%2FCommandLineFPS.rs'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 5c90dc87a8bd50c6dd157ec5192e65382d2be7a4 [INFO] testing vicaroni/CommandLineFPS.rs against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvicaroni%2FCommandLineFPS.rs" "/workspace/builds/worker-8/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/vicaroni/CommandLineFPS.rs on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/vicaroni/CommandLineFPS.rs [INFO] finished tweaking git repo https://github.com/vicaroni/CommandLineFPS.rs [INFO] tweaked toml for git repo https://github.com/vicaroni/CommandLineFPS.rs written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/vicaroni/CommandLineFPS.rs already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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=warn" "-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-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 0859a124962f2d53f8a2010d87178d6e2e7b481d7e10d158a72720af32bc2928 [INFO] running `"docker" "start" "-a" "0859a124962f2d53f8a2010d87178d6e2e7b481d7e10d158a72720af32bc2928"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling winapi v0.3.8 [INFO] [stderr] Compiling consolefps v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/main.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | shared::ntdef::NULL, [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/main.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | um::{ [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `GetAsyncKeyState` in this scope [INFO] [stderr] --> src/main.rs:17:28 [INFO] [stderr] | [INFO] [stderr] 17 | unsafe {mem::transmute(GetAsyncKeyState(c as i32))} [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `WCHAR` in this scope [INFO] [stderr] --> src/main.rs:23:22 [INFO] [stderr] | [INFO] [stderr] 23 | let mut screen: [WCHAR; SCREEN_WIDTH * SCREEN_HEIGHT] = [0; SCREEN_WIDTH * SCREEN_HEIGHT]; [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `CreateConsoleScreenBuffer` in this scope [INFO] [stderr] --> src/main.rs:26:21 [INFO] [stderr] | [INFO] [stderr] 26 | h_console = CreateConsoleScreenBuffer(GENERIC_READ | GENERIC_WRITE, 0, null(), CONSOLE_TEXTMODE_BUFFER, NULL); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `GENERIC_READ` in this scope [INFO] [stderr] --> src/main.rs:26:47 [INFO] [stderr] | [INFO] [stderr] 26 | h_console = CreateConsoleScreenBuffer(GENERIC_READ | GENERIC_WRITE, 0, null(), CONSOLE_TEXTMODE_BUFFER, NULL); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `GENERIC_WRITE` in this scope [INFO] [stderr] --> src/main.rs:26:62 [INFO] [stderr] | [INFO] [stderr] 26 | h_console = CreateConsoleScreenBuffer(GENERIC_READ | GENERIC_WRITE, 0, null(), CONSOLE_TEXTMODE_BUFFER, NULL); [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `CONSOLE_TEXTMODE_BUFFER` in this scope [INFO] [stderr] --> src/main.rs:26:88 [INFO] [stderr] | [INFO] [stderr] 26 | h_console = CreateConsoleScreenBuffer(GENERIC_READ | GENERIC_WRITE, 0, null(), CONSOLE_TEXTMODE_BUFFER, NULL); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `NULL` in this scope [INFO] [stderr] --> src/main.rs:26:113 [INFO] [stderr] | [INFO] [stderr] 26 | h_console = CreateConsoleScreenBuffer(GENERIC_READ | GENERIC_WRITE, 0, null(), CONSOLE_TEXTMODE_BUFFER, NULL); [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `SetConsoleActiveScreenBuffer` in this scope [INFO] [stderr] --> src/main.rs:27:9 [INFO] [stderr] | [INFO] [stderr] 27 | SetConsoleActiveScreenBuffer(h_console);} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `WCHAR` in this scope [INFO] [stderr] --> src/main.rs:150:36 [INFO] [stderr] | [INFO] [stderr] 150 | if boundary{' ' as WCHAR} [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `WCHAR` in this scope [INFO] [stderr] --> src/main.rs:155:29 [INFO] [stderr] | [INFO] [stderr] 155 | else{' ' as WCHAR}; [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `WCHAR` in this scope [INFO] [stderr] --> src/main.rs:159:53 [INFO] [stderr] | [INFO] [stderr] 159 | if y as isize <= ceiling{' ' as WCHAR} [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `WCHAR` in this scope [INFO] [stderr] --> src/main.rs:163:44 [INFO] [stderr] | [INFO] [stderr] 163 | if b < 0.25{'#' as WCHAR} [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `WCHAR` in this scope [INFO] [stderr] --> src/main.rs:164:48 [INFO] [stderr] | [INFO] [stderr] 164 | else if b < 0.5{'x' as WCHAR} [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `WCHAR` in this scope [INFO] [stderr] --> src/main.rs:165:49 [INFO] [stderr] | [INFO] [stderr] 165 | else if b < 0.75{'.' as WCHAR} [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `WCHAR` in this scope [INFO] [stderr] --> src/main.rs:166:48 [INFO] [stderr] | [INFO] [stderr] 166 | else if b < 0.9{'-' as WCHAR} [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `WCHAR` in this scope [INFO] [stderr] --> src/main.rs:167:37 [INFO] [stderr] | [INFO] [stderr] 167 | else{' ' as WCHAR} [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `WCHAR` in this scope [INFO] [stderr] --> src/main.rs:185:28 [INFO] [stderr] | [INFO] [stderr] 185 | else {'^'}} as WCHAR; [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `WCHAR` in this scope [INFO] [stderr] --> src/main.rs:187:60 [INFO] [stderr] | [INFO] [stderr] 187 | screen[SCREEN_WIDTH * SCREEN_HEIGHT - 1] = '\0' as WCHAR; [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `WriteConsoleOutputCharacterW` in this scope [INFO] [stderr] --> src/main.rs:189:16 [INFO] [stderr] | [INFO] [stderr] 189 | unsafe{WriteConsoleOutputCharacterW(h_console, &screen as LPCWSTR, (SCREEN_WIDTH * SCREEN_HEIGHT) as u32, COORD{X: 0, Y: 0}, &mut n as *mut u32);} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LPCWSTR` in this scope [INFO] [stderr] --> src/main.rs:189:67 [INFO] [stderr] | [INFO] [stderr] 189 | unsafe{WriteConsoleOutputCharacterW(h_console, &screen as LPCWSTR, (SCREEN_WIDTH * SCREEN_HEIGHT) as u32, COORD{X: 0, Y: 0}, &mut n as *mut u32);} [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `COORD` in this scope [INFO] [stderr] --> src/main.rs:189:115 [INFO] [stderr] | [INFO] [stderr] 189 | unsafe{WriteConsoleOutputCharacterW(h_console, &screen as LPCWSTR, (SCREEN_WIDTH * SCREEN_HEIGHT) as u32, COORD{X: 0, Y: 0}, &mut n as *mut u32);} [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 23 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0422, E0425, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `consolefps`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "0859a124962f2d53f8a2010d87178d6e2e7b481d7e10d158a72720af32bc2928"` [INFO] running `"docker" "rm" "-f" "0859a124962f2d53f8a2010d87178d6e2e7b481d7e10d158a72720af32bc2928"` [INFO] [stdout] 0859a124962f2d53f8a2010d87178d6e2e7b481d7e10d158a72720af32bc2928