[INFO] crate glutin 0.22.0-alpha1 is already in cache [INFO] extracting crate glutin 0.22.0-alpha1 into work/ex/pr-63565/sources/master#c43d03a19f326f4a323569328cc501e86eb6d22e/reg/glutin/0.22.0-alpha1 [INFO] extracting crate glutin 0.22.0-alpha1 into work/ex/pr-63565/sources/try#75eff020d0923c035c2fe220db4a0465cd847048/reg/glutin/0.22.0-alpha1 [INFO] validating manifest of glutin-0.22.0-alpha1 on toolchain master#c43d03a19f326f4a323569328cc501e86eb6d22e [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c43d03a19f326f4a323569328cc501e86eb6d22e-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of glutin-0.22.0-alpha1 on toolchain try#75eff020d0923c035c2fe220db4a0465cd847048 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+75eff020d0923c035c2fe220db4a0465cd847048-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing glutin-0.22.0-alpha1 [INFO] finished frobbing glutin-0.22.0-alpha1 [INFO] frobbed toml for glutin-0.22.0-alpha1 written to work/ex/pr-63565/sources/master#c43d03a19f326f4a323569328cc501e86eb6d22e/reg/glutin/0.22.0-alpha1/Cargo.toml [INFO] started frobbing glutin-0.22.0-alpha1 [INFO] finished frobbing glutin-0.22.0-alpha1 [INFO] frobbed toml for glutin-0.22.0-alpha1 written to work/ex/pr-63565/sources/try#75eff020d0923c035c2fe220db4a0465cd847048/reg/glutin/0.22.0-alpha1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c43d03a19f326f4a323569328cc501e86eb6d22e-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+75eff020d0923c035c2fe220db4a0465cd847048-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c43d03a19f326f4a323569328cc501e86eb6d22e-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+75eff020d0923c035c2fe220db4a0465cd847048-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking glutin-0.22.0-alpha1 against master#c43d03a19f326f4a323569328cc501e86eb6d22e for pr-63565 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63565/worker-4/master#c43d03a19f326f4a323569328cc501e86eb6d22e:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63565/sources/master#c43d03a19f326f4a323569328cc501e86eb6d22e/reg/glutin/0.22.0-alpha1:/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=forbid" "-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" "+c43d03a19f326f4a323569328cc501e86eb6d22e-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] fc92b635d38377810168d1f8b08a397ea21a9e339ad5c88c1b21478a2de44053 [INFO] running `"docker" "start" "-a" "fc92b635d38377810168d1f8b08a397ea21a9e339ad5c88c1b21478a2de44053"` [INFO] [stderr] Compiling wayland-scanner v0.23.5 [INFO] [stderr] Checking wayland-sys v0.23.5 [INFO] [stderr] Compiling glutin_glx_sys v0.1.5 [INFO] [stderr] Compiling glutin_egl_sys v0.1.3 [INFO] [stderr] Checking wayland-commons v0.23.5 [INFO] [stderr] Compiling wayland-client v0.23.5 [INFO] [stderr] Compiling wayland-protocols v0.23.5 [INFO] [stderr] Checking smithay-client-toolkit v0.6.4 [INFO] [stderr] Checking winit v0.20.0-alpha3 [INFO] [stderr] Checking glutin v0.22.0-alpha1 (/opt/crater/workdir) [INFO] [stderr] error: unused import: `EventLoopExtUnix` [INFO] [stderr] --> src/platform_impl/unix/wayland.rs:9:29 [INFO] [stderr] | [INFO] [stderr] 9 | use crate::platform::unix::{EventLoopExtUnix, WindowExtUnix}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:81:5 [INFO] [stderr] | [INFO] [stderr] 81| warnings, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: `#[deny(unused_imports)]` implied by `#[deny(warnings)]` [INFO] [stderr] [INFO] [stderr] error: unused import: `EventLoopExtUnix` [INFO] [stderr] --> src/platform_impl/unix/x11.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | EventLoopExtUnix, WindowBuilderExtUnix, WindowExtUnix, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unused import: `crate::platform::unix::EventLoopExtUnix` [INFO] [stderr] --> src/platform_impl/unix/mod.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | use crate::platform::unix::EventLoopExtUnix; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unused import: `EventLoopExtUnix` [INFO] [stderr] --> src/platform_impl/unix/wayland.rs:9:29 [INFO] [stderr] | [INFO] [stderr] 9 | use crate::platform::unix::{EventLoopExtUnix, WindowExtUnix}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:81:5 [INFO] [stderr] | [INFO] [stderr] 81| warnings, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: `#[deny(unused_imports)]` implied by `#[deny(warnings)]` [INFO] [stderr] [INFO] [stderr] error: unused import: `EventLoopExtUnix` [INFO] [stderr] --> src/platform_impl/unix/x11.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | EventLoopExtUnix, WindowBuilderExtUnix, WindowExtUnix, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unused import: `crate::platform::unix::EventLoopExtUnix` [INFO] [stderr] --> src/platform_impl/unix/mod.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | use crate::platform::unix::EventLoopExtUnix; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `is_wayland` found for type `&winit::event_loop::EventLoop` in the current scope [INFO] [stderr] --> src/platform_impl/unix/mod.rs:100:15 [INFO] [stderr] | [INFO] [stderr] 100 | if el.is_wayland() { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] `use winit::platform::unix::EventLoopWindowTargetExtUnix;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `is_wayland` found for type `&winit::event_loop::EventLoop` in the current scope [INFO] [stderr] --> src/platform_impl/unix/mod.rs:136:15 [INFO] [stderr] | [INFO] [stderr] 136 | if el.is_wayland() { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] `use winit::platform::unix::EventLoopWindowTargetExtUnix;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `wayland_display` found for type `&winit::event_loop::EventLoop` in the current scope [INFO] [stderr] --> src/platform_impl/unix/wayland.rs:55:30 [INFO] [stderr] | [INFO] [stderr] 55 | let display_ptr = el.wayland_display().unwrap() as *const _; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] `use winit::platform::unix::EventLoopWindowTargetExtUnix;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `xlib_xconnection` found for type `&winit::event_loop::EventLoop` in the current scope [INFO] [stderr] --> src/platform_impl/unix/x11.rs:212:30 [INFO] [stderr] | [INFO] [stderr] 212 | let xconn = match el.xlib_xconnection() { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] `use winit::platform::unix::EventLoopWindowTargetExtUnix;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `is_wayland` found for type `&winit::event_loop::EventLoop` in the current scope [INFO] [stderr] --> src/platform_impl/unix/mod.rs:100:15 [INFO] [stderr] | [INFO] [stderr] 100 | if el.is_wayland() { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] `use winit::platform::unix::EventLoopWindowTargetExtUnix;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `xlib_xconnection` found for type `&winit::event_loop::EventLoop` in the current scope [INFO] [stderr] --> src/platform_impl/unix/x11.rs:469:30 [INFO] [stderr] | [INFO] [stderr] 469 | let xconn = match el.xlib_xconnection() { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] error[E0599]: no method named `is_wayland` found for type `&winit::event_loop::EventLoop` in the current scope [INFO] [stderr] --> src/platform_impl/unix/mod.rs:136:15 [INFO] [stderr] | [INFO] [stderr] 136 | if el.is_wayland() { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] `use winit::platform::unix::EventLoopWindowTargetExtUnix;` [INFO] [stderr] [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] `use winit::platform::unix::EventLoopWindowTargetExtUnix;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `wayland_display` found for type `&winit::event_loop::EventLoop` in the current scope [INFO] [stderr] --> src/platform_impl/unix/wayland.rs:55:30 [INFO] [stderr] | [INFO] [stderr] 55 | let display_ptr = el.wayland_display().unwrap() as *const _; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] `use winit::platform::unix::EventLoopWindowTargetExtUnix;` [INFO] [stderr] [INFO] [stderr] error: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error[E0599]: no method named `xlib_xconnection` found for type `&winit::event_loop::EventLoop` in the current scope [INFO] [stderr] --> src/platform_impl/unix/x11.rs:212:30 [INFO] [stderr] | [INFO] [stderr] 212 | let xconn = match el.xlib_xconnection() { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] `use winit::platform::unix::EventLoopWindowTargetExtUnix;` [INFO] [stderr] [INFO] [stderr] error: Could not compile `glutin`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no method named `xlib_xconnection` found for type `&winit::event_loop::EventLoop` in the current scope [INFO] [stderr] --> src/platform_impl/unix/x11.rs:469:30 [INFO] [stderr] | [INFO] [stderr] 469 | let xconn = match el.xlib_xconnection() { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] `use winit::platform::unix::EventLoopWindowTargetExtUnix;` [INFO] [stderr] [INFO] [stderr] error: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: Could not compile `glutin`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "fc92b635d38377810168d1f8b08a397ea21a9e339ad5c88c1b21478a2de44053"` [INFO] running `"docker" "rm" "-f" "fc92b635d38377810168d1f8b08a397ea21a9e339ad5c88c1b21478a2de44053"` [INFO] [stdout] fc92b635d38377810168d1f8b08a397ea21a9e339ad5c88c1b21478a2de44053