[INFO] crate main_loop 0.3.3 is already in cache
[INFO] checking main_loop-0.3.3 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate main_loop 0.3.3 into /workspace/builds/worker-5/source
[INFO] validating manifest of crates.io crate main_loop 0.3.3 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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-5/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=forbid" "-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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 80d89538fd2d461b79319496c9dc9c40edb663ee66e542b8f496cca1cde1dc43
[INFO] running `"docker" "start" "-a" "80d89538fd2d461b79319496c9dc9c40edb663ee66e542b8f496cca1cde1dc43"`
[INFO] [stderr]    Compiling wayland-scanner v0.23.6
[INFO] [stderr]    Compiling gl_generator v0.13.1
[INFO] [stderr]    Compiling gl v0.11.0
[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]     Checking smithay-client-toolkit v0.6.6
[INFO] [stderr]     Checking winit v0.22.0
[INFO] [stderr]     Checking glutin v0.24.0
[INFO] [stderr]     Checking 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[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: 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] running `"docker" "inspect" "80d89538fd2d461b79319496c9dc9c40edb663ee66e542b8f496cca1cde1dc43"`
[INFO] running `"docker" "rm" "-f" "80d89538fd2d461b79319496c9dc9c40edb663ee66e542b8f496cca1cde1dc43"`
[INFO] [stdout] 80d89538fd2d461b79319496c9dc9c40edb663ee66e542b8f496cca1cde1dc43
