[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 master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbradacina%2Frust-irc-raw" "/workspace/builds/worker-1/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/bradacina/rust-irc-raw on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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-1/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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=forbid" "-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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stdout] 6590281839e0f7b58432fc4da07252bfc76cc092b3bce47cf4b83b50796fbdcf
[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" "6590281839e0f7b58432fc4da07252bfc76cc092b3bce47cf4b83b50796fbdcf"`
[INFO] [stderr]    Compiling proc-macro2 v0.4.13
[INFO] [stderr]    Compiling backtrace-sys v0.1.24
[INFO] [stderr]    Compiling quote v0.6.6
[INFO] [stderr]    Compiling syn v0.14.8
[INFO] [stderr]     Checking backtrace v0.3.9
[INFO] [stderr]    Compiling synstructure v0.9.0
[INFO] [stderr]    Compiling failure_derive v0.1.2
[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] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/connection_reader.rs:16:47
[INFO] [stderr]    |
[INFO] [stderr] 16 |     pub fn read_messages(&mut self, con: &mut Read) -> Option<Vec<String>> {
[INFO] [stderr]    |                                               ^^^^ help: use `dyn`: `dyn Read`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]  --> src/connection_writer.rs:3:35
[INFO] [stderr]   |
[INFO] [stderr] 3 | pub fn write_connection(con: &mut Write, write_buf: &mut String) {
[INFO] [stderr]   |                                   ^^^^^ help: use `dyn`: `dyn Write`
[INFO] [stderr] 
[INFO] [stderr] error[E0624]: associated function `init` is private
[INFO] [stderr]  --> src/program_lifecycle.rs:9:35
[INFO] [stderr]   |
[INFO] [stderr] 9 |         let term_init = TermInit::init();
[INFO] [stderr]   |                                   ^^^^ private associated function
[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] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/connection_reader.rs:16:47
[INFO] [stderr]    |
[INFO] [stderr] 16 |     pub fn read_messages(&mut self, con: &mut Read) -> Option<Vec<String>> {
[INFO] [stderr]    |                                               ^^^^ help: use `dyn`: `dyn Read`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]  --> src/connection_writer.rs:3:35
[INFO] [stderr]   |
[INFO] [stderr] 3 | pub fn write_connection(con: &mut Write, write_buf: &mut String) {
[INFO] [stderr]   |                                   ^^^^^ help: use `dyn`: `dyn Write`
[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] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0624]: associated function `init` is private
[INFO] [stderr]  --> src/program_lifecycle.rs:9:35
[INFO] [stderr]   |
[INFO] [stderr] 9 |         let term_init = TermInit::init();
[INFO] [stderr]   |                                   ^^^^ private associated function
[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" "6590281839e0f7b58432fc4da07252bfc76cc092b3bce47cf4b83b50796fbdcf"`
[INFO] running `"docker" "rm" "-f" "6590281839e0f7b58432fc4da07252bfc76cc092b3bce47cf4b83b50796fbdcf"`
[INFO] [stdout] 6590281839e0f7b58432fc4da07252bfc76cc092b3bce47cf4b83b50796fbdcf
