[INFO] updating cached repository dellisd/allegretto_rust [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/dellisd/allegretto_rust [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/dellisd/allegretto_rust" "work/ex/pr-62181/sources/master#6ea4036cd20a4b1ab1d56e555108c21735ff6946/gh/dellisd/allegretto_rust"` [INFO] [stderr] Cloning into 'work/ex/pr-62181/sources/master#6ea4036cd20a4b1ab1d56e555108c21735ff6946/gh/dellisd/allegretto_rust'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/dellisd/allegretto_rust" "work/ex/pr-62181/sources/try#003a7b6b5753e8509fdfe7949d4f0873ba71e4fc/gh/dellisd/allegretto_rust"` [INFO] [stderr] Cloning into 'work/ex/pr-62181/sources/try#003a7b6b5753e8509fdfe7949d4f0873ba71e4fc/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#6ea4036cd20a4b1ab1d56e555108c21735ff6946 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+6ea4036cd20a4b1ab1d56e555108c21735ff6946-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of dellisd/allegretto_rust on toolchain try#003a7b6b5753e8509fdfe7949d4f0873ba71e4fc [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+003a7b6b5753e8509fdfe7949d4f0873ba71e4fc-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-62181/sources/master#6ea4036cd20a4b1ab1d56e555108c21735ff6946/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-62181/sources/try#003a7b6b5753e8509fdfe7949d4f0873ba71e4fc/gh/dellisd/allegretto_rust/Cargo.toml [INFO] crate dellisd/allegretto_rust already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+6ea4036cd20a4b1ab1d56e555108c21735ff6946-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+003a7b6b5753e8509fdfe7949d4f0873ba71e4fc-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking dellisd/allegretto_rust against try#003a7b6b5753e8509fdfe7949d4f0873ba71e4fc for pr-62181 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-62181/worker-1/try#003a7b6b5753e8509fdfe7949d4f0873ba71e4fc:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-62181/sources/try#003a7b6b5753e8509fdfe7949d4f0873ba71e4fc/gh/dellisd/allegretto_rust:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/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" "+003a7b6b5753e8509fdfe7949d4f0873ba71e4fc-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 98889a548b20d4a2cafd61a24787090260e9221eb3c059a8c3937525c3290526 [INFO] running `"docker" "start" "-a" "98889a548b20d4a2cafd61a24787090260e9221eb3c059a8c3937525c3290526"` [INFO] [stderr] Compiling gl_generator v0.8.0 [INFO] [stderr] Compiling gl v0.9.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[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: 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: Could not compile `allegretto`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "98889a548b20d4a2cafd61a24787090260e9221eb3c059a8c3937525c3290526"` [INFO] running `"docker" "rm" "-f" "98889a548b20d4a2cafd61a24787090260e9221eb3c059a8c3937525c3290526"` [INFO] [stdout] 98889a548b20d4a2cafd61a24787090260e9221eb3c059a8c3937525c3290526