Oct 14 21:49:26.378 INFO testing ekeough6/groupme_bot against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 21:49:26.380 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 14 21:49:27.073 INFO blam! 6f3d0c8f9fa07ffcb6851e75f87ba221cd688c465293209c52e178845444448b Oct 14 21:49:27.076 INFO running `"docker" "start" "-a" "6f3d0c8f9fa07ffcb6851e75f87ba221cd688c465293209c52e178845444448b"` Oct 14 21:49:28.226 INFO kablam! usermod: no changes Oct 14 21:49:28.622 INFO kablam! Compiling tokio-service v0.1.0 Oct 14 21:49:28.623 INFO kablam! Compiling relay v0.1.1 Oct 14 21:49:28.634 INFO kablam! Compiling openssl-sys v0.9.33 Oct 14 21:49:28.646 INFO kablam! Compiling futures-cpupool v0.1.8 Oct 14 21:49:28.646 INFO kablam! Compiling want v0.0.4 Oct 14 21:49:28.646 INFO kablam! Compiling tokio-io v0.1.7 Oct 14 21:49:28.646 INFO kablam! Compiling tokio-threadpool v0.1.5 Oct 14 21:49:34.305 INFO kablam! Compiling tokio-codec v0.1.0 Oct 14 21:49:34.305 INFO kablam! Compiling tokio-reactor v0.1.2 Oct 14 21:49:35.095 INFO kablam! Compiling openssl v0.9.24 Oct 14 21:49:38.959 INFO kablam! Compiling tokio-fs v0.1.1 Oct 14 21:49:39.872 INFO kablam! Compiling tokio-tcp v0.1.0 Oct 14 21:49:39.872 INFO kablam! Compiling tokio-udp v0.1.1 Oct 14 21:49:43.771 INFO kablam! Compiling tokio v0.1.7 Oct 14 21:49:47.891 INFO kablam! Compiling tokio-core v0.1.17 Oct 14 21:49:51.183 INFO kablam! Compiling native-tls v0.1.5 Oct 14 21:49:53.479 INFO kablam! Compiling tokio-proto v0.1.1 Oct 14 21:49:53.479 INFO kablam! Compiling tokio-tls v0.1.4 Oct 14 21:49:57.359 INFO kablam! Compiling hyper v0.11.27 Oct 14 21:50:09.284 INFO kablam! Compiling hyper-tls v0.1.3 Oct 14 21:50:11.055 INFO kablam! Compiling reqwest v0.8.6 Oct 14 21:50:22.503 INFO kablam! Compiling groupme_bot v0.1.0 (/source) Oct 14 21:50:24.179 INFO kablam! warning: unused variable: `client` Oct 14 21:50:24.179 INFO kablam! --> src/main.rs:43:9 Oct 14 21:50:24.180 INFO kablam! | Oct 14 21:50:24.180 INFO kablam! 43 | let client = reqwest::Client::new(); Oct 14 21:50:24.180 INFO kablam! | ^^^^^^ help: consider using `_client` instead Oct 14 21:50:24.180 INFO kablam! | Oct 14 21:50:24.180 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 21:50:24.180 INFO kablam! Oct 14 21:50:24.180 INFO kablam! warning: unused variable: `response` Oct 14 21:50:24.180 INFO kablam! --> src/main.rs:44:9 Oct 14 21:50:24.180 INFO kablam! | Oct 14 21:50:24.180 INFO kablam! 44 | let response = ""; Oct 14 21:50:24.180 INFO kablam! | ^^^^^^^^ help: consider using `_response` instead Oct 14 21:50:24.180 INFO kablam! Oct 14 21:50:24.180 INFO kablam! warning: unused variable: `url` Oct 14 21:50:24.180 INFO kablam! --> src/main.rs:42:18 Oct 14 21:50:24.180 INFO kablam! | Oct 14 21:50:24.180 INFO kablam! 42 | fn try_to_remove(url: &String, key: &String, id: &str) { Oct 14 21:50:24.180 INFO kablam! | ^^^ help: consider using `_url` instead Oct 14 21:50:24.183 INFO kablam! Oct 14 21:50:24.183 INFO kablam! warning: unused variable: `key` Oct 14 21:50:24.183 INFO kablam! --> src/main.rs:42:32 Oct 14 21:50:24.183 INFO kablam! | Oct 14 21:50:24.183 INFO kablam! 42 | fn try_to_remove(url: &String, key: &String, id: &str) { Oct 14 21:50:24.183 INFO kablam! | ^^^ help: consider using `_key` instead Oct 14 21:50:24.183 INFO kablam! Oct 14 21:50:24.183 INFO kablam! warning: unused variable: `id` Oct 14 21:50:24.183 INFO kablam! --> src/main.rs:42:46 Oct 14 21:50:24.183 INFO kablam! | Oct 14 21:50:24.183 INFO kablam! 42 | fn try_to_remove(url: &String, key: &String, id: &str) { Oct 14 21:50:24.183 INFO kablam! | ^^ help: consider using `_id` instead Oct 14 21:50:24.183 INFO kablam! Oct 14 21:50:24.191 INFO kablam! warning: function is never used: `try_to_remove` Oct 14 21:50:24.191 INFO kablam! --> src/main.rs:42:1 Oct 14 21:50:24.191 INFO kablam! | Oct 14 21:50:24.191 INFO kablam! 42 | fn try_to_remove(url: &String, key: &String, id: &str) { Oct 14 21:50:24.191 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:50:24.191 INFO kablam! | Oct 14 21:50:24.191 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 21:50:24.191 INFO kablam! Oct 14 21:50:27.907 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 59.64s Oct 14 21:50:27.920 INFO kablam! su: No module specific data is present Oct 14 21:50:30.550 INFO running `"docker" "rm" "-f" "6f3d0c8f9fa07ffcb6851e75f87ba221cd688c465293209c52e178845444448b"` Oct 14 21:50:30.915 INFO blam! 6f3d0c8f9fa07ffcb6851e75f87ba221cd688c465293209c52e178845444448b Oct 14 21:50:30.923 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 14 21:50:31.441 INFO blam! 5a5edf32be343f246d84a9810dea6c93bbc3d0596c0e355fb8f8a632356e0fb0 Oct 14 21:50:31.443 INFO running `"docker" "start" "-a" "5a5edf32be343f246d84a9810dea6c93bbc3d0596c0e355fb8f8a632356e0fb0"` Oct 14 21:50:33.699 INFO kablam! usermod: no changes Oct 14 21:50:33.942 INFO kablam! Compiling groupme_bot v0.1.0 (/source) Oct 14 21:50:35.703 INFO kablam! warning: unused variable: `client` Oct 14 21:50:35.703 INFO kablam! --> src/main.rs:43:9 Oct 14 21:50:35.703 INFO kablam! | Oct 14 21:50:35.703 INFO kablam! 43 | let client = reqwest::Client::new(); Oct 14 21:50:35.703 INFO kablam! | ^^^^^^ help: consider using `_client` instead Oct 14 21:50:35.704 INFO kablam! | Oct 14 21:50:35.704 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 21:50:35.704 INFO kablam! Oct 14 21:50:35.704 INFO kablam! warning: unused variable: `response` Oct 14 21:50:35.704 INFO kablam! --> src/main.rs:44:9 Oct 14 21:50:35.704 INFO kablam! | Oct 14 21:50:35.704 INFO kablam! 44 | let response = ""; Oct 14 21:50:35.704 INFO kablam! | ^^^^^^^^ help: consider using `_response` instead Oct 14 21:50:35.704 INFO kablam! Oct 14 21:50:35.704 INFO kablam! warning: unused variable: `url` Oct 14 21:50:35.704 INFO kablam! --> src/main.rs:42:18 Oct 14 21:50:35.704 INFO kablam! | Oct 14 21:50:35.704 INFO kablam! 42 | fn try_to_remove(url: &String, key: &String, id: &str) { Oct 14 21:50:35.704 INFO kablam! | ^^^ help: consider using `_url` instead Oct 14 21:50:35.704 INFO kablam! Oct 14 21:50:35.704 INFO kablam! warning: unused variable: `key` Oct 14 21:50:35.704 INFO kablam! --> src/main.rs:42:32 Oct 14 21:50:35.704 INFO kablam! | Oct 14 21:50:35.704 INFO kablam! 42 | fn try_to_remove(url: &String, key: &String, id: &str) { Oct 14 21:50:35.704 INFO kablam! | ^^^ help: consider using `_key` instead Oct 14 21:50:35.704 INFO kablam! Oct 14 21:50:35.704 INFO kablam! warning: unused variable: `id` Oct 14 21:50:35.705 INFO kablam! --> src/main.rs:42:46 Oct 14 21:50:35.705 INFO kablam! | Oct 14 21:50:35.705 INFO kablam! 42 | fn try_to_remove(url: &String, key: &String, id: &str) { Oct 14 21:50:35.705 INFO kablam! | ^^ help: consider using `_id` instead Oct 14 21:50:35.705 INFO kablam! Oct 14 21:50:35.705 INFO kablam! warning: function is never used: `try_to_remove` Oct 14 21:50:35.705 INFO kablam! --> src/main.rs:42:1 Oct 14 21:50:35.705 INFO kablam! | Oct 14 21:50:35.705 INFO kablam! 42 | fn try_to_remove(url: &String, key: &String, id: &str) { Oct 14 21:50:35.705 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:50:35.705 INFO kablam! | Oct 14 21:50:35.705 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 21:50:35.705 INFO kablam! Oct 14 21:50:36.307 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.56s Oct 14 21:50:36.323 INFO kablam! su: No module specific data is present Oct 14 21:50:37.852 INFO running `"docker" "rm" "-f" "5a5edf32be343f246d84a9810dea6c93bbc3d0596c0e355fb8f8a632356e0fb0"` Oct 14 21:50:38.272 INFO blam! 5a5edf32be343f246d84a9810dea6c93bbc3d0596c0e355fb8f8a632356e0fb0 Oct 14 21:50:38.281 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 14 21:50:38.704 INFO blam! 842c7103e1d559da98114313c245a75ce3f3f518858aed20150de108a2c7e7e6 Oct 14 21:50:38.707 INFO running `"docker" "start" "-a" "842c7103e1d559da98114313c245a75ce3f3f518858aed20150de108a2c7e7e6"` Oct 14 21:50:40.806 INFO kablam! usermod: no changes Oct 14 21:50:41.026 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.19s Oct 14 21:50:41.033 INFO kablam! Running /target/debug/deps/groupme_bot-a50eb44aa48b28d1 Oct 14 21:50:41.036 INFO blam! Oct 14 21:50:41.036 INFO blam! running 0 tests Oct 14 21:50:41.036 INFO blam! Oct 14 21:50:41.036 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 21:50:41.036 INFO blam! Oct 14 21:50:41.040 INFO kablam! su: No module specific data is present Oct 14 21:50:42.439 INFO running `"docker" "rm" "-f" "842c7103e1d559da98114313c245a75ce3f3f518858aed20150de108a2c7e7e6"` Oct 14 21:50:42.843 INFO blam! 842c7103e1d559da98114313c245a75ce3f3f518858aed20150de108a2c7e7e6