Oct 15 03:40:57.984 INFO testing asarode/piston-grok against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 03:40:57.985 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:58.456 INFO blam! dbc9cb7a98b054161cfa1acdbb8b54c9ec9e06fb6d7140a3c0a53f4494eb9ba1 Oct 15 03:40:58.458 INFO running `"docker" "start" "-a" "dbc9cb7a98b054161cfa1acdbb8b54c9ec9e06fb6d7140a3c0a53f4494eb9ba1"` Oct 15 03:41:00.469 INFO kablam! usermod: no changes Oct 15 03:41:00.856 INFO kablam! Compiling num_cpus v1.5.1 Oct 15 03:41:00.856 INFO kablam! Compiling shared_library v0.1.5 Oct 15 03:41:00.875 INFO kablam! Compiling phf_generator v0.7.21 Oct 15 03:41:00.883 INFO kablam! Compiling png v0.7.0 Oct 15 03:41:00.889 INFO kablam! Compiling glutin v0.8.1 Oct 15 03:41:00.916 INFO kablam! Compiling x11-dl v2.14.0 Oct 15 03:41:00.916 INFO kablam! Compiling fs2 v0.2.5 Oct 15 03:41:00.917 INFO kablam! Compiling tempfile v2.1.5 Oct 15 03:41:07.576 INFO kablam! Compiling phf_codegen v0.7.21 Oct 15 03:41:07.719 INFO kablam! Compiling memmap v0.4.0 Oct 15 03:41:09.123 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 15 03:41:09.123 INFO kablam! Compiling rayon-core v1.2.1 Oct 15 03:41:10.956 INFO kablam! Compiling target_build_utils v0.3.1 Oct 15 03:41:17.487 INFO kablam! Compiling rayon v0.8.1 Oct 15 03:41:28.979 INFO kablam! Compiling jpeg-decoder v0.1.13 Oct 15 03:41:35.307 INFO kablam! Compiling image v0.13.0 Oct 15 03:41:40.860 INFO kablam! Compiling libloading v0.3.4 Oct 15 03:41:44.871 INFO kablam! Compiling dlib v0.3.1 Oct 15 03:41:45.636 INFO kablam! Compiling wayland-sys v0.8.7 Oct 15 03:41:48.799 INFO kablam! Compiling wayland-client v0.8.7 Oct 15 03:41:54.047 INFO kablam! Compiling wayland-window v0.5.0 Oct 15 03:41:54.047 INFO kablam! Compiling wayland-kbd v0.8.0 Oct 15 03:41:54.934 INFO kablam! Compiling piston2d-opengl_graphics v0.43.1 Oct 15 03:41:56.080 INFO kablam! Compiling winit v0.6.4 Oct 15 03:42:03.435 INFO kablam! Compiling pistoncore-glutin_window v0.37.0 Oct 15 03:42:06.210 INFO kablam! Compiling piston-grok v0.1.0 (/source) Oct 15 03:42:08.034 INFO kablam! warning: unused variable: `args` Oct 15 03:42:08.034 INFO kablam! --> src/circles.rs:97:26 Oct 15 03:42:08.034 INFO kablam! | Oct 15 03:42:08.034 INFO kablam! 97 | fn update(&mut self, args: &UpdateArgs) { Oct 15 03:42:08.034 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 15 03:42:08.034 INFO kablam! | Oct 15 03:42:08.034 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 03:42:08.034 INFO kablam! Oct 15 03:42:08.042 INFO kablam! warning: struct is never constructed: `App` Oct 15 03:42:08.042 INFO kablam! --> src/spinning_box.rs:12:1 Oct 15 03:42:08.042 INFO kablam! | Oct 15 03:42:08.042 INFO kablam! 12 | pub struct App { Oct 15 03:42:08.042 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 03:42:08.042 INFO kablam! | Oct 15 03:42:08.042 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 03:42:08.042 INFO kablam! Oct 15 03:42:08.042 INFO kablam! warning: method is never used: `render` Oct 15 03:42:08.042 INFO kablam! --> src/spinning_box.rs:18:5 Oct 15 03:42:08.042 INFO kablam! | Oct 15 03:42:08.042 INFO kablam! 18 | fn render(&mut self, args: &RenderArgs) { Oct 15 03:42:08.042 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:42:08.042 INFO kablam! Oct 15 03:42:08.042 INFO kablam! warning: constant item is never used: `GREEN` Oct 15 03:42:08.042 INFO kablam! --> src/spinning_box.rs:21:9 Oct 15 03:42:08.042 INFO kablam! | Oct 15 03:42:08.042 INFO kablam! 21 | const GREEN: [f32; 4] = [0.0, 1.0, 0.0, 1.0]; Oct 15 03:42:08.042 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:42:08.042 INFO kablam! Oct 15 03:42:08.042 INFO kablam! warning: constant item is never used: `RED` Oct 15 03:42:08.042 INFO kablam! --> src/spinning_box.rs:22:9 Oct 15 03:42:08.042 INFO kablam! | Oct 15 03:42:08.042 INFO kablam! 22 | const RED: [f32; 4] = [1.0, 0.0, 0.0, 1.0]; Oct 15 03:42:08.042 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:42:08.042 INFO kablam! Oct 15 03:42:08.042 INFO kablam! warning: method is never used: `update` Oct 15 03:42:08.042 INFO kablam! --> src/spinning_box.rs:40:5 Oct 15 03:42:08.042 INFO kablam! | Oct 15 03:42:08.042 INFO kablam! 40 | fn update(&mut self, args: &UpdateArgs) { Oct 15 03:42:08.042 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:42:08.042 INFO kablam! Oct 15 03:42:08.042 INFO kablam! warning: function is never used: `start` Oct 15 03:42:08.042 INFO kablam! --> src/spinning_box.rs:45:1 Oct 15 03:42:08.042 INFO kablam! | Oct 15 03:42:08.042 INFO kablam! 45 | pub fn start() { Oct 15 03:42:08.042 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 03:42:08.042 INFO kablam! Oct 15 03:42:10.421 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 09s Oct 15 03:42:10.435 INFO kablam! su: No module specific data is present Oct 15 03:42:10.721 INFO running `"docker" "rm" "-f" "dbc9cb7a98b054161cfa1acdbb8b54c9ec9e06fb6d7140a3c0a53f4494eb9ba1"` Oct 15 03:42:10.829 INFO blam! dbc9cb7a98b054161cfa1acdbb8b54c9ec9e06fb6d7140a3c0a53f4494eb9ba1 Oct 15 03:42:10.831 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:42:10.995 INFO blam! 96b05657bf53877d29304a6a390e5a7a22825208b9f592f117c794d57d2c7b0c Oct 15 03:42:10.997 INFO running `"docker" "start" "-a" "96b05657bf53877d29304a6a390e5a7a22825208b9f592f117c794d57d2c7b0c"` Oct 15 03:42:11.527 INFO kablam! usermod: no changes Oct 15 03:42:11.687 INFO kablam! Compiling piston-grok v0.1.0 (/source) Oct 15 03:42:13.496 INFO kablam! warning: unused variable: `args` Oct 15 03:42:13.496 INFO kablam! --> src/circles.rs:97:26 Oct 15 03:42:13.496 INFO kablam! | Oct 15 03:42:13.496 INFO kablam! 97 | fn update(&mut self, args: &UpdateArgs) { Oct 15 03:42:13.496 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 15 03:42:13.496 INFO kablam! | Oct 15 03:42:13.496 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 03:42:13.496 INFO kablam! Oct 15 03:42:13.505 INFO kablam! warning: struct is never constructed: `App` Oct 15 03:42:13.505 INFO kablam! --> src/spinning_box.rs:12:1 Oct 15 03:42:13.505 INFO kablam! | Oct 15 03:42:13.505 INFO kablam! 12 | pub struct App { Oct 15 03:42:13.505 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 03:42:13.505 INFO kablam! | Oct 15 03:42:13.505 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 03:42:13.505 INFO kablam! Oct 15 03:42:13.505 INFO kablam! warning: method is never used: `render` Oct 15 03:42:13.505 INFO kablam! --> src/spinning_box.rs:18:5 Oct 15 03:42:13.505 INFO kablam! | Oct 15 03:42:13.505 INFO kablam! 18 | fn render(&mut self, args: &RenderArgs) { Oct 15 03:42:13.505 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:42:13.505 INFO kablam! Oct 15 03:42:13.505 INFO kablam! warning: constant item is never used: `GREEN` Oct 15 03:42:13.505 INFO kablam! --> src/spinning_box.rs:21:9 Oct 15 03:42:13.505 INFO kablam! | Oct 15 03:42:13.505 INFO kablam! 21 | const GREEN: [f32; 4] = [0.0, 1.0, 0.0, 1.0]; Oct 15 03:42:13.505 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:42:13.505 INFO kablam! Oct 15 03:42:13.505 INFO kablam! warning: constant item is never used: `RED` Oct 15 03:42:13.505 INFO kablam! --> src/spinning_box.rs:22:9 Oct 15 03:42:13.505 INFO kablam! | Oct 15 03:42:13.505 INFO kablam! 22 | const RED: [f32; 4] = [1.0, 0.0, 0.0, 1.0]; Oct 15 03:42:13.505 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:42:13.505 INFO kablam! Oct 15 03:42:13.505 INFO kablam! warning: method is never used: `update` Oct 15 03:42:13.505 INFO kablam! --> src/spinning_box.rs:40:5 Oct 15 03:42:13.505 INFO kablam! | Oct 15 03:42:13.505 INFO kablam! 40 | fn update(&mut self, args: &UpdateArgs) { Oct 15 03:42:13.505 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:42:13.505 INFO kablam! Oct 15 03:42:13.505 INFO kablam! warning: function is never used: `start` Oct 15 03:42:13.505 INFO kablam! --> src/spinning_box.rs:45:1 Oct 15 03:42:13.505 INFO kablam! | Oct 15 03:42:13.505 INFO kablam! 45 | pub fn start() { Oct 15 03:42:13.505 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 03:42:13.505 INFO kablam! Oct 15 03:42:13.884 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.33s Oct 15 03:42:13.894 INFO kablam! su: No module specific data is present Oct 15 03:42:14.205 INFO running `"docker" "rm" "-f" "96b05657bf53877d29304a6a390e5a7a22825208b9f592f117c794d57d2c7b0c"` Oct 15 03:42:14.271 INFO blam! 96b05657bf53877d29304a6a390e5a7a22825208b9f592f117c794d57d2c7b0c Oct 15 03:42:14.273 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:42:14.435 INFO blam! b2e8971a0b66c7e532ddf9c86ea7205ade79dc515efcb6ee3a2c1f068fb6db4b Oct 15 03:42:14.438 INFO running `"docker" "start" "-a" "b2e8971a0b66c7e532ddf9c86ea7205ade79dc515efcb6ee3a2c1f068fb6db4b"` Oct 15 03:42:14.991 INFO kablam! usermod: no changes Oct 15 03:42:15.199 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.18s Oct 15 03:42:15.219 INFO kablam! Running /target/debug/deps/piston_grok-c02f3285204a4341 Oct 15 03:42:15.221 INFO blam! Oct 15 03:42:15.221 INFO blam! running 0 tests Oct 15 03:42:15.221 INFO blam! Oct 15 03:42:15.222 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 03:42:15.222 INFO blam! Oct 15 03:42:15.224 INFO kablam! su: No module specific data is present Oct 15 03:42:15.743 INFO running `"docker" "rm" "-f" "b2e8971a0b66c7e532ddf9c86ea7205ade79dc515efcb6ee3a2c1f068fb6db4b"` Oct 15 03:42:15.914 INFO blam! b2e8971a0b66c7e532ddf9c86ea7205ade79dc515efcb6ee3a2c1f068fb6db4b