[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] testing dellisd/allegretto_rust against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdellisd%2Fallegretto_rust" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dellisd/allegretto_rust on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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-7/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" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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=warn" "-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" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 77df9e5f648f042b2998a6edd81806e3a0a0fe5f059e8c4cb16b70de591f272f [INFO] running `"docker" "start" "-a" "77df9e5f648f042b2998a6edd81806e3a0a0fe5f059e8c4cb16b70de591f272f"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libloading v0.4.3 [INFO] [stderr] Compiling khronos_api v2.0.0 [INFO] [stderr] Compiling token_store v0.1.2 [INFO] [stderr] Compiling memmap v0.6.2 [INFO] [stderr] Compiling shared_library v0.1.8 [INFO] [stderr] Compiling tempfile v2.2.0 [INFO] [stderr] Compiling wayland-scanner v0.12.5 [INFO] [stderr] Compiling x11-dl v2.17.2 [INFO] [stderr] Compiling gl_generator v0.7.0 [INFO] [stderr] Compiling gl_generator v0.8.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 wayland-client v0.12.5 [INFO] [stderr] Compiling wayland-protocols v0.12.5 [INFO] [stderr] Compiling gl v0.9.0 [INFO] [stderr] Compiling glutin v0.12.0 [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/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: build failed [INFO] running `"docker" "inspect" "77df9e5f648f042b2998a6edd81806e3a0a0fe5f059e8c4cb16b70de591f272f"` [INFO] running `"docker" "rm" "-f" "77df9e5f648f042b2998a6edd81806e3a0a0fe5f059e8c4cb16b70de591f272f"` [INFO] [stdout] 77df9e5f648f042b2998a6edd81806e3a0a0fe5f059e8c4cb16b70de591f272f