Oct 11 12:15:02.163 INFO testing sandcastle-0.0.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 12:15:02.163 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 12:15:02.163 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 12:15:02.510 INFO blam! 2f3e83cfa2a7c666be8200005e80afc9a11b043ab70eac0e477a856c6af0cfee Oct 11 12:15:02.511 INFO running `"docker" "start" "-a" "2f3e83cfa2a7c666be8200005e80afc9a11b043ab70eac0e477a856c6af0cfee"` Oct 11 12:15:04.232 INFO kablam! usermod: no changes Oct 11 12:15:04.425 INFO kablam! Compiling num-iter v0.1.37 Oct 11 12:15:04.437 INFO kablam! Compiling num-rational v0.1.42 Oct 11 12:15:04.437 INFO kablam! Compiling euclid v0.17.3 Oct 11 12:15:04.456 INFO kablam! Compiling jpeg-decoder v0.1.15 Oct 11 12:15:05.728 INFO kablam! Compiling png v0.11.0 Oct 11 12:15:12.552 INFO kablam! Compiling image v0.18.0 Oct 11 12:15:27.208 INFO kablam! Compiling sandcastle v0.0.1 (/source) Oct 11 12:15:28.804 INFO kablam! warning: struct is never constructed: `Image` Oct 11 12:15:28.804 INFO kablam! --> src/nodes/image.rs:5:1 Oct 11 12:15:28.804 INFO kablam! | Oct 11 12:15:28.804 INFO kablam! 5 | pub struct Image { Oct 11 12:15:28.804 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 12:15:28.804 INFO kablam! | Oct 11 12:15:28.804 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 12:15:28.804 INFO kablam! Oct 11 12:15:28.804 INFO kablam! warning: method is never used: `new` Oct 11 12:15:28.805 INFO kablam! --> src/nodes/image.rs:10:5 Oct 11 12:15:28.805 INFO kablam! | Oct 11 12:15:28.805 INFO kablam! 10 | fn new(buffer: ImageBuffer) -> Image { Oct 11 12:15:28.805 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 12:15:28.805 INFO kablam! Oct 11 12:15:28.805 INFO kablam! warning: method is never used: `buffer` Oct 11 12:15:28.805 INFO kablam! --> src/nodes/image.rs:16:5 Oct 11 12:15:28.805 INFO kablam! | Oct 11 12:15:28.805 INFO kablam! 16 | fn buffer(&self) -> &ImageBuffer { Oct 11 12:15:28.805 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 12:15:28.805 INFO kablam! Oct 11 12:15:28.805 INFO kablam! warning: struct is never constructed: `Mask` Oct 11 12:15:28.805 INFO kablam! --> src/nodes/mask.rs:1:1 Oct 11 12:15:28.805 INFO kablam! | Oct 11 12:15:28.805 INFO kablam! 1 | pub struct Mask { Oct 11 12:15:28.805 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 12:15:28.805 INFO kablam! Oct 11 12:15:28.805 INFO kablam! warning: struct is never constructed: `Transform` Oct 11 12:15:28.805 INFO kablam! --> src/nodes/transform.rs:6:1 Oct 11 12:15:28.805 INFO kablam! | Oct 11 12:15:28.805 INFO kablam! 6 | pub struct Transform { Oct 11 12:15:28.805 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 12:15:28.805 INFO kablam! Oct 11 12:15:28.805 INFO kablam! warning: method is never used: `new` Oct 11 12:15:28.805 INFO kablam! --> src/nodes/transform.rs:13:5 Oct 11 12:15:28.805 INFO kablam! | Oct 11 12:15:28.805 INFO kablam! 13 | pub fn new(child: N, transform: Transform3D) -> Transform { Oct 11 12:15:28.805 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 12:15:28.805 INFO kablam! Oct 11 12:15:28.805 INFO kablam! warning: method is never used: `child` Oct 11 12:15:28.805 INFO kablam! --> src/nodes/transform.rs:20:5 Oct 11 12:15:28.805 INFO kablam! | Oct 11 12:15:28.805 INFO kablam! 20 | pub fn child(&self) -> &RenderNode { Oct 11 12:15:28.805 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 12:15:28.805 INFO kablam! Oct 11 12:15:28.805 INFO kablam! warning: method is never used: `transform` Oct 11 12:15:28.805 INFO kablam! --> src/nodes/transform.rs:24:5 Oct 11 12:15:28.805 INFO kablam! | Oct 11 12:15:28.805 INFO kablam! 24 | pub fn transform(&self) -> &Transform3D { Oct 11 12:15:28.805 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 12:15:28.805 INFO kablam! Oct 11 12:15:28.805 INFO kablam! warning: struct is never constructed: `Shadow` Oct 11 12:15:28.805 INFO kablam! --> src/nodes/shadow.rs:5:1 Oct 11 12:15:28.805 INFO kablam! | Oct 11 12:15:28.805 INFO kablam! 5 | pub struct Shadow { Oct 11 12:15:28.805 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 12:15:28.805 INFO kablam! Oct 11 12:15:28.805 INFO kablam! warning: struct is never constructed: `Gradient` Oct 11 12:15:28.805 INFO kablam! --> src/nodes/gradient.rs:2:1 Oct 11 12:15:28.805 INFO kablam! | Oct 11 12:15:28.805 INFO kablam! 2 | pub struct Gradient { Oct 11 12:15:28.805 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 12:15:28.805 INFO kablam! Oct 11 12:15:28.837 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 24.57s Oct 11 12:15:28.848 INFO kablam! su: No module specific data is present Oct 11 12:15:29.384 INFO running `"docker" "rm" "-f" "2f3e83cfa2a7c666be8200005e80afc9a11b043ab70eac0e477a856c6af0cfee"` Oct 11 12:15:29.631 INFO blam! 2f3e83cfa2a7c666be8200005e80afc9a11b043ab70eac0e477a856c6af0cfee Oct 11 12:15:29.638 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 12:15:29.639 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 12:15:30.080 INFO blam! ec40c0b5601a1ed26c42e6264a67b9de4139ad4e7c4d9e74d16f07bcde9002ee Oct 11 12:15:30.088 INFO running `"docker" "start" "-a" "ec40c0b5601a1ed26c42e6264a67b9de4139ad4e7c4d9e74d16f07bcde9002ee"` Oct 11 12:15:31.200 INFO kablam! usermod: no changes Oct 11 12:15:31.376 INFO kablam! Compiling sandcastle v0.0.1 (/source) Oct 11 12:15:33.360 INFO kablam! warning: struct is never constructed: `Image` Oct 11 12:15:33.360 INFO kablam! --> src/nodes/image.rs:5:1 Oct 11 12:15:33.360 INFO kablam! | Oct 11 12:15:33.361 INFO kablam! 5 | pub struct Image { Oct 11 12:15:33.361 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 12:15:33.361 INFO kablam! | Oct 11 12:15:33.361 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 12:15:33.361 INFO kablam! Oct 11 12:15:33.361 INFO kablam! warning: method is never used: `new` Oct 11 12:15:33.361 INFO kablam! --> src/nodes/image.rs:10:5 Oct 11 12:15:33.361 INFO kablam! | Oct 11 12:15:33.361 INFO kablam! 10 | fn new(buffer: ImageBuffer) -> Image { Oct 11 12:15:33.361 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 12:15:33.361 INFO kablam! Oct 11 12:15:33.361 INFO kablam! warning: method is never used: `buffer` Oct 11 12:15:33.361 INFO kablam! --> src/nodes/image.rs:16:5 Oct 11 12:15:33.361 INFO kablam! | Oct 11 12:15:33.361 INFO kablam! 16 | fn buffer(&self) -> &ImageBuffer { Oct 11 12:15:33.361 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 12:15:33.361 INFO kablam! Oct 11 12:15:33.361 INFO kablam! warning: struct is never constructed: `Mask` Oct 11 12:15:33.361 INFO kablam! --> src/nodes/mask.rs:1:1 Oct 11 12:15:33.361 INFO kablam! | Oct 11 12:15:33.361 INFO kablam! 1 | pub struct Mask { Oct 11 12:15:33.361 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 12:15:33.361 INFO kablam! Oct 11 12:15:33.361 INFO kablam! warning: struct is never constructed: `Transform` Oct 11 12:15:33.361 INFO kablam! --> src/nodes/transform.rs:6:1 Oct 11 12:15:33.361 INFO kablam! | Oct 11 12:15:33.361 INFO kablam! 6 | pub struct Transform { Oct 11 12:15:33.361 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 12:15:33.361 INFO kablam! Oct 11 12:15:33.361 INFO kablam! warning: method is never used: `new` Oct 11 12:15:33.361 INFO kablam! --> src/nodes/transform.rs:13:5 Oct 11 12:15:33.361 INFO kablam! | Oct 11 12:15:33.361 INFO kablam! 13 | pub fn new(child: N, transform: Transform3D) -> Transform { Oct 11 12:15:33.361 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 12:15:33.361 INFO kablam! Oct 11 12:15:33.361 INFO kablam! warning: method is never used: `child` Oct 11 12:15:33.361 INFO kablam! --> src/nodes/transform.rs:20:5 Oct 11 12:15:33.361 INFO kablam! | Oct 11 12:15:33.361 INFO kablam! 20 | pub fn child(&self) -> &RenderNode { Oct 11 12:15:33.361 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 12:15:33.361 INFO kablam! Oct 11 12:15:33.361 INFO kablam! warning: method is never used: `transform` Oct 11 12:15:33.361 INFO kablam! --> src/nodes/transform.rs:24:5 Oct 11 12:15:33.361 INFO kablam! | Oct 11 12:15:33.361 INFO kablam! 24 | pub fn transform(&self) -> &Transform3D { Oct 11 12:15:33.361 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 12:15:33.361 INFO kablam! Oct 11 12:15:33.361 INFO kablam! warning: struct is never constructed: `Shadow` Oct 11 12:15:33.361 INFO kablam! --> src/nodes/shadow.rs:5:1 Oct 11 12:15:33.361 INFO kablam! | Oct 11 12:15:33.361 INFO kablam! 5 | pub struct Shadow { Oct 11 12:15:33.361 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 12:15:33.361 INFO kablam! Oct 11 12:15:33.361 INFO kablam! warning: struct is never constructed: `Gradient` Oct 11 12:15:33.361 INFO kablam! --> src/nodes/gradient.rs:2:1 Oct 11 12:15:33.361 INFO kablam! | Oct 11 12:15:33.361 INFO kablam! 2 | pub struct Gradient { Oct 11 12:15:33.361 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 12:15:33.361 INFO kablam! Oct 11 12:15:33.873 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.64s Oct 11 12:15:33.878 INFO kablam! su: No module specific data is present Oct 11 12:15:34.835 INFO running `"docker" "rm" "-f" "ec40c0b5601a1ed26c42e6264a67b9de4139ad4e7c4d9e74d16f07bcde9002ee"` Oct 11 12:15:35.176 INFO blam! ec40c0b5601a1ed26c42e6264a67b9de4139ad4e7c4d9e74d16f07bcde9002ee Oct 11 12:15:35.188 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 12:15:35.188 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 12:15:35.610 INFO blam! 88a71057aa4732fd1af661232a4bca104c9e1cd3af8a3b1add5deb05a7ffb905 Oct 11 12:15:35.628 INFO running `"docker" "start" "-a" "88a71057aa4732fd1af661232a4bca104c9e1cd3af8a3b1add5deb05a7ffb905"` Oct 11 12:15:37.207 INFO kablam! usermod: no changes Oct 11 12:15:37.286 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 11 12:15:37.286 INFO kablam! Running /target/debug/deps/sandcastle-bba1a7158368a28b Oct 11 12:15:37.294 INFO blam! Oct 11 12:15:37.294 INFO blam! running 0 tests Oct 11 12:15:37.294 INFO blam! Oct 11 12:15:37.294 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 12:15:37.294 INFO blam! Oct 11 12:15:37.300 INFO kablam! Doc-tests sandcastle Oct 11 12:15:40.849 INFO blam! Oct 11 12:15:40.849 INFO blam! running 0 tests Oct 11 12:15:40.849 INFO blam! Oct 11 12:15:40.849 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 12:15:40.849 INFO blam! Oct 11 12:15:40.855 INFO kablam! su: No module specific data is present Oct 11 12:15:41.794 INFO running `"docker" "rm" "-f" "88a71057aa4732fd1af661232a4bca104c9e1cd3af8a3b1add5deb05a7ffb905"` Oct 11 12:15:42.080 INFO blam! 88a71057aa4732fd1af661232a4bca104c9e1cd3af8a3b1add5deb05a7ffb905