Oct 27 00:29:58.060 INFO checking miyamoen/roar-cli-app against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 00:29:58.062 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 00:29:58.536 INFO blam! 48ebd1df3693e141ad6e6a44484895b08734bf524a39638b58f1fd4edbd37a2f Oct 27 00:29:58.547 INFO running `"docker" "start" "-a" "48ebd1df3693e141ad6e6a44484895b08734bf524a39638b58f1fd4edbd37a2f"` Oct 27 00:29:59.728 INFO kablam! usermod: no changes Oct 27 00:30:00.043 INFO kablam! Compiling libc v0.2.37 Oct 27 00:30:00.043 INFO kablam! Compiling cc v1.0.5 Oct 27 00:30:00.048 INFO kablam! Checking termios v0.2.2 Oct 27 00:30:00.048 INFO kablam! Checking clicolors-control v0.2.0 Oct 27 00:30:00.048 INFO kablam! Checking serde_json v1.0.10 Oct 27 00:30:00.048 INFO kablam! Checking parking_lot_core v0.2.13 Oct 27 00:30:00.048 INFO kablam! Checking uuid v0.5.1 Oct 27 00:30:00.048 INFO kablam! Checking tokio-core v0.1.12 Oct 27 00:30:04.035 INFO kablam! Checking parking_lot v0.5.4 Oct 27 00:30:06.165 INFO kablam! Compiling rand v0.4.2 Oct 27 00:30:08.411 INFO kablam! Checking tokio-proto v0.1.1 Oct 27 00:30:09.591 INFO kablam! Checking console v0.6.1 Oct 27 00:30:10.239 INFO kablam! Compiling openssl-sys v0.9.27 Oct 27 00:30:12.696 INFO kablam! Compiling rand v0.3.22 Oct 27 00:30:13.107 INFO kablam! Checking dialoguer v0.1.0 Oct 27 00:30:13.107 INFO kablam! Checking indicatif v0.9.0 Oct 27 00:30:13.231 INFO kablam! Compiling phf_generator v0.7.21 Oct 27 00:30:14.239 INFO kablam! Compiling openssl v0.9.24 Oct 27 00:30:14.361 INFO kablam! Compiling phf_codegen v0.7.21 Oct 27 00:30:15.179 INFO kablam! Compiling mime_guess v2.0.0-alpha.4 Oct 27 00:30:15.579 INFO kablam! Checking hyper v0.11.21 Oct 27 00:30:19.851 INFO kablam! Checking native-tls v0.1.5 Oct 27 00:30:20.535 INFO kablam! Checking tokio-tls v0.1.4 Oct 27 00:30:22.597 INFO kablam! Checking hyper-tls v0.1.2 Oct 27 00:30:23.855 INFO kablam! Checking reqwest v0.8.5 Oct 27 00:30:26.011 INFO kablam! Checking roar v0.1.0 (/source) Oct 27 00:30:28.309 INFO kablam! 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. Oct 27 00:30:28.309 INFO kablam! --> src/config.rs:10:20 Oct 27 00:30:28.310 INFO kablam! | Oct 27 00:30:28.310 INFO kablam! 10 | let mut path = env::home_dir().unwrap(); Oct 27 00:30:28.310 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 00:30:28.310 INFO kablam! | Oct 27 00:30:28.310 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 00:30:28.310 INFO kablam! Oct 27 00:30:28.679 INFO kablam! warning: unused variable: `n` Oct 27 00:30:28.679 INFO kablam! --> src/main.rs:51:48 Oct 27 00:30:28.679 INFO kablam! | Oct 27 00:30:28.679 INFO kablam! 51 | Cmd::App(AppCmd::Send { app_id, title, n }) => { Oct 27 00:30:28.680 INFO kablam! | ^ help: try ignoring the field: `n: _` Oct 27 00:30:28.680 INFO kablam! | Oct 27 00:30:28.680 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 00:30:28.680 INFO kablam! Oct 27 00:30:28.860 INFO kablam! 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. Oct 27 00:30:28.860 INFO kablam! --> src/config.rs:10:20 Oct 27 00:30:28.860 INFO kablam! | Oct 27 00:30:28.860 INFO kablam! 10 | let mut path = env::home_dir().unwrap(); Oct 27 00:30:28.860 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 00:30:28.860 INFO kablam! | Oct 27 00:30:28.860 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 00:30:28.861 INFO kablam! Oct 27 00:30:29.083 INFO kablam! warning: unused variable: `n` Oct 27 00:30:29.083 INFO kablam! --> src/main.rs:51:48 Oct 27 00:30:29.083 INFO kablam! | Oct 27 00:30:29.083 INFO kablam! 51 | Cmd::App(AppCmd::Send { app_id, title, n }) => { Oct 27 00:30:29.083 INFO kablam! | ^ help: try ignoring the field: `n: _` Oct 27 00:30:29.083 INFO kablam! | Oct 27 00:30:29.083 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 00:30:29.083 INFO kablam! Oct 27 00:30:29.192 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 29.44s Oct 27 00:30:29.210 INFO kablam! su: No module specific data is present Oct 27 00:30:30.205 INFO running `"docker" "rm" "-f" "48ebd1df3693e141ad6e6a44484895b08734bf524a39638b58f1fd4edbd37a2f"` Oct 27 00:30:30.356 INFO blam! 48ebd1df3693e141ad6e6a44484895b08734bf524a39638b58f1fd4edbd37a2f