[INFO] updating cached repository https://github.com/porglezomp/rust-globe [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] eded2a7c43e3ae613f9eb102eb743c0861f19d7f [INFO] checking porglezomp/rust-globe against master#b61e69433951e31f7bd746e22f516a48ad41623b for prs-64470-and-65389 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fporglezomp%2Frust-globe" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/porglezomp/rust-globe on toolchain b61e69433951e31f7bd746e22f516a48ad41623b [INFO] running `"/workspace/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/porglezomp/rust-globe [INFO] finished tweaking git repo https://github.com/porglezomp/rust-globe [INFO] tweaked toml for git repo https://github.com/porglezomp/rust-globe written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/porglezomp/rust-globe already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] error: the lock file /workspace/builds/worker-3/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" "+b61e69433951e31f7bd746e22f516a48ad41623b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+b61e69433951e31f7bd746e22f516a48ad41623b" "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] 05db4813174d8e916659115901280cdfce8ab38820dcb52a7a38d96994854410 [INFO] running `"docker" "start" "-a" "05db4813174d8e916659115901280cdfce8ab38820dcb52a7a38d96994854410"` [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Checking arrayvec v0.5.1 [INFO] [stderr] Checking downcast-rs v1.1.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Checking takeable-option v0.4.0 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling x11-dl v2.18.4 [INFO] [stderr] Checking memmap v0.7.0 [INFO] [stderr] Checking raw-window-handle v0.3.0 [INFO] [stderr] Compiling gl_generator v0.11.0 [INFO] [stderr] Checking stb_truetype v0.3.0 [INFO] [stderr] Checking nix v0.14.1 [INFO] [stderr] Compiling wayland-scanner v0.21.13 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Checking ordered-float v1.0.2 [INFO] [stderr] Checking line_drawing v0.7.0 [INFO] [stderr] Checking osmesa-sys v0.1.2 [INFO] [stderr] Checking cgmath v0.10.0 [INFO] [stderr] Checking rusttype v0.8.1 [INFO] [stderr] Checking dlib v0.4.1 [INFO] [stderr] Checking wayland-sys v0.21.13 [INFO] [stderr] Checking rusttype v0.7.9 [INFO] [stderr] Checking andrew v0.2.1 [INFO] [stderr] Compiling glutin_glx_sys v0.1.5 [INFO] [stderr] Compiling glutin_egl_sys v0.1.3 [INFO] [stderr] Compiling glium v0.25.1 [INFO] [stderr] Compiling wayland-client v0.21.13 [INFO] [stderr] Compiling wayland-protocols v0.21.13 [INFO] [stderr] Compiling derivative v1.0.3 [INFO] [stderr] Checking wayland-commons v0.21.13 [INFO] [stderr] Checking smithay-client-toolkit v0.4.6 [INFO] [stderr] Checking winit v0.19.4 [INFO] [stderr] Checking glutin v0.21.1 [INFO] [stderr] Checking globe v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `glium::DisplayBuild` [INFO] [stderr] --> src/main.rs:5:13 [INFO] [stderr] | [INFO] [stderr] 5 | use glium::{DisplayBuild, Surface, VertexBuffer, IndexBuffer, Program, DrawParameters, Blend}; [INFO] [stderr] | ^^^^^^^^^^^^ no `DisplayBuild` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `glium::DisplayBuild` [INFO] [stderr] --> src/main.rs:5:13 [INFO] [stderr] | [INFO] [stderr] 5 | use glium::{DisplayBuild, Surface, VertexBuffer, IndexBuffer, Program, DrawParameters, Blend}; [INFO] [stderr] | ^^^^^^^^^^^^ no `DisplayBuild` in the root [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 2 parameters were supplied [INFO] [stderr] --> src/main.rs:29:10 [INFO] [stderr] | [INFO] [stderr] 29 | .with_dimensions(1024, 786) [INFO] [stderr] | ^^^^^^^^^^^^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 2 parameters were supplied [INFO] [stderr] --> src/main.rs:29:10 [INFO] [stderr] | [INFO] [stderr] 29 | .with_dimensions(1024, 786) [INFO] [stderr] | ^^^^^^^^^^^^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `with_multisampling` found for type `glium::glutin::WindowBuilder` in the current scope [INFO] [stderr] --> src/main.rs:31:10 [INFO] [stderr] | [INFO] [stderr] 31 | .with_multisampling(8) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ method not found in `glium::glutin::WindowBuilder` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `Closed` found for type `glium::glutin::Event` in the current scope [INFO] [stderr] --> src/main.rs:80:24 [INFO] [stderr] | [INFO] [stderr] 80 | Event::Closed => return, [INFO] [stderr] | ^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `MouseInput` found for type `glium::glutin::Event` in the current scope [INFO] [stderr] --> src/main.rs:81:24 [INFO] [stderr] | [INFO] [stderr] 81 | Event::MouseInput(Pressed, MouseButton::Left) => drag = true, [INFO] [stderr] | ^^^^^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `MouseInput` found for type `glium::glutin::Event` in the current scope [INFO] [stderr] --> src/main.rs:82:24 [INFO] [stderr] | [INFO] [stderr] 82 | Event::MouseInput(Released, MouseButton::Left) => { [INFO] [stderr] | ^^^^^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `MouseMoved` found for type `glium::glutin::Event` in the current scope [INFO] [stderr] --> src/main.rs:86:24 [INFO] [stderr] | [INFO] [stderr] 86 | Event::MouseMoved(x, y) => { [INFO] [stderr] | ^^^^^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `Resized` found for type `glium::glutin::Event` in the current scope [INFO] [stderr] --> src/main.rs:98:24 [INFO] [stderr] | [INFO] [stderr] 98 | Event::Resized(w, h) => { [INFO] [stderr] | ^^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] [INFO] [stderr] warning: unused import: `Surface` [INFO] [stderr] --> src/main.rs:5:27 [INFO] [stderr] | [INFO] [stderr] 5 | use glium::{DisplayBuild, Surface, VertexBuffer, IndexBuffer, Program, DrawParameters, Blend}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0432, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `globe`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no method named `with_multisampling` found for type `glium::glutin::WindowBuilder` in the current scope [INFO] [stderr] --> src/main.rs:31:10 [INFO] [stderr] | [INFO] [stderr] 31 | .with_multisampling(8) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ method not found in `glium::glutin::WindowBuilder` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `Closed` found for type `glium::glutin::Event` in the current scope [INFO] [stderr] --> src/main.rs:80:24 [INFO] [stderr] | [INFO] [stderr] 80 | Event::Closed => return, [INFO] [stderr] | ^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `MouseInput` found for type `glium::glutin::Event` in the current scope [INFO] [stderr] --> src/main.rs:81:24 [INFO] [stderr] | [INFO] [stderr] 81 | Event::MouseInput(Pressed, MouseButton::Left) => drag = true, [INFO] [stderr] | ^^^^^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `MouseInput` found for type `glium::glutin::Event` in the current scope [INFO] [stderr] --> src/main.rs:82:24 [INFO] [stderr] | [INFO] [stderr] 82 | Event::MouseInput(Released, MouseButton::Left) => { [INFO] [stderr] | ^^^^^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `MouseMoved` found for type `glium::glutin::Event` in the current scope [INFO] [stderr] --> src/main.rs:86:24 [INFO] [stderr] | [INFO] [stderr] 86 | Event::MouseMoved(x, y) => { [INFO] [stderr] | ^^^^^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `Resized` found for type `glium::glutin::Event` in the current scope [INFO] [stderr] --> src/main.rs:98:24 [INFO] [stderr] | [INFO] [stderr] 98 | Event::Resized(w, h) => { [INFO] [stderr] | ^^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] [INFO] [stderr] warning: unused import: `Surface` [INFO] [stderr] --> src/main.rs:5:27 [INFO] [stderr] | [INFO] [stderr] 5 | use glium::{DisplayBuild, Surface, VertexBuffer, IndexBuffer, Program, DrawParameters, Blend}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0432, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `globe`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "05db4813174d8e916659115901280cdfce8ab38820dcb52a7a38d96994854410"` [INFO] running `"docker" "rm" "-f" "05db4813174d8e916659115901280cdfce8ab38820dcb52a7a38d96994854410"` [INFO] [stdout] 05db4813174d8e916659115901280cdfce8ab38820dcb52a7a38d96994854410