[INFO] updating cached repository https://github.com/sushiyoshi/Rust_shooting [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] 6dded4f210a639af125975d4f47800cb74e6bce6 [INFO] checking sushiyoshi/Rust_shooting against try#ba14a92a10441c4b839ce71e6ef5f7a48bbff18f for prs-64470-and-65389 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsushiyoshi%2FRust_shooting" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sushiyoshi/Rust_shooting on toolchain ba14a92a10441c4b839ce71e6ef5f7a48bbff18f [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/sushiyoshi/Rust_shooting [INFO] finished tweaking git repo https://github.com/sushiyoshi/Rust_shooting [INFO] tweaked toml for git repo https://github.com/sushiyoshi/Rust_shooting written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/sushiyoshi/Rust_shooting already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 497a8f0ce0e0df649930bc65930ddc4d57fa9e2810d7d94e4a7db48cf8da7c37 [INFO] running `"docker" "start" "-a" "497a8f0ce0e0df649930bc65930ddc4d57fa9e2810d7d94e4a7db48cf8da7c37"` [INFO] [stderr] Checking quaternion v0.3.1 [INFO] [stderr] Compiling gl_generator v0.10.0 [INFO] [stderr] Checking uuid v0.6.5 [INFO] [stderr] Compiling num-derive v0.2.4 [INFO] [stderr] Compiling derivative v1.0.2 [INFO] [stderr] Checking piston2d-graphics v0.30.0 [INFO] [stderr] Checking pistoncore-input v0.24.0 [INFO] [stderr] Checking smithay-client-toolkit v0.4.5 [INFO] [stderr] Checking piston3d-cam v0.3.0 [INFO] [stderr] Compiling gl v0.11.0 [INFO] [stderr] Compiling glutin v0.19.0 [INFO] [stderr] Checking winit v0.18.1 [INFO] [stderr] Checking pistoncore-window v0.37.0 [INFO] [stderr] Checking piston-ai_behavior v0.27.0 [INFO] [stderr] Checking piston2d-drag_controller v0.25.0 [INFO] [stderr] Checking camera_controllers v0.27.0 [INFO] [stderr] Checking gfx_core v0.8.3 [INFO] [stderr] Checking pistoncore-event_loop v0.42.0 [INFO] [stderr] Checking tiff v0.2.2 [INFO] [stderr] Checking piston2d-sprite v0.50.0 [INFO] [stderr] Checking image v0.21.1 [INFO] [stderr] Checking piston v0.42.0 [INFO] [stderr] Checking piston2d-opengl_graphics v0.59.0 [INFO] [stderr] Checking pistoncore-glutin_window v0.54.0 [INFO] [stderr] Checking gfx v0.17.1 [INFO] [stderr] Checking gfx_device_gl v0.15.5 [INFO] [stderr] Checking piston-gfx_texture v0.35.0 [INFO] [stderr] Checking piston2d-gfx_graphics v0.56.0 [INFO] [stderr] Checking piston_window v0.89.0 [INFO] [stderr] Checking shooting v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0412]: cannot find type `AppWindow` in this scope [INFO] [stderr] --> src/main.rs:39:12 [INFO] [stderr] | [INFO] [stderr] 39 | window:AppWindow, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `AppWindow` in this scope [INFO] [stderr] --> src/main.rs:77:35 [INFO] [stderr] | [INFO] [stderr] 77 | fn new_window(opengl:OpenGL) -> AppWindow{ [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `graphics_api` found for type `piston::window::WindowSettings` in the current scope [INFO] [stderr] --> src/main.rs:79:24 [INFO] [stderr] | [INFO] [stderr] 79 | .exit_on_esc(true).graphics_api(opengl).build().unwrap() [INFO] [stderr] | ^^^^^^^^^^^^ method not found in `piston::window::WindowSettings` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error[E0412]: cannot find type `AppWindow` in this scope [INFO] [stderr] --> src/main.rs:39:12 [INFO] [stderr] | [INFO] [stderr] 39 | window:AppWindow, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `AppWindow` in this scope [INFO] [stderr] --> src/main.rs:77:35 [INFO] [stderr] | [INFO] [stderr] 77 | fn new_window(opengl:OpenGL) -> AppWindow{ [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: could not compile `shooting`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no method named `graphics_api` found for type `piston::window::WindowSettings` in the current scope [INFO] [stderr] --> src/main.rs:79:24 [INFO] [stderr] | [INFO] [stderr] 79 | .exit_on_esc(true).graphics_api(opengl).build().unwrap() [INFO] [stderr] | ^^^^^^^^^^^^ method not found in `piston::window::WindowSettings` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `shooting`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "497a8f0ce0e0df649930bc65930ddc4d57fa9e2810d7d94e4a7db48cf8da7c37"` [INFO] running `"docker" "rm" "-f" "497a8f0ce0e0df649930bc65930ddc4d57fa9e2810d7d94e4a7db48cf8da7c37"` [INFO] [stdout] 497a8f0ce0e0df649930bc65930ddc4d57fa9e2810d7d94e4a7db48cf8da7c37