Nov 27 23:48:22.938 INFO checking neogeek23/rusty_snek_gaem against try#db42d4dad33013eba11ef37342ad9f614e5652b8 for pr-56074 Nov 27 23:48:22.938 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56074/worker-7/try#db42d4dad33013eba11ef37342ad9f614e5652b8:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-56074/try#db42d4dad33013eba11ef37342ad9f614e5652b8:/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 +db42d4dad33013eba11ef37342ad9f614e5652b8-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 27 23:48:30.156 INFO [stdout] aac0cd78605c67f7ca671740370abfc5b0f8d0d08709b42b223dbc4ddfd0e875 Nov 27 23:48:30.157 INFO running `"docker" "start" "-a" "aac0cd78605c67f7ca671740370abfc5b0f8d0d08709b42b223dbc4ddfd0e875"` Nov 27 23:48:30.683 INFO [stderr] usermod: no changes Nov 27 23:48:31.851 INFO [stderr] Checking crossbeam-epoch v0.3.1 Nov 27 23:48:31.851 INFO [stderr] Checking x11-dl v2.18.3 Nov 27 23:48:31.851 INFO [stderr] Checking shared_library v0.1.9 Nov 27 23:48:31.851 INFO [stderr] Compiling syn v0.15.15 Nov 27 23:48:31.852 INFO [stderr] Checking wayland-sys v0.20.12 Nov 27 23:48:31.856 INFO [stderr] Checking rusttype v0.4.3 Nov 27 23:48:32.612 INFO [stderr] Checking osmesa-sys v0.1.2 Nov 27 23:48:32.632 INFO [stderr] Checking wayland-commons v0.20.12 Nov 27 23:48:32.881 INFO [stderr] Checking crossbeam-deque v0.2.0 Nov 27 23:48:33.051 INFO [stderr] Checking wayland-client v0.20.12 Nov 27 23:48:33.337 INFO [stderr] Checking piston2d-graphics v0.26.0 Nov 27 23:48:33.424 INFO [stderr] Checking rayon-core v1.4.1 Nov 27 23:48:34.422 INFO [stderr] Checking rayon v1.0.2 Nov 27 23:48:34.617 INFO [stderr] Checking wayland-protocols v0.20.12 Nov 27 23:48:36.956 INFO [stderr] Checking smithay-client-toolkit v0.3.0 Nov 27 23:48:37.410 INFO [stderr] Checking jpeg-decoder v0.1.15 Nov 27 23:48:38.089 INFO [stderr] Compiling serde_derive v1.0.80 Nov 27 23:48:38.089 INFO [stderr] Compiling num-derive v0.2.3 Nov 27 23:48:38.601 INFO [stderr] Checking winit v0.17.2 Nov 27 23:48:44.632 INFO [stderr] Checking glutin v0.18.0 Nov 27 23:48:48.029 INFO [stderr] Checking tiff v0.2.1 Nov 27 23:48:49.416 INFO [stderr] Checking image v0.20.0 Nov 27 23:48:57.352 INFO [stderr] Checking pistoncore-input v0.21.0 Nov 27 23:48:59.494 INFO [stderr] Checking piston2d-opengl_graphics v0.54.0 Nov 27 23:49:02.732 INFO [stderr] Checking pistoncore-window v0.32.0 Nov 27 23:49:04.014 INFO [stderr] Checking pistoncore-event_loop v0.37.0 Nov 27 23:49:04.014 INFO [stderr] Checking pistoncore-glutin_window v0.48.0 Nov 27 23:49:04.965 INFO [stderr] Checking piston v0.37.0 Nov 27 23:49:05.888 INFO [stderr] Checking snake_game v0.1.0 (/source) Nov 27 23:49:08.864 INFO [stderr] error[E0277]: a collection of type `std::vec::Vec<[f64; 4]>` cannot be built from an iterator over elements of type `()` Nov 27 23:49:08.864 INFO [stderr] --> src/main.rs:78:14 Nov 27 23:49:08.864 INFO [stderr] | Nov 27 23:49:08.864 INFO [stderr] 78 | .collect(); Nov 27 23:49:08.864 INFO [stderr] | ^^^^^^^ a collection of type `std::vec::Vec<[f64; 4]>` cannot be built from `std::iter::Iterator` Nov 27 23:49:08.864 INFO [stderr] | Nov 27 23:49:08.864 INFO [stderr] = help: the trait `std::iter::FromIterator<()>` is not implemented for `std::vec::Vec<[f64; 4]>` Nov 27 23:49:08.864 INFO [stderr] Nov 27 23:49:08.897 INFO [stderr] error: aborting due to previous error Nov 27 23:49:08.897 INFO [stderr] Nov 27 23:49:08.898 INFO [stderr] For more information about this error, try `rustc --explain E0277`. Nov 27 23:49:08.905 INFO [stderr] error: Could not compile `snake_game`. Nov 27 23:49:08.906 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 27 23:49:09.348 INFO [stderr] error[E0277]: a collection of type `std::vec::Vec<[f64; 4]>` cannot be built from an iterator over elements of type `()` Nov 27 23:49:09.348 INFO [stderr] --> src/main.rs:78:14 Nov 27 23:49:09.348 INFO [stderr] | Nov 27 23:49:09.348 INFO [stderr] 78 | .collect(); Nov 27 23:49:09.348 INFO [stderr] | ^^^^^^^ a collection of type `std::vec::Vec<[f64; 4]>` cannot be built from `std::iter::Iterator` Nov 27 23:49:09.348 INFO [stderr] | Nov 27 23:49:09.348 INFO [stderr] = help: the trait `std::iter::FromIterator<()>` is not implemented for `std::vec::Vec<[f64; 4]>` Nov 27 23:49:09.348 INFO [stderr] Nov 27 23:49:09.392 INFO [stderr] error: aborting due to previous error Nov 27 23:49:09.392 INFO [stderr] Nov 27 23:49:09.392 INFO [stderr] For more information about this error, try `rustc --explain E0277`. Nov 27 23:49:09.416 INFO [stderr] error: Could not compile `snake_game`. Nov 27 23:49:09.416 INFO [stderr] Nov 27 23:49:09.416 INFO [stderr] To learn more, run the command again with --verbose. Nov 27 23:49:09.424 INFO [stderr] su: No module specific data is present Nov 27 23:49:10.320 INFO running `"docker" "inspect" "aac0cd78605c67f7ca671740370abfc5b0f8d0d08709b42b223dbc4ddfd0e875"` Nov 27 23:49:10.679 INFO running `"docker" "rm" "-f" "aac0cd78605c67f7ca671740370abfc5b0f8d0d08709b42b223dbc4ddfd0e875"` Nov 27 23:49:10.996 INFO [stdout] aac0cd78605c67f7ca671740370abfc5b0f8d0d08709b42b223dbc4ddfd0e875