Oct 10 22:00:08.431 INFO testing hokora/pong against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 22:00:08.431 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 22:00:08.431 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 10 22:00:08.881 INFO blam! 029d98905f0d8cf00a20072e66283fb2110b1001eb1b19f418669c9ae2570a6f Oct 10 22:00:08.883 INFO running `"docker" "start" "-a" "029d98905f0d8cf00a20072e66283fb2110b1001eb1b19f418669c9ae2570a6f"` Oct 10 22:00:09.860 INFO kablam! usermod: no changes Oct 10 22:00:10.193 INFO kablam! Compiling rand v0.3.16 Oct 10 22:00:10.221 INFO kablam! Compiling png v0.8.0 Oct 10 22:00:10.224 INFO kablam! Compiling wayland-client v0.9.9 Oct 10 22:00:13.740 INFO kablam! Compiling phf_generator v0.7.21 Oct 10 22:00:13.740 INFO kablam! Compiling rayon-core v1.2.1 Oct 10 22:00:13.740 INFO kablam! Compiling tempfile v2.1.6 Oct 10 22:00:14.725 INFO kablam! Compiling phf_codegen v0.7.21 Oct 10 22:00:15.790 INFO kablam! Compiling target_build_utils v0.3.1 Oct 10 22:00:16.361 INFO kablam! Compiling rayon v0.8.2 Oct 10 22:00:21.720 INFO kablam! Compiling jpeg-decoder v0.1.13 Oct 10 22:00:26.516 INFO kablam! Compiling image v0.14.0 Oct 10 22:00:32.805 INFO kablam! Compiling libloading v0.3.4 Oct 10 22:00:39.248 INFO kablam! Compiling dlib v0.3.1 Oct 10 22:00:42.063 INFO kablam! Compiling wayland-sys v0.9.9 Oct 10 22:00:51.156 INFO kablam! Compiling piston-gfx_texture v0.25.0 Oct 10 22:00:54.877 INFO kablam! Compiling wayland-window v0.6.1 Oct 10 22:00:54.877 INFO kablam! Compiling wayland-kbd v0.9.1 Oct 10 22:00:56.704 INFO kablam! Compiling piston2d-gfx_graphics v0.42.0 Oct 10 22:00:59.525 INFO kablam! Compiling winit v0.7.5 Oct 10 22:01:05.188 INFO kablam! Compiling glutin v0.9.2 Oct 10 22:01:08.274 INFO kablam! Compiling pistoncore-glutin_window v0.38.0 Oct 10 22:01:11.589 INFO kablam! Compiling piston_window v0.68.0 Oct 10 22:01:16.160 INFO kablam! Compiling pong v0.1.0 (/source) Oct 10 22:01:20.774 INFO kablam! warning: unused variable: `width` Oct 10 22:01:20.774 INFO kablam! --> src/objects.rs:10:16 Oct 10 22:01:20.774 INFO kablam! | Oct 10 22:01:20.774 INFO kablam! 10 | pub fn new(width:u32,height:u32)->Ball{ Oct 10 22:01:20.774 INFO kablam! | ^^^^^ help: consider using `_width` instead Oct 10 22:01:20.774 INFO kablam! | Oct 10 22:01:20.774 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 22:01:20.774 INFO kablam! Oct 10 22:01:20.774 INFO kablam! warning: unused variable: `height` Oct 10 22:01:20.774 INFO kablam! --> src/objects.rs:10:26 Oct 10 22:01:20.774 INFO kablam! | Oct 10 22:01:20.774 INFO kablam! 10 | pub fn new(width:u32,height:u32)->Ball{ Oct 10 22:01:20.774 INFO kablam! | ^^^^^^ help: consider using `_height` instead Oct 10 22:01:20.774 INFO kablam! Oct 10 22:01:20.786 INFO kablam! warning: struct is never constructed: `Ball` Oct 10 22:01:20.786 INFO kablam! --> src/objects.rs:4:1 Oct 10 22:01:20.787 INFO kablam! | Oct 10 22:01:20.787 INFO kablam! 4 | pub struct Ball{ Oct 10 22:01:20.787 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 22:01:20.787 INFO kablam! | Oct 10 22:01:20.787 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 22:01:20.788 INFO kablam! Oct 10 22:01:20.788 INFO kablam! warning: method is never used: `new` Oct 10 22:01:20.788 INFO kablam! --> src/objects.rs:10:5 Oct 10 22:01:20.789 INFO kablam! | Oct 10 22:01:20.789 INFO kablam! 10 | pub fn new(width:u32,height:u32)->Ball{ Oct 10 22:01:20.789 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:01:20.790 INFO kablam! Oct 10 22:01:20.790 INFO kablam! warning: method is never used: `draw` Oct 10 22:01:20.790 INFO kablam! --> src/objects.rs:14:5 Oct 10 22:01:20.790 INFO kablam! | Oct 10 22:01:20.791 INFO kablam! 14 | pub fn draw(){ Oct 10 22:01:20.791 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 22:01:20.791 INFO kablam! Oct 10 22:01:20.792 INFO kablam! warning: struct is never constructed: `Field` Oct 10 22:01:20.792 INFO kablam! --> src/field.rs:5:1 Oct 10 22:01:20.792 INFO kablam! | Oct 10 22:01:20.792 INFO kablam! 5 | struct Field{ Oct 10 22:01:20.793 INFO kablam! | ^^^^^^^^^^^^ Oct 10 22:01:20.793 INFO kablam! Oct 10 22:01:20.793 INFO kablam! warning: method is never used: `draw` Oct 10 22:01:20.793 INFO kablam! --> src/field.rs:13:5 Oct 10 22:01:20.794 INFO kablam! | Oct 10 22:01:20.794 INFO kablam! 13 | pub fn draw(&self, c: context::Context, g: &mut G2d){ Oct 10 22:01:20.794 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:01:20.794 INFO kablam! Oct 10 22:01:20.795 INFO kablam! warning: struct is never constructed: `Bounds` Oct 10 22:01:20.795 INFO kablam! --> src/field.rs:18:1 Oct 10 22:01:20.795 INFO kablam! | Oct 10 22:01:20.795 INFO kablam! 18 | pub struct Bounds{ Oct 10 22:01:20.795 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 22:01:20.796 INFO kablam! Oct 10 22:01:20.801 INFO kablam! warning: method is never used: `new` Oct 10 22:01:20.801 INFO kablam! --> src/field.rs:27:5 Oct 10 22:01:20.801 INFO kablam! | Oct 10 22:01:20.801 INFO kablam! 27 | pub fn new(min_x:f64,max_x:f64,min_y:f64,max_y:f64)->Bounds{ Oct 10 22:01:20.802 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:01:20.802 INFO kablam! Oct 10 22:01:20.802 INFO kablam! warning: method is never used: `draw` Oct 10 22:01:20.802 INFO kablam! --> src/field.rs:36:5 Oct 10 22:01:20.803 INFO kablam! | Oct 10 22:01:20.803 INFO kablam! 36 | pub fn draw(&self, c: context::Context, g: &mut G2d){ Oct 10 22:01:20.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:01:20.804 INFO kablam! Oct 10 22:01:23.948 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 14s Oct 10 22:01:23.984 INFO kablam! su: No module specific data is present Oct 10 22:01:24.268 INFO running `"docker" "rm" "-f" "029d98905f0d8cf00a20072e66283fb2110b1001eb1b19f418669c9ae2570a6f"` Oct 10 22:01:24.337 INFO blam! 029d98905f0d8cf00a20072e66283fb2110b1001eb1b19f418669c9ae2570a6f Oct 10 22:01:24.339 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 22:01:24.339 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 10 22:01:24.528 INFO blam! 7c37041173c07dc4306c2b2949d9142af029c92306db330b61afd33a6fae0e48 Oct 10 22:01:24.539 INFO running `"docker" "start" "-a" "7c37041173c07dc4306c2b2949d9142af029c92306db330b61afd33a6fae0e48"` Oct 10 22:01:24.971 INFO kablam! usermod: no changes Oct 10 22:01:25.154 INFO kablam! Compiling pong v0.1.0 (/source) Oct 10 22:01:29.948 INFO kablam! warning: unused variable: `width` Oct 10 22:01:29.948 INFO kablam! --> src/objects.rs:10:16 Oct 10 22:01:29.948 INFO kablam! | Oct 10 22:01:29.948 INFO kablam! 10 | pub fn new(width:u32,height:u32)->Ball{ Oct 10 22:01:29.948 INFO kablam! | ^^^^^ help: consider using `_width` instead Oct 10 22:01:29.948 INFO kablam! | Oct 10 22:01:29.948 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 22:01:29.948 INFO kablam! Oct 10 22:01:29.948 INFO kablam! warning: unused variable: `height` Oct 10 22:01:29.948 INFO kablam! --> src/objects.rs:10:26 Oct 10 22:01:29.948 INFO kablam! | Oct 10 22:01:29.948 INFO kablam! 10 | pub fn new(width:u32,height:u32)->Ball{ Oct 10 22:01:29.948 INFO kablam! | ^^^^^^ help: consider using `_height` instead Oct 10 22:01:29.948 INFO kablam! Oct 10 22:01:29.951 INFO kablam! warning: struct is never constructed: `Ball` Oct 10 22:01:29.951 INFO kablam! --> src/objects.rs:4:1 Oct 10 22:01:29.951 INFO kablam! | Oct 10 22:01:29.951 INFO kablam! 4 | pub struct Ball{ Oct 10 22:01:29.951 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 22:01:29.951 INFO kablam! | Oct 10 22:01:29.951 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 22:01:29.951 INFO kablam! Oct 10 22:01:29.951 INFO kablam! warning: method is never used: `new` Oct 10 22:01:29.951 INFO kablam! --> src/objects.rs:10:5 Oct 10 22:01:29.951 INFO kablam! | Oct 10 22:01:29.951 INFO kablam! 10 | pub fn new(width:u32,height:u32)->Ball{ Oct 10 22:01:29.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:01:29.951 INFO kablam! Oct 10 22:01:29.951 INFO kablam! warning: method is never used: `draw` Oct 10 22:01:29.951 INFO kablam! --> src/objects.rs:14:5 Oct 10 22:01:29.951 INFO kablam! | Oct 10 22:01:29.951 INFO kablam! 14 | pub fn draw(){ Oct 10 22:01:29.951 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 22:01:29.951 INFO kablam! Oct 10 22:01:29.952 INFO kablam! warning: struct is never constructed: `Field` Oct 10 22:01:29.952 INFO kablam! --> src/field.rs:5:1 Oct 10 22:01:29.952 INFO kablam! | Oct 10 22:01:29.952 INFO kablam! 5 | struct Field{ Oct 10 22:01:29.952 INFO kablam! | ^^^^^^^^^^^^ Oct 10 22:01:29.952 INFO kablam! Oct 10 22:01:29.952 INFO kablam! warning: method is never used: `draw` Oct 10 22:01:29.952 INFO kablam! --> src/field.rs:13:5 Oct 10 22:01:29.952 INFO kablam! | Oct 10 22:01:29.952 INFO kablam! 13 | pub fn draw(&self, c: context::Context, g: &mut G2d){ Oct 10 22:01:29.952 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:01:29.952 INFO kablam! Oct 10 22:01:29.952 INFO kablam! warning: struct is never constructed: `Bounds` Oct 10 22:01:29.952 INFO kablam! --> src/field.rs:18:1 Oct 10 22:01:29.952 INFO kablam! | Oct 10 22:01:29.952 INFO kablam! 18 | pub struct Bounds{ Oct 10 22:01:29.952 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 22:01:29.952 INFO kablam! Oct 10 22:01:29.952 INFO kablam! warning: method is never used: `new` Oct 10 22:01:29.952 INFO kablam! --> src/field.rs:27:5 Oct 10 22:01:29.952 INFO kablam! | Oct 10 22:01:29.952 INFO kablam! 27 | pub fn new(min_x:f64,max_x:f64,min_y:f64,max_y:f64)->Bounds{ Oct 10 22:01:29.952 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:01:29.952 INFO kablam! Oct 10 22:01:29.952 INFO kablam! warning: method is never used: `draw` Oct 10 22:01:29.952 INFO kablam! --> src/field.rs:36:5 Oct 10 22:01:29.952 INFO kablam! | Oct 10 22:01:29.952 INFO kablam! 36 | pub fn draw(&self, c: context::Context, g: &mut G2d){ Oct 10 22:01:29.952 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:01:29.952 INFO kablam! Oct 10 22:01:30.336 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.35s Oct 10 22:01:30.350 INFO kablam! su: No module specific data is present Oct 10 22:01:30.655 INFO running `"docker" "rm" "-f" "7c37041173c07dc4306c2b2949d9142af029c92306db330b61afd33a6fae0e48"` Oct 10 22:01:30.719 INFO blam! 7c37041173c07dc4306c2b2949d9142af029c92306db330b61afd33a6fae0e48 Oct 10 22:01:30.721 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 22:01:30.731 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 10 22:01:30.891 INFO blam! 36b61c81ca997ada61461bf2570022c1a8fe5fb5c622e78f9bfd91c3a7634b38 Oct 10 22:01:30.893 INFO running `"docker" "start" "-a" "36b61c81ca997ada61461bf2570022c1a8fe5fb5c622e78f9bfd91c3a7634b38"` Oct 10 22:01:31.313 INFO kablam! usermod: no changes Oct 10 22:01:31.450 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.12s Oct 10 22:01:31.457 INFO kablam! Running /target/debug/deps/pong-a2087b4bcd81cfe8 Oct 10 22:01:31.458 INFO blam! Oct 10 22:01:31.458 INFO blam! running 0 tests Oct 10 22:01:31.458 INFO blam! Oct 10 22:01:31.458 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 22:01:31.458 INFO blam! Oct 10 22:01:31.460 INFO kablam! su: No module specific data is present Oct 10 22:01:31.730 INFO running `"docker" "rm" "-f" "36b61c81ca997ada61461bf2570022c1a8fe5fb5c622e78f9bfd91c3a7634b38"` Oct 10 22:01:31.828 INFO blam! 36b61c81ca997ada61461bf2570022c1a8fe5fb5c622e78f9bfd91c3a7634b38