[INFO] cloning repository dellisd/allegretto_rust [INFO] running `"git" "clone" "--bare" "git://github.com/dellisd/allegretto_rust.git" "work/cache/sources/gh/dellisd/allegretto_rust"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/dellisd/allegretto_rust'... [INFO] running `"git" "clone" "work/cache/sources/gh/dellisd/allegretto_rust" "work/ex/pr-62008/sources/master#848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1/gh/dellisd/allegretto_rust"` [INFO] [stderr] Cloning into 'work/ex/pr-62008/sources/master#848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1/gh/dellisd/allegretto_rust'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/dellisd/allegretto_rust" "work/ex/pr-62008/sources/try#8f81d0bf6baf07b92f1246696722485c4ca0b049/gh/dellisd/allegretto_rust"` [INFO] [stderr] Cloning into 'work/ex/pr-62008/sources/try#8f81d0bf6baf07b92f1246696722485c4ca0b049/gh/dellisd/allegretto_rust'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 4e644e848192f90afa1e5f77c654b13b3f6f4a32 [INFO] sha for GitHub repo dellisd/allegretto_rust: 4e644e848192f90afa1e5f77c654b13b3f6f4a32 [INFO] validating manifest of dellisd/allegretto_rust on toolchain master#848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1 [INFO] running `"/mnt/big/ec2-user/crater/work/local/cargo-home/bin/cargo" "+848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of dellisd/allegretto_rust on toolchain try#8f81d0bf6baf07b92f1246696722485c4ca0b049 [INFO] running `"/mnt/big/ec2-user/crater/work/local/cargo-home/bin/cargo" "+8f81d0bf6baf07b92f1246696722485c4ca0b049-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing dellisd/allegretto_rust [INFO] finished frobbing dellisd/allegretto_rust [INFO] frobbed toml for dellisd/allegretto_rust written to work/ex/pr-62008/sources/master#848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1/gh/dellisd/allegretto_rust/Cargo.toml [INFO] started frobbing dellisd/allegretto_rust [INFO] finished frobbing dellisd/allegretto_rust [INFO] frobbed toml for dellisd/allegretto_rust written to work/ex/pr-62008/sources/try#8f81d0bf6baf07b92f1246696722485c4ca0b049/gh/dellisd/allegretto_rust/Cargo.toml [INFO] crate dellisd/allegretto_rust already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/ec2-user/crater/work/local/cargo-home/bin/cargo" "+848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/ec2-user/crater/work/local/cargo-home/bin/cargo" "+8f81d0bf6baf07b92f1246696722485c4ca0b049-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking dellisd/allegretto_rust against master#848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1 for pr-62008 [INFO] running `"docker" "create" "-v" "/mnt/big/ec2-user/crater/work/local/target-dirs/pr-62008/worker-3/master#848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1:/opt/crater/target:rw,Z" "-v" "/mnt/big/ec2-user/crater/work/ex/pr-62008/sources/master#848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1/gh/dellisd/allegretto_rust:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/ec2-user/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/ec2-user/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 22610cc5ac950e728b4b69ec9ac2affb8d01fed223e9cddb7d9f0f3b98e598e0 [INFO] running `"docker" "start" "-a" "22610cc5ac950e728b4b69ec9ac2affb8d01fed223e9cddb7d9f0f3b98e598e0"` [INFO] [stderr] Checking gl v0.9.0 [INFO] [stderr] Checking glutin v0.12.0 [INFO] [stderr] Checking allegretto v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0412]: cannot find type `EventLoop` in module `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] error[E0412]: cannot find type `GLWindow` in module `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] 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] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0412]: cannot find type `EventLoop` in module `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] error[E0412]: cannot find type `GLWindow` in module `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] 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" "22610cc5ac950e728b4b69ec9ac2affb8d01fed223e9cddb7d9f0f3b98e598e0"` [INFO] running `"docker" "rm" "-f" "22610cc5ac950e728b4b69ec9ac2affb8d01fed223e9cddb7d9f0f3b98e598e0"` [INFO] [stdout] 22610cc5ac950e728b4b69ec9ac2affb8d01fed223e9cddb7d9f0f3b98e598e0