[INFO] updating cached repository rjdgtn/rtetris [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/rjdgtn/rtetris [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/rjdgtn/rtetris" "work/ex/beta-1.38-1/sources/1.37.0/gh/rjdgtn/rtetris"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/rjdgtn/rtetris'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/rjdgtn/rtetris" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/rjdgtn/rtetris"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/rjdgtn/rtetris'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 160a96b44dfc3e93b6e00ed860506d106d9365c8 [INFO] sha for GitHub repo rjdgtn/rtetris: 160a96b44dfc3e93b6e00ed860506d106d9365c8 [INFO] validating manifest of rjdgtn/rtetris on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of rjdgtn/rtetris on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing rjdgtn/rtetris [INFO] finished frobbing rjdgtn/rtetris [INFO] frobbed toml for rjdgtn/rtetris written to work/ex/beta-1.38-1/sources/1.37.0/gh/rjdgtn/rtetris/Cargo.toml [INFO] started frobbing rjdgtn/rtetris [INFO] finished frobbing rjdgtn/rtetris [INFO] frobbed toml for rjdgtn/rtetris written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/rjdgtn/rtetris/Cargo.toml [INFO] crate rjdgtn/rtetris already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/rjdgtn/rtetris/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Updating git repository `https://github.com/rjdgtn/ears.git` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Updating git repository `https://github.com/rjdgtn/ears.git` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing rjdgtn/rtetris against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/rjdgtn/rtetris:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] ef246c7e88b8cbe0c6ab5db1f3e735b8dfacd48f8d41992f1fdfb159e03545d4 [INFO] running `"docker" "start" "-a" "ef246c7e88b8cbe0c6ab5db1f3e735b8dfacd48f8d41992f1fdfb159e03545d4"` [INFO] [stderr] Compiling syn v1.0.3 [INFO] [stderr] Compiling piston-texture v0.7.0 [INFO] [stderr] Compiling gl_generator v0.10.0 [INFO] [stderr] Compiling piston2d-graphics v0.34.0 [INFO] [stderr] Compiling gl v0.11.0 [INFO] [stderr] Compiling serde_derive v1.0.99 [INFO] [stderr] Compiling piston2d-opengl_graphics v0.68.0 [INFO] [stderr] Compiling pistoncore-input v0.28.0 [INFO] [stderr] Compiling pistoncore-window v0.44.0 [INFO] [stderr] Compiling pistoncore-event_loop v0.49.0 [INFO] [stderr] Compiling pistoncore-glutin_window v0.63.0 [INFO] [stderr] Compiling piston v0.49.0 [INFO] [stderr] Compiling rtetris v0.0.1 (/opt/crater/workdir) [INFO] [stderr] error[E0432]: unresolved import `piston::event` [INFO] [stderr] --> src/main.rs:23:13 [INFO] [stderr] | [INFO] [stderr] 23 | use piston::event::*; [INFO] [stderr] | ^^^^^ could not find `event` in `piston` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RenderArgs` in this scope [INFO] [stderr] --> src/main.rs:98:47 [INFO] [stderr] | [INFO] [stderr] 98 | fn render(&mut self, gl: &mut GlGraphics, r: RenderArgs) { [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 17 | use piston::RenderArgs; [INFO] [stderr] | [INFO] [stderr] 17 | use piston::input::RenderArgs; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unused import: `piston::event::*` [INFO] [stderr] --> src/main.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | use piston::event::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/main.rs:48:25 [INFO] [stderr] | [INFO] [stderr] 48 | let wnd = Window::new(ws); [INFO] [stderr] | ^^ [INFO] [stderr] | | [INFO] [stderr] | expected reference, found struct `piston::WindowSettings` [INFO] [stderr] | help: consider borrowing here: `&ws` [INFO] [stderr] | [INFO] [stderr] = note: expected type `&piston::WindowSettings` [INFO] [stderr] found type `piston::WindowSettings` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/main.rs:50:22 [INFO] [stderr] | [INFO] [stderr] 50 | App { window: Some(wnd) [INFO] [stderr] | ^^^ expected struct `glutin_window::GlutinWindow`, found enum `std::result::Result` [INFO] [stderr] | [INFO] [stderr] = note: expected type `glutin_window::GlutinWindow` [INFO] [stderr] found type `std::result::Result>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `_3_2` found for type `opengl_graphics::OpenGL` in the current scope [INFO] [stderr] --> src/main.rs:60:24 [INFO] [stderr] | [INFO] [stderr] 60 | let opengl = OpenGL::_3_2; [INFO] [stderr] | ^^^^ [INFO] [stderr] | | [INFO] [stderr] | variant or associated item not found in `opengl_graphics::OpenGL` [INFO] [stderr] | help: there is a variant with a similar name: `V3_2` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `events` found for type `glutin_window::GlutinWindow` in the current scope [INFO] [stderr] --> src/main.rs:64:41 [INFO] [stderr] | [INFO] [stderr] 64 | let evs = self.window.take().unwrap().events(); [INFO] [stderr] | ^^^^^^ private field, not a method [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new` found for type `graphics::DrawState` in the current scope [INFO] [stderr] --> src/render/renderer.rs:38:82 [INFO] [stderr] | [INFO] [stderr] 38 | self.rectangle.draw([xpos, ypos, self.cellSize, self.cellSize], &DrawState::new(), coxt.transform, gl); [INFO] [stderr] | ^^^ function or associated item not found in `graphics::DrawState` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new` found for type `graphics::DrawState` in the current scope [INFO] [stderr] --> src/render/renderer.rs:51:84 [INFO] [stderr] | [INFO] [stderr] 51 | self.rectangle.draw([xpos, ypos, self.cellSize, self.cellSize], &DrawState::new(), coxt.transform, gl); [INFO] [stderr] | ^^^ function or associated item not found in `graphics::DrawState` [INFO] [stderr] [INFO] [stderr] error: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0308, E0412, E0432, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0308`. [INFO] [stderr] error: Could not compile `rtetris`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "ef246c7e88b8cbe0c6ab5db1f3e735b8dfacd48f8d41992f1fdfb159e03545d4"` [INFO] running `"docker" "rm" "-f" "ef246c7e88b8cbe0c6ab5db1f3e735b8dfacd48f8d41992f1fdfb159e03545d4"` [INFO] [stdout] ef246c7e88b8cbe0c6ab5db1f3e735b8dfacd48f8d41992f1fdfb159e03545d4