Oct 11 18:47:57.351 INFO testing img-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 18:47:57.351 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 18:47:57.353 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 11 18:47:57.837 INFO blam! f5a96a3db60d44d72d8086ef422ae92678db1766a7b420ffb229e4b4248b2488 Oct 11 18:47:57.845 INFO running `"docker" "start" "-a" "f5a96a3db60d44d72d8086ef422ae92678db1766a7b420ffb229e4b4248b2488"` Oct 11 18:47:58.955 INFO kablam! usermod: no changes Oct 11 18:47:58.988 INFO kablam! Compiling img v0.1.0 (/source) Oct 11 18:48:00.448 INFO kablam! warning: where clauses are not enforced in type aliases Oct 11 18:48:00.448 INFO kablam! --> src/image/impl_buffer.rs:18:39 Oct 11 18:48:00.448 INFO kablam! | Oct 11 18:48:00.448 INFO kablam! 18 | pub type ImageBufferVal where PixelP: Pixel = ImageVal>; Oct 11 18:48:00.448 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 18:48:00.448 INFO kablam! | Oct 11 18:48:00.448 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 11 18:48:00.448 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 11 18:48:00.448 INFO kablam! Oct 11 18:48:00.516 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.54s Oct 11 18:48:00.532 INFO kablam! su: No module specific data is present Oct 11 18:48:01.254 INFO running `"docker" "rm" "-f" "f5a96a3db60d44d72d8086ef422ae92678db1766a7b420ffb229e4b4248b2488"` Oct 11 18:48:01.600 INFO blam! f5a96a3db60d44d72d8086ef422ae92678db1766a7b420ffb229e4b4248b2488 Oct 11 18:48:01.613 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 18:48:01.614 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 11 18:48:02.036 INFO blam! fc372ccebaba5f2641cc46d28b37d93ebe6790eddb33164e5a454136b8c7134e Oct 11 18:48:02.038 INFO running `"docker" "start" "-a" "fc372ccebaba5f2641cc46d28b37d93ebe6790eddb33164e5a454136b8c7134e"` Oct 11 18:48:03.577 INFO kablam! usermod: no changes Oct 11 18:48:03.663 INFO kablam! Compiling img v0.1.0 (/source) Oct 11 18:48:05.267 INFO kablam! warning: unused arithmetic operation which must be used Oct 11 18:48:05.267 INFO kablam! --> src/scalar/mod.rs:11:5 Oct 11 18:48:05.267 INFO kablam! | Oct 11 18:48:05.268 INFO kablam! 11 | a + b; Oct 11 18:48:05.268 INFO kablam! | ^^^^^ Oct 11 18:48:05.268 INFO kablam! | Oct 11 18:48:05.268 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 18:48:05.269 INFO kablam! Oct 11 18:48:05.269 INFO kablam! warning: unused comparison which must be used Oct 11 18:48:05.269 INFO kablam! --> src/scalar/mod.rs:16:5 Oct 11 18:48:05.270 INFO kablam! | Oct 11 18:48:05.270 INFO kablam! 16 | a == b; Oct 11 18:48:05.270 INFO kablam! | ^^^^^^ Oct 11 18:48:05.270 INFO kablam! Oct 11 18:48:05.274 INFO kablam! warning: where clauses are not enforced in type aliases Oct 11 18:48:05.275 INFO kablam! --> src/image/impl_buffer.rs:18:39 Oct 11 18:48:05.275 INFO kablam! | Oct 11 18:48:05.275 INFO kablam! 18 | pub type ImageBufferVal where PixelP: Pixel = ImageVal>; Oct 11 18:48:05.275 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 18:48:05.276 INFO kablam! | Oct 11 18:48:05.276 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 11 18:48:05.276 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 11 18:48:05.277 INFO kablam! Oct 11 18:48:06.078 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.46s Oct 11 18:48:06.084 INFO kablam! su: No module specific data is present Oct 11 18:48:07.131 INFO running `"docker" "rm" "-f" "fc372ccebaba5f2641cc46d28b37d93ebe6790eddb33164e5a454136b8c7134e"` Oct 11 18:48:07.512 INFO blam! fc372ccebaba5f2641cc46d28b37d93ebe6790eddb33164e5a454136b8c7134e Oct 11 18:48:07.524 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 18:48:07.524 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 11 18:48:10.148 INFO blam! 2a649c06a2faa39879e7b23febb777577f1eeb74a0f8cc0d917f687a1aafa09e Oct 11 18:48:10.150 INFO running `"docker" "start" "-a" "2a649c06a2faa39879e7b23febb777577f1eeb74a0f8cc0d917f687a1aafa09e"` Oct 11 18:48:11.755 INFO kablam! usermod: no changes Oct 11 18:48:11.824 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 11 18:48:11.824 INFO blam! Oct 11 18:48:11.824 INFO kablam! Running /target/debug/deps/img-07e9ce13556ce927 Oct 11 18:48:11.824 INFO blam! running 4 tests Oct 11 18:48:11.824 INFO blam! test px::test_arithmetic ... ok Oct 11 18:48:11.824 INFO blam! test image::test_image_buffer ... ok Oct 11 18:48:11.824 INFO blam! test px::test_raw_buffer_funcs ... ok Oct 11 18:48:11.829 INFO blam! test scalar::test_arithmetic ... ok Oct 11 18:48:11.829 INFO kablam! Doc-tests img Oct 11 18:48:11.829 INFO blam! Oct 11 18:48:11.829 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 18:48:11.829 INFO blam! Oct 11 18:48:13.480 INFO blam! Oct 11 18:48:13.480 INFO blam! running 8 tests Oct 11 18:48:13.528 INFO blam! test src/image/impl_core.rs - image::impl_core::ImageVal (line 24) ... ignored Oct 11 18:48:20.944 INFO blam! test src/scalar/impl_core.rs - scalar::impl_core::ScalarVal (line 25) ... ok Oct 11 18:48:21.728 INFO blam! test src/scalar/generic.rs - scalar::generic::Scalar (line 15) ... ok Oct 11 18:48:21.957 INFO blam! test src/image/generics.rs - image::generics::Image (line 11) ... ok Oct 11 18:48:22.458 INFO blam! test src/px/generic.rs - px::generic::PixelArithmetic (line 58) ... ok Oct 11 18:48:22.649 INFO blam! test src/px/generic.rs - px::generic::Pixel (line 12) ... ok Oct 11 18:48:22.799 INFO blam! test src/px/impl_core.rs - px::impl_core::PixelVal (line 20) ... ok Oct 11 18:48:22.812 INFO blam! test src/px/generic.rs - px::generic::Pixel::calc_minimum_pitch (line 24) ... ok Oct 11 18:48:22.813 INFO blam! Oct 11 18:48:22.813 INFO blam! test result: ok. 7 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out Oct 11 18:48:22.813 INFO blam! Oct 11 18:48:22.825 INFO kablam! su: No module specific data is present Oct 11 18:48:24.051 INFO running `"docker" "rm" "-f" "2a649c06a2faa39879e7b23febb777577f1eeb74a0f8cc0d917f687a1aafa09e"` Oct 11 18:48:24.339 INFO blam! 2a649c06a2faa39879e7b23febb777577f1eeb74a0f8cc0d917f687a1aafa09e