[INFO] updating cached repository https://github.com/mythmon/rearguard [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/mnt/big/crater/work/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] 7fde477fcbc072af8d710874018045a6a1793903 [INFO] checking mythmon/rearguard against try#e689e5eaefe96e6dc3ed5bb629c521b7d207aff7 for pr-64398 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmythmon%2Frearguard" "work/builds/worker-1/source"` [INFO] [stderr] Cloning into 'work/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mythmon/rearguard on toolchain e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/mythmon/rearguard [INFO] finished tweaking git repo https://github.com/mythmon/rearguard [INFO] tweaked toml for git repo https://github.com/mythmon/rearguard written to work/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/mythmon/rearguard already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] a5cd70f208dff08766b45ce19ed3cd22b022912917ca77fabdb52c6b35421d84 [INFO] running `"docker" "start" "-a" "a5cd70f208dff08766b45ce19ed3cd22b022912917ca77fabdb52c6b35421d84"` [INFO] [stderr] Checking rearguard v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: cannot find macro `select!` in this scope [INFO] [stderr] --> src/main.rs:28:9 [INFO] [stderr] | [INFO] [stderr] 28 | select! ( [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `select!` in this scope [INFO] [stderr] --> src/main.rs:89:9 [INFO] [stderr] | [INFO] [stderr] 89 | select! ( [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:74:23 [INFO] [stderr] | [INFO] [stderr] 74 | let client_addr = try!(stream.peer_addr()); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:75:33 [INFO] [stderr] | [INFO] [stderr] 75 | let reader = BufReader::new(try!(stream.try_clone())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable statement [INFO] [stderr] --> src/main.rs:127:5 [INFO] [stderr] | [INFO] [stderr] 127 | println!("{}: disconnected.", client_addr); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unreachable_code)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/message.rs:63:34 [INFO] [stderr] | [INFO] [stderr] 63 | let words: Vec<&str> = s.trim_right_matches("\r").split(" ").collect(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `slice_chars` found for type `&str` in the current scope [INFO] [stderr] --> src/message.rs:66:34 [INFO] [stderr] | [INFO] [stderr] 66 | let prefix = if words[i].slice_chars(0, 1) == ":" { [INFO] [stderr] | ^^^^^^^^^^^ method not found in `&str` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `slice_chars` found for type `&str` in the current scope [INFO] [stderr] --> src/message.rs:68:31 [INFO] [stderr] | [INFO] [stderr] 68 | Some(words[i - 1].slice_chars(1, words[i - 1].len()).to_string()) [INFO] [stderr] | ^^^^^^^^^^^ method not found in `&str` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `slice_chars` found for type `&str` in the current scope [INFO] [stderr] --> src/message.rs:80:25 [INFO] [stderr] | [INFO] [stderr] 80 | if words[i].slice_chars(0, 1) == ":" { [INFO] [stderr] | ^^^^^^^^^^^ method not found in `&str` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `slice_chars` found for type `&str` in the current scope [INFO] [stderr] --> src/message.rs:81:48 [INFO] [stderr] | [INFO] [stderr] 81 | let mut trail_parts = words[i].slice_chars(1, words[i].len()).to_string(); [INFO] [stderr] | ^^^^^^^^^^^ method not found in `&str` [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: Could not compile `rearguard`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: cannot find macro `select!` in this scope [INFO] [stderr] --> src/main.rs:28:9 [INFO] [stderr] | [INFO] [stderr] 28 | select! ( [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `select!` in this scope [INFO] [stderr] --> src/main.rs:89:9 [INFO] [stderr] | [INFO] [stderr] 89 | select! ( [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:74:23 [INFO] [stderr] | [INFO] [stderr] 74 | let client_addr = try!(stream.peer_addr()); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:75:33 [INFO] [stderr] | [INFO] [stderr] 75 | let reader = BufReader::new(try!(stream.try_clone())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable statement [INFO] [stderr] --> src/main.rs:127:5 [INFO] [stderr] | [INFO] [stderr] 127 | println!("{}: disconnected.", client_addr); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unreachable_code)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/message.rs:63:34 [INFO] [stderr] | [INFO] [stderr] 63 | let words: Vec<&str> = s.trim_right_matches("\r").split(" ").collect(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `slice_chars` found for type `&str` in the current scope [INFO] [stderr] --> src/message.rs:66:34 [INFO] [stderr] | [INFO] [stderr] 66 | let prefix = if words[i].slice_chars(0, 1) == ":" { [INFO] [stderr] | ^^^^^^^^^^^ method not found in `&str` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `slice_chars` found for type `&str` in the current scope [INFO] [stderr] --> src/message.rs:68:31 [INFO] [stderr] | [INFO] [stderr] 68 | Some(words[i - 1].slice_chars(1, words[i - 1].len()).to_string()) [INFO] [stderr] | ^^^^^^^^^^^ method not found in `&str` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `slice_chars` found for type `&str` in the current scope [INFO] [stderr] --> src/message.rs:80:25 [INFO] [stderr] | [INFO] [stderr] 80 | if words[i].slice_chars(0, 1) == ":" { [INFO] [stderr] | ^^^^^^^^^^^ method not found in `&str` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `slice_chars` found for type `&str` in the current scope [INFO] [stderr] --> src/message.rs:81:48 [INFO] [stderr] | [INFO] [stderr] 81 | let mut trail_parts = words[i].slice_chars(1, words[i].len()).to_string(); [INFO] [stderr] | ^^^^^^^^^^^ method not found in `&str` [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: Could not compile `rearguard`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "a5cd70f208dff08766b45ce19ed3cd22b022912917ca77fabdb52c6b35421d84"` [INFO] running `"docker" "rm" "-f" "a5cd70f208dff08766b45ce19ed3cd22b022912917ca77fabdb52c6b35421d84"` [INFO] [stdout] a5cd70f208dff08766b45ce19ed3cd22b022912917ca77fabdb52c6b35421d84