[INFO] updating cached repository https://github.com/bdero/space-rust [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] c8ca9609814cd56890350ffbc4c8a6729cdda5f1 [INFO] checking bdero/space-rust against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbdero%2Fspace-rust" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/bdero/space-rust on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/bdero/space-rust [INFO] finished tweaking git repo https://github.com/bdero/space-rust [INFO] tweaked toml for git repo https://github.com/bdero/space-rust written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/bdero/space-rust already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /workspace/builds/worker-7/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] fdc06cc48ef921913d901c087e20c3aab0e90390444d67b5dae0d05dc3d2c145 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "fdc06cc48ef921913d901c087e20c3aab0e90390444d67b5dae0d05dc3d2c145"` [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling sdl2 v0.34.0 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling sdl2-sys v0.34.0 [INFO] [stderr] Checking space-rust v0.1.0 (/opt/rustwide/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] | ^^^ private module [INFO] [stderr] | [INFO] [stderr] note: the module `sdl` is defined here [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sdl2-0.34.0/src/sdl2/lib.rs:87:1 [INFO] [stderr] | [INFO] [stderr] 87 | mod 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] | ^^^ private module [INFO] [stderr] | [INFO] [stderr] note: the module `sdl` is defined here [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sdl2-0.34.0/src/sdl2/lib.rs:87:1 [INFO] [stderr] | [INFO] [stderr] 87 | mod sdl; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [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] | ^^^ private module [INFO] [stderr] | [INFO] [stderr] note: the module `sdl` is defined here [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sdl2-0.34.0/src/sdl2/lib.rs:87:1 [INFO] [stderr] | [INFO] [stderr] 87 | mod 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] | ^^^ private module [INFO] [stderr] | [INFO] [stderr] note: the module `sdl` is defined here [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sdl2-0.34.0/src/sdl2/lib.rs:87:1 [INFO] [stderr] | [INFO] [stderr] 87 | mod sdl; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `poll_iter` found for enum `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] | ^^^^^^^^^ method not found in `std::result::Result` [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 0 arguments but 1 argument was supplied [INFO] [stderr] --> src/main.rs:41:29 [INFO] [stderr] | [INFO] [stderr] 41 | let context = match sdl2::init(sdl2::INIT_EVERYTHING) { [INFO] [stderr] | ^^^^^^^^^^ --------------------- supplied 1 argument [INFO] [stderr] | | [INFO] [stderr] | expected 0 arguments [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `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 enum `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 enum `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] error[E0599]: no method named `poll_iter` found for enum `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] | ^^^^^^^^^ method not found in `std::result::Result` [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 0 arguments but 1 argument was supplied [INFO] [stderr] --> src/main.rs:41:29 [INFO] [stderr] | [INFO] [stderr] 41 | let context = match sdl2::init(sdl2::INIT_EVERYTHING) { [INFO] [stderr] | ^^^^^^^^^^ --------------------- supplied 1 argument [INFO] [stderr] | | [INFO] [stderr] | expected 0 arguments [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] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `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 enum `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 enum `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" "fdc06cc48ef921913d901c087e20c3aab0e90390444d67b5dae0d05dc3d2c145"` [INFO] running `"docker" "rm" "-f" "fdc06cc48ef921913d901c087e20c3aab0e90390444d67b5dae0d05dc3d2c145"` [INFO] [stdout] fdc06cc48ef921913d901c087e20c3aab0e90390444d67b5dae0d05dc3d2c145