Oct 12 19:45:29.937 INFO testing vishusandy/passgen against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 19:45:29.938 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 12 19:45:30.344 INFO blam! 3541b34f4785ecc9fcda887176d22afbe9241118abce19ce6391cad20c926aa3 Oct 12 19:45:30.349 INFO running `"docker" "start" "-a" "3541b34f4785ecc9fcda887176d22afbe9241118abce19ce6391cad20c926aa3"` Oct 12 19:45:31.735 INFO kablam! usermod: no changes Oct 12 19:45:31.835 INFO kablam! Compiling libc v0.2.26 Oct 12 19:45:31.835 INFO kablam! Compiling serde v1.0.10 Oct 12 19:45:31.835 INFO kablam! Compiling argparse v0.2.1 Oct 12 19:45:31.835 INFO kablam! Compiling num-complex v0.1.40 Oct 12 19:45:31.835 INFO kablam! Compiling rmp v0.8.6 Oct 12 19:45:35.699 INFO kablam! Compiling rand v0.3.15 Oct 12 19:45:35.699 INFO kablam! Compiling time v0.1.38 Oct 12 19:45:40.988 INFO kablam! Compiling num-bigint v0.1.40 Oct 12 19:45:44.823 INFO kablam! Compiling num-rational v0.1.39 Oct 12 19:45:47.283 INFO kablam! Compiling num v0.1.40 Oct 12 19:45:51.151 INFO kablam! Compiling rmp-serde v0.13.4 Oct 12 19:45:52.071 INFO kablam! Compiling passgen v0.7.5 (/source) Oct 12 19:45:52.931 INFO kablam! warning: unused import: `Zero` Oct 12 19:45:52.931 INFO kablam! --> src/dict_helpers.rs:7:16 Oct 12 19:45:52.931 INFO kablam! | Oct 12 19:45:52.931 INFO kablam! 7 | use num::{Num, Zero, One}; Oct 12 19:45:52.931 INFO kablam! | ^^^^ Oct 12 19:45:52.931 INFO kablam! | Oct 12 19:45:52.931 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 19:45:52.931 INFO kablam! Oct 12 19:45:52.931 INFO kablam! warning: unused import: `std::ops::Add` Oct 12 19:45:52.931 INFO kablam! --> src/dict_helpers.rs:8:5 Oct 12 19:45:52.931 INFO kablam! | Oct 12 19:45:52.931 INFO kablam! 8 | use std::ops::Add; Oct 12 19:45:52.931 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 19:45:52.931 INFO kablam! Oct 12 19:45:55.331 INFO kablam! warning: unused import: `One` Oct 12 19:45:55.331 INFO kablam! --> src/dict_helpers.rs:7:22 Oct 12 19:45:55.331 INFO kablam! | Oct 12 19:45:55.331 INFO kablam! 7 | use num::{Num, Zero, One}; Oct 12 19:45:55.331 INFO kablam! | ^^^ Oct 12 19:45:55.331 INFO kablam! Oct 12 19:45:55.511 INFO kablam! warning: unused variable: `ns` Oct 12 19:45:55.511 INFO kablam! --> src/passwords.rs:208:13 Oct 12 19:45:55.511 INFO kablam! | Oct 12 19:45:55.511 INFO kablam! 208 | let mut ns: [usize; 50] = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49]; Oct 12 19:45:55.511 INFO kablam! | ^^ help: consider using `_ns` instead Oct 12 19:45:55.511 INFO kablam! | Oct 12 19:45:55.511 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 19:45:55.511 INFO kablam! Oct 12 19:45:56.247 INFO kablam! warning: variable does not need to be mutable Oct 12 19:45:56.247 INFO kablam! --> src/passwords.rs:208:9 Oct 12 19:45:56.247 INFO kablam! | Oct 12 19:45:56.247 INFO kablam! 208 | let mut ns: [usize; 50] = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49]; Oct 12 19:45:56.247 INFO kablam! | ----^^ Oct 12 19:45:56.247 INFO kablam! | | Oct 12 19:45:56.247 INFO kablam! | help: remove this `mut` Oct 12 19:45:56.247 INFO kablam! | Oct 12 19:45:56.247 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 19:45:56.247 INFO kablam! Oct 12 19:45:56.271 INFO kablam! warning: function is never used: `find_plurals` Oct 12 19:45:56.271 INFO kablam! --> src/dict_helpers.rs:254:1 Oct 12 19:45:56.271 INFO kablam! | Oct 12 19:45:56.271 INFO kablam! 254 | pub fn find_plurals(savefile: &str) -> Vec<&'static str> { Oct 12 19:45:56.271 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:45:56.271 INFO kablam! | Oct 12 19:45:56.271 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 19:45:56.271 INFO kablam! Oct 12 19:45:56.784 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 19:45:56.784 INFO kablam! --> src/dict_helpers.rs:272:9 Oct 12 19:45:56.784 INFO kablam! | Oct 12 19:45:56.784 INFO kablam! 272 | f.write(plurals[i].as_bytes()); Oct 12 19:45:56.784 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:45:56.784 INFO kablam! | Oct 12 19:45:56.784 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 19:45:56.784 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 19:45:56.784 INFO kablam! Oct 12 19:45:56.784 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 19:45:56.784 INFO kablam! --> src/dict_helpers.rs:274:9 Oct 12 19:45:56.784 INFO kablam! | Oct 12 19:45:56.784 INFO kablam! 274 | f.write(b"\n"); Oct 12 19:45:56.784 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 19:45:56.784 INFO kablam! | Oct 12 19:45:56.784 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 19:45:56.784 INFO kablam! Oct 12 19:46:03.095 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 31.33s Oct 12 19:46:03.099 INFO kablam! su: No module specific data is present Oct 12 19:46:03.773 INFO running `"docker" "rm" "-f" "3541b34f4785ecc9fcda887176d22afbe9241118abce19ce6391cad20c926aa3"` Oct 12 19:46:04.016 INFO blam! 3541b34f4785ecc9fcda887176d22afbe9241118abce19ce6391cad20c926aa3 Oct 12 19:46:04.022 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 12 19:46:04.460 INFO blam! 6d7c9faf1f69934e2f7cc1d09b5c02fbb467902f3ec9b17ad723cb3a2e7d05e2 Oct 12 19:46:04.462 INFO running `"docker" "start" "-a" "6d7c9faf1f69934e2f7cc1d09b5c02fbb467902f3ec9b17ad723cb3a2e7d05e2"` Oct 12 19:46:06.088 INFO kablam! usermod: no changes Oct 12 19:46:06.187 INFO kablam! Compiling passgen v0.7.5 (/source) Oct 12 19:46:07.175 INFO kablam! warning: unused import: `Zero` Oct 12 19:46:07.175 INFO kablam! --> src/dict_helpers.rs:7:16 Oct 12 19:46:07.175 INFO kablam! | Oct 12 19:46:07.175 INFO kablam! 7 | use num::{Num, Zero, One}; Oct 12 19:46:07.175 INFO kablam! | ^^^^ Oct 12 19:46:07.175 INFO kablam! | Oct 12 19:46:07.175 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 19:46:07.175 INFO kablam! Oct 12 19:46:07.175 INFO kablam! warning: unused import: `std::ops::Add` Oct 12 19:46:07.175 INFO kablam! --> src/dict_helpers.rs:8:5 Oct 12 19:46:07.175 INFO kablam! | Oct 12 19:46:07.175 INFO kablam! 8 | use std::ops::Add; Oct 12 19:46:07.175 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 19:46:07.175 INFO kablam! Oct 12 19:46:09.835 INFO kablam! warning: unused import: `One` Oct 12 19:46:09.835 INFO kablam! --> src/dict_helpers.rs:7:22 Oct 12 19:46:09.835 INFO kablam! | Oct 12 19:46:09.835 INFO kablam! 7 | use num::{Num, Zero, One}; Oct 12 19:46:09.835 INFO kablam! | ^^^ Oct 12 19:46:09.835 INFO kablam! Oct 12 19:46:10.032 INFO kablam! warning: unused variable: `ns` Oct 12 19:46:10.032 INFO kablam! --> src/passwords.rs:208:13 Oct 12 19:46:10.032 INFO kablam! | Oct 12 19:46:10.032 INFO kablam! 208 | let mut ns: [usize; 50] = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49]; Oct 12 19:46:10.032 INFO kablam! | ^^ help: consider using `_ns` instead Oct 12 19:46:10.032 INFO kablam! | Oct 12 19:46:10.032 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 19:46:10.032 INFO kablam! Oct 12 19:46:10.736 INFO kablam! warning: variable does not need to be mutable Oct 12 19:46:10.736 INFO kablam! --> src/passwords.rs:208:9 Oct 12 19:46:10.737 INFO kablam! | Oct 12 19:46:10.737 INFO kablam! 208 | let mut ns: [usize; 50] = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49]; Oct 12 19:46:10.737 INFO kablam! | ----^^ Oct 12 19:46:10.737 INFO kablam! | | Oct 12 19:46:10.737 INFO kablam! | help: remove this `mut` Oct 12 19:46:10.737 INFO kablam! | Oct 12 19:46:10.737 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 19:46:10.737 INFO kablam! Oct 12 19:46:10.753 INFO kablam! warning: function is never used: `find_plurals` Oct 12 19:46:10.753 INFO kablam! --> src/dict_helpers.rs:254:1 Oct 12 19:46:10.753 INFO kablam! | Oct 12 19:46:10.753 INFO kablam! 254 | pub fn find_plurals(savefile: &str) -> Vec<&'static str> { Oct 12 19:46:10.753 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:46:10.753 INFO kablam! | Oct 12 19:46:10.753 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 19:46:10.753 INFO kablam! Oct 12 19:46:11.256 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 19:46:11.257 INFO kablam! --> src/dict_helpers.rs:272:9 Oct 12 19:46:11.257 INFO kablam! | Oct 12 19:46:11.258 INFO kablam! 272 | f.write(plurals[i].as_bytes()); Oct 12 19:46:11.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:46:11.259 INFO kablam! | Oct 12 19:46:11.260 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 19:46:11.260 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 19:46:11.261 INFO kablam! Oct 12 19:46:11.261 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 19:46:11.262 INFO kablam! --> src/dict_helpers.rs:274:9 Oct 12 19:46:11.263 INFO kablam! | Oct 12 19:46:11.263 INFO kablam! 274 | f.write(b"\n"); Oct 12 19:46:11.264 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 19:46:11.264 INFO kablam! | Oct 12 19:46:11.265 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 19:46:11.266 INFO kablam! Oct 12 19:46:18.223 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.10s Oct 12 19:46:18.223 INFO kablam! su: No module specific data is present Oct 12 19:46:18.956 INFO running `"docker" "rm" "-f" "6d7c9faf1f69934e2f7cc1d09b5c02fbb467902f3ec9b17ad723cb3a2e7d05e2"` Oct 12 19:46:19.303 INFO blam! 6d7c9faf1f69934e2f7cc1d09b5c02fbb467902f3ec9b17ad723cb3a2e7d05e2 Oct 12 19:46:19.311 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 12 19:46:19.740 INFO blam! b54a2e8a6fe1ebf2dd7b29859640c25b388dc9bac462d0b7b9ac8b3081d80c0a Oct 12 19:46:19.745 INFO running `"docker" "start" "-a" "b54a2e8a6fe1ebf2dd7b29859640c25b388dc9bac462d0b7b9ac8b3081d80c0a"` Oct 12 19:46:21.107 INFO kablam! usermod: no changes Oct 12 19:46:21.243 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 12 19:46:21.243 INFO kablam! Running /target/debug/deps/passgen-aa98c2a8f403364a Oct 12 19:46:21.243 INFO blam! Oct 12 19:46:21.243 INFO blam! running 0 tests Oct 12 19:46:21.243 INFO blam! Oct 12 19:46:21.243 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 19:46:21.243 INFO blam! Oct 12 19:46:21.250 INFO kablam! su: No module specific data is present Oct 12 19:46:22.451 INFO running `"docker" "rm" "-f" "b54a2e8a6fe1ebf2dd7b29859640c25b388dc9bac462d0b7b9ac8b3081d80c0a"` Oct 12 19:46:22.695 INFO blam! b54a2e8a6fe1ebf2dd7b29859640c25b388dc9bac462d0b7b9ac8b3081d80c0a