Nov 16 12:34:20.247 INFO testing ssloboda/bonusly-bot against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 16 12:34:20.247 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-1/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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"` Nov 16 12:34:20.555 INFO [stdout] 9c616744ea1b2b1b90c24f4cb6c69eff4b9f3b7d6a969beef390a85b367a4322 Nov 16 12:34:20.557 INFO running `"docker" "start" "-a" "9c616744ea1b2b1b90c24f4cb6c69eff4b9f3b7d6a969beef390a85b367a4322"` Nov 16 12:34:21.501 INFO [stderr] usermod: no changes Nov 16 12:34:21.787 INFO [stderr] Compiling cc v1.0.1 Nov 16 12:34:21.787 INFO [stderr] Compiling lazycell v0.5.1 Nov 16 12:34:21.826 INFO [stderr] Compiling openssl v0.9.20 Nov 16 12:34:21.826 INFO [stderr] Compiling foreign-types v0.2.0 Nov 16 12:34:21.826 INFO [stderr] Compiling serde v1.0.15 Nov 16 12:34:21.826 INFO [stderr] Compiling net2 v0.2.31 Nov 16 12:34:21.826 INFO [stderr] Compiling tokio-service v0.1.0 Nov 16 12:34:21.826 INFO [stderr] Compiling relay v0.1.0 Nov 16 12:34:22.373 INFO [stderr] Compiling yaml-rust v0.3.5 Nov 16 12:34:22.615 INFO [stderr] Compiling unicase v2.0.0 Nov 16 12:34:22.835 INFO [stderr] Compiling futures-cpupool v0.1.7 Nov 16 12:34:23.567 INFO [stderr] Compiling tokio-io v0.1.3 Nov 16 12:34:24.427 INFO [stderr] Compiling serde_derive v1.0.15 Nov 16 12:34:31.146 INFO [stderr] Compiling mio v0.6.10 Nov 16 12:34:31.483 INFO [stderr] Compiling openssl-sys v0.9.20 Nov 16 12:34:31.483 INFO [stderr] Compiling backtrace-sys v0.1.16 Nov 16 12:34:31.604 INFO [stderr] Compiling mime v0.3.5 Nov 16 12:34:41.071 INFO [stderr] Compiling tokio-core v0.1.10 Nov 16 12:34:47.057 INFO [stderr] Compiling tokio-proto v0.1.1 Nov 16 12:34:50.243 INFO [stderr] Compiling serde_yaml v0.7.1 Nov 16 12:34:52.823 INFO [stderr] Compiling hyper v0.11.6 Nov 16 12:34:53.357 INFO [stderr] Compiling native-tls v0.1.4 Nov 16 12:34:54.167 INFO [stderr] Compiling tokio-tls v0.1.3 Nov 16 12:34:57.930 INFO [stderr] Compiling backtrace v0.3.3 Nov 16 12:34:59.135 INFO [stderr] Compiling error-chain v0.11.0 Nov 16 12:35:04.994 INFO [stderr] Compiling hyper-tls v0.1.2 Nov 16 12:35:05.915 INFO [stderr] Compiling bonusly-bot v0.1.0 (/source) Nov 16 12:35:06.907 INFO [stderr] 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. Nov 16 12:35:06.907 INFO [stderr] --> src/main.rs:104:20 Nov 16 12:35:06.907 INFO [stderr] | Nov 16 12:35:06.907 INFO [stderr] 104 | let mut home = env::home_dir().expect("Cannot get home directory"); Nov 16 12:35:06.907 INFO [stderr] | ^^^^^^^^^^^^^ Nov 16 12:35:06.907 INFO [stderr] | Nov 16 12:35:06.907 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 16 12:35:06.907 INFO [stderr] Nov 16 12:35:07.181 INFO [stderr] warning: constant item is never used: `USERS_URL` Nov 16 12:35:07.181 INFO [stderr] --> src/bonusly_bot.rs:15:1 Nov 16 12:35:07.181 INFO [stderr] | Nov 16 12:35:07.182 INFO [stderr] 15 | const USERS_URL: &'static str = "https://bonus.ly/api/v1/users"; Nov 16 12:35:07.182 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 16 12:35:07.182 INFO [stderr] | Nov 16 12:35:07.183 INFO [stderr] = note: #[warn(dead_code)] on by default Nov 16 12:35:07.183 INFO [stderr] Nov 16 12:35:07.184 INFO [stderr] warning: method is never used: `get_users` Nov 16 12:35:07.184 INFO [stderr] --> src/bonusly_bot.rs:117:5 Nov 16 12:35:07.184 INFO [stderr] | Nov 16 12:35:07.185 INFO [stderr] 117 | fn get_users(&mut self) -> BBResult<()> { Nov 16 12:35:07.185 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 16 12:35:07.185 INFO [stderr] Nov 16 12:35:14.088 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 52.56s Nov 16 12:35:14.100 INFO [stderr] su: No module specific data is present Nov 16 12:35:14.818 INFO running `"docker" "inspect" "9c616744ea1b2b1b90c24f4cb6c69eff4b9f3b7d6a969beef390a85b367a4322"` Nov 16 12:35:15.075 INFO running `"docker" "rm" "-f" "9c616744ea1b2b1b90c24f4cb6c69eff4b9f3b7d6a969beef390a85b367a4322"` Nov 16 12:35:15.411 INFO [stdout] 9c616744ea1b2b1b90c24f4cb6c69eff4b9f3b7d6a969beef390a85b367a4322 Nov 16 12:35:15.417 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-1/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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"` Nov 16 12:35:15.815 INFO [stdout] 92b236b9d6b874ef4d9d904a058d4c3c0946c071ae9ccb521f5c153bc20d81d1 Nov 16 12:35:15.818 INFO running `"docker" "start" "-a" "92b236b9d6b874ef4d9d904a058d4c3c0946c071ae9ccb521f5c153bc20d81d1"` Nov 16 12:35:16.966 INFO [stderr] usermod: no changes Nov 16 12:35:17.199 INFO [stderr] Compiling bonusly-bot v0.1.0 (/source) Nov 16 12:35:18.139 INFO [stderr] 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. Nov 16 12:35:18.139 INFO [stderr] --> src/main.rs:104:20 Nov 16 12:35:18.140 INFO [stderr] | Nov 16 12:35:18.140 INFO [stderr] 104 | let mut home = env::home_dir().expect("Cannot get home directory"); Nov 16 12:35:18.140 INFO [stderr] | ^^^^^^^^^^^^^ Nov 16 12:35:18.141 INFO [stderr] | Nov 16 12:35:18.141 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 16 12:35:18.141 INFO [stderr] Nov 16 12:35:18.395 INFO [stderr] warning: constant item is never used: `USERS_URL` Nov 16 12:35:18.395 INFO [stderr] --> src/bonusly_bot.rs:15:1 Nov 16 12:35:18.395 INFO [stderr] | Nov 16 12:35:18.395 INFO [stderr] 15 | const USERS_URL: &'static str = "https://bonus.ly/api/v1/users"; Nov 16 12:35:18.395 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 16 12:35:18.395 INFO [stderr] | Nov 16 12:35:18.396 INFO [stderr] = note: #[warn(dead_code)] on by default Nov 16 12:35:18.396 INFO [stderr] Nov 16 12:35:18.396 INFO [stderr] warning: method is never used: `get_users` Nov 16 12:35:18.396 INFO [stderr] --> src/bonusly_bot.rs:117:5 Nov 16 12:35:18.396 INFO [stderr] | Nov 16 12:35:18.397 INFO [stderr] 117 | fn get_users(&mut self) -> BBResult<()> { Nov 16 12:35:18.397 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 16 12:35:18.397 INFO [stderr] Nov 16 12:35:18.779 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.77s Nov 16 12:35:18.795 INFO [stderr] su: No module specific data is present Nov 16 12:35:19.525 INFO running `"docker" "inspect" "92b236b9d6b874ef4d9d904a058d4c3c0946c071ae9ccb521f5c153bc20d81d1"` Nov 16 12:35:19.773 INFO running `"docker" "rm" "-f" "92b236b9d6b874ef4d9d904a058d4c3c0946c071ae9ccb521f5c153bc20d81d1"` Nov 16 12:35:20.135 INFO [stdout] 92b236b9d6b874ef4d9d904a058d4c3c0946c071ae9ccb521f5c153bc20d81d1 Nov 16 12:35:20.142 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-1/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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"` Nov 16 12:35:20.499 INFO [stdout] 6c10fff426a682e2a47933647e853693b5854e6cbb6ee5ca9b5d968066eb5781 Nov 16 12:35:20.501 INFO running `"docker" "start" "-a" "6c10fff426a682e2a47933647e853693b5854e6cbb6ee5ca9b5d968066eb5781"` Nov 16 12:35:21.658 INFO [stderr] usermod: no changes Nov 16 12:35:21.855 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.16s Nov 16 12:35:21.869 INFO [stderr] Running /target/debug/deps/bonusly_bot-8e6ffec9d36ab4cf Nov 16 12:35:21.875 INFO [stdout] Nov 16 12:35:21.875 INFO [stdout] running 0 tests Nov 16 12:35:21.876 INFO [stdout] Nov 16 12:35:21.876 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 12:35:21.876 INFO [stdout] Nov 16 12:35:21.878 INFO [stderr] su: No module specific data is present Nov 16 12:35:22.565 INFO running `"docker" "inspect" "6c10fff426a682e2a47933647e853693b5854e6cbb6ee5ca9b5d968066eb5781"` Nov 16 12:35:22.933 INFO running `"docker" "rm" "-f" "6c10fff426a682e2a47933647e853693b5854e6cbb6ee5ca9b5d968066eb5781"` Nov 16 12:35:23.239 INFO [stdout] 6c10fff426a682e2a47933647e853693b5854e6cbb6ee5ca9b5d968066eb5781