Oct 15 12:19:13.014 INFO testing BigTuna08/rustyIMGs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 12:19:13.016 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 15 12:19:13.490 INFO blam! b5f586ed5f1104baa385c9f9066c0f9446c39c9355e2bf3be27c7727dbf98bc0 Oct 15 12:19:13.499 INFO running `"docker" "start" "-a" "b5f586ed5f1104baa385c9f9066c0f9446c39c9355e2bf3be27c7727dbf98bc0"` Oct 15 12:19:15.023 INFO kablam! usermod: no changes Oct 15 12:19:15.167 INFO kablam! Compiling num-integer v0.1.36 Oct 15 12:19:15.167 INFO kablam! Compiling itertools v0.7.6 Oct 15 12:19:15.175 INFO kablam! Compiling enum_primitive v0.1.1 Oct 15 12:19:15.175 INFO kablam! Compiling rayon-core v1.4.0 Oct 15 12:19:16.923 INFO kablam! Compiling num-iter v0.1.35 Oct 15 12:19:16.923 INFO kablam! Compiling num-rational v0.1.42 Oct 15 12:19:18.739 INFO kablam! Compiling png v0.11.0 Oct 15 12:19:20.782 INFO kablam! Compiling rayon v1.0.0 Oct 15 12:19:27.243 INFO kablam! Compiling jpeg-decoder v0.1.14 Oct 15 12:19:31.539 INFO kablam! Compiling image v0.18.0 Oct 15 12:19:50.363 INFO kablam! Compiling rustyImages v0.1.0 (/source) Oct 15 12:19:52.127 INFO kablam! warning: unused import: `std::io::Error` Oct 15 12:19:52.128 INFO kablam! --> src/main.rs:9:5 Oct 15 12:19:52.128 INFO kablam! | Oct 15 12:19:52.129 INFO kablam! 9 | use std::io::Error; Oct 15 12:19:52.129 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 12:19:52.129 INFO kablam! | Oct 15 12:19:52.130 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 12:19:52.130 INFO kablam! Oct 15 12:19:52.130 INFO kablam! warning: unused import: `std::path::Path` Oct 15 12:19:52.131 INFO kablam! --> src/main.rs:13:5 Oct 15 12:19:52.131 INFO kablam! | Oct 15 12:19:52.131 INFO kablam! 13 | use std::path::Path; Oct 15 12:19:52.132 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 12:19:52.132 INFO kablam! Oct 15 12:19:52.287 INFO kablam! warning: variable does not need to be mutable Oct 15 12:19:52.288 INFO kablam! --> src/main.rs:92:9 Oct 15 12:19:52.288 INFO kablam! | Oct 15 12:19:52.288 INFO kablam! 92 | let mut test_file = File::open("./imgs/genos.txt").unwrap(); Oct 15 12:19:52.289 INFO kablam! | ----^^^^^^^^^ Oct 15 12:19:52.289 INFO kablam! | | Oct 15 12:19:52.289 INFO kablam! | help: remove this `mut` Oct 15 12:19:52.289 INFO kablam! | Oct 15 12:19:52.290 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 12:19:52.290 INFO kablam! Oct 15 12:19:52.290 INFO kablam! warning: variable does not need to be mutable Oct 15 12:19:52.291 INFO kablam! --> src/main.rs:112:9 Oct 15 12:19:52.291 INFO kablam! | Oct 15 12:19:52.291 INFO kablam! 112 | let mut l: Vec = vec![234, 66, 90, 56]; Oct 15 12:19:52.292 INFO kablam! | ----^ Oct 15 12:19:52.292 INFO kablam! | | Oct 15 12:19:52.292 INFO kablam! | help: remove this `mut` Oct 15 12:19:52.293 INFO kablam! Oct 15 12:19:52.293 INFO kablam! warning: variable does not need to be mutable Oct 15 12:19:52.293 INFO kablam! --> src/main.rs:118:9 Oct 15 12:19:52.294 INFO kablam! | Oct 15 12:19:52.294 INFO kablam! 118 | let mut l_str: Vec = l.iter().map(|x| x.to_string()).collect(); Oct 15 12:19:52.294 INFO kablam! | ----^^^^^ Oct 15 12:19:52.295 INFO kablam! | | Oct 15 12:19:52.295 INFO kablam! | help: remove this `mut` Oct 15 12:19:52.295 INFO kablam! Oct 15 12:19:52.295 INFO kablam! warning: variable does not need to be mutable Oct 15 12:19:52.296 INFO kablam! --> src/main.rs:130:9 Oct 15 12:19:52.296 INFO kablam! | Oct 15 12:19:52.296 INFO kablam! 130 | let mut string_vec: Vec = genotype.iter().map(|x| x.to_string()).collect(); Oct 15 12:19:52.297 INFO kablam! | ----^^^^^^^^^^ Oct 15 12:19:52.297 INFO kablam! | | Oct 15 12:19:52.297 INFO kablam! | help: remove this `mut` Oct 15 12:19:52.298 INFO kablam! Oct 15 12:19:52.304 INFO kablam! warning: crate `rustyImages` should have a snake case name such as `rusty_images` Oct 15 12:19:52.304 INFO kablam! | Oct 15 12:19:52.304 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 12:19:52.305 INFO kablam! Oct 15 12:19:52.311 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 12:19:52.311 INFO kablam! --> src/main.rs:124:5 Oct 15 12:19:52.311 INFO kablam! | Oct 15 12:19:52.312 INFO kablam! 124 | test_file.write(l_str.as_bytes()); Oct 15 12:19:52.312 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:19:52.312 INFO kablam! | Oct 15 12:19:52.313 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 12:19:52.313 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 12:19:52.313 INFO kablam! Oct 15 12:19:52.313 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 12:19:52.314 INFO kablam! --> src/main.rs:133:5 Oct 15 12:19:52.314 INFO kablam! | Oct 15 12:19:52.314 INFO kablam! 133 | f.write(string_vec.as_bytes()); Oct 15 12:19:52.314 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:19:52.315 INFO kablam! | Oct 15 12:19:52.315 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 12:19:52.315 INFO kablam! Oct 15 12:19:52.316 INFO kablam! warning: literal out of range for u8 Oct 15 12:19:52.316 INFO kablam! --> src/main.rs:138:31 Oct 15 12:19:52.316 INFO kablam! | Oct 15 12:19:52.317 INFO kablam! 138 | let l2: Vec = vec![4, 696, 990, 806]; Oct 15 12:19:52.317 INFO kablam! | ^^^ Oct 15 12:19:52.317 INFO kablam! | Oct 15 12:19:52.318 INFO kablam! = note: #[warn(overflowing_literals)] on by default Oct 15 12:19:52.318 INFO kablam! Oct 15 12:19:52.318 INFO kablam! warning: literal out of range for u8 Oct 15 12:19:52.319 INFO kablam! --> src/main.rs:138:36 Oct 15 12:19:52.319 INFO kablam! | Oct 15 12:19:52.319 INFO kablam! 138 | let l2: Vec = vec![4, 696, 990, 806]; Oct 15 12:19:52.320 INFO kablam! | ^^^ Oct 15 12:19:52.320 INFO kablam! Oct 15 12:19:52.320 INFO kablam! warning: literal out of range for u8 Oct 15 12:19:52.320 INFO kablam! --> src/main.rs:138:41 Oct 15 12:19:52.321 INFO kablam! | Oct 15 12:19:52.321 INFO kablam! 138 | let l2: Vec = vec![4, 696, 990, 806]; Oct 15 12:19:52.321 INFO kablam! | ^^^ Oct 15 12:19:52.321 INFO kablam! Oct 15 12:19:52.322 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 12:19:52.322 INFO kablam! --> src/main.rs:153:5 Oct 15 12:19:52.322 INFO kablam! | Oct 15 12:19:52.323 INFO kablam! 153 | test_file.read_to_end(&mut l); Oct 15 12:19:52.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:19:52.323 INFO kablam! | Oct 15 12:19:52.323 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 12:19:52.324 INFO kablam! Oct 15 12:19:54.412 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 39.36s Oct 15 12:19:54.419 INFO kablam! su: No module specific data is present Oct 15 12:19:55.742 INFO running `"docker" "rm" "-f" "b5f586ed5f1104baa385c9f9066c0f9446c39c9355e2bf3be27c7727dbf98bc0"` Oct 15 12:19:55.989 INFO blam! b5f586ed5f1104baa385c9f9066c0f9446c39c9355e2bf3be27c7727dbf98bc0 Oct 15 12:19:55.993 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 15 12:19:56.467 INFO blam! a965da4374904c045e6cc3c5072be5c0e0a01d60e164a541f76181f260746da8 Oct 15 12:19:56.470 INFO running `"docker" "start" "-a" "a965da4374904c045e6cc3c5072be5c0e0a01d60e164a541f76181f260746da8"` Oct 15 12:19:57.955 INFO kablam! usermod: no changes Oct 15 12:19:58.050 INFO kablam! Compiling rustyImages v0.1.0 (/source) Oct 15 12:19:59.831 INFO kablam! warning: unused import: `std::io::Error` Oct 15 12:19:59.831 INFO kablam! --> src/main.rs:9:5 Oct 15 12:19:59.831 INFO kablam! | Oct 15 12:19:59.831 INFO kablam! 9 | use std::io::Error; Oct 15 12:19:59.831 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 12:19:59.831 INFO kablam! | Oct 15 12:19:59.831 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 12:19:59.831 INFO kablam! Oct 15 12:19:59.831 INFO kablam! warning: unused import: `std::path::Path` Oct 15 12:19:59.831 INFO kablam! --> src/main.rs:13:5 Oct 15 12:19:59.831 INFO kablam! | Oct 15 12:19:59.831 INFO kablam! 13 | use std::path::Path; Oct 15 12:19:59.831 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 12:19:59.831 INFO kablam! Oct 15 12:19:59.979 INFO kablam! warning: variable does not need to be mutable Oct 15 12:19:59.979 INFO kablam! --> src/main.rs:92:9 Oct 15 12:19:59.979 INFO kablam! | Oct 15 12:19:59.979 INFO kablam! 92 | let mut test_file = File::open("./imgs/genos.txt").unwrap(); Oct 15 12:19:59.979 INFO kablam! | ----^^^^^^^^^ Oct 15 12:19:59.979 INFO kablam! | | Oct 15 12:19:59.979 INFO kablam! | help: remove this `mut` Oct 15 12:19:59.979 INFO kablam! | Oct 15 12:19:59.979 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 12:19:59.979 INFO kablam! Oct 15 12:19:59.979 INFO kablam! warning: variable does not need to be mutable Oct 15 12:19:59.979 INFO kablam! --> src/main.rs:112:9 Oct 15 12:19:59.979 INFO kablam! | Oct 15 12:19:59.979 INFO kablam! 112 | let mut l: Vec = vec![234, 66, 90, 56]; Oct 15 12:19:59.979 INFO kablam! | ----^ Oct 15 12:19:59.979 INFO kablam! | | Oct 15 12:19:59.979 INFO kablam! | help: remove this `mut` Oct 15 12:19:59.979 INFO kablam! Oct 15 12:19:59.979 INFO kablam! warning: variable does not need to be mutable Oct 15 12:19:59.979 INFO kablam! --> src/main.rs:118:9 Oct 15 12:19:59.979 INFO kablam! | Oct 15 12:19:59.979 INFO kablam! 118 | let mut l_str: Vec = l.iter().map(|x| x.to_string()).collect(); Oct 15 12:19:59.979 INFO kablam! | ----^^^^^ Oct 15 12:19:59.979 INFO kablam! | | Oct 15 12:19:59.979 INFO kablam! | help: remove this `mut` Oct 15 12:19:59.979 INFO kablam! Oct 15 12:19:59.979 INFO kablam! warning: variable does not need to be mutable Oct 15 12:19:59.979 INFO kablam! --> src/main.rs:130:9 Oct 15 12:19:59.979 INFO kablam! | Oct 15 12:19:59.979 INFO kablam! 130 | let mut string_vec: Vec = genotype.iter().map(|x| x.to_string()).collect(); Oct 15 12:19:59.979 INFO kablam! | ----^^^^^^^^^^ Oct 15 12:19:59.979 INFO kablam! | | Oct 15 12:19:59.979 INFO kablam! | help: remove this `mut` Oct 15 12:19:59.979 INFO kablam! Oct 15 12:20:00.002 INFO kablam! warning: crate `rustyImages` should have a snake case name such as `rusty_images` Oct 15 12:20:00.002 INFO kablam! | Oct 15 12:20:00.002 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 12:20:00.002 INFO kablam! Oct 15 12:20:00.007 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 12:20:00.007 INFO kablam! --> src/main.rs:124:5 Oct 15 12:20:00.007 INFO kablam! | Oct 15 12:20:00.007 INFO kablam! 124 | test_file.write(l_str.as_bytes()); Oct 15 12:20:00.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:20:00.007 INFO kablam! | Oct 15 12:20:00.007 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 12:20:00.007 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 12:20:00.007 INFO kablam! Oct 15 12:20:00.007 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 12:20:00.007 INFO kablam! --> src/main.rs:133:5 Oct 15 12:20:00.007 INFO kablam! | Oct 15 12:20:00.007 INFO kablam! 133 | f.write(string_vec.as_bytes()); Oct 15 12:20:00.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:20:00.007 INFO kablam! | Oct 15 12:20:00.007 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 12:20:00.007 INFO kablam! Oct 15 12:20:00.007 INFO kablam! warning: literal out of range for u8 Oct 15 12:20:00.007 INFO kablam! --> src/main.rs:138:31 Oct 15 12:20:00.007 INFO kablam! | Oct 15 12:20:00.007 INFO kablam! 138 | let l2: Vec = vec![4, 696, 990, 806]; Oct 15 12:20:00.007 INFO kablam! | ^^^ Oct 15 12:20:00.007 INFO kablam! | Oct 15 12:20:00.007 INFO kablam! = note: #[warn(overflowing_literals)] on by default Oct 15 12:20:00.007 INFO kablam! Oct 15 12:20:00.007 INFO kablam! warning: literal out of range for u8 Oct 15 12:20:00.007 INFO kablam! --> src/main.rs:138:36 Oct 15 12:20:00.007 INFO kablam! | Oct 15 12:20:00.007 INFO kablam! 138 | let l2: Vec = vec![4, 696, 990, 806]; Oct 15 12:20:00.007 INFO kablam! | ^^^ Oct 15 12:20:00.007 INFO kablam! Oct 15 12:20:00.007 INFO kablam! warning: literal out of range for u8 Oct 15 12:20:00.007 INFO kablam! --> src/main.rs:138:41 Oct 15 12:20:00.007 INFO kablam! | Oct 15 12:20:00.007 INFO kablam! 138 | let l2: Vec = vec![4, 696, 990, 806]; Oct 15 12:20:00.007 INFO kablam! | ^^^ Oct 15 12:20:00.007 INFO kablam! Oct 15 12:20:00.007 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 12:20:00.007 INFO kablam! --> src/main.rs:153:5 Oct 15 12:20:00.007 INFO kablam! | Oct 15 12:20:00.007 INFO kablam! 153 | test_file.read_to_end(&mut l); Oct 15 12:20:00.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:20:00.008 INFO kablam! | Oct 15 12:20:00.008 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 12:20:00.008 INFO kablam! Oct 15 12:20:00.785 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.82s Oct 15 12:20:00.792 INFO kablam! su: No module specific data is present Oct 15 12:20:01.665 INFO running `"docker" "rm" "-f" "a965da4374904c045e6cc3c5072be5c0e0a01d60e164a541f76181f260746da8"` Oct 15 12:20:01.931 INFO blam! a965da4374904c045e6cc3c5072be5c0e0a01d60e164a541f76181f260746da8 Oct 15 12:20:01.943 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 15 12:20:02.438 INFO blam! 1df20aa1dfb2b74f1b39babc427ca1280deee67702df388dab14a4f698b01c37 Oct 15 12:20:02.440 INFO running `"docker" "start" "-a" "1df20aa1dfb2b74f1b39babc427ca1280deee67702df388dab14a4f698b01c37"` Oct 15 12:20:03.819 INFO kablam! usermod: no changes Oct 15 12:20:03.941 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 15 12:20:03.949 INFO kablam! Running /target/debug/deps/rustyImages-ff23072227d771cd Oct 15 12:20:03.952 INFO blam! Oct 15 12:20:03.952 INFO blam! running 0 tests Oct 15 12:20:03.952 INFO blam! Oct 15 12:20:03.952 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 12:20:03.952 INFO blam! Oct 15 12:20:03.954 INFO kablam! su: No module specific data is present Oct 15 12:20:05.018 INFO running `"docker" "rm" "-f" "1df20aa1dfb2b74f1b39babc427ca1280deee67702df388dab14a4f698b01c37"` Oct 15 12:20:05.279 INFO blam! 1df20aa1dfb2b74f1b39babc427ca1280deee67702df388dab14a4f698b01c37