[INFO] cloning repository https://github.com/bstaint/mb_rust_app [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bstaint/mb_rust_app" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbstaint%2Fmb_rust_app", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbstaint%2Fmb_rust_app'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4f515171843c372216c861744ac3d70661582f21 [INFO] testing bstaint/mb_rust_app against master#432e145bd5a974c5b6f4dd9b352891bd7502b69d for pr-87041 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbstaint%2Fmb_rust_app" "/workspace/builds/worker-13/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/bstaint/mb_rust_app on toolchain 432e145bd5a974c5b6f4dd9b352891bd7502b69d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/bstaint/mb_rust_app [INFO] finished tweaking git repo https://github.com/bstaint/mb_rust_app [INFO] tweaked toml for git repo https://github.com/bstaint/mb_rust_app written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/bstaint/mb_rust_app already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "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-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 13df8197dfe7f03787039fd1b07ad833ad6766d64d7c45ef209b2f1790d7a115 [INFO] running `Command { std: "docker" "start" "-a" "13df8197dfe7f03787039fd1b07ad833ad6766d64d7c45ef209b2f1790d7a115", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "13df8197dfe7f03787039fd1b07ad833ad6766d64d7c45ef209b2f1790d7a115", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "13df8197dfe7f03787039fd1b07ad833ad6766d64d7c45ef209b2f1790d7a115", kill_on_drop: false }` [INFO] [stdout] 13df8197dfe7f03787039fd1b07ad833ad6766d64d7c45ef209b2f1790d7a115 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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=forbid" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c0869152096570f63dd2fdeef3000cfe5c1ca58f1915044f4000d1120b6571f6 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "c0869152096570f63dd2fdeef3000cfe5c1ca58f1915044f4000d1120b6571f6", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling libc v0.2.95 [INFO] [stderr] Compiling syn v1.0.72 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling radium v0.5.3 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling lexical-core v0.7.6 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling wyz v0.2.0 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling winapi v0.3.9 [INFO] [stderr] Compiling funty v1.1.0 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling tap v1.0.1 [INFO] [stderr] Compiling log-mdc v0.1.0 [INFO] [stderr] Compiling bytesize v1.0.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling instant v0.1.9 [INFO] [stderr] Compiling nom v6.1.2 [INFO] [stderr] Compiling lock_api v0.4.4 [INFO] [stderr] Compiling unsafe-any v0.4.2 [INFO] [stderr] Compiling libloading v0.7.0 [INFO] [stderr] Compiling typemap v0.3.3 [INFO] [stderr] Compiling bitvec v0.19.5 [INFO] [stderr] Compiling miniblink v0.1.0 (https://github.com/bstaint/rust-mb?branch=local#c51b3a78) [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-mb-21cb4c3c0b22ba09/c51b3a7/src/mb/Func.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | shared::{ [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] --> /opt/rustwide/cargo-home/git/checkouts/rust-mb-21cb4c3c0b22ba09/c51b3a7/src/mb/Func.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | um::{ [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-mb-21cb4c3c0b22ba09/c51b3a7/src/mb/mbAPI.rs:9:13 [INFO] [stdout] | [INFO] [stdout] 9 | use winapi::shared::{ [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-mb-21cb4c3c0b22ba09/c51b3a7/src/interface/Func.rs:3:13 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::{ [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetModuleHandleA` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-mb-21cb4c3c0b22ba09/c51b3a7/src/mb/Func.rs:38:26 [INFO] [stdout] | [INFO] [stdout] 38 | let handle = GetModuleHandleA(0 as LPCSTR); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LPCSTR` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-mb-21cb4c3c0b22ba09/c51b3a7/src/mb/Func.rs:38:48 [INFO] [stdout] | [INFO] [stdout] 38 | let handle = GetModuleHandleA(0 as LPCSTR); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `LoadIconA` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-mb-21cb4c3c0b22ba09/c51b3a7/src/mb/Func.rs:39:25 [INFO] [stdout] | [INFO] [stdout] 39 | let hIcon = LoadIconA(handle as HINSTANCE, iconId as LPCSTR); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HINSTANCE` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-mb-21cb4c3c0b22ba09/c51b3a7/src/mb/Func.rs:39:45 [INFO] [stdout] | [INFO] [stdout] 39 | let hIcon = LoadIconA(handle as HINSTANCE, iconId as LPCSTR); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LPCSTR` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-mb-21cb4c3c0b22ba09/c51b3a7/src/mb/Func.rs:39:66 [INFO] [stdout] | [INFO] [stdout] 39 | let hIcon = LoadIconA(handle as HINSTANCE, iconId as LPCSTR); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `PostMessageA` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-mb-21cb4c3c0b22ba09/c51b3a7/src/mb/Func.rs:40:13 [INFO] [stdout] | [INFO] [stdout] 40 | PostMessageA( [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-mb-21cb4c3c0b22ba09/c51b3a7/src/mb/Func.rs:41:25 [INFO] [stdout] | [INFO] [stdout] 41 | hwnd as HWND, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WM_SETICON` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-mb-21cb4c3c0b22ba09/c51b3a7/src/mb/Func.rs:42:17 [INFO] [stdout] | [INFO] [stdout] 42 | WM_SETICON, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ICON_SMALL` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-mb-21cb4c3c0b22ba09/c51b3a7/src/mb/Func.rs:43:17 [INFO] [stdout] | [INFO] [stdout] 43 | ICON_SMALL as WPARAM, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `WPARAM` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-mb-21cb4c3c0b22ba09/c51b3a7/src/mb/Func.rs:43:31 [INFO] [stdout] | [INFO] [stdout] 43 | ICON_SMALL as WPARAM, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LPARAM` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-mb-21cb4c3c0b22ba09/c51b3a7/src/mb/Func.rs:44:26 [INFO] [stdout] | [INFO] [stdout] 44 | hIcon as LPARAM, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-mb-21cb4c3c0b22ba09/c51b3a7/src/mb/mbAPI.rs:411:38 [INFO] [stdout] | [INFO] [stdout] 411 | pub fn GetWindowHandle(&self) -> HWND { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-mb-21cb4c3c0b22ba09/c51b3a7/src/mb/mbAPI.rs:420:15 [INFO] [stdout] | [INFO] [stdout] 420 | hWnd: HWND, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `WPARAM` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-mb-21cb4c3c0b22ba09/c51b3a7/src/mb/mbAPI.rs:422:17 [INFO] [stdout] | [INFO] [stdout] 422 | wParam: WPARAM, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LPARAM` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-mb-21cb4c3c0b22ba09/c51b3a7/src/mb/mbAPI.rs:423:17 [INFO] [stdout] | [INFO] [stdout] 423 | lParam: LPARAM, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-mb-21cb4c3c0b22ba09/c51b3a7/src/interface/Func.rs:37:52 [INFO] [stdout] | [INFO] [stdout] 37 | pub type GetWindowHandle = fn(webview: Webview) -> HWND; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-mb-21cb4c3c0b22ba09/c51b3a7/src/interface/Func.rs:39:32 [INFO] [stdout] | [INFO] [stdout] 39 | fn(webview: Webview, hWnd: HWND, message: i32, wParam: WPARAM, lParam: LPARAM) -> bool; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `WPARAM` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-mb-21cb4c3c0b22ba09/c51b3a7/src/interface/Func.rs:39:60 [INFO] [stdout] | [INFO] [stdout] 39 | fn(webview: Webview, hWnd: HWND, message: i32, wParam: WPARAM, lParam: LPARAM) -> bool; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LPARAM` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-mb-21cb4c3c0b22ba09/c51b3a7/src/interface/Func.rs:39:76 [INFO] [stdout] | [INFO] [stdout] 39 | fn(webview: Webview, hWnd: HWND, message: i32, wParam: WPARAM, lParam: LPARAM) -> bool; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 23 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `miniblink` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "c0869152096570f63dd2fdeef3000cfe5c1ca58f1915044f4000d1120b6571f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c0869152096570f63dd2fdeef3000cfe5c1ca58f1915044f4000d1120b6571f6", kill_on_drop: false }` [INFO] [stdout] c0869152096570f63dd2fdeef3000cfe5c1ca58f1915044f4000d1120b6571f6