[INFO] updating cached repository https://github.com/dellisd/allegretto_rust
[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] 4e644e848192f90afa1e5f77c654b13b3f6f4a32
[INFO] checking dellisd/allegretto_rust against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdellisd%2Fallegretto_rust" "/workspace/builds/worker-4/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/dellisd/allegretto_rust 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/dellisd/allegretto_rust
[INFO] finished tweaking git repo https://github.com/dellisd/allegretto_rust
[INFO] tweaked toml for git repo https://github.com/dellisd/allegretto_rust written to /workspace/builds/worker-4/source/Cargo.toml
[INFO] crate git repo https://github.com/dellisd/allegretto_rust already has a lockfile, it will not be regenerated
[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-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] ed69d7521751abc0e228f6a332f6d2532a2d7a7f8c920a2afed3d03f128279ff
[INFO] running `"docker" "start" "-a" "ed69d7521751abc0e228f6a332f6d2532a2d7a7f8c920a2afed3d03f128279ff"`
[INFO] [stderr]     Checking memmap v0.6.2
[INFO] [stderr]     Checking libloading v0.4.3
[INFO] [stderr]     Checking tempfile v2.2.0
[INFO] [stderr]     Checking x11-dl v2.17.2
[INFO] [stderr]    Compiling wayland-scanner v0.12.5
[INFO] [stderr]    Compiling gl_generator v0.7.0
[INFO] [stderr]    Compiling gl_generator v0.8.0
[INFO] [stderr]     Checking dlib v0.4.0
[INFO] [stderr]     Checking wayland-sys v0.12.5
[INFO] [stderr]    Compiling wayland-client v0.12.5
[INFO] [stderr]    Compiling wayland-protocols v0.12.5
[INFO] [stderr]    Compiling glutin v0.12.0
[INFO] [stderr]    Compiling gl v0.9.0
[INFO] [stderr]     Checking wayland-kbd v0.13.1
[INFO] [stderr]     Checking wayland-window v0.13.2
[INFO] [stderr]     Checking winit v0.10.0
[INFO] [stderr]     Checking allegretto v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0412]: cannot find type `EventLoop` in crate `glutin`
[INFO] [stderr]    --> src/engine/mod.rs:7:26
[INFO] [stderr]     |
[INFO] [stderr] 7   |     events_loop: glutin::EventLoop,
[INFO] [stderr]     |                          ^^^^^^^^^ help: a struct with a similar name exists: `EventsLoop`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/winit-0.10.0/src/lib.rs:170:1
[INFO] [stderr]     |
[INFO] [stderr] 170 | pub struct EventsLoop {
[INFO] [stderr]     | --------------------- similarly named struct `EventsLoop` defined here
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `GLWindow` in crate `glutin`
[INFO] [stderr]    --> src/engine/mod.rs:8:24
[INFO] [stderr]     |
[INFO] [stderr] 8   |     gl_window: glutin::GLWindow,
[INFO] [stderr]     |                        ^^^^^^^^ help: a struct with a similar name exists: `GlWindow`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/glutin-0.12.0/src/lib.rs:191:1
[INFO] [stderr]     |
[INFO] [stderr] 191 | pub struct GlWindow {
[INFO] [stderr]     | ------------------- similarly named struct `GlWindow` defined here
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `events_loop` in this scope
[INFO] [stderr]   --> src/engine/mod.rs:21:64
[INFO] [stderr]    |
[INFO] [stderr] 21 |        let gl_window = glutin::GlWindow::new(window, context, &events_loop).unwrap();
[INFO] [stderr]    |                                                                ^^^^^^^^^^^ a field by this name exists in `Self`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 3 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0425.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not compile `allegretto`.
[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[E0412]: cannot find type `EventLoop` in crate `glutin`
[INFO] [stderr]    --> src/engine/mod.rs:7:26
[INFO] [stderr]     |
[INFO] [stderr] 7   |     events_loop: glutin::EventLoop,
[INFO] [stderr]     |                          ^^^^^^^^^ help: a struct with a similar name exists: `EventsLoop`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/winit-0.10.0/src/lib.rs:170:1
[INFO] [stderr]     |
[INFO] [stderr] 170 | pub struct EventsLoop {
[INFO] [stderr]     | --------------------- similarly named struct `EventsLoop` defined here
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `GLWindow` in crate `glutin`
[INFO] [stderr]    --> src/engine/mod.rs:8:24
[INFO] [stderr]     |
[INFO] [stderr] 8   |     gl_window: glutin::GLWindow,
[INFO] [stderr]     |                        ^^^^^^^^ help: a struct with a similar name exists: `GlWindow`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/glutin-0.12.0/src/lib.rs:191:1
[INFO] [stderr]     |
[INFO] [stderr] 191 | pub struct GlWindow {
[INFO] [stderr]     | ------------------- similarly named struct `GlWindow` defined here
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `events_loop` in this scope
[INFO] [stderr]   --> src/engine/mod.rs:21:64
[INFO] [stderr]    |
[INFO] [stderr] 21 |        let gl_window = glutin::GlWindow::new(window, context, &events_loop).unwrap();
[INFO] [stderr]    |                                                                ^^^^^^^^^^^ a field by this name exists in `Self`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 3 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0425.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not compile `allegretto`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "ed69d7521751abc0e228f6a332f6d2532a2d7a7f8c920a2afed3d03f128279ff"`
[INFO] running `"docker" "rm" "-f" "ed69d7521751abc0e228f6a332f6d2532a2d7a7f8c920a2afed3d03f128279ff"`
[INFO] [stdout] ed69d7521751abc0e228f6a332f6d2532a2d7a7f8c920a2afed3d03f128279ff
