Oct 11 14:58:48.303 INFO testing pixel-0.1.3 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 14:58:48.303 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 14:58:48.303 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 14:58:48.641 INFO blam! 9d542313c32f39be082c81510487a65a98c72909030aa559ee77962b1a8496d4 Oct 11 14:58:48.644 INFO running `"docker" "start" "-a" "9d542313c32f39be082c81510487a65a98c72909030aa559ee77962b1a8496d4"` Oct 11 14:58:49.532 INFO kablam! usermod: no changes Oct 11 14:58:49.592 INFO kablam! Compiling pixel v0.1.3 (/source) Oct 11 14:58:50.067 INFO kablam! warning: doc comment not used by rustdoc Oct 11 14:58:50.067 INFO kablam! --> src/color/blending.rs:120:9 Oct 11 14:58:50.067 INFO kablam! | Oct 11 14:58:50.067 INFO kablam! 120 | /// B(Cb, Cs) = 1 - [(1 - Cb) x (1 - Cs)] = Cb + Cs -(Cb x Cs) Oct 11 14:58:50.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 14:58:50.067 INFO kablam! | Oct 11 14:58:50.067 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 11 14:58:50.067 INFO kablam! Oct 11 14:58:50.067 INFO kablam! warning: doc comment not used by rustdoc Oct 11 14:58:50.067 INFO kablam! --> src/color/blending.rs:122:9 Oct 11 14:58:50.067 INFO kablam! | Oct 11 14:58:50.067 INFO kablam! 122 | /// B(Cb, Cs) = HardLight(Cs, Cb) Oct 11 14:58:50.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 14:58:50.067 INFO kablam! Oct 11 14:58:50.067 INFO kablam! warning: doc comment not used by rustdoc Oct 11 14:58:50.067 INFO kablam! --> src/color/blending.rs:124:9 Oct 11 14:58:50.067 INFO kablam! | Oct 11 14:58:50.067 INFO kablam! 124 | /// B(Cb, Cs) = min(Cb, Cs) Oct 11 14:58:50.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 14:58:50.067 INFO kablam! Oct 11 14:58:50.067 INFO kablam! warning: doc comment not used by rustdoc Oct 11 14:58:50.067 INFO kablam! --> src/color/blending.rs:126:9 Oct 11 14:58:50.067 INFO kablam! | Oct 11 14:58:50.067 INFO kablam! 126 | /// B(Cb, Cs) = max(Cb, Cs) Oct 11 14:58:50.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 14:58:50.067 INFO kablam! Oct 11 14:58:50.067 INFO kablam! warning: doc comment not used by rustdoc Oct 11 14:58:50.067 INFO kablam! --> src/color/blending.rs:128:9 Oct 11 14:58:50.067 INFO kablam! | Oct 11 14:58:50.067 INFO kablam! 128 | /// if(Cb == 0) Oct 11 14:58:50.068 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 14:58:50.068 INFO kablam! Oct 11 14:58:50.068 INFO kablam! warning: doc comment not used by rustdoc Oct 11 14:58:50.068 INFO kablam! --> src/color/blending.rs:135:9 Oct 11 14:58:50.068 INFO kablam! | Oct 11 14:58:50.068 INFO kablam! 135 | /// if(Cb == 1) Oct 11 14:58:50.068 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 14:58:50.068 INFO kablam! Oct 11 14:58:50.068 INFO kablam! warning: doc comment not used by rustdoc Oct 11 14:58:50.068 INFO kablam! --> src/color/blending.rs:142:9 Oct 11 14:58:50.068 INFO kablam! | Oct 11 14:58:50.068 INFO kablam! 142 | /// if(Cs <= 0.5) Oct 11 14:58:50.068 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 14:58:50.068 INFO kablam! Oct 11 14:58:50.068 INFO kablam! warning: doc comment not used by rustdoc Oct 11 14:58:50.068 INFO kablam! --> src/color/blending.rs:147:9 Oct 11 14:58:50.068 INFO kablam! | Oct 11 14:58:50.068 INFO kablam! 147 | /// if(Cs <= 0.5) Oct 11 14:58:50.068 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 14:58:50.068 INFO kablam! Oct 11 14:58:50.072 INFO kablam! warning: doc comment not used by rustdoc Oct 11 14:58:50.072 INFO kablam! --> src/color/blending.rs:157:9 Oct 11 14:58:50.072 INFO kablam! | Oct 11 14:58:50.072 INFO kablam! 157 | /// B(Cb, Cs) = | Cb - Cs | Oct 11 14:58:50.072 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 14:58:50.072 INFO kablam! Oct 11 14:58:50.072 INFO kablam! warning: doc comment not used by rustdoc Oct 11 14:58:50.072 INFO kablam! --> src/color/blending.rs:159:9 Oct 11 14:58:50.072 INFO kablam! | Oct 11 14:58:50.072 INFO kablam! 159 | /// B(Cb, Cs) = Cb + Cs - 2 x Cb x Cs Oct 11 14:58:50.072 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 14:58:50.072 INFO kablam! Oct 11 14:58:50.072 INFO kablam! warning: doc comment not used by rustdoc Oct 11 14:58:50.072 INFO kablam! --> src/color/blending.rs:161:9 Oct 11 14:58:50.072 INFO kablam! | Oct 11 14:58:50.072 INFO kablam! 161 | /// B(Cb, Cs) = SetLum(SetSat(Cs, Sat(Cb)), Lum(Cb)) Oct 11 14:58:50.072 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 14:58:50.072 INFO kablam! Oct 11 14:58:50.072 INFO kablam! warning: doc comment not used by rustdoc Oct 11 14:58:50.072 INFO kablam! --> src/color/blending.rs:165:9 Oct 11 14:58:50.072 INFO kablam! | Oct 11 14:58:50.072 INFO kablam! 165 | /// B(Cb, Cs) = SetLum(SetSat(Cb, Sat(Cs)), Lum(Cb)) Oct 11 14:58:50.072 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 14:58:50.072 INFO kablam! Oct 11 14:58:50.072 INFO kablam! warning: doc comment not used by rustdoc Oct 11 14:58:50.072 INFO kablam! --> src/color/blending.rs:169:9 Oct 11 14:58:50.072 INFO kablam! | Oct 11 14:58:50.072 INFO kablam! 169 | /// B(Cb, Cs) = SetLum(Cs, Lum(Cb)) Oct 11 14:58:50.073 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 14:58:50.073 INFO kablam! Oct 11 14:58:50.073 INFO kablam! warning: doc comment not used by rustdoc Oct 11 14:58:50.073 INFO kablam! --> src/color/blending.rs:173:9 Oct 11 14:58:50.073 INFO kablam! | Oct 11 14:58:50.073 INFO kablam! 173 | /// B(Cb, Cs) = SetLum(Cb, Lum(Cs)) Oct 11 14:58:50.073 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 14:58:50.073 INFO kablam! Oct 11 14:58:50.073 INFO kablam! warning: unused import: `color::*` Oct 11 14:58:50.073 INFO kablam! --> src/lib.rs:4:5 Oct 11 14:58:50.073 INFO kablam! | Oct 11 14:58:50.073 INFO kablam! 4 | use color::*; Oct 11 14:58:50.073 INFO kablam! | ^^^^^^^^ Oct 11 14:58:50.073 INFO kablam! | Oct 11 14:58:50.073 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 14:58:50.073 INFO kablam! Oct 11 14:58:50.236 INFO kablam! warning: the feature `core` has been stable since 1.6.0 and no longer requires an attribute to enable Oct 11 14:58:50.236 INFO kablam! --> src/lib.rs:1:12 Oct 11 14:58:50.236 INFO kablam! | Oct 11 14:58:50.236 INFO kablam! 1 | #![feature(core)] Oct 11 14:58:50.236 INFO kablam! | ^^^^ Oct 11 14:58:50.236 INFO kablam! | Oct 11 14:58:50.236 INFO kablam! = note: #[warn(stable_features)] on by default Oct 11 14:58:50.236 INFO kablam! Oct 11 14:58:50.260 INFO kablam! error: index out of bounds: the len is 3 but the index is 3 Oct 11 14:58:50.260 INFO kablam! --> src/color/bin.rs:70:36 Oct 11 14:58:50.260 INFO kablam! | Oct 11 14:58:50.260 INFO kablam! 70 | fn get_blue_int(&self) -> u8 { self.0[3] } Oct 11 14:58:50.260 INFO kablam! | ^^^^^^^^^ Oct 11 14:58:50.260 INFO kablam! | Oct 11 14:58:50.260 INFO kablam! = note: #[deny(const_err)] on by default Oct 11 14:58:50.260 INFO kablam! Oct 11 14:58:50.300 INFO kablam! error: aborting due to previous error Oct 11 14:58:50.300 INFO kablam! Oct 11 14:58:50.312 INFO kablam! error: Could not compile `pixel`. Oct 11 14:58:50.312 INFO kablam! Oct 11 14:58:50.312 INFO kablam! To learn more, run the command again with --verbose. Oct 11 14:58:50.312 INFO kablam! su: No module specific data is present Oct 11 14:58:50.803 INFO running `"docker" "rm" "-f" "9d542313c32f39be082c81510487a65a98c72909030aa559ee77962b1a8496d4"` Oct 11 14:58:51.092 INFO blam! 9d542313c32f39be082c81510487a65a98c72909030aa559ee77962b1a8496d4