Nov 30 03:37:15.061 INFO checking ejmahler/tetris_clone against master#a49316ddc99d9d595193557fc899f6c52e4d9af9 for pr-56323 Nov 30 03:37:15.061 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56323/worker-7/master#a49316ddc99d9d595193557fc899f6c52e4d9af9:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-56323/master#a49316ddc99d9d595193557fc899f6c52e4d9af9:/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 +a49316ddc99d9d595193557fc899f6c52e4d9af9-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"` Nov 30 03:37:15.668 INFO [stdout] ec2dd102756d55857a50bc4c5ff7e6dc88d20f45550a8dddbdfc5deb57affe0e Nov 30 03:37:15.672 INFO running `"docker" "start" "-a" "ec2dd102756d55857a50bc4c5ff7e6dc88d20f45550a8dddbdfc5deb57affe0e"` Nov 30 03:37:17.556 INFO [stderr] usermod: no changes Nov 30 03:37:17.934 INFO [stderr] Compiling libc v0.2.35 Nov 30 03:37:17.938 INFO [stderr] Compiling ndarray v0.11.0 Nov 30 03:37:17.938 INFO [stderr] Checking rand v0.4.1 Nov 30 03:37:17.938 INFO [stderr] Checking itertools v0.7.5 Nov 30 03:37:17.963 INFO [stderr] Checking num-complex v0.1.41 Nov 30 03:37:17.968 INFO [stderr] Compiling itertools v0.5.10 Nov 30 03:37:17.970 INFO [stderr] Checking shared_library v0.1.8 Nov 30 03:37:17.981 INFO [stderr] Checking tempfile v2.2.0 Nov 30 03:37:21.052 INFO [stderr] Checking rayon-core v1.3.0 Nov 30 03:37:21.530 INFO [stderr] Checking osmesa-sys v0.1.2 Nov 30 03:37:22.217 INFO [stderr] Checking x11-dl v2.17.2 Nov 30 03:37:24.168 INFO [stderr] Checking piston2d-graphics v0.24.0 Nov 30 03:37:24.196 INFO [stderr] Checking fs2 v0.2.5 Nov 30 03:37:25.440 INFO [stderr] Compiling glutin v0.10.1 Nov 30 03:37:25.568 INFO [stderr] Compiling gfx_gl v0.4.0 Nov 30 03:37:26.397 INFO [stderr] Compiling gl v0.7.0 Nov 30 03:37:27.750 INFO [stderr] Compiling rand v0.3.19 Nov 30 03:37:28.824 INFO [stderr] Checking rayon v0.8.2 Nov 30 03:37:29.608 INFO [stderr] Checking memmap v0.4.0 Nov 30 03:37:40.330 INFO [stderr] Compiling derivative v1.0.0 Nov 30 03:37:40.421 INFO [stderr] Checking cgmath v0.16.0 Nov 30 03:37:42.757 INFO [stderr] Compiling phf_generator v0.7.21 Nov 30 03:37:50.546 INFO [stderr] Compiling phf_codegen v0.7.21 Nov 30 03:37:53.894 INFO [stderr] Checking jpeg-decoder v0.1.13 Nov 30 03:37:54.718 INFO [stderr] Compiling target_build_utils v0.3.1 Nov 30 03:38:02.481 INFO [stderr] Checking image v0.18.0 Nov 30 03:38:25.963 INFO [stderr] Checking gfx_core v0.7.2 Nov 30 03:38:34.941 INFO [stderr] Compiling libloading v0.3.4 Nov 30 03:38:38.455 INFO [stderr] Checking dlib v0.3.1 Nov 30 03:38:39.252 INFO [stderr] Checking wayland-sys v0.9.10 Nov 30 03:38:39.941 INFO [stderr] Checking wayland-client v0.9.10 Nov 30 03:38:42.464 INFO [stderr] Checking wayland-protocols v0.9.10 Nov 30 03:38:42.464 INFO [stderr] Checking wayland-kbd v0.9.1 Nov 30 03:38:45.906 INFO [stderr] Checking wayland-window v0.8.0 Nov 30 03:38:47.308 INFO [stderr] Checking winit v0.8.3 Nov 30 03:38:53.675 INFO [stderr] Checking pistoncore-glutin_window v0.43.0 Nov 30 03:39:02.456 INFO [stderr] Checking gfx v0.16.3 Nov 30 03:39:02.456 INFO [stderr] Checking gfx_device_gl v0.14.6 Nov 30 03:39:08.645 INFO [stderr] Checking piston-gfx_texture v0.30.0 Nov 30 03:39:10.665 INFO [stderr] Checking piston2d-gfx_graphics v0.47.0 Nov 30 03:39:14.230 INFO [stderr] Checking piston_window v0.74.0 Nov 30 03:39:17.592 INFO [stderr] Checking tetris_clone v0.1.0 (/source) Nov 30 03:39:22.984 INFO [stderr] warning: the feature `universal_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Nov 30 03:39:22.984 INFO [stderr] --> src/main.rs:1:12 Nov 30 03:39:22.984 INFO [stderr] | Nov 30 03:39:22.984 INFO [stderr] 1 | #![feature(universal_impl_trait)] Nov 30 03:39:22.984 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^ Nov 30 03:39:22.984 INFO [stderr] | Nov 30 03:39:22.984 INFO [stderr] = note: #[warn(stable_features)] on by default Nov 30 03:39:22.984 INFO [stderr] Nov 30 03:39:22.984 INFO [stderr] warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Nov 30 03:39:22.984 INFO [stderr] --> src/main.rs:2:12 Nov 30 03:39:22.984 INFO [stderr] | Nov 30 03:39:22.984 INFO [stderr] 2 | #![feature(conservative_impl_trait)] Nov 30 03:39:22.984 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ Nov 30 03:39:22.984 INFO [stderr] Nov 30 03:39:23.552 INFO [stderr] warning: the feature `universal_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Nov 30 03:39:23.552 INFO [stderr] --> src/main.rs:1:12 Nov 30 03:39:23.552 INFO [stderr] | Nov 30 03:39:23.552 INFO [stderr] 1 | #![feature(universal_impl_trait)] Nov 30 03:39:23.552 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^ Nov 30 03:39:23.552 INFO [stderr] | Nov 30 03:39:23.552 INFO [stderr] = note: #[warn(stable_features)] on by default Nov 30 03:39:23.552 INFO [stderr] Nov 30 03:39:23.552 INFO [stderr] warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Nov 30 03:39:23.552 INFO [stderr] --> src/main.rs:2:12 Nov 30 03:39:23.552 INFO [stderr] | Nov 30 03:39:23.552 INFO [stderr] 2 | #![feature(conservative_impl_trait)] Nov 30 03:39:23.552 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ Nov 30 03:39:23.552 INFO [stderr] Nov 30 03:39:23.596 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 06s Nov 30 03:39:23.611 INFO [stderr] su: No module specific data is present Nov 30 03:39:24.491 INFO running `"docker" "inspect" "ec2dd102756d55857a50bc4c5ff7e6dc88d20f45550a8dddbdfc5deb57affe0e"` Nov 30 03:39:24.840 INFO running `"docker" "rm" "-f" "ec2dd102756d55857a50bc4c5ff7e6dc88d20f45550a8dddbdfc5deb57affe0e"` Nov 30 03:39:25.260 INFO [stdout] ec2dd102756d55857a50bc4c5ff7e6dc88d20f45550a8dddbdfc5deb57affe0e