[INFO] updating cached repository bdero/space-rust [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/bdero/space-rust [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/bdero/space-rust" "work/ex/beta-1.38-1/sources/1.37.0/gh/bdero/space-rust"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/bdero/space-rust'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/bdero/space-rust" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/bdero/space-rust"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/bdero/space-rust'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] c8ca9609814cd56890350ffbc4c8a6729cdda5f1 [INFO] sha for GitHub repo bdero/space-rust: c8ca9609814cd56890350ffbc4c8a6729cdda5f1 [INFO] validating manifest of bdero/space-rust 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 bdero/space-rust 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 bdero/space-rust [INFO] finished frobbing bdero/space-rust [INFO] frobbed toml for bdero/space-rust written to work/ex/beta-1.38-1/sources/1.37.0/gh/bdero/space-rust/Cargo.toml [INFO] started frobbing bdero/space-rust [INFO] finished frobbing bdero/space-rust [INFO] frobbed toml for bdero/space-rust written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/bdero/space-rust/Cargo.toml [INFO] crate bdero/space-rust 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/bdero/space-rust/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] 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] Blocking waiting for file lock on package cache [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] [stderr] Blocking waiting for file lock on package cache [INFO] testing bdero/space-rust 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-1/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/bdero/space-rust:/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] e0c81e056d38854b4dc1219e8c514102e728a52befa52b8d99c4e8c5979295e4 [INFO] running `"docker" "start" "-a" "e0c81e056d38854b4dc1219e8c514102e728a52befa52b8d99c4e8c5979295e4"` [INFO] [stderr] Compiling sdl2-sys v0.32.6 [INFO] [stderr] Compiling sdl2 v0.32.2 [INFO] [stderr] Compiling space-rust v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0425]: cannot find value `INIT_EVERYTHING` in crate `sdl2` [INFO] [stderr] --> src/main.rs:41:46 [INFO] [stderr] | [INFO] [stderr] 41 | let context = match sdl2::init(sdl2::INIT_EVERYTHING) { [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in `sdl2` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `OPENGL` in module `sdl2::video` [INFO] [stderr] --> src/main.rs:51:53 [INFO] [stderr] | [INFO] [stderr] 51 | sdl2::video::OPENGL [INFO] [stderr] | ^^^^^^ not found in `sdl2::video` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `SHOWN` in module `sdl2::video` [INFO] [stderr] --> src/main.rs:52:55 [INFO] [stderr] | [INFO] [stderr] 52 | | sdl2::video::SHOWN) { [INFO] [stderr] | ^^^^^ not found in `sdl2::video` [INFO] [stderr] [INFO] [stderr] error[E0603]: module `sdl` is private [INFO] [stderr] --> src/main.rs:8:15 [INFO] [stderr] | [INFO] [stderr] 8 | use sdl2::sdl::Sdl; [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error[E0603]: module `sdl` is private [INFO] [stderr] --> src/main.rs:17:28 [INFO] [stderr] | [INFO] [stderr] 17 | pub context: sdl2::sdl::Sdl, [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `poll_iter` found for type `std::result::Result` in the current scope [INFO] [stderr] --> src/main.rs:29:41 [INFO] [stderr] | [INFO] [stderr] 29 | for event in event_pump.poll_iter() { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 0 parameters but 1 parameter was supplied [INFO] [stderr] --> src/main.rs:41:29 [INFO] [stderr] | [INFO] [stderr] 41 | let context = match sdl2::init(sdl2::INIT_EVERYTHING) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 0 parameters [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new` found for type `sdl2::video::Window` in the current scope [INFO] [stderr] --> src/main.rs:47:36 [INFO] [stderr] | [INFO] [stderr] 47 | let window = match Window::new(&context, "Space Rust", [INFO] [stderr] | ^^^ function or associated item not found in `sdl2::video::Window` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `PosCentered` found for type `sdl2::video::WindowPos` in the current scope [INFO] [stderr] --> src/main.rs:48:51 [INFO] [stderr] | [INFO] [stderr] 48 | WindowPos::PosCentered, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | variant or associated item not found in `sdl2::video::WindowPos` [INFO] [stderr] | help: there is a variant with a similar name: `Centered` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `PosCentered` found for type `sdl2::video::WindowPos` in the current scope [INFO] [stderr] --> src/main.rs:49:51 [INFO] [stderr] | [INFO] [stderr] 49 | WindowPos::PosCentered, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | variant or associated item not found in `sdl2::video::WindowPos` [INFO] [stderr] | help: there is a variant with a similar name: `Centered` [INFO] [stderr] [INFO] [stderr] error: aborting due to 10 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0425, E0599, E0603. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: Could not compile `space-rust`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "e0c81e056d38854b4dc1219e8c514102e728a52befa52b8d99c4e8c5979295e4"` [INFO] running `"docker" "rm" "-f" "e0c81e056d38854b4dc1219e8c514102e728a52befa52b8d99c4e8c5979295e4"` [INFO] [stdout] e0c81e056d38854b4dc1219e8c514102e728a52befa52b8d99c4e8c5979295e4