[INFO] updating cached repository https://github.com/yeliknewo/rust-smooth_voxel [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] eb2504b6490db19f9137798863c08b41ff4f1b38 [INFO] checking yeliknewo/rust-smooth_voxel against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyeliknewo%2Frust-smooth_voxel" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/yeliknewo/rust-smooth_voxel on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/yeliknewo/rust-smooth_voxel [INFO] finished tweaking git repo https://github.com/yeliknewo/rust-smooth_voxel [INFO] tweaked toml for git repo https://github.com/yeliknewo/rust-smooth_voxel written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/yeliknewo/rust-smooth_voxel already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] error: the lock file /workspace/builds/worker-6/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "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] bdd94fa29ed0e32903ce8310b7eb229a83ca3a881643cebcb0b42f98ccb5c57b [INFO] running `"docker" "start" "-a" "bdd94fa29ed0e32903ce8310b7eb229a83ca3a881643cebcb0b42f98ccb5c57b"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking voxel v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `glium::DisplayBuild` [INFO] [stderr] --> src/main.rs:7:13 [INFO] [stderr] | [INFO] [stderr] 7 | use glium::{DisplayBuild, Surface, Frame}; [INFO] [stderr] | ^^^^^^^^^^^^ no `DisplayBuild` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `glium::backend::glutin_backend` [INFO] [stderr] --> src/main.rs:8:21 [INFO] [stderr] | [INFO] [stderr] 8 | use glium::backend::glutin_backend::{WinRef, GlutinFacade}; [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `glutin_backend` in `backend` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `CursorState` in `glutin` [INFO] [stderr] --> src/main.rs:138:50 [INFO] [stderr] | [INFO] [stderr] 138 | match window.set_cursor_state(glium::glutin::CursorState::Grab){ [INFO] [stderr] | ^^^^^^^^^^^ could not find `CursorState` in `glutin` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `CursorState` in `glutin` [INFO] [stderr] --> src/main.rs:325:74 [INFO] [stderr] | [INFO] [stderr] 325 | ... match window.set_cursor_state(glium::glutin::CursorState::Grab){ [INFO] [stderr] | ^^^^^^^^^^^ could not find `CursorState` in `glutin` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `CursorState` in `glutin` [INFO] [stderr] --> src/main.rs:331:74 [INFO] [stderr] | [INFO] [stderr] 331 | ... match window.set_cursor_state(glium::glutin::CursorState::Normal){ [INFO] [stderr] | ^^^^^^^^^^^ could not find `CursorState` in `glutin` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `get_primary_monitor` in crate `glium::glutin` [INFO] [stderr] --> src/main.rs:74:51 [INFO] [stderr] | [INFO] [stderr] 74 | let screen_size : (u32, u32) = glium::glutin::get_primary_monitor().get_dimensions(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in `glium::glutin` [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/main.rs:102:24 [INFO] [stderr] | [INFO] [stderr] 102 | }.set_position(((screen_size.0 as i32 - window_dimensions.0 as i32) / 2), ((screen_size.1 as i32 - window_dimensions.1 as i32) / 2)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/main.rs:102:83 [INFO] [stderr] | [INFO] [stderr] 102 | }.set_position(((screen_size.0 as i32 - window_dimensions.0 as i32) / 2), ((screen_size.1 as i32 - window_dimensions.1 as i32) / 2)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `glium::DisplayBuild` [INFO] [stderr] --> src/main.rs:7:13 [INFO] [stderr] | [INFO] [stderr] 7 | use glium::{DisplayBuild, Surface, Frame}; [INFO] [stderr] | ^^^^^^^^^^^^ no `DisplayBuild` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `glium::backend::glutin_backend` [INFO] [stderr] --> src/main.rs:8:21 [INFO] [stderr] | [INFO] [stderr] 8 | use glium::backend::glutin_backend::{WinRef, GlutinFacade}; [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `glutin_backend` in `backend` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `CursorState` in `glutin` [INFO] [stderr] --> src/main.rs:138:50 [INFO] [stderr] | [INFO] [stderr] 138 | match window.set_cursor_state(glium::glutin::CursorState::Grab){ [INFO] [stderr] | ^^^^^^^^^^^ could not find `CursorState` in `glutin` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `CursorState` in `glutin` [INFO] [stderr] --> src/main.rs:325:74 [INFO] [stderr] | [INFO] [stderr] 325 | ... match window.set_cursor_state(glium::glutin::CursorState::Grab){ [INFO] [stderr] | ^^^^^^^^^^^ could not find `CursorState` in `glutin` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `CursorState` in `glutin` [INFO] [stderr] --> src/main.rs:331:74 [INFO] [stderr] | [INFO] [stderr] 331 | ... match window.set_cursor_state(glium::glutin::CursorState::Normal){ [INFO] [stderr] | ^^^^^^^^^^^ could not find `CursorState` in `glutin` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `get_primary_monitor` in crate `glium::glutin` [INFO] [stderr] --> src/main.rs:74:51 [INFO] [stderr] | [INFO] [stderr] 74 | let screen_size : (u32, u32) = glium::glutin::get_primary_monitor().get_dimensions(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in `glium::glutin` [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/main.rs:102:24 [INFO] [stderr] | [INFO] [stderr] 102 | }.set_position(((screen_size.0 as i32 - window_dimensions.0 as i32) / 2), ((screen_size.1 as i32 - window_dimensions.1 as i32) / 2)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/main.rs:102:83 [INFO] [stderr] | [INFO] [stderr] 102 | }.set_position(((screen_size.0 as i32 - window_dimensions.0 as i32) / 2), ((screen_size.1 as i32 - window_dimensions.1 as i32) / 2)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 2 parameters were supplied [INFO] [stderr] --> src/main.rs:78:14 [INFO] [stderr] | [INFO] [stderr] 78 | .with_dimensions(screen_size.0, screen_size.1) [INFO] [stderr] | ^^^^^^^^^^^^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `with_depth_buffer` found for type `glium::glutin::WindowBuilder` in the current scope [INFO] [stderr] --> src/main.rs:80:14 [INFO] [stderr] | [INFO] [stderr] 80 | .with_depth_buffer(depth_bit) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ method not found in `glium::glutin::WindowBuilder` [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 2 parameters were supplied [INFO] [stderr] --> src/main.rs:93:14 [INFO] [stderr] | [INFO] [stderr] 93 | .with_dimensions(window_dimensions.0, window_dimensions.1) [INFO] [stderr] | ^^^^^^^^^^^^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `with_depth_buffer` found for type `glium::glutin::WindowBuilder` in the current scope [INFO] [stderr] --> src/main.rs:94:14 [INFO] [stderr] | [INFO] [stderr] 94 | .with_depth_buffer(depth_bit) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ method not found in `glium::glutin::WindowBuilder` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `Resized` found for type `glium::glutin::Event` in the current scope [INFO] [stderr] --> src/main.rs:298:43 [INFO] [stderr] | [INFO] [stderr] 298 | glium::glutin::Event::Resized(x,y) => { //the window was resized [INFO] [stderr] | ^^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `MouseMoved` found for type `glium::glutin::Event` in the current scope [INFO] [stderr] --> src/main.rs:309:43 [INFO] [stderr] | [INFO] [stderr] 309 | glium::glutin::Event::MouseMoved(coords) => { //the mouse was moved on the window [INFO] [stderr] | ^^^^^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `Closed` found for type `glium::glutin::Event` in the current scope [INFO] [stderr] --> src/main.rs:321:43 [INFO] [stderr] | [INFO] [stderr] 321 | glium::glutin::Event::Closed => return, // the window has been closed by the user [INFO] [stderr] | ^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `Focused` found for type `glium::glutin::Event` in the current scope [INFO] [stderr] --> src/main.rs:322:43 [INFO] [stderr] | [INFO] [stderr] 322 | glium::glutin::Event::Focused(is_focused) => { // the window gained or lost focus [INFO] [stderr] | ^^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `KeyboardInput` found for type `glium::glutin::Event` in the current scope [INFO] [stderr] --> src/main.rs:337:43 [INFO] [stderr] | [INFO] [stderr] 337 | glium::glutin::Event::KeyboardInput(state, _, key) => { // a key has been pressed or released [INFO] [stderr] | ^^^^^^^^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 2 parameters were supplied [INFO] [stderr] --> src/main.rs:78:14 [INFO] [stderr] | [INFO] [stderr] 78 | .with_dimensions(screen_size.0, screen_size.1) [INFO] [stderr] | ^^^^^^^^^^^^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error: aborting due to 15 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0425, E0432, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `voxel`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no method named `with_depth_buffer` found for type `glium::glutin::WindowBuilder` in the current scope [INFO] [stderr] --> src/main.rs:80:14 [INFO] [stderr] | [INFO] [stderr] 80 | .with_depth_buffer(depth_bit) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ method not found in `glium::glutin::WindowBuilder` [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 2 parameters were supplied [INFO] [stderr] --> src/main.rs:93:14 [INFO] [stderr] | [INFO] [stderr] 93 | .with_dimensions(window_dimensions.0, window_dimensions.1) [INFO] [stderr] | ^^^^^^^^^^^^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `with_depth_buffer` found for type `glium::glutin::WindowBuilder` in the current scope [INFO] [stderr] --> src/main.rs:94:14 [INFO] [stderr] | [INFO] [stderr] 94 | .with_depth_buffer(depth_bit) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ method not found in `glium::glutin::WindowBuilder` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `Resized` found for type `glium::glutin::Event` in the current scope [INFO] [stderr] --> src/main.rs:298:43 [INFO] [stderr] | [INFO] [stderr] 298 | glium::glutin::Event::Resized(x,y) => { //the window was resized [INFO] [stderr] | ^^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `MouseMoved` found for type `glium::glutin::Event` in the current scope [INFO] [stderr] --> src/main.rs:309:43 [INFO] [stderr] | [INFO] [stderr] 309 | glium::glutin::Event::MouseMoved(coords) => { //the mouse was moved on the window [INFO] [stderr] | ^^^^^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `Closed` found for type `glium::glutin::Event` in the current scope [INFO] [stderr] --> src/main.rs:321:43 [INFO] [stderr] | [INFO] [stderr] 321 | glium::glutin::Event::Closed => return, // the window has been closed by the user [INFO] [stderr] | ^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `Focused` found for type `glium::glutin::Event` in the current scope [INFO] [stderr] --> src/main.rs:322:43 [INFO] [stderr] | [INFO] [stderr] 322 | glium::glutin::Event::Focused(is_focused) => { // the window gained or lost focus [INFO] [stderr] | ^^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `KeyboardInput` found for type `glium::glutin::Event` in the current scope [INFO] [stderr] --> src/main.rs:337:43 [INFO] [stderr] | [INFO] [stderr] 337 | glium::glutin::Event::KeyboardInput(state, _, key) => { // a key has been pressed or released [INFO] [stderr] | ^^^^^^^^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] [INFO] [stderr] error: aborting due to 15 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0425, E0432, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `voxel`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "bdd94fa29ed0e32903ce8310b7eb229a83ca3a881643cebcb0b42f98ccb5c57b"` [INFO] running `"docker" "rm" "-f" "bdd94fa29ed0e32903ce8310b7eb229a83ca3a881643cebcb0b42f98ccb5c57b"` [INFO] [stdout] bdd94fa29ed0e32903ce8310b7eb229a83ca3a881643cebcb0b42f98ccb5c57b