Oct 12 19:45:29.415 INFO testing vishusandy/passgen against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 12 19:45:29.417 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 12 19:45:30.115 INFO blam! 72c99d334ee81b813abf8a1037d3102966c31c80cfe07757507bc6194459d86c Oct 12 19:45:30.119 INFO running `"docker" "start" "-a" "72c99d334ee81b813abf8a1037d3102966c31c80cfe07757507bc6194459d86c"` Oct 12 19:45:31.342 INFO kablam! usermod: no changes Oct 12 19:45:31.479 INFO kablam! Compiling libc v0.2.26 Oct 12 19:45:31.487 INFO kablam! Compiling serde v1.0.10 Oct 12 19:45:31.495 INFO kablam! Compiling log v0.3.8 Oct 12 19:45:31.503 INFO kablam! Compiling rmp v0.8.6 Oct 12 19:45:34.267 INFO kablam! Compiling rand v0.3.15 Oct 12 19:45:34.267 INFO kablam! Compiling time v0.1.38 Oct 12 19:45:37.771 INFO kablam! Compiling num-bigint v0.1.40 Oct 12 19:45:42.455 INFO kablam! Compiling num-rational v0.1.39 Oct 12 19:45:45.079 INFO kablam! Compiling num v0.1.40 Oct 12 19:45:49.549 INFO kablam! Compiling rmp-serde v0.13.4 Oct 12 19:45:50.509 INFO kablam! Compiling passgen v0.7.5 (/source) Oct 12 19:45:51.448 INFO kablam! warning: unused import: `Zero` Oct 12 19:45:51.448 INFO kablam! --> src/dict_helpers.rs:7:16 Oct 12 19:45:51.448 INFO kablam! | Oct 12 19:45:51.448 INFO kablam! 7 | use num::{Num, Zero, One}; Oct 12 19:45:51.455 INFO kablam! | ^^^^ Oct 12 19:45:51.455 INFO kablam! | Oct 12 19:45:51.455 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 19:45:51.456 INFO kablam! Oct 12 19:45:51.456 INFO kablam! warning: unused import: `std::ops::Add` Oct 12 19:45:51.456 INFO kablam! --> src/dict_helpers.rs:8:5 Oct 12 19:45:51.457 INFO kablam! | Oct 12 19:45:51.457 INFO kablam! 8 | use std::ops::Add; Oct 12 19:45:51.457 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 19:45:51.457 INFO kablam! Oct 12 19:45:53.967 INFO kablam! warning: unused import: `One` Oct 12 19:45:53.967 INFO kablam! --> src/dict_helpers.rs:7:22 Oct 12 19:45:53.967 INFO kablam! | Oct 12 19:45:53.967 INFO kablam! 7 | use num::{Num, Zero, One}; Oct 12 19:45:53.967 INFO kablam! | ^^^ Oct 12 19:45:53.967 INFO kablam! Oct 12 19:45:54.175 INFO kablam! warning: unused variable: `ns` Oct 12 19:45:54.175 INFO kablam! --> src/passwords.rs:208:13 Oct 12 19:45:54.175 INFO kablam! | Oct 12 19:45:54.175 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:54.175 INFO kablam! | ^^ help: consider using `_ns` instead Oct 12 19:45:54.175 INFO kablam! | Oct 12 19:45:54.175 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 19:45:54.175 INFO kablam! Oct 12 19:45:54.801 INFO kablam! warning: variable does not need to be mutable Oct 12 19:45:54.801 INFO kablam! --> src/passwords.rs:208:9 Oct 12 19:45:54.801 INFO kablam! | Oct 12 19:45:54.801 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:54.801 INFO kablam! | ----^^ Oct 12 19:45:54.801 INFO kablam! | | Oct 12 19:45:54.801 INFO kablam! | help: remove this `mut` Oct 12 19:45:54.801 INFO kablam! | Oct 12 19:45:54.801 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 19:45:54.801 INFO kablam! Oct 12 19:45:54.815 INFO kablam! warning: function is never used: `find_plurals` Oct 12 19:45:54.815 INFO kablam! --> src/dict_helpers.rs:254:1 Oct 12 19:45:54.815 INFO kablam! | Oct 12 19:45:54.815 INFO kablam! 254 | pub fn find_plurals(savefile: &str) -> Vec<&'static str> { Oct 12 19:45:54.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:45:54.815 INFO kablam! | Oct 12 19:45:54.815 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 19:45:54.815 INFO kablam! Oct 12 19:45:55.331 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 19:45:55.331 INFO kablam! --> src/dict_helpers.rs:272:9 Oct 12 19:45:55.331 INFO kablam! | Oct 12 19:45:55.331 INFO kablam! 272 | f.write(plurals[i].as_bytes()); Oct 12 19:45:55.331 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:45:55.331 INFO kablam! | Oct 12 19:45:55.331 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 19:45:55.331 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 19:45:55.331 INFO kablam! Oct 12 19:45:55.331 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 19:45:55.331 INFO kablam! --> src/dict_helpers.rs:274:9 Oct 12 19:45:55.331 INFO kablam! | Oct 12 19:45:55.331 INFO kablam! 274 | f.write(b"\n"); Oct 12 19:45:55.331 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 19:45:55.331 INFO kablam! | Oct 12 19:45:55.331 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 19:45:55.331 INFO kablam! Oct 12 19:46:01.424 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 30.07s Oct 12 19:46:01.429 INFO kablam! su: No module specific data is present Oct 12 19:46:02.427 INFO running `"docker" "rm" "-f" "72c99d334ee81b813abf8a1037d3102966c31c80cfe07757507bc6194459d86c"` Oct 12 19:46:02.711 INFO blam! 72c99d334ee81b813abf8a1037d3102966c31c80cfe07757507bc6194459d86c Oct 12 19:46:02.721 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 12 19:46:03.248 INFO blam! b308eef905532ad313bfac1f36e86b9dc545468030d21f9e4cbc9b468cabb5e0 Oct 12 19:46:03.250 INFO running `"docker" "start" "-a" "b308eef905532ad313bfac1f36e86b9dc545468030d21f9e4cbc9b468cabb5e0"` Oct 12 19:46:04.996 INFO kablam! usermod: no changes Oct 12 19:46:05.167 INFO kablam! Compiling passgen v0.7.5 (/source) Oct 12 19:46:06.155 INFO kablam! warning: unused import: `Zero` Oct 12 19:46:06.155 INFO kablam! --> src/dict_helpers.rs:7:16 Oct 12 19:46:06.155 INFO kablam! | Oct 12 19:46:06.155 INFO kablam! 7 | use num::{Num, Zero, One}; Oct 12 19:46:06.155 INFO kablam! | ^^^^ Oct 12 19:46:06.155 INFO kablam! | Oct 12 19:46:06.155 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 19:46:06.155 INFO kablam! Oct 12 19:46:06.155 INFO kablam! warning: unused import: `std::ops::Add` Oct 12 19:46:06.155 INFO kablam! --> src/dict_helpers.rs:8:5 Oct 12 19:46:06.155 INFO kablam! | Oct 12 19:46:06.155 INFO kablam! 8 | use std::ops::Add; Oct 12 19:46:06.155 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 19:46:06.155 INFO kablam! Oct 12 19:46:08.731 INFO kablam! warning: unused import: `One` Oct 12 19:46:08.731 INFO kablam! --> src/dict_helpers.rs:7:22 Oct 12 19:46:08.731 INFO kablam! | Oct 12 19:46:08.731 INFO kablam! 7 | use num::{Num, Zero, One}; Oct 12 19:46:08.731 INFO kablam! | ^^^ Oct 12 19:46:08.731 INFO kablam! Oct 12 19:46:08.927 INFO kablam! warning: unused variable: `ns` Oct 12 19:46:08.927 INFO kablam! --> src/passwords.rs:208:13 Oct 12 19:46:08.928 INFO kablam! | Oct 12 19:46:08.928 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:08.928 INFO kablam! | ^^ help: consider using `_ns` instead Oct 12 19:46:08.929 INFO kablam! | Oct 12 19:46:08.929 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 19:46:08.929 INFO kablam! Oct 12 19:46:09.615 INFO kablam! warning: variable does not need to be mutable Oct 12 19:46:09.615 INFO kablam! --> src/passwords.rs:208:9 Oct 12 19:46:09.615 INFO kablam! | Oct 12 19:46:09.615 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:09.615 INFO kablam! | ----^^ Oct 12 19:46:09.615 INFO kablam! | | Oct 12 19:46:09.615 INFO kablam! | help: remove this `mut` Oct 12 19:46:09.615 INFO kablam! | Oct 12 19:46:09.615 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 19:46:09.615 INFO kablam! Oct 12 19:46:09.631 INFO kablam! warning: function is never used: `find_plurals` Oct 12 19:46:09.631 INFO kablam! --> src/dict_helpers.rs:254:1 Oct 12 19:46:09.631 INFO kablam! | Oct 12 19:46:09.631 INFO kablam! 254 | pub fn find_plurals(savefile: &str) -> Vec<&'static str> { Oct 12 19:46:09.631 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:46:09.631 INFO kablam! | Oct 12 19:46:09.631 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 19:46:09.631 INFO kablam! Oct 12 19:46:10.259 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 19:46:10.259 INFO kablam! --> src/dict_helpers.rs:272:9 Oct 12 19:46:10.259 INFO kablam! | Oct 12 19:46:10.259 INFO kablam! 272 | f.write(plurals[i].as_bytes()); Oct 12 19:46:10.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:46:10.259 INFO kablam! | Oct 12 19:46:10.259 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 19:46:10.259 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 19:46:10.259 INFO kablam! Oct 12 19:46:10.259 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 19:46:10.259 INFO kablam! --> src/dict_helpers.rs:274:9 Oct 12 19:46:10.259 INFO kablam! | Oct 12 19:46:10.259 INFO kablam! 274 | f.write(b"\n"); Oct 12 19:46:10.259 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 19:46:10.259 INFO kablam! | Oct 12 19:46:10.259 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 19:46:10.259 INFO kablam! Oct 12 19:46:16.801 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.78s Oct 12 19:46:16.805 INFO kablam! su: No module specific data is present Oct 12 19:46:18.195 INFO running `"docker" "rm" "-f" "b308eef905532ad313bfac1f36e86b9dc545468030d21f9e4cbc9b468cabb5e0"` Oct 12 19:46:18.479 INFO blam! b308eef905532ad313bfac1f36e86b9dc545468030d21f9e4cbc9b468cabb5e0 Oct 12 19:46:18.482 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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" "-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:18.851 INFO blam! c02f1ffd36bd3b1259afc96c12d65fb606d3a636e16ba421e153501171700b58 Oct 12 19:46:18.851 INFO running `"docker" "start" "-a" "c02f1ffd36bd3b1259afc96c12d65fb606d3a636e16ba421e153501171700b58"` Oct 12 19:46:20.151 INFO kablam! usermod: no changes Oct 12 19:46:20.255 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 12 19:46:20.255 INFO kablam! Running /target/debug/deps/passgen-7208073b28e14087 Oct 12 19:46:20.255 INFO blam! Oct 12 19:46:20.255 INFO blam! running 0 tests Oct 12 19:46:20.255 INFO blam! Oct 12 19:46:20.255 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 19:46:20.255 INFO blam! Oct 12 19:46:20.259 INFO kablam! su: No module specific data is present Oct 12 19:46:21.511 INFO running `"docker" "rm" "-f" "c02f1ffd36bd3b1259afc96c12d65fb606d3a636e16ba421e153501171700b58"` Oct 12 19:46:21.823 INFO blam! c02f1ffd36bd3b1259afc96c12d65fb606d3a636e16ba421e153501171700b58