Oct 21 18:30:14.675 INFO checking deciduously/translate-bot against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 18:30:14.676 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 18:30:15.085 INFO blam! ed6f7e20dd644925a26d712e96e0f53d9981a30cdec380932d52640eaea92f62 Oct 21 18:30:15.087 INFO running `"docker" "start" "-a" "ed6f7e20dd644925a26d712e96e0f53d9981a30cdec380932d52640eaea92f62"` Oct 21 18:30:16.476 INFO kablam! usermod: no changes Oct 21 18:30:16.720 INFO kablam! Compiling serde_derive_internals v0.15.1 Oct 21 18:30:16.720 INFO kablam! Checking error-chain v0.10.0 Oct 21 18:30:17.707 INFO kablam! Checking dotenv v0.10.1 Oct 21 18:30:21.664 INFO kablam! Compiling serde_derive v1.0.11 Oct 21 18:30:30.094 INFO kablam! Checking translate-bot v0.1.0 (/source) Oct 21 18:30:33.200 INFO kablam! warning: unused import: `translate::translate` Oct 21 18:30:33.200 INFO kablam! --> src/main.rs:18:5 Oct 21 18:30:33.200 INFO kablam! | Oct 21 18:30:33.200 INFO kablam! 18 | use translate::translate; Oct 21 18:30:33.200 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 18:30:33.200 INFO kablam! | Oct 21 18:30:33.200 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 18:30:33.200 INFO kablam! Oct 21 18:30:33.244 INFO kablam! warning: unused import: `translate::translate` Oct 21 18:30:33.245 INFO kablam! --> src/main.rs:18:5 Oct 21 18:30:33.245 INFO kablam! | Oct 21 18:30:33.245 INFO kablam! 18 | use translate::translate; Oct 21 18:30:33.245 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 18:30:33.245 INFO kablam! | Oct 21 18:30:33.245 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 18:30:33.246 INFO kablam! Oct 21 18:30:33.448 INFO kablam! warning: unused variable: `en_text` Oct 21 18:30:33.449 INFO kablam! --> src/main.rs:23:9 Oct 21 18:30:33.449 INFO kablam! | Oct 21 18:30:33.449 INFO kablam! 23 | let en_text = "This language is cool"; Oct 21 18:30:33.449 INFO kablam! | ^^^^^^^ help: consider using `_en_text` instead Oct 21 18:30:33.449 INFO kablam! | Oct 21 18:30:33.449 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 18:30:33.449 INFO kablam! Oct 21 18:30:33.449 INFO kablam! warning: unused variable: `lang` Oct 21 18:30:33.449 INFO kablam! --> src/main.rs:24:9 Oct 21 18:30:33.449 INFO kablam! | Oct 21 18:30:33.449 INFO kablam! 24 | let lang = Lang::random(); Oct 21 18:30:33.449 INFO kablam! | ^^^^ help: consider using `_lang` instead Oct 21 18:30:33.449 INFO kablam! Oct 21 18:30:33.533 INFO kablam! warning: unused variable: `en_text` Oct 21 18:30:33.533 INFO kablam! --> src/main.rs:23:9 Oct 21 18:30:33.533 INFO kablam! | Oct 21 18:30:33.533 INFO kablam! 23 | let en_text = "This language is cool"; Oct 21 18:30:33.533 INFO kablam! | ^^^^^^^ help: consider using `_en_text` instead Oct 21 18:30:33.533 INFO kablam! | Oct 21 18:30:33.533 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 18:30:33.533 INFO kablam! Oct 21 18:30:33.533 INFO kablam! warning: unused variable: `lang` Oct 21 18:30:33.533 INFO kablam! --> src/main.rs:24:9 Oct 21 18:30:33.533 INFO kablam! | Oct 21 18:30:33.533 INFO kablam! 24 | let lang = Lang::random(); Oct 21 18:30:33.533 INFO kablam! | ^^^^ help: consider using `_lang` instead Oct 21 18:30:33.533 INFO kablam! Oct 21 18:30:33.632 INFO kablam! warning: method is never used: `short` Oct 21 18:30:33.632 INFO kablam! --> src/lang.rs:139:5 Oct 21 18:30:33.632 INFO kablam! | Oct 21 18:30:33.632 INFO kablam! 139 | pub fn short(&self) -> String { Oct 21 18:30:33.632 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:30:33.633 INFO kablam! | Oct 21 18:30:33.633 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 18:30:33.633 INFO kablam! Oct 21 18:30:33.633 INFO kablam! warning: field is never used: `expires_in` Oct 21 18:30:33.633 INFO kablam! --> src/reddit.rs:17:5 Oct 21 18:30:33.633 INFO kablam! | Oct 21 18:30:33.633 INFO kablam! 17 | expires_in: u64, Oct 21 18:30:33.633 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 18:30:33.633 INFO kablam! Oct 21 18:30:33.633 INFO kablam! warning: field is never used: `scope` Oct 21 18:30:33.633 INFO kablam! --> src/reddit.rs:18:5 Oct 21 18:30:33.633 INFO kablam! | Oct 21 18:30:33.633 INFO kablam! 18 | scope: String, Oct 21 18:30:33.633 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 18:30:33.633 INFO kablam! Oct 21 18:30:33.633 INFO kablam! warning: field is never used: `token_type` Oct 21 18:30:33.633 INFO kablam! --> src/reddit.rs:19:5 Oct 21 18:30:33.633 INFO kablam! | Oct 21 18:30:33.633 INFO kablam! 19 | token_type: String, Oct 21 18:30:33.633 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 21 18:30:33.633 INFO kablam! Oct 21 18:30:33.633 INFO kablam! warning: constant item is never used: `TRANSLATE_URI` Oct 21 18:30:33.633 INFO kablam! --> src/translate.rs:11:1 Oct 21 18:30:33.633 INFO kablam! | Oct 21 18:30:33.633 INFO kablam! 11 | const TRANSLATE_URI: &str = "https://translation.googleapis.com/language/translate/v2"; Oct 21 18:30:33.633 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:30:33.633 INFO kablam! Oct 21 18:30:33.633 INFO kablam! warning: struct is never constructed: `TranslateReq` Oct 21 18:30:33.633 INFO kablam! --> src/translate.rs:14:1 Oct 21 18:30:33.633 INFO kablam! | Oct 21 18:30:33.633 INFO kablam! 14 | struct TranslateReq { Oct 21 18:30:33.633 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 21 18:30:33.633 INFO kablam! Oct 21 18:30:33.633 INFO kablam! warning: function is never used: `translate` Oct 21 18:30:33.633 INFO kablam! --> src/translate.rs:39:1 Oct 21 18:30:33.633 INFO kablam! | Oct 21 18:30:33.633 INFO kablam! 39 | pub fn translate(s: &str, l: &Lang) -> Result> { Oct 21 18:30:33.633 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:30:33.633 INFO kablam! Oct 21 18:30:33.645 INFO kablam! warning: method is never used: `short` Oct 21 18:30:33.645 INFO kablam! --> src/lang.rs:139:5 Oct 21 18:30:33.645 INFO kablam! | Oct 21 18:30:33.645 INFO kablam! 139 | pub fn short(&self) -> String { Oct 21 18:30:33.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:30:33.645 INFO kablam! | Oct 21 18:30:33.645 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 18:30:33.645 INFO kablam! Oct 21 18:30:33.645 INFO kablam! warning: field is never used: `expires_in` Oct 21 18:30:33.645 INFO kablam! --> src/reddit.rs:17:5 Oct 21 18:30:33.645 INFO kablam! | Oct 21 18:30:33.645 INFO kablam! 17 | expires_in: u64, Oct 21 18:30:33.645 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 18:30:33.645 INFO kablam! Oct 21 18:30:33.645 INFO kablam! warning: field is never used: `scope` Oct 21 18:30:33.645 INFO kablam! --> src/reddit.rs:18:5 Oct 21 18:30:33.645 INFO kablam! | Oct 21 18:30:33.645 INFO kablam! 18 | scope: String, Oct 21 18:30:33.645 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 18:30:33.645 INFO kablam! Oct 21 18:30:33.645 INFO kablam! warning: field is never used: `token_type` Oct 21 18:30:33.645 INFO kablam! --> src/reddit.rs:19:5 Oct 21 18:30:33.645 INFO kablam! | Oct 21 18:30:33.645 INFO kablam! 19 | token_type: String, Oct 21 18:30:33.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 21 18:30:33.645 INFO kablam! Oct 21 18:30:33.645 INFO kablam! warning: constant item is never used: `TRANSLATE_URI` Oct 21 18:30:33.645 INFO kablam! --> src/translate.rs:11:1 Oct 21 18:30:33.645 INFO kablam! | Oct 21 18:30:33.645 INFO kablam! 11 | const TRANSLATE_URI: &str = "https://translation.googleapis.com/language/translate/v2"; Oct 21 18:30:33.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:30:33.645 INFO kablam! Oct 21 18:30:33.645 INFO kablam! warning: struct is never constructed: `TranslateReq` Oct 21 18:30:33.645 INFO kablam! --> src/translate.rs:14:1 Oct 21 18:30:33.645 INFO kablam! | Oct 21 18:30:33.645 INFO kablam! 14 | struct TranslateReq { Oct 21 18:30:33.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 21 18:30:33.645 INFO kablam! Oct 21 18:30:33.645 INFO kablam! warning: function is never used: `translate` Oct 21 18:30:33.645 INFO kablam! --> src/translate.rs:39:1 Oct 21 18:30:33.645 INFO kablam! | Oct 21 18:30:33.645 INFO kablam! 39 | pub fn translate(s: &str, l: &Lang) -> Result> { Oct 21 18:30:33.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:30:33.645 INFO kablam! Oct 21 18:30:33.768 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 17.28s Oct 21 18:30:33.776 INFO kablam! su: No module specific data is present Oct 21 18:30:34.396 INFO running `"docker" "rm" "-f" "ed6f7e20dd644925a26d712e96e0f53d9981a30cdec380932d52640eaea92f62"` Oct 21 18:30:34.692 INFO blam! ed6f7e20dd644925a26d712e96e0f53d9981a30cdec380932d52640eaea92f62