[INFO] crate main_loop 0.3.3 is already in cache [INFO] testing main_loop-0.3.3 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate main_loop 0.3.3 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate main_loop 0.3.3 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 crates.io crate main_loop 0.3.3 [INFO] finished tweaking crates.io crate main_loop 0.3.3 [INFO] tweaked toml for crates.io crate main_loop 0.3.3 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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] 9ffdcb84d82287910e846662f05e8c74e0f0bb9e675d75f062c21cf49f8f4b78 [INFO] running `"docker" "start" "-a" "9ffdcb84d82287910e846662f05e8c74e0f0bb9e675d75f062c21cf49f8f4b78"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libloading v0.6.2 [INFO] [stderr] Compiling instant v0.1.4 [INFO] [stderr] Compiling x11-dl v2.18.5 [INFO] [stderr] Compiling stb_truetype v0.3.1 [INFO] [stderr] Compiling shared_library v0.1.9 [INFO] [stderr] Compiling raw-window-handle v0.3.3 [INFO] [stderr] Compiling parking_lot_core v0.7.2 [INFO] [stderr] Compiling ordered-float v1.0.2 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling line_drawing v0.7.0 [INFO] [stderr] Compiling wayland-scanner v0.23.6 [INFO] [stderr] Compiling gl_generator v0.13.1 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Compiling mio-extras v2.0.6 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling parking_lot v0.10.2 [INFO] [stderr] Compiling dlib v0.4.2 [INFO] [stderr] Compiling wayland-sys v0.23.6 [INFO] [stderr] Compiling rusttype v0.8.3 [INFO] [stderr] Compiling rusttype v0.7.9 [INFO] [stderr] Compiling andrew v0.2.1 [INFO] [stderr] Compiling glutin_egl_sys v0.1.4 [INFO] [stderr] Compiling glutin_glx_sys v0.1.6 [INFO] [stderr] Compiling wayland-client v0.23.6 [INFO] [stderr] Compiling wayland-protocols v0.23.6 [INFO] [stderr] Compiling calloop v0.4.4 [INFO] [stderr] Compiling wayland-commons v0.23.6 [INFO] [stderr] Compiling smithay-client-toolkit v0.6.6 [INFO] [stderr] Compiling winit v0.22.2 [INFO] [stderr] Compiling glutin v0.24.1 [INFO] [stderr] Compiling main_loop v0.3.3 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved imports `lib_glutin::Event`, `lib_glutin::EventsLoop` [INFO] [stderr] --> src/glutin/run.rs:1:18 [INFO] [stderr] | [INFO] [stderr] 1 | use lib_glutin::{Event, EventsLoop}; [INFO] [stderr] | ^^^^^ ^^^^^^^^^^ no `EventsLoop` in the root [INFO] [stderr] | | [INFO] [stderr] | no `Event` in the root [INFO] [stderr] | [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 1 | use lib_glutin::{event, EventsLoop}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 1 | use lib_glutin::{Event, event_loop}; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `lib_winit::Event`, `lib_winit::EventsLoop` [INFO] [stderr] --> src/winit/run.rs:1:17 [INFO] [stderr] | [INFO] [stderr] 1 | use lib_winit::{Event, EventsLoop}; [INFO] [stderr] | ^^^^^ ^^^^^^^^^^ no `EventsLoop` in the root [INFO] [stderr] | | [INFO] [stderr] | no `Event` in the root [INFO] [stderr] | [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 1 | use lib_winit::{event, EventsLoop}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 1 | use lib_winit::{Event, event_loop}; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `main_loop`. [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" "9ffdcb84d82287910e846662f05e8c74e0f0bb9e675d75f062c21cf49f8f4b78"` [INFO] running `"docker" "rm" "-f" "9ffdcb84d82287910e846662f05e8c74e0f0bb9e675d75f062c21cf49f8f4b78"` [INFO] [stdout] 9ffdcb84d82287910e846662f05e8c74e0f0bb9e675d75f062c21cf49f8f4b78