[INFO] updating cached repository https://github.com/no-password/open_gl_rust_learning [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] bf15a0ceb8bc31c1f5b5d09f3ab5170d248c0539 [INFO] testing no-password/open_gl_rust_learning against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fno-password%2Fopen_gl_rust_learning" "/workspace/builds/worker-8/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/no-password/open_gl_rust_learning on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/no-password/open_gl_rust_learning [INFO] finished tweaking git repo https://github.com/no-password/open_gl_rust_learning [INFO] tweaked toml for git repo https://github.com/no-password/open_gl_rust_learning written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/no-password/open_gl_rust_learning already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "+beta-2020-06-03" "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] e23e73f9921efa629b995bbf36134f7f881f5541449e5d3262c5f56b920f7c4b [INFO] running `"docker" "start" "-a" "e23e73f9921efa629b995bbf36134f7f881f5541449e5d3262c5f56b920f7c4b"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling cc v1.0.48 [INFO] [stderr] Compiling khronos_api v3.1.0 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling same-file v1.0.5 [INFO] [stderr] Compiling takeable-option v0.4.0 [INFO] [stderr] Compiling num-traits v0.2.10 [INFO] [stderr] Compiling x11-dl v2.18.4 [INFO] [stderr] Compiling lock_api v0.3.2 [INFO] [stderr] Compiling wayland-protocols v0.21.13 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling shared_library v0.1.9 [INFO] [stderr] Compiling raw-window-handle v0.3.3 [INFO] [stderr] Compiling wayland-client v0.21.13 [INFO] [stderr] Compiling walkdir v2.2.9 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling gl_generator v0.11.0 [INFO] [stderr] Compiling gl_generator v0.13.1 [INFO] [stderr] Compiling stb_truetype v0.3.1 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling backtrace-sys v0.1.32 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling ordered-float v1.0.2 [INFO] [stderr] Compiling line_drawing v0.7.0 [INFO] [stderr] Compiling rusttype v0.8.2 [INFO] [stderr] Compiling glutin_glx_sys v0.1.5 [INFO] [stderr] Compiling glium v0.25.1 [INFO] [stderr] Compiling dlib v0.4.1 [INFO] [stderr] Compiling wayland-sys v0.21.13 [INFO] [stderr] Compiling glutin_egl_sys v0.1.4 [INFO] [stderr] Compiling backtrace v0.3.40 [INFO] [stderr] Compiling rusttype v0.7.9 [INFO] [stderr] Compiling andrew v0.2.1 [INFO] [stderr] Compiling wayland-commons v0.21.13 [INFO] [stderr] Compiling smithay-client-toolkit v0.4.6 [INFO] [stderr] Compiling winit v0.19.5 [INFO] [stderr] Compiling glutin v0.21.2 [INFO] [stderr] Compiling project v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: could not find `event` in `glutin` [INFO] [stderr] --> src/main.rs:52:21 [INFO] [stderr] | [INFO] [stderr] 52 | glutin::event::Event::WindowEvent { event, .. } => match event { [INFO] [stderr] | ^^^^^ could not find `event` in `glutin` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `event` in `glutin` [INFO] [stderr] --> src/main.rs:53:25 [INFO] [stderr] | [INFO] [stderr] 53 | glutin::event::WindowEvent::CloseRequested => { [INFO] [stderr] | ^^^^^ could not find `event` in `glutin` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `event_loop` in `glutin` [INFO] [stderr] --> src/main.rs:54:45 [INFO] [stderr] | [INFO] [stderr] 54 | *control_flow = glutin::event_loop::ControlFlow::Exit; [INFO] [stderr] | ^^^^^^^^^^ could not find `event_loop` in `glutin` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `event` in `glutin` [INFO] [stderr] --> src/main.rs:59:21 [INFO] [stderr] | [INFO] [stderr] 59 | glutin::event::Event::NewEvents(cause) => match cause { [INFO] [stderr] | ^^^^^ could not find `event` in `glutin` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `event` in `glutin` [INFO] [stderr] --> src/main.rs:60:25 [INFO] [stderr] | [INFO] [stderr] 60 | glutin::event::StartCause::ResumeTimeReached { .. } => (), [INFO] [stderr] | ^^^^^ could not find `event` in `glutin` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `event` in `glutin` [INFO] [stderr] --> src/main.rs:61:25 [INFO] [stderr] | [INFO] [stderr] 61 | glutin::event::StartCause::Init => (), [INFO] [stderr] | ^^^^^ could not find `event` in `glutin` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `event_loop` in this scope [INFO] [stderr] --> src/main.rs:11:48 [INFO] [stderr] | [INFO] [stderr] 11 | let display = glium::Display::new(wb, cb, &event_loop).unwrap(); [INFO] [stderr] | ^^^^^^^^^^ help: a local variable with a similar name exists: `events_loop` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `event_loop` in this scope [INFO] [stderr] --> src/main.rs:46:5 [INFO] [stderr] | [INFO] [stderr] 46 | event_loop.run(move |event, _, control_flow| { [INFO] [stderr] | ^^^^^^^^^^ help: a local variable with a similar name exists: `events_loop` [INFO] [stderr] [INFO] [stderr] error[E0223]: ambiguous associated type [INFO] [stderr] --> src/main.rs:49:25 [INFO] [stderr] | [INFO] [stderr] 49 | *control_flow = glium::glutin::EventsLoop::ControlFlow::WaitUntil(next_frame_time); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use fully-qualified syntax: `::ControlFlow` [INFO] [stderr] [INFO] [stderr] error: aborting due to 9 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0223, E0425, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0223`. [INFO] [stderr] error: could not compile `project`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "e23e73f9921efa629b995bbf36134f7f881f5541449e5d3262c5f56b920f7c4b"` [INFO] running `"docker" "rm" "-f" "e23e73f9921efa629b995bbf36134f7f881f5541449e5d3262c5f56b920f7c4b"` [INFO] [stdout] e23e73f9921efa629b995bbf36134f7f881f5541449e5d3262c5f56b920f7c4b