Oct 12 18:29:24.987 INFO checking lesguillemets/effective-fortnight against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 18:29:24.989 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-2/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-alt check --frozen --all --all-targets" "-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 18:29:25.475 INFO blam! 3cd782b4272ebb75f1211504001e7fd5410ab2c464503b2bcb0e2d8bf694bdfa Oct 12 18:29:25.475 INFO running `"docker" "start" "-a" "3cd782b4272ebb75f1211504001e7fd5410ab2c464503b2bcb0e2d8bf694bdfa"` Oct 12 18:29:26.919 INFO kablam! usermod: no changes Oct 12 18:29:27.024 INFO kablam! Checking deflate v0.7.6 Oct 12 18:29:27.024 INFO kablam! Checking rayon-core v1.0.0 Oct 12 18:29:28.247 INFO kablam! Checking rayon v0.7.0 Oct 12 18:29:29.138 INFO kablam! Checking png v0.6.2 Oct 12 18:29:31.486 INFO kablam! Checking jpeg-decoder v0.1.12 Oct 12 18:29:32.872 INFO kablam! Checking image v0.12.3 Oct 12 18:29:37.224 INFO kablam! Checking colourful-converter v0.1.0 (/source) Oct 12 18:29:38.176 INFO kablam! warning: unused imports: `ColorType`, `Rgb` Oct 12 18:29:38.176 INFO kablam! --> src/decode.rs:4:13 Oct 12 18:29:38.176 INFO kablam! | Oct 12 18:29:38.176 INFO kablam! 4 | use image::{ColorType, Rgb, Pixel}; Oct 12 18:29:38.176 INFO kablam! | ^^^^^^^^^ ^^^ Oct 12 18:29:38.176 INFO kablam! | Oct 12 18:29:38.176 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 18:29:38.176 INFO kablam! Oct 12 18:29:38.176 INFO kablam! warning: doc comment not used by rustdoc Oct 12 18:29:38.176 INFO kablam! --> src/main.rs:19:5 Oct 12 18:29:38.176 INFO kablam! | Oct 12 18:29:38.176 INFO kablam! 19 | /// decode the encoded file to validate Oct 12 18:29:38.176 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:29:38.176 INFO kablam! | Oct 12 18:29:38.176 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 12 18:29:38.176 INFO kablam! Oct 12 18:29:38.204 INFO kablam! warning: unused imports: `ColorType`, `Rgb` Oct 12 18:29:38.204 INFO kablam! --> src/decode.rs:4:13 Oct 12 18:29:38.205 INFO kablam! | Oct 12 18:29:38.205 INFO kablam! 4 | use image::{ColorType, Rgb, Pixel}; Oct 12 18:29:38.205 INFO kablam! | ^^^^^^^^^ ^^^ Oct 12 18:29:38.205 INFO kablam! | Oct 12 18:29:38.205 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 18:29:38.205 INFO kablam! Oct 12 18:29:38.205 INFO kablam! warning: doc comment not used by rustdoc Oct 12 18:29:38.205 INFO kablam! --> src/main.rs:19:5 Oct 12 18:29:38.205 INFO kablam! | Oct 12 18:29:38.205 INFO kablam! 19 | /// decode the encoded file to validate Oct 12 18:29:38.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:29:38.205 INFO kablam! | Oct 12 18:29:38.205 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 12 18:29:38.205 INFO kablam! Oct 12 18:29:38.280 INFO kablam! warning: unused import: `GenericImage` Oct 12 18:29:38.280 INFO kablam! --> src/decode.rs:3:13 Oct 12 18:29:38.280 INFO kablam! | Oct 12 18:29:38.280 INFO kablam! 3 | use image::{GenericImage, ImageDecoder}; Oct 12 18:29:38.280 INFO kablam! | ^^^^^^^^^^^^ Oct 12 18:29:38.280 INFO kablam! Oct 12 18:29:38.280 INFO kablam! warning: unused import: `Pixel` Oct 12 18:29:38.280 INFO kablam! --> src/decode.rs:4:29 Oct 12 18:29:38.280 INFO kablam! | Oct 12 18:29:38.280 INFO kablam! 4 | use image::{ColorType, Rgb, Pixel}; Oct 12 18:29:38.280 INFO kablam! | ^^^^^ Oct 12 18:29:38.281 INFO kablam! Oct 12 18:29:38.281 INFO kablam! warning: unused variable: `w` Oct 12 18:29:38.281 INFO kablam! --> src/decode.rs:11:10 Oct 12 18:29:38.281 INFO kablam! | Oct 12 18:29:38.281 INFO kablam! 11 | let (w, h) = decoder.dimensions().expect("cannot get file dimensions"); Oct 12 18:29:38.283 INFO kablam! | ^ help: consider using `_w` instead Oct 12 18:29:38.283 INFO kablam! | Oct 12 18:29:38.283 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 18:29:38.283 INFO kablam! Oct 12 18:29:38.288 INFO kablam! warning: unused variable: `i` Oct 12 18:29:38.288 INFO kablam! --> src/decode.rs:73:60 Oct 12 18:29:38.288 INFO kablam! | Oct 12 18:29:38.288 INFO kablam! 73 | let mut x = header.chunks(3).enumerate().skip_while(|&(i, p)| is_empty(p)); Oct 12 18:29:38.288 INFO kablam! | ^ help: consider using `_i` instead Oct 12 18:29:38.288 INFO kablam! Oct 12 18:29:38.288 INFO kablam! warning: variable does not need to be mutable Oct 12 18:29:38.288 INFO kablam! --> src/main.rs:29:9 Oct 12 18:29:38.288 INFO kablam! | Oct 12 18:29:38.288 INFO kablam! 29 | let mut outf = &mut File::create(&Path::new(to_file)).expect("fileerror"); Oct 12 18:29:38.288 INFO kablam! | ----^^^^ Oct 12 18:29:38.288 INFO kablam! | | Oct 12 18:29:38.288 INFO kablam! | help: remove this `mut` Oct 12 18:29:38.288 INFO kablam! | Oct 12 18:29:38.302 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 18:29:38.302 INFO kablam! Oct 12 18:29:38.302 INFO kablam! warning: unused import: `GenericImage` Oct 12 18:29:38.303 INFO kablam! --> src/decode.rs:3:13 Oct 12 18:29:38.303 INFO kablam! | Oct 12 18:29:38.303 INFO kablam! 3 | use image::{GenericImage, ImageDecoder}; Oct 12 18:29:38.303 INFO kablam! | ^^^^^^^^^^^^ Oct 12 18:29:38.303 INFO kablam! Oct 12 18:29:38.303 INFO kablam! warning: unused import: `Pixel` Oct 12 18:29:38.303 INFO kablam! --> src/decode.rs:4:29 Oct 12 18:29:38.303 INFO kablam! | Oct 12 18:29:38.303 INFO kablam! 4 | use image::{ColorType, Rgb, Pixel}; Oct 12 18:29:38.303 INFO kablam! | ^^^^^ Oct 12 18:29:38.303 INFO kablam! Oct 12 18:29:38.303 INFO kablam! warning: variable does not need to be mutable Oct 12 18:29:38.303 INFO kablam! --> src/decode.rs:46:9 Oct 12 18:29:38.303 INFO kablam! | Oct 12 18:29:38.303 INFO kablam! 46 | let mut header = body.next().expect("empty body"); Oct 12 18:29:38.303 INFO kablam! | ----^^^^^^ Oct 12 18:29:38.303 INFO kablam! | | Oct 12 18:29:38.303 INFO kablam! | help: remove this `mut` Oct 12 18:29:38.303 INFO kablam! Oct 12 18:29:38.307 INFO kablam! warning: unused variable: `w` Oct 12 18:29:38.307 INFO kablam! --> src/decode.rs:11:10 Oct 12 18:29:38.307 INFO kablam! | Oct 12 18:29:38.307 INFO kablam! 11 | let (w, h) = decoder.dimensions().expect("cannot get file dimensions"); Oct 12 18:29:38.308 INFO kablam! | ^ help: consider using `_w` instead Oct 12 18:29:38.308 INFO kablam! | Oct 12 18:29:38.308 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 18:29:38.308 INFO kablam! Oct 12 18:29:38.308 INFO kablam! warning: unused variable: `i` Oct 12 18:29:38.308 INFO kablam! --> src/decode.rs:73:60 Oct 12 18:29:38.308 INFO kablam! | Oct 12 18:29:38.308 INFO kablam! 73 | let mut x = header.chunks(3).enumerate().skip_while(|&(i, p)| is_empty(p)); Oct 12 18:29:38.308 INFO kablam! | ^ help: consider using `_i` instead Oct 12 18:29:38.308 INFO kablam! Oct 12 18:29:38.312 INFO kablam! warning: variable does not need to be mutable Oct 12 18:29:38.312 INFO kablam! --> src/main.rs:29:9 Oct 12 18:29:38.312 INFO kablam! | Oct 12 18:29:38.312 INFO kablam! 29 | let mut outf = &mut File::create(&Path::new(to_file)).expect("fileerror"); Oct 12 18:29:38.313 INFO kablam! | ----^^^^ Oct 12 18:29:38.313 INFO kablam! | | Oct 12 18:29:38.313 INFO kablam! | help: remove this `mut` Oct 12 18:29:38.313 INFO kablam! | Oct 12 18:29:38.313 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 18:29:38.313 INFO kablam! Oct 12 18:29:38.328 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:29:38.328 INFO kablam! --> src/main.rs:22:5 Oct 12 18:29:38.328 INFO kablam! | Oct 12 18:29:38.328 INFO kablam! 22 | test.write(&decode_file("out.png")); Oct 12 18:29:38.328 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:29:38.328 INFO kablam! | Oct 12 18:29:38.328 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 18:29:38.328 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:29:38.328 INFO kablam! Oct 12 18:29:38.328 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:29:38.328 INFO kablam! --> src/main.rs:30:5 Oct 12 18:29:38.328 INFO kablam! | Oct 12 18:29:38.328 INFO kablam! 30 | image::ImageRgb8(imgbuf).save(outf, image::PNG); Oct 12 18:29:38.328 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:29:38.328 INFO kablam! | Oct 12 18:29:38.328 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:29:38.328 INFO kablam! Oct 12 18:29:38.328 INFO kablam! warning: variable does not need to be mutable Oct 12 18:29:38.328 INFO kablam! --> src/decode.rs:46:9 Oct 12 18:29:38.328 INFO kablam! | Oct 12 18:29:38.328 INFO kablam! 46 | let mut header = body.next().expect("empty body"); Oct 12 18:29:38.328 INFO kablam! | ----^^^^^^ Oct 12 18:29:38.328 INFO kablam! | | Oct 12 18:29:38.328 INFO kablam! | help: remove this `mut` Oct 12 18:29:38.328 INFO kablam! Oct 12 18:29:38.340 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:29:38.340 INFO kablam! --> src/main.rs:22:5 Oct 12 18:29:38.340 INFO kablam! | Oct 12 18:29:38.340 INFO kablam! 22 | test.write(&decode_file("out.png")); Oct 12 18:29:38.340 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:29:38.340 INFO kablam! | Oct 12 18:29:38.340 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 18:29:38.340 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:29:38.340 INFO kablam! Oct 12 18:29:38.340 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:29:38.340 INFO kablam! --> src/main.rs:30:5 Oct 12 18:29:38.340 INFO kablam! | Oct 12 18:29:38.340 INFO kablam! 30 | image::ImageRgb8(imgbuf).save(outf, image::PNG); Oct 12 18:29:38.340 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:29:38.340 INFO kablam! | Oct 12 18:29:38.340 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:29:38.340 INFO kablam! Oct 12 18:29:38.380 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.42s Oct 12 18:29:38.380 INFO kablam! su: No module specific data is present Oct 12 18:29:39.160 INFO running `"docker" "rm" "-f" "3cd782b4272ebb75f1211504001e7fd5410ab2c464503b2bcb0e2d8bf694bdfa"` Oct 12 18:29:39.321 INFO blam! 3cd782b4272ebb75f1211504001e7fd5410ab2c464503b2bcb0e2d8bf694bdfa