Oct 27 03:49:00.238 INFO checking hokora/pong against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 03:49:00.238 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-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 27 03:49:00.420 INFO blam! 9d64ba8273c233509e21b6d84bf22dd2c33fa5d461673fc95a078ff84973a0e2 Oct 27 03:49:00.420 INFO running `"docker" "start" "-a" "9d64ba8273c233509e21b6d84bf22dd2c33fa5d461673fc95a078ff84973a0e2"` Oct 27 03:49:00.866 INFO kablam! usermod: no changes Oct 27 03:49:01.171 INFO kablam! Compiling libc v0.2.28 Oct 27 03:49:01.219 INFO kablam! Checking shared_library v0.1.7 Oct 27 03:49:01.219 INFO kablam! Compiling wayland-scanner v0.9.9 Oct 27 03:49:01.219 INFO kablam! Checking tempfile v2.1.6 Oct 27 03:49:01.219 INFO kablam! Checking png v0.8.0 Oct 27 03:49:01.219 INFO kablam! Checking x11-dl v2.14.0 Oct 27 03:49:01.219 INFO kablam! Checking gfx_core v0.7.1 Oct 27 03:49:01.219 INFO kablam! Checking fs2 v0.2.5 Oct 27 03:49:02.975 INFO kablam! Checking osmesa-sys v0.1.2 Oct 27 03:49:03.679 INFO kablam! Checking memmap v0.4.0 Oct 27 03:49:06.385 INFO kablam! Checking image v0.14.0 Oct 27 03:49:07.840 INFO kablam! Compiling wayland-client v0.9.9 Oct 27 03:49:08.040 INFO kablam! Compiling rand v0.3.16 Oct 27 03:49:18.567 INFO kablam! Compiling phf_generator v0.7.21 Oct 27 03:49:20.456 INFO kablam! Compiling phf_codegen v0.7.21 Oct 27 03:49:22.183 INFO kablam! Compiling target_build_utils v0.3.1 Oct 27 03:49:40.948 INFO kablam! Compiling libloading v0.3.4 Oct 27 03:49:45.835 INFO kablam! Checking dlib v0.3.1 Oct 27 03:49:46.663 INFO kablam! Checking wayland-sys v0.9.9 Oct 27 03:49:51.082 INFO kablam! Checking wayland-window v0.6.1 Oct 27 03:49:51.083 INFO kablam! Checking wayland-kbd v0.9.1 Oct 27 03:49:53.975 INFO kablam! Checking winit v0.7.5 Oct 27 03:49:57.795 INFO kablam! Checking glutin v0.9.2 Oct 27 03:50:01.122 INFO kablam! Checking pistoncore-glutin_window v0.38.0 Oct 27 03:50:05.926 INFO kablam! Checking gfx v0.16.1 Oct 27 03:50:05.928 INFO kablam! Checking gfx_device_gl v0.14.1 Oct 27 03:50:14.301 INFO kablam! Checking piston-gfx_texture v0.25.0 Oct 27 03:50:16.351 INFO kablam! Checking piston2d-gfx_graphics v0.42.0 Oct 27 03:50:20.298 INFO kablam! Checking piston_window v0.68.0 Oct 27 03:50:22.799 INFO kablam! Checking pong v0.1.0 (/source) Oct 27 03:50:26.475 INFO kablam! warning: unused variable: `width` Oct 27 03:50:26.475 INFO kablam! --> src/objects.rs:10:16 Oct 27 03:50:26.475 INFO kablam! | Oct 27 03:50:26.475 INFO kablam! 10 | pub fn new(width:u32,height:u32)->Ball{ Oct 27 03:50:26.475 INFO kablam! | ^^^^^ help: consider using `_width` instead Oct 27 03:50:26.475 INFO kablam! | Oct 27 03:50:26.475 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 03:50:26.475 INFO kablam! Oct 27 03:50:26.475 INFO kablam! warning: unused variable: `height` Oct 27 03:50:26.475 INFO kablam! --> src/objects.rs:10:26 Oct 27 03:50:26.475 INFO kablam! | Oct 27 03:50:26.475 INFO kablam! 10 | pub fn new(width:u32,height:u32)->Ball{ Oct 27 03:50:26.475 INFO kablam! | ^^^^^^ help: consider using `_height` instead Oct 27 03:50:26.475 INFO kablam! Oct 27 03:50:26.499 INFO kablam! warning: struct is never constructed: `Ball` Oct 27 03:50:26.499 INFO kablam! --> src/objects.rs:4:1 Oct 27 03:50:26.499 INFO kablam! | Oct 27 03:50:26.499 INFO kablam! 4 | pub struct Ball{ Oct 27 03:50:26.499 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 03:50:26.499 INFO kablam! | Oct 27 03:50:26.499 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 03:50:26.499 INFO kablam! Oct 27 03:50:26.499 INFO kablam! warning: method is never used: `new` Oct 27 03:50:26.499 INFO kablam! --> src/objects.rs:10:5 Oct 27 03:50:26.499 INFO kablam! | Oct 27 03:50:26.499 INFO kablam! 10 | pub fn new(width:u32,height:u32)->Ball{ Oct 27 03:50:26.499 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:50:26.499 INFO kablam! Oct 27 03:50:26.499 INFO kablam! warning: method is never used: `draw` Oct 27 03:50:26.499 INFO kablam! --> src/objects.rs:14:5 Oct 27 03:50:26.499 INFO kablam! | Oct 27 03:50:26.499 INFO kablam! 14 | pub fn draw(){ Oct 27 03:50:26.499 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 03:50:26.499 INFO kablam! Oct 27 03:50:26.499 INFO kablam! warning: struct is never constructed: `Field` Oct 27 03:50:26.499 INFO kablam! --> src/field.rs:5:1 Oct 27 03:50:26.499 INFO kablam! | Oct 27 03:50:26.499 INFO kablam! 5 | struct Field{ Oct 27 03:50:26.499 INFO kablam! | ^^^^^^^^^^^^ Oct 27 03:50:26.499 INFO kablam! Oct 27 03:50:26.499 INFO kablam! warning: method is never used: `draw` Oct 27 03:50:26.499 INFO kablam! --> src/field.rs:13:5 Oct 27 03:50:26.499 INFO kablam! | Oct 27 03:50:26.499 INFO kablam! 13 | pub fn draw(&self, c: context::Context, g: &mut G2d){ Oct 27 03:50:26.499 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:50:26.499 INFO kablam! Oct 27 03:50:26.499 INFO kablam! warning: struct is never constructed: `Bounds` Oct 27 03:50:26.499 INFO kablam! --> src/field.rs:18:1 Oct 27 03:50:26.499 INFO kablam! | Oct 27 03:50:26.499 INFO kablam! 18 | pub struct Bounds{ Oct 27 03:50:26.499 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 03:50:26.499 INFO kablam! Oct 27 03:50:26.499 INFO kablam! warning: method is never used: `new` Oct 27 03:50:26.499 INFO kablam! --> src/field.rs:27:5 Oct 27 03:50:26.499 INFO kablam! | Oct 27 03:50:26.499 INFO kablam! 27 | pub fn new(min_x:f64,max_x:f64,min_y:f64,max_y:f64)->Bounds{ Oct 27 03:50:26.499 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:50:26.508 INFO kablam! Oct 27 03:50:26.511 INFO kablam! warning: method is never used: `draw` Oct 27 03:50:26.511 INFO kablam! --> src/field.rs:36:5 Oct 27 03:50:26.511 INFO kablam! | Oct 27 03:50:26.511 INFO kablam! 36 | pub fn draw(&self, c: context::Context, g: &mut G2d){ Oct 27 03:50:26.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:50:26.511 INFO kablam! Oct 27 03:50:26.951 INFO kablam! warning: unused variable: `width` Oct 27 03:50:26.951 INFO kablam! --> src/objects.rs:10:16 Oct 27 03:50:26.951 INFO kablam! | Oct 27 03:50:26.951 INFO kablam! 10 | pub fn new(width:u32,height:u32)->Ball{ Oct 27 03:50:26.951 INFO kablam! | ^^^^^ help: consider using `_width` instead Oct 27 03:50:26.951 INFO kablam! | Oct 27 03:50:26.951 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 03:50:26.951 INFO kablam! Oct 27 03:50:26.951 INFO kablam! warning: unused variable: `height` Oct 27 03:50:26.951 INFO kablam! --> src/objects.rs:10:26 Oct 27 03:50:26.951 INFO kablam! | Oct 27 03:50:26.951 INFO kablam! 10 | pub fn new(width:u32,height:u32)->Ball{ Oct 27 03:50:26.951 INFO kablam! | ^^^^^^ help: consider using `_height` instead Oct 27 03:50:26.951 INFO kablam! Oct 27 03:50:26.967 INFO kablam! warning: struct is never constructed: `Ball` Oct 27 03:50:26.967 INFO kablam! --> src/objects.rs:4:1 Oct 27 03:50:26.967 INFO kablam! | Oct 27 03:50:26.967 INFO kablam! 4 | pub struct Ball{ Oct 27 03:50:26.967 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 03:50:26.967 INFO kablam! | Oct 27 03:50:26.967 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 03:50:26.967 INFO kablam! Oct 27 03:50:26.967 INFO kablam! warning: method is never used: `new` Oct 27 03:50:26.967 INFO kablam! --> src/objects.rs:10:5 Oct 27 03:50:26.967 INFO kablam! | Oct 27 03:50:26.967 INFO kablam! 10 | pub fn new(width:u32,height:u32)->Ball{ Oct 27 03:50:26.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:50:26.967 INFO kablam! Oct 27 03:50:26.967 INFO kablam! warning: method is never used: `draw` Oct 27 03:50:26.967 INFO kablam! --> src/objects.rs:14:5 Oct 27 03:50:26.967 INFO kablam! | Oct 27 03:50:26.967 INFO kablam! 14 | pub fn draw(){ Oct 27 03:50:26.967 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 03:50:26.967 INFO kablam! Oct 27 03:50:26.967 INFO kablam! warning: struct is never constructed: `Field` Oct 27 03:50:26.967 INFO kablam! --> src/field.rs:5:1 Oct 27 03:50:26.967 INFO kablam! | Oct 27 03:50:26.967 INFO kablam! 5 | struct Field{ Oct 27 03:50:26.967 INFO kablam! | ^^^^^^^^^^^^ Oct 27 03:50:26.967 INFO kablam! Oct 27 03:50:26.967 INFO kablam! warning: method is never used: `draw` Oct 27 03:50:26.967 INFO kablam! --> src/field.rs:13:5 Oct 27 03:50:26.967 INFO kablam! | Oct 27 03:50:26.967 INFO kablam! 13 | pub fn draw(&self, c: context::Context, g: &mut G2d){ Oct 27 03:50:26.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:50:26.967 INFO kablam! Oct 27 03:50:26.967 INFO kablam! warning: struct is never constructed: `Bounds` Oct 27 03:50:26.967 INFO kablam! --> src/field.rs:18:1 Oct 27 03:50:26.967 INFO kablam! | Oct 27 03:50:26.967 INFO kablam! 18 | pub struct Bounds{ Oct 27 03:50:26.967 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 03:50:26.967 INFO kablam! Oct 27 03:50:26.967 INFO kablam! warning: method is never used: `new` Oct 27 03:50:26.967 INFO kablam! --> src/field.rs:27:5 Oct 27 03:50:26.967 INFO kablam! | Oct 27 03:50:26.967 INFO kablam! 27 | pub fn new(min_x:f64,max_x:f64,min_y:f64,max_y:f64)->Bounds{ Oct 27 03:50:26.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:50:26.967 INFO kablam! Oct 27 03:50:26.967 INFO kablam! warning: method is never used: `draw` Oct 27 03:50:26.967 INFO kablam! --> src/field.rs:36:5 Oct 27 03:50:26.967 INFO kablam! | Oct 27 03:50:26.968 INFO kablam! 36 | pub fn draw(&self, c: context::Context, g: &mut G2d){ Oct 27 03:50:26.968 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:50:26.968 INFO kablam! Oct 27 03:50:27.006 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 26s Oct 27 03:50:27.035 INFO kablam! su: No module specific data is present Oct 27 03:50:28.745 INFO running `"docker" "rm" "-f" "9d64ba8273c233509e21b6d84bf22dd2c33fa5d461673fc95a078ff84973a0e2"` Oct 27 03:50:29.168 INFO blam! 9d64ba8273c233509e21b6d84bf22dd2c33fa5d461673fc95a078ff84973a0e2