Oct 14 23:11:24.208 INFO testing deciduously/translate-bot against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 23:11:24.208 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 23:11:24.719 INFO blam! 465d9fb5833618056ece6f6f5299e3d341d23dc2fcf0bcb195a1b939e0c4d520 Oct 14 23:11:24.721 INFO running `"docker" "start" "-a" "465d9fb5833618056ece6f6f5299e3d341d23dc2fcf0bcb195a1b939e0c4d520"` Oct 14 23:11:26.386 INFO kablam! usermod: no changes Oct 14 23:11:26.657 INFO kablam! Compiling openssl v0.9.15 Oct 14 23:11:26.667 INFO kablam! Compiling iovec v0.1.0 Oct 14 23:11:26.671 INFO kablam! Compiling openssl-sys v0.9.15 Oct 14 23:11:26.672 INFO kablam! Compiling backtrace-sys v0.1.12 Oct 14 23:11:26.672 INFO kablam! Compiling net2 v0.2.30 Oct 14 23:11:26.674 INFO kablam! Compiling futures-cpupool v0.1.5 Oct 14 23:11:26.675 INFO kablam! Compiling serde_derive_internals v0.15.1 Oct 14 23:11:26.675 INFO kablam! Compiling derive-error-chain v0.10.1 Oct 14 23:11:29.179 INFO kablam! Compiling bytes v0.4.4 Oct 14 23:11:33.779 INFO kablam! Compiling mio v0.6.10 Oct 14 23:11:39.099 INFO kablam! Compiling tokio-io v0.1.2 Oct 14 23:11:39.555 INFO kablam! Compiling serde_derive v1.0.11 Oct 14 23:11:47.316 INFO kablam! Compiling tokio-core v0.1.9 Oct 14 23:11:58.482 INFO kablam! Compiling tokio-proto v0.1.1 Oct 14 23:12:08.258 INFO kablam! Compiling native-tls v0.1.4 Oct 14 23:12:09.349 INFO kablam! Compiling backtrace v0.3.2 Oct 14 23:12:10.548 INFO kablam! Compiling tokio-tls v0.1.3 Oct 14 23:12:11.883 INFO kablam! Compiling error-chain v0.10.0 Oct 14 23:12:13.001 INFO kablam! Compiling hyper v0.11.2 Oct 14 23:12:13.376 INFO kablam! Compiling dotenv v0.10.1 Oct 14 23:12:23.723 INFO kablam! Compiling hyper-tls v0.1.2 Oct 14 23:12:25.040 INFO kablam! Compiling translate-bot v0.1.0 (/source) Oct 14 23:12:26.935 INFO kablam! warning: unused import: `translate::translate` Oct 14 23:12:26.935 INFO kablam! --> src/main.rs:18:5 Oct 14 23:12:26.935 INFO kablam! | Oct 14 23:12:26.935 INFO kablam! 18 | use translate::translate; Oct 14 23:12:26.935 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 23:12:26.935 INFO kablam! | Oct 14 23:12:26.935 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 23:12:26.935 INFO kablam! Oct 14 23:12:27.203 INFO kablam! warning: unused variable: `en_text` Oct 14 23:12:27.203 INFO kablam! --> src/main.rs:23:9 Oct 14 23:12:27.203 INFO kablam! | Oct 14 23:12:27.203 INFO kablam! 23 | let en_text = "This language is cool"; Oct 14 23:12:27.203 INFO kablam! | ^^^^^^^ help: consider using `_en_text` instead Oct 14 23:12:27.203 INFO kablam! | Oct 14 23:12:27.203 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 23:12:27.203 INFO kablam! Oct 14 23:12:27.203 INFO kablam! warning: unused variable: `lang` Oct 14 23:12:27.203 INFO kablam! --> src/main.rs:24:9 Oct 14 23:12:27.203 INFO kablam! | Oct 14 23:12:27.203 INFO kablam! 24 | let lang = Lang::random(); Oct 14 23:12:27.203 INFO kablam! | ^^^^ help: consider using `_lang` instead Oct 14 23:12:27.203 INFO kablam! Oct 14 23:12:27.307 INFO kablam! warning: method is never used: `short` Oct 14 23:12:27.307 INFO kablam! --> src/lang.rs:139:5 Oct 14 23:12:27.307 INFO kablam! | Oct 14 23:12:27.307 INFO kablam! 139 | pub fn short(&self) -> String { Oct 14 23:12:27.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:12:27.307 INFO kablam! | Oct 14 23:12:27.307 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 23:12:27.307 INFO kablam! Oct 14 23:12:27.307 INFO kablam! warning: field is never used: `expires_in` Oct 14 23:12:27.307 INFO kablam! --> src/reddit.rs:17:5 Oct 14 23:12:27.307 INFO kablam! | Oct 14 23:12:27.307 INFO kablam! 17 | expires_in: u64, Oct 14 23:12:27.307 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 23:12:27.307 INFO kablam! Oct 14 23:12:27.307 INFO kablam! warning: field is never used: `scope` Oct 14 23:12:27.307 INFO kablam! --> src/reddit.rs:18:5 Oct 14 23:12:27.307 INFO kablam! | Oct 14 23:12:27.307 INFO kablam! 18 | scope: String, Oct 14 23:12:27.307 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 23:12:27.307 INFO kablam! Oct 14 23:12:27.307 INFO kablam! warning: field is never used: `token_type` Oct 14 23:12:27.307 INFO kablam! --> src/reddit.rs:19:5 Oct 14 23:12:27.307 INFO kablam! | Oct 14 23:12:27.307 INFO kablam! 19 | token_type: String, Oct 14 23:12:27.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 23:12:27.307 INFO kablam! Oct 14 23:12:27.307 INFO kablam! warning: constant item is never used: `TRANSLATE_URI` Oct 14 23:12:27.307 INFO kablam! --> src/translate.rs:11:1 Oct 14 23:12:27.307 INFO kablam! | Oct 14 23:12:27.307 INFO kablam! 11 | const TRANSLATE_URI: &str = "https://translation.googleapis.com/language/translate/v2"; Oct 14 23:12:27.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:12:27.307 INFO kablam! Oct 14 23:12:27.307 INFO kablam! warning: struct is never constructed: `TranslateReq` Oct 14 23:12:27.307 INFO kablam! --> src/translate.rs:14:1 Oct 14 23:12:27.307 INFO kablam! | Oct 14 23:12:27.307 INFO kablam! 14 | struct TranslateReq { Oct 14 23:12:27.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 23:12:27.307 INFO kablam! Oct 14 23:12:27.307 INFO kablam! warning: function is never used: `translate` Oct 14 23:12:27.307 INFO kablam! --> src/translate.rs:39:1 Oct 14 23:12:27.307 INFO kablam! | Oct 14 23:12:27.307 INFO kablam! 39 | pub fn translate(s: &str, l: &Lang) -> Result> { Oct 14 23:12:27.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:12:27.307 INFO kablam! Oct 14 23:12:34.524 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 08s Oct 14 23:12:34.554 INFO kablam! su: No module specific data is present Oct 14 23:12:36.031 INFO running `"docker" "rm" "-f" "465d9fb5833618056ece6f6f5299e3d341d23dc2fcf0bcb195a1b939e0c4d520"` Oct 14 23:12:36.379 INFO blam! 465d9fb5833618056ece6f6f5299e3d341d23dc2fcf0bcb195a1b939e0c4d520 Oct 14 23:12:36.381 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 23:12:36.804 INFO blam! 3f071a8269ec6138037bd70880631db37813804723a0923bc7a2d0918832499a Oct 14 23:12:36.807 INFO running `"docker" "start" "-a" "3f071a8269ec6138037bd70880631db37813804723a0923bc7a2d0918832499a"` Oct 14 23:12:38.330 INFO kablam! usermod: no changes Oct 14 23:12:38.547 INFO kablam! Compiling translate-bot v0.1.0 (/source) Oct 14 23:12:40.171 INFO kablam! warning: unused import: `translate::translate` Oct 14 23:12:40.171 INFO kablam! --> src/main.rs:18:5 Oct 14 23:12:40.171 INFO kablam! | Oct 14 23:12:40.171 INFO kablam! 18 | use translate::translate; Oct 14 23:12:40.171 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 23:12:40.171 INFO kablam! | Oct 14 23:12:40.171 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 23:12:40.171 INFO kablam! Oct 14 23:12:40.499 INFO kablam! warning: unused variable: `en_text` Oct 14 23:12:40.499 INFO kablam! --> src/main.rs:23:9 Oct 14 23:12:40.499 INFO kablam! | Oct 14 23:12:40.499 INFO kablam! 23 | let en_text = "This language is cool"; Oct 14 23:12:40.499 INFO kablam! | ^^^^^^^ help: consider using `_en_text` instead Oct 14 23:12:40.499 INFO kablam! | Oct 14 23:12:40.499 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 23:12:40.499 INFO kablam! Oct 14 23:12:40.499 INFO kablam! warning: unused variable: `lang` Oct 14 23:12:40.499 INFO kablam! --> src/main.rs:24:9 Oct 14 23:12:40.499 INFO kablam! | Oct 14 23:12:40.499 INFO kablam! 24 | let lang = Lang::random(); Oct 14 23:12:40.499 INFO kablam! | ^^^^ help: consider using `_lang` instead Oct 14 23:12:40.499 INFO kablam! Oct 14 23:12:40.631 INFO kablam! warning: method is never used: `short` Oct 14 23:12:40.631 INFO kablam! --> src/lang.rs:139:5 Oct 14 23:12:40.631 INFO kablam! | Oct 14 23:12:40.631 INFO kablam! 139 | pub fn short(&self) -> String { Oct 14 23:12:40.631 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:12:40.631 INFO kablam! | Oct 14 23:12:40.631 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 23:12:40.631 INFO kablam! Oct 14 23:12:40.631 INFO kablam! warning: field is never used: `expires_in` Oct 14 23:12:40.631 INFO kablam! --> src/reddit.rs:17:5 Oct 14 23:12:40.631 INFO kablam! | Oct 14 23:12:40.631 INFO kablam! 17 | expires_in: u64, Oct 14 23:12:40.631 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 23:12:40.631 INFO kablam! Oct 14 23:12:40.631 INFO kablam! warning: field is never used: `scope` Oct 14 23:12:40.631 INFO kablam! --> src/reddit.rs:18:5 Oct 14 23:12:40.631 INFO kablam! | Oct 14 23:12:40.631 INFO kablam! 18 | scope: String, Oct 14 23:12:40.631 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 23:12:40.631 INFO kablam! Oct 14 23:12:40.631 INFO kablam! warning: field is never used: `token_type` Oct 14 23:12:40.631 INFO kablam! --> src/reddit.rs:19:5 Oct 14 23:12:40.631 INFO kablam! | Oct 14 23:12:40.631 INFO kablam! 19 | token_type: String, Oct 14 23:12:40.631 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 23:12:40.631 INFO kablam! Oct 14 23:12:40.631 INFO kablam! warning: constant item is never used: `TRANSLATE_URI` Oct 14 23:12:40.631 INFO kablam! --> src/translate.rs:11:1 Oct 14 23:12:40.631 INFO kablam! | Oct 14 23:12:40.631 INFO kablam! 11 | const TRANSLATE_URI: &str = "https://translation.googleapis.com/language/translate/v2"; Oct 14 23:12:40.631 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:12:40.631 INFO kablam! Oct 14 23:12:40.631 INFO kablam! warning: struct is never constructed: `TranslateReq` Oct 14 23:12:40.631 INFO kablam! --> src/translate.rs:14:1 Oct 14 23:12:40.631 INFO kablam! | Oct 14 23:12:40.631 INFO kablam! 14 | struct TranslateReq { Oct 14 23:12:40.631 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 23:12:40.631 INFO kablam! Oct 14 23:12:40.631 INFO kablam! warning: function is never used: `translate` Oct 14 23:12:40.631 INFO kablam! --> src/translate.rs:39:1 Oct 14 23:12:40.631 INFO kablam! | Oct 14 23:12:40.631 INFO kablam! 39 | pub fn translate(s: &str, l: &Lang) -> Result> { Oct 14 23:12:40.631 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:12:40.631 INFO kablam! Oct 14 23:12:41.192 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.85s Oct 14 23:12:41.215 INFO kablam! su: No module specific data is present Oct 14 23:12:42.521 INFO running `"docker" "rm" "-f" "3f071a8269ec6138037bd70880631db37813804723a0923bc7a2d0918832499a"` Oct 14 23:12:42.871 INFO blam! 3f071a8269ec6138037bd70880631db37813804723a0923bc7a2d0918832499a Oct 14 23:12:42.881 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 23:12:43.296 INFO blam! 9c425f67a474c93dd3a5c26ad56ce12abb2836fe6373aed9a981387bcbdb1014 Oct 14 23:12:43.299 INFO running `"docker" "start" "-a" "9c425f67a474c93dd3a5c26ad56ce12abb2836fe6373aed9a981387bcbdb1014"` Oct 14 23:12:44.822 INFO kablam! usermod: no changes Oct 14 23:12:45.091 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.24s Oct 14 23:12:45.118 INFO kablam! Running /target/debug/deps/translate_bot-e94f3eeaaebc3cd9 Oct 14 23:12:45.122 INFO blam! Oct 14 23:12:45.122 INFO blam! running 0 tests Oct 14 23:12:45.123 INFO blam! Oct 14 23:12:45.123 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 23:12:45.123 INFO blam! Oct 14 23:12:45.136 INFO kablam! su: No module specific data is present Oct 14 23:12:45.861 INFO running `"docker" "rm" "-f" "9c425f67a474c93dd3a5c26ad56ce12abb2836fe6373aed9a981387bcbdb1014"` Oct 14 23:12:46.146 INFO blam! 9c425f67a474c93dd3a5c26ad56ce12abb2836fe6373aed9a981387bcbdb1014