Oct 21 13:30:01.308 INFO checking ssloboda/bonusly-bot against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 13:30:01.308 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 13:30:01.731 INFO blam! 4b091c16cb8dcd3195b63e9db10d14971a1c2224a0675a011373a2ce6d7d1277 Oct 21 13:30:01.733 INFO running `"docker" "start" "-a" "4b091c16cb8dcd3195b63e9db10d14971a1c2224a0675a011373a2ce6d7d1277"` Oct 21 13:30:03.850 INFO kablam! usermod: no changes Oct 21 13:30:04.220 INFO kablam! Compiling cc v1.0.1 Oct 21 13:30:04.222 INFO kablam! Compiling openssl v0.9.20 Oct 21 13:30:04.224 INFO kablam! Checking iovec v0.1.1 Oct 21 13:30:04.249 INFO kablam! Checking net2 v0.2.31 Oct 21 13:30:04.250 INFO kablam! Checking tokio-service v0.1.0 Oct 21 13:30:04.250 INFO kablam! Checking relay v0.1.0 Oct 21 13:30:04.250 INFO kablam! Checking futures-cpupool v0.1.7 Oct 21 13:30:04.250 INFO kablam! Checking serde_yaml v0.7.1 Oct 21 13:30:05.894 INFO kablam! Checking mime v0.3.5 Oct 21 13:30:05.909 INFO kablam! Checking bytes v0.4.5 Oct 21 13:30:08.150 INFO kablam! Checking mio v0.6.10 Oct 21 13:30:10.213 INFO kablam! Checking tokio-io v0.1.3 Oct 21 13:30:13.429 INFO kablam! Compiling openssl-sys v0.9.20 Oct 21 13:30:13.429 INFO kablam! Compiling backtrace-sys v0.1.16 Oct 21 13:30:14.409 INFO kablam! Checking tokio-core v0.1.10 Oct 21 13:30:17.765 INFO kablam! Checking tokio-proto v0.1.1 Oct 21 13:30:24.128 INFO kablam! Checking hyper v0.11.6 Oct 21 13:30:28.108 INFO kablam! Checking native-tls v0.1.4 Oct 21 13:30:29.828 INFO kablam! Checking tokio-tls v0.1.3 Oct 21 13:30:34.656 INFO kablam! Checking backtrace v0.3.3 Oct 21 13:30:35.237 INFO kablam! Checking error-chain v0.11.0 Oct 21 13:30:36.738 INFO kablam! Checking hyper-tls v0.1.2 Oct 21 13:30:37.520 INFO kablam! Checking bonusly-bot v0.1.0 (/source) Oct 21 13:30:38.969 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 13:30:38.969 INFO kablam! --> src/main.rs:104:20 Oct 21 13:30:38.970 INFO kablam! | Oct 21 13:30:38.970 INFO kablam! 104 | let mut home = env::home_dir().expect("Cannot get home directory"); Oct 21 13:30:38.970 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 13:30:38.970 INFO kablam! | Oct 21 13:30:38.971 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 13:30:38.971 INFO kablam! Oct 21 13:30:39.085 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 13:30:39.085 INFO kablam! --> src/main.rs:104:20 Oct 21 13:30:39.085 INFO kablam! | Oct 21 13:30:39.086 INFO kablam! 104 | let mut home = env::home_dir().expect("Cannot get home directory"); Oct 21 13:30:39.086 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 13:30:39.086 INFO kablam! | Oct 21 13:30:39.087 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 13:30:39.087 INFO kablam! Oct 21 13:30:39.564 INFO kablam! warning: constant item is never used: `USERS_URL` Oct 21 13:30:39.564 INFO kablam! --> src/bonusly_bot.rs:15:1 Oct 21 13:30:39.564 INFO kablam! | Oct 21 13:30:39.564 INFO kablam! 15 | const USERS_URL: &'static str = "https://bonus.ly/api/v1/users"; Oct 21 13:30:39.564 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:30:39.564 INFO kablam! | Oct 21 13:30:39.568 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 13:30:39.568 INFO kablam! Oct 21 13:30:39.568 INFO kablam! warning: method is never used: `get_users` Oct 21 13:30:39.568 INFO kablam! --> src/bonusly_bot.rs:117:5 Oct 21 13:30:39.568 INFO kablam! | Oct 21 13:30:39.568 INFO kablam! 117 | fn get_users(&mut self) -> BBResult<()> { Oct 21 13:30:39.568 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:30:39.568 INFO kablam! Oct 21 13:30:39.684 INFO kablam! warning: constant item is never used: `USERS_URL` Oct 21 13:30:39.684 INFO kablam! --> src/bonusly_bot.rs:15:1 Oct 21 13:30:39.684 INFO kablam! | Oct 21 13:30:39.684 INFO kablam! 15 | const USERS_URL: &'static str = "https://bonus.ly/api/v1/users"; Oct 21 13:30:39.684 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:30:39.684 INFO kablam! | Oct 21 13:30:39.684 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 13:30:39.684 INFO kablam! Oct 21 13:30:39.684 INFO kablam! warning: method is never used: `get_users` Oct 21 13:30:39.684 INFO kablam! --> src/bonusly_bot.rs:117:5 Oct 21 13:30:39.684 INFO kablam! | Oct 21 13:30:39.684 INFO kablam! 117 | fn get_users(&mut self) -> BBResult<()> { Oct 21 13:30:39.684 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:30:39.684 INFO kablam! Oct 21 13:30:39.720 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 35.79s Oct 21 13:30:39.740 INFO kablam! su: No module specific data is present Oct 21 13:30:40.651 INFO running `"docker" "rm" "-f" "4b091c16cb8dcd3195b63e9db10d14971a1c2224a0675a011373a2ce6d7d1277"` Oct 21 13:30:41.025 INFO blam! 4b091c16cb8dcd3195b63e9db10d14971a1c2224a0675a011373a2ce6d7d1277