Oct 14 13:53:40.469 INFO testing lesguillemets/effective-fortnight against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 13:53:40.471 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 14 13:53:40.919 INFO blam! 11d14fb87f4f4d3878ed98e569e97eb8ac283de0a054ff716aaa19f30181e630 Oct 14 13:53:40.922 INFO running `"docker" "start" "-a" "11d14fb87f4f4d3878ed98e569e97eb8ac283de0a054ff716aaa19f30181e630"` Oct 14 13:53:42.130 INFO kablam! usermod: no changes Oct 14 13:53:42.251 INFO kablam! Compiling libc v0.2.21 Oct 14 13:53:42.253 INFO kablam! Compiling rayon-core v1.0.0 Oct 14 13:53:42.275 INFO kablam! Compiling num-integer v0.1.34 Oct 14 13:53:42.275 INFO kablam! Compiling enum_primitive v0.1.1 Oct 14 13:53:42.275 INFO kablam! Compiling deflate v0.7.6 Oct 14 13:53:43.574 INFO kablam! Compiling num-iter v0.1.33 Oct 14 13:53:43.574 INFO kablam! Compiling num-rational v0.1.36 Oct 14 13:53:45.415 INFO kablam! Compiling rand v0.3.15 Oct 14 13:53:45.416 INFO kablam! Compiling num_cpus v1.3.0 Oct 14 13:53:49.411 INFO kablam! Compiling png v0.6.2 Oct 14 13:53:51.884 INFO kablam! Compiling deque v0.3.1 Oct 14 13:53:54.948 INFO kablam! Compiling rayon v0.7.0 Oct 14 13:53:57.235 INFO kablam! Compiling jpeg-decoder v0.1.12 Oct 14 13:54:00.526 INFO kablam! Compiling image v0.12.3 Oct 14 13:54:14.515 INFO kablam! Compiling colourful-converter v0.1.0 (/source) Oct 14 13:54:14.827 INFO kablam! warning: unused imports: `ColorType`, `Rgb` Oct 14 13:54:14.827 INFO kablam! --> src/decode.rs:4:13 Oct 14 13:54:14.827 INFO kablam! | Oct 14 13:54:14.827 INFO kablam! 4 | use image::{ColorType, Rgb, Pixel}; Oct 14 13:54:14.827 INFO kablam! | ^^^^^^^^^ ^^^ Oct 14 13:54:14.827 INFO kablam! | Oct 14 13:54:14.827 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 13:54:14.827 INFO kablam! Oct 14 13:54:14.827 INFO kablam! warning: doc comment not used by rustdoc Oct 14 13:54:14.827 INFO kablam! --> src/main.rs:19:5 Oct 14 13:54:14.827 INFO kablam! | Oct 14 13:54:14.827 INFO kablam! 19 | /// decode the encoded file to validate Oct 14 13:54:14.827 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:54:14.827 INFO kablam! | Oct 14 13:54:14.827 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 14 13:54:14.827 INFO kablam! Oct 14 13:54:14.911 INFO kablam! warning: unused import: `GenericImage` Oct 14 13:54:14.911 INFO kablam! --> src/decode.rs:3:13 Oct 14 13:54:14.911 INFO kablam! | Oct 14 13:54:14.911 INFO kablam! 3 | use image::{GenericImage, ImageDecoder}; Oct 14 13:54:14.911 INFO kablam! | ^^^^^^^^^^^^ Oct 14 13:54:14.911 INFO kablam! Oct 14 13:54:14.911 INFO kablam! warning: unused import: `Pixel` Oct 14 13:54:14.911 INFO kablam! --> src/decode.rs:4:29 Oct 14 13:54:14.911 INFO kablam! | Oct 14 13:54:14.911 INFO kablam! 4 | use image::{ColorType, Rgb, Pixel}; Oct 14 13:54:14.911 INFO kablam! | ^^^^^ Oct 14 13:54:14.911 INFO kablam! Oct 14 13:54:14.914 INFO kablam! warning: unused variable: `w` Oct 14 13:54:14.914 INFO kablam! --> src/decode.rs:11:10 Oct 14 13:54:14.914 INFO kablam! | Oct 14 13:54:14.914 INFO kablam! 11 | let (w, h) = decoder.dimensions().expect("cannot get file dimensions"); Oct 14 13:54:14.914 INFO kablam! | ^ help: consider using `_w` instead Oct 14 13:54:14.915 INFO kablam! | Oct 14 13:54:14.915 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 13:54:14.916 INFO kablam! Oct 14 13:54:14.916 INFO kablam! warning: unused variable: `i` Oct 14 13:54:14.916 INFO kablam! --> src/decode.rs:73:60 Oct 14 13:54:14.916 INFO kablam! | Oct 14 13:54:14.916 INFO kablam! 73 | let mut x = header.chunks(3).enumerate().skip_while(|&(i, p)| is_empty(p)); Oct 14 13:54:14.916 INFO kablam! | ^ help: consider using `_i` instead Oct 14 13:54:14.916 INFO kablam! Oct 14 13:54:14.919 INFO kablam! warning: variable does not need to be mutable Oct 14 13:54:14.919 INFO kablam! --> src/main.rs:29:9 Oct 14 13:54:14.919 INFO kablam! | Oct 14 13:54:14.919 INFO kablam! 29 | let mut outf = &mut File::create(&Path::new(to_file)).expect("fileerror"); Oct 14 13:54:14.919 INFO kablam! | ----^^^^ Oct 14 13:54:14.919 INFO kablam! | | Oct 14 13:54:14.919 INFO kablam! | help: remove this `mut` Oct 14 13:54:14.919 INFO kablam! | Oct 14 13:54:14.919 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 13:54:14.919 INFO kablam! Oct 14 13:54:14.931 INFO kablam! warning: variable does not need to be mutable Oct 14 13:54:14.931 INFO kablam! --> src/decode.rs:46:9 Oct 14 13:54:14.931 INFO kablam! | Oct 14 13:54:14.931 INFO kablam! 46 | let mut header = body.next().expect("empty body"); Oct 14 13:54:14.931 INFO kablam! | ----^^^^^^ Oct 14 13:54:14.931 INFO kablam! | | Oct 14 13:54:14.931 INFO kablam! | help: remove this `mut` Oct 14 13:54:14.931 INFO kablam! Oct 14 13:54:14.943 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 13:54:14.943 INFO kablam! --> src/main.rs:22:5 Oct 14 13:54:14.943 INFO kablam! | Oct 14 13:54:14.943 INFO kablam! 22 | test.write(&decode_file("out.png")); Oct 14 13:54:14.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:54:14.943 INFO kablam! | Oct 14 13:54:14.943 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 13:54:14.943 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 13:54:14.943 INFO kablam! Oct 14 13:54:14.943 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 13:54:14.943 INFO kablam! --> src/main.rs:30:5 Oct 14 13:54:14.943 INFO kablam! | Oct 14 13:54:14.943 INFO kablam! 30 | image::ImageRgb8(imgbuf).save(outf, image::PNG); Oct 14 13:54:14.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:54:14.943 INFO kablam! | Oct 14 13:54:14.943 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 13:54:14.943 INFO kablam! Oct 14 13:54:17.040 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 34.89s Oct 14 13:54:17.040 INFO kablam! su: No module specific data is present Oct 14 13:54:17.891 INFO running `"docker" "rm" "-f" "11d14fb87f4f4d3878ed98e569e97eb8ac283de0a054ff716aaa19f30181e630"` Oct 14 13:54:18.187 INFO blam! 11d14fb87f4f4d3878ed98e569e97eb8ac283de0a054ff716aaa19f30181e630 Oct 14 13:54:18.191 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 14 13:54:18.805 INFO blam! 4a2c3dbd16a2b14d985cef107cc7507eca30b30385da65f5f0aca477ba12d073 Oct 14 13:54:18.807 INFO running `"docker" "start" "-a" "4a2c3dbd16a2b14d985cef107cc7507eca30b30385da65f5f0aca477ba12d073"` Oct 14 13:54:20.123 INFO kablam! usermod: no changes Oct 14 13:54:20.219 INFO kablam! Compiling colourful-converter v0.1.0 (/source) Oct 14 13:54:20.627 INFO kablam! warning: unused imports: `ColorType`, `Rgb` Oct 14 13:54:20.629 INFO kablam! --> src/decode.rs:4:13 Oct 14 13:54:20.630 INFO kablam! | Oct 14 13:54:20.630 INFO kablam! 4 | use image::{ColorType, Rgb, Pixel}; Oct 14 13:54:20.630 INFO kablam! | ^^^^^^^^^ ^^^ Oct 14 13:54:20.631 INFO kablam! | Oct 14 13:54:20.631 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 13:54:20.631 INFO kablam! Oct 14 13:54:20.638 INFO kablam! warning: doc comment not used by rustdoc Oct 14 13:54:20.639 INFO kablam! --> src/main.rs:19:5 Oct 14 13:54:20.639 INFO kablam! | Oct 14 13:54:20.639 INFO kablam! 19 | /// decode the encoded file to validate Oct 14 13:54:20.639 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:54:20.639 INFO kablam! | Oct 14 13:54:20.639 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 14 13:54:20.639 INFO kablam! Oct 14 13:54:20.771 INFO kablam! warning: unused import: `GenericImage` Oct 14 13:54:20.771 INFO kablam! --> src/decode.rs:3:13 Oct 14 13:54:20.771 INFO kablam! | Oct 14 13:54:20.771 INFO kablam! 3 | use image::{GenericImage, ImageDecoder}; Oct 14 13:54:20.771 INFO kablam! | ^^^^^^^^^^^^ Oct 14 13:54:20.771 INFO kablam! Oct 14 13:54:20.771 INFO kablam! warning: unused import: `Pixel` Oct 14 13:54:20.771 INFO kablam! --> src/decode.rs:4:29 Oct 14 13:54:20.771 INFO kablam! | Oct 14 13:54:20.771 INFO kablam! 4 | use image::{ColorType, Rgb, Pixel}; Oct 14 13:54:20.771 INFO kablam! | ^^^^^ Oct 14 13:54:20.771 INFO kablam! Oct 14 13:54:20.775 INFO kablam! warning: unused variable: `w` Oct 14 13:54:20.775 INFO kablam! --> src/decode.rs:11:10 Oct 14 13:54:20.775 INFO kablam! | Oct 14 13:54:20.776 INFO kablam! 11 | let (w, h) = decoder.dimensions().expect("cannot get file dimensions"); Oct 14 13:54:20.776 INFO kablam! | ^ help: consider using `_w` instead Oct 14 13:54:20.776 INFO kablam! | Oct 14 13:54:20.776 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 13:54:20.777 INFO kablam! Oct 14 13:54:20.777 INFO kablam! warning: unused variable: `i` Oct 14 13:54:20.777 INFO kablam! --> src/decode.rs:73:60 Oct 14 13:54:20.777 INFO kablam! | Oct 14 13:54:20.777 INFO kablam! 73 | let mut x = header.chunks(3).enumerate().skip_while(|&(i, p)| is_empty(p)); Oct 14 13:54:20.777 INFO kablam! | ^ help: consider using `_i` instead Oct 14 13:54:20.778 INFO kablam! Oct 14 13:54:20.778 INFO kablam! warning: variable does not need to be mutable Oct 14 13:54:20.778 INFO kablam! --> src/main.rs:29:9 Oct 14 13:54:20.778 INFO kablam! | Oct 14 13:54:20.778 INFO kablam! 29 | let mut outf = &mut File::create(&Path::new(to_file)).expect("fileerror"); Oct 14 13:54:20.778 INFO kablam! | ----^^^^ Oct 14 13:54:20.779 INFO kablam! | | Oct 14 13:54:20.779 INFO kablam! | help: remove this `mut` Oct 14 13:54:20.779 INFO kablam! | Oct 14 13:54:20.779 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 13:54:20.779 INFO kablam! Oct 14 13:54:20.788 INFO kablam! warning: variable does not need to be mutable Oct 14 13:54:20.788 INFO kablam! --> src/decode.rs:46:9 Oct 14 13:54:20.788 INFO kablam! | Oct 14 13:54:20.788 INFO kablam! 46 | let mut header = body.next().expect("empty body"); Oct 14 13:54:20.788 INFO kablam! | ----^^^^^^ Oct 14 13:54:20.789 INFO kablam! | | Oct 14 13:54:20.789 INFO kablam! | help: remove this `mut` Oct 14 13:54:20.789 INFO kablam! Oct 14 13:54:20.805 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 13:54:20.806 INFO kablam! --> src/main.rs:22:5 Oct 14 13:54:20.806 INFO kablam! | Oct 14 13:54:20.806 INFO kablam! 22 | test.write(&decode_file("out.png")); Oct 14 13:54:20.806 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:54:20.807 INFO kablam! | Oct 14 13:54:20.807 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 13:54:20.807 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 13:54:20.807 INFO kablam! Oct 14 13:54:20.807 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 13:54:20.808 INFO kablam! --> src/main.rs:30:5 Oct 14 13:54:20.808 INFO kablam! | Oct 14 13:54:20.808 INFO kablam! 30 | image::ImageRgb8(imgbuf).save(outf, image::PNG); Oct 14 13:54:20.808 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:54:20.808 INFO kablam! | Oct 14 13:54:20.809 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 13:54:20.809 INFO kablam! Oct 14 13:54:21.383 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.24s Oct 14 13:54:21.385 INFO kablam! su: No module specific data is present Oct 14 13:54:22.010 INFO running `"docker" "rm" "-f" "4a2c3dbd16a2b14d985cef107cc7507eca30b30385da65f5f0aca477ba12d073"` Oct 14 13:54:22.207 INFO blam! 4a2c3dbd16a2b14d985cef107cc7507eca30b30385da65f5f0aca477ba12d073 Oct 14 13:54:22.214 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 14 13:54:22.528 INFO blam! 28b40b752d579190580bf0f9c64f8c30ff7d7e93ea0a9b0f51c43e705df0e65d Oct 14 13:54:22.539 INFO running `"docker" "start" "-a" "28b40b752d579190580bf0f9c64f8c30ff7d7e93ea0a9b0f51c43e705df0e65d"` Oct 14 13:54:23.719 INFO kablam! usermod: no changes Oct 14 13:54:23.795 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 14 13:54:23.810 INFO kablam! Running /target/debug/deps/colourful_converter-0abfb4dcfd0950f8 Oct 14 13:54:23.816 INFO blam! Oct 14 13:54:23.816 INFO blam! running 0 tests Oct 14 13:54:23.817 INFO blam! Oct 14 13:54:23.817 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 13:54:23.817 INFO blam! Oct 14 13:54:23.827 INFO kablam! su: No module specific data is present Oct 14 13:54:24.561 INFO running `"docker" "rm" "-f" "28b40b752d579190580bf0f9c64f8c30ff7d7e93ea0a9b0f51c43e705df0e65d"` Oct 14 13:54:24.831 INFO blam! 28b40b752d579190580bf0f9c64f8c30ff7d7e93ea0a9b0f51c43e705df0e65d