Oct 21 15:38:54.880 INFO checking miyamoen/roar-cli-app against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 15:38:54.880 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192/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 21 15:38:55.093 INFO blam! 3e30212933caa964876e3f26ccbdfe8cdb77bd32d1d0048638a83803a55c8717 Oct 21 15:38:55.098 INFO running `"docker" "start" "-a" "3e30212933caa964876e3f26ccbdfe8cdb77bd32d1d0048638a83803a55c8717"` Oct 21 15:38:55.550 INFO kablam! usermod: no changes Oct 21 15:38:55.792 INFO kablam! Compiling libc v0.2.37 Oct 21 15:38:55.795 INFO kablam! Checking iovec v0.1.2 Oct 21 15:38:55.795 INFO kablam! Checking net2 v0.2.32 Oct 21 15:38:55.796 INFO kablam! Checking time v0.1.39 Oct 21 15:38:55.800 INFO kablam! Checking serde_json v1.0.10 Oct 21 15:38:55.804 INFO kablam! Checking futures-cpupool v0.1.8 Oct 21 15:38:55.804 INFO kablam! Checking openssl-sys v0.9.27 Oct 21 15:38:55.804 INFO kablam! Checking uuid v0.5.1 Oct 21 15:38:56.502 INFO kablam! Checking bytes v0.4.6 Oct 21 15:38:56.999 INFO kablam! Checking dialoguer v0.1.0 Oct 21 15:38:58.341 INFO kablam! Checking mio v0.6.13 Oct 21 15:38:58.752 INFO kablam! Checking tokio-io v0.1.5 Oct 21 15:38:58.967 INFO kablam! Checking openssl v0.9.24 Oct 21 15:39:00.614 INFO kablam! Compiling rand v0.4.2 Oct 21 15:39:02.597 INFO kablam! Checking tokio-core v0.1.12 Oct 21 15:39:03.366 INFO kablam! Compiling rand v0.3.22 Oct 21 15:39:03.784 INFO kablam! Compiling phf_generator v0.7.21 Oct 21 15:39:04.052 INFO kablam! Checking native-tls v0.1.5 Oct 21 15:39:04.225 INFO kablam! Compiling phf_codegen v0.7.21 Oct 21 15:39:04.379 INFO kablam! Checking tokio-proto v0.1.1 Oct 21 15:39:04.628 INFO kablam! Checking tokio-tls v0.1.4 Oct 21 15:39:04.828 INFO kablam! Compiling mime_guess v2.0.0-alpha.4 Oct 21 15:39:07.136 INFO kablam! Checking hyper v0.11.21 Oct 21 15:39:12.284 INFO kablam! Checking hyper-tls v0.1.2 Oct 21 15:39:13.448 INFO kablam! Checking reqwest v0.8.5 Oct 21 15:39:15.687 INFO kablam! Checking roar v0.1.0 (/source) Oct 21 15:39:17.832 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 21 15:39:17.832 INFO kablam! --> src/config.rs:10:20 Oct 21 15:39:17.832 INFO kablam! | Oct 21 15:39:17.832 INFO kablam! 10 | let mut path = env::home_dir().unwrap(); Oct 21 15:39:17.832 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 15:39:17.832 INFO kablam! | Oct 21 15:39:17.832 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 15:39:17.832 INFO kablam! Oct 21 15:39:17.994 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 21 15:39:17.994 INFO kablam! --> src/config.rs:10:20 Oct 21 15:39:17.995 INFO kablam! | Oct 21 15:39:17.995 INFO kablam! 10 | let mut path = env::home_dir().unwrap(); Oct 21 15:39:17.995 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 15:39:17.995 INFO kablam! | Oct 21 15:39:17.996 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 15:39:17.996 INFO kablam! Oct 21 15:39:18.072 INFO kablam! warning: unused variable: `n` Oct 21 15:39:18.072 INFO kablam! --> src/main.rs:51:48 Oct 21 15:39:18.072 INFO kablam! | Oct 21 15:39:18.072 INFO kablam! 51 | Cmd::App(AppCmd::Send { app_id, title, n }) => { Oct 21 15:39:18.072 INFO kablam! | ^ help: try ignoring the field: `n: _` Oct 21 15:39:18.072 INFO kablam! | Oct 21 15:39:18.072 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 15:39:18.072 INFO kablam! Oct 21 15:39:18.226 INFO kablam! warning: unused variable: `n` Oct 21 15:39:18.226 INFO kablam! --> src/main.rs:51:48 Oct 21 15:39:18.226 INFO kablam! | Oct 21 15:39:18.226 INFO kablam! 51 | Cmd::App(AppCmd::Send { app_id, title, n }) => { Oct 21 15:39:18.226 INFO kablam! | ^ help: try ignoring the field: `n: _` Oct 21 15:39:18.226 INFO kablam! | Oct 21 15:39:18.226 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 15:39:18.226 INFO kablam! Oct 21 15:39:18.349 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 22.77s Oct 21 15:39:18.372 INFO kablam! su: No module specific data is present Oct 21 15:39:18.912 INFO running `"docker" "rm" "-f" "3e30212933caa964876e3f26ccbdfe8cdb77bd32d1d0048638a83803a55c8717"` Oct 21 15:39:19.170 INFO blam! 3e30212933caa964876e3f26ccbdfe8cdb77bd32d1d0048638a83803a55c8717