Oct 10 18:25:45.752 INFO testing minauteur/io-png against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 18:25:45.752 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 18:25:45.752 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 18:25:46.029 INFO blam! e2d69e189450af00bdfe2b25825f0dde416d7080ab7866dc66ea61f5f65894b4 Oct 10 18:25:46.034 INFO running `"docker" "start" "-a" "e2d69e189450af00bdfe2b25825f0dde416d7080ab7866dc66ea61f5f65894b4"` Oct 10 18:25:46.808 INFO kablam! usermod: no changes Oct 10 18:25:47.020 INFO kablam! Compiling net2 v0.2.31 Oct 10 18:25:47.020 INFO kablam! Compiling num-integer v0.1.36 Oct 10 18:25:47.026 INFO kablam! Compiling enum_primitive v0.1.1 Oct 10 18:25:47.026 INFO kablam! Compiling jpeg-decoder v0.1.14 Oct 10 18:25:48.360 INFO kablam! Compiling num-iter v0.1.35 Oct 10 18:25:48.360 INFO kablam! Compiling num-rational v0.1.42 Oct 10 18:25:48.620 INFO kablam! Compiling miow v0.1.5 Oct 10 18:25:49.076 INFO kablam! Compiling png v0.11.0 Oct 10 18:25:49.292 INFO kablam! Compiling mio v0.5.1 Oct 10 18:25:52.264 INFO kablam! Compiling notify v4.0.3 Oct 10 18:25:53.028 INFO kablam! Compiling image v0.18.0 Oct 10 18:26:06.400 INFO kablam! Compiling io-png v0.1.0 (/source) Oct 10 18:26:09.267 INFO kablam! warning: unused import: `std::path::Path` Oct 10 18:26:09.267 INFO kablam! --> src/main.rs:5:5 Oct 10 18:26:09.267 INFO kablam! | Oct 10 18:26:09.267 INFO kablam! 5 | use std::path::Path; Oct 10 18:26:09.267 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 18:26:09.267 INFO kablam! | Oct 10 18:26:09.267 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 18:26:09.267 INFO kablam! Oct 10 18:26:09.267 INFO kablam! warning: unused imports: `BufWriter`, `Write` Oct 10 18:26:09.267 INFO kablam! --> src/main.rs:8:21 Oct 10 18:26:09.267 INFO kablam! | Oct 10 18:26:09.267 INFO kablam! 8 | use std::io::{Read, Write, BufReader, BufWriter}; Oct 10 18:26:09.267 INFO kablam! | ^^^^^ ^^^^^^^^^ Oct 10 18:26:09.267 INFO kablam! Oct 10 18:26:09.267 INFO kablam! warning: unused import: `std::ffi::OsStr` Oct 10 18:26:09.267 INFO kablam! --> src/main.rs:9:5 Oct 10 18:26:09.267 INFO kablam! | Oct 10 18:26:09.267 INFO kablam! 9 | use std::ffi::OsStr; Oct 10 18:26:09.267 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 18:26:09.267 INFO kablam! Oct 10 18:26:09.267 INFO kablam! warning: unused import: `image::png` Oct 10 18:26:09.267 INFO kablam! --> src/main.rs:12:5 Oct 10 18:26:09.267 INFO kablam! | Oct 10 18:26:09.267 INFO kablam! 12 | use image::png; Oct 10 18:26:09.267 INFO kablam! | ^^^^^^^^^^ Oct 10 18:26:09.267 INFO kablam! Oct 10 18:26:09.267 INFO kablam! warning: unused import: `image::gif::Encoder` Oct 10 18:26:09.267 INFO kablam! --> src/main.rs:13:5 Oct 10 18:26:09.267 INFO kablam! | Oct 10 18:26:09.267 INFO kablam! 13 | use image::gif::Encoder; Oct 10 18:26:09.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 18:26:09.267 INFO kablam! Oct 10 18:26:09.267 INFO kablam! warning: unused imports: `ImageBuffer`, `Rgb`, `save_buffer` Oct 10 18:26:09.267 INFO kablam! --> src/main.rs:14:13 Oct 10 18:26:09.267 INFO kablam! | Oct 10 18:26:09.267 INFO kablam! 14 | use image::{save_buffer, ImageBuffer, ColorType, Rgb}; Oct 10 18:26:09.268 INFO kablam! | ^^^^^^^^^^^ ^^^^^^^^^^^ ^^^ Oct 10 18:26:09.268 INFO kablam! Oct 10 18:26:09.352 INFO kablam! warning: constant item is never used: `WIDTH` Oct 10 18:26:09.353 INFO kablam! --> src/main.rs:21:1 Oct 10 18:26:09.353 INFO kablam! | Oct 10 18:26:09.353 INFO kablam! 21 | const WIDTH: u32 = 100; Oct 10 18:26:09.353 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:26:09.353 INFO kablam! | Oct 10 18:26:09.353 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 18:26:09.353 INFO kablam! Oct 10 18:26:09.353 INFO kablam! warning: constant item is never used: `HEIGHT` Oct 10 18:26:09.353 INFO kablam! --> src/main.rs:22:1 Oct 10 18:26:09.353 INFO kablam! | Oct 10 18:26:09.353 INFO kablam! 22 | const HEIGHT:u32 = 100; Oct 10 18:26:09.353 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:26:09.353 INFO kablam! Oct 10 18:26:11.347 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 24.43s Oct 10 18:26:11.354 INFO kablam! su: No module specific data is present Oct 10 18:26:11.792 INFO running `"docker" "rm" "-f" "e2d69e189450af00bdfe2b25825f0dde416d7080ab7866dc66ea61f5f65894b4"` Oct 10 18:26:11.974 INFO blam! e2d69e189450af00bdfe2b25825f0dde416d7080ab7866dc66ea61f5f65894b4 Oct 10 18:26:11.977 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 18:26:11.978 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 18:26:12.316 INFO blam! a43e8db8bc9ecd0f8c063363fc238c379cbfcd2caa69f560140a8684f8347c64 Oct 10 18:26:12.325 INFO running `"docker" "start" "-a" "a43e8db8bc9ecd0f8c063363fc238c379cbfcd2caa69f560140a8684f8347c64"` Oct 10 18:26:13.003 INFO kablam! usermod: no changes Oct 10 18:26:13.122 INFO kablam! Compiling io-png v0.1.0 (/source) Oct 10 18:26:16.220 INFO kablam! warning: unused import: `std::path::Path` Oct 10 18:26:16.220 INFO kablam! --> src/main.rs:5:5 Oct 10 18:26:16.220 INFO kablam! | Oct 10 18:26:16.220 INFO kablam! 5 | use std::path::Path; Oct 10 18:26:16.220 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 18:26:16.220 INFO kablam! | Oct 10 18:26:16.220 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 18:26:16.220 INFO kablam! Oct 10 18:26:16.220 INFO kablam! warning: unused imports: `BufWriter`, `Write` Oct 10 18:26:16.220 INFO kablam! --> src/main.rs:8:21 Oct 10 18:26:16.220 INFO kablam! | Oct 10 18:26:16.220 INFO kablam! 8 | use std::io::{Read, Write, BufReader, BufWriter}; Oct 10 18:26:16.220 INFO kablam! | ^^^^^ ^^^^^^^^^ Oct 10 18:26:16.220 INFO kablam! Oct 10 18:26:16.220 INFO kablam! warning: unused import: `std::ffi::OsStr` Oct 10 18:26:16.220 INFO kablam! --> src/main.rs:9:5 Oct 10 18:26:16.220 INFO kablam! | Oct 10 18:26:16.220 INFO kablam! 9 | use std::ffi::OsStr; Oct 10 18:26:16.220 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 18:26:16.220 INFO kablam! Oct 10 18:26:16.220 INFO kablam! warning: unused import: `image::png` Oct 10 18:26:16.220 INFO kablam! --> src/main.rs:12:5 Oct 10 18:26:16.220 INFO kablam! | Oct 10 18:26:16.220 INFO kablam! 12 | use image::png; Oct 10 18:26:16.220 INFO kablam! | ^^^^^^^^^^ Oct 10 18:26:16.220 INFO kablam! Oct 10 18:26:16.220 INFO kablam! warning: unused import: `image::gif::Encoder` Oct 10 18:26:16.220 INFO kablam! --> src/main.rs:13:5 Oct 10 18:26:16.220 INFO kablam! | Oct 10 18:26:16.220 INFO kablam! 13 | use image::gif::Encoder; Oct 10 18:26:16.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 18:26:16.220 INFO kablam! Oct 10 18:26:16.220 INFO kablam! warning: unused imports: `ImageBuffer`, `Rgb`, `save_buffer` Oct 10 18:26:16.220 INFO kablam! --> src/main.rs:14:13 Oct 10 18:26:16.220 INFO kablam! | Oct 10 18:26:16.220 INFO kablam! 14 | use image::{save_buffer, ImageBuffer, ColorType, Rgb}; Oct 10 18:26:16.220 INFO kablam! | ^^^^^^^^^^^ ^^^^^^^^^^^ ^^^ Oct 10 18:26:16.220 INFO kablam! Oct 10 18:26:16.316 INFO kablam! warning: constant item is never used: `WIDTH` Oct 10 18:26:16.316 INFO kablam! --> src/main.rs:21:1 Oct 10 18:26:16.316 INFO kablam! | Oct 10 18:26:16.316 INFO kablam! 21 | const WIDTH: u32 = 100; Oct 10 18:26:16.316 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:26:16.316 INFO kablam! | Oct 10 18:26:16.316 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 18:26:16.316 INFO kablam! Oct 10 18:26:16.316 INFO kablam! warning: constant item is never used: `HEIGHT` Oct 10 18:26:16.316 INFO kablam! --> src/main.rs:22:1 Oct 10 18:26:16.316 INFO kablam! | Oct 10 18:26:16.316 INFO kablam! 22 | const HEIGHT:u32 = 100; Oct 10 18:26:16.316 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:26:16.316 INFO kablam! Oct 10 18:26:16.683 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.66s Oct 10 18:26:16.689 INFO kablam! su: No module specific data is present Oct 10 18:26:17.013 INFO running `"docker" "rm" "-f" "a43e8db8bc9ecd0f8c063363fc238c379cbfcd2caa69f560140a8684f8347c64"` Oct 10 18:26:17.122 INFO blam! a43e8db8bc9ecd0f8c063363fc238c379cbfcd2caa69f560140a8684f8347c64 Oct 10 18:26:17.129 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 18:26:17.129 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 18:26:17.337 INFO blam! 7e316788883802af8ae73956b3e1d072a1afb86adde6ad9bc085d60b95f38921 Oct 10 18:26:17.339 INFO running `"docker" "start" "-a" "7e316788883802af8ae73956b3e1d072a1afb86adde6ad9bc085d60b95f38921"` Oct 10 18:26:17.908 INFO kablam! usermod: no changes Oct 10 18:26:18.002 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 10 18:26:18.006 INFO kablam! Running /target/debug/deps/io_png-53055a0d14f9ba47 Oct 10 18:26:18.007 INFO blam! Oct 10 18:26:18.007 INFO blam! running 0 tests Oct 10 18:26:18.007 INFO blam! Oct 10 18:26:18.007 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 18:26:18.008 INFO blam! Oct 10 18:26:18.010 INFO kablam! su: No module specific data is present Oct 10 18:26:18.386 INFO running `"docker" "rm" "-f" "7e316788883802af8ae73956b3e1d072a1afb86adde6ad9bc085d60b95f38921"` Oct 10 18:26:18.533 INFO blam! 7e316788883802af8ae73956b3e1d072a1afb86adde6ad9bc085d60b95f38921