Oct 11 07:30:14.882 INFO testing BigTuna08/rustyIMGs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 07:30:14.883 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 07:30:14.884 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 11 07:30:15.428 INFO blam! 1557e02152476548395b4e5a9765ee471b7f444d70a63fb70fa4ef390fb30746 Oct 11 07:30:15.440 INFO running `"docker" "start" "-a" "1557e02152476548395b4e5a9765ee471b7f444d70a63fb70fa4ef390fb30746"` Oct 11 07:30:16.904 INFO kablam! usermod: no changes Oct 11 07:30:17.020 INFO kablam! Compiling rayon-core v1.4.0 Oct 11 07:30:19.528 INFO kablam! Compiling rayon v1.0.0 Oct 11 07:30:24.089 INFO kablam! Compiling jpeg-decoder v0.1.14 Oct 11 07:30:27.685 INFO kablam! Compiling image v0.18.0 Oct 11 07:30:41.621 INFO kablam! Compiling rustyImages v0.1.0 (/source) Oct 11 07:30:42.877 INFO kablam! warning: unused import: `std::io::Error` Oct 11 07:30:42.877 INFO kablam! --> src/main.rs:9:5 Oct 11 07:30:42.877 INFO kablam! | Oct 11 07:30:42.878 INFO kablam! 9 | use std::io::Error; Oct 11 07:30:42.878 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 07:30:42.878 INFO kablam! | Oct 11 07:30:42.878 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 07:30:42.879 INFO kablam! Oct 11 07:30:42.879 INFO kablam! warning: unused import: `std::path::Path` Oct 11 07:30:42.879 INFO kablam! --> src/main.rs:13:5 Oct 11 07:30:42.879 INFO kablam! | Oct 11 07:30:42.880 INFO kablam! 13 | use std::path::Path; Oct 11 07:30:42.880 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 07:30:42.880 INFO kablam! Oct 11 07:30:43.028 INFO kablam! warning: variable does not need to be mutable Oct 11 07:30:43.028 INFO kablam! --> src/main.rs:92:9 Oct 11 07:30:43.028 INFO kablam! | Oct 11 07:30:43.028 INFO kablam! 92 | let mut test_file = File::open("./imgs/genos.txt").unwrap(); Oct 11 07:30:43.028 INFO kablam! | ----^^^^^^^^^ Oct 11 07:30:43.028 INFO kablam! | | Oct 11 07:30:43.028 INFO kablam! | help: remove this `mut` Oct 11 07:30:43.028 INFO kablam! | Oct 11 07:30:43.028 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 07:30:43.028 INFO kablam! Oct 11 07:30:43.032 INFO kablam! warning: variable does not need to be mutable Oct 11 07:30:43.032 INFO kablam! --> src/main.rs:112:9 Oct 11 07:30:43.032 INFO kablam! | Oct 11 07:30:43.032 INFO kablam! 112 | let mut l: Vec = vec![234, 66, 90, 56]; Oct 11 07:30:43.032 INFO kablam! | ----^ Oct 11 07:30:43.032 INFO kablam! | | Oct 11 07:30:43.032 INFO kablam! | help: remove this `mut` Oct 11 07:30:43.032 INFO kablam! Oct 11 07:30:43.032 INFO kablam! warning: variable does not need to be mutable Oct 11 07:30:43.032 INFO kablam! --> src/main.rs:118:9 Oct 11 07:30:43.032 INFO kablam! | Oct 11 07:30:43.032 INFO kablam! 118 | let mut l_str: Vec = l.iter().map(|x| x.to_string()).collect(); Oct 11 07:30:43.032 INFO kablam! | ----^^^^^ Oct 11 07:30:43.032 INFO kablam! | | Oct 11 07:30:43.032 INFO kablam! | help: remove this `mut` Oct 11 07:30:43.032 INFO kablam! Oct 11 07:30:43.032 INFO kablam! warning: variable does not need to be mutable Oct 11 07:30:43.032 INFO kablam! --> src/main.rs:130:9 Oct 11 07:30:43.032 INFO kablam! | Oct 11 07:30:43.032 INFO kablam! 130 | let mut string_vec: Vec = genotype.iter().map(|x| x.to_string()).collect(); Oct 11 07:30:43.032 INFO kablam! | ----^^^^^^^^^^ Oct 11 07:30:43.033 INFO kablam! | | Oct 11 07:30:43.033 INFO kablam! | help: remove this `mut` Oct 11 07:30:43.033 INFO kablam! Oct 11 07:30:43.060 INFO kablam! warning: crate `rustyImages` should have a snake case name such as `rusty_images` Oct 11 07:30:43.060 INFO kablam! | Oct 11 07:30:43.060 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 07:30:43.060 INFO kablam! Oct 11 07:30:43.060 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 07:30:43.060 INFO kablam! --> src/main.rs:124:5 Oct 11 07:30:43.060 INFO kablam! | Oct 11 07:30:43.060 INFO kablam! 124 | test_file.write(l_str.as_bytes()); Oct 11 07:30:43.060 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:30:43.060 INFO kablam! | Oct 11 07:30:43.060 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 07:30:43.060 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 07:30:43.061 INFO kablam! Oct 11 07:30:43.061 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 07:30:43.061 INFO kablam! --> src/main.rs:133:5 Oct 11 07:30:43.061 INFO kablam! | Oct 11 07:30:43.061 INFO kablam! 133 | f.write(string_vec.as_bytes()); Oct 11 07:30:43.061 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:30:43.061 INFO kablam! | Oct 11 07:30:43.061 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 07:30:43.061 INFO kablam! Oct 11 07:30:43.061 INFO kablam! warning: literal out of range for u8 Oct 11 07:30:43.061 INFO kablam! --> src/main.rs:138:31 Oct 11 07:30:43.061 INFO kablam! | Oct 11 07:30:43.061 INFO kablam! 138 | let l2: Vec = vec![4, 696, 990, 806]; Oct 11 07:30:43.061 INFO kablam! | ^^^ Oct 11 07:30:43.061 INFO kablam! | Oct 11 07:30:43.061 INFO kablam! = note: #[warn(overflowing_literals)] on by default Oct 11 07:30:43.061 INFO kablam! Oct 11 07:30:43.061 INFO kablam! warning: literal out of range for u8 Oct 11 07:30:43.061 INFO kablam! --> src/main.rs:138:36 Oct 11 07:30:43.061 INFO kablam! | Oct 11 07:30:43.061 INFO kablam! 138 | let l2: Vec = vec![4, 696, 990, 806]; Oct 11 07:30:43.061 INFO kablam! | ^^^ Oct 11 07:30:43.061 INFO kablam! Oct 11 07:30:43.061 INFO kablam! warning: literal out of range for u8 Oct 11 07:30:43.061 INFO kablam! --> src/main.rs:138:41 Oct 11 07:30:43.061 INFO kablam! | Oct 11 07:30:43.061 INFO kablam! 138 | let l2: Vec = vec![4, 696, 990, 806]; Oct 11 07:30:43.061 INFO kablam! | ^^^ Oct 11 07:30:43.061 INFO kablam! Oct 11 07:30:43.061 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 07:30:43.061 INFO kablam! --> src/main.rs:153:5 Oct 11 07:30:43.061 INFO kablam! | Oct 11 07:30:43.061 INFO kablam! 153 | test_file.read_to_end(&mut l); Oct 11 07:30:43.061 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:30:43.061 INFO kablam! | Oct 11 07:30:43.061 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 07:30:43.061 INFO kablam! Oct 11 07:30:45.281 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 28.35s Oct 11 07:30:45.283 INFO kablam! su: No module specific data is present Oct 11 07:30:46.492 INFO running `"docker" "rm" "-f" "1557e02152476548395b4e5a9765ee471b7f444d70a63fb70fa4ef390fb30746"` Oct 11 07:30:46.836 INFO blam! 1557e02152476548395b4e5a9765ee471b7f444d70a63fb70fa4ef390fb30746 Oct 11 07:30:46.838 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 07:30:46.839 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 11 07:30:47.300 INFO blam! 77089e4076ec6eadc26d1ecc398d50e281b08d5b3b2fff4bf4accbbed5bd81c1 Oct 11 07:30:47.301 INFO running `"docker" "start" "-a" "77089e4076ec6eadc26d1ecc398d50e281b08d5b3b2fff4bf4accbbed5bd81c1"` Oct 11 07:30:48.504 INFO kablam! usermod: no changes Oct 11 07:30:48.624 INFO kablam! Compiling rustyImages v0.1.0 (/source) Oct 11 07:30:49.936 INFO kablam! warning: unused import: `std::io::Error` Oct 11 07:30:49.936 INFO kablam! --> src/main.rs:9:5 Oct 11 07:30:49.936 INFO kablam! | Oct 11 07:30:49.936 INFO kablam! 9 | use std::io::Error; Oct 11 07:30:49.936 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 07:30:49.936 INFO kablam! | Oct 11 07:30:49.936 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 07:30:49.936 INFO kablam! Oct 11 07:30:49.936 INFO kablam! warning: unused import: `std::path::Path` Oct 11 07:30:49.936 INFO kablam! --> src/main.rs:13:5 Oct 11 07:30:49.936 INFO kablam! | Oct 11 07:30:49.936 INFO kablam! 13 | use std::path::Path; Oct 11 07:30:49.936 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 07:30:49.936 INFO kablam! Oct 11 07:30:50.074 INFO kablam! warning: variable does not need to be mutable Oct 11 07:30:50.074 INFO kablam! --> src/main.rs:92:9 Oct 11 07:30:50.074 INFO kablam! | Oct 11 07:30:50.074 INFO kablam! 92 | let mut test_file = File::open("./imgs/genos.txt").unwrap(); Oct 11 07:30:50.074 INFO kablam! | ----^^^^^^^^^ Oct 11 07:30:50.074 INFO kablam! | | Oct 11 07:30:50.074 INFO kablam! | help: remove this `mut` Oct 11 07:30:50.074 INFO kablam! | Oct 11 07:30:50.074 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 07:30:50.074 INFO kablam! Oct 11 07:30:50.077 INFO kablam! warning: variable does not need to be mutable Oct 11 07:30:50.077 INFO kablam! --> src/main.rs:112:9 Oct 11 07:30:50.077 INFO kablam! | Oct 11 07:30:50.077 INFO kablam! 112 | let mut l: Vec = vec![234, 66, 90, 56]; Oct 11 07:30:50.077 INFO kablam! | ----^ Oct 11 07:30:50.077 INFO kablam! | | Oct 11 07:30:50.077 INFO kablam! | help: remove this `mut` Oct 11 07:30:50.077 INFO kablam! Oct 11 07:30:50.077 INFO kablam! warning: variable does not need to be mutable Oct 11 07:30:50.077 INFO kablam! --> src/main.rs:118:9 Oct 11 07:30:50.077 INFO kablam! | Oct 11 07:30:50.077 INFO kablam! 118 | let mut l_str: Vec = l.iter().map(|x| x.to_string()).collect(); Oct 11 07:30:50.077 INFO kablam! | ----^^^^^ Oct 11 07:30:50.077 INFO kablam! | | Oct 11 07:30:50.077 INFO kablam! | help: remove this `mut` Oct 11 07:30:50.077 INFO kablam! Oct 11 07:30:50.078 INFO kablam! warning: variable does not need to be mutable Oct 11 07:30:50.078 INFO kablam! --> src/main.rs:130:9 Oct 11 07:30:50.078 INFO kablam! | Oct 11 07:30:50.078 INFO kablam! 130 | let mut string_vec: Vec = genotype.iter().map(|x| x.to_string()).collect(); Oct 11 07:30:50.078 INFO kablam! | ----^^^^^^^^^^ Oct 11 07:30:50.078 INFO kablam! | | Oct 11 07:30:50.078 INFO kablam! | help: remove this `mut` Oct 11 07:30:50.078 INFO kablam! Oct 11 07:30:50.094 INFO kablam! warning: crate `rustyImages` should have a snake case name such as `rusty_images` Oct 11 07:30:50.094 INFO kablam! | Oct 11 07:30:50.094 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 07:30:50.094 INFO kablam! Oct 11 07:30:50.095 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 07:30:50.095 INFO kablam! --> src/main.rs:124:5 Oct 11 07:30:50.095 INFO kablam! | Oct 11 07:30:50.095 INFO kablam! 124 | test_file.write(l_str.as_bytes()); Oct 11 07:30:50.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:30:50.095 INFO kablam! | Oct 11 07:30:50.095 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 07:30:50.095 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 07:30:50.095 INFO kablam! Oct 11 07:30:50.095 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 07:30:50.095 INFO kablam! --> src/main.rs:133:5 Oct 11 07:30:50.095 INFO kablam! | Oct 11 07:30:50.095 INFO kablam! 133 | f.write(string_vec.as_bytes()); Oct 11 07:30:50.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:30:50.095 INFO kablam! | Oct 11 07:30:50.095 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 07:30:50.095 INFO kablam! Oct 11 07:30:50.096 INFO kablam! warning: literal out of range for u8 Oct 11 07:30:50.096 INFO kablam! --> src/main.rs:138:31 Oct 11 07:30:50.096 INFO kablam! | Oct 11 07:30:50.096 INFO kablam! 138 | let l2: Vec = vec![4, 696, 990, 806]; Oct 11 07:30:50.096 INFO kablam! | ^^^ Oct 11 07:30:50.096 INFO kablam! | Oct 11 07:30:50.096 INFO kablam! = note: #[warn(overflowing_literals)] on by default Oct 11 07:30:50.096 INFO kablam! Oct 11 07:30:50.096 INFO kablam! warning: literal out of range for u8 Oct 11 07:30:50.096 INFO kablam! --> src/main.rs:138:36 Oct 11 07:30:50.096 INFO kablam! | Oct 11 07:30:50.096 INFO kablam! 138 | let l2: Vec = vec![4, 696, 990, 806]; Oct 11 07:30:50.096 INFO kablam! | ^^^ Oct 11 07:30:50.096 INFO kablam! Oct 11 07:30:50.096 INFO kablam! warning: literal out of range for u8 Oct 11 07:30:50.096 INFO kablam! --> src/main.rs:138:41 Oct 11 07:30:50.096 INFO kablam! | Oct 11 07:30:50.096 INFO kablam! 138 | let l2: Vec = vec![4, 696, 990, 806]; Oct 11 07:30:50.096 INFO kablam! | ^^^ Oct 11 07:30:50.096 INFO kablam! Oct 11 07:30:50.096 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 07:30:50.096 INFO kablam! --> src/main.rs:153:5 Oct 11 07:30:50.096 INFO kablam! | Oct 11 07:30:50.096 INFO kablam! 153 | test_file.read_to_end(&mut l); Oct 11 07:30:50.096 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:30:50.096 INFO kablam! | Oct 11 07:30:50.096 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 07:30:50.096 INFO kablam! Oct 11 07:30:50.572 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.04s Oct 11 07:30:50.580 INFO kablam! su: No module specific data is present Oct 11 07:30:51.672 INFO running `"docker" "rm" "-f" "77089e4076ec6eadc26d1ecc398d50e281b08d5b3b2fff4bf4accbbed5bd81c1"` Oct 11 07:30:51.908 INFO blam! 77089e4076ec6eadc26d1ecc398d50e281b08d5b3b2fff4bf4accbbed5bd81c1 Oct 11 07:30:51.908 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 07:30:51.908 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 11 07:30:52.360 INFO blam! 07a89b27307a3de10800e91150c04eb2862b618308999ee295e1cc3137270e6a Oct 11 07:30:52.384 INFO running `"docker" "start" "-a" "07a89b27307a3de10800e91150c04eb2862b618308999ee295e1cc3137270e6a"` Oct 11 07:30:53.816 INFO kablam! usermod: no changes Oct 11 07:30:53.936 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 11 07:30:53.942 INFO kablam! Running /target/debug/deps/rustyImages-ff23072227d771cd Oct 11 07:30:53.952 INFO blam! Oct 11 07:30:53.952 INFO blam! running 0 tests Oct 11 07:30:53.952 INFO blam! Oct 11 07:30:53.952 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 07:30:53.952 INFO blam! Oct 11 07:30:53.953 INFO kablam! su: No module specific data is present Oct 11 07:30:54.934 INFO running `"docker" "rm" "-f" "07a89b27307a3de10800e91150c04eb2862b618308999ee295e1cc3137270e6a"` Oct 11 07:30:55.217 INFO blam! 07a89b27307a3de10800e91150c04eb2862b618308999ee295e1cc3137270e6a