Oct 10 19:36:59.518 INFO testing lesguillemets/effective-fortnight against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 19:36:59.518 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 19:36:59.518 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 19:36:59.833 INFO blam! 415d81880077b419353b63e3d55376f65e832e3d6878324eefd968b2bd8e1010 Oct 10 19:36:59.839 INFO running `"docker" "start" "-a" "415d81880077b419353b63e3d55376f65e832e3d6878324eefd968b2bd8e1010"` Oct 10 19:37:00.513 INFO kablam! usermod: no changes Oct 10 19:37:00.619 INFO kablam! Compiling colourful-converter v0.1.0 (/source) Oct 10 19:37:02.800 INFO kablam! warning: unused imports: `ColorType`, `Rgb` Oct 10 19:37:02.800 INFO kablam! --> src/decode.rs:4:13 Oct 10 19:37:02.800 INFO kablam! | Oct 10 19:37:02.800 INFO kablam! 4 | use image::{ColorType, Rgb, Pixel}; Oct 10 19:37:02.800 INFO kablam! | ^^^^^^^^^ ^^^ Oct 10 19:37:02.800 INFO kablam! | Oct 10 19:37:02.800 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 19:37:02.800 INFO kablam! Oct 10 19:37:02.800 INFO kablam! warning: doc comment not used by rustdoc Oct 10 19:37:02.800 INFO kablam! --> src/main.rs:19:5 Oct 10 19:37:02.800 INFO kablam! | Oct 10 19:37:02.800 INFO kablam! 19 | /// decode the encoded file to validate Oct 10 19:37:02.800 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:37:02.800 INFO kablam! | Oct 10 19:37:02.800 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 10 19:37:02.800 INFO kablam! Oct 10 19:37:02.916 INFO kablam! warning: unused import: `GenericImage` Oct 10 19:37:02.916 INFO kablam! --> src/decode.rs:3:13 Oct 10 19:37:02.916 INFO kablam! | Oct 10 19:37:02.916 INFO kablam! 3 | use image::{GenericImage, ImageDecoder}; Oct 10 19:37:02.917 INFO kablam! | ^^^^^^^^^^^^ Oct 10 19:37:02.917 INFO kablam! Oct 10 19:37:02.917 INFO kablam! warning: unused import: `Pixel` Oct 10 19:37:02.917 INFO kablam! --> src/decode.rs:4:29 Oct 10 19:37:02.917 INFO kablam! | Oct 10 19:37:02.917 INFO kablam! 4 | use image::{ColorType, Rgb, Pixel}; Oct 10 19:37:02.917 INFO kablam! | ^^^^^ Oct 10 19:37:02.917 INFO kablam! Oct 10 19:37:02.924 INFO kablam! warning: unused variable: `w` Oct 10 19:37:02.924 INFO kablam! --> src/decode.rs:11:10 Oct 10 19:37:02.924 INFO kablam! | Oct 10 19:37:02.924 INFO kablam! 11 | let (w, h) = decoder.dimensions().expect("cannot get file dimensions"); Oct 10 19:37:02.924 INFO kablam! | ^ help: consider using `_w` instead Oct 10 19:37:02.924 INFO kablam! | Oct 10 19:37:02.924 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 19:37:02.924 INFO kablam! Oct 10 19:37:02.924 INFO kablam! warning: unused variable: `i` Oct 10 19:37:02.924 INFO kablam! --> src/decode.rs:73:60 Oct 10 19:37:02.924 INFO kablam! | Oct 10 19:37:02.924 INFO kablam! 73 | let mut x = header.chunks(3).enumerate().skip_while(|&(i, p)| is_empty(p)); Oct 10 19:37:02.924 INFO kablam! | ^ help: consider using `_i` instead Oct 10 19:37:02.924 INFO kablam! Oct 10 19:37:02.932 INFO kablam! warning: variable does not need to be mutable Oct 10 19:37:02.932 INFO kablam! --> src/main.rs:29:9 Oct 10 19:37:02.932 INFO kablam! | Oct 10 19:37:02.932 INFO kablam! 29 | let mut outf = &mut File::create(&Path::new(to_file)).expect("fileerror"); Oct 10 19:37:02.932 INFO kablam! | ----^^^^ Oct 10 19:37:02.932 INFO kablam! | | Oct 10 19:37:02.932 INFO kablam! | help: remove this `mut` Oct 10 19:37:02.932 INFO kablam! | Oct 10 19:37:02.932 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 19:37:02.932 INFO kablam! Oct 10 19:37:02.944 INFO kablam! warning: variable does not need to be mutable Oct 10 19:37:02.944 INFO kablam! --> src/decode.rs:46:9 Oct 10 19:37:02.944 INFO kablam! | Oct 10 19:37:02.944 INFO kablam! 46 | let mut header = body.next().expect("empty body"); Oct 10 19:37:02.944 INFO kablam! | ----^^^^^^ Oct 10 19:37:02.944 INFO kablam! | | Oct 10 19:37:02.944 INFO kablam! | help: remove this `mut` Oct 10 19:37:02.944 INFO kablam! Oct 10 19:37:02.956 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:37:02.956 INFO kablam! --> src/main.rs:22:5 Oct 10 19:37:02.956 INFO kablam! | Oct 10 19:37:02.956 INFO kablam! 22 | test.write(&decode_file("out.png")); Oct 10 19:37:02.956 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:37:02.956 INFO kablam! | Oct 10 19:37:02.956 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 19:37:02.956 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:37:02.956 INFO kablam! Oct 10 19:37:02.956 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:37:02.956 INFO kablam! --> src/main.rs:30:5 Oct 10 19:37:02.956 INFO kablam! | Oct 10 19:37:02.956 INFO kablam! 30 | image::ImageRgb8(imgbuf).save(outf, image::PNG); Oct 10 19:37:02.956 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:37:02.956 INFO kablam! | Oct 10 19:37:02.956 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:37:02.956 INFO kablam! Oct 10 19:37:04.923 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.39s Oct 10 19:37:04.927 INFO kablam! su: No module specific data is present Oct 10 19:37:05.312 INFO running `"docker" "rm" "-f" "415d81880077b419353b63e3d55376f65e832e3d6878324eefd968b2bd8e1010"` Oct 10 19:37:05.491 INFO blam! 415d81880077b419353b63e3d55376f65e832e3d6878324eefd968b2bd8e1010 Oct 10 19:37:05.498 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 19:37:05.500 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 19:37:05.830 INFO blam! c37516e0c2a7eccc8693d1e744ee1148340c79a2c35a4aead3a15ce060210943 Oct 10 19:37:05.834 INFO running `"docker" "start" "-a" "c37516e0c2a7eccc8693d1e744ee1148340c79a2c35a4aead3a15ce060210943"` Oct 10 19:37:06.392 INFO kablam! usermod: no changes Oct 10 19:37:06.434 INFO kablam! Compiling colourful-converter v0.1.0 (/source) Oct 10 19:37:07.960 INFO kablam! warning: unused imports: `ColorType`, `Rgb` Oct 10 19:37:07.960 INFO kablam! --> src/decode.rs:4:13 Oct 10 19:37:07.960 INFO kablam! | Oct 10 19:37:07.960 INFO kablam! 4 | use image::{ColorType, Rgb, Pixel}; Oct 10 19:37:07.960 INFO kablam! | ^^^^^^^^^ ^^^ Oct 10 19:37:07.960 INFO kablam! | Oct 10 19:37:07.960 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 19:37:07.960 INFO kablam! Oct 10 19:37:07.960 INFO kablam! warning: doc comment not used by rustdoc Oct 10 19:37:07.960 INFO kablam! --> src/main.rs:19:5 Oct 10 19:37:07.960 INFO kablam! | Oct 10 19:37:07.960 INFO kablam! 19 | /// decode the encoded file to validate Oct 10 19:37:07.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:37:07.960 INFO kablam! | Oct 10 19:37:07.960 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 10 19:37:07.960 INFO kablam! Oct 10 19:37:08.052 INFO kablam! warning: unused import: `GenericImage` Oct 10 19:37:08.052 INFO kablam! --> src/decode.rs:3:13 Oct 10 19:37:08.052 INFO kablam! | Oct 10 19:37:08.052 INFO kablam! 3 | use image::{GenericImage, ImageDecoder}; Oct 10 19:37:08.052 INFO kablam! | ^^^^^^^^^^^^ Oct 10 19:37:08.052 INFO kablam! Oct 10 19:37:08.052 INFO kablam! warning: unused import: `Pixel` Oct 10 19:37:08.052 INFO kablam! --> src/decode.rs:4:29 Oct 10 19:37:08.052 INFO kablam! | Oct 10 19:37:08.052 INFO kablam! 4 | use image::{ColorType, Rgb, Pixel}; Oct 10 19:37:08.052 INFO kablam! | ^^^^^ Oct 10 19:37:08.052 INFO kablam! Oct 10 19:37:08.053 INFO kablam! warning: unused variable: `w` Oct 10 19:37:08.053 INFO kablam! --> src/decode.rs:11:10 Oct 10 19:37:08.053 INFO kablam! | Oct 10 19:37:08.054 INFO kablam! 11 | let (w, h) = decoder.dimensions().expect("cannot get file dimensions"); Oct 10 19:37:08.054 INFO kablam! | ^ help: consider using `_w` instead Oct 10 19:37:08.054 INFO kablam! | Oct 10 19:37:08.054 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 19:37:08.054 INFO kablam! Oct 10 19:37:08.054 INFO kablam! warning: unused variable: `i` Oct 10 19:37:08.054 INFO kablam! --> src/decode.rs:73:60 Oct 10 19:37:08.054 INFO kablam! | Oct 10 19:37:08.054 INFO kablam! 73 | let mut x = header.chunks(3).enumerate().skip_while(|&(i, p)| is_empty(p)); Oct 10 19:37:08.054 INFO kablam! | ^ help: consider using `_i` instead Oct 10 19:37:08.054 INFO kablam! Oct 10 19:37:08.057 INFO kablam! warning: variable does not need to be mutable Oct 10 19:37:08.057 INFO kablam! --> src/main.rs:29:9 Oct 10 19:37:08.057 INFO kablam! | Oct 10 19:37:08.057 INFO kablam! 29 | let mut outf = &mut File::create(&Path::new(to_file)).expect("fileerror"); Oct 10 19:37:08.057 INFO kablam! | ----^^^^ Oct 10 19:37:08.057 INFO kablam! | | Oct 10 19:37:08.057 INFO kablam! | help: remove this `mut` Oct 10 19:37:08.057 INFO kablam! | Oct 10 19:37:08.057 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 19:37:08.057 INFO kablam! Oct 10 19:37:08.069 INFO kablam! warning: variable does not need to be mutable Oct 10 19:37:08.069 INFO kablam! --> src/decode.rs:46:9 Oct 10 19:37:08.069 INFO kablam! | Oct 10 19:37:08.069 INFO kablam! 46 | let mut header = body.next().expect("empty body"); Oct 10 19:37:08.069 INFO kablam! | ----^^^^^^ Oct 10 19:37:08.069 INFO kablam! | | Oct 10 19:37:08.069 INFO kablam! | help: remove this `mut` Oct 10 19:37:08.069 INFO kablam! Oct 10 19:37:08.082 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:37:08.082 INFO kablam! --> src/main.rs:22:5 Oct 10 19:37:08.082 INFO kablam! | Oct 10 19:37:08.082 INFO kablam! 22 | test.write(&decode_file("out.png")); Oct 10 19:37:08.082 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:37:08.082 INFO kablam! | Oct 10 19:37:08.082 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 19:37:08.082 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:37:08.082 INFO kablam! Oct 10 19:37:08.082 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:37:08.082 INFO kablam! --> src/main.rs:30:5 Oct 10 19:37:08.082 INFO kablam! | Oct 10 19:37:08.082 INFO kablam! 30 | image::ImageRgb8(imgbuf).save(outf, image::PNG); Oct 10 19:37:08.082 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:37:08.082 INFO kablam! | Oct 10 19:37:08.082 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:37:08.082 INFO kablam! Oct 10 19:37:08.528 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.12s Oct 10 19:37:08.530 INFO kablam! su: No module specific data is present Oct 10 19:37:08.933 INFO running `"docker" "rm" "-f" "c37516e0c2a7eccc8693d1e744ee1148340c79a2c35a4aead3a15ce060210943"` Oct 10 19:37:09.083 INFO blam! c37516e0c2a7eccc8693d1e744ee1148340c79a2c35a4aead3a15ce060210943 Oct 10 19:37:09.088 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 19:37:09.089 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 19:37:09.440 INFO blam! 2dedfcdd0940ffd289f8f2c3ce190c4d58a4c0108a215924ca2bbd420fc44f89 Oct 10 19:37:09.448 INFO running `"docker" "start" "-a" "2dedfcdd0940ffd289f8f2c3ce190c4d58a4c0108a215924ca2bbd420fc44f89"` Oct 10 19:37:09.904 INFO kablam! usermod: no changes Oct 10 19:37:09.968 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 10 19:37:09.980 INFO kablam! Running /target/debug/deps/colourful_converter-4786635ce829f7b4 Oct 10 19:37:09.982 INFO blam! Oct 10 19:37:09.982 INFO blam! running 0 tests Oct 10 19:37:09.982 INFO blam! Oct 10 19:37:09.982 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 19:37:09.982 INFO blam! Oct 10 19:37:09.984 INFO kablam! su: No module specific data is present Oct 10 19:37:10.285 INFO running `"docker" "rm" "-f" "2dedfcdd0940ffd289f8f2c3ce190c4d58a4c0108a215924ca2bbd420fc44f89"` Oct 10 19:37:10.386 INFO blam! 2dedfcdd0940ffd289f8f2c3ce190c4d58a4c0108a215924ca2bbd420fc44f89