[INFO] cloning repository https://github.com/BradLyman/glcookbook-rs [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/BradLyman/glcookbook-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBradLyman%2Fglcookbook-rs"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBradLyman%2Fglcookbook-rs'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 94166846971b9262e0a87726147cc979908b7964 [INFO] checking BradLyman/glcookbook-rs against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBradLyman%2Fglcookbook-rs" "/workspace/builds/worker-5/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/BradLyman/glcookbook-rs 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/BradLyman/glcookbook-rs [INFO] finished tweaking git repo https://github.com/BradLyman/glcookbook-rs [INFO] tweaked toml for git repo https://github.com/BradLyman/glcookbook-rs written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/BradLyman/glcookbook-rs 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] error: the lock file /workspace/builds/worker-5/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] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] [stdout] 8a2d52bd6dd07d426cf4ad8402051198aadf3138538d20d801873eb7d7aef061 [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" "8a2d52bd6dd07d426cf4ad8402051198aadf3138538d20d801873eb7d7aef061"` [INFO] [stderr] Compiling typenum v1.11.2 [INFO] [stderr] Checking takeable-option v0.4.0 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Checking nix v0.14.1 [INFO] [stderr] Compiling derivative v1.0.3 [INFO] [stderr] Checking alga v0.9.1 [INFO] [stderr] Checking andrew v0.2.1 [INFO] [stderr] Compiling gl_generator v0.11.0 [INFO] [stderr] Checking generic-array v0.12.3 [INFO] [stderr] Compiling glutin_glx_sys v0.1.5 [INFO] [stderr] Compiling glutin_egl_sys v0.1.3 [INFO] [stderr] Compiling glium v0.25.1 [INFO] [stderr] Checking nalgebra v0.18.1 [INFO] [stderr] Checking wayland-commons v0.21.13 [INFO] [stderr] Checking wayland-client v0.21.13 [INFO] [stderr] Checking wayland-protocols v0.21.13 [INFO] [stderr] Checking smithay-client-toolkit v0.4.6 [INFO] [stderr] Checking winit v0.19.4 [INFO] [stderr] Checking glutin v0.21.1 [INFO] [stderr] Checking glCookbook v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `glium::index::TrianglesList` [INFO] [stderr] --> src/grid.rs:3:22 [INFO] [stderr] | [INFO] [stderr] 3 | use ::glium::index::{TrianglesList}; [INFO] [stderr] | ^^^^^^^^^^^^^ no `TrianglesList` in `index` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `nalgebra::PerspMat3`, `nalgebra::Mat4`, `nalgebra::Iso3`, `nalgebra::Rot3`, `nalgebra::Pnt3`, `nalgebra::Vec3` [INFO] [stderr] --> src/camera.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | PerspMat3, [INFO] [stderr] | ^^^^^^^^^ no `PerspMat3` in the root [INFO] [stderr] 3 | Mat4, [INFO] [stderr] | ^^^^ no `Mat4` in the root [INFO] [stderr] 4 | Iso3, [INFO] [stderr] | ^^^^ no `Iso3` in the root [INFO] [stderr] 5 | Rot3, [INFO] [stderr] | ^^^^ no `Rot3` in the root [INFO] [stderr] 6 | Pnt3, [INFO] [stderr] | ^^^^ no `Pnt3` in the root [INFO] [stderr] 7 | Vec3 [INFO] [stderr] | ^^^^ no `Vec3` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `nalgebra::Vec3` [INFO] [stderr] --> src/iso_sphere.rs:4:18 [INFO] [stderr] | [INFO] [stderr] 4 | use ::nalgebra::{Vec3, Norm}; [INFO] [stderr] | ^^^^ no `Vec3` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `nalgebra::Vec3`, `nalgebra::Mat4`, `nalgebra::Iso3`, `nalgebra::to_homogeneous`, `nalgebra::Transformation`, `nalgebra::RotationMatrix` [INFO] [stderr] --> src/lighting.rs:1:18 [INFO] [stderr] | [INFO] [stderr] 1 | use ::nalgebra::{Vec3, Mat4, Iso3, to_homogeneous, Transformation, RotationMatrix}; [INFO] [stderr] | ^^^^ ^^^^ ^^^^ ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ no `RotationMatrix` in the root [INFO] [stderr] | | | | | | [INFO] [stderr] | | | | | no `Transformation` in the root [INFO] [stderr] | | | | | help: a similar name exists in the module: `Translation` [INFO] [stderr] | | | | no `to_homogeneous` in the root [INFO] [stderr] | | | no `Iso3` in the root [INFO] [stderr] | | no `Mat4` in the root [INFO] [stderr] | no `Vec3` in the root [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `to_homogeneous` in crate `nalgebra` [INFO] [stderr] --> src/camera.rs:37:21 [INFO] [stderr] | [INFO] [stderr] 37 | ::nalgebra::to_homogeneous(&self.get_view_transform()) [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in `nalgebra` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `inv` in crate `nalgebra` [INFO] [stderr] --> src/camera.rs:48:21 [INFO] [stderr] | [INFO] [stderr] 48 | ::nalgebra::inv(&view).unwrap() [INFO] [stderr] | ^^^ help: a function with a similar name exists: `inf` [INFO] [stderr] [INFO] [stderr] warning: unused import: `Norm` [INFO] [stderr] --> src/iso_sphere.rs:4:24 [INFO] [stderr] | [INFO] [stderr] 4 | use ::nalgebra::{Vec3, Norm}; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `glium::index::TrianglesList` [INFO] [stderr] --> src/grid.rs:3:22 [INFO] [stderr] | [INFO] [stderr] 3 | use ::glium::index::{TrianglesList}; [INFO] [stderr] | ^^^^^^^^^^^^^ no `TrianglesList` in `index` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `nalgebra::PerspMat3`, `nalgebra::Mat4`, `nalgebra::Iso3`, `nalgebra::Rot3`, `nalgebra::Pnt3`, `nalgebra::Vec3` [INFO] [stderr] --> src/camera.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | PerspMat3, [INFO] [stderr] | ^^^^^^^^^ no `PerspMat3` in the root [INFO] [stderr] 3 | Mat4, [INFO] [stderr] | ^^^^ no `Mat4` in the root [INFO] [stderr] 4 | Iso3, [INFO] [stderr] | ^^^^ no `Iso3` in the root [INFO] [stderr] 5 | Rot3, [INFO] [stderr] | ^^^^ no `Rot3` in the root [INFO] [stderr] 6 | Pnt3, [INFO] [stderr] | ^^^^ no `Pnt3` in the root [INFO] [stderr] 7 | Vec3 [INFO] [stderr] | ^^^^ no `Vec3` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `nalgebra::Vec3` [INFO] [stderr] --> src/iso_sphere.rs:4:18 [INFO] [stderr] | [INFO] [stderr] 4 | use ::nalgebra::{Vec3, Norm}; [INFO] [stderr] | ^^^^ no `Vec3` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `nalgebra::Vec3`, `nalgebra::Mat4`, `nalgebra::Iso3`, `nalgebra::to_homogeneous`, `nalgebra::Transformation`, `nalgebra::RotationMatrix` [INFO] [stderr] --> src/lighting.rs:1:18 [INFO] [stderr] | [INFO] [stderr] 1 | use ::nalgebra::{Vec3, Mat4, Iso3, to_homogeneous, Transformation, RotationMatrix}; [INFO] [stderr] | ^^^^ ^^^^ ^^^^ ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ no `RotationMatrix` in the root [INFO] [stderr] | | | | | | [INFO] [stderr] | | | | | no `Transformation` in the root [INFO] [stderr] | | | | | help: a similar name exists in the module: `Translation` [INFO] [stderr] | | | | no `to_homogeneous` in the root [INFO] [stderr] | | | no `Iso3` in the root [INFO] [stderr] | | no `Mat4` in the root [INFO] [stderr] | no `Vec3` in the root [INFO] [stderr] [INFO] [stderr] error[E0107]: wrong number of type arguments: expected 1, found 0 [INFO] [stderr] --> src/lib.rs:42:12 [INFO] [stderr] | [INFO] [stderr] 42 | Buffer(IndexBuffer) [INFO] [stderr] | ^^^^^^^^^^^ expected 1 type argument [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0107, E0425, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0107`. [INFO] [stderr] error[E0425]: cannot find function `to_homogeneous` in crate `nalgebra` [INFO] [stderr] --> src/camera.rs:37:21 [INFO] [stderr] | [INFO] [stderr] 37 | ::nalgebra::to_homogeneous(&self.get_view_transform()) [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in `nalgebra` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `inv` in crate `nalgebra` [INFO] [stderr] --> src/camera.rs:48:21 [INFO] [stderr] | [INFO] [stderr] 48 | ::nalgebra::inv(&view).unwrap() [INFO] [stderr] | ^^^ help: a function with a similar name exists: `inf` [INFO] [stderr] [INFO] [stderr] warning: unused import: `Norm` [INFO] [stderr] --> src/iso_sphere.rs:4:24 [INFO] [stderr] | [INFO] [stderr] 4 | use ::nalgebra::{Vec3, Norm}; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: could not compile `glCookbook`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0107]: wrong number of type arguments: expected 1, found 0 [INFO] [stderr] --> src/lib.rs:42:12 [INFO] [stderr] | [INFO] [stderr] 42 | Buffer(IndexBuffer) [INFO] [stderr] | ^^^^^^^^^^^ expected 1 type argument [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0107, E0425, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0107`. [INFO] [stderr] error: could not compile `glCookbook`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "8a2d52bd6dd07d426cf4ad8402051198aadf3138538d20d801873eb7d7aef061"` [INFO] running `"docker" "rm" "-f" "8a2d52bd6dd07d426cf4ad8402051198aadf3138538d20d801873eb7d7aef061"` [INFO] [stdout] 8a2d52bd6dd07d426cf4ad8402051198aadf3138538d20d801873eb7d7aef061