[INFO] cloning repository https://github.com/darkarp/chromepass-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/darkarp/chromepass-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdarkarp%2Fchromepass-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdarkarp%2Fchromepass-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] da320f913ad724bd0838fb57cc6c495cc51d71e8 [INFO] testing darkarp/chromepass-rust against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdarkarp%2Fchromepass-rust" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/darkarp/chromepass-rust on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/darkarp/chromepass-rust [INFO] finished tweaking git repo https://github.com/darkarp/chromepass-rust [INFO] tweaked toml for git repo https://github.com/darkarp/chromepass-rust written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/darkarp/chromepass-rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded winres v0.1.11 [INFO] [stderr] Downloaded h2 v0.3.1 [INFO] [stderr] Downloaded mio v0.7.10 [INFO] [stderr] Downloaded sqlite3-src v0.2.12 [INFO] [stderr] Downloaded sqlite v0.25.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "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] 29643ea8253fae35ad3bffaf3ea4c4cb4d02ee1f1b0a7a84e7dfa488c8568340 [INFO] running `Command { std: "docker" "start" "-a" "29643ea8253fae35ad3bffaf3ea4c4cb4d02ee1f1b0a7a84e7dfa488c8568340", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "29643ea8253fae35ad3bffaf3ea4c4cb4d02ee1f1b0a7a84e7dfa488c8568340", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "29643ea8253fae35ad3bffaf3ea4c4cb4d02ee1f1b0a7a84e7dfa488c8568340", kill_on_drop: false }` [INFO] [stdout] 29643ea8253fae35ad3bffaf3ea4c4cb4d02ee1f1b0a7a84e7dfa488c8568340 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0ad4fcac7d53967c8ae6764a4e44de7290c8cee8838986f3574a355cc3ffe653 [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" "0ad4fcac7d53967c8ae6764a4e44de7290c8cee8838986f3574a355cc3ffe653", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.90 [INFO] [stderr] Compiling serde v1.0.124 [INFO] [stderr] Compiling futures-core v0.3.13 [INFO] [stderr] Compiling syn v1.0.64 [INFO] [stderr] Compiling openssl v0.10.33 [INFO] [stderr] Compiling futures-io v0.3.13 [INFO] [stderr] Compiling httparse v1.3.5 [INFO] [stderr] Compiling futures-task v0.3.13 [INFO] [stderr] Compiling futures-sink v0.3.13 [INFO] [stderr] Compiling subtle v2.4.0 [INFO] [stderr] Compiling cpuid-bool v0.2.0 [INFO] [stderr] Compiling anyhow v1.0.39 [INFO] [stderr] Compiling winapi v0.3.9 [INFO] [stderr] Compiling tokio v1.4.0 [INFO] [stderr] Compiling openssl-sys v0.9.61 [INFO] [stderr] Compiling sqlite3-src v0.2.12 [INFO] [stderr] Compiling http v0.2.3 [INFO] [stderr] Compiling tinyvec v1.1.1 [INFO] [stderr] Compiling user32-sys v0.1.3 [INFO] [stderr] Compiling tracing v0.1.25 [INFO] [stderr] Compiling futures-channel v0.3.13 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling futures-util v0.3.13 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling cipher v0.2.5 [INFO] [stderr] Compiling universal-hash v0.4.0 [INFO] [stderr] Compiling aead v0.3.2 [INFO] [stderr] Compiling polyval v0.4.5 [INFO] [stderr] Compiling aes-soft v0.6.4 [INFO] [stderr] Compiling ctr v0.6.0 [INFO] [stderr] Compiling native-tls v0.2.7 [INFO] [stderr] Compiling unicode-normalization v0.1.17 [INFO] [stderr] Compiling ghash v0.3.1 [INFO] [stderr] Compiling aes v0.6.0 [INFO] [stderr] Compiling aes-gcm v0.8.0 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling mio v0.7.10 [INFO] [stderr] Compiling socket2 v0.3.19 [INFO] [stderr] Compiling sqlite3-sys v0.12.0 [INFO] [stderr] Compiling sqlite v0.25.3 [INFO] [stderr] Compiling idna v0.2.2 [INFO] [stderr] Compiling url v2.2.1 [INFO] [stderr] Compiling http-body v0.4.1 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling serde_urlencoded v0.7.0 [INFO] [stderr] Compiling winres v0.1.11 [INFO] [stderr] Compiling tokio-util v0.6.5 [INFO] [stderr] Compiling tokio-native-tls v0.3.0 [INFO] [stderr] Compiling chromepass v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling h2 v0.3.1 [INFO] [stderr] Compiling pin-project-internal v1.0.5 [INFO] [stderr] Compiling pin-project v1.0.5 [INFO] [stderr] Compiling hyper v0.14.4 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling reqwest v0.11.2 [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/crypto.rs:3:13 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::um::dpapi::CryptUnprotectData; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/crypto.rs:4:13 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::um::wincrypt::CRYPTOAPI_BLOB; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `user32::MessageBoxA` [INFO] [stdout] --> src/main.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use user32::MessageBoxA; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no `MessageBoxA` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `CRYPTOAPI_BLOB` in this scope [INFO] [stdout] --> src/crypto.rs:6:23 [INFO] [stdout] | [INFO] [stdout] 6 | let mut in_data = CRYPTOAPI_BLOB { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `CRYPTOAPI_BLOB` in this scope [INFO] [stdout] --> src/crypto.rs:10:24 [INFO] [stdout] | [INFO] [stdout] 10 | let mut out_data = CRYPTOAPI_BLOB { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CryptUnprotectData` in this scope [INFO] [stdout] --> src/crypto.rs:15:17 [INFO] [stdout] | [INFO] [stdout] 15 | let _ = CryptUnprotectData( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0422, E0425, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0422`. [INFO] [stdout] [INFO] [stderr] error: could not compile `chromepass` due to 7 previous errors [INFO] running `Command { std: "docker" "inspect" "0ad4fcac7d53967c8ae6764a4e44de7290c8cee8838986f3574a355cc3ffe653", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0ad4fcac7d53967c8ae6764a4e44de7290c8cee8838986f3574a355cc3ffe653", kill_on_drop: false }` [INFO] [stdout] 0ad4fcac7d53967c8ae6764a4e44de7290c8cee8838986f3574a355cc3ffe653