Oct 12 23:18:29.384 INFO testing ssloboda/bonusly-bot against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 12 23:18:29.385 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 12 23:18:29.891 INFO blam! 8cb6d46a283ffe8b60d076b1cbd28a31439f22566dfe7f74891c5bf92ffeb683 Oct 12 23:18:29.893 INFO running `"docker" "start" "-a" "8cb6d46a283ffe8b60d076b1cbd28a31439f22566dfe7f74891c5bf92ffeb683"` Oct 12 23:18:31.895 INFO kablam! usermod: no changes Oct 12 23:18:32.168 INFO kablam! Compiling cc v1.0.1 Oct 12 23:18:32.175 INFO kablam! Compiling openssl v0.9.20 Oct 12 23:18:32.179 INFO kablam! Compiling net2 v0.2.31 Oct 12 23:18:32.179 INFO kablam! Compiling tokio-service v0.1.0 Oct 12 23:18:32.179 INFO kablam! Compiling relay v0.1.0 Oct 12 23:18:32.180 INFO kablam! Compiling futures-cpupool v0.1.7 Oct 12 23:18:32.180 INFO kablam! Compiling tokio-io v0.1.3 Oct 12 23:18:32.181 INFO kablam! Compiling mime v0.3.5 Oct 12 23:18:37.207 INFO kablam! Compiling mio v0.6.10 Oct 12 23:18:39.699 INFO kablam! Compiling openssl-sys v0.9.20 Oct 12 23:18:39.699 INFO kablam! Compiling backtrace-sys v0.1.16 Oct 12 23:18:44.467 INFO kablam! Compiling tokio-core v0.1.10 Oct 12 23:18:50.299 INFO kablam! Compiling tokio-proto v0.1.1 Oct 12 23:18:58.068 INFO kablam! Compiling hyper v0.11.6 Oct 12 23:18:58.958 INFO kablam! Compiling native-tls v0.1.4 Oct 12 23:19:00.299 INFO kablam! Compiling tokio-tls v0.1.3 Oct 12 23:19:03.003 INFO kablam! Compiling backtrace v0.3.3 Oct 12 23:19:04.380 INFO kablam! Compiling error-chain v0.11.0 Oct 12 23:19:12.075 INFO kablam! Compiling hyper-tls v0.1.2 Oct 12 23:19:13.123 INFO kablam! Compiling bonusly-bot v0.1.0 (/source) Oct 12 23:19:14.287 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 12 23:19:14.287 INFO kablam! --> src/main.rs:104:20 Oct 12 23:19:14.287 INFO kablam! | Oct 12 23:19:14.287 INFO kablam! 104 | let mut home = env::home_dir().expect("Cannot get home directory"); Oct 12 23:19:14.287 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 23:19:14.287 INFO kablam! | Oct 12 23:19:14.287 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 23:19:14.287 INFO kablam! Oct 12 23:19:14.647 INFO kablam! warning: constant item is never used: `USERS_URL` Oct 12 23:19:14.647 INFO kablam! --> src/bonusly_bot.rs:15:1 Oct 12 23:19:14.647 INFO kablam! | Oct 12 23:19:14.647 INFO kablam! 15 | const USERS_URL: &'static str = "https://bonus.ly/api/v1/users"; Oct 12 23:19:14.647 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:19:14.647 INFO kablam! | Oct 12 23:19:14.647 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 23:19:14.647 INFO kablam! Oct 12 23:19:14.647 INFO kablam! warning: method is never used: `get_users` Oct 12 23:19:14.647 INFO kablam! --> src/bonusly_bot.rs:117:5 Oct 12 23:19:14.647 INFO kablam! | Oct 12 23:19:14.647 INFO kablam! 117 | fn get_users(&mut self) -> BBResult<()> { Oct 12 23:19:14.647 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:19:14.647 INFO kablam! Oct 12 23:19:21.712 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 49.79s Oct 12 23:19:21.722 INFO kablam! su: No module specific data is present Oct 12 23:19:22.410 INFO running `"docker" "rm" "-f" "8cb6d46a283ffe8b60d076b1cbd28a31439f22566dfe7f74891c5bf92ffeb683"` Oct 12 23:19:22.541 INFO blam! 8cb6d46a283ffe8b60d076b1cbd28a31439f22566dfe7f74891c5bf92ffeb683 Oct 12 23:19:22.544 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 12 23:19:22.853 INFO blam! 2c2eade7cdb300664473e4e33f7a05293939f386f87c4937c685ec27ff9b8434 Oct 12 23:19:22.855 INFO running `"docker" "start" "-a" "2c2eade7cdb300664473e4e33f7a05293939f386f87c4937c685ec27ff9b8434"` Oct 12 23:19:23.238 INFO kablam! usermod: no changes Oct 12 23:19:23.357 INFO kablam! Compiling bonusly-bot v0.1.0 (/source) Oct 12 23:19:24.095 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 12 23:19:24.096 INFO kablam! --> src/main.rs:104:20 Oct 12 23:19:24.096 INFO kablam! | Oct 12 23:19:24.096 INFO kablam! 104 | let mut home = env::home_dir().expect("Cannot get home directory"); Oct 12 23:19:24.097 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 23:19:24.097 INFO kablam! | Oct 12 23:19:24.097 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 23:19:24.097 INFO kablam! Oct 12 23:19:24.339 INFO kablam! warning: constant item is never used: `USERS_URL` Oct 12 23:19:24.339 INFO kablam! --> src/bonusly_bot.rs:15:1 Oct 12 23:19:24.339 INFO kablam! | Oct 12 23:19:24.339 INFO kablam! 15 | const USERS_URL: &'static str = "https://bonus.ly/api/v1/users"; Oct 12 23:19:24.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:19:24.339 INFO kablam! | Oct 12 23:19:24.339 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 23:19:24.339 INFO kablam! Oct 12 23:19:24.339 INFO kablam! warning: method is never used: `get_users` Oct 12 23:19:24.339 INFO kablam! --> src/bonusly_bot.rs:117:5 Oct 12 23:19:24.339 INFO kablam! | Oct 12 23:19:24.339 INFO kablam! 117 | fn get_users(&mut self) -> BBResult<()> { Oct 12 23:19:24.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:19:24.339 INFO kablam! Oct 12 23:19:24.800 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.54s Oct 12 23:19:24.810 INFO kablam! su: No module specific data is present Oct 12 23:19:25.339 INFO running `"docker" "rm" "-f" "2c2eade7cdb300664473e4e33f7a05293939f386f87c4937c685ec27ff9b8434"` Oct 12 23:19:25.570 INFO blam! 2c2eade7cdb300664473e4e33f7a05293939f386f87c4937c685ec27ff9b8434 Oct 12 23:19:25.579 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-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 12 23:19:26.031 INFO blam! 79ea8d59091138eca675acc73500dfe7b367dffbd8bf40da6c1fadfb2598a07b Oct 12 23:19:26.033 INFO running `"docker" "start" "-a" "79ea8d59091138eca675acc73500dfe7b367dffbd8bf40da6c1fadfb2598a07b"` Oct 12 23:19:26.729 INFO kablam! usermod: no changes Oct 12 23:19:26.849 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 12 23:19:26.864 INFO kablam! Running /target/debug/deps/bonusly_bot-3e1e032e58e1f261 Oct 12 23:19:26.867 INFO blam! Oct 12 23:19:26.867 INFO blam! running 0 tests Oct 12 23:19:26.867 INFO blam! Oct 12 23:19:26.867 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 23:19:26.868 INFO blam! Oct 12 23:19:26.868 INFO kablam! su: No module specific data is present Oct 12 23:19:27.154 INFO running `"docker" "rm" "-f" "79ea8d59091138eca675acc73500dfe7b367dffbd8bf40da6c1fadfb2598a07b"` Oct 12 23:19:27.236 INFO blam! 79ea8d59091138eca675acc73500dfe7b367dffbd8bf40da6c1fadfb2598a07b