Oct 11 02:46:58.962 INFO testing asarode/piston-grok against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 02:46:58.963 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 02:46:58.964 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 02:46:59.330 INFO blam! d517d516c146e21ab25069ec60231a8066251f653754bdb575d42561a4524cf0 Oct 11 02:46:59.341 INFO running `"docker" "start" "-a" "d517d516c146e21ab25069ec60231a8066251f653754bdb575d42561a4524cf0"` Oct 11 02:47:01.020 INFO kablam! usermod: no changes Oct 11 02:47:01.353 INFO kablam! Compiling shared_library v0.1.5 Oct 11 02:47:01.373 INFO kablam! Compiling rayon-core v1.2.1 Oct 11 02:47:01.374 INFO kablam! Compiling png v0.7.0 Oct 11 02:47:01.374 INFO kablam! Compiling wayland-sys v0.8.7 Oct 11 02:47:04.197 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 11 02:47:05.998 INFO kablam! Compiling wayland-client v0.8.7 Oct 11 02:47:08.012 INFO kablam! Compiling rayon v0.8.1 Oct 11 02:47:12.096 INFO kablam! Compiling wayland-kbd v0.8.0 Oct 11 02:47:12.096 INFO kablam! Compiling wayland-window v0.5.0 Oct 11 02:47:14.230 INFO kablam! Compiling jpeg-decoder v0.1.13 Oct 11 02:47:16.688 INFO kablam! Compiling winit v0.6.4 Oct 11 02:47:20.796 INFO kablam! Compiling image v0.13.0 Oct 11 02:47:25.660 INFO kablam! Compiling glutin v0.8.1 Oct 11 02:47:31.944 INFO kablam! Compiling pistoncore-glutin_window v0.37.0 Oct 11 02:47:41.896 INFO kablam! Compiling piston2d-opengl_graphics v0.43.1 Oct 11 02:47:49.602 INFO kablam! Compiling piston-grok v0.1.0 (/source) Oct 11 02:47:54.776 INFO kablam! warning: unused variable: `args` Oct 11 02:47:54.776 INFO kablam! --> src/circles.rs:97:26 Oct 11 02:47:54.776 INFO kablam! | Oct 11 02:47:54.776 INFO kablam! 97 | fn update(&mut self, args: &UpdateArgs) { Oct 11 02:47:54.776 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 11 02:47:54.776 INFO kablam! | Oct 11 02:47:54.776 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 02:47:54.776 INFO kablam! Oct 11 02:47:54.789 INFO kablam! warning: struct is never constructed: `App` Oct 11 02:47:54.789 INFO kablam! --> src/spinning_box.rs:12:1 Oct 11 02:47:54.790 INFO kablam! | Oct 11 02:47:54.790 INFO kablam! 12 | pub struct App { Oct 11 02:47:54.790 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 02:47:54.790 INFO kablam! | Oct 11 02:47:54.791 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 02:47:54.791 INFO kablam! Oct 11 02:47:54.791 INFO kablam! warning: method is never used: `render` Oct 11 02:47:54.792 INFO kablam! --> src/spinning_box.rs:18:5 Oct 11 02:47:54.792 INFO kablam! | Oct 11 02:47:54.792 INFO kablam! 18 | fn render(&mut self, args: &RenderArgs) { Oct 11 02:47:54.793 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:47:54.793 INFO kablam! Oct 11 02:47:54.793 INFO kablam! warning: constant item is never used: `GREEN` Oct 11 02:47:54.793 INFO kablam! --> src/spinning_box.rs:21:9 Oct 11 02:47:54.794 INFO kablam! | Oct 11 02:47:54.794 INFO kablam! 21 | const GREEN: [f32; 4] = [0.0, 1.0, 0.0, 1.0]; Oct 11 02:47:54.794 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:47:54.794 INFO kablam! Oct 11 02:47:54.795 INFO kablam! warning: constant item is never used: `RED` Oct 11 02:47:54.795 INFO kablam! --> src/spinning_box.rs:22:9 Oct 11 02:47:54.795 INFO kablam! | Oct 11 02:47:54.795 INFO kablam! 22 | const RED: [f32; 4] = [1.0, 0.0, 0.0, 1.0]; Oct 11 02:47:54.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:47:54.796 INFO kablam! Oct 11 02:47:54.796 INFO kablam! warning: method is never used: `update` Oct 11 02:47:54.796 INFO kablam! --> src/spinning_box.rs:40:5 Oct 11 02:47:54.797 INFO kablam! | Oct 11 02:47:54.797 INFO kablam! 40 | fn update(&mut self, args: &UpdateArgs) { Oct 11 02:47:54.797 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:47:54.798 INFO kablam! Oct 11 02:47:54.798 INFO kablam! warning: function is never used: `start` Oct 11 02:47:54.798 INFO kablam! --> src/spinning_box.rs:45:1 Oct 11 02:47:54.798 INFO kablam! | Oct 11 02:47:54.799 INFO kablam! 45 | pub fn start() { Oct 11 02:47:54.799 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 02:47:54.799 INFO kablam! Oct 11 02:47:58.358 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 57.31s Oct 11 02:47:58.375 INFO kablam! su: No module specific data is present Oct 11 02:47:59.223 INFO running `"docker" "rm" "-f" "d517d516c146e21ab25069ec60231a8066251f653754bdb575d42561a4524cf0"` Oct 11 02:47:59.512 INFO blam! d517d516c146e21ab25069ec60231a8066251f653754bdb575d42561a4524cf0 Oct 11 02:47:59.517 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 02:47:59.518 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 02:47:59.996 INFO blam! 98e561a1265c0f9dc1f3eaa146d704d987bd6bfa7ff79de3334a316ab452d81c Oct 11 02:48:00.008 INFO running `"docker" "start" "-a" "98e561a1265c0f9dc1f3eaa146d704d987bd6bfa7ff79de3334a316ab452d81c"` Oct 11 02:48:01.100 INFO kablam! usermod: no changes Oct 11 02:48:01.381 INFO kablam! Compiling piston-grok v0.1.0 (/source) Oct 11 02:48:06.656 INFO kablam! warning: unused variable: `args` Oct 11 02:48:06.656 INFO kablam! --> src/circles.rs:97:26 Oct 11 02:48:06.656 INFO kablam! | Oct 11 02:48:06.656 INFO kablam! 97 | fn update(&mut self, args: &UpdateArgs) { Oct 11 02:48:06.656 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 11 02:48:06.656 INFO kablam! | Oct 11 02:48:06.656 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 02:48:06.656 INFO kablam! Oct 11 02:48:06.656 INFO kablam! warning: struct is never constructed: `App` Oct 11 02:48:06.656 INFO kablam! --> src/spinning_box.rs:12:1 Oct 11 02:48:06.656 INFO kablam! | Oct 11 02:48:06.656 INFO kablam! 12 | pub struct App { Oct 11 02:48:06.656 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 02:48:06.657 INFO kablam! | Oct 11 02:48:06.657 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 02:48:06.657 INFO kablam! Oct 11 02:48:06.657 INFO kablam! warning: method is never used: `render` Oct 11 02:48:06.657 INFO kablam! --> src/spinning_box.rs:18:5 Oct 11 02:48:06.657 INFO kablam! | Oct 11 02:48:06.657 INFO kablam! 18 | fn render(&mut self, args: &RenderArgs) { Oct 11 02:48:06.657 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:48:06.657 INFO kablam! Oct 11 02:48:06.657 INFO kablam! warning: constant item is never used: `GREEN` Oct 11 02:48:06.657 INFO kablam! --> src/spinning_box.rs:21:9 Oct 11 02:48:06.657 INFO kablam! | Oct 11 02:48:06.657 INFO kablam! 21 | const GREEN: [f32; 4] = [0.0, 1.0, 0.0, 1.0]; Oct 11 02:48:06.657 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:48:06.657 INFO kablam! Oct 11 02:48:06.657 INFO kablam! warning: constant item is never used: `RED` Oct 11 02:48:06.657 INFO kablam! --> src/spinning_box.rs:22:9 Oct 11 02:48:06.657 INFO kablam! | Oct 11 02:48:06.657 INFO kablam! 22 | const RED: [f32; 4] = [1.0, 0.0, 0.0, 1.0]; Oct 11 02:48:06.657 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:48:06.657 INFO kablam! Oct 11 02:48:06.657 INFO kablam! warning: method is never used: `update` Oct 11 02:48:06.657 INFO kablam! --> src/spinning_box.rs:40:5 Oct 11 02:48:06.657 INFO kablam! | Oct 11 02:48:06.657 INFO kablam! 40 | fn update(&mut self, args: &UpdateArgs) { Oct 11 02:48:06.657 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:48:06.657 INFO kablam! Oct 11 02:48:06.657 INFO kablam! warning: function is never used: `start` Oct 11 02:48:06.657 INFO kablam! --> src/spinning_box.rs:45:1 Oct 11 02:48:06.657 INFO kablam! | Oct 11 02:48:06.657 INFO kablam! 45 | pub fn start() { Oct 11 02:48:06.657 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 02:48:06.657 INFO kablam! Oct 11 02:48:07.296 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.17s Oct 11 02:48:07.316 INFO kablam! su: No module specific data is present Oct 11 02:48:08.421 INFO running `"docker" "rm" "-f" "98e561a1265c0f9dc1f3eaa146d704d987bd6bfa7ff79de3334a316ab452d81c"` Oct 11 02:48:08.694 INFO blam! 98e561a1265c0f9dc1f3eaa146d704d987bd6bfa7ff79de3334a316ab452d81c Oct 11 02:48:08.695 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 02:48:08.695 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 02:48:09.270 INFO blam! 4976dee557268edc758837f121f31d6ed97eee695f947d7c8f4c81dea43ed1b3 Oct 11 02:48:09.271 INFO running `"docker" "start" "-a" "4976dee557268edc758837f121f31d6ed97eee695f947d7c8f4c81dea43ed1b3"` Oct 11 02:48:11.112 INFO kablam! usermod: no changes Oct 11 02:48:11.373 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.24s Oct 11 02:48:11.404 INFO kablam! Running /target/debug/deps/piston_grok-c02f3285204a4341 Oct 11 02:48:11.406 INFO blam! Oct 11 02:48:11.406 INFO blam! running 0 tests Oct 11 02:48:11.407 INFO blam! Oct 11 02:48:11.407 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 02:48:11.407 INFO blam! Oct 11 02:48:11.408 INFO kablam! su: No module specific data is present Oct 11 02:48:12.178 INFO running `"docker" "rm" "-f" "4976dee557268edc758837f121f31d6ed97eee695f947d7c8f4c81dea43ed1b3"` Oct 11 02:48:12.496 INFO blam! 4976dee557268edc758837f121f31d6ed97eee695f947d7c8f4c81dea43ed1b3