Oct 15 12:19:12.925 INFO testing BigTuna08/rustyIMGs against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 12:19:12.927 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 12:19:13.373 INFO blam! 53499fb3915d209f4edc9421610fac18c51a6e76dc94f4a77919dfffe88536ed Oct 15 12:19:13.387 INFO running `"docker" "start" "-a" "53499fb3915d209f4edc9421610fac18c51a6e76dc94f4a77919dfffe88536ed"` Oct 15 12:19:14.566 INFO kablam! usermod: no changes Oct 15 12:19:14.711 INFO kablam! Compiling itertools v0.7.6 Oct 15 12:19:17.491 INFO kablam! Compiling rustyImages v0.1.0 (/source) Oct 15 12:19:19.995 INFO kablam! warning: unused import: `std::io::Error` Oct 15 12:19:19.995 INFO kablam! --> src/main.rs:9:5 Oct 15 12:19:19.995 INFO kablam! | Oct 15 12:19:19.995 INFO kablam! 9 | use std::io::Error; Oct 15 12:19:19.995 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 12:19:19.995 INFO kablam! | Oct 15 12:19:19.995 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 12:19:19.995 INFO kablam! Oct 15 12:19:19.995 INFO kablam! warning: unused import: `std::path::Path` Oct 15 12:19:19.995 INFO kablam! --> src/main.rs:13:5 Oct 15 12:19:19.995 INFO kablam! | Oct 15 12:19:19.995 INFO kablam! 13 | use std::path::Path; Oct 15 12:19:19.995 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 12:19:19.995 INFO kablam! Oct 15 12:19:20.235 INFO kablam! warning: variable does not need to be mutable Oct 15 12:19:20.235 INFO kablam! --> src/main.rs:92:9 Oct 15 12:19:20.235 INFO kablam! | Oct 15 12:19:20.235 INFO kablam! 92 | let mut test_file = File::open("./imgs/genos.txt").unwrap(); Oct 15 12:19:20.235 INFO kablam! | ----^^^^^^^^^ Oct 15 12:19:20.235 INFO kablam! | | Oct 15 12:19:20.235 INFO kablam! | help: remove this `mut` Oct 15 12:19:20.235 INFO kablam! | Oct 15 12:19:20.235 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 12:19:20.235 INFO kablam! Oct 15 12:19:20.238 INFO kablam! warning: variable does not need to be mutable Oct 15 12:19:20.238 INFO kablam! --> src/main.rs:112:9 Oct 15 12:19:20.238 INFO kablam! | Oct 15 12:19:20.238 INFO kablam! 112 | let mut l: Vec = vec![234, 66, 90, 56]; Oct 15 12:19:20.238 INFO kablam! | ----^ Oct 15 12:19:20.238 INFO kablam! | | Oct 15 12:19:20.238 INFO kablam! | help: remove this `mut` Oct 15 12:19:20.238 INFO kablam! Oct 15 12:19:20.238 INFO kablam! warning: variable does not need to be mutable Oct 15 12:19:20.238 INFO kablam! --> src/main.rs:118:9 Oct 15 12:19:20.238 INFO kablam! | Oct 15 12:19:20.238 INFO kablam! 118 | let mut l_str: Vec = l.iter().map(|x| x.to_string()).collect(); Oct 15 12:19:20.238 INFO kablam! | ----^^^^^ Oct 15 12:19:20.238 INFO kablam! | | Oct 15 12:19:20.238 INFO kablam! | help: remove this `mut` Oct 15 12:19:20.238 INFO kablam! Oct 15 12:19:20.248 INFO kablam! warning: variable does not need to be mutable Oct 15 12:19:20.248 INFO kablam! --> src/main.rs:130:9 Oct 15 12:19:20.248 INFO kablam! | Oct 15 12:19:20.248 INFO kablam! 130 | let mut string_vec: Vec = genotype.iter().map(|x| x.to_string()).collect(); Oct 15 12:19:20.248 INFO kablam! | ----^^^^^^^^^^ Oct 15 12:19:20.248 INFO kablam! | | Oct 15 12:19:20.248 INFO kablam! | help: remove this `mut` Oct 15 12:19:20.248 INFO kablam! Oct 15 12:19:20.274 INFO kablam! warning: crate `rustyImages` should have a snake case name such as `rusty_images` Oct 15 12:19:20.274 INFO kablam! | Oct 15 12:19:20.274 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 12:19:20.274 INFO kablam! Oct 15 12:19:20.276 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 12:19:20.276 INFO kablam! --> src/main.rs:124:5 Oct 15 12:19:20.276 INFO kablam! | Oct 15 12:19:20.276 INFO kablam! 124 | test_file.write(l_str.as_bytes()); Oct 15 12:19:20.276 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:19:20.276 INFO kablam! | Oct 15 12:19:20.276 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 12:19:20.276 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 12:19:20.276 INFO kablam! Oct 15 12:19:20.276 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 12:19:20.276 INFO kablam! --> src/main.rs:133:5 Oct 15 12:19:20.276 INFO kablam! | Oct 15 12:19:20.276 INFO kablam! 133 | f.write(string_vec.as_bytes()); Oct 15 12:19:20.276 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:19:20.276 INFO kablam! | Oct 15 12:19:20.283 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 12:19:20.283 INFO kablam! Oct 15 12:19:20.283 INFO kablam! warning: literal out of range for u8 Oct 15 12:19:20.283 INFO kablam! --> src/main.rs:138:31 Oct 15 12:19:20.283 INFO kablam! | Oct 15 12:19:20.283 INFO kablam! 138 | let l2: Vec = vec![4, 696, 990, 806]; Oct 15 12:19:20.283 INFO kablam! | ^^^ Oct 15 12:19:20.283 INFO kablam! | Oct 15 12:19:20.283 INFO kablam! = note: #[warn(overflowing_literals)] on by default Oct 15 12:19:20.283 INFO kablam! Oct 15 12:19:20.283 INFO kablam! warning: literal out of range for u8 Oct 15 12:19:20.283 INFO kablam! --> src/main.rs:138:36 Oct 15 12:19:20.283 INFO kablam! | Oct 15 12:19:20.283 INFO kablam! 138 | let l2: Vec = vec![4, 696, 990, 806]; Oct 15 12:19:20.283 INFO kablam! | ^^^ Oct 15 12:19:20.283 INFO kablam! Oct 15 12:19:20.283 INFO kablam! warning: literal out of range for u8 Oct 15 12:19:20.283 INFO kablam! --> src/main.rs:138:41 Oct 15 12:19:20.283 INFO kablam! | Oct 15 12:19:20.283 INFO kablam! 138 | let l2: Vec = vec![4, 696, 990, 806]; Oct 15 12:19:20.283 INFO kablam! | ^^^ Oct 15 12:19:20.283 INFO kablam! Oct 15 12:19:20.283 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 12:19:20.283 INFO kablam! --> src/main.rs:153:5 Oct 15 12:19:20.283 INFO kablam! | Oct 15 12:19:20.283 INFO kablam! 153 | test_file.read_to_end(&mut l); Oct 15 12:19:20.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:19:20.283 INFO kablam! | Oct 15 12:19:20.283 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 12:19:20.283 INFO kablam! Oct 15 12:19:23.003 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.41s Oct 15 12:19:23.007 INFO kablam! su: No module specific data is present Oct 15 12:19:24.374 INFO running `"docker" "rm" "-f" "53499fb3915d209f4edc9421610fac18c51a6e76dc94f4a77919dfffe88536ed"` Oct 15 12:19:24.775 INFO blam! 53499fb3915d209f4edc9421610fac18c51a6e76dc94f4a77919dfffe88536ed Oct 15 12:19:24.783 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 12:19:25.253 INFO blam! d2451415766df190cabb45b4cec3972f47fdcda002af2cbe1f0e24fc25f4a4a8 Oct 15 12:19:25.255 INFO running `"docker" "start" "-a" "d2451415766df190cabb45b4cec3972f47fdcda002af2cbe1f0e24fc25f4a4a8"` Oct 15 12:19:27.558 INFO kablam! usermod: no changes Oct 15 12:19:27.723 INFO kablam! Compiling rustyImages v0.1.0 (/source) Oct 15 12:19:29.724 INFO kablam! warning: unused import: `std::io::Error` Oct 15 12:19:29.724 INFO kablam! --> src/main.rs:9:5 Oct 15 12:19:29.724 INFO kablam! | Oct 15 12:19:29.724 INFO kablam! 9 | use std::io::Error; Oct 15 12:19:29.724 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 12:19:29.724 INFO kablam! | Oct 15 12:19:29.724 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 12:19:29.724 INFO kablam! Oct 15 12:19:29.724 INFO kablam! warning: unused import: `std::path::Path` Oct 15 12:19:29.724 INFO kablam! --> src/main.rs:13:5 Oct 15 12:19:29.724 INFO kablam! | Oct 15 12:19:29.724 INFO kablam! 13 | use std::path::Path; Oct 15 12:19:29.724 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 12:19:29.724 INFO kablam! Oct 15 12:19:29.865 INFO kablam! warning: variable does not need to be mutable Oct 15 12:19:29.866 INFO kablam! --> src/main.rs:92:9 Oct 15 12:19:29.866 INFO kablam! | Oct 15 12:19:29.866 INFO kablam! 92 | let mut test_file = File::open("./imgs/genos.txt").unwrap(); Oct 15 12:19:29.866 INFO kablam! | ----^^^^^^^^^ Oct 15 12:19:29.866 INFO kablam! | | Oct 15 12:19:29.866 INFO kablam! | help: remove this `mut` Oct 15 12:19:29.866 INFO kablam! | Oct 15 12:19:29.866 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 12:19:29.866 INFO kablam! Oct 15 12:19:29.868 INFO kablam! warning: variable does not need to be mutable Oct 15 12:19:29.868 INFO kablam! --> src/main.rs:112:9 Oct 15 12:19:29.868 INFO kablam! | Oct 15 12:19:29.868 INFO kablam! 112 | let mut l: Vec = vec![234, 66, 90, 56]; Oct 15 12:19:29.868 INFO kablam! | ----^ Oct 15 12:19:29.868 INFO kablam! | | Oct 15 12:19:29.868 INFO kablam! | help: remove this `mut` Oct 15 12:19:29.868 INFO kablam! Oct 15 12:19:29.868 INFO kablam! warning: variable does not need to be mutable Oct 15 12:19:29.868 INFO kablam! --> src/main.rs:118:9 Oct 15 12:19:29.868 INFO kablam! | Oct 15 12:19:29.868 INFO kablam! 118 | let mut l_str: Vec = l.iter().map(|x| x.to_string()).collect(); Oct 15 12:19:29.868 INFO kablam! | ----^^^^^ Oct 15 12:19:29.868 INFO kablam! | | Oct 15 12:19:29.869 INFO kablam! | help: remove this `mut` Oct 15 12:19:29.869 INFO kablam! Oct 15 12:19:29.872 INFO kablam! warning: variable does not need to be mutable Oct 15 12:19:29.872 INFO kablam! --> src/main.rs:130:9 Oct 15 12:19:29.872 INFO kablam! | Oct 15 12:19:29.872 INFO kablam! 130 | let mut string_vec: Vec = genotype.iter().map(|x| x.to_string()).collect(); Oct 15 12:19:29.872 INFO kablam! | ----^^^^^^^^^^ Oct 15 12:19:29.872 INFO kablam! | | Oct 15 12:19:29.872 INFO kablam! | help: remove this `mut` Oct 15 12:19:29.872 INFO kablam! Oct 15 12:19:29.887 INFO kablam! warning: crate `rustyImages` should have a snake case name such as `rusty_images` Oct 15 12:19:29.887 INFO kablam! | Oct 15 12:19:29.887 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 12:19:29.887 INFO kablam! Oct 15 12:19:29.888 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 12:19:29.888 INFO kablam! --> src/main.rs:124:5 Oct 15 12:19:29.888 INFO kablam! | Oct 15 12:19:29.888 INFO kablam! 124 | test_file.write(l_str.as_bytes()); Oct 15 12:19:29.888 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:19:29.888 INFO kablam! | Oct 15 12:19:29.888 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 12:19:29.889 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 12:19:29.889 INFO kablam! Oct 15 12:19:29.889 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 12:19:29.889 INFO kablam! --> src/main.rs:133:5 Oct 15 12:19:29.889 INFO kablam! | Oct 15 12:19:29.889 INFO kablam! 133 | f.write(string_vec.as_bytes()); Oct 15 12:19:29.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:19:29.889 INFO kablam! | Oct 15 12:19:29.889 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 12:19:29.889 INFO kablam! Oct 15 12:19:29.889 INFO kablam! warning: literal out of range for u8 Oct 15 12:19:29.889 INFO kablam! --> src/main.rs:138:31 Oct 15 12:19:29.889 INFO kablam! | Oct 15 12:19:29.889 INFO kablam! 138 | let l2: Vec = vec![4, 696, 990, 806]; Oct 15 12:19:29.889 INFO kablam! | ^^^ Oct 15 12:19:29.889 INFO kablam! | Oct 15 12:19:29.889 INFO kablam! = note: #[warn(overflowing_literals)] on by default Oct 15 12:19:29.889 INFO kablam! Oct 15 12:19:29.890 INFO kablam! warning: literal out of range for u8 Oct 15 12:19:29.890 INFO kablam! --> src/main.rs:138:36 Oct 15 12:19:29.890 INFO kablam! | Oct 15 12:19:29.890 INFO kablam! 138 | let l2: Vec = vec![4, 696, 990, 806]; Oct 15 12:19:29.890 INFO kablam! | ^^^ Oct 15 12:19:29.890 INFO kablam! Oct 15 12:19:29.890 INFO kablam! warning: literal out of range for u8 Oct 15 12:19:29.890 INFO kablam! --> src/main.rs:138:41 Oct 15 12:19:29.890 INFO kablam! | Oct 15 12:19:29.890 INFO kablam! 138 | let l2: Vec = vec![4, 696, 990, 806]; Oct 15 12:19:29.890 INFO kablam! | ^^^ Oct 15 12:19:29.890 INFO kablam! Oct 15 12:19:29.890 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 12:19:29.890 INFO kablam! --> src/main.rs:153:5 Oct 15 12:19:29.890 INFO kablam! | Oct 15 12:19:29.890 INFO kablam! 153 | test_file.read_to_end(&mut l); Oct 15 12:19:29.890 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:19:29.890 INFO kablam! | Oct 15 12:19:29.890 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 12:19:29.890 INFO kablam! Oct 15 12:19:30.392 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.80s Oct 15 12:19:30.397 INFO kablam! su: No module specific data is present Oct 15 12:19:31.893 INFO running `"docker" "rm" "-f" "d2451415766df190cabb45b4cec3972f47fdcda002af2cbe1f0e24fc25f4a4a8"` Oct 15 12:19:32.184 INFO blam! d2451415766df190cabb45b4cec3972f47fdcda002af2cbe1f0e24fc25f4a4a8 Oct 15 12:19:32.187 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 12:19:32.693 INFO blam! 5094f6abde55c196ec948efe57d43d9f66e75bb1a248e1c98c3d5fc1929d52d9 Oct 15 12:19:32.696 INFO running `"docker" "start" "-a" "5094f6abde55c196ec948efe57d43d9f66e75bb1a248e1c98c3d5fc1929d52d9"` Oct 15 12:19:35.455 INFO kablam! usermod: no changes Oct 15 12:19:35.620 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 15 12:19:35.628 INFO kablam! Running /target/debug/deps/rustyImages-62d0f9c840152f3c Oct 15 12:19:35.644 INFO blam! Oct 15 12:19:35.644 INFO blam! running 0 tests Oct 15 12:19:35.644 INFO blam! Oct 15 12:19:35.644 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 12:19:35.644 INFO blam! Oct 15 12:19:35.648 INFO kablam! su: No module specific data is present Oct 15 12:19:37.291 INFO running `"docker" "rm" "-f" "5094f6abde55c196ec948efe57d43d9f66e75bb1a248e1c98c3d5fc1929d52d9"` Oct 15 12:19:37.673 INFO blam! 5094f6abde55c196ec948efe57d43d9f66e75bb1a248e1c98c3d5fc1929d52d9