[INFO] updating cached repository https://github.com/BradLyman/glcookbook-rs
[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] 94166846971b9262e0a87726147cc979908b7964
[INFO] checking BradLyman/glcookbook-rs against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBradLyman%2Fglcookbook-rs" "/workspace/builds/worker-0/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/BradLyman/glcookbook-rs on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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-0/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr] error: the lock file /workspace/builds/worker-0/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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] 442ed4eea792eeaee29bfc37dfb193627c25d275c15e72d091506fcacaa02ca9
[INFO] running `"docker" "start" "-a" "442ed4eea792eeaee29bfc37dfb193627c25d275c15e72d091506fcacaa02ca9"`
[INFO] [stderr]     Checking stb_truetype v0.3.1
[INFO] [stderr]    Compiling syn v1.0.17
[INFO] [stderr]    Compiling wayland-scanner v0.23.6
[INFO] [stderr]    Compiling glium v0.27.0
[INFO] [stderr]     Checking num-complex v0.2.4
[INFO] [stderr]     Checking num-bigint v0.2.6
[INFO] [stderr]     Checking num-iter v0.1.40
[INFO] [stderr]     Checking rusttype v0.8.3
[INFO] [stderr]     Checking rusttype v0.7.9
[INFO] [stderr]     Checking andrew v0.2.1
[INFO] [stderr]     Checking num-rational v0.2.4
[INFO] [stderr]     Checking num v0.2.1
[INFO] [stderr]    Compiling wayland-client v0.23.6
[INFO] [stderr]    Compiling wayland-protocols v0.23.6
[INFO] [stderr]    Compiling paste-impl v0.1.10
[INFO] [stderr]     Checking paste v0.1.10
[INFO] [stderr]     Checking simba v0.1.2
[INFO] [stderr]     Checking nalgebra v0.21.0
[INFO] [stderr]     Checking smithay-client-toolkit v0.6.6
[INFO] [stderr]     Checking winit v0.22.0
[INFO] [stderr]     Checking glutin v0.24.0
[INFO] [stderr]     Checking glCookbook v0.0.1 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0432]: unresolved imports `glutin::Event`, `glutin::VirtualKeyCode`
[INFO] [stderr]   --> src/lib.rs:13:14
[INFO] [stderr]    |
[INFO] [stderr] 13 | use glutin::{Event, VirtualKeyCode};
[INFO] [stderr]    |              ^^^^^  ^^^^^^^^^^^^^^ no `VirtualKeyCode` in the root
[INFO] [stderr]    |              |
[INFO] [stderr]    |              no `Event` in the root
[INFO] [stderr]    |              help: a similar name exists in the module: `event`
[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[E0433]: failed to resolve: could not find `ElementState` in `glutin`
[INFO] [stderr]    --> src/lib.rs:110:48
[INFO] [stderr]     |
[INFO] [stderr] 110 |                 let pressed = state == glutin::ElementState::Pressed;
[INFO] [stderr]     |                                                ^^^^^^^^^^^^ could not find `ElementState` in `glutin`
[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]    ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.0/src/lib.rs:263:1
[INFO] [stderr]     |
[INFO] [stderr] 263 | / pub fn inf<N, R: Dim, C: Dim>(a: &MatrixMN<N, R, C>, b: &MatrixMN<N, R, C>) -> MatrixMN<N, R, C>
[INFO] [stderr] 264 | | where
[INFO] [stderr] 265 | |     N: Scalar + SimdPartialOrd,
[INFO] [stderr] 266 | |     DefaultAllocator: Allocator<N, R, C>,
[INFO] [stderr] 267 | | {
[INFO] [stderr] 268 | |     a.inf(b)
[INFO] [stderr] 269 | | }
[INFO] [stderr]     | |_- similarly named function `inf` defined here
[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[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 9 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0107, E0425, E0432, E0433.
[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] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0432]: unresolved imports `glutin::Event`, `glutin::VirtualKeyCode`
[INFO] [stderr]   --> src/lib.rs:13:14
[INFO] [stderr]    |
[INFO] [stderr] 13 | use glutin::{Event, VirtualKeyCode};
[INFO] [stderr]    |              ^^^^^  ^^^^^^^^^^^^^^ no `VirtualKeyCode` in the root
[INFO] [stderr]    |              |
[INFO] [stderr]    |              no `Event` in the root
[INFO] [stderr]    |              help: a similar name exists in the module: `event`
[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[E0433]: failed to resolve: could not find `ElementState` in `glutin`
[INFO] [stderr]    --> src/lib.rs:110:48
[INFO] [stderr]     |
[INFO] [stderr] 110 |                 let pressed = state == glutin::ElementState::Pressed;
[INFO] [stderr]     |                                                ^^^^^^^^^^^^ could not find `ElementState` in `glutin`
[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]    ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.21.0/src/lib.rs:263:1
[INFO] [stderr]     |
[INFO] [stderr] 263 | / pub fn inf<N, R: Dim, C: Dim>(a: &MatrixMN<N, R, C>, b: &MatrixMN<N, R, C>) -> MatrixMN<N, R, C>
[INFO] [stderr] 264 | | where
[INFO] [stderr] 265 | |     N: Scalar + SimdPartialOrd,
[INFO] [stderr] 266 | |     DefaultAllocator: Allocator<N, R, C>,
[INFO] [stderr] 267 | | {
[INFO] [stderr] 268 | |     a.inf(b)
[INFO] [stderr] 269 | | }
[INFO] [stderr]     | |_- similarly named function `inf` defined here
[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[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 9 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0107, E0425, E0432, E0433.
[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" "442ed4eea792eeaee29bfc37dfb193627c25d275c15e72d091506fcacaa02ca9"`
[INFO] running `"docker" "rm" "-f" "442ed4eea792eeaee29bfc37dfb193627c25d275c15e72d091506fcacaa02ca9"`
[INFO] [stdout] 442ed4eea792eeaee29bfc37dfb193627c25d275c15e72d091506fcacaa02ca9
