Oct 31 20:37:40.255 INFO checking ssloboda/bonusly-bot against try#d7816399d50d407bbce1efe9dbadf8faaaf568fc for pr-55538 Oct 31 20:37:40.255 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-0/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-55538/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/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 +d7816399d50d407bbce1efe9dbadf8faaaf568fc-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 31 20:37:40.512 INFO blam! feb680eedf50bd5d82dadf5826d0c662669b3155250c67f616c07a7778b7e077 Oct 31 20:37:40.512 INFO running `"docker" "start" "-a" "feb680eedf50bd5d82dadf5826d0c662669b3155250c67f616c07a7778b7e077"` Oct 31 20:37:41.458 INFO kablam! usermod: no changes Oct 31 20:37:41.724 INFO kablam! Compiling openssl v0.9.20 Oct 31 20:37:41.724 INFO kablam! Checking futures v0.1.16 Oct 31 20:37:41.776 INFO kablam! Checking linked-hash-map v0.3.0 Oct 31 20:37:41.776 INFO kablam! Checking iovec v0.1.1 Oct 31 20:37:41.776 INFO kablam! Checking num_cpus v1.7.0 Oct 31 20:37:41.776 INFO kablam! Checking term_size v0.3.0 Oct 31 20:37:41.776 INFO kablam! Checking atty v0.2.3 Oct 31 20:37:41.776 INFO kablam! Compiling openssl-sys v0.9.20 Oct 31 20:37:42.970 INFO kablam! Checking net2 v0.2.31 Oct 31 20:37:43.330 INFO kablam! Checking textwrap v0.8.0 Oct 31 20:37:44.020 INFO kablam! Checking bytes v0.4.5 Oct 31 20:37:44.033 INFO kablam! Checking mime v0.3.5 Oct 31 20:37:44.043 INFO kablam! Checking yaml-rust v0.3.5 Oct 31 20:37:46.625 INFO kablam! Checking clap v2.26.2 Oct 31 20:37:47.186 INFO kablam! Checking mio v0.6.10 Oct 31 20:37:49.444 INFO kablam! Checking serde_yaml v0.7.1 Oct 31 20:37:52.402 INFO kablam! Checking tokio-io v0.1.3 Oct 31 20:37:52.402 INFO kablam! Checking tokio-service v0.1.0 Oct 31 20:37:52.402 INFO kablam! Checking futures-cpupool v0.1.7 Oct 31 20:37:52.402 INFO kablam! Checking relay v0.1.0 Oct 31 20:37:54.204 INFO kablam! Checking tokio-core v0.1.10 Oct 31 20:37:54.880 INFO kablam! Checking native-tls v0.1.4 Oct 31 20:37:56.871 INFO kablam! Checking tokio-proto v0.1.1 Oct 31 20:37:56.871 INFO kablam! Checking tokio-tls v0.1.3 Oct 31 20:38:00.676 INFO kablam! Checking hyper v0.11.6 Oct 31 20:38:04.932 INFO kablam! Checking hyper-tls v0.1.2 Oct 31 20:38:05.667 INFO kablam! Checking bonusly-bot v0.1.0 (/source) Oct 31 20:38:06.828 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 31 20:38:06.828 INFO kablam! --> src/main.rs:104:20 Oct 31 20:38:06.828 INFO kablam! | Oct 31 20:38:06.828 INFO kablam! 104 | let mut home = env::home_dir().expect("Cannot get home directory"); Oct 31 20:38:06.828 INFO kablam! | ^^^^^^^^^^^^^ Oct 31 20:38:06.828 INFO kablam! | Oct 31 20:38:06.828 INFO kablam! = note: #[warn(deprecated)] on by default Oct 31 20:38:06.828 INFO kablam! Oct 31 20:38:06.924 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 31 20:38:06.924 INFO kablam! --> src/main.rs:104:20 Oct 31 20:38:06.924 INFO kablam! | Oct 31 20:38:06.925 INFO kablam! 104 | let mut home = env::home_dir().expect("Cannot get home directory"); Oct 31 20:38:06.925 INFO kablam! | ^^^^^^^^^^^^^ Oct 31 20:38:06.925 INFO kablam! | Oct 31 20:38:06.925 INFO kablam! = note: #[warn(deprecated)] on by default Oct 31 20:38:06.925 INFO kablam! Oct 31 20:38:07.176 INFO kablam! warning: constant item is never used: `USERS_URL` Oct 31 20:38:07.176 INFO kablam! --> src/bonusly_bot.rs:15:1 Oct 31 20:38:07.176 INFO kablam! | Oct 31 20:38:07.176 INFO kablam! 15 | const USERS_URL: &'static str = "https://bonus.ly/api/v1/users"; Oct 31 20:38:07.176 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:38:07.176 INFO kablam! | Oct 31 20:38:07.176 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 20:38:07.176 INFO kablam! Oct 31 20:38:07.176 INFO kablam! warning: method is never used: `get_users` Oct 31 20:38:07.176 INFO kablam! --> src/bonusly_bot.rs:117:5 Oct 31 20:38:07.176 INFO kablam! | Oct 31 20:38:07.176 INFO kablam! 117 | fn get_users(&mut self) -> BBResult<()> { Oct 31 20:38:07.176 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:38:07.176 INFO kablam! Oct 31 20:38:07.215 INFO kablam! warning: constant item is never used: `USERS_URL` Oct 31 20:38:07.215 INFO kablam! --> src/bonusly_bot.rs:15:1 Oct 31 20:38:07.215 INFO kablam! | Oct 31 20:38:07.215 INFO kablam! 15 | const USERS_URL: &'static str = "https://bonus.ly/api/v1/users"; Oct 31 20:38:07.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:38:07.215 INFO kablam! | Oct 31 20:38:07.215 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 20:38:07.215 INFO kablam! Oct 31 20:38:07.215 INFO kablam! warning: method is never used: `get_users` Oct 31 20:38:07.215 INFO kablam! --> src/bonusly_bot.rs:117:5 Oct 31 20:38:07.215 INFO kablam! | Oct 31 20:38:07.215 INFO kablam! 117 | fn get_users(&mut self) -> BBResult<()> { Oct 31 20:38:07.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:38:07.215 INFO kablam! Oct 31 20:38:07.249 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 25.76s Oct 31 20:38:07.260 INFO kablam! su: No module specific data is present Oct 31 20:38:08.136 INFO running `"docker" "rm" "-f" "feb680eedf50bd5d82dadf5826d0c662669b3155250c67f616c07a7778b7e077"` Oct 31 20:38:08.294 INFO blam! feb680eedf50bd5d82dadf5826d0c662669b3155250c67f616c07a7778b7e077