[INFO] updating cached repository https://github.com/bradacina/rust-irc-raw [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] 64a7c84cdc2a4b9fa0d6c6a5f6d1ed2fd0b21c5e [INFO] checking bradacina/rust-irc-raw against try#8810c24b0958114d8dbb32d878444e8956fce80f for pr-66063 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbradacina%2Frust-irc-raw" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/bradacina/rust-irc-raw on toolchain 8810c24b0958114d8dbb32d878444e8956fce80f [INFO] running `"/workspace/cargo-home/bin/cargo" "+8810c24b0958114d8dbb32d878444e8956fce80f" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/bradacina/rust-irc-raw [INFO] finished tweaking git repo https://github.com/bradacina/rust-irc-raw [INFO] tweaked toml for git repo https://github.com/bradacina/rust-irc-raw written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/bradacina/rust-irc-raw already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+8810c24b0958114d8dbb32d878444e8956fce80f" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+8810c24b0958114d8dbb32d878444e8956fce80f" "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] cf7b582050ba14099018e1508e97588b327b064fba8949be1bef28ad42838933 [INFO] running `"docker" "start" "-a" "cf7b582050ba14099018e1508e97588b327b064fba8949be1bef28ad42838933"` [INFO] [stderr] Checking backtrace-sys v0.1.24 [INFO] [stderr] Checking backtrace v0.3.9 [INFO] [stderr] Checking failure v0.1.2 [INFO] [stderr] Checking irc-raw v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `SetConsoleMode` in this scope [INFO] [stderr] --> src/terminal/term_init.rs:110:20 [INFO] [stderr] | [INFO] [stderr] 110 | if SetConsoleMode(self.hOut, self.originalOutputMode) == FALSE { [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `SetConsoleMode` in this scope [INFO] [stderr] --> src/terminal/term_init.rs:118:20 [INFO] [stderr] | [INFO] [stderr] 118 | if SetConsoleMode(self.hIn, self.originalInputMode) == FALSE { [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0624]: method `init` is private [INFO] [stderr] --> src/program_lifecycle.rs:9:25 [INFO] [stderr] | [INFO] [stderr] 9 | let term_init = TermInit::init(); [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `SetConsoleMode` in this scope [INFO] [stderr] --> src/terminal/term_init.rs:110:20 [INFO] [stderr] | [INFO] [stderr] 110 | if SetConsoleMode(self.hOut, self.originalOutputMode) == FALSE { [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `SetConsoleMode` in this scope [INFO] [stderr] --> src/terminal/term_init.rs:118:20 [INFO] [stderr] | [INFO] [stderr] 118 | if SetConsoleMode(self.hIn, self.originalInputMode) == FALSE { [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0624. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `irc-raw`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0624]: method `init` is private [INFO] [stderr] --> src/program_lifecycle.rs:9:25 [INFO] [stderr] | [INFO] [stderr] 9 | let term_init = TermInit::init(); [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0624. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `irc-raw`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "cf7b582050ba14099018e1508e97588b327b064fba8949be1bef28ad42838933"` [INFO] running `"docker" "rm" "-f" "cf7b582050ba14099018e1508e97588b327b064fba8949be1bef28ad42838933"` [INFO] [stdout] cf7b582050ba14099018e1508e97588b327b064fba8949be1bef28ad42838933