Oct 14 18:45:19.111 INFO testing hokora/pong against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 18:45:19.113 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 14 18:45:19.675 INFO blam! acbf9cc84cd94f39d3b32b6c655310148a7bce89e0ced15f2f384cf2dd853797 Oct 14 18:45:19.676 INFO running `"docker" "start" "-a" "acbf9cc84cd94f39d3b32b6c655310148a7bce89e0ced15f2f384cf2dd853797"` Oct 14 18:45:20.850 INFO kablam! usermod: no changes Oct 14 18:45:21.198 INFO kablam! Compiling libc v0.2.28 Oct 14 18:45:21.200 INFO kablam! Compiling coco v0.1.1 Oct 14 18:45:21.200 INFO kablam! Compiling itertools v0.5.10 Oct 14 18:45:21.201 INFO kablam! Compiling x11-dl v2.14.0 Oct 14 18:45:21.215 INFO kablam! Compiling wayland-scanner v0.9.9 Oct 14 18:45:21.215 INFO kablam! Compiling png v0.8.0 Oct 14 18:45:21.215 INFO kablam! Compiling gfx_gl v0.3.1 Oct 14 18:45:27.995 INFO kablam! Compiling rand v0.3.16 Oct 14 18:45:27.995 INFO kablam! Compiling num_cpus v1.6.2 Oct 14 18:45:28.319 INFO kablam! Compiling fs2 v0.2.5 Oct 14 18:45:28.359 INFO kablam! Compiling shared_library v0.1.7 Oct 14 18:45:32.499 INFO kablam! Compiling wayland-client v0.9.9 Oct 14 18:45:32.811 INFO kablam! Compiling memmap v0.4.0 Oct 14 18:45:32.843 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 14 18:45:33.971 INFO kablam! Compiling derivative v1.0.0 Oct 14 18:45:38.068 INFO kablam! Compiling phf_generator v0.7.21 Oct 14 18:45:38.084 INFO kablam! Compiling rayon-core v1.2.1 Oct 14 18:45:38.138 INFO kablam! Compiling tempfile v2.1.6 Oct 14 18:45:39.735 INFO kablam! Compiling phf_codegen v0.7.21 Oct 14 18:45:41.443 INFO kablam! Compiling target_build_utils v0.3.1 Oct 14 18:45:45.445 INFO kablam! Compiling rayon v0.8.2 Oct 14 18:46:00.280 INFO kablam! Compiling jpeg-decoder v0.1.13 Oct 14 18:46:01.247 INFO kablam! Compiling gfx_core v0.7.1 Oct 14 18:46:07.243 INFO kablam! Compiling image v0.14.0 Oct 14 18:46:18.431 INFO kablam! Compiling libloading v0.3.4 Oct 14 18:46:24.911 INFO kablam! Compiling dlib v0.3.1 Oct 14 18:46:26.244 INFO kablam! Compiling wayland-sys v0.9.9 Oct 14 18:46:44.127 INFO kablam! Compiling wayland-kbd v0.9.1 Oct 14 18:46:44.127 INFO kablam! Compiling wayland-window v0.6.1 Oct 14 18:46:48.186 INFO kablam! Compiling winit v0.7.5 Oct 14 18:46:57.321 INFO kablam! Compiling glutin v0.9.2 Oct 14 18:47:02.419 INFO kablam! Compiling pistoncore-glutin_window v0.38.0 Oct 14 18:47:15.248 INFO kablam! Compiling gfx v0.16.1 Oct 14 18:47:15.250 INFO kablam! Compiling gfx_device_gl v0.14.1 Oct 14 18:47:27.938 INFO kablam! Compiling piston-gfx_texture v0.25.0 Oct 14 18:47:29.442 INFO kablam! Compiling piston2d-gfx_graphics v0.42.0 Oct 14 18:47:33.148 INFO kablam! Compiling piston_window v0.68.0 Oct 14 18:47:34.759 INFO kablam! Compiling pong v0.1.0 (/source) Oct 14 18:47:36.304 INFO kablam! warning: unused variable: `width` Oct 14 18:47:36.304 INFO kablam! --> src/objects.rs:10:16 Oct 14 18:47:36.304 INFO kablam! | Oct 14 18:47:36.304 INFO kablam! 10 | pub fn new(width:u32,height:u32)->Ball{ Oct 14 18:47:36.304 INFO kablam! | ^^^^^ help: consider using `_width` instead Oct 14 18:47:36.304 INFO kablam! | Oct 14 18:47:36.304 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 18:47:36.304 INFO kablam! Oct 14 18:47:36.304 INFO kablam! warning: unused variable: `height` Oct 14 18:47:36.304 INFO kablam! --> src/objects.rs:10:26 Oct 14 18:47:36.304 INFO kablam! | Oct 14 18:47:36.304 INFO kablam! 10 | pub fn new(width:u32,height:u32)->Ball{ Oct 14 18:47:36.304 INFO kablam! | ^^^^^^ help: consider using `_height` instead Oct 14 18:47:36.304 INFO kablam! Oct 14 18:47:36.319 INFO kablam! warning: struct is never constructed: `Ball` Oct 14 18:47:36.319 INFO kablam! --> src/objects.rs:4:1 Oct 14 18:47:36.319 INFO kablam! | Oct 14 18:47:36.319 INFO kablam! 4 | pub struct Ball{ Oct 14 18:47:36.319 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 18:47:36.319 INFO kablam! | Oct 14 18:47:36.320 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:47:36.320 INFO kablam! Oct 14 18:47:36.320 INFO kablam! warning: method is never used: `new` Oct 14 18:47:36.320 INFO kablam! --> src/objects.rs:10:5 Oct 14 18:47:36.320 INFO kablam! | Oct 14 18:47:36.320 INFO kablam! 10 | pub fn new(width:u32,height:u32)->Ball{ Oct 14 18:47:36.320 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:47:36.320 INFO kablam! Oct 14 18:47:36.321 INFO kablam! warning: method is never used: `draw` Oct 14 18:47:36.321 INFO kablam! --> src/objects.rs:14:5 Oct 14 18:47:36.321 INFO kablam! | Oct 14 18:47:36.321 INFO kablam! 14 | pub fn draw(){ Oct 14 18:47:36.321 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 18:47:36.321 INFO kablam! Oct 14 18:47:36.321 INFO kablam! warning: struct is never constructed: `Field` Oct 14 18:47:36.321 INFO kablam! --> src/field.rs:5:1 Oct 14 18:47:36.321 INFO kablam! | Oct 14 18:47:36.321 INFO kablam! 5 | struct Field{ Oct 14 18:47:36.321 INFO kablam! | ^^^^^^^^^^^^ Oct 14 18:47:36.321 INFO kablam! Oct 14 18:47:36.321 INFO kablam! warning: method is never used: `draw` Oct 14 18:47:36.321 INFO kablam! --> src/field.rs:13:5 Oct 14 18:47:36.321 INFO kablam! | Oct 14 18:47:36.321 INFO kablam! 13 | pub fn draw(&self, c: context::Context, g: &mut G2d){ Oct 14 18:47:36.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:47:36.321 INFO kablam! Oct 14 18:47:36.321 INFO kablam! warning: struct is never constructed: `Bounds` Oct 14 18:47:36.321 INFO kablam! --> src/field.rs:18:1 Oct 14 18:47:36.321 INFO kablam! | Oct 14 18:47:36.321 INFO kablam! 18 | pub struct Bounds{ Oct 14 18:47:36.321 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 18:47:36.321 INFO kablam! Oct 14 18:47:36.321 INFO kablam! warning: method is never used: `new` Oct 14 18:47:36.321 INFO kablam! --> src/field.rs:27:5 Oct 14 18:47:36.321 INFO kablam! | Oct 14 18:47:36.321 INFO kablam! 27 | pub fn new(min_x:f64,max_x:f64,min_y:f64,max_y:f64)->Bounds{ Oct 14 18:47:36.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:47:36.321 INFO kablam! Oct 14 18:47:36.321 INFO kablam! warning: method is never used: `draw` Oct 14 18:47:36.321 INFO kablam! --> src/field.rs:36:5 Oct 14 18:47:36.321 INFO kablam! | Oct 14 18:47:36.321 INFO kablam! 36 | pub fn draw(&self, c: context::Context, g: &mut G2d){ Oct 14 18:47:36.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:47:36.321 INFO kablam! Oct 14 18:47:41.525 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2m 20s Oct 14 18:47:41.539 INFO kablam! su: No module specific data is present Oct 14 18:47:42.219 INFO running `"docker" "rm" "-f" "acbf9cc84cd94f39d3b32b6c655310148a7bce89e0ced15f2f384cf2dd853797"` Oct 14 18:47:42.488 INFO blam! acbf9cc84cd94f39d3b32b6c655310148a7bce89e0ced15f2f384cf2dd853797 Oct 14 18:47:42.491 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 14 18:47:42.870 INFO blam! dcd1c62bedaaca05bb2cf509cdf385c621a9266c94de5dc7d75249520cd530d8 Oct 14 18:47:42.872 INFO running `"docker" "start" "-a" "dcd1c62bedaaca05bb2cf509cdf385c621a9266c94de5dc7d75249520cd530d8"` Oct 14 18:47:43.655 INFO kablam! usermod: no changes Oct 14 18:47:43.842 INFO kablam! Compiling pong v0.1.0 (/source) Oct 14 18:47:45.163 INFO kablam! warning: unused variable: `width` Oct 14 18:47:45.164 INFO kablam! --> src/objects.rs:10:16 Oct 14 18:47:45.164 INFO kablam! | Oct 14 18:47:45.164 INFO kablam! 10 | pub fn new(width:u32,height:u32)->Ball{ Oct 14 18:47:45.165 INFO kablam! | ^^^^^ help: consider using `_width` instead Oct 14 18:47:45.165 INFO kablam! | Oct 14 18:47:45.165 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 18:47:45.166 INFO kablam! Oct 14 18:47:45.166 INFO kablam! warning: unused variable: `height` Oct 14 18:47:45.166 INFO kablam! --> src/objects.rs:10:26 Oct 14 18:47:45.166 INFO kablam! | Oct 14 18:47:45.167 INFO kablam! 10 | pub fn new(width:u32,height:u32)->Ball{ Oct 14 18:47:45.167 INFO kablam! | ^^^^^^ help: consider using `_height` instead Oct 14 18:47:45.168 INFO kablam! Oct 14 18:47:45.179 INFO kablam! warning: struct is never constructed: `Ball` Oct 14 18:47:45.180 INFO kablam! --> src/objects.rs:4:1 Oct 14 18:47:45.180 INFO kablam! | Oct 14 18:47:45.180 INFO kablam! 4 | pub struct Ball{ Oct 14 18:47:45.180 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 18:47:45.181 INFO kablam! | Oct 14 18:47:45.181 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:47:45.181 INFO kablam! Oct 14 18:47:45.182 INFO kablam! warning: method is never used: `new` Oct 14 18:47:45.182 INFO kablam! --> src/objects.rs:10:5 Oct 14 18:47:45.182 INFO kablam! | Oct 14 18:47:45.182 INFO kablam! 10 | pub fn new(width:u32,height:u32)->Ball{ Oct 14 18:47:45.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:47:45.183 INFO kablam! Oct 14 18:47:45.183 INFO kablam! warning: method is never used: `draw` Oct 14 18:47:45.184 INFO kablam! --> src/objects.rs:14:5 Oct 14 18:47:45.184 INFO kablam! | Oct 14 18:47:45.184 INFO kablam! 14 | pub fn draw(){ Oct 14 18:47:45.184 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 18:47:45.185 INFO kablam! Oct 14 18:47:45.185 INFO kablam! warning: struct is never constructed: `Field` Oct 14 18:47:45.185 INFO kablam! --> src/field.rs:5:1 Oct 14 18:47:45.186 INFO kablam! | Oct 14 18:47:45.186 INFO kablam! 5 | struct Field{ Oct 14 18:47:45.186 INFO kablam! | ^^^^^^^^^^^^ Oct 14 18:47:45.186 INFO kablam! Oct 14 18:47:45.187 INFO kablam! warning: method is never used: `draw` Oct 14 18:47:45.187 INFO kablam! --> src/field.rs:13:5 Oct 14 18:47:45.187 INFO kablam! | Oct 14 18:47:45.188 INFO kablam! 13 | pub fn draw(&self, c: context::Context, g: &mut G2d){ Oct 14 18:47:45.188 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:47:45.188 INFO kablam! Oct 14 18:47:45.188 INFO kablam! warning: struct is never constructed: `Bounds` Oct 14 18:47:45.189 INFO kablam! --> src/field.rs:18:1 Oct 14 18:47:45.189 INFO kablam! | Oct 14 18:47:45.189 INFO kablam! 18 | pub struct Bounds{ Oct 14 18:47:45.190 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 18:47:45.190 INFO kablam! Oct 14 18:47:45.190 INFO kablam! warning: method is never used: `new` Oct 14 18:47:45.190 INFO kablam! --> src/field.rs:27:5 Oct 14 18:47:45.191 INFO kablam! | Oct 14 18:47:45.191 INFO kablam! 27 | pub fn new(min_x:f64,max_x:f64,min_y:f64,max_y:f64)->Bounds{ Oct 14 18:47:45.191 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:47:45.192 INFO kablam! Oct 14 18:47:45.192 INFO kablam! warning: method is never used: `draw` Oct 14 18:47:45.192 INFO kablam! --> src/field.rs:36:5 Oct 14 18:47:45.192 INFO kablam! | Oct 14 18:47:45.192 INFO kablam! 36 | pub fn draw(&self, c: context::Context, g: &mut G2d){ Oct 14 18:47:45.192 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:47:45.192 INFO kablam! Oct 14 18:47:45.786 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.10s Oct 14 18:47:45.803 INFO kablam! su: No module specific data is present Oct 14 18:47:46.881 INFO running `"docker" "rm" "-f" "dcd1c62bedaaca05bb2cf509cdf385c621a9266c94de5dc7d75249520cd530d8"` Oct 14 18:47:47.249 INFO blam! dcd1c62bedaaca05bb2cf509cdf385c621a9266c94de5dc7d75249520cd530d8 Oct 14 18:47:47.251 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 14 18:47:47.591 INFO blam! ecb196b6a2e5fb9f049482478ea37089d2a77514aaebb1fa7ea6bc9ce4c92663 Oct 14 18:47:47.592 INFO running `"docker" "start" "-a" "ecb196b6a2e5fb9f049482478ea37089d2a77514aaebb1fa7ea6bc9ce4c92663"` Oct 14 18:47:48.803 INFO kablam! usermod: no changes Oct 14 18:47:49.083 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.26s Oct 14 18:47:49.103 INFO kablam! Running /target/debug/deps/pong-f1ebf274afaeebbf Oct 14 18:47:49.111 INFO kablam! su: No module specific data is present Oct 14 18:47:49.111 INFO blam! Oct 14 18:47:49.111 INFO blam! running 0 tests Oct 14 18:47:49.111 INFO blam! Oct 14 18:47:49.111 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 18:47:49.111 INFO blam! Oct 14 18:47:50.016 INFO running `"docker" "rm" "-f" "ecb196b6a2e5fb9f049482478ea37089d2a77514aaebb1fa7ea6bc9ce4c92663"` Oct 14 18:47:50.351 INFO blam! ecb196b6a2e5fb9f049482478ea37089d2a77514aaebb1fa7ea6bc9ce4c92663