Oct 21 17:54:19.054 INFO checking filalex77/whatanime-rs against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 17:54:19.054 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 21 17:54:19.359 INFO blam! 6020a52483b48b2ff848dad13c8e625f3c174bee6296a8160af16b2c2a28770e Oct 21 17:54:19.366 INFO running `"docker" "start" "-a" "6020a52483b48b2ff848dad13c8e625f3c174bee6296a8160af16b2c2a28770e"` Oct 21 17:54:20.052 INFO kablam! usermod: no changes Oct 21 17:54:20.376 INFO kablam! Compiling serde v1.0.57 Oct 21 17:54:20.449 INFO kablam! Compiling syn v0.13.10 Oct 21 17:54:20.449 INFO kablam! Checking error-chain v0.11.0 Oct 21 17:54:20.449 INFO kablam! Checking error-chain v0.4.2 Oct 21 17:54:20.450 INFO kablam! Checking mime_guess v2.0.0-alpha.4 Oct 21 17:54:34.179 INFO kablam! Compiling derive-error-chain v0.11.1 Oct 21 17:54:34.179 INFO kablam! Compiling serde_derive v1.0.57 Oct 21 17:54:34.600 INFO kablam! Checking serde_json v1.0.17 Oct 21 17:54:34.600 INFO kablam! Checking serde_urlencoded v0.5.2 Oct 21 17:54:34.600 INFO kablam! Checking serde_yaml v0.7.4 Oct 21 17:54:37.312 INFO kablam! Checking reqwest v0.8.5 Oct 21 17:54:43.276 INFO kablam! Checking dotenv v0.12.0 Oct 21 17:54:53.163 INFO kablam! Checking whatanime v0.1.0 (/source) Oct 21 17:54:58.529 INFO kablam! warning: constant item is never used: `API_ROOT` Oct 21 17:54:58.530 INFO kablam! --> src/api/mod.rs:6:1 Oct 21 17:54:58.530 INFO kablam! | Oct 21 17:54:58.530 INFO kablam! 6 | pub const API_ROOT: &str = "https://whatanime.ga/api"; Oct 21 17:54:58.531 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:54:58.531 INFO kablam! | Oct 21 17:54:58.531 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 17:54:58.532 INFO kablam! Oct 21 17:54:58.532 INFO kablam! warning: struct is never constructed: `Api` Oct 21 17:54:58.532 INFO kablam! --> src/api/mod.rs:21:1 Oct 21 17:54:58.532 INFO kablam! | Oct 21 17:54:58.533 INFO kablam! 21 | pub struct Api { Oct 21 17:54:58.533 INFO kablam! | ^^^^^^^^^^^^^^ Oct 21 17:54:58.533 INFO kablam! Oct 21 17:54:58.533 INFO kablam! warning: method is never used: `new` Oct 21 17:54:58.534 INFO kablam! --> src/api/mod.rs:27:5 Oct 21 17:54:58.534 INFO kablam! | Oct 21 17:54:58.534 INFO kablam! 27 | pub fn new(token: String) -> Self { Oct 21 17:54:58.534 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:54:58.535 INFO kablam! Oct 21 17:54:58.535 INFO kablam! warning: method is never used: `path` Oct 21 17:54:58.535 INFO kablam! --> src/api/mod.rs:32:5 Oct 21 17:54:58.535 INFO kablam! | Oct 21 17:54:58.536 INFO kablam! 32 | fn path(&self, part: &String) -> String { Oct 21 17:54:58.536 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:54:58.536 INFO kablam! Oct 21 17:54:58.536 INFO kablam! warning: method is never used: `form` Oct 21 17:54:58.537 INFO kablam! --> src/api/mod.rs:36:5 Oct 21 17:54:58.537 INFO kablam! | Oct 21 17:54:58.537 INFO kablam! 36 | fn form<'a>(&'a self, content: &[(&'a str, &'a str)]) -> Vec<(&'a str, &'a str)> { Oct 21 17:54:58.537 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:54:58.538 INFO kablam! Oct 21 17:54:58.538 INFO kablam! warning: method is never used: `post_form` Oct 21 17:54:58.538 INFO kablam! --> src/api/mod.rs:43:5 Oct 21 17:54:58.538 INFO kablam! | Oct 21 17:54:58.539 INFO kablam! 43 | / fn post_form( Oct 21 17:54:58.539 INFO kablam! 44 | | &self, Oct 21 17:54:58.539 INFO kablam! 45 | | path: String, Oct 21 17:54:58.539 INFO kablam! 46 | | form: &[(&str, &str)], Oct 21 17:54:58.539 INFO kablam! ... | Oct 21 17:54:58.540 INFO kablam! 54 | | Ok(response) Oct 21 17:54:58.540 INFO kablam! 55 | | } Oct 21 17:54:58.540 INFO kablam! | |_____^ Oct 21 17:54:58.541 INFO kablam! Oct 21 17:54:58.541 INFO kablam! warning: method is never used: `get` Oct 21 17:54:58.541 INFO kablam! --> src/api/mod.rs:57:5 Oct 21 17:54:58.541 INFO kablam! | Oct 21 17:54:58.542 INFO kablam! 57 | fn get(&self, path: String) -> Result { Oct 21 17:54:58.542 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:54:58.542 INFO kablam! Oct 21 17:54:58.542 INFO kablam! warning: method is never used: `identity` Oct 21 17:54:58.543 INFO kablam! --> src/api/mod.rs:66:5 Oct 21 17:54:58.543 INFO kablam! | Oct 21 17:54:58.543 INFO kablam! 66 | pub fn identity(&self) -> Result { Oct 21 17:54:58.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:54:58.544 INFO kablam! Oct 21 17:54:58.544 INFO kablam! warning: method is never used: `from_file` Oct 21 17:54:58.544 INFO kablam! --> src/config.rs:23:5 Oct 21 17:54:58.545 INFO kablam! | Oct 21 17:54:58.545 INFO kablam! 23 | pub fn from_file>(filepath: P) -> Result { Oct 21 17:54:58.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:54:58.545 INFO kablam! Oct 21 17:54:58.546 INFO kablam! warning: function is never used: `identify` Oct 21 17:54:58.546 INFO kablam! --> src/lib.rs:13:1 Oct 21 17:54:58.546 INFO kablam! | Oct 21 17:54:58.546 INFO kablam! 13 | fn identify(path: &str) -> &str { Oct 21 17:54:58.547 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:54:58.547 INFO kablam! Oct 21 17:54:58.547 INFO kablam! warning: function is never used: `run` Oct 21 17:54:58.548 INFO kablam! --> src/lib.rs:17:1 Oct 21 17:54:58.548 INFO kablam! | Oct 21 17:54:58.548 INFO kablam! 17 | fn run() { Oct 21 17:54:58.548 INFO kablam! | ^^^^^^^^ Oct 21 17:54:58.549 INFO kablam! Oct 21 17:55:00.008 INFO kablam! warning: method is never used: `form` Oct 21 17:55:00.008 INFO kablam! --> src/api/mod.rs:36:5 Oct 21 17:55:00.008 INFO kablam! | Oct 21 17:55:00.008 INFO kablam! 36 | fn form<'a>(&'a self, content: &[(&'a str, &'a str)]) -> Vec<(&'a str, &'a str)> { Oct 21 17:55:00.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:55:00.008 INFO kablam! | Oct 21 17:55:00.008 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 17:55:00.008 INFO kablam! Oct 21 17:55:00.012 INFO kablam! warning: method is never used: `post_form` Oct 21 17:55:00.012 INFO kablam! --> src/api/mod.rs:43:5 Oct 21 17:55:00.012 INFO kablam! | Oct 21 17:55:00.012 INFO kablam! 43 | / fn post_form( Oct 21 17:55:00.012 INFO kablam! 44 | | &self, Oct 21 17:55:00.012 INFO kablam! 45 | | path: String, Oct 21 17:55:00.012 INFO kablam! 46 | | form: &[(&str, &str)], Oct 21 17:55:00.012 INFO kablam! ... | Oct 21 17:55:00.012 INFO kablam! 54 | | Ok(response) Oct 21 17:55:00.012 INFO kablam! 55 | | } Oct 21 17:55:00.012 INFO kablam! | |_____^ Oct 21 17:55:00.012 INFO kablam! Oct 21 17:55:00.012 INFO kablam! warning: function is never used: `identify` Oct 21 17:55:00.012 INFO kablam! --> src/lib.rs:13:1 Oct 21 17:55:00.012 INFO kablam! | Oct 21 17:55:00.012 INFO kablam! 13 | fn identify(path: &str) -> &str { Oct 21 17:55:00.012 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:55:00.012 INFO kablam! Oct 21 17:55:00.012 INFO kablam! warning: function is never used: `run` Oct 21 17:55:00.012 INFO kablam! --> src/lib.rs:17:1 Oct 21 17:55:00.013 INFO kablam! | Oct 21 17:55:00.013 INFO kablam! 17 | fn run() { Oct 21 17:55:00.013 INFO kablam! | ^^^^^^^^ Oct 21 17:55:00.013 INFO kablam! Oct 21 17:55:00.083 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 40.02s Oct 21 17:55:00.105 INFO kablam! su: No module specific data is present Oct 21 17:55:01.020 INFO running `"docker" "rm" "-f" "6020a52483b48b2ff848dad13c8e625f3c174bee6296a8160af16b2c2a28770e"` Oct 21 17:55:01.272 INFO blam! 6020a52483b48b2ff848dad13c8e625f3c174bee6296a8160af16b2c2a28770e