Oct 15 19:52:13.762 INFO testing sandcastle-0.0.1 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 19:52:13.763 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 15 19:52:14.307 INFO blam! 1f001df5f7f407c7537f6c50f39804e21dbdd20e5359f3d9e1d7a610b6c55cbc Oct 15 19:52:14.311 INFO running `"docker" "start" "-a" "1f001df5f7f407c7537f6c50f39804e21dbdd20e5359f3d9e1d7a610b6c55cbc"` Oct 15 19:52:15.793 INFO kablam! usermod: no changes Oct 15 19:52:16.019 INFO kablam! Compiling euclid v0.17.3 Oct 15 19:52:16.035 INFO kablam! Compiling image v0.18.0 Oct 15 19:52:36.399 INFO kablam! Compiling sandcastle v0.0.1 (/source) Oct 15 19:52:38.380 INFO kablam! warning: struct is never constructed: `Image` Oct 15 19:52:38.380 INFO kablam! --> src/nodes/image.rs:5:1 Oct 15 19:52:38.380 INFO kablam! | Oct 15 19:52:38.381 INFO kablam! 5 | pub struct Image { Oct 15 19:52:38.381 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 19:52:38.381 INFO kablam! | Oct 15 19:52:38.381 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 19:52:38.381 INFO kablam! Oct 15 19:52:38.381 INFO kablam! warning: method is never used: `new` Oct 15 19:52:38.382 INFO kablam! --> src/nodes/image.rs:10:5 Oct 15 19:52:38.382 INFO kablam! | Oct 15 19:52:38.382 INFO kablam! 10 | fn new(buffer: ImageBuffer) -> Image { Oct 15 19:52:38.382 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 19:52:38.382 INFO kablam! Oct 15 19:52:38.382 INFO kablam! warning: method is never used: `buffer` Oct 15 19:52:38.382 INFO kablam! --> src/nodes/image.rs:16:5 Oct 15 19:52:38.382 INFO kablam! | Oct 15 19:52:38.382 INFO kablam! 16 | fn buffer(&self) -> &ImageBuffer { Oct 15 19:52:38.382 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 19:52:38.382 INFO kablam! Oct 15 19:52:38.382 INFO kablam! warning: struct is never constructed: `Mask` Oct 15 19:52:38.382 INFO kablam! --> src/nodes/mask.rs:1:1 Oct 15 19:52:38.383 INFO kablam! | Oct 15 19:52:38.383 INFO kablam! 1 | pub struct Mask { Oct 15 19:52:38.383 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 19:52:38.383 INFO kablam! Oct 15 19:52:38.383 INFO kablam! warning: struct is never constructed: `Transform` Oct 15 19:52:38.383 INFO kablam! --> src/nodes/transform.rs:6:1 Oct 15 19:52:38.383 INFO kablam! | Oct 15 19:52:38.383 INFO kablam! 6 | pub struct Transform { Oct 15 19:52:38.383 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 19:52:38.383 INFO kablam! Oct 15 19:52:38.383 INFO kablam! warning: method is never used: `new` Oct 15 19:52:38.383 INFO kablam! --> src/nodes/transform.rs:13:5 Oct 15 19:52:38.383 INFO kablam! | Oct 15 19:52:38.383 INFO kablam! 13 | pub fn new(child: N, transform: Transform3D) -> Transform { Oct 15 19:52:38.383 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 19:52:38.383 INFO kablam! Oct 15 19:52:38.383 INFO kablam! warning: method is never used: `child` Oct 15 19:52:38.383 INFO kablam! --> src/nodes/transform.rs:20:5 Oct 15 19:52:38.383 INFO kablam! | Oct 15 19:52:38.383 INFO kablam! 20 | pub fn child(&self) -> &RenderNode { Oct 15 19:52:38.383 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 19:52:38.383 INFO kablam! Oct 15 19:52:38.383 INFO kablam! warning: method is never used: `transform` Oct 15 19:52:38.383 INFO kablam! --> src/nodes/transform.rs:24:5 Oct 15 19:52:38.383 INFO kablam! | Oct 15 19:52:38.383 INFO kablam! 24 | pub fn transform(&self) -> &Transform3D { Oct 15 19:52:38.383 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 19:52:38.383 INFO kablam! Oct 15 19:52:38.383 INFO kablam! warning: struct is never constructed: `Shadow` Oct 15 19:52:38.383 INFO kablam! --> src/nodes/shadow.rs:5:1 Oct 15 19:52:38.383 INFO kablam! | Oct 15 19:52:38.383 INFO kablam! 5 | pub struct Shadow { Oct 15 19:52:38.383 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 19:52:38.383 INFO kablam! Oct 15 19:52:38.383 INFO kablam! warning: struct is never constructed: `Gradient` Oct 15 19:52:38.383 INFO kablam! --> src/nodes/gradient.rs:2:1 Oct 15 19:52:38.383 INFO kablam! | Oct 15 19:52:38.383 INFO kablam! 2 | pub struct Gradient { Oct 15 19:52:38.383 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 19:52:38.383 INFO kablam! Oct 15 19:52:38.412 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 22.58s Oct 15 19:52:38.416 INFO kablam! su: No module specific data is present Oct 15 19:52:39.456 INFO running `"docker" "rm" "-f" "1f001df5f7f407c7537f6c50f39804e21dbdd20e5359f3d9e1d7a610b6c55cbc"` Oct 15 19:52:39.791 INFO blam! 1f001df5f7f407c7537f6c50f39804e21dbdd20e5359f3d9e1d7a610b6c55cbc Oct 15 19:52:39.801 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 15 19:52:40.265 INFO blam! d41c95a725831eeba47364292032c9c8503821d28fec58768539f21cc1919599 Oct 15 19:52:40.265 INFO running `"docker" "start" "-a" "d41c95a725831eeba47364292032c9c8503821d28fec58768539f21cc1919599"` Oct 15 19:52:42.391 INFO kablam! usermod: no changes Oct 15 19:52:42.484 INFO kablam! Compiling sandcastle v0.0.1 (/source) Oct 15 19:52:44.647 INFO kablam! warning: struct is never constructed: `Image` Oct 15 19:52:44.647 INFO kablam! --> src/nodes/image.rs:5:1 Oct 15 19:52:44.648 INFO kablam! | Oct 15 19:52:44.648 INFO kablam! 5 | pub struct Image { Oct 15 19:52:44.648 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 19:52:44.649 INFO kablam! | Oct 15 19:52:44.649 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 19:52:44.649 INFO kablam! Oct 15 19:52:44.649 INFO kablam! warning: method is never used: `new` Oct 15 19:52:44.650 INFO kablam! --> src/nodes/image.rs:10:5 Oct 15 19:52:44.650 INFO kablam! | Oct 15 19:52:44.650 INFO kablam! 10 | fn new(buffer: ImageBuffer) -> Image { Oct 15 19:52:44.651 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 19:52:44.651 INFO kablam! Oct 15 19:52:44.651 INFO kablam! warning: method is never used: `buffer` Oct 15 19:52:44.651 INFO kablam! --> src/nodes/image.rs:16:5 Oct 15 19:52:44.652 INFO kablam! | Oct 15 19:52:44.652 INFO kablam! 16 | fn buffer(&self) -> &ImageBuffer { Oct 15 19:52:44.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 19:52:44.652 INFO kablam! Oct 15 19:52:44.653 INFO kablam! warning: struct is never constructed: `Mask` Oct 15 19:52:44.653 INFO kablam! --> src/nodes/mask.rs:1:1 Oct 15 19:52:44.653 INFO kablam! | Oct 15 19:52:44.653 INFO kablam! 1 | pub struct Mask { Oct 15 19:52:44.654 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 19:52:44.654 INFO kablam! Oct 15 19:52:44.654 INFO kablam! warning: struct is never constructed: `Transform` Oct 15 19:52:44.654 INFO kablam! --> src/nodes/transform.rs:6:1 Oct 15 19:52:44.655 INFO kablam! | Oct 15 19:52:44.655 INFO kablam! 6 | pub struct Transform { Oct 15 19:52:44.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 19:52:44.656 INFO kablam! Oct 15 19:52:44.656 INFO kablam! warning: method is never used: `new` Oct 15 19:52:44.656 INFO kablam! --> src/nodes/transform.rs:13:5 Oct 15 19:52:44.657 INFO kablam! | Oct 15 19:52:44.657 INFO kablam! 13 | pub fn new(child: N, transform: Transform3D) -> Transform { Oct 15 19:52:44.657 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 19:52:44.657 INFO kablam! Oct 15 19:52:44.658 INFO kablam! warning: method is never used: `child` Oct 15 19:52:44.658 INFO kablam! --> src/nodes/transform.rs:20:5 Oct 15 19:52:44.658 INFO kablam! | Oct 15 19:52:44.659 INFO kablam! 20 | pub fn child(&self) -> &RenderNode { Oct 15 19:52:44.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 19:52:44.659 INFO kablam! Oct 15 19:52:44.659 INFO kablam! warning: method is never used: `transform` Oct 15 19:52:44.660 INFO kablam! --> src/nodes/transform.rs:24:5 Oct 15 19:52:44.660 INFO kablam! | Oct 15 19:52:44.660 INFO kablam! 24 | pub fn transform(&self) -> &Transform3D { Oct 15 19:52:44.660 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 19:52:44.661 INFO kablam! Oct 15 19:52:44.661 INFO kablam! warning: struct is never constructed: `Shadow` Oct 15 19:52:44.661 INFO kablam! --> src/nodes/shadow.rs:5:1 Oct 15 19:52:44.661 INFO kablam! | Oct 15 19:52:44.662 INFO kablam! 5 | pub struct Shadow { Oct 15 19:52:44.662 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 19:52:44.662 INFO kablam! Oct 15 19:52:44.663 INFO kablam! warning: struct is never constructed: `Gradient` Oct 15 19:52:44.663 INFO kablam! --> src/nodes/gradient.rs:2:1 Oct 15 19:52:44.663 INFO kablam! | Oct 15 19:52:44.663 INFO kablam! 2 | pub struct Gradient { Oct 15 19:52:44.664 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 19:52:44.664 INFO kablam! Oct 15 19:52:45.294 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.86s Oct 15 19:52:45.295 INFO kablam! su: No module specific data is present Oct 15 19:52:46.439 INFO running `"docker" "rm" "-f" "d41c95a725831eeba47364292032c9c8503821d28fec58768539f21cc1919599"` Oct 15 19:52:46.766 INFO blam! d41c95a725831eeba47364292032c9c8503821d28fec58768539f21cc1919599 Oct 15 19:52:46.776 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 15 19:52:47.255 INFO blam! f02c91042e2e2ee8a3b8ab40bd35ef0eaa26e78900858155d56f39c9e28d09af Oct 15 19:52:47.261 INFO running `"docker" "start" "-a" "f02c91042e2e2ee8a3b8ab40bd35ef0eaa26e78900858155d56f39c9e28d09af"` Oct 15 19:52:48.527 INFO kablam! usermod: no changes Oct 15 19:52:48.655 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 15 19:52:48.664 INFO kablam! Running /target/debug/deps/sandcastle-be29c21258815907 Oct 15 19:52:48.665 INFO blam! Oct 15 19:52:48.665 INFO blam! running 0 tests Oct 15 19:52:48.666 INFO blam! Oct 15 19:52:48.666 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 19:52:48.666 INFO blam! Oct 15 19:52:48.670 INFO kablam! Doc-tests sandcastle Oct 15 19:52:52.622 INFO blam! Oct 15 19:52:52.622 INFO blam! running 0 tests Oct 15 19:52:52.622 INFO blam! Oct 15 19:52:52.622 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 19:52:52.623 INFO blam! Oct 15 19:52:52.631 INFO kablam! su: No module specific data is present Oct 15 19:52:54.212 INFO running `"docker" "rm" "-f" "f02c91042e2e2ee8a3b8ab40bd35ef0eaa26e78900858155d56f39c9e28d09af"` Oct 15 19:52:54.498 INFO blam! f02c91042e2e2ee8a3b8ab40bd35ef0eaa26e78900858155d56f39c9e28d09af