Oct 15 03:40:46.268 INFO testing asarode/piston-grok against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 03:40:46.268 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 03:40:46.755 INFO blam! 68c75ef9bb7ab3aec6bf8ac8e7c05e090e445576115fa738e5bb1b3167a1d43b Oct 15 03:40:46.767 INFO running `"docker" "start" "-a" "68c75ef9bb7ab3aec6bf8ac8e7c05e090e445576115fa738e5bb1b3167a1d43b"` Oct 15 03:40:48.334 INFO kablam! usermod: no changes Oct 15 03:40:48.687 INFO kablam! Compiling num_cpus v1.5.1 Oct 15 03:40:48.687 INFO kablam! Compiling shared_library v0.1.5 Oct 15 03:40:48.691 INFO kablam! Compiling wayland-sys v0.8.7 Oct 15 03:40:50.212 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 15 03:40:51.624 INFO kablam! Compiling rayon-core v1.2.1 Oct 15 03:40:52.855 INFO kablam! Compiling wayland-client v0.8.7 Oct 15 03:40:55.659 INFO kablam! Compiling rayon v0.8.1 Oct 15 03:40:57.732 INFO kablam! Compiling wayland-window v0.5.0 Oct 15 03:40:57.732 INFO kablam! Compiling wayland-kbd v0.8.0 Oct 15 03:41:01.663 INFO kablam! Compiling winit v0.6.4 Oct 15 03:41:02.528 INFO kablam! Compiling jpeg-decoder v0.1.13 Oct 15 03:41:09.119 INFO kablam! Compiling image v0.13.0 Oct 15 03:41:10.147 INFO kablam! Compiling glutin v0.8.1 Oct 15 03:41:16.286 INFO kablam! Compiling pistoncore-glutin_window v0.37.0 Oct 15 03:41:35.293 INFO kablam! Compiling piston2d-opengl_graphics v0.43.1 Oct 15 03:41:39.397 INFO kablam! Compiling piston-grok v0.1.0 (/source) Oct 15 03:41:41.574 INFO kablam! warning: unused variable: `args` Oct 15 03:41:41.575 INFO kablam! --> src/circles.rs:97:26 Oct 15 03:41:41.575 INFO kablam! | Oct 15 03:41:41.575 INFO kablam! 97 | fn update(&mut self, args: &UpdateArgs) { Oct 15 03:41:41.576 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 15 03:41:41.576 INFO kablam! | Oct 15 03:41:41.576 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 03:41:41.577 INFO kablam! Oct 15 03:41:41.584 INFO kablam! warning: struct is never constructed: `App` Oct 15 03:41:41.584 INFO kablam! --> src/spinning_box.rs:12:1 Oct 15 03:41:41.584 INFO kablam! | Oct 15 03:41:41.585 INFO kablam! 12 | pub struct App { Oct 15 03:41:41.585 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 03:41:41.585 INFO kablam! | Oct 15 03:41:41.586 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 03:41:41.586 INFO kablam! Oct 15 03:41:41.586 INFO kablam! warning: method is never used: `render` Oct 15 03:41:41.586 INFO kablam! --> src/spinning_box.rs:18:5 Oct 15 03:41:41.587 INFO kablam! | Oct 15 03:41:41.587 INFO kablam! 18 | fn render(&mut self, args: &RenderArgs) { Oct 15 03:41:41.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:41:41.588 INFO kablam! Oct 15 03:41:41.588 INFO kablam! warning: constant item is never used: `GREEN` Oct 15 03:41:41.588 INFO kablam! --> src/spinning_box.rs:21:9 Oct 15 03:41:41.589 INFO kablam! | Oct 15 03:41:41.589 INFO kablam! 21 | const GREEN: [f32; 4] = [0.0, 1.0, 0.0, 1.0]; Oct 15 03:41:41.589 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:41:41.590 INFO kablam! Oct 15 03:41:41.590 INFO kablam! warning: constant item is never used: `RED` Oct 15 03:41:41.590 INFO kablam! --> src/spinning_box.rs:22:9 Oct 15 03:41:41.591 INFO kablam! | Oct 15 03:41:41.591 INFO kablam! 22 | const RED: [f32; 4] = [1.0, 0.0, 0.0, 1.0]; Oct 15 03:41:41.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:41:41.591 INFO kablam! Oct 15 03:41:41.592 INFO kablam! warning: method is never used: `update` Oct 15 03:41:41.592 INFO kablam! --> src/spinning_box.rs:40:5 Oct 15 03:41:41.592 INFO kablam! | Oct 15 03:41:41.592 INFO kablam! 40 | fn update(&mut self, args: &UpdateArgs) { Oct 15 03:41:41.593 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:41:41.593 INFO kablam! Oct 15 03:41:41.593 INFO kablam! warning: function is never used: `start` Oct 15 03:41:41.594 INFO kablam! --> src/spinning_box.rs:45:1 Oct 15 03:41:41.594 INFO kablam! | Oct 15 03:41:41.594 INFO kablam! 45 | pub fn start() { Oct 15 03:41:41.595 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 03:41:41.595 INFO kablam! Oct 15 03:41:44.847 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 56.47s Oct 15 03:41:44.865 INFO kablam! su: No module specific data is present Oct 15 03:41:46.598 INFO running `"docker" "rm" "-f" "68c75ef9bb7ab3aec6bf8ac8e7c05e090e445576115fa738e5bb1b3167a1d43b"` Oct 15 03:41:46.837 INFO blam! 68c75ef9bb7ab3aec6bf8ac8e7c05e090e445576115fa738e5bb1b3167a1d43b Oct 15 03:41:46.840 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 03:41:47.588 INFO blam! e61baf2afe5a8a1b5a884f82932dd920bc99b983afa28c1e8fd51fc36c5559ac Oct 15 03:41:47.591 INFO running `"docker" "start" "-a" "e61baf2afe5a8a1b5a884f82932dd920bc99b983afa28c1e8fd51fc36c5559ac"` Oct 15 03:41:48.978 INFO kablam! usermod: no changes Oct 15 03:41:49.315 INFO kablam! Compiling piston-grok v0.1.0 (/source) Oct 15 03:41:51.547 INFO kablam! warning: unused variable: `args` Oct 15 03:41:51.547 INFO kablam! --> src/circles.rs:97:26 Oct 15 03:41:51.547 INFO kablam! | Oct 15 03:41:51.547 INFO kablam! 97 | fn update(&mut self, args: &UpdateArgs) { Oct 15 03:41:51.547 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 15 03:41:51.547 INFO kablam! | Oct 15 03:41:51.553 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 03:41:51.553 INFO kablam! Oct 15 03:41:51.553 INFO kablam! warning: struct is never constructed: `App` Oct 15 03:41:51.553 INFO kablam! --> src/spinning_box.rs:12:1 Oct 15 03:41:51.553 INFO kablam! | Oct 15 03:41:51.553 INFO kablam! 12 | pub struct App { Oct 15 03:41:51.553 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 03:41:51.553 INFO kablam! | Oct 15 03:41:51.559 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 03:41:51.559 INFO kablam! Oct 15 03:41:51.559 INFO kablam! warning: method is never used: `render` Oct 15 03:41:51.559 INFO kablam! --> src/spinning_box.rs:18:5 Oct 15 03:41:51.559 INFO kablam! | Oct 15 03:41:51.559 INFO kablam! 18 | fn render(&mut self, args: &RenderArgs) { Oct 15 03:41:51.559 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:41:51.559 INFO kablam! Oct 15 03:41:51.559 INFO kablam! warning: constant item is never used: `GREEN` Oct 15 03:41:51.559 INFO kablam! --> src/spinning_box.rs:21:9 Oct 15 03:41:51.559 INFO kablam! | Oct 15 03:41:51.559 INFO kablam! 21 | const GREEN: [f32; 4] = [0.0, 1.0, 0.0, 1.0]; Oct 15 03:41:51.559 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:41:51.559 INFO kablam! Oct 15 03:41:51.559 INFO kablam! warning: constant item is never used: `RED` Oct 15 03:41:51.559 INFO kablam! --> src/spinning_box.rs:22:9 Oct 15 03:41:51.559 INFO kablam! | Oct 15 03:41:51.559 INFO kablam! 22 | const RED: [f32; 4] = [1.0, 0.0, 0.0, 1.0]; Oct 15 03:41:51.559 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:41:51.559 INFO kablam! Oct 15 03:41:51.559 INFO kablam! warning: method is never used: `update` Oct 15 03:41:51.559 INFO kablam! --> src/spinning_box.rs:40:5 Oct 15 03:41:51.559 INFO kablam! | Oct 15 03:41:51.559 INFO kablam! 40 | fn update(&mut self, args: &UpdateArgs) { Oct 15 03:41:51.559 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:41:51.559 INFO kablam! Oct 15 03:41:51.559 INFO kablam! warning: function is never used: `start` Oct 15 03:41:51.559 INFO kablam! --> src/spinning_box.rs:45:1 Oct 15 03:41:51.559 INFO kablam! | Oct 15 03:41:51.559 INFO kablam! 45 | pub fn start() { Oct 15 03:41:51.559 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 03:41:51.559 INFO kablam! Oct 15 03:41:52.167 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.15s Oct 15 03:41:52.184 INFO kablam! su: No module specific data is present Oct 15 03:41:53.155 INFO running `"docker" "rm" "-f" "e61baf2afe5a8a1b5a884f82932dd920bc99b983afa28c1e8fd51fc36c5559ac"` Oct 15 03:41:53.455 INFO blam! e61baf2afe5a8a1b5a884f82932dd920bc99b983afa28c1e8fd51fc36c5559ac Oct 15 03:41:53.463 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 03:41:53.992 INFO blam! c2c0992c1fc2959a28d9c134bf162eaa840ffe43a80b0f66fb13550c378c01ed Oct 15 03:41:53.994 INFO running `"docker" "start" "-a" "c2c0992c1fc2959a28d9c134bf162eaa840ffe43a80b0f66fb13550c378c01ed"` Oct 15 03:41:55.023 INFO kablam! usermod: no changes Oct 15 03:41:55.291 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.21s Oct 15 03:41:55.307 INFO kablam! Running /target/debug/deps/piston_grok-c55cf4592db1864b Oct 15 03:41:55.307 INFO blam! Oct 15 03:41:55.307 INFO kablam! su: No module specific data is present Oct 15 03:41:55.307 INFO blam! running 0 tests Oct 15 03:41:55.307 INFO blam! Oct 15 03:41:55.307 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 03:41:55.307 INFO blam! Oct 15 03:41:55.743 INFO running `"docker" "rm" "-f" "c2c0992c1fc2959a28d9c134bf162eaa840ffe43a80b0f66fb13550c378c01ed"` Oct 15 03:41:56.043 INFO blam! c2c0992c1fc2959a28d9c134bf162eaa840ffe43a80b0f66fb13550c378c01ed