[INFO] updating cached repository https://github.com/sunjay/voxel-editor [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] 0407750393f6a7fb37aff8dae52bbdfd51bef61d [INFO] checking sunjay/voxel-editor against master#fdc0011561c6365c596dfd8fa1ef388162bc89c7 for pr-66504-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsunjay%2Fvoxel-editor" "/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/sunjay/voxel-editor on toolchain fdc0011561c6365c596dfd8fa1ef388162bc89c7 [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/sunjay/voxel-editor [INFO] finished tweaking git repo https://github.com/sunjay/voxel-editor [INFO] tweaked toml for git repo https://github.com/sunjay/voxel-editor written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/sunjay/voxel-editor already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "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] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating git repository `https://github.com/sebcrozet/kiss3d` [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "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-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" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "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] 3ca629ce8f2dedb97a9b331195e97863568e1775a7e82de1617db3df6b0d2cdc [INFO] running `"docker" "start" "-a" "3ca629ce8f2dedb97a9b331195e97863568e1775a7e82de1617db3df6b0d2cdc"` [INFO] [stderr] Checking instant v0.1.2 [INFO] [stderr] Compiling gl_generator v0.10.0 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Checking alga v0.9.2 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Checking parking_lot_core v0.4.0 [INFO] [stderr] Checking wayland-client v0.21.13 [INFO] [stderr] Checking rusttype v0.8.2 [INFO] [stderr] Checking glfw v0.8.0 [INFO] [stderr] Checking nalgebra v0.8.2 [INFO] [stderr] Checking rayon v1.2.1 [INFO] [stderr] Checking parking_lot v0.7.1 [INFO] [stderr] Checking rusttype v0.7.9 [INFO] [stderr] Checking wayland-protocols v0.21.13 [INFO] [stderr] Compiling glutin v0.19.0 [INFO] [stderr] Compiling gl v0.14.0 [INFO] [stderr] Checking andrew v0.2.1 [INFO] [stderr] Checking nalgebra v0.19.0 [INFO] [stderr] Checking tiff v0.3.1 [INFO] [stderr] Checking jpeg-decoder v0.1.18 [INFO] [stderr] Checking image v0.22.3 [INFO] [stderr] Checking smithay-client-toolkit v0.4.6 [INFO] [stderr] Checking winit v0.18.1 [INFO] [stderr] Checking ncollide3d v0.21.0 [INFO] [stderr] Checking kiss3d v0.22.1 (https://github.com/sebcrozet/kiss3d#6398711f) [INFO] [stderr] Checking voxel-editor v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/main.rs:15:35 [INFO] [stderr] | [INFO] [stderr] 15 | let mut camera = ArcBall::new(Point3::new(2f32, 2.0, 2.0), na::origin()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `nalgebra::geometry::point::Point`, found struct `na::Point3` [INFO] [stderr] | [INFO] [stderr] = note: expected struct `nalgebra::geometry::point::Point` [INFO] [stderr] found struct `na::Point3` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `nalgebra::geometry::point::Point: na::Origin` is not satisfied [INFO] [stderr] --> src/main.rs:15:64 [INFO] [stderr] | [INFO] [stderr] 15 | let mut camera = ArcBall::new(Point3::new(2f32, 2.0, 2.0), na::origin()); [INFO] [stderr] | ^^^^^^^^^^ the trait `na::Origin` is not implemented for `nalgebra::geometry::point::Point` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.8.2/src/lib.rs:308:18 [INFO] [stderr] | [INFO] [stderr] 308 | pub fn origin() -> P { [INFO] [stderr] | ------ required by this bound in `na::origin` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/main.rs:15:35 [INFO] [stderr] | [INFO] [stderr] 15 | let mut camera = ArcBall::new(Point3::new(2f32, 2.0, 2.0), na::origin()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `nalgebra::geometry::point::Point`, found struct `na::Point3` [INFO] [stderr] | [INFO] [stderr] = note: expected struct `nalgebra::geometry::point::Point` [INFO] [stderr] found struct `na::Point3` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `nalgebra::geometry::point::Point: na::Origin` is not satisfied [INFO] [stderr] --> src/main.rs:15:64 [INFO] [stderr] | [INFO] [stderr] 15 | let mut camera = ArcBall::new(Point3::new(2f32, 2.0, 2.0), na::origin()); [INFO] [stderr] | ^^^^^^^^^^ the trait `na::Origin` is not implemented for `nalgebra::geometry::point::Point` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.8.2/src/lib.rs:308:18 [INFO] [stderr] | [INFO] [stderr] 308 | pub fn origin() -> P { [INFO] [stderr] | ------ required by this bound in `na::origin` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/main.rs:17:38 [INFO] [stderr] | [INFO] [stderr] 17 | window.set_light(Light::Absolute(na::Point3::new(0.0, 10.0, 10.0))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `nalgebra::geometry::point::Point`, found struct `na::Point3` [INFO] [stderr] | [INFO] [stderr] = note: expected struct `nalgebra::geometry::point::Point` [INFO] [stderr] found struct `na::Point3<{float}>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `glfw_window` found for type `kiss3d::window::Window` in the current scope [INFO] [stderr] --> src/main.rs:25:34 [INFO] [stderr] | [INFO] [stderr] 25 | let gwindow = window.glfw_window(); [INFO] [stderr] | ^^^^^^^^^^^ method not found in `kiss3d::window::Window` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/main.rs:33:17 [INFO] [stderr] | [INFO] [stderr] 32 | match event.value { [INFO] [stderr] | ----------- this match expression has type `kiss3d::event::WindowEvent` [INFO] [stderr] 33 | WindowEvent::Scroll(x, y) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `kiss3d::event::WindowEvent`, found enum `glfw::WindowEvent` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `glfw_window` found for type `kiss3d::window::Window` in the current scope [INFO] [stderr] --> src/main.rs:35:49 [INFO] [stderr] | [INFO] [stderr] 35 | camera.handle_event(&window.glfw_window(), &event); [INFO] [stderr] | ^^^^^^^^^^^ method not found in `kiss3d::window::Window` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/main.rs:17:38 [INFO] [stderr] | [INFO] [stderr] 17 | window.set_light(Light::Absolute(na::Point3::new(0.0, 10.0, 10.0))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `nalgebra::geometry::point::Point`, found struct `na::Point3` [INFO] [stderr] | [INFO] [stderr] = note: expected struct `nalgebra::geometry::point::Point` [INFO] [stderr] found struct `na::Point3<{float}>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `glfw_window` found for type `kiss3d::window::Window` in the current scope [INFO] [stderr] --> src/main.rs:25:34 [INFO] [stderr] | [INFO] [stderr] 25 | let gwindow = window.glfw_window(); [INFO] [stderr] | ^^^^^^^^^^^ method not found in `kiss3d::window::Window` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/main.rs:33:17 [INFO] [stderr] | [INFO] [stderr] 32 | match event.value { [INFO] [stderr] | ----------- this match expression has type `kiss3d::event::WindowEvent` [INFO] [stderr] 33 | WindowEvent::Scroll(x, y) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `kiss3d::event::WindowEvent`, found enum `glfw::WindowEvent` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `glfw_window` found for type `kiss3d::window::Window` in the current scope [INFO] [stderr] --> src/main.rs:35:49 [INFO] [stderr] | [INFO] [stderr] 35 | camera.handle_event(&window.glfw_window(), &event); [INFO] [stderr] | ^^^^^^^^^^^ method not found in `kiss3d::window::Window` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/main.rs:35:64 [INFO] [stderr] | [INFO] [stderr] 35 | camera.handle_event(&window.glfw_window(), &event); [INFO] [stderr] | ^^^^^^ expected enum `kiss3d::event::WindowEvent`, found enum `glfw::WindowEvent` [INFO] [stderr] | [INFO] [stderr] = note: expected reference `&kiss3d::event::WindowEvent` [INFO] [stderr] found reference `&glfw::WindowEvent` [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0308, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `voxel-editor`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/main.rs:35:64 [INFO] [stderr] | [INFO] [stderr] 35 | camera.handle_event(&window.glfw_window(), &event); [INFO] [stderr] | ^^^^^^ expected enum `kiss3d::event::WindowEvent`, found enum `glfw::WindowEvent` [INFO] [stderr] | [INFO] [stderr] = note: expected reference `&kiss3d::event::WindowEvent` [INFO] [stderr] found reference `&glfw::WindowEvent` [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0308, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `voxel-editor`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "3ca629ce8f2dedb97a9b331195e97863568e1775a7e82de1617db3df6b0d2cdc"` [INFO] running `"docker" "rm" "-f" "3ca629ce8f2dedb97a9b331195e97863568e1775a7e82de1617db3df6b0d2cdc"` [INFO] [stdout] 3ca629ce8f2dedb97a9b331195e97863568e1775a7e82de1617db3df6b0d2cdc