[INFO] updating cached repository https://github.com/miyamoen/roar-cli-app [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] 4d88af7e1d7b56513942b24e7808a1a51a7567e3 [INFO] checking miyamoen/roar-cli-app against try#e689e5eaefe96e6dc3ed5bb629c521b7d207aff7 for pr-64398 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmiyamoen%2Froar-cli-app" "work/builds/worker-7/source"` [INFO] [stderr] Cloning into 'work/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/miyamoen/roar-cli-app 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/miyamoen/roar-cli-app [INFO] finished tweaking git repo https://github.com/miyamoen/roar-cli-app [INFO] tweaked toml for git repo https://github.com/miyamoen/roar-cli-app written to work/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/miyamoen/roar-cli-app 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-7/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-7/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] bc7bed0b70c1eb454bc732154cec86a76e8fa5d95473a3883a90202c44a4f223 [INFO] running `"docker" "start" "-a" "bc7bed0b70c1eb454bc732154cec86a76e8fa5d95473a3883a90202c44a4f223"` [INFO] [stderr] Compiling libc v0.2.37 [INFO] [stderr] Compiling cc v1.0.5 [INFO] [stderr] Checking net2 v0.2.32 [INFO] [stderr] Checking time v0.1.39 [INFO] [stderr] Checking termios v0.2.2 [INFO] [stderr] Checking clicolors-control v0.2.0 [INFO] [stderr] Checking serde_json v1.0.10 [INFO] [stderr] Checking rand v0.3.22 [INFO] [stderr] Checking parking_lot_core v0.2.13 [INFO] [stderr] Checking futures-cpupool v0.1.8 [INFO] [stderr] Checking tokio-io v0.1.5 [INFO] [stderr] Checking uuid v0.5.1 [INFO] [stderr] Checking tempfile v2.2.0 [INFO] [stderr] Checking regex v0.2.6 [INFO] [stderr] Checking mio v0.6.13 [INFO] [stderr] Compiling rand v0.4.2 [INFO] [stderr] Checking parking_lot v0.5.4 [INFO] [stderr] Compiling openssl-sys v0.9.27 [INFO] [stderr] Compiling phf_generator v0.7.21 [INFO] [stderr] Checking tokio-core v0.1.12 [INFO] [stderr] Checking console v0.6.1 [INFO] [stderr] Compiling phf_codegen v0.7.21 [INFO] [stderr] Compiling openssl v0.9.24 [INFO] [stderr] Compiling mime_guess v2.0.0-alpha.4 [INFO] [stderr] Checking dialoguer v0.1.0 [INFO] [stderr] Checking indicatif v0.9.0 [INFO] [stderr] Checking tokio-proto v0.1.1 [INFO] [stderr] Checking hyper v0.11.21 [INFO] [stderr] Checking native-tls v0.1.5 [INFO] [stderr] Checking tokio-tls v0.1.4 [INFO] [stderr] Checking hyper-tls v0.1.2 [INFO] [stderr] Checking reqwest v0.8.5 [INFO] [stderr] Checking roar v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/config.rs:10:20 [INFO] [stderr] | [INFO] [stderr] 10 | let mut path = env::home_dir().unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/config.rs:10:20 [INFO] [stderr] | [INFO] [stderr] 10 | let mut path = env::home_dir().unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `n` [INFO] [stderr] --> src/main.rs:51:48 [INFO] [stderr] | [INFO] [stderr] 51 | Cmd::App(AppCmd::Send { app_id, title, n }) => { [INFO] [stderr] | ^ help: try ignoring the field: `n: _` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `n` [INFO] [stderr] --> src/main.rs:51:48 [INFO] [stderr] | [INFO] [stderr] 51 | Cmd::App(AppCmd::Send { app_id, title, n }) => { [INFO] [stderr] | ^ help: try ignoring the field: `n: _` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 42.06s [INFO] running `"docker" "inspect" "bc7bed0b70c1eb454bc732154cec86a76e8fa5d95473a3883a90202c44a4f223"` [INFO] running `"docker" "rm" "-f" "bc7bed0b70c1eb454bc732154cec86a76e8fa5d95473a3883a90202c44a4f223"` [INFO] [stdout] bc7bed0b70c1eb454bc732154cec86a76e8fa5d95473a3883a90202c44a4f223