Oct 12 20:39:48.542 INFO checking hokora/pong against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 20:39:48.542 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-1/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 12 20:39:48.864 INFO blam! dae9c5685e17fea646235d341895fa6bef6f311a3f307ef5edae9268e1fa90f2 Oct 12 20:39:48.888 INFO running `"docker" "start" "-a" "dae9c5685e17fea646235d341895fa6bef6f311a3f307ef5edae9268e1fa90f2"` Oct 12 20:39:50.943 INFO kablam! usermod: no changes Oct 12 20:39:51.321 INFO kablam! Compiling libc v0.2.28 Oct 12 20:39:51.359 INFO kablam! Checking shared_library v0.1.7 Oct 12 20:39:51.362 INFO kablam! Compiling itertools v0.5.10 Oct 12 20:39:51.364 INFO kablam! Checking tempfile v2.1.6 Oct 12 20:39:51.364 INFO kablam! Checking rayon-core v1.2.1 Oct 12 20:39:51.365 INFO kablam! Checking x11-dl v2.14.0 Oct 12 20:39:51.366 INFO kablam! Checking fs2 v0.2.5 Oct 12 20:39:53.600 INFO kablam! Checking memmap v0.4.0 Oct 12 20:39:53.744 INFO kablam! Checking osmesa-sys v0.1.2 Oct 12 20:39:55.534 INFO kablam! Checking rayon v0.8.2 Oct 12 20:39:56.383 INFO kablam! Compiling rand v0.3.16 Oct 12 20:40:02.129 INFO kablam! Compiling derivative v1.0.0 Oct 12 20:40:03.350 INFO kablam! Compiling phf_generator v0.7.21 Oct 12 20:40:04.281 INFO kablam! Checking jpeg-decoder v0.1.13 Oct 12 20:40:04.632 INFO kablam! Compiling phf_codegen v0.7.21 Oct 12 20:40:06.108 INFO kablam! Compiling target_build_utils v0.3.1 Oct 12 20:40:08.504 INFO kablam! Checking image v0.14.0 Oct 12 20:40:22.977 INFO kablam! Checking gfx_core v0.7.1 Oct 12 20:40:32.873 INFO kablam! Compiling libloading v0.3.4 Oct 12 20:40:37.142 INFO kablam! Checking dlib v0.3.1 Oct 12 20:40:37.718 INFO kablam! Checking wayland-sys v0.9.9 Oct 12 20:40:38.670 INFO kablam! Checking wayland-client v0.9.9 Oct 12 20:40:42.076 INFO kablam! Checking wayland-window v0.6.1 Oct 12 20:40:42.078 INFO kablam! Checking wayland-kbd v0.9.1 Oct 12 20:40:45.003 INFO kablam! Checking winit v0.7.5 Oct 12 20:40:48.692 INFO kablam! Checking glutin v0.9.2 Oct 12 20:40:51.147 INFO kablam! Checking pistoncore-glutin_window v0.38.0 Oct 12 20:41:06.220 INFO kablam! Checking gfx v0.16.1 Oct 12 20:41:06.220 INFO kablam! Checking gfx_device_gl v0.14.1 Oct 12 20:41:12.452 INFO kablam! Checking piston-gfx_texture v0.25.0 Oct 12 20:41:14.228 INFO kablam! Checking piston2d-gfx_graphics v0.42.0 Oct 12 20:41:18.096 INFO kablam! Checking piston_window v0.68.0 Oct 12 20:41:20.451 INFO kablam! Checking pong v0.1.0 (/source) Oct 12 20:41:22.772 INFO kablam! warning: unused variable: `width` Oct 12 20:41:22.772 INFO kablam! --> src/objects.rs:10:16 Oct 12 20:41:22.772 INFO kablam! | Oct 12 20:41:22.772 INFO kablam! 10 | pub fn new(width:u32,height:u32)->Ball{ Oct 12 20:41:22.772 INFO kablam! | ^^^^^ help: consider using `_width` instead Oct 12 20:41:22.772 INFO kablam! | Oct 12 20:41:22.772 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 20:41:22.772 INFO kablam! Oct 12 20:41:22.772 INFO kablam! warning: unused variable: `height` Oct 12 20:41:22.772 INFO kablam! --> src/objects.rs:10:26 Oct 12 20:41:22.772 INFO kablam! | Oct 12 20:41:22.772 INFO kablam! 10 | pub fn new(width:u32,height:u32)->Ball{ Oct 12 20:41:22.772 INFO kablam! | ^^^^^^ help: consider using `_height` instead Oct 12 20:41:22.772 INFO kablam! Oct 12 20:41:22.772 INFO kablam! warning: struct is never constructed: `Ball` Oct 12 20:41:22.772 INFO kablam! --> src/objects.rs:4:1 Oct 12 20:41:22.772 INFO kablam! | Oct 12 20:41:22.772 INFO kablam! 4 | pub struct Ball{ Oct 12 20:41:22.772 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 20:41:22.772 INFO kablam! | Oct 12 20:41:22.772 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 20:41:22.772 INFO kablam! Oct 12 20:41:22.772 INFO kablam! warning: method is never used: `new` Oct 12 20:41:22.772 INFO kablam! --> src/objects.rs:10:5 Oct 12 20:41:22.772 INFO kablam! | Oct 12 20:41:22.772 INFO kablam! 10 | pub fn new(width:u32,height:u32)->Ball{ Oct 12 20:41:22.772 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:41:22.773 INFO kablam! Oct 12 20:41:22.773 INFO kablam! warning: method is never used: `draw` Oct 12 20:41:22.773 INFO kablam! --> src/objects.rs:14:5 Oct 12 20:41:22.773 INFO kablam! | Oct 12 20:41:22.773 INFO kablam! 14 | pub fn draw(){ Oct 12 20:41:22.773 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 20:41:22.773 INFO kablam! Oct 12 20:41:22.776 INFO kablam! warning: struct is never constructed: `Field` Oct 12 20:41:22.776 INFO kablam! --> src/field.rs:5:1 Oct 12 20:41:22.776 INFO kablam! | Oct 12 20:41:22.776 INFO kablam! 5 | struct Field{ Oct 12 20:41:22.776 INFO kablam! | ^^^^^^^^^^^^ Oct 12 20:41:22.776 INFO kablam! Oct 12 20:41:22.776 INFO kablam! warning: method is never used: `draw` Oct 12 20:41:22.776 INFO kablam! --> src/field.rs:13:5 Oct 12 20:41:22.776 INFO kablam! | Oct 12 20:41:22.776 INFO kablam! 13 | pub fn draw(&self, c: context::Context, g: &mut G2d){ Oct 12 20:41:22.776 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:41:22.776 INFO kablam! Oct 12 20:41:22.776 INFO kablam! warning: struct is never constructed: `Bounds` Oct 12 20:41:22.776 INFO kablam! --> src/field.rs:18:1 Oct 12 20:41:22.776 INFO kablam! | Oct 12 20:41:22.776 INFO kablam! 18 | pub struct Bounds{ Oct 12 20:41:22.776 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 20:41:22.776 INFO kablam! Oct 12 20:41:22.776 INFO kablam! warning: method is never used: `new` Oct 12 20:41:22.776 INFO kablam! --> src/field.rs:27:5 Oct 12 20:41:22.776 INFO kablam! | Oct 12 20:41:22.776 INFO kablam! 27 | pub fn new(min_x:f64,max_x:f64,min_y:f64,max_y:f64)->Bounds{ Oct 12 20:41:22.776 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:41:22.776 INFO kablam! Oct 12 20:41:22.776 INFO kablam! warning: method is never used: `draw` Oct 12 20:41:22.776 INFO kablam! --> src/field.rs:36:5 Oct 12 20:41:22.776 INFO kablam! | Oct 12 20:41:22.776 INFO kablam! 36 | pub fn draw(&self, c: context::Context, g: &mut G2d){ Oct 12 20:41:22.776 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:41:22.776 INFO kablam! Oct 12 20:41:22.816 INFO kablam! warning: unused variable: `width` Oct 12 20:41:22.816 INFO kablam! --> src/objects.rs:10:16 Oct 12 20:41:22.816 INFO kablam! | Oct 12 20:41:22.816 INFO kablam! 10 | pub fn new(width:u32,height:u32)->Ball{ Oct 12 20:41:22.816 INFO kablam! | ^^^^^ help: consider using `_width` instead Oct 12 20:41:22.816 INFO kablam! | Oct 12 20:41:22.816 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 20:41:22.816 INFO kablam! Oct 12 20:41:22.816 INFO kablam! warning: unused variable: `height` Oct 12 20:41:22.816 INFO kablam! --> src/objects.rs:10:26 Oct 12 20:41:22.816 INFO kablam! | Oct 12 20:41:22.816 INFO kablam! 10 | pub fn new(width:u32,height:u32)->Ball{ Oct 12 20:41:22.817 INFO kablam! | ^^^^^^ help: consider using `_height` instead Oct 12 20:41:22.817 INFO kablam! Oct 12 20:41:22.817 INFO kablam! warning: struct is never constructed: `Ball` Oct 12 20:41:22.817 INFO kablam! --> src/objects.rs:4:1 Oct 12 20:41:22.817 INFO kablam! | Oct 12 20:41:22.817 INFO kablam! 4 | pub struct Ball{ Oct 12 20:41:22.817 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 20:41:22.817 INFO kablam! | Oct 12 20:41:22.817 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 20:41:22.817 INFO kablam! Oct 12 20:41:22.817 INFO kablam! warning: method is never used: `new` Oct 12 20:41:22.817 INFO kablam! --> src/objects.rs:10:5 Oct 12 20:41:22.817 INFO kablam! | Oct 12 20:41:22.817 INFO kablam! 10 | pub fn new(width:u32,height:u32)->Ball{ Oct 12 20:41:22.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:41:22.817 INFO kablam! Oct 12 20:41:22.817 INFO kablam! warning: method is never used: `draw` Oct 12 20:41:22.817 INFO kablam! --> src/objects.rs:14:5 Oct 12 20:41:22.817 INFO kablam! | Oct 12 20:41:22.817 INFO kablam! 14 | pub fn draw(){ Oct 12 20:41:22.817 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 20:41:22.817 INFO kablam! Oct 12 20:41:22.817 INFO kablam! warning: struct is never constructed: `Field` Oct 12 20:41:22.817 INFO kablam! --> src/field.rs:5:1 Oct 12 20:41:22.817 INFO kablam! | Oct 12 20:41:22.817 INFO kablam! 5 | struct Field{ Oct 12 20:41:22.817 INFO kablam! | ^^^^^^^^^^^^ Oct 12 20:41:22.817 INFO kablam! Oct 12 20:41:22.817 INFO kablam! warning: method is never used: `draw` Oct 12 20:41:22.817 INFO kablam! --> src/field.rs:13:5 Oct 12 20:41:22.817 INFO kablam! | Oct 12 20:41:22.817 INFO kablam! 13 | pub fn draw(&self, c: context::Context, g: &mut G2d){ Oct 12 20:41:22.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:41:22.817 INFO kablam! Oct 12 20:41:22.817 INFO kablam! warning: struct is never constructed: `Bounds` Oct 12 20:41:22.817 INFO kablam! --> src/field.rs:18:1 Oct 12 20:41:22.817 INFO kablam! | Oct 12 20:41:22.817 INFO kablam! 18 | pub struct Bounds{ Oct 12 20:41:22.817 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 20:41:22.817 INFO kablam! Oct 12 20:41:22.817 INFO kablam! warning: method is never used: `new` Oct 12 20:41:22.817 INFO kablam! --> src/field.rs:27:5 Oct 12 20:41:22.817 INFO kablam! | Oct 12 20:41:22.817 INFO kablam! 27 | pub fn new(min_x:f64,max_x:f64,min_y:f64,max_y:f64)->Bounds{ Oct 12 20:41:22.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:41:22.817 INFO kablam! Oct 12 20:41:22.817 INFO kablam! warning: method is never used: `draw` Oct 12 20:41:22.817 INFO kablam! --> src/field.rs:36:5 Oct 12 20:41:22.817 INFO kablam! | Oct 12 20:41:22.817 INFO kablam! 36 | pub fn draw(&self, c: context::Context, g: &mut G2d){ Oct 12 20:41:22.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:41:22.817 INFO kablam! Oct 12 20:41:22.852 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 31s Oct 12 20:41:22.860 INFO kablam! su: No module specific data is present Oct 12 20:41:23.514 INFO running `"docker" "rm" "-f" "dae9c5685e17fea646235d341895fa6bef6f311a3f307ef5edae9268e1fa90f2"` Oct 12 20:41:23.780 INFO blam! dae9c5685e17fea646235d341895fa6bef6f311a3f307ef5edae9268e1fa90f2