Oct 10 12:40:59.309 INFO testing vishusandy/passgen against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 12:40:59.309 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 12:40:59.310 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 12:40:59.779 INFO blam! 5a8957694358cf98ce352f1bad58375363ad269b057ba3cf5d27456a3b0a7cfb Oct 10 12:40:59.781 INFO running `"docker" "start" "-a" "5a8957694358cf98ce352f1bad58375363ad269b057ba3cf5d27456a3b0a7cfb"` Oct 10 12:41:01.532 INFO kablam! usermod: no changes Oct 10 12:41:01.636 INFO kablam! Compiling serde v1.0.10 Oct 10 12:41:01.636 INFO kablam! Compiling rmp v0.8.6 Oct 10 12:41:01.636 INFO kablam! Compiling num-bigint v0.1.40 Oct 10 12:41:06.668 INFO kablam! Compiling num-rational v0.1.39 Oct 10 12:41:09.478 INFO kablam! Compiling num v0.1.40 Oct 10 12:41:15.214 INFO kablam! Compiling rmp-serde v0.13.4 Oct 10 12:41:16.482 INFO kablam! Compiling passgen v0.7.5 (/source) Oct 10 12:41:18.024 INFO kablam! warning: unused import: `Zero` Oct 10 12:41:18.024 INFO kablam! --> src/dict_helpers.rs:7:16 Oct 10 12:41:18.024 INFO kablam! | Oct 10 12:41:18.024 INFO kablam! 7 | use num::{Num, Zero, One}; Oct 10 12:41:18.024 INFO kablam! | ^^^^ Oct 10 12:41:18.024 INFO kablam! | Oct 10 12:41:18.024 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 12:41:18.024 INFO kablam! Oct 10 12:41:18.024 INFO kablam! warning: unused import: `std::ops::Add` Oct 10 12:41:18.024 INFO kablam! --> src/dict_helpers.rs:8:5 Oct 10 12:41:18.024 INFO kablam! | Oct 10 12:41:18.024 INFO kablam! 8 | use std::ops::Add; Oct 10 12:41:18.024 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 12:41:18.024 INFO kablam! Oct 10 12:41:20.360 INFO kablam! warning: unused import: `One` Oct 10 12:41:20.360 INFO kablam! --> src/dict_helpers.rs:7:22 Oct 10 12:41:20.360 INFO kablam! | Oct 10 12:41:20.360 INFO kablam! 7 | use num::{Num, Zero, One}; Oct 10 12:41:20.360 INFO kablam! | ^^^ Oct 10 12:41:20.360 INFO kablam! Oct 10 12:41:20.536 INFO kablam! warning: unused variable: `ns` Oct 10 12:41:20.536 INFO kablam! --> src/passwords.rs:208:13 Oct 10 12:41:20.536 INFO kablam! | Oct 10 12:41:20.536 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 10 12:41:20.536 INFO kablam! | ^^ help: consider using `_ns` instead Oct 10 12:41:20.536 INFO kablam! | Oct 10 12:41:20.538 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 12:41:20.538 INFO kablam! Oct 10 12:41:21.227 INFO kablam! warning: variable does not need to be mutable Oct 10 12:41:21.227 INFO kablam! --> src/passwords.rs:208:9 Oct 10 12:41:21.227 INFO kablam! | Oct 10 12:41:21.227 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 10 12:41:21.227 INFO kablam! | ----^^ Oct 10 12:41:21.227 INFO kablam! | | Oct 10 12:41:21.227 INFO kablam! | help: remove this `mut` Oct 10 12:41:21.227 INFO kablam! | Oct 10 12:41:21.227 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 12:41:21.227 INFO kablam! Oct 10 12:41:21.244 INFO kablam! warning: function is never used: `find_plurals` Oct 10 12:41:21.245 INFO kablam! --> src/dict_helpers.rs:254:1 Oct 10 12:41:21.245 INFO kablam! | Oct 10 12:41:21.245 INFO kablam! 254 | pub fn find_plurals(savefile: &str) -> Vec<&'static str> { Oct 10 12:41:21.245 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:41:21.245 INFO kablam! | Oct 10 12:41:21.245 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 12:41:21.246 INFO kablam! Oct 10 12:41:21.768 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 12:41:21.768 INFO kablam! --> src/dict_helpers.rs:272:9 Oct 10 12:41:21.768 INFO kablam! | Oct 10 12:41:21.768 INFO kablam! 272 | f.write(plurals[i].as_bytes()); Oct 10 12:41:21.768 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:41:21.768 INFO kablam! | Oct 10 12:41:21.768 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 12:41:21.768 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 12:41:21.768 INFO kablam! Oct 10 12:41:21.768 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 12:41:21.768 INFO kablam! --> src/dict_helpers.rs:274:9 Oct 10 12:41:21.768 INFO kablam! | Oct 10 12:41:21.768 INFO kablam! 274 | f.write(b"\n"); Oct 10 12:41:21.768 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 12:41:21.768 INFO kablam! | Oct 10 12:41:21.768 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 12:41:21.768 INFO kablam! Oct 10 12:41:27.772 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 26.20s Oct 10 12:41:27.772 INFO kablam! su: No module specific data is present Oct 10 12:41:28.434 INFO running `"docker" "rm" "-f" "5a8957694358cf98ce352f1bad58375363ad269b057ba3cf5d27456a3b0a7cfb"` Oct 10 12:41:28.728 INFO blam! 5a8957694358cf98ce352f1bad58375363ad269b057ba3cf5d27456a3b0a7cfb Oct 10 12:41:28.736 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 12:41:28.736 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 12:41:29.192 INFO blam! 9d567ea7f8b578519812664a637360a232e6b18e0f8a8220cb1d733bcd62189f Oct 10 12:41:29.198 INFO running `"docker" "start" "-a" "9d567ea7f8b578519812664a637360a232e6b18e0f8a8220cb1d733bcd62189f"` Oct 10 12:41:30.447 INFO kablam! usermod: no changes Oct 10 12:41:30.581 INFO kablam! Compiling passgen v0.7.5 (/source) Oct 10 12:41:32.262 INFO kablam! warning: unused import: `Zero` Oct 10 12:41:32.262 INFO kablam! --> src/dict_helpers.rs:7:16 Oct 10 12:41:32.262 INFO kablam! | Oct 10 12:41:32.262 INFO kablam! 7 | use num::{Num, Zero, One}; Oct 10 12:41:32.262 INFO kablam! | ^^^^ Oct 10 12:41:32.262 INFO kablam! | Oct 10 12:41:32.262 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 12:41:32.262 INFO kablam! Oct 10 12:41:32.262 INFO kablam! warning: unused import: `std::ops::Add` Oct 10 12:41:32.262 INFO kablam! --> src/dict_helpers.rs:8:5 Oct 10 12:41:32.262 INFO kablam! | Oct 10 12:41:32.262 INFO kablam! 8 | use std::ops::Add; Oct 10 12:41:32.262 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 12:41:32.262 INFO kablam! Oct 10 12:41:34.812 INFO kablam! warning: unused import: `One` Oct 10 12:41:34.812 INFO kablam! --> src/dict_helpers.rs:7:22 Oct 10 12:41:34.812 INFO kablam! | Oct 10 12:41:34.812 INFO kablam! 7 | use num::{Num, Zero, One}; Oct 10 12:41:34.812 INFO kablam! | ^^^ Oct 10 12:41:34.812 INFO kablam! Oct 10 12:41:35.052 INFO kablam! warning: unused variable: `ns` Oct 10 12:41:35.052 INFO kablam! --> src/passwords.rs:208:13 Oct 10 12:41:35.052 INFO kablam! | Oct 10 12:41:35.052 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 10 12:41:35.052 INFO kablam! | ^^ help: consider using `_ns` instead Oct 10 12:41:35.052 INFO kablam! | Oct 10 12:41:35.052 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 12:41:35.052 INFO kablam! Oct 10 12:41:35.760 INFO kablam! warning: variable does not need to be mutable Oct 10 12:41:35.760 INFO kablam! --> src/passwords.rs:208:9 Oct 10 12:41:35.760 INFO kablam! | Oct 10 12:41:35.760 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 10 12:41:35.760 INFO kablam! | ----^^ Oct 10 12:41:35.760 INFO kablam! | | Oct 10 12:41:35.760 INFO kablam! | help: remove this `mut` Oct 10 12:41:35.760 INFO kablam! | Oct 10 12:41:35.760 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 12:41:35.760 INFO kablam! Oct 10 12:41:35.776 INFO kablam! warning: function is never used: `find_plurals` Oct 10 12:41:35.776 INFO kablam! --> src/dict_helpers.rs:254:1 Oct 10 12:41:35.776 INFO kablam! | Oct 10 12:41:35.776 INFO kablam! 254 | pub fn find_plurals(savefile: &str) -> Vec<&'static str> { Oct 10 12:41:35.776 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:41:35.776 INFO kablam! | Oct 10 12:41:35.776 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 12:41:35.776 INFO kablam! Oct 10 12:41:36.336 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 12:41:36.336 INFO kablam! --> src/dict_helpers.rs:272:9 Oct 10 12:41:36.336 INFO kablam! | Oct 10 12:41:36.336 INFO kablam! 272 | f.write(plurals[i].as_bytes()); Oct 10 12:41:36.336 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:41:36.336 INFO kablam! | Oct 10 12:41:36.336 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 12:41:36.336 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 12:41:36.336 INFO kablam! Oct 10 12:41:36.336 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 12:41:36.336 INFO kablam! --> src/dict_helpers.rs:274:9 Oct 10 12:41:36.336 INFO kablam! | Oct 10 12:41:36.336 INFO kablam! 274 | f.write(b"\n"); Oct 10 12:41:36.336 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 12:41:36.336 INFO kablam! | Oct 10 12:41:36.336 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 12:41:36.336 INFO kablam! Oct 10 12:41:42.909 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.43s Oct 10 12:41:42.909 INFO kablam! su: No module specific data is present Oct 10 12:41:43.619 INFO running `"docker" "rm" "-f" "9d567ea7f8b578519812664a637360a232e6b18e0f8a8220cb1d733bcd62189f"` Oct 10 12:41:43.970 INFO blam! 9d567ea7f8b578519812664a637360a232e6b18e0f8a8220cb1d733bcd62189f Oct 10 12:41:43.973 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 12:41:43.973 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 12:41:44.348 INFO blam! c2a02d02379316150834b81bf03635d9938bc2155329834b7ae93c2a20773b5f Oct 10 12:41:44.350 INFO running `"docker" "start" "-a" "c2a02d02379316150834b81bf03635d9938bc2155329834b7ae93c2a20773b5f"` Oct 10 12:41:46.272 INFO kablam! usermod: no changes Oct 10 12:41:46.360 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 10 12:41:46.373 INFO kablam! Running /target/debug/deps/passgen-aa98c2a8f403364a Oct 10 12:41:46.373 INFO blam! Oct 10 12:41:46.374 INFO blam! running 0 tests Oct 10 12:41:46.374 INFO blam! Oct 10 12:41:46.374 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 12:41:46.375 INFO blam! Oct 10 12:41:46.380 INFO kablam! su: No module specific data is present Oct 10 12:41:47.190 INFO running `"docker" "rm" "-f" "c2a02d02379316150834b81bf03635d9938bc2155329834b7ae93c2a20773b5f"` Oct 10 12:41:47.507 INFO blam! c2a02d02379316150834b81bf03635d9938bc2155329834b7ae93c2a20773b5f