Oct 14 21:49:26.485 INFO testing ekeough6/groupme_bot against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 21:49:26.487 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:26.989 INFO blam! 0ca56a0e4b9b76b948d758c9f02ae8454dca59a0bdbcbd3af7c57ec405861f1e Oct 14 21:49:26.992 INFO running `"docker" "start" "-a" "0ca56a0e4b9b76b948d758c9f02ae8454dca59a0bdbcbd3af7c57ec405861f1e"` Oct 14 21:49:28.270 INFO kablam! usermod: no changes Oct 14 21:49:28.595 INFO kablam! Compiling futures v0.1.22 Oct 14 21:49:28.595 INFO kablam! Compiling mio v0.6.15 Oct 14 21:49:28.595 INFO kablam! Compiling openssl v0.9.24 Oct 14 21:49:28.595 INFO kablam! Compiling openssl-sys v0.9.33 Oct 14 21:49:28.619 INFO kablam! Compiling serde_json v1.0.22 Oct 14 21:49:28.619 INFO kablam! Compiling serde_urlencoded v0.5.2 Oct 14 21:49:28.619 INFO kablam! Compiling libflate v0.1.16 Oct 14 21:49:28.619 INFO kablam! Compiling mime_guess v2.0.0-alpha.5 Oct 14 21:49:49.015 INFO kablam! Compiling tokio-executor v0.1.2 Oct 14 21:49:49.015 INFO kablam! Compiling tokio-io v0.1.7 Oct 14 21:49:49.015 INFO kablam! Compiling tokio-service v0.1.0 Oct 14 21:49:49.015 INFO kablam! Compiling futures-cpupool v0.1.8 Oct 14 21:49:49.015 INFO kablam! Compiling relay v0.1.1 Oct 14 21:49:49.015 INFO kablam! Compiling want v0.0.4 Oct 14 21:49:51.731 INFO kablam! Compiling tokio-threadpool v0.1.5 Oct 14 21:49:51.731 INFO kablam! Compiling tokio-timer v0.2.4 Oct 14 21:49:54.887 INFO kablam! Compiling tokio-codec v0.1.0 Oct 14 21:49:54.887 INFO kablam! Compiling tokio-reactor v0.1.2 Oct 14 21:49:59.655 INFO kablam! Compiling native-tls v0.1.5 Oct 14 21:50:02.228 INFO kablam! Compiling tokio-tcp v0.1.0 Oct 14 21:50:02.230 INFO kablam! Compiling tokio-udp v0.1.1 Oct 14 21:50:02.425 INFO kablam! Compiling tokio-fs v0.1.1 Oct 14 21:50:06.009 INFO kablam! Compiling tokio v0.1.7 Oct 14 21:50:09.284 INFO kablam! Compiling tokio-core v0.1.17 Oct 14 21:50:12.720 INFO kablam! Compiling tokio-proto v0.1.1 Oct 14 21:50:12.721 INFO kablam! Compiling tokio-tls v0.1.4 Oct 14 21:50:16.623 INFO kablam! Compiling hyper v0.11.27 Oct 14 21:50:28.900 INFO kablam! Compiling hyper-tls v0.1.3 Oct 14 21:50:30.747 INFO kablam! Compiling reqwest v0.8.6 Oct 14 21:50:41.042 INFO kablam! Compiling groupme_bot v0.1.0 (/source) Oct 14 21:50:42.890 INFO kablam! warning: unused variable: `client` Oct 14 21:50:42.891 INFO kablam! --> src/main.rs:43:9 Oct 14 21:50:42.891 INFO kablam! | Oct 14 21:50:42.891 INFO kablam! 43 | let client = reqwest::Client::new(); Oct 14 21:50:42.892 INFO kablam! | ^^^^^^ help: consider using `_client` instead Oct 14 21:50:42.892 INFO kablam! | Oct 14 21:50:42.892 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 21:50:42.893 INFO kablam! Oct 14 21:50:42.893 INFO kablam! warning: unused variable: `response` Oct 14 21:50:42.893 INFO kablam! --> src/main.rs:44:9 Oct 14 21:50:42.894 INFO kablam! | Oct 14 21:50:42.894 INFO kablam! 44 | let response = ""; Oct 14 21:50:42.894 INFO kablam! | ^^^^^^^^ help: consider using `_response` instead Oct 14 21:50:42.895 INFO kablam! Oct 14 21:50:42.895 INFO kablam! warning: unused variable: `url` Oct 14 21:50:42.895 INFO kablam! --> src/main.rs:42:18 Oct 14 21:50:42.895 INFO kablam! | Oct 14 21:50:42.896 INFO kablam! 42 | fn try_to_remove(url: &String, key: &String, id: &str) { Oct 14 21:50:42.896 INFO kablam! | ^^^ help: consider using `_url` instead Oct 14 21:50:42.896 INFO kablam! Oct 14 21:50:42.897 INFO kablam! warning: unused variable: `key` Oct 14 21:50:42.897 INFO kablam! --> src/main.rs:42:32 Oct 14 21:50:42.897 INFO kablam! | Oct 14 21:50:42.897 INFO kablam! 42 | fn try_to_remove(url: &String, key: &String, id: &str) { Oct 14 21:50:42.898 INFO kablam! | ^^^ help: consider using `_key` instead Oct 14 21:50:42.898 INFO kablam! Oct 14 21:50:42.898 INFO kablam! warning: unused variable: `id` Oct 14 21:50:42.899 INFO kablam! --> src/main.rs:42:46 Oct 14 21:50:42.899 INFO kablam! | Oct 14 21:50:42.899 INFO kablam! 42 | fn try_to_remove(url: &String, key: &String, id: &str) { Oct 14 21:50:42.900 INFO kablam! | ^^ help: consider using `_id` instead Oct 14 21:50:42.900 INFO kablam! Oct 14 21:50:42.900 INFO kablam! warning: function is never used: `try_to_remove` Oct 14 21:50:42.900 INFO kablam! --> src/main.rs:42:1 Oct 14 21:50:42.901 INFO kablam! | Oct 14 21:50:42.901 INFO kablam! 42 | fn try_to_remove(url: &String, key: &String, id: &str) { Oct 14 21:50:42.901 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:50:42.901 INFO kablam! | Oct 14 21:50:42.902 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 21:50:42.902 INFO kablam! Oct 14 21:50:46.612 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 18s Oct 14 21:50:46.628 INFO kablam! su: No module specific data is present Oct 14 21:50:48.118 INFO running `"docker" "rm" "-f" "0ca56a0e4b9b76b948d758c9f02ae8454dca59a0bdbcbd3af7c57ec405861f1e"` Oct 14 21:50:48.479 INFO blam! 0ca56a0e4b9b76b948d758c9f02ae8454dca59a0bdbcbd3af7c57ec405861f1e Oct 14 21:50:48.485 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:49.044 INFO blam! 9eaf4be465e904a9cc785dbad8793fd018e593bb0dbd07fbd0d1beec4550a2c8 Oct 14 21:50:49.046 INFO running `"docker" "start" "-a" "9eaf4be465e904a9cc785dbad8793fd018e593bb0dbd07fbd0d1beec4550a2c8"` Oct 14 21:50:50.765 INFO kablam! usermod: no changes Oct 14 21:50:51.117 INFO kablam! Compiling groupme_bot v0.1.0 (/source) Oct 14 21:50:53.155 INFO kablam! warning: unused variable: `client` Oct 14 21:50:53.155 INFO kablam! --> src/main.rs:43:9 Oct 14 21:50:53.155 INFO kablam! | Oct 14 21:50:53.155 INFO kablam! 43 | let client = reqwest::Client::new(); Oct 14 21:50:53.155 INFO kablam! | ^^^^^^ help: consider using `_client` instead Oct 14 21:50:53.155 INFO kablam! | Oct 14 21:50:53.155 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 21:50:53.155 INFO kablam! Oct 14 21:50:53.155 INFO kablam! warning: unused variable: `response` Oct 14 21:50:53.155 INFO kablam! --> src/main.rs:44:9 Oct 14 21:50:53.155 INFO kablam! | Oct 14 21:50:53.155 INFO kablam! 44 | let response = ""; Oct 14 21:50:53.155 INFO kablam! | ^^^^^^^^ help: consider using `_response` instead Oct 14 21:50:53.155 INFO kablam! Oct 14 21:50:53.155 INFO kablam! warning: unused variable: `url` Oct 14 21:50:53.155 INFO kablam! --> src/main.rs:42:18 Oct 14 21:50:53.155 INFO kablam! | Oct 14 21:50:53.155 INFO kablam! 42 | fn try_to_remove(url: &String, key: &String, id: &str) { Oct 14 21:50:53.155 INFO kablam! | ^^^ help: consider using `_url` instead Oct 14 21:50:53.155 INFO kablam! Oct 14 21:50:53.155 INFO kablam! warning: unused variable: `key` Oct 14 21:50:53.155 INFO kablam! --> src/main.rs:42:32 Oct 14 21:50:53.155 INFO kablam! | Oct 14 21:50:53.155 INFO kablam! 42 | fn try_to_remove(url: &String, key: &String, id: &str) { Oct 14 21:50:53.155 INFO kablam! | ^^^ help: consider using `_key` instead Oct 14 21:50:53.155 INFO kablam! Oct 14 21:50:53.155 INFO kablam! warning: unused variable: `id` Oct 14 21:50:53.155 INFO kablam! --> src/main.rs:42:46 Oct 14 21:50:53.155 INFO kablam! | Oct 14 21:50:53.155 INFO kablam! 42 | fn try_to_remove(url: &String, key: &String, id: &str) { Oct 14 21:50:53.155 INFO kablam! | ^^ help: consider using `_id` instead Oct 14 21:50:53.155 INFO kablam! Oct 14 21:50:53.167 INFO kablam! warning: function is never used: `try_to_remove` Oct 14 21:50:53.167 INFO kablam! --> src/main.rs:42:1 Oct 14 21:50:53.167 INFO kablam! | Oct 14 21:50:53.167 INFO kablam! 42 | fn try_to_remove(url: &String, key: &String, id: &str) { Oct 14 21:50:53.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:50:53.167 INFO kablam! | Oct 14 21:50:53.167 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 21:50:53.167 INFO kablam! Oct 14 21:50:53.670 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.86s Oct 14 21:50:53.681 INFO kablam! su: No module specific data is present Oct 14 21:50:55.041 INFO running `"docker" "rm" "-f" "9eaf4be465e904a9cc785dbad8793fd018e593bb0dbd07fbd0d1beec4550a2c8"` Oct 14 21:50:55.359 INFO blam! 9eaf4be465e904a9cc785dbad8793fd018e593bb0dbd07fbd0d1beec4550a2c8 Oct 14 21:50:55.359 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:55.912 INFO blam! 4897705cc25f1f171a0e23e7e7e3518b40e6d494d877f55325f52c8596c96a42 Oct 14 21:50:55.914 INFO running `"docker" "start" "-a" "4897705cc25f1f171a0e23e7e7e3518b40e6d494d877f55325f52c8596c96a42"` Oct 14 21:50:57.943 INFO kablam! usermod: no changes Oct 14 21:50:58.195 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.22s Oct 14 21:50:58.207 INFO kablam! Running /target/debug/deps/groupme_bot-d70666f7596e2475 Oct 14 21:50:58.212 INFO blam! Oct 14 21:50:58.212 INFO blam! running 0 tests Oct 14 21:50:58.212 INFO blam! Oct 14 21:50:58.212 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 21:50:58.212 INFO blam! Oct 14 21:50:58.214 INFO kablam! su: No module specific data is present Oct 14 21:50:59.976 INFO running `"docker" "rm" "-f" "4897705cc25f1f171a0e23e7e7e3518b40e6d494d877f55325f52c8596c96a42"` Oct 14 21:51:00.222 INFO blam! 4897705cc25f1f171a0e23e7e7e3518b40e6d494d877f55325f52c8596c96a42