[INFO] updating cached repository https://github.com/gaborigloi/glium_plus_piston [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] ab23a276a0a3e0ee8ff6bcd8e060a94b940ae5fa [INFO] checking gaborigloi/glium_plus_piston against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgaborigloi%2Fglium_plus_piston" "/workspace/builds/worker-10/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/gaborigloi/glium_plus_piston on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/gaborigloi/glium_plus_piston [INFO] finished tweaking git repo https://github.com/gaborigloi/glium_plus_piston [INFO] tweaked toml for git repo https://github.com/gaborigloi/glium_plus_piston written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/gaborigloi/glium_plus_piston already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "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-10/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" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "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" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "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 `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "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] 26ff5dcfe6e1078b6c02cc151131ca936feedcc99df4070fc4424ed5bfcc132a [INFO] running `"docker" "start" "-a" "26ff5dcfe6e1078b6c02cc151131ca936feedcc99df4070fc4424ed5bfcc132a"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking piston-texture v0.8.0 [INFO] [stderr] Checking vecmath v1.0.0 [INFO] [stderr] Checking pistoncore-event_loop v0.49.0 [INFO] [stderr] Checking pistoncore-glutin_window v0.63.0 [INFO] [stderr] Checking piston v0.49.0 [INFO] [stderr] Checking piston2d-graphics v0.35.0 [INFO] [stderr] Checking piston2d-glium_graphics v0.72.0 [INFO] [stderr] Checking glium_plus_piston v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `glium::DisplayBuild` [INFO] [stderr] --> src/bin/glium_plus_piston2d-glium_graphics.rs:17:17 [INFO] [stderr] | [INFO] [stderr] 17 | use glium::{DisplayBuild, Surface }; [INFO] [stderr] | ^^^^^^^^^^^^ no `DisplayBuild` in the root [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/bin/glium_plus_piston2d-glium_graphics.rs:26:23 [INFO] [stderr] | [INFO] [stderr] 26 | window_size: [w, h] [INFO] [stderr] | ^ expected f64, found u32 [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 2 parameters were supplied [INFO] [stderr] --> src/bin/glium_plus_piston2d-glium_graphics.rs:29:55 [INFO] [stderr] | [INFO] [stderr] 29 | let display = glium::glutin::WindowBuilder::new().with_dimensions(w, h).build_glium().unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `glium::DisplayBuild` [INFO] [stderr] --> src/bin/glium_plus_piston2d-glium_graphics.rs:17:17 [INFO] [stderr] | [INFO] [stderr] 17 | use glium::{DisplayBuild, Surface }; [INFO] [stderr] | ^^^^^^^^^^^^ no `DisplayBuild` in the root [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `opengl` found for type `piston::WindowSettings` in the current scope [INFO] [stderr] --> src/bin/piston2d_glium-graphics_plus_glium.rs:20:28 [INFO] [stderr] | [INFO] [stderr] 20 | .exit_on_esc(true).opengl(opengl).build().unwrap(); [INFO] [stderr] | ^^^^^^ method not found in `piston::WindowSettings` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/bin/piston2d_glium-graphics_plus_glium.rs:18:9 [INFO] [stderr] | [INFO] [stderr] 18 | let ref mut window: GliumWindow = [INFO] [stderr] | ^^^^^^^^^^^^^^ expected mutable reference, found struct `glium_graphics::GliumWindow` [INFO] [stderr] | [INFO] [stderr] = note: expected type `&mut glium_graphics::GliumWindow` [INFO] [stderr] found type `glium_graphics::GliumWindow` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/bin/piston2d_glium-graphics_plus_glium.rs:35:50 [INFO] [stderr] | [INFO] [stderr] 35 | let vertex_buffer = glium::VertexBuffer::new(window, &shape).unwrap(); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | expected reference, found struct `glium_graphics::GliumWindow` [INFO] [stderr] | help: consider borrowing here: `&window` [INFO] [stderr] | [INFO] [stderr] = note: expected type `&_` [INFO] [stderr] found type `glium_graphics::GliumWindow` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/bin/piston2d_glium-graphics_plus_glium.rs:39:47 [INFO] [stderr] | [INFO] [stderr] 39 | let program = glium::Program::from_source(window, vertex_shader_src, fragment_shader_src, None).unwrap(); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | expected reference, found struct `glium_graphics::GliumWindow` [INFO] [stderr] | help: consider borrowing here: `&window` [INFO] [stderr] | [INFO] [stderr] = note: expected type `&_` [INFO] [stderr] found type `glium_graphics::GliumWindow` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/bin/piston2d_glium-graphics_plus_glium.rs:42:40 [INFO] [stderr] | [INFO] [stderr] 42 | let mut g2d = Glium2d::new(opengl, window); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | expected reference, found struct `glium_graphics::GliumWindow` [INFO] [stderr] | help: consider borrowing here: `&window` [INFO] [stderr] | [INFO] [stderr] = note: expected type `&_` [INFO] [stderr] found type `glium_graphics::GliumWindow` [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0308, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0308`. [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/bin/glium_plus_piston2d-glium_graphics.rs:26:23 [INFO] [stderr] | [INFO] [stderr] 26 | window_size: [w, h] [INFO] [stderr] | ^ expected f64, found u32 [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 2 parameters were supplied [INFO] [stderr] --> src/bin/glium_plus_piston2d-glium_graphics.rs:29:55 [INFO] [stderr] | [INFO] [stderr] 29 | let display = glium::glutin::WindowBuilder::new().with_dimensions(w, h).build_glium().unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error: could not compile `glium_plus_piston`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no method named `build_glium` found for type `glium::glutin::WindowBuilder` in the current scope [INFO] [stderr] --> src/bin/glium_plus_piston2d-glium_graphics.rs:29:77 [INFO] [stderr] | [INFO] [stderr] 29 | let display = glium::glutin::WindowBuilder::new().with_dimensions(w, h).build_glium().unwrap(); [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/bin/glium_plus_piston2d-glium_graphics.rs:58:39 [INFO] [stderr] | [INFO] [stderr] 58 | glium::glutin::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 `Refresh` found for type `glium::glutin::Event` in the current scope [INFO] [stderr] --> src/bin/glium_plus_piston2d-glium_graphics.rs:59:39 [INFO] [stderr] | [INFO] [stderr] 59 | glium::glutin::Event::Refresh => { [INFO] [stderr] | ^^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `opengl` found for type `piston::WindowSettings` in the current scope [INFO] [stderr] --> src/bin/piston2d_glium-graphics_plus_glium.rs:20:28 [INFO] [stderr] | [INFO] [stderr] 20 | .exit_on_esc(true).opengl(opengl).build().unwrap(); [INFO] [stderr] | ^^^^^^ method not found in `piston::WindowSettings` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/bin/piston2d_glium-graphics_plus_glium.rs:18:9 [INFO] [stderr] | [INFO] [stderr] 18 | let ref mut window: GliumWindow = [INFO] [stderr] | ^^^^^^^^^^^^^^ expected mutable reference, found struct `glium_graphics::GliumWindow` [INFO] [stderr] | [INFO] [stderr] = note: expected type `&mut glium_graphics::GliumWindow` [INFO] [stderr] found type `glium_graphics::GliumWindow` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/bin/piston2d_glium-graphics_plus_glium.rs:35:50 [INFO] [stderr] | [INFO] [stderr] 35 | let vertex_buffer = glium::VertexBuffer::new(window, &shape).unwrap(); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | expected reference, found struct `glium_graphics::GliumWindow` [INFO] [stderr] | help: consider borrowing here: `&window` [INFO] [stderr] | [INFO] [stderr] = note: expected type `&_` [INFO] [stderr] found type `glium_graphics::GliumWindow` [INFO] [stderr] [INFO] [stderr] warning: unused import: `Surface` [INFO] [stderr] --> src/bin/glium_plus_piston2d-glium_graphics.rs:17:31 [INFO] [stderr] | [INFO] [stderr] 17 | use glium::{DisplayBuild, Surface }; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `glium::backend::Facade` [INFO] [stderr] --> src/bin/glium_plus_piston2d-glium_graphics.rs:18:9 [INFO] [stderr] | [INFO] [stderr] 18 | use glium::backend::Facade; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0308, E0432, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/bin/piston2d_glium-graphics_plus_glium.rs:39:47 [INFO] [stderr] | [INFO] [stderr] 39 | let program = glium::Program::from_source(window, vertex_shader_src, fragment_shader_src, None).unwrap(); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | expected reference, found struct `glium_graphics::GliumWindow` [INFO] [stderr] | help: consider borrowing here: `&window` [INFO] [stderr] | [INFO] [stderr] = note: expected type `&_` [INFO] [stderr] found type `glium_graphics::GliumWindow` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/bin/piston2d_glium-graphics_plus_glium.rs:42:40 [INFO] [stderr] | [INFO] [stderr] 42 | let mut g2d = Glium2d::new(opengl, window); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | expected reference, found struct `glium_graphics::GliumWindow` [INFO] [stderr] | help: consider borrowing here: `&window` [INFO] [stderr] | [INFO] [stderr] = note: expected type `&_` [INFO] [stderr] found type `glium_graphics::GliumWindow` [INFO] [stderr] [INFO] [stderr] error: could not compile `glium_plus_piston`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0308, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0308`. [INFO] [stderr] error[E0599]: no method named `build_glium` found for type `glium::glutin::WindowBuilder` in the current scope [INFO] [stderr] --> src/bin/glium_plus_piston2d-glium_graphics.rs:29:77 [INFO] [stderr] | [INFO] [stderr] 29 | let display = glium::glutin::WindowBuilder::new().with_dimensions(w, h).build_glium().unwrap(); [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/bin/glium_plus_piston2d-glium_graphics.rs:58:39 [INFO] [stderr] | [INFO] [stderr] 58 | glium::glutin::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 `Refresh` found for type `glium::glutin::Event` in the current scope [INFO] [stderr] --> src/bin/glium_plus_piston2d-glium_graphics.rs:59:39 [INFO] [stderr] | [INFO] [stderr] 59 | glium::glutin::Event::Refresh => { [INFO] [stderr] | ^^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] [INFO] [stderr] error: could not compile `glium_plus_piston`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: unused import: `Surface` [INFO] [stderr] --> src/bin/glium_plus_piston2d-glium_graphics.rs:17:31 [INFO] [stderr] | [INFO] [stderr] 17 | use glium::{DisplayBuild, Surface }; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `glium::backend::Facade` [INFO] [stderr] --> src/bin/glium_plus_piston2d-glium_graphics.rs:18:9 [INFO] [stderr] | [INFO] [stderr] 18 | use glium::backend::Facade; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0308, E0432, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `glium_plus_piston`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "26ff5dcfe6e1078b6c02cc151131ca936feedcc99df4070fc4424ed5bfcc132a"` [INFO] running `"docker" "rm" "-f" "26ff5dcfe6e1078b6c02cc151131ca936feedcc99df4070fc4424ed5bfcc132a"` [INFO] [stdout] 26ff5dcfe6e1078b6c02cc151131ca936feedcc99df4070fc4424ed5bfcc132a