Oct 13 03:09:30.729 INFO testing raytung/pixels against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 03:09:30.731 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 13 03:09:31.132 INFO blam! 6a567dcce7e467f8969d8cfd0d4d060856a21d43cd0dd53a48a88b9cdbf30e88 Oct 13 03:09:31.139 INFO running `"docker" "start" "-a" "6a567dcce7e467f8969d8cfd0d4d060856a21d43cd0dd53a48a88b9cdbf30e88"` Oct 13 03:09:32.319 INFO kablam! usermod: no changes Oct 13 03:09:32.384 INFO kablam! Compiling pixels v0.1.0 (/source) Oct 13 03:09:32.743 INFO kablam! warning: unused imports: `Result`, `SeekFrom` Oct 13 03:09:32.743 INFO kablam! --> src/lib.rs:2:21 Oct 13 03:09:32.743 INFO kablam! | Oct 13 03:09:32.743 INFO kablam! 2 | use std::io::{Seek, Result, Read, SeekFrom}; Oct 13 03:09:32.743 INFO kablam! | ^^^^^^ ^^^^^^^^ Oct 13 03:09:32.743 INFO kablam! | Oct 13 03:09:32.743 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 03:09:32.743 INFO kablam! Oct 13 03:09:32.743 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 13 03:09:32.743 INFO kablam! --> src/jpeg.rs:4:5 Oct 13 03:09:32.743 INFO kablam! | Oct 13 03:09:32.743 INFO kablam! 4 | use std::collections::HashMap; Oct 13 03:09:32.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:09:32.743 INFO kablam! Oct 13 03:09:32.791 INFO kablam! warning: unused variable: `buf` Oct 13 03:09:32.791 INFO kablam! --> src/jpeg.rs:116:24 Oct 13 03:09:32.791 INFO kablam! | Oct 13 03:09:32.791 INFO kablam! 116 | fn read(&mut self, buf: &mut [u8]) -> io::Result { Oct 13 03:09:32.791 INFO kablam! | ^^^ help: consider using `_buf` instead Oct 13 03:09:32.791 INFO kablam! | Oct 13 03:09:32.791 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 03:09:32.791 INFO kablam! Oct 13 03:09:32.791 INFO kablam! warning: unused variable: `pos` Oct 13 03:09:32.791 INFO kablam! --> src/jpeg.rs:122:24 Oct 13 03:09:32.791 INFO kablam! | Oct 13 03:09:32.791 INFO kablam! 122 | fn seek(&mut self, pos: SeekFrom) -> io::Result { Oct 13 03:09:32.791 INFO kablam! | ^^^ help: consider using `_pos` instead Oct 13 03:09:32.791 INFO kablam! Oct 13 03:09:32.796 INFO kablam! warning: enum is never used: `Markers` Oct 13 03:09:32.796 INFO kablam! --> src/jpeg.rs:7:1 Oct 13 03:09:32.796 INFO kablam! | Oct 13 03:09:32.796 INFO kablam! 7 | enum Markers { Oct 13 03:09:32.796 INFO kablam! | ^^^^^^^^^^^^ Oct 13 03:09:32.796 INFO kablam! | Oct 13 03:09:32.796 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 03:09:32.796 INFO kablam! Oct 13 03:09:32.796 INFO kablam! warning: variant is never constructed: `INVALID` Oct 13 03:09:32.796 INFO kablam! --> src/jpeg.rs:26:5 Oct 13 03:09:32.796 INFO kablam! | Oct 13 03:09:32.796 INFO kablam! 26 | INVALID Oct 13 03:09:32.796 INFO kablam! | ^^^^^^^ Oct 13 03:09:32.796 INFO kablam! Oct 13 03:09:32.796 INFO kablam! warning: type alias is never used: `MarkerBytes` Oct 13 03:09:32.796 INFO kablam! --> src/jpeg.rs:29:1 Oct 13 03:09:32.796 INFO kablam! | Oct 13 03:09:32.796 INFO kablam! 29 | type MarkerBytes = (u8, u8); Oct 13 03:09:32.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:09:32.796 INFO kablam! Oct 13 03:09:32.796 INFO kablam! warning: method is never used: `to_bytes` Oct 13 03:09:32.796 INFO kablam! --> src/jpeg.rs:32:5 Oct 13 03:09:32.796 INFO kablam! | Oct 13 03:09:32.796 INFO kablam! 32 | fn to_bytes(&self) -> Result { Oct 13 03:09:32.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:09:32.796 INFO kablam! Oct 13 03:09:32.796 INFO kablam! warning: field is never used: `file` Oct 13 03:09:32.796 INFO kablam! --> src/jpeg.rs:112:5 Oct 13 03:09:32.796 INFO kablam! | Oct 13 03:09:32.796 INFO kablam! 112 | file: File, Oct 13 03:09:32.796 INFO kablam! | ^^^^^^^^^^ Oct 13 03:09:32.796 INFO kablam! Oct 13 03:09:33.679 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.33s Oct 13 03:09:33.679 INFO kablam! su: No module specific data is present Oct 13 03:09:34.389 INFO running `"docker" "rm" "-f" "6a567dcce7e467f8969d8cfd0d4d060856a21d43cd0dd53a48a88b9cdbf30e88"` Oct 13 03:09:34.699 INFO blam! 6a567dcce7e467f8969d8cfd0d4d060856a21d43cd0dd53a48a88b9cdbf30e88 Oct 13 03:09:34.713 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 13 03:09:35.107 INFO blam! ebba6b52978e6d3ea8b527031fc4c6b0c0267579f7fd8c51e163220b11b1da0c Oct 13 03:09:35.111 INFO running `"docker" "start" "-a" "ebba6b52978e6d3ea8b527031fc4c6b0c0267579f7fd8c51e163220b11b1da0c"` Oct 13 03:09:36.191 INFO kablam! usermod: no changes Oct 13 03:09:36.240 INFO kablam! Compiling pixels v0.1.0 (/source) Oct 13 03:09:36.871 INFO kablam! warning: unused imports: `Result`, `SeekFrom` Oct 13 03:09:36.872 INFO kablam! --> src/lib.rs:2:21 Oct 13 03:09:36.872 INFO kablam! | Oct 13 03:09:36.872 INFO kablam! 2 | use std::io::{Seek, Result, Read, SeekFrom}; Oct 13 03:09:36.872 INFO kablam! | ^^^^^^ ^^^^^^^^ Oct 13 03:09:36.872 INFO kablam! | Oct 13 03:09:36.872 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 03:09:36.872 INFO kablam! Oct 13 03:09:36.872 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 13 03:09:36.872 INFO kablam! --> src/jpeg.rs:4:5 Oct 13 03:09:36.872 INFO kablam! | Oct 13 03:09:36.872 INFO kablam! 4 | use std::collections::HashMap; Oct 13 03:09:36.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:09:36.872 INFO kablam! Oct 13 03:09:37.059 INFO kablam! warning: unused variable: `buf` Oct 13 03:09:37.059 INFO kablam! --> src/jpeg.rs:116:24 Oct 13 03:09:37.059 INFO kablam! | Oct 13 03:09:37.059 INFO kablam! 116 | fn read(&mut self, buf: &mut [u8]) -> io::Result { Oct 13 03:09:37.059 INFO kablam! | ^^^ help: consider using `_buf` instead Oct 13 03:09:37.059 INFO kablam! | Oct 13 03:09:37.059 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 03:09:37.059 INFO kablam! Oct 13 03:09:37.059 INFO kablam! warning: unused variable: `pos` Oct 13 03:09:37.059 INFO kablam! --> src/jpeg.rs:122:24 Oct 13 03:09:37.059 INFO kablam! | Oct 13 03:09:37.059 INFO kablam! 122 | fn seek(&mut self, pos: SeekFrom) -> io::Result { Oct 13 03:09:37.059 INFO kablam! | ^^^ help: consider using `_pos` instead Oct 13 03:09:37.059 INFO kablam! Oct 13 03:09:37.079 INFO kablam! warning: variant is never constructed: `SOI` Oct 13 03:09:37.079 INFO kablam! --> src/jpeg.rs:8:5 Oct 13 03:09:37.079 INFO kablam! | Oct 13 03:09:37.079 INFO kablam! 8 | SOI, Oct 13 03:09:37.079 INFO kablam! | ^^^ Oct 13 03:09:37.079 INFO kablam! | Oct 13 03:09:37.079 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 03:09:37.079 INFO kablam! Oct 13 03:09:37.079 INFO kablam! warning: variant is never constructed: `SOF0` Oct 13 03:09:37.079 INFO kablam! --> src/jpeg.rs:9:5 Oct 13 03:09:37.079 INFO kablam! | Oct 13 03:09:37.079 INFO kablam! 9 | SOF0, Oct 13 03:09:37.079 INFO kablam! | ^^^^ Oct 13 03:09:37.079 INFO kablam! Oct 13 03:09:37.079 INFO kablam! warning: variant is never constructed: `SOF2` Oct 13 03:09:37.079 INFO kablam! --> src/jpeg.rs:10:5 Oct 13 03:09:37.079 INFO kablam! | Oct 13 03:09:37.079 INFO kablam! 10 | SOF2, Oct 13 03:09:37.079 INFO kablam! | ^^^^ Oct 13 03:09:37.079 INFO kablam! Oct 13 03:09:37.079 INFO kablam! warning: variant is never constructed: `DHT` Oct 13 03:09:37.079 INFO kablam! --> src/jpeg.rs:11:5 Oct 13 03:09:37.079 INFO kablam! | Oct 13 03:09:37.079 INFO kablam! 11 | DHT, Oct 13 03:09:37.079 INFO kablam! | ^^^ Oct 13 03:09:37.079 INFO kablam! Oct 13 03:09:37.079 INFO kablam! warning: variant is never constructed: `DQT` Oct 13 03:09:37.079 INFO kablam! --> src/jpeg.rs:12:5 Oct 13 03:09:37.079 INFO kablam! | Oct 13 03:09:37.079 INFO kablam! 12 | DQT, Oct 13 03:09:37.079 INFO kablam! | ^^^ Oct 13 03:09:37.079 INFO kablam! Oct 13 03:09:37.079 INFO kablam! warning: variant is never constructed: `DRI` Oct 13 03:09:37.079 INFO kablam! --> src/jpeg.rs:13:5 Oct 13 03:09:37.079 INFO kablam! | Oct 13 03:09:37.079 INFO kablam! 13 | DRI, Oct 13 03:09:37.079 INFO kablam! | ^^^ Oct 13 03:09:37.079 INFO kablam! Oct 13 03:09:37.079 INFO kablam! warning: variant is never constructed: `SOS` Oct 13 03:09:37.079 INFO kablam! --> src/jpeg.rs:14:5 Oct 13 03:09:37.079 INFO kablam! | Oct 13 03:09:37.079 INFO kablam! 14 | SOS, Oct 13 03:09:37.079 INFO kablam! | ^^^ Oct 13 03:09:37.080 INFO kablam! Oct 13 03:09:37.080 INFO kablam! warning: variant is never constructed: `COM` Oct 13 03:09:37.080 INFO kablam! --> src/jpeg.rs:20:5 Oct 13 03:09:37.080 INFO kablam! | Oct 13 03:09:37.080 INFO kablam! 20 | COM, Oct 13 03:09:37.080 INFO kablam! | ^^^ Oct 13 03:09:37.080 INFO kablam! Oct 13 03:09:37.080 INFO kablam! warning: variant is never constructed: `EOI` Oct 13 03:09:37.080 INFO kablam! --> src/jpeg.rs:21:5 Oct 13 03:09:37.080 INFO kablam! | Oct 13 03:09:37.080 INFO kablam! 21 | EOI, Oct 13 03:09:37.080 INFO kablam! | ^^^ Oct 13 03:09:37.080 INFO kablam! Oct 13 03:09:37.080 INFO kablam! warning: field is never used: `file` Oct 13 03:09:37.080 INFO kablam! --> src/jpeg.rs:112:5 Oct 13 03:09:37.080 INFO kablam! | Oct 13 03:09:37.080 INFO kablam! 112 | file: File, Oct 13 03:09:37.080 INFO kablam! | ^^^^^^^^^^ Oct 13 03:09:37.080 INFO kablam! Oct 13 03:09:37.652 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.44s Oct 13 03:09:37.659 INFO kablam! su: No module specific data is present Oct 13 03:09:38.275 INFO running `"docker" "rm" "-f" "ebba6b52978e6d3ea8b527031fc4c6b0c0267579f7fd8c51e163220b11b1da0c"` Oct 13 03:09:38.507 INFO blam! ebba6b52978e6d3ea8b527031fc4c6b0c0267579f7fd8c51e163220b11b1da0c Oct 13 03:09:38.513 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 13 03:09:38.936 INFO blam! 4e57c14f048e740daec4e5b52a7d61cfedbdf2c7a1d29e55421b5598ac3c446b Oct 13 03:09:38.950 INFO running `"docker" "start" "-a" "4e57c14f048e740daec4e5b52a7d61cfedbdf2c7a1d29e55421b5598ac3c446b"` Oct 13 03:09:40.167 INFO kablam! usermod: no changes Oct 13 03:09:40.207 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 13 03:09:40.210 INFO kablam! Running /target/debug/deps/pixels-decc4a076aa64218 Oct 13 03:09:40.210 INFO blam! Oct 13 03:09:40.211 INFO blam! running 2 tests Oct 13 03:09:40.211 INFO blam! test jpeg::tests::rst_to_bytes ... ok Oct 13 03:09:40.211 INFO blam! test jpeg::tests::app_to_bytes ... ok Oct 13 03:09:40.211 INFO blam! Oct 13 03:09:40.211 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 03:09:40.211 INFO blam! Oct 13 03:09:40.213 INFO kablam! Running /target/debug/deps/main-0e9d02dcba3d7b9f Oct 13 03:09:40.216 INFO kablam! Doc-tests pixels Oct 13 03:09:40.216 INFO blam! Oct 13 03:09:40.216 INFO blam! running 0 tests Oct 13 03:09:40.216 INFO blam! Oct 13 03:09:40.216 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 03:09:40.216 INFO blam! Oct 13 03:09:40.683 INFO blam! Oct 13 03:09:40.683 INFO blam! running 0 tests Oct 13 03:09:40.683 INFO blam! Oct 13 03:09:40.683 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 03:09:40.683 INFO blam! Oct 13 03:09:40.691 INFO kablam! su: No module specific data is present Oct 13 03:09:41.312 INFO running `"docker" "rm" "-f" "4e57c14f048e740daec4e5b52a7d61cfedbdf2c7a1d29e55421b5598ac3c446b"` Oct 13 03:09:41.739 INFO blam! 4e57c14f048e740daec4e5b52a7d61cfedbdf2c7a1d29e55421b5598ac3c446b