Oct 14 13:53:40.945 INFO testing lesguillemets/effective-fortnight against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 13:53:40.947 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 14 13:53:41.524 INFO blam! 07b19761a0b9c47c5e2af82f6fd66834cb96200b31c76444141a1411f036eb2f Oct 14 13:53:41.527 INFO running `"docker" "start" "-a" "07b19761a0b9c47c5e2af82f6fd66834cb96200b31c76444141a1411f036eb2f"` Oct 14 13:53:43.619 INFO kablam! usermod: no changes Oct 14 13:53:43.722 INFO kablam! Compiling enum_primitive v0.1.1 Oct 14 13:53:43.723 INFO kablam! Compiling deflate v0.7.6 Oct 14 13:53:43.728 INFO kablam! Compiling deque v0.3.1 Oct 14 13:53:43.739 INFO kablam! Compiling num-rational v0.1.36 Oct 14 13:53:44.699 INFO kablam! Compiling rayon-core v1.0.0 Oct 14 13:53:48.216 INFO kablam! Compiling rayon v0.7.0 Oct 14 13:53:49.468 INFO kablam! Compiling png v0.6.2 Oct 14 13:53:53.460 INFO kablam! Compiling jpeg-decoder v0.1.12 Oct 14 13:53:56.968 INFO kablam! Compiling image v0.12.3 Oct 14 13:54:11.806 INFO kablam! Compiling colourful-converter v0.1.0 (/source) Oct 14 13:54:12.168 INFO kablam! warning: unused imports: `ColorType`, `Rgb` Oct 14 13:54:12.168 INFO kablam! --> src/decode.rs:4:13 Oct 14 13:54:12.168 INFO kablam! | Oct 14 13:54:12.169 INFO kablam! 4 | use image::{ColorType, Rgb, Pixel}; Oct 14 13:54:12.169 INFO kablam! | ^^^^^^^^^ ^^^ Oct 14 13:54:12.169 INFO kablam! | Oct 14 13:54:12.170 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 13:54:12.170 INFO kablam! Oct 14 13:54:12.170 INFO kablam! warning: doc comment not used by rustdoc Oct 14 13:54:12.170 INFO kablam! --> src/main.rs:19:5 Oct 14 13:54:12.171 INFO kablam! | Oct 14 13:54:12.171 INFO kablam! 19 | /// decode the encoded file to validate Oct 14 13:54:12.171 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:54:12.172 INFO kablam! | Oct 14 13:54:12.172 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 14 13:54:12.172 INFO kablam! Oct 14 13:54:12.269 INFO kablam! warning: unused import: `GenericImage` Oct 14 13:54:12.269 INFO kablam! --> src/decode.rs:3:13 Oct 14 13:54:12.269 INFO kablam! | Oct 14 13:54:12.270 INFO kablam! 3 | use image::{GenericImage, ImageDecoder}; Oct 14 13:54:12.270 INFO kablam! | ^^^^^^^^^^^^ Oct 14 13:54:12.270 INFO kablam! Oct 14 13:54:12.271 INFO kablam! warning: unused import: `Pixel` Oct 14 13:54:12.271 INFO kablam! --> src/decode.rs:4:29 Oct 14 13:54:12.271 INFO kablam! | Oct 14 13:54:12.271 INFO kablam! 4 | use image::{ColorType, Rgb, Pixel}; Oct 14 13:54:12.275 INFO kablam! | ^^^^^ Oct 14 13:54:12.276 INFO kablam! Oct 14 13:54:12.282 INFO kablam! warning: unused variable: `w` Oct 14 13:54:12.282 INFO kablam! --> src/decode.rs:11:10 Oct 14 13:54:12.282 INFO kablam! | Oct 14 13:54:12.283 INFO kablam! 11 | let (w, h) = decoder.dimensions().expect("cannot get file dimensions"); Oct 14 13:54:12.283 INFO kablam! | ^ help: consider using `_w` instead Oct 14 13:54:12.283 INFO kablam! | Oct 14 13:54:12.284 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 13:54:12.284 INFO kablam! Oct 14 13:54:12.284 INFO kablam! warning: unused variable: `i` Oct 14 13:54:12.284 INFO kablam! --> src/decode.rs:73:60 Oct 14 13:54:12.285 INFO kablam! | Oct 14 13:54:12.285 INFO kablam! 73 | let mut x = header.chunks(3).enumerate().skip_while(|&(i, p)| is_empty(p)); Oct 14 13:54:12.285 INFO kablam! | ^ help: consider using `_i` instead Oct 14 13:54:12.286 INFO kablam! Oct 14 13:54:12.291 INFO kablam! warning: variable does not need to be mutable Oct 14 13:54:12.291 INFO kablam! --> src/main.rs:29:9 Oct 14 13:54:12.292 INFO kablam! | Oct 14 13:54:12.292 INFO kablam! 29 | let mut outf = &mut File::create(&Path::new(to_file)).expect("fileerror"); Oct 14 13:54:12.292 INFO kablam! | ----^^^^ Oct 14 13:54:12.293 INFO kablam! | | Oct 14 13:54:12.293 INFO kablam! | help: remove this `mut` Oct 14 13:54:12.293 INFO kablam! | Oct 14 13:54:12.293 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 13:54:12.294 INFO kablam! Oct 14 13:54:12.303 INFO kablam! warning: variable does not need to be mutable Oct 14 13:54:12.303 INFO kablam! --> src/decode.rs:46:9 Oct 14 13:54:12.304 INFO kablam! | Oct 14 13:54:12.304 INFO kablam! 46 | let mut header = body.next().expect("empty body"); Oct 14 13:54:12.304 INFO kablam! | ----^^^^^^ Oct 14 13:54:12.305 INFO kablam! | | Oct 14 13:54:12.305 INFO kablam! | help: remove this `mut` Oct 14 13:54:12.305 INFO kablam! Oct 14 13:54:12.323 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 13:54:12.324 INFO kablam! --> src/main.rs:22:5 Oct 14 13:54:12.324 INFO kablam! | Oct 14 13:54:12.324 INFO kablam! 22 | test.write(&decode_file("out.png")); Oct 14 13:54:12.324 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:54:12.325 INFO kablam! | Oct 14 13:54:12.325 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 13:54:12.325 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 13:54:12.325 INFO kablam! Oct 14 13:54:12.326 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 13:54:12.326 INFO kablam! --> src/main.rs:30:5 Oct 14 13:54:12.326 INFO kablam! | Oct 14 13:54:12.327 INFO kablam! 30 | image::ImageRgb8(imgbuf).save(outf, image::PNG); Oct 14 13:54:12.327 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:54:12.327 INFO kablam! | Oct 14 13:54:12.327 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 13:54:12.328 INFO kablam! Oct 14 13:54:14.672 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 31.02s Oct 14 13:54:14.679 INFO kablam! su: No module specific data is present Oct 14 13:54:15.853 INFO running `"docker" "rm" "-f" "07b19761a0b9c47c5e2af82f6fd66834cb96200b31c76444141a1411f036eb2f"` Oct 14 13:54:16.203 INFO blam! 07b19761a0b9c47c5e2af82f6fd66834cb96200b31c76444141a1411f036eb2f Oct 14 13:54:16.213 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 14 13:54:16.707 INFO blam! e3134bc229fe3b512840f897ad31322b99c90c7f2461ca5758292db52d45d35b Oct 14 13:54:16.715 INFO running `"docker" "start" "-a" "e3134bc229fe3b512840f897ad31322b99c90c7f2461ca5758292db52d45d35b"` Oct 14 13:54:18.112 INFO kablam! usermod: no changes Oct 14 13:54:18.232 INFO kablam! Compiling colourful-converter v0.1.0 (/source) Oct 14 13:54:18.612 INFO kablam! warning: unused imports: `ColorType`, `Rgb` Oct 14 13:54:18.612 INFO kablam! --> src/decode.rs:4:13 Oct 14 13:54:18.612 INFO kablam! | Oct 14 13:54:18.612 INFO kablam! 4 | use image::{ColorType, Rgb, Pixel}; Oct 14 13:54:18.612 INFO kablam! | ^^^^^^^^^ ^^^ Oct 14 13:54:18.612 INFO kablam! | Oct 14 13:54:18.612 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 13:54:18.612 INFO kablam! Oct 14 13:54:18.612 INFO kablam! warning: doc comment not used by rustdoc Oct 14 13:54:18.612 INFO kablam! --> src/main.rs:19:5 Oct 14 13:54:18.612 INFO kablam! | Oct 14 13:54:18.612 INFO kablam! 19 | /// decode the encoded file to validate Oct 14 13:54:18.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:54:18.612 INFO kablam! | Oct 14 13:54:18.612 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 14 13:54:18.612 INFO kablam! Oct 14 13:54:18.703 INFO kablam! warning: unused import: `GenericImage` Oct 14 13:54:18.703 INFO kablam! --> src/decode.rs:3:13 Oct 14 13:54:18.703 INFO kablam! | Oct 14 13:54:18.703 INFO kablam! 3 | use image::{GenericImage, ImageDecoder}; Oct 14 13:54:18.703 INFO kablam! | ^^^^^^^^^^^^ Oct 14 13:54:18.703 INFO kablam! Oct 14 13:54:18.703 INFO kablam! warning: unused import: `Pixel` Oct 14 13:54:18.703 INFO kablam! --> src/decode.rs:4:29 Oct 14 13:54:18.703 INFO kablam! | Oct 14 13:54:18.703 INFO kablam! 4 | use image::{ColorType, Rgb, Pixel}; Oct 14 13:54:18.703 INFO kablam! | ^^^^^ Oct 14 13:54:18.711 INFO kablam! Oct 14 13:54:18.711 INFO kablam! warning: unused variable: `w` Oct 14 13:54:18.711 INFO kablam! --> src/decode.rs:11:10 Oct 14 13:54:18.711 INFO kablam! | Oct 14 13:54:18.711 INFO kablam! 11 | let (w, h) = decoder.dimensions().expect("cannot get file dimensions"); Oct 14 13:54:18.711 INFO kablam! | ^ help: consider using `_w` instead Oct 14 13:54:18.711 INFO kablam! | Oct 14 13:54:18.711 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 13:54:18.711 INFO kablam! Oct 14 13:54:18.711 INFO kablam! warning: unused variable: `i` Oct 14 13:54:18.711 INFO kablam! --> src/decode.rs:73:60 Oct 14 13:54:18.711 INFO kablam! | Oct 14 13:54:18.711 INFO kablam! 73 | let mut x = header.chunks(3).enumerate().skip_while(|&(i, p)| is_empty(p)); Oct 14 13:54:18.711 INFO kablam! | ^ help: consider using `_i` instead Oct 14 13:54:18.711 INFO kablam! Oct 14 13:54:18.711 INFO kablam! warning: variable does not need to be mutable Oct 14 13:54:18.711 INFO kablam! --> src/main.rs:29:9 Oct 14 13:54:18.711 INFO kablam! | Oct 14 13:54:18.711 INFO kablam! 29 | let mut outf = &mut File::create(&Path::new(to_file)).expect("fileerror"); Oct 14 13:54:18.711 INFO kablam! | ----^^^^ Oct 14 13:54:18.711 INFO kablam! | | Oct 14 13:54:18.711 INFO kablam! | help: remove this `mut` Oct 14 13:54:18.711 INFO kablam! | Oct 14 13:54:18.711 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 13:54:18.711 INFO kablam! Oct 14 13:54:18.723 INFO kablam! warning: variable does not need to be mutable Oct 14 13:54:18.723 INFO kablam! --> src/decode.rs:46:9 Oct 14 13:54:18.723 INFO kablam! | Oct 14 13:54:18.723 INFO kablam! 46 | let mut header = body.next().expect("empty body"); Oct 14 13:54:18.723 INFO kablam! | ----^^^^^^ Oct 14 13:54:18.723 INFO kablam! | | Oct 14 13:54:18.723 INFO kablam! | help: remove this `mut` Oct 14 13:54:18.723 INFO kablam! Oct 14 13:54:18.735 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 13:54:18.735 INFO kablam! --> src/main.rs:22:5 Oct 14 13:54:18.735 INFO kablam! | Oct 14 13:54:18.735 INFO kablam! 22 | test.write(&decode_file("out.png")); Oct 14 13:54:18.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:54:18.735 INFO kablam! | Oct 14 13:54:18.735 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 13:54:18.735 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 13:54:18.735 INFO kablam! Oct 14 13:54:18.735 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 13:54:18.735 INFO kablam! --> src/main.rs:30:5 Oct 14 13:54:18.735 INFO kablam! | Oct 14 13:54:18.735 INFO kablam! 30 | image::ImageRgb8(imgbuf).save(outf, image::PNG); Oct 14 13:54:18.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:54:18.735 INFO kablam! | Oct 14 13:54:18.735 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 13:54:18.735 INFO kablam! Oct 14 13:54:19.292 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.13s Oct 14 13:54:19.296 INFO kablam! su: No module specific data is present Oct 14 13:54:19.968 INFO running `"docker" "rm" "-f" "e3134bc229fe3b512840f897ad31322b99c90c7f2461ca5758292db52d45d35b"` Oct 14 13:54:20.281 INFO blam! e3134bc229fe3b512840f897ad31322b99c90c7f2461ca5758292db52d45d35b Oct 14 13:54:20.287 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 14 13:54:20.695 INFO blam! eb5a17793a80b8b746dc19e970ebc551a95c7455c8460cb7746f71036e96b925 Oct 14 13:54:20.699 INFO running `"docker" "start" "-a" "eb5a17793a80b8b746dc19e970ebc551a95c7455c8460cb7746f71036e96b925"` Oct 14 13:54:21.867 INFO kablam! usermod: no changes Oct 14 13:54:21.983 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 14 13:54:21.996 INFO blam! Oct 14 13:54:21.996 INFO blam! running 0 tests Oct 14 13:54:21.996 INFO blam! Oct 14 13:54:21.996 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 13:54:21.996 INFO blam! Oct 14 13:54:21.998 INFO kablam! Running /target/debug/deps/colourful_converter-4786635ce829f7b4 Oct 14 13:54:21.998 INFO kablam! su: No module specific data is present Oct 14 13:54:22.729 INFO running `"docker" "rm" "-f" "eb5a17793a80b8b746dc19e970ebc551a95c7455c8460cb7746f71036e96b925"` Oct 14 13:54:22.907 INFO blam! eb5a17793a80b8b746dc19e970ebc551a95c7455c8460cb7746f71036e96b925