Oct 22 02:16:10.153 INFO checking immeta-0.4.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 02:16:10.154 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 22 02:16:10.441 INFO blam! 4405c77b9b5c969c316a76c51700d71cc69a646929e03d7d95a1c6709606bf1c Oct 22 02:16:10.446 INFO running `"docker" "start" "-a" "4405c77b9b5c969c316a76c51700d71cc69a646929e03d7d95a1c6709606bf1c"` Oct 22 02:16:11.156 INFO kablam! usermod: no changes Oct 22 02:16:11.194 INFO kablam! Checking immeta v0.4.0 (/source) Oct 22 02:16:12.889 INFO kablam! warning: struct is never constructed: `TiffReader` Oct 22 02:16:12.889 INFO kablam! --> src/common/tiff.rs:12:1 Oct 22 02:16:12.889 INFO kablam! | Oct 22 02:16:12.889 INFO kablam! 12 | pub struct TiffReader { Oct 22 02:16:12.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 02:16:12.889 INFO kablam! | Oct 22 02:16:12.889 INFO kablam! = note: #[warn(dead_code)] on by default Oct 22 02:16:12.889 INFO kablam! Oct 22 02:16:12.889 INFO kablam! warning: method is never used: `new` Oct 22 02:16:12.889 INFO kablam! --> src/common/tiff.rs:18:5 Oct 22 02:16:12.889 INFO kablam! | Oct 22 02:16:12.889 INFO kablam! 18 | pub fn new(source: R) -> TiffReader { Oct 22 02:16:12.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 02:16:12.889 INFO kablam! Oct 22 02:16:12.889 INFO kablam! warning: method is never used: `ifds` Oct 22 02:16:12.889 INFO kablam! --> src/common/tiff.rs:41:5 Oct 22 02:16:12.889 INFO kablam! | Oct 22 02:16:12.889 INFO kablam! 41 | pub fn ifds(mut self) -> Result> { Oct 22 02:16:12.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 02:16:12.889 INFO kablam! Oct 22 02:16:12.889 INFO kablam! warning: method is never used: `len` Oct 22 02:16:12.889 INFO kablam! --> src/common/tiff.rs:173:5 Oct 22 02:16:12.889 INFO kablam! | Oct 22 02:16:12.889 INFO kablam! 173 | fn len(&self) -> u16 { Oct 22 02:16:12.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 22 02:16:12.889 INFO kablam! Oct 22 02:16:12.889 INFO kablam! warning: enum is never used: `Byte` Oct 22 02:16:12.889 INFO kablam! --> src/common/tiff.rs:442:17 Oct 22 02:16:12.889 INFO kablam! | Oct 22 02:16:12.889 INFO kablam! 442 | pub enum $tpe {} Oct 22 02:16:12.889 INFO kablam! | ^^^^^^^^^^^^^ Oct 22 02:16:12.889 INFO kablam! ... Oct 22 02:16:12.889 INFO kablam! 480 | / gen_entry_types! { Oct 22 02:16:12.889 INFO kablam! 481 | | Byte, u8, Oct 22 02:16:12.889 INFO kablam! 482 | | |source, _| byteorder::ReadBytesExt::read_u8(source).map(|v| (1, v)), Oct 22 02:16:12.889 INFO kablam! 483 | | |source, _, n, count| if n >= count || n >= 4 { None } else { Some(source[n]) }; Oct 22 02:16:12.889 INFO kablam! ... | Oct 22 02:16:12.889 INFO kablam! 558 | | |_, _, _, _| None Oct 22 02:16:12.889 INFO kablam! 559 | | } Oct 22 02:16:12.889 INFO kablam! | |_____- in this macro invocation Oct 22 02:16:12.889 INFO kablam! Oct 22 02:16:12.889 INFO kablam! warning: enum is never used: `Ascii` Oct 22 02:16:12.889 INFO kablam! --> src/common/tiff.rs:442:17 Oct 22 02:16:12.889 INFO kablam! | Oct 22 02:16:12.889 INFO kablam! 442 | pub enum $tpe {} Oct 22 02:16:12.889 INFO kablam! | ^^^^^^^^^^^^^ Oct 22 02:16:12.889 INFO kablam! ... Oct 22 02:16:12.889 INFO kablam! 480 | / gen_entry_types! { Oct 22 02:16:12.889 INFO kablam! 481 | | Byte, u8, Oct 22 02:16:12.889 INFO kablam! 482 | | |source, _| byteorder::ReadBytesExt::read_u8(source).map(|v| (1, v)), Oct 22 02:16:12.889 INFO kablam! 483 | | |source, _, n, count| if n >= count || n >= 4 { None } else { Some(source[n]) }; Oct 22 02:16:12.889 INFO kablam! ... | Oct 22 02:16:12.889 INFO kablam! 558 | | |_, _, _, _| None Oct 22 02:16:12.889 INFO kablam! 559 | | } Oct 22 02:16:12.889 INFO kablam! | |_____- in this macro invocation Oct 22 02:16:12.889 INFO kablam! Oct 22 02:16:12.889 INFO kablam! warning: enum is never used: `Short` Oct 22 02:16:12.889 INFO kablam! --> src/common/tiff.rs:442:17 Oct 22 02:16:12.890 INFO kablam! | Oct 22 02:16:12.890 INFO kablam! 442 | pub enum $tpe {} Oct 22 02:16:12.890 INFO kablam! | ^^^^^^^^^^^^^ Oct 22 02:16:12.890 INFO kablam! ... Oct 22 02:16:12.890 INFO kablam! 480 | / gen_entry_types! { Oct 22 02:16:12.890 INFO kablam! 481 | | Byte, u8, Oct 22 02:16:12.890 INFO kablam! 482 | | |source, _| byteorder::ReadBytesExt::read_u8(source).map(|v| (1, v)), Oct 22 02:16:12.890 INFO kablam! 483 | | |source, _, n, count| if n >= count || n >= 4 { None } else { Some(source[n]) }; Oct 22 02:16:12.890 INFO kablam! ... | Oct 22 02:16:12.890 INFO kablam! 558 | | |_, _, _, _| None Oct 22 02:16:12.890 INFO kablam! 559 | | } Oct 22 02:16:12.890 INFO kablam! | |_____- in this macro invocation Oct 22 02:16:12.890 INFO kablam! Oct 22 02:16:12.890 INFO kablam! warning: enum is never used: `Long` Oct 22 02:16:12.890 INFO kablam! --> src/common/tiff.rs:442:17 Oct 22 02:16:12.890 INFO kablam! | Oct 22 02:16:12.890 INFO kablam! 442 | pub enum $tpe {} Oct 22 02:16:12.890 INFO kablam! | ^^^^^^^^^^^^^ Oct 22 02:16:12.890 INFO kablam! ... Oct 22 02:16:12.890 INFO kablam! 480 | / gen_entry_types! { Oct 22 02:16:12.890 INFO kablam! 481 | | Byte, u8, Oct 22 02:16:12.890 INFO kablam! 482 | | |source, _| byteorder::ReadBytesExt::read_u8(source).map(|v| (1, v)), Oct 22 02:16:12.890 INFO kablam! 483 | | |source, _, n, count| if n >= count || n >= 4 { None } else { Some(source[n]) }; Oct 22 02:16:12.890 INFO kablam! ... | Oct 22 02:16:12.890 INFO kablam! 558 | | |_, _, _, _| None Oct 22 02:16:12.890 INFO kablam! 559 | | } Oct 22 02:16:12.890 INFO kablam! | |_____- in this macro invocation Oct 22 02:16:12.890 INFO kablam! Oct 22 02:16:12.890 INFO kablam! warning: enum is never used: `Rational` Oct 22 02:16:12.890 INFO kablam! --> src/common/tiff.rs:442:17 Oct 22 02:16:12.890 INFO kablam! | Oct 22 02:16:12.890 INFO kablam! 442 | pub enum $tpe {} Oct 22 02:16:12.890 INFO kablam! | ^^^^^^^^^^^^^ Oct 22 02:16:12.890 INFO kablam! ... Oct 22 02:16:12.890 INFO kablam! 480 | / gen_entry_types! { Oct 22 02:16:12.890 INFO kablam! 481 | | Byte, u8, Oct 22 02:16:12.890 INFO kablam! 482 | | |source, _| byteorder::ReadBytesExt::read_u8(source).map(|v| (1, v)), Oct 22 02:16:12.890 INFO kablam! 483 | | |source, _, n, count| if n >= count || n >= 4 { None } else { Some(source[n]) }; Oct 22 02:16:12.890 INFO kablam! ... | Oct 22 02:16:12.890 INFO kablam! 558 | | |_, _, _, _| None Oct 22 02:16:12.890 INFO kablam! 559 | | } Oct 22 02:16:12.890 INFO kablam! | |_____- in this macro invocation Oct 22 02:16:12.890 INFO kablam! Oct 22 02:16:12.890 INFO kablam! warning: enum is never used: `SignedByte` Oct 22 02:16:12.890 INFO kablam! --> src/common/tiff.rs:442:17 Oct 22 02:16:12.890 INFO kablam! | Oct 22 02:16:12.890 INFO kablam! 442 | pub enum $tpe {} Oct 22 02:16:12.890 INFO kablam! | ^^^^^^^^^^^^^ Oct 22 02:16:12.890 INFO kablam! ... Oct 22 02:16:12.890 INFO kablam! 480 | / gen_entry_types! { Oct 22 02:16:12.890 INFO kablam! 481 | | Byte, u8, Oct 22 02:16:12.890 INFO kablam! 482 | | |source, _| byteorder::ReadBytesExt::read_u8(source).map(|v| (1, v)), Oct 22 02:16:12.890 INFO kablam! 483 | | |source, _, n, count| if n >= count || n >= 4 { None } else { Some(source[n]) }; Oct 22 02:16:12.890 INFO kablam! ... | Oct 22 02:16:12.890 INFO kablam! 558 | | |_, _, _, _| None Oct 22 02:16:12.890 INFO kablam! 559 | | } Oct 22 02:16:12.890 INFO kablam! | |_____- in this macro invocation Oct 22 02:16:12.890 INFO kablam! Oct 22 02:16:12.890 INFO kablam! warning: enum is never used: `Undefined` Oct 22 02:16:12.890 INFO kablam! --> src/common/tiff.rs:442:17 Oct 22 02:16:12.890 INFO kablam! | Oct 22 02:16:12.890 INFO kablam! 442 | pub enum $tpe {} Oct 22 02:16:12.890 INFO kablam! | ^^^^^^^^^^^^^ Oct 22 02:16:12.890 INFO kablam! ... Oct 22 02:16:12.890 INFO kablam! 480 | / gen_entry_types! { Oct 22 02:16:12.890 INFO kablam! 481 | | Byte, u8, Oct 22 02:16:12.890 INFO kablam! 482 | | |source, _| byteorder::ReadBytesExt::read_u8(source).map(|v| (1, v)), Oct 22 02:16:12.890 INFO kablam! 483 | | |source, _, n, count| if n >= count || n >= 4 { None } else { Some(source[n]) }; Oct 22 02:16:12.890 INFO kablam! ... | Oct 22 02:16:12.890 INFO kablam! 558 | | |_, _, _, _| None Oct 22 02:16:12.890 INFO kablam! 559 | | } Oct 22 02:16:12.890 INFO kablam! | |_____- in this macro invocation Oct 22 02:16:12.890 INFO kablam! Oct 22 02:16:12.890 INFO kablam! warning: enum is never used: `SignedShort` Oct 22 02:16:12.890 INFO kablam! --> src/common/tiff.rs:442:17 Oct 22 02:16:12.890 INFO kablam! | Oct 22 02:16:12.890 INFO kablam! 442 | pub enum $tpe {} Oct 22 02:16:12.890 INFO kablam! | ^^^^^^^^^^^^^ Oct 22 02:16:12.890 INFO kablam! ... Oct 22 02:16:12.890 INFO kablam! 480 | / gen_entry_types! { Oct 22 02:16:12.890 INFO kablam! 481 | | Byte, u8, Oct 22 02:16:12.890 INFO kablam! 482 | | |source, _| byteorder::ReadBytesExt::read_u8(source).map(|v| (1, v)), Oct 22 02:16:12.890 INFO kablam! 483 | | |source, _, n, count| if n >= count || n >= 4 { None } else { Some(source[n]) }; Oct 22 02:16:12.890 INFO kablam! ... | Oct 22 02:16:12.891 INFO kablam! 558 | | |_, _, _, _| None Oct 22 02:16:12.891 INFO kablam! 559 | | } Oct 22 02:16:12.891 INFO kablam! | |_____- in this macro invocation Oct 22 02:16:12.891 INFO kablam! Oct 22 02:16:12.891 INFO kablam! warning: enum is never used: `SignedLong` Oct 22 02:16:12.891 INFO kablam! --> src/common/tiff.rs:442:17 Oct 22 02:16:12.891 INFO kablam! | Oct 22 02:16:12.891 INFO kablam! 442 | pub enum $tpe {} Oct 22 02:16:12.891 INFO kablam! | ^^^^^^^^^^^^^ Oct 22 02:16:12.891 INFO kablam! ... Oct 22 02:16:12.891 INFO kablam! 480 | / gen_entry_types! { Oct 22 02:16:12.891 INFO kablam! 481 | | Byte, u8, Oct 22 02:16:12.891 INFO kablam! 482 | | |source, _| byteorder::ReadBytesExt::read_u8(source).map(|v| (1, v)), Oct 22 02:16:12.891 INFO kablam! 483 | | |source, _, n, count| if n >= count || n >= 4 { None } else { Some(source[n]) }; Oct 22 02:16:12.891 INFO kablam! ... | Oct 22 02:16:12.891 INFO kablam! 558 | | |_, _, _, _| None Oct 22 02:16:12.891 INFO kablam! 559 | | } Oct 22 02:16:12.891 INFO kablam! | |_____- in this macro invocation Oct 22 02:16:12.891 INFO kablam! Oct 22 02:16:12.891 INFO kablam! warning: enum is never used: `SignedRational` Oct 22 02:16:12.891 INFO kablam! --> src/common/tiff.rs:442:17 Oct 22 02:16:12.891 INFO kablam! | Oct 22 02:16:12.891 INFO kablam! 442 | pub enum $tpe {} Oct 22 02:16:12.891 INFO kablam! | ^^^^^^^^^^^^^ Oct 22 02:16:12.891 INFO kablam! ... Oct 22 02:16:12.891 INFO kablam! 480 | / gen_entry_types! { Oct 22 02:16:12.891 INFO kablam! 481 | | Byte, u8, Oct 22 02:16:12.891 INFO kablam! 482 | | |source, _| byteorder::ReadBytesExt::read_u8(source).map(|v| (1, v)), Oct 22 02:16:12.891 INFO kablam! 483 | | |source, _, n, count| if n >= count || n >= 4 { None } else { Some(source[n]) }; Oct 22 02:16:12.891 INFO kablam! ... | Oct 22 02:16:12.891 INFO kablam! 558 | | |_, _, _, _| None Oct 22 02:16:12.891 INFO kablam! 559 | | } Oct 22 02:16:12.891 INFO kablam! | |_____- in this macro invocation Oct 22 02:16:12.891 INFO kablam! Oct 22 02:16:12.891 INFO kablam! warning: enum is never used: `Float` Oct 22 02:16:12.891 INFO kablam! --> src/common/tiff.rs:442:17 Oct 22 02:16:12.891 INFO kablam! | Oct 22 02:16:12.891 INFO kablam! 442 | pub enum $tpe {} Oct 22 02:16:12.891 INFO kablam! | ^^^^^^^^^^^^^ Oct 22 02:16:12.891 INFO kablam! ... Oct 22 02:16:12.891 INFO kablam! 480 | / gen_entry_types! { Oct 22 02:16:12.891 INFO kablam! 481 | | Byte, u8, Oct 22 02:16:12.891 INFO kablam! 482 | | |source, _| byteorder::ReadBytesExt::read_u8(source).map(|v| (1, v)), Oct 22 02:16:12.891 INFO kablam! 483 | | |source, _, n, count| if n >= count || n >= 4 { None } else { Some(source[n]) }; Oct 22 02:16:12.891 INFO kablam! ... | Oct 22 02:16:12.891 INFO kablam! 558 | | |_, _, _, _| None Oct 22 02:16:12.891 INFO kablam! 559 | | } Oct 22 02:16:12.891 INFO kablam! | |_____- in this macro invocation Oct 22 02:16:12.891 INFO kablam! Oct 22 02:16:12.891 INFO kablam! warning: enum is never used: `Double` Oct 22 02:16:12.891 INFO kablam! --> src/common/tiff.rs:442:17 Oct 22 02:16:12.891 INFO kablam! | Oct 22 02:16:12.891 INFO kablam! 442 | pub enum $tpe {} Oct 22 02:16:12.891 INFO kablam! | ^^^^^^^^^^^^^ Oct 22 02:16:12.891 INFO kablam! ... Oct 22 02:16:12.891 INFO kablam! 480 | / gen_entry_types! { Oct 22 02:16:12.891 INFO kablam! 481 | | Byte, u8, Oct 22 02:16:12.891 INFO kablam! 482 | | |source, _| byteorder::ReadBytesExt::read_u8(source).map(|v| (1, v)), Oct 22 02:16:12.891 INFO kablam! 483 | | |source, _, n, count| if n >= count || n >= 4 { None } else { Some(source[n]) }; Oct 22 02:16:12.891 INFO kablam! ... | Oct 22 02:16:12.891 INFO kablam! 558 | | |_, _, _, _| None Oct 22 02:16:12.891 INFO kablam! 559 | | } Oct 22 02:16:12.891 INFO kablam! | |_____- in this macro invocation Oct 22 02:16:12.891 INFO kablam! Oct 22 02:16:14.208 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.02s Oct 22 02:16:14.208 INFO kablam! su: No module specific data is present Oct 22 02:16:14.590 INFO running `"docker" "rm" "-f" "4405c77b9b5c969c316a76c51700d71cc69a646929e03d7d95a1c6709606bf1c"` Oct 22 02:16:14.824 INFO blam! 4405c77b9b5c969c316a76c51700d71cc69a646929e03d7d95a1c6709606bf1c