Oct 14 20:44:13.525 INFO testing filalex77/whatanime-rs against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 20:44:13.527 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 14 20:44:14.031 INFO blam! be60a78093e389809826b3fcec225419661c1354067af7e1aa5d5f33cf0e6cc9 Oct 14 20:44:14.047 INFO running `"docker" "start" "-a" "be60a78093e389809826b3fcec225419661c1354067af7e1aa5d5f33cf0e6cc9"` Oct 14 20:44:15.007 INFO kablam! usermod: no changes Oct 14 20:44:15.423 INFO kablam! Compiling serde v1.0.57 Oct 14 20:44:15.447 INFO kablam! Compiling net2 v0.2.32 Oct 14 20:44:15.447 INFO kablam! Compiling bytes v0.4.7 Oct 14 20:44:15.447 INFO kablam! Compiling futures-cpupool v0.1.8 Oct 14 20:44:15.447 INFO kablam! Compiling uuid v0.5.1 Oct 14 20:44:15.447 INFO kablam! Compiling openssl-sys v0.9.30 Oct 14 20:44:15.451 INFO kablam! Compiling tokio-threadpool v0.1.3 Oct 14 20:44:15.463 INFO kablam! Compiling backtrace v0.2.3 Oct 14 20:44:21.358 INFO kablam! Compiling serde_derive v1.0.57 Oct 14 20:44:21.379 INFO kablam! Compiling phf_generator v0.7.22 Oct 14 20:44:21.463 INFO kablam! Compiling error-chain v0.4.2 Oct 14 20:44:21.465 INFO kablam! Compiling openssl v0.9.24 Oct 14 20:44:22.399 INFO kablam! Compiling mio v0.6.14 Oct 14 20:44:22.399 INFO kablam! Compiling dotenv v0.12.0 Oct 14 20:44:27.443 INFO kablam! Compiling tokio-io v0.1.6 Oct 14 20:44:27.775 INFO kablam! Compiling phf_codegen v0.7.22 Oct 14 20:44:29.843 INFO kablam! Compiling mime_guess v2.0.0-alpha.4 Oct 14 20:44:30.755 INFO kablam! Compiling tokio-fs v0.1.0 Oct 14 20:44:35.547 INFO kablam! Compiling tokio-reactor v0.1.1 Oct 14 20:44:40.435 INFO kablam! Compiling tokio-tcp v0.1.0 Oct 14 20:44:40.460 INFO kablam! Compiling tokio-udp v0.1.0 Oct 14 20:44:40.955 INFO kablam! Compiling native-tls v0.1.5 Oct 14 20:44:42.818 INFO kablam! Compiling tokio v0.1.6 Oct 14 20:44:45.935 INFO kablam! Compiling tokio-core v0.1.17 Oct 14 20:44:51.487 INFO kablam! Compiling tokio-proto v0.1.1 Oct 14 20:44:51.488 INFO kablam! Compiling tokio-tls v0.1.4 Oct 14 20:44:55.451 INFO kablam! Compiling serde_urlencoded v0.5.2 Oct 14 20:44:55.452 INFO kablam! Compiling serde_json v1.0.17 Oct 14 20:44:55.452 INFO kablam! Compiling serde_yaml v0.7.4 Oct 14 20:44:57.535 INFO kablam! Compiling hyper v0.11.27 Oct 14 20:45:11.104 INFO kablam! Compiling hyper-tls v0.1.3 Oct 14 20:45:12.543 INFO kablam! Compiling reqwest v0.8.5 Oct 14 20:45:20.209 INFO kablam! Compiling whatanime v0.1.0 (/source) Oct 14 20:45:22.861 INFO kablam! warning: constant item is never used: `API_ROOT` Oct 14 20:45:22.861 INFO kablam! --> src/api/mod.rs:6:1 Oct 14 20:45:22.861 INFO kablam! | Oct 14 20:45:22.861 INFO kablam! 6 | pub const API_ROOT: &str = "https://whatanime.ga/api"; Oct 14 20:45:22.861 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:45:22.861 INFO kablam! | Oct 14 20:45:22.861 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 20:45:22.861 INFO kablam! Oct 14 20:45:22.861 INFO kablam! warning: struct is never constructed: `Api` Oct 14 20:45:22.861 INFO kablam! --> src/api/mod.rs:21:1 Oct 14 20:45:22.861 INFO kablam! | Oct 14 20:45:22.861 INFO kablam! 21 | pub struct Api { Oct 14 20:45:22.861 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 20:45:22.861 INFO kablam! Oct 14 20:45:22.861 INFO kablam! warning: method is never used: `new` Oct 14 20:45:22.861 INFO kablam! --> src/api/mod.rs:27:5 Oct 14 20:45:22.861 INFO kablam! | Oct 14 20:45:22.861 INFO kablam! 27 | pub fn new(token: String) -> Self { Oct 14 20:45:22.861 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:45:22.861 INFO kablam! Oct 14 20:45:22.861 INFO kablam! warning: method is never used: `path` Oct 14 20:45:22.861 INFO kablam! --> src/api/mod.rs:32:5 Oct 14 20:45:22.861 INFO kablam! | Oct 14 20:45:22.861 INFO kablam! 32 | fn path(&self, part: &String) -> String { Oct 14 20:45:22.861 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:45:22.861 INFO kablam! Oct 14 20:45:22.861 INFO kablam! warning: method is never used: `form` Oct 14 20:45:22.861 INFO kablam! --> src/api/mod.rs:36:5 Oct 14 20:45:22.861 INFO kablam! | Oct 14 20:45:22.861 INFO kablam! 36 | fn form<'a>(&'a self, content: &[(&'a str, &'a str)]) -> Vec<(&'a str, &'a str)> { Oct 14 20:45:22.861 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:45:22.861 INFO kablam! Oct 14 20:45:22.861 INFO kablam! warning: method is never used: `post_form` Oct 14 20:45:22.861 INFO kablam! --> src/api/mod.rs:43:5 Oct 14 20:45:22.861 INFO kablam! | Oct 14 20:45:22.861 INFO kablam! 43 | / fn post_form( Oct 14 20:45:22.861 INFO kablam! 44 | | &self, Oct 14 20:45:22.861 INFO kablam! 45 | | path: String, Oct 14 20:45:22.861 INFO kablam! 46 | | form: &[(&str, &str)], Oct 14 20:45:22.861 INFO kablam! ... | Oct 14 20:45:22.862 INFO kablam! 54 | | Ok(response) Oct 14 20:45:22.862 INFO kablam! 55 | | } Oct 14 20:45:22.862 INFO kablam! | |_____^ Oct 14 20:45:22.862 INFO kablam! Oct 14 20:45:22.862 INFO kablam! warning: method is never used: `get` Oct 14 20:45:22.862 INFO kablam! --> src/api/mod.rs:57:5 Oct 14 20:45:22.862 INFO kablam! | Oct 14 20:45:22.862 INFO kablam! 57 | fn get(&self, path: String) -> Result { Oct 14 20:45:22.862 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:45:22.862 INFO kablam! Oct 14 20:45:22.862 INFO kablam! warning: method is never used: `identity` Oct 14 20:45:22.862 INFO kablam! --> src/api/mod.rs:66:5 Oct 14 20:45:22.862 INFO kablam! | Oct 14 20:45:22.862 INFO kablam! 66 | pub fn identity(&self) -> Result { Oct 14 20:45:22.862 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:45:22.862 INFO kablam! Oct 14 20:45:22.862 INFO kablam! warning: method is never used: `from_file` Oct 14 20:45:22.862 INFO kablam! --> src/config.rs:23:5 Oct 14 20:45:22.862 INFO kablam! | Oct 14 20:45:22.862 INFO kablam! 23 | pub fn from_file>(filepath: P) -> Result { Oct 14 20:45:22.862 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:45:22.862 INFO kablam! Oct 14 20:45:22.862 INFO kablam! warning: function is never used: `identify` Oct 14 20:45:22.862 INFO kablam! --> src/lib.rs:13:1 Oct 14 20:45:22.862 INFO kablam! | Oct 14 20:45:22.862 INFO kablam! 13 | fn identify(path: &str) -> &str { Oct 14 20:45:22.862 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:45:22.862 INFO kablam! Oct 14 20:45:22.862 INFO kablam! warning: function is never used: `run` Oct 14 20:45:22.862 INFO kablam! --> src/lib.rs:17:1 Oct 14 20:45:22.862 INFO kablam! | Oct 14 20:45:22.862 INFO kablam! 17 | fn run() { Oct 14 20:45:22.862 INFO kablam! | ^^^^^^^^ Oct 14 20:45:22.862 INFO kablam! Oct 14 20:45:23.687 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 08s Oct 14 20:45:23.697 INFO kablam! su: No module specific data is present Oct 14 20:45:24.184 INFO running `"docker" "rm" "-f" "be60a78093e389809826b3fcec225419661c1354067af7e1aa5d5f33cf0e6cc9"` Oct 14 20:45:24.428 INFO blam! be60a78093e389809826b3fcec225419661c1354067af7e1aa5d5f33cf0e6cc9 Oct 14 20:45:24.435 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 14 20:45:24.782 INFO blam! 3f49480906bd0eef352760710907998d27c01d53aef20428aa1acfe665eba239 Oct 14 20:45:24.790 INFO running `"docker" "start" "-a" "3f49480906bd0eef352760710907998d27c01d53aef20428aa1acfe665eba239"` Oct 14 20:45:25.679 INFO kablam! usermod: no changes Oct 14 20:45:25.883 INFO kablam! Compiling whatanime v0.1.0 (/source) Oct 14 20:45:28.364 INFO kablam! warning: method is never used: `form` Oct 14 20:45:28.364 INFO kablam! --> src/api/mod.rs:36:5 Oct 14 20:45:28.364 INFO kablam! | Oct 14 20:45:28.364 INFO kablam! 36 | fn form<'a>(&'a self, content: &[(&'a str, &'a str)]) -> Vec<(&'a str, &'a str)> { Oct 14 20:45:28.364 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:45:28.366 INFO kablam! | Oct 14 20:45:28.366 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 20:45:28.366 INFO kablam! Oct 14 20:45:28.366 INFO kablam! warning: method is never used: `post_form` Oct 14 20:45:28.366 INFO kablam! --> src/api/mod.rs:43:5 Oct 14 20:45:28.366 INFO kablam! | Oct 14 20:45:28.366 INFO kablam! 43 | / fn post_form( Oct 14 20:45:28.366 INFO kablam! 44 | | &self, Oct 14 20:45:28.366 INFO kablam! 45 | | path: String, Oct 14 20:45:28.366 INFO kablam! 46 | | form: &[(&str, &str)], Oct 14 20:45:28.366 INFO kablam! ... | Oct 14 20:45:28.366 INFO kablam! 54 | | Ok(response) Oct 14 20:45:28.366 INFO kablam! 55 | | } Oct 14 20:45:28.366 INFO kablam! | |_____^ Oct 14 20:45:28.366 INFO kablam! Oct 14 20:45:28.366 INFO kablam! warning: function is never used: `identify` Oct 14 20:45:28.366 INFO kablam! --> src/lib.rs:13:1 Oct 14 20:45:28.366 INFO kablam! | Oct 14 20:45:28.366 INFO kablam! 13 | fn identify(path: &str) -> &str { Oct 14 20:45:28.366 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:45:28.366 INFO kablam! Oct 14 20:45:28.366 INFO kablam! warning: function is never used: `run` Oct 14 20:45:28.366 INFO kablam! --> src/lib.rs:17:1 Oct 14 20:45:28.366 INFO kablam! | Oct 14 20:45:28.366 INFO kablam! 17 | fn run() { Oct 14 20:45:28.366 INFO kablam! | ^^^^^^^^ Oct 14 20:45:28.366 INFO kablam! Oct 14 20:45:33.819 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.11s Oct 14 20:45:33.839 INFO kablam! su: No module specific data is present Oct 14 20:45:34.489 INFO running `"docker" "rm" "-f" "3f49480906bd0eef352760710907998d27c01d53aef20428aa1acfe665eba239"` Oct 14 20:45:34.871 INFO blam! 3f49480906bd0eef352760710907998d27c01d53aef20428aa1acfe665eba239