Oct 31 20:37:40.416 INFO checking ssloboda/bonusly-bot against master#05812fa8c588473f03e3fa7cf59cd84f4f37c715 for pr-55538 Oct 31 20:37:40.417 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-2/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-55538/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/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 +05812fa8c588473f03e3fa7cf59cd84f4f37c715-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.660 INFO blam! 0e076a4de62a4ed87759e4c272e43822f833a48cdd661b4240cce72cb4cb329f Oct 31 20:37:40.664 INFO running `"docker" "start" "-a" "0e076a4de62a4ed87759e4c272e43822f833a48cdd661b4240cce72cb4cb329f"` Oct 31 20:37:41.927 INFO kablam! usermod: no changes Oct 31 20:37:42.251 INFO kablam! Compiling cc v1.0.1 Oct 31 20:37:42.254 INFO kablam! Compiling openssl v0.9.20 Oct 31 20:37:42.258 INFO kablam! Checking iovec v0.1.1 Oct 31 20:37:42.258 INFO kablam! Checking time v0.1.38 Oct 31 20:37:42.258 INFO kablam! Checking net2 v0.2.31 Oct 31 20:37:42.259 INFO kablam! Checking futures-cpupool v0.1.7 Oct 31 20:37:43.540 INFO kablam! Checking bytes v0.4.5 Oct 31 20:37:44.265 INFO kablam! Checking mio v0.6.10 Oct 31 20:37:46.617 INFO kablam! Checking tokio-io v0.1.3 Oct 31 20:37:48.500 INFO kablam! Compiling openssl-sys v0.9.20 Oct 31 20:37:48.500 INFO kablam! Compiling backtrace-sys v0.1.16 Oct 31 20:37:49.531 INFO kablam! Checking tokio-core v0.1.10 Oct 31 20:37:52.253 INFO kablam! Checking tokio-proto v0.1.1 Oct 31 20:37:58.292 INFO kablam! Checking hyper v0.11.6 Oct 31 20:38:00.761 INFO kablam! Checking native-tls v0.1.4 Oct 31 20:38:01.540 INFO kablam! Checking tokio-tls v0.1.3 Oct 31 20:38:06.644 INFO kablam! Checking hyper-tls v0.1.2 Oct 31 20:38:08.841 INFO kablam! Checking backtrace v0.3.3 Oct 31 20:38:09.344 INFO kablam! Checking error-chain v0.11.0 Oct 31 20:38:09.920 INFO kablam! Checking bonusly-bot v0.1.0 (/source) Oct 31 20:38:10.776 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:10.776 INFO kablam! --> src/main.rs:104:20 Oct 31 20:38:10.776 INFO kablam! | Oct 31 20:38:10.776 INFO kablam! 104 | let mut home = env::home_dir().expect("Cannot get home directory"); Oct 31 20:38:10.776 INFO kablam! | ^^^^^^^^^^^^^ Oct 31 20:38:10.776 INFO kablam! | Oct 31 20:38:10.776 INFO kablam! = note: #[warn(deprecated)] on by default Oct 31 20:38:10.776 INFO kablam! Oct 31 20:38:10.776 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:10.776 INFO kablam! --> src/main.rs:104:20 Oct 31 20:38:10.776 INFO kablam! | Oct 31 20:38:10.776 INFO kablam! 104 | let mut home = env::home_dir().expect("Cannot get home directory"); Oct 31 20:38:10.776 INFO kablam! | ^^^^^^^^^^^^^ Oct 31 20:38:10.776 INFO kablam! | Oct 31 20:38:10.776 INFO kablam! = note: #[warn(deprecated)] on by default Oct 31 20:38:10.776 INFO kablam! Oct 31 20:38:11.048 INFO kablam! warning: constant item is never used: `USERS_URL` Oct 31 20:38:11.049 INFO kablam! --> src/bonusly_bot.rs:15:1 Oct 31 20:38:11.049 INFO kablam! | Oct 31 20:38:11.049 INFO kablam! 15 | const USERS_URL: &'static str = "https://bonus.ly/api/v1/users"; Oct 31 20:38:11.050 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:38:11.050 INFO kablam! | Oct 31 20:38:11.050 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 20:38:11.050 INFO kablam! Oct 31 20:38:11.051 INFO kablam! warning: method is never used: `get_users` Oct 31 20:38:11.051 INFO kablam! --> src/bonusly_bot.rs:117:5 Oct 31 20:38:11.051 INFO kablam! | Oct 31 20:38:11.052 INFO kablam! 117 | fn get_users(&mut self) -> BBResult<()> { Oct 31 20:38:11.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:38:11.052 INFO kablam! Oct 31 20:38:11.072 INFO kablam! warning: constant item is never used: `USERS_URL` Oct 31 20:38:11.072 INFO kablam! --> src/bonusly_bot.rs:15:1 Oct 31 20:38:11.072 INFO kablam! | Oct 31 20:38:11.072 INFO kablam! 15 | const USERS_URL: &'static str = "https://bonus.ly/api/v1/users"; Oct 31 20:38:11.072 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:38:11.072 INFO kablam! | Oct 31 20:38:11.072 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 20:38:11.072 INFO kablam! Oct 31 20:38:11.072 INFO kablam! warning: method is never used: `get_users` Oct 31 20:38:11.072 INFO kablam! --> src/bonusly_bot.rs:117:5 Oct 31 20:38:11.072 INFO kablam! | Oct 31 20:38:11.072 INFO kablam! 117 | fn get_users(&mut self) -> BBResult<()> { Oct 31 20:38:11.072 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:38:11.072 INFO kablam! Oct 31 20:38:11.103 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 29.15s Oct 31 20:38:11.115 INFO kablam! su: No module specific data is present Oct 31 20:38:11.470 INFO running `"docker" "rm" "-f" "0e076a4de62a4ed87759e4c272e43822f833a48cdd661b4240cce72cb4cb329f"` Oct 31 20:38:11.760 INFO blam! 0e076a4de62a4ed87759e4c272e43822f833a48cdd661b4240cce72cb4cb329f