Oct 15 16:33:31.795 INFO testing tiff-0.2.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 16:33:31.797 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15 16:33:32.327 INFO blam! 8298d9e92c28a36b0e51a10c3ded428c4c0ec2edd2b41056284e284919a2099c Oct 15 16:33:32.331 INFO running `"docker" "start" "-a" "8298d9e92c28a36b0e51a10c3ded428c4c0ec2edd2b41056284e284919a2099c"` Oct 15 16:33:33.403 INFO kablam! usermod: no changes Oct 15 16:33:33.503 INFO kablam! Compiling tiff v0.2.1 (/source) Oct 15 16:33:34.679 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 16:33:34.679 INFO kablam! --> src/decoder/mod.rs:276:9 Oct 15 16:33:34.679 INFO kablam! | Oct 15 16:33:34.679 INFO kablam! 276 | self.reader.read_to_string(&mut out); Oct 15 16:33:34.679 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:33:34.679 INFO kablam! | Oct 15 16:33:34.679 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 16:33:34.679 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 16:33:34.679 INFO kablam! Oct 15 16:33:35.185 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.77s Oct 15 16:33:35.187 INFO kablam! su: No module specific data is present Oct 15 16:33:35.832 INFO running `"docker" "rm" "-f" "8298d9e92c28a36b0e51a10c3ded428c4c0ec2edd2b41056284e284919a2099c"` Oct 15 16:33:36.143 INFO blam! 8298d9e92c28a36b0e51a10c3ded428c4c0ec2edd2b41056284e284919a2099c Oct 15 16:33:36.147 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15 16:33:36.531 INFO blam! f72c79285b4a68c0813807a1254a10a4f7e8aa659c737b9d118263c52a8caeae Oct 15 16:33:36.534 INFO running `"docker" "start" "-a" "f72c79285b4a68c0813807a1254a10a4f7e8aa659c737b9d118263c52a8caeae"` Oct 15 16:33:37.687 INFO kablam! usermod: no changes Oct 15 16:33:37.728 INFO kablam! Compiling tiff v0.2.1 (/source) Oct 15 16:33:38.887 INFO kablam! warning: unused import: `DecodingResult` Oct 15 16:33:38.887 INFO kablam! --> tests/decode_images.rs:4:30 Oct 15 16:33:38.887 INFO kablam! | Oct 15 16:33:38.887 INFO kablam! 4 | use tiff::decoder::{Decoder, DecodingResult, ifd::Tag, ifd::Value}; Oct 15 16:33:38.887 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 16:33:38.887 INFO kablam! | Oct 15 16:33:38.887 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 16:33:38.887 INFO kablam! Oct 15 16:33:39.019 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 16:33:39.020 INFO kablam! --> src/decoder/mod.rs:276:9 Oct 15 16:33:39.020 INFO kablam! | Oct 15 16:33:39.020 INFO kablam! 276 | self.reader.read_to_string(&mut out); Oct 15 16:33:39.020 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:33:39.021 INFO kablam! | Oct 15 16:33:39.021 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 16:33:39.021 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 16:33:39.022 INFO kablam! Oct 15 16:33:40.881 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.18s Oct 15 16:33:40.885 INFO kablam! su: No module specific data is present Oct 15 16:33:41.768 INFO running `"docker" "rm" "-f" "f72c79285b4a68c0813807a1254a10a4f7e8aa659c737b9d118263c52a8caeae"` Oct 15 16:33:42.064 INFO blam! f72c79285b4a68c0813807a1254a10a4f7e8aa659c737b9d118263c52a8caeae Oct 15 16:33:42.065 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15 16:33:42.547 INFO blam! 91ef5db7c21a4f7000fd19f91c81a8858aa2fd821b9a44d70b838e37a3636411 Oct 15 16:33:42.550 INFO running `"docker" "start" "-a" "91ef5db7c21a4f7000fd19f91c81a8858aa2fd821b9a44d70b838e37a3636411"` Oct 15 16:33:43.936 INFO kablam! usermod: no changes Oct 15 16:33:44.018 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 15 16:33:44.018 INFO kablam! Running /target/debug/deps/tiff-0ccdc1eba0d32531 Oct 15 16:33:44.027 INFO blam! Oct 15 16:33:44.027 INFO blam! running 1 test Oct 15 16:33:44.028 INFO blam! test decoder::stream::test::test_packbits ... ok Oct 15 16:33:44.028 INFO blam! Oct 15 16:33:44.028 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:33:44.028 INFO blam! Oct 15 16:33:44.029 INFO kablam! Running /target/debug/deps/decode_images-fc91e358999ab106 Oct 15 16:33:44.039 INFO blam! Oct 15 16:33:44.039 INFO blam! running 5 tests Oct 15 16:33:44.039 INFO blam! test test_gray_u16 ... ok Oct 15 16:33:44.040 INFO blam! test test_rgb_u8 ... ok Oct 15 16:33:44.040 INFO blam! test test_rgb_u16 ... ok Oct 15 16:33:44.040 INFO blam! test test_gray_u8 ... ok Oct 15 16:33:44.041 INFO blam! test test_string_tags ... ok Oct 15 16:33:44.041 INFO blam! Oct 15 16:33:44.041 INFO blam! test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:33:44.041 INFO blam! Oct 15 16:33:44.051 INFO kablam! Doc-tests tiff Oct 15 16:33:45.167 INFO blam! Oct 15 16:33:45.167 INFO blam! running 0 tests Oct 15 16:33:45.168 INFO blam! Oct 15 16:33:45.168 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:33:45.168 INFO blam! Oct 15 16:33:45.174 INFO kablam! su: No module specific data is present Oct 15 16:33:45.810 INFO running `"docker" "rm" "-f" "91ef5db7c21a4f7000fd19f91c81a8858aa2fd821b9a44d70b838e37a3636411"` Oct 15 16:33:46.051 INFO blam! 91ef5db7c21a4f7000fd19f91c81a8858aa2fd821b9a44d70b838e37a3636411