[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/beta-1.38-1/sources/1.37.0/gh/dellisd/allegretto_rust"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/dellisd/allegretto_rust'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/dellisd/allegretto_rust" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/dellisd/allegretto_rust"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/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 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of dellisd/allegretto_rust on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "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/beta-1.38-1/sources/1.37.0/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/beta-1.38-1/sources/beta-2019-08-13/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" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing dellisd/allegretto_rust against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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=warn" "-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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] ce606d299bdae76f09f7ce627b9637cf4622222cb815e59bbde47f90b226b5b6 [INFO] running `"docker" "start" "-a" "ce606d299bdae76f09f7ce627b9637cf4622222cb815e59bbde47f90b226b5b6"` [INFO] [stderr] Compiling libloading v0.4.3 [INFO] [stderr] Compiling rand v0.3.20 [INFO] [stderr] Compiling memmap v0.6.2 [INFO] [stderr] Compiling shared_library v0.1.8 [INFO] [stderr] Compiling gl_generator v0.8.0 [INFO] [stderr] Compiling x11-dl v2.17.2 [INFO] [stderr] Compiling glutin v0.12.0 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling dlib v0.4.0 [INFO] [stderr] Compiling wayland-sys v0.12.5 [INFO] [stderr] Compiling gl v0.9.0 [INFO] [stderr] Compiling wayland-client v0.12.5 [INFO] [stderr] Compiling tempfile v2.2.0 [INFO] [stderr] Compiling wayland-protocols v0.12.5 [INFO] [stderr] Compiling wayland-kbd v0.13.1 [INFO] [stderr] Compiling wayland-window v0.13.2 [INFO] [stderr] Compiling winit v0.10.0 [INFO] [stderr] Compiling 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] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "ce606d299bdae76f09f7ce627b9637cf4622222cb815e59bbde47f90b226b5b6"` [INFO] running `"docker" "rm" "-f" "ce606d299bdae76f09f7ce627b9637cf4622222cb815e59bbde47f90b226b5b6"` [INFO] [stdout] ce606d299bdae76f09f7ce627b9637cf4622222cb815e59bbde47f90b226b5b6