[INFO] updating cached repository https://github.com/gazliddon/rustrex [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] 55acfe6d898d2ca5619e85c6144ec0e6f8cb49aa [INFO] checking gazliddon/rustrex against beta-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgazliddon%2Frustrex" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/gazliddon/rustrex on toolchain beta-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/gazliddon/rustrex [INFO] removed path dependency glium from git repo https://github.com/gazliddon/rustrex [INFO] finished tweaking git repo https://github.com/gazliddon/rustrex [INFO] tweaked toml for git repo https://github.com/gazliddon/rustrex written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/gazliddon/rustrex already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (glium) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-1/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (glium) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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=allow" "-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-2019-10-27" "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] 4ac24159d3f2f69256be7c20dc1e916e281430de8b8a230e3056fc7993275327 [INFO] running `"docker" "start" "-a" "4ac24159d3f2f69256be7c20dc1e916e281430de8b8a230e3056fc7993275327"` [INFO] [stderr] warning: dependency (glium) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking sha1 v0.5.0 [INFO] [stderr] Compiling gl_generator v0.13.1 [INFO] [stderr] Checking calloop v0.4.4 [INFO] [stderr] Checking jpeg-decoder v0.1.16 [INFO] [stderr] Checking wayland-client v0.23.6 [INFO] [stderr] Checking image v0.18.0 [INFO] [stderr] Compiling glium v0.26.0-alpha3 [INFO] [stderr] Checking wayland-protocols v0.23.6 [INFO] [stderr] Checking smithay-client-toolkit v0.6.4 [INFO] [stderr] Checking winit v0.20.0-alpha4 [INFO] [stderr] Checking glutin v0.22.0-alpha3 [INFO] [stderr] Checking rustrex v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `glium::glutin::EventsLoop` [INFO] [stderr] --> src/window/windowcore.rs:6:21 [INFO] [stderr] | [INFO] [stderr] 6 | use glium::glutin::{EventsLoop, ContextBuilder}; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | no `EventsLoop` in `glutin` [INFO] [stderr] | help: a similar name exists in the module: `event_loop` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `glium::glutin::WindowBuilder` [INFO] [stderr] --> src/window/windowcore.rs:97:29 [INFO] [stderr] | [INFO] [stderr] 97 | use glium::glutin::{WindowBuilder}; [INFO] [stderr] | ^^^^^^^^^^^^^ no `WindowBuilder` in `glutin` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `glium::glutin::Event`, `glium::glutin::ElementState`, `glium::glutin::WindowEvent` [INFO] [stderr] --> src/window/windowcore.rs:178:29 [INFO] [stderr] | [INFO] [stderr] 178 | use glium::glutin::{Event,ElementState, WindowEvent}; [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^ no `WindowEvent` in `glutin` [INFO] [stderr] | | | [INFO] [stderr] | | no `ElementState` in `glutin` [INFO] [stderr] | no `Event` in `glutin` [INFO] [stderr] | help: a similar name exists in the module: `event` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `glium::glutin::VirtualKeyCode` [INFO] [stderr] --> src/window/windowcore.rs:179:28 [INFO] [stderr] | [INFO] [stderr] 179 | use glium::glutin::VirtualKeyCode::*; [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `VirtualKeyCode` in `glutin` [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `Escape` is not bound in all patterns [INFO] [stderr] --> src/window/windowcore.rs:202:64 [INFO] [stderr] | [INFO] [stderr] 202 | ... Some(Escape) | Some(Q) => Action::Quit, [INFO] [stderr] | ------ ^^^^^^^ pattern doesn't bind `Escape` [INFO] [stderr] | | [INFO] [stderr] | variable not in all patterns [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::Escape` [INFO] [stderr] --> src/window/windowcore.rs:202:54 [INFO] [stderr] | [INFO] [stderr] 202 | ... Some(Escape) | Some(Q) => Action::Quit, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `Q` is not bound in all patterns [INFO] [stderr] --> src/window/windowcore.rs:202:49 [INFO] [stderr] | [INFO] [stderr] 202 | ... Some(Escape) | Some(Q) => Action::Quit, [INFO] [stderr] | ^^^^^^^^^^^^ - variable not in all patterns [INFO] [stderr] | | [INFO] [stderr] | pattern doesn't bind `Q` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::Q` [INFO] [stderr] --> src/window/windowcore.rs:202:69 [INFO] [stderr] | [INFO] [stderr] 202 | ... Some(Escape) | Some(Q) => Action::Quit, [INFO] [stderr] | ^ [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `glium::glutin::EventsLoop` [INFO] [stderr] --> src/window/windowcore.rs:6:21 [INFO] [stderr] | [INFO] [stderr] 6 | use glium::glutin::{EventsLoop, ContextBuilder}; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | no `EventsLoop` in `glutin` [INFO] [stderr] | help: a similar name exists in the module: `event_loop` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `glium::glutin::WindowBuilder` [INFO] [stderr] --> src/window/windowcore.rs:97:29 [INFO] [stderr] | [INFO] [stderr] 97 | use glium::glutin::{WindowBuilder}; [INFO] [stderr] | ^^^^^^^^^^^^^ no `WindowBuilder` in `glutin` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `glium::glutin::Event`, `glium::glutin::ElementState`, `glium::glutin::WindowEvent` [INFO] [stderr] --> src/window/windowcore.rs:178:29 [INFO] [stderr] | [INFO] [stderr] 178 | use glium::glutin::{Event,ElementState, WindowEvent}; [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^ no `WindowEvent` in `glutin` [INFO] [stderr] | | | [INFO] [stderr] | | no `ElementState` in `glutin` [INFO] [stderr] | no `Event` in `glutin` [INFO] [stderr] | help: a similar name exists in the module: `event` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `glium::glutin::VirtualKeyCode` [INFO] [stderr] --> src/window/windowcore.rs:179:28 [INFO] [stderr] | [INFO] [stderr] 179 | use glium::glutin::VirtualKeyCode::*; [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `VirtualKeyCode` in `glutin` [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `Escape` is not bound in all patterns [INFO] [stderr] --> src/window/windowcore.rs:202:64 [INFO] [stderr] | [INFO] [stderr] 202 | ... Some(Escape) | Some(Q) => Action::Quit, [INFO] [stderr] | ------ ^^^^^^^ pattern doesn't bind `Escape` [INFO] [stderr] | | [INFO] [stderr] | variable not in all patterns [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::Escape` [INFO] [stderr] --> src/window/windowcore.rs:202:54 [INFO] [stderr] | [INFO] [stderr] 202 | ... Some(Escape) | Some(Q) => Action::Quit, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `Q` is not bound in all patterns [INFO] [stderr] --> src/window/windowcore.rs:202:49 [INFO] [stderr] | [INFO] [stderr] 202 | ... Some(Escape) | Some(Q) => Action::Quit, [INFO] [stderr] | ^^^^^^^^^^^^ - variable not in all patterns [INFO] [stderr] | | [INFO] [stderr] | pattern doesn't bind `Q` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::Q` [INFO] [stderr] --> src/window/windowcore.rs:202:69 [INFO] [stderr] | [INFO] [stderr] 202 | ... Some(Escape) | Some(Q) => Action::Quit, [INFO] [stderr] | ^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `id` found for type `std::cell::Ref<'_, takeable_option::Takeable>>` in the current scope [INFO] [stderr] --> src/window/windowcore.rs:196:65 [INFO] [stderr] | [INFO] [stderr] 196 | ... if window_id == display.gl_window().id() { [INFO] [stderr] | ^^ method not found in `std::cell::Ref<'_, takeable_option::Takeable>>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `id` found for type `std::cell::Ref<'_, takeable_option::Takeable>>` in the current scope [INFO] [stderr] --> src/window/windowcore.rs:196:65 [INFO] [stderr] | [INFO] [stderr] 196 | ... if window_id == display.gl_window().id() { [INFO] [stderr] | ^^ method not found in `std::cell::Ref<'_, takeable_option::Takeable>>` [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0408, E0432, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0408`. [INFO] [stderr] error: could not compile `rustrex`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0408, E0432, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0408`. [INFO] [stderr] error: could not compile `rustrex`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "4ac24159d3f2f69256be7c20dc1e916e281430de8b8a230e3056fc7993275327"` [INFO] running `"docker" "rm" "-f" "4ac24159d3f2f69256be7c20dc1e916e281430de8b8a230e3056fc7993275327"` [INFO] [stdout] 4ac24159d3f2f69256be7c20dc1e916e281430de8b8a230e3056fc7993275327