Oct 16 05:43:12.128 INFO testing img-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 05:43:12.130 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 16 05:43:12.569 INFO blam! 9b70233f838a29a9d881ece38e33e793b07ee70b17c359c394c914d1c1f8fbde Oct 16 05:43:12.586 INFO running `"docker" "start" "-a" "9b70233f838a29a9d881ece38e33e793b07ee70b17c359c394c914d1c1f8fbde"` Oct 16 05:43:14.128 INFO kablam! usermod: no changes Oct 16 05:43:14.199 INFO kablam! Compiling img v0.1.0 (/source) Oct 16 05:43:15.467 INFO kablam! warning: where clauses are not enforced in type aliases Oct 16 05:43:15.467 INFO kablam! --> src/image/impl_buffer.rs:18:39 Oct 16 05:43:15.468 INFO kablam! | Oct 16 05:43:15.468 INFO kablam! 18 | pub type ImageBufferVal where PixelP: Pixel = ImageVal>; Oct 16 05:43:15.468 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 05:43:15.469 INFO kablam! | Oct 16 05:43:15.469 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 16 05:43:15.469 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 16 05:43:15.470 INFO kablam! Oct 16 05:43:15.528 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.35s Oct 16 05:43:15.531 INFO kablam! su: No module specific data is present Oct 16 05:43:16.583 INFO running `"docker" "rm" "-f" "9b70233f838a29a9d881ece38e33e793b07ee70b17c359c394c914d1c1f8fbde"` Oct 16 05:43:16.859 INFO blam! 9b70233f838a29a9d881ece38e33e793b07ee70b17c359c394c914d1c1f8fbde Oct 16 05:43:16.867 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 16 05:43:17.492 INFO blam! d8b2ca7f6e0123682e9f24453817b33767b7e862a9417b3e461482591d57bdf7 Oct 16 05:43:17.495 INFO running `"docker" "start" "-a" "d8b2ca7f6e0123682e9f24453817b33767b7e862a9417b3e461482591d57bdf7"` Oct 16 05:43:18.795 INFO kablam! usermod: no changes Oct 16 05:43:18.839 INFO kablam! Compiling img v0.1.0 (/source) Oct 16 05:43:20.103 INFO kablam! warning: unused arithmetic operation which must be used Oct 16 05:43:20.103 INFO kablam! --> src/scalar/mod.rs:11:5 Oct 16 05:43:20.103 INFO kablam! | Oct 16 05:43:20.103 INFO kablam! 11 | a + b; Oct 16 05:43:20.103 INFO kablam! | ^^^^^ Oct 16 05:43:20.103 INFO kablam! | Oct 16 05:43:20.103 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 16 05:43:20.103 INFO kablam! Oct 16 05:43:20.103 INFO kablam! warning: unused comparison which must be used Oct 16 05:43:20.103 INFO kablam! --> src/scalar/mod.rs:16:5 Oct 16 05:43:20.103 INFO kablam! | Oct 16 05:43:20.103 INFO kablam! 16 | a == b; Oct 16 05:43:20.103 INFO kablam! | ^^^^^^ Oct 16 05:43:20.103 INFO kablam! Oct 16 05:43:20.115 INFO kablam! warning: where clauses are not enforced in type aliases Oct 16 05:43:20.115 INFO kablam! --> src/image/impl_buffer.rs:18:39 Oct 16 05:43:20.115 INFO kablam! | Oct 16 05:43:20.115 INFO kablam! 18 | pub type ImageBufferVal where PixelP: Pixel = ImageVal>; Oct 16 05:43:20.115 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 05:43:20.115 INFO kablam! | Oct 16 05:43:20.115 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 16 05:43:20.115 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 16 05:43:20.115 INFO kablam! Oct 16 05:43:21.027 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.20s Oct 16 05:43:21.027 INFO kablam! su: No module specific data is present Oct 16 05:43:21.863 INFO running `"docker" "rm" "-f" "d8b2ca7f6e0123682e9f24453817b33767b7e862a9417b3e461482591d57bdf7"` Oct 16 05:43:22.127 INFO blam! d8b2ca7f6e0123682e9f24453817b33767b7e862a9417b3e461482591d57bdf7 Oct 16 05:43:22.133 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 16 05:43:22.511 INFO blam! 9a2628ac36301eef867ed52e8e70ba372f19eaa26491cc414e099c0177927efe Oct 16 05:43:22.514 INFO running `"docker" "start" "-a" "9a2628ac36301eef867ed52e8e70ba372f19eaa26491cc414e099c0177927efe"` Oct 16 05:43:24.230 INFO kablam! usermod: no changes Oct 16 05:43:24.303 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 16 05:43:24.303 INFO kablam! Running /target/debug/deps/img-07e9ce13556ce927 Oct 16 05:43:24.311 INFO blam! Oct 16 05:43:24.311 INFO blam! running 4 tests Oct 16 05:43:24.311 INFO blam! test px::test_arithmetic ... ok Oct 16 05:43:24.311 INFO blam! test px::test_raw_buffer_funcs ... ok Oct 16 05:43:24.311 INFO blam! test scalar::test_arithmetic ... ok Oct 16 05:43:24.311 INFO blam! test image::test_image_buffer ... ok Oct 16 05:43:24.311 INFO blam! Oct 16 05:43:24.311 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 05:43:24.311 INFO blam! Oct 16 05:43:24.319 INFO kablam! Doc-tests img Oct 16 05:43:25.765 INFO blam! Oct 16 05:43:25.765 INFO blam! running 8 tests Oct 16 05:43:25.803 INFO blam! test src/image/impl_core.rs - image::impl_core::ImageVal (line 24) ... ignored Oct 16 05:43:30.859 INFO blam! test src/px/generic.rs - px::generic::Pixel::calc_minimum_pitch (line 24) ... ok Oct 16 05:43:32.479 INFO blam! test src/image/generics.rs - image::generics::Image (line 11) ... ok Oct 16 05:43:32.511 INFO blam! test src/scalar/impl_core.rs - scalar::impl_core::ScalarVal (line 25) ... ok Oct 16 05:43:32.729 INFO blam! test src/px/generic.rs - px::generic::PixelArithmetic (line 58) ... ok Oct 16 05:43:32.735 INFO blam! test src/px/impl_core.rs - px::impl_core::PixelVal (line 20) ... ok Oct 16 05:43:32.743 INFO blam! test src/px/generic.rs - px::generic::Pixel (line 12) ... ok Oct 16 05:43:32.781 INFO blam! test src/scalar/generic.rs - scalar::generic::Scalar (line 15) ... ok Oct 16 05:43:32.781 INFO blam! Oct 16 05:43:32.781 INFO blam! test result: ok. 7 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out Oct 16 05:43:32.781 INFO blam! Oct 16 05:43:32.798 INFO kablam! su: No module specific data is present Oct 16 05:43:33.441 INFO running `"docker" "rm" "-f" "9a2628ac36301eef867ed52e8e70ba372f19eaa26491cc414e099c0177927efe"` Oct 16 05:43:33.739 INFO blam! 9a2628ac36301eef867ed52e8e70ba372f19eaa26491cc414e099c0177927efe