Oct 11 03:36:29.749 INFO testing acomminos/rasterust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 03:36:29.749 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 03:36:29.749 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 03:36:29.987 INFO blam! 8367696780df697aa22d812574046928d2888f22c14b99ad5e3a51440f828135 Oct 11 03:36:29.989 INFO running `"docker" "start" "-a" "8367696780df697aa22d812574046928d2888f22c14b99ad5e3a51440f828135"` Oct 11 03:36:30.689 INFO kablam! usermod: no changes Oct 11 03:36:30.732 INFO kablam! Compiling rasterust v0.0.1 (/source) Oct 11 03:36:31.393 INFO kablam! warning: unnecessary parentheses around `match` head expression Oct 11 03:36:31.393 INFO kablam! --> src/rasterust/mod.rs:116:15 Oct 11 03:36:31.393 INFO kablam! | Oct 11 03:36:31.394 INFO kablam! 116 | match (self) { Oct 11 03:36:31.394 INFO kablam! | ^^^^^^ help: remove these parentheses Oct 11 03:36:31.394 INFO kablam! | Oct 11 03:36:31.396 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 03:36:31.396 INFO kablam! Oct 11 03:36:31.540 INFO kablam! warning[E0170]: pattern binding `SourceOver` is named the same as one of the variants of the type `rasterust::CompositeMode` Oct 11 03:36:31.540 INFO kablam! --> src/rasterust/mod.rs:434:13 Oct 11 03:36:31.540 INFO kablam! | Oct 11 03:36:31.540 INFO kablam! 434 | SourceOver => dest.multiply(1. - src.a) + *src Oct 11 03:36:31.540 INFO kablam! | ^^^^^^^^^^ help: to match on the variant, qualify the path: `rasterust::CompositeMode::SourceOver` Oct 11 03:36:31.540 INFO kablam! Oct 11 03:36:31.540 INFO kablam! warning: unused variable: `bary` Oct 11 03:36:31.540 INFO kablam! --> src/rasterust/shader.rs:11:21 Oct 11 03:36:31.540 INFO kablam! | Oct 11 03:36:31.540 INFO kablam! 11 | fn shade(&self, bary: (f32, f32, f32)) -> Color { Oct 11 03:36:31.540 INFO kablam! | ^^^^ help: consider using `_bary` instead Oct 11 03:36:31.540 INFO kablam! | Oct 11 03:36:31.540 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 03:36:31.540 INFO kablam! Oct 11 03:36:31.540 INFO kablam! warning: unused variable: `rotation` Oct 11 03:36:31.540 INFO kablam! --> src/rasterust/mod.rs:207:26 Oct 11 03:36:31.540 INFO kablam! | Oct 11 03:36:31.540 INFO kablam! 207 | fn rotate(&mut self, rotation: &Vector) { Oct 11 03:36:31.540 INFO kablam! | ^^^^^^^^ help: consider using `_rotation` instead Oct 11 03:36:31.540 INFO kablam! Oct 11 03:36:31.540 INFO kablam! warning: unused variable: `translation` Oct 11 03:36:31.540 INFO kablam! --> src/rasterust/mod.rs:211:29 Oct 11 03:36:31.540 INFO kablam! | Oct 11 03:36:31.540 INFO kablam! 211 | fn translate(&mut self, translation: &Vector) { Oct 11 03:36:31.540 INFO kablam! | ^^^^^^^^^^^ help: consider using `_translation` instead Oct 11 03:36:31.540 INFO kablam! Oct 11 03:36:31.540 INFO kablam! warning: unused variable: `scale` Oct 11 03:36:31.540 INFO kablam! --> src/rasterust/mod.rs:215:25 Oct 11 03:36:31.540 INFO kablam! | Oct 11 03:36:31.540 INFO kablam! 215 | fn scale(&mut self, scale: &Vector) { Oct 11 03:36:31.540 INFO kablam! | ^^^^^ help: consider using `_scale` instead Oct 11 03:36:31.540 INFO kablam! Oct 11 03:36:31.540 INFO kablam! warning: unused variable: `model_transform` Oct 11 03:36:31.540 INFO kablam! --> src/rasterust/mod.rs:299:17 Oct 11 03:36:31.540 INFO kablam! | Oct 11 03:36:31.540 INFO kablam! 299 | let model_transform = &m.get_transform(); Oct 11 03:36:31.540 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_model_transform` instead Oct 11 03:36:31.540 INFO kablam! Oct 11 03:36:31.540 INFO kablam! warning: unused variable: `i` Oct 11 03:36:31.540 INFO kablam! --> src/rasterust/mod.rs:323:13 Oct 11 03:36:31.540 INFO kablam! | Oct 11 03:36:31.540 INFO kablam! 323 | for i in 0..(width * height) { Oct 11 03:36:31.540 INFO kablam! | ^ help: consider using `_i` instead Oct 11 03:36:31.540 INFO kablam! Oct 11 03:36:31.540 INFO kablam! warning: unused variable: `SourceOver` Oct 11 03:36:31.540 INFO kablam! --> src/rasterust/mod.rs:434:13 Oct 11 03:36:31.540 INFO kablam! | Oct 11 03:36:31.541 INFO kablam! 434 | SourceOver => dest.multiply(1. - src.a) + *src Oct 11 03:36:31.541 INFO kablam! | ^^^^^^^^^^ help: consider using `_SourceOver` instead Oct 11 03:36:31.541 INFO kablam! Oct 11 03:36:31.572 INFO kablam! warning: method is never used: `identity` Oct 11 03:36:31.572 INFO kablam! --> src/rasterust/mod.rs:75:5 Oct 11 03:36:31.572 INFO kablam! | Oct 11 03:36:31.572 INFO kablam! 75 | fn identity() -> Matrix { Oct 11 03:36:31.572 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:36:31.572 INFO kablam! | Oct 11 03:36:31.572 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 03:36:31.572 INFO kablam! Oct 11 03:36:31.572 INFO kablam! warning: method is never used: `scale` Oct 11 03:36:31.572 INFO kablam! --> src/rasterust/mod.rs:89:5 Oct 11 03:36:31.572 INFO kablam! | Oct 11 03:36:31.572 INFO kablam! 89 | fn scale(scale: &Vector) -> Matrix { Oct 11 03:36:31.572 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:36:31.572 INFO kablam! Oct 11 03:36:31.572 INFO kablam! warning: method is never used: `apply` Oct 11 03:36:31.572 INFO kablam! --> src/rasterust/mod.rs:96:5 Oct 11 03:36:31.572 INFO kablam! | Oct 11 03:36:31.572 INFO kablam! 96 | fn apply(&self, vec: &Vector) -> Vector { Oct 11 03:36:31.572 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:36:31.572 INFO kablam! Oct 11 03:36:31.572 INFO kablam! warning: struct is never constructed: `Rect` Oct 11 03:36:31.572 INFO kablam! --> src/rasterust/mod.rs:142:1 Oct 11 03:36:31.572 INFO kablam! | Oct 11 03:36:31.572 INFO kablam! 142 | pub struct Rect { Oct 11 03:36:31.572 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 03:36:31.572 INFO kablam! Oct 11 03:36:31.572 INFO kablam! warning: method is never used: `vertices` Oct 11 03:36:31.572 INFO kablam! --> src/rasterust/mod.rs:157:5 Oct 11 03:36:31.572 INFO kablam! | Oct 11 03:36:31.572 INFO kablam! 157 | fn vertices(&self) -> Vec<&Vector> { Oct 11 03:36:31.572 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:36:31.572 INFO kablam! Oct 11 03:36:31.572 INFO kablam! warning: method is never used: `bounds` Oct 11 03:36:31.572 INFO kablam! --> src/rasterust/mod.rs:164:5 Oct 11 03:36:31.572 INFO kablam! | Oct 11 03:36:31.572 INFO kablam! 164 | fn bounds(&self) -> Rect { Oct 11 03:36:31.572 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:36:31.572 INFO kablam! Oct 11 03:36:31.572 INFO kablam! warning: field is never used: `scale` Oct 11 03:36:31.572 INFO kablam! --> src/rasterust/mod.rs:193:5 Oct 11 03:36:31.572 INFO kablam! | Oct 11 03:36:31.572 INFO kablam! 193 | scale: Vector, Oct 11 03:36:31.572 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 03:36:31.572 INFO kablam! Oct 11 03:36:31.572 INFO kablam! warning: field is never used: `rot` Oct 11 03:36:31.572 INFO kablam! --> src/rasterust/mod.rs:194:5 Oct 11 03:36:31.572 INFO kablam! | Oct 11 03:36:31.572 INFO kablam! 194 | rot: Vector, Oct 11 03:36:31.572 INFO kablam! | ^^^^^^^^^^^ Oct 11 03:36:31.572 INFO kablam! Oct 11 03:36:31.573 INFO kablam! warning: method is never used: `rotate` Oct 11 03:36:31.573 INFO kablam! --> src/rasterust/mod.rs:207:5 Oct 11 03:36:31.573 INFO kablam! | Oct 11 03:36:31.573 INFO kablam! 207 | fn rotate(&mut self, rotation: &Vector) { Oct 11 03:36:31.573 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:36:31.573 INFO kablam! Oct 11 03:36:31.573 INFO kablam! warning: method is never used: `translate` Oct 11 03:36:31.573 INFO kablam! --> src/rasterust/mod.rs:211:5 Oct 11 03:36:31.573 INFO kablam! | Oct 11 03:36:31.573 INFO kablam! 211 | fn translate(&mut self, translation: &Vector) { Oct 11 03:36:31.573 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:36:31.573 INFO kablam! Oct 11 03:36:31.573 INFO kablam! warning: method is never used: `scale` Oct 11 03:36:31.573 INFO kablam! --> src/rasterust/mod.rs:215:5 Oct 11 03:36:31.573 INFO kablam! | Oct 11 03:36:31.573 INFO kablam! 215 | fn scale(&mut self, scale: &Vector) { Oct 11 03:36:31.573 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:36:31.573 INFO kablam! Oct 11 03:36:31.573 INFO kablam! warning: field is never used: `pos` Oct 11 03:36:31.573 INFO kablam! --> src/rasterust/mod.rs:228:5 Oct 11 03:36:31.573 INFO kablam! | Oct 11 03:36:31.573 INFO kablam! 228 | pos: Vector, Oct 11 03:36:31.573 INFO kablam! | ^^^^^^^^^^^ Oct 11 03:36:31.573 INFO kablam! Oct 11 03:36:31.573 INFO kablam! warning: field is never used: `rot` Oct 11 03:36:31.573 INFO kablam! --> src/rasterust/mod.rs:229:5 Oct 11 03:36:31.573 INFO kablam! | Oct 11 03:36:31.573 INFO kablam! 229 | rot: Vector, Oct 11 03:36:31.573 INFO kablam! | ^^^^^^^^^^^ Oct 11 03:36:31.573 INFO kablam! Oct 11 03:36:31.573 INFO kablam! warning: method is never used: `camera` Oct 11 03:36:31.573 INFO kablam! --> src/rasterust/mod.rs:289:5 Oct 11 03:36:31.573 INFO kablam! | Oct 11 03:36:31.573 INFO kablam! 289 | pub fn camera<'a>(&'a self) -> &'a Camera { Oct 11 03:36:31.573 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:36:31.573 INFO kablam! Oct 11 03:36:31.573 INFO kablam! warning: method is never used: `unpremultiply` Oct 11 03:36:31.573 INFO kablam! --> src/rasterust/mod.rs:387:5 Oct 11 03:36:31.573 INFO kablam! | Oct 11 03:36:31.573 INFO kablam! 387 | fn unpremultiply(&self) -> Color { Oct 11 03:36:31.573 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:36:31.573 INFO kablam! Oct 11 03:36:31.573 INFO kablam! warning: variable `SourceOver` should have a snake case name such as `source_over` Oct 11 03:36:31.573 INFO kablam! --> src/rasterust/mod.rs:434:13 Oct 11 03:36:31.573 INFO kablam! | Oct 11 03:36:31.573 INFO kablam! 434 | SourceOver => dest.multiply(1. - src.a) + *src Oct 11 03:36:31.573 INFO kablam! | ^^^^^^^^^^ Oct 11 03:36:31.573 INFO kablam! | Oct 11 03:36:31.573 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 03:36:31.573 INFO kablam! Oct 11 03:36:32.184 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.47s Oct 11 03:36:32.189 INFO kablam! su: No module specific data is present Oct 11 03:36:32.686 INFO running `"docker" "rm" "-f" "8367696780df697aa22d812574046928d2888f22c14b99ad5e3a51440f828135"` Oct 11 03:36:32.843 INFO blam! 8367696780df697aa22d812574046928d2888f22c14b99ad5e3a51440f828135 Oct 11 03:36:32.845 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 03:36:32.846 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 03:36:33.094 INFO blam! 087ab2fde13bfd72ffa673441fb585e3b52f8c0ea7c3776563448069755852d4 Oct 11 03:36:33.098 INFO running `"docker" "start" "-a" "087ab2fde13bfd72ffa673441fb585e3b52f8c0ea7c3776563448069755852d4"` Oct 11 03:36:33.704 INFO kablam! usermod: no changes Oct 11 03:36:33.748 INFO kablam! Compiling rasterust v0.0.1 (/source) Oct 11 03:36:34.479 INFO kablam! warning: unnecessary parentheses around `match` head expression Oct 11 03:36:34.479 INFO kablam! --> src/rasterust/mod.rs:116:15 Oct 11 03:36:34.479 INFO kablam! | Oct 11 03:36:34.479 INFO kablam! 116 | match (self) { Oct 11 03:36:34.479 INFO kablam! | ^^^^^^ help: remove these parentheses Oct 11 03:36:34.479 INFO kablam! | Oct 11 03:36:34.479 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 03:36:34.479 INFO kablam! Oct 11 03:36:34.644 INFO kablam! warning[E0170]: pattern binding `SourceOver` is named the same as one of the variants of the type `rasterust::CompositeMode` Oct 11 03:36:34.644 INFO kablam! --> src/rasterust/mod.rs:434:13 Oct 11 03:36:34.644 INFO kablam! | Oct 11 03:36:34.644 INFO kablam! 434 | SourceOver => dest.multiply(1. - src.a) + *src Oct 11 03:36:34.644 INFO kablam! | ^^^^^^^^^^ help: to match on the variant, qualify the path: `rasterust::CompositeMode::SourceOver` Oct 11 03:36:34.644 INFO kablam! Oct 11 03:36:34.644 INFO kablam! warning: unused variable: `bary` Oct 11 03:36:34.644 INFO kablam! --> src/rasterust/shader.rs:11:21 Oct 11 03:36:34.644 INFO kablam! | Oct 11 03:36:34.644 INFO kablam! 11 | fn shade(&self, bary: (f32, f32, f32)) -> Color { Oct 11 03:36:34.644 INFO kablam! | ^^^^ help: consider using `_bary` instead Oct 11 03:36:34.644 INFO kablam! | Oct 11 03:36:34.644 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 03:36:34.644 INFO kablam! Oct 11 03:36:34.644 INFO kablam! warning: unused variable: `rotation` Oct 11 03:36:34.644 INFO kablam! --> src/rasterust/mod.rs:207:26 Oct 11 03:36:34.644 INFO kablam! | Oct 11 03:36:34.644 INFO kablam! 207 | fn rotate(&mut self, rotation: &Vector) { Oct 11 03:36:34.644 INFO kablam! | ^^^^^^^^ help: consider using `_rotation` instead Oct 11 03:36:34.644 INFO kablam! Oct 11 03:36:34.644 INFO kablam! warning: unused variable: `translation` Oct 11 03:36:34.644 INFO kablam! --> src/rasterust/mod.rs:211:29 Oct 11 03:36:34.644 INFO kablam! | Oct 11 03:36:34.644 INFO kablam! 211 | fn translate(&mut self, translation: &Vector) { Oct 11 03:36:34.644 INFO kablam! | ^^^^^^^^^^^ help: consider using `_translation` instead Oct 11 03:36:34.644 INFO kablam! Oct 11 03:36:34.644 INFO kablam! warning: unused variable: `scale` Oct 11 03:36:34.645 INFO kablam! --> src/rasterust/mod.rs:215:25 Oct 11 03:36:34.645 INFO kablam! | Oct 11 03:36:34.645 INFO kablam! 215 | fn scale(&mut self, scale: &Vector) { Oct 11 03:36:34.645 INFO kablam! | ^^^^^ help: consider using `_scale` instead Oct 11 03:36:34.645 INFO kablam! Oct 11 03:36:34.645 INFO kablam! warning: unused variable: `model_transform` Oct 11 03:36:34.645 INFO kablam! --> src/rasterust/mod.rs:299:17 Oct 11 03:36:34.645 INFO kablam! | Oct 11 03:36:34.645 INFO kablam! 299 | let model_transform = &m.get_transform(); Oct 11 03:36:34.645 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_model_transform` instead Oct 11 03:36:34.645 INFO kablam! Oct 11 03:36:34.645 INFO kablam! warning: unused variable: `i` Oct 11 03:36:34.645 INFO kablam! --> src/rasterust/mod.rs:323:13 Oct 11 03:36:34.645 INFO kablam! | Oct 11 03:36:34.645 INFO kablam! 323 | for i in 0..(width * height) { Oct 11 03:36:34.645 INFO kablam! | ^ help: consider using `_i` instead Oct 11 03:36:34.645 INFO kablam! Oct 11 03:36:34.645 INFO kablam! warning: unused variable: `SourceOver` Oct 11 03:36:34.645 INFO kablam! --> src/rasterust/mod.rs:434:13 Oct 11 03:36:34.645 INFO kablam! | Oct 11 03:36:34.645 INFO kablam! 434 | SourceOver => dest.multiply(1. - src.a) + *src Oct 11 03:36:34.645 INFO kablam! | ^^^^^^^^^^ help: consider using `_SourceOver` instead Oct 11 03:36:34.645 INFO kablam! Oct 11 03:36:34.672 INFO kablam! warning: method is never used: `identity` Oct 11 03:36:34.672 INFO kablam! --> src/rasterust/mod.rs:75:5 Oct 11 03:36:34.672 INFO kablam! | Oct 11 03:36:34.672 INFO kablam! 75 | fn identity() -> Matrix { Oct 11 03:36:34.672 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:36:34.672 INFO kablam! | Oct 11 03:36:34.672 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 03:36:34.672 INFO kablam! Oct 11 03:36:34.672 INFO kablam! warning: method is never used: `scale` Oct 11 03:36:34.672 INFO kablam! --> src/rasterust/mod.rs:89:5 Oct 11 03:36:34.672 INFO kablam! | Oct 11 03:36:34.672 INFO kablam! 89 | fn scale(scale: &Vector) -> Matrix { Oct 11 03:36:34.672 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:36:34.672 INFO kablam! Oct 11 03:36:34.672 INFO kablam! warning: method is never used: `apply` Oct 11 03:36:34.672 INFO kablam! --> src/rasterust/mod.rs:96:5 Oct 11 03:36:34.672 INFO kablam! | Oct 11 03:36:34.672 INFO kablam! 96 | fn apply(&self, vec: &Vector) -> Vector { Oct 11 03:36:34.672 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:36:34.672 INFO kablam! Oct 11 03:36:34.672 INFO kablam! warning: struct is never constructed: `Rect` Oct 11 03:36:34.672 INFO kablam! --> src/rasterust/mod.rs:142:1 Oct 11 03:36:34.672 INFO kablam! | Oct 11 03:36:34.672 INFO kablam! 142 | pub struct Rect { Oct 11 03:36:34.672 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 03:36:34.672 INFO kablam! Oct 11 03:36:34.672 INFO kablam! warning: method is never used: `vertices` Oct 11 03:36:34.672 INFO kablam! --> src/rasterust/mod.rs:157:5 Oct 11 03:36:34.672 INFO kablam! | Oct 11 03:36:34.672 INFO kablam! 157 | fn vertices(&self) -> Vec<&Vector> { Oct 11 03:36:34.672 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:36:34.672 INFO kablam! Oct 11 03:36:34.672 INFO kablam! warning: method is never used: `bounds` Oct 11 03:36:34.672 INFO kablam! --> src/rasterust/mod.rs:164:5 Oct 11 03:36:34.672 INFO kablam! | Oct 11 03:36:34.672 INFO kablam! 164 | fn bounds(&self) -> Rect { Oct 11 03:36:34.672 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:36:34.672 INFO kablam! Oct 11 03:36:34.673 INFO kablam! warning: field is never used: `scale` Oct 11 03:36:34.673 INFO kablam! --> src/rasterust/mod.rs:193:5 Oct 11 03:36:34.673 INFO kablam! | Oct 11 03:36:34.673 INFO kablam! 193 | scale: Vector, Oct 11 03:36:34.673 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 03:36:34.673 INFO kablam! Oct 11 03:36:34.673 INFO kablam! warning: field is never used: `rot` Oct 11 03:36:34.673 INFO kablam! --> src/rasterust/mod.rs:194:5 Oct 11 03:36:34.673 INFO kablam! | Oct 11 03:36:34.673 INFO kablam! 194 | rot: Vector, Oct 11 03:36:34.673 INFO kablam! | ^^^^^^^^^^^ Oct 11 03:36:34.673 INFO kablam! Oct 11 03:36:34.673 INFO kablam! warning: method is never used: `rotate` Oct 11 03:36:34.673 INFO kablam! --> src/rasterust/mod.rs:207:5 Oct 11 03:36:34.673 INFO kablam! | Oct 11 03:36:34.673 INFO kablam! 207 | fn rotate(&mut self, rotation: &Vector) { Oct 11 03:36:34.673 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:36:34.673 INFO kablam! Oct 11 03:36:34.673 INFO kablam! warning: method is never used: `translate` Oct 11 03:36:34.673 INFO kablam! --> src/rasterust/mod.rs:211:5 Oct 11 03:36:34.673 INFO kablam! | Oct 11 03:36:34.673 INFO kablam! 211 | fn translate(&mut self, translation: &Vector) { Oct 11 03:36:34.673 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:36:34.673 INFO kablam! Oct 11 03:36:34.673 INFO kablam! warning: method is never used: `scale` Oct 11 03:36:34.673 INFO kablam! --> src/rasterust/mod.rs:215:5 Oct 11 03:36:34.673 INFO kablam! | Oct 11 03:36:34.673 INFO kablam! 215 | fn scale(&mut self, scale: &Vector) { Oct 11 03:36:34.673 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:36:34.673 INFO kablam! Oct 11 03:36:34.673 INFO kablam! warning: field is never used: `pos` Oct 11 03:36:34.673 INFO kablam! --> src/rasterust/mod.rs:228:5 Oct 11 03:36:34.673 INFO kablam! | Oct 11 03:36:34.673 INFO kablam! 228 | pos: Vector, Oct 11 03:36:34.673 INFO kablam! | ^^^^^^^^^^^ Oct 11 03:36:34.673 INFO kablam! Oct 11 03:36:34.673 INFO kablam! warning: field is never used: `rot` Oct 11 03:36:34.673 INFO kablam! --> src/rasterust/mod.rs:229:5 Oct 11 03:36:34.673 INFO kablam! | Oct 11 03:36:34.673 INFO kablam! 229 | rot: Vector, Oct 11 03:36:34.673 INFO kablam! | ^^^^^^^^^^^ Oct 11 03:36:34.673 INFO kablam! Oct 11 03:36:34.673 INFO kablam! warning: method is never used: `camera` Oct 11 03:36:34.673 INFO kablam! --> src/rasterust/mod.rs:289:5 Oct 11 03:36:34.673 INFO kablam! | Oct 11 03:36:34.673 INFO kablam! 289 | pub fn camera<'a>(&'a self) -> &'a Camera { Oct 11 03:36:34.673 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:36:34.673 INFO kablam! Oct 11 03:36:34.673 INFO kablam! warning: method is never used: `unpremultiply` Oct 11 03:36:34.673 INFO kablam! --> src/rasterust/mod.rs:387:5 Oct 11 03:36:34.673 INFO kablam! | Oct 11 03:36:34.673 INFO kablam! 387 | fn unpremultiply(&self) -> Color { Oct 11 03:36:34.673 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:36:34.673 INFO kablam! Oct 11 03:36:34.673 INFO kablam! warning: variable `SourceOver` should have a snake case name such as `source_over` Oct 11 03:36:34.673 INFO kablam! --> src/rasterust/mod.rs:434:13 Oct 11 03:36:34.673 INFO kablam! | Oct 11 03:36:34.673 INFO kablam! 434 | SourceOver => dest.multiply(1. - src.a) + *src Oct 11 03:36:34.673 INFO kablam! | ^^^^^^^^^^ Oct 11 03:36:34.673 INFO kablam! | Oct 11 03:36:34.673 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 03:36:34.673 INFO kablam! Oct 11 03:36:35.172 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.43s Oct 11 03:36:35.173 INFO kablam! su: No module specific data is present Oct 11 03:36:36.338 INFO running `"docker" "rm" "-f" "087ab2fde13bfd72ffa673441fb585e3b52f8c0ea7c3776563448069755852d4"` Oct 11 03:36:36.605 INFO blam! 087ab2fde13bfd72ffa673441fb585e3b52f8c0ea7c3776563448069755852d4 Oct 11 03:36:36.614 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 03:36:36.616 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 03:36:37.052 INFO blam! e0273ce2545e538142ab1bc2c7cc81171aa96e9969aedb4cfed7717c303fddbb Oct 11 03:36:37.054 INFO running `"docker" "start" "-a" "e0273ce2545e538142ab1bc2c7cc81171aa96e9969aedb4cfed7717c303fddbb"` Oct 11 03:36:38.113 INFO kablam! usermod: no changes Oct 11 03:36:38.172 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 11 03:36:38.172 INFO kablam! Running /target/debug/deps/rasterust-52d022cde1214629 Oct 11 03:36:38.174 INFO blam! Oct 11 03:36:38.174 INFO blam! running 0 tests Oct 11 03:36:38.174 INFO blam! Oct 11 03:36:38.174 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 03:36:38.174 INFO blam! Oct 11 03:36:38.176 INFO kablam! su: No module specific data is present Oct 11 03:36:38.973 INFO running `"docker" "rm" "-f" "e0273ce2545e538142ab1bc2c7cc81171aa96e9969aedb4cfed7717c303fddbb"` Oct 11 03:36:39.429 INFO blam! e0273ce2545e538142ab1bc2c7cc81171aa96e9969aedb4cfed7717c303fddbb