[INFO] crate glutin 0.22.0-alpha1 is already in cache [INFO] extracting crate glutin 0.22.0-alpha1 into work/ex/beta-1.38-1/sources/1.37.0/reg/glutin/0.22.0-alpha1 [INFO] extracting crate glutin 0.22.0-alpha1 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/glutin/0.22.0-alpha1 [INFO] validating manifest of glutin-0.22.0-alpha1 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of glutin-0.22.0-alpha1 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "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/beta-1.38-1/sources/1.37.0/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/beta-1.38-1/sources/beta-2019-08-13/reg/glutin/0.22.0-alpha1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing glutin-0.22.0-alpha1 against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/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=warn" "-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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] b5549c8c80d7b1c39c4d369ce4293541daf984a805cf3f527c7e1bc1c5c8b8a7 [INFO] running `"docker" "start" "-a" "b5549c8c80d7b1c39c4d369ce4293541daf984a805cf3f527c7e1bc1c5c8b8a7"` [INFO] [stderr] Compiling raw-window-handle v0.1.2 [INFO] [stderr] Compiling wayland-scanner v0.23.5 [INFO] [stderr] Compiling 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] Compiling calloop v0.4.4 [INFO] [stderr] Compiling wayland-commons v0.23.5 [INFO] [stderr] Compiling wayland-client v0.23.5 [INFO] [stderr] Compiling wayland-protocols v0.23.5 [INFO] [stderr] Compiling smithay-client-toolkit v0.6.3 [INFO] [stderr] Compiling winit v0.20.0-alpha3 [INFO] [stderr] Compiling glutin v0.22.0-alpha1 (/opt/crater/workdir) [INFO] [stderr] warning: 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: `#[warn(unused_imports)]` implied by `#[warn(warnings)]` [INFO] [stderr] [INFO] [stderr] warning: 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] warning: 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 `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 5 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] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "b5549c8c80d7b1c39c4d369ce4293541daf984a805cf3f527c7e1bc1c5c8b8a7"` [INFO] running `"docker" "rm" "-f" "b5549c8c80d7b1c39c4d369ce4293541daf984a805cf3f527c7e1bc1c5c8b8a7"` [INFO] [stdout] b5549c8c80d7b1c39c4d369ce4293541daf984a805cf3f527c7e1bc1c5c8b8a7