[INFO] updating cached repository https://github.com/nreihidd/ds [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] 51ef068243cd78451dcc268228567d7ee4bf1e39 [INFO] checking nreihidd/ds against nightly-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnreihidd%2Fds" "/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/nreihidd/ds on toolchain nightly-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/nreihidd/ds [INFO] finished tweaking git repo https://github.com/nreihidd/ds [INFO] tweaked toml for git repo https://github.com/nreihidd/ds written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/nreihidd/ds already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [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" "+nightly-2019-10-27" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [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=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" "+nightly-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] 35a0762666ad1d6570cd83aec5073610ea80c6d5b58353b1f8f4c9733a41be4b [INFO] running `"docker" "start" "-a" "35a0762666ad1d6570cd83aec5073610ea80c6d5b58353b1f8f4c9733a41be4b"` [INFO] [stderr] Compiling num-complex v0.2.3 [INFO] [stderr] Checking generic-array v0.13.2 [INFO] [stderr] Checking rand_distr v0.2.2 [INFO] [stderr] Checking smithay-client-toolkit v0.4.6 [INFO] [stderr] Checking image v0.22.3 [INFO] [stderr] Checking alga v0.9.2 [INFO] [stderr] Checking winit v0.19.4 [INFO] [stderr] Checking nalgebra v0.19.0 [INFO] [stderr] Checking glutin v0.21.1 [INFO] [stderr] Checking glium v0.25.1 [INFO] [stderr] Checking ds v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved imports `na::Diagonal`, `na::ToHomogeneous` [INFO] [stderr] --> src/render.rs:1:37 [INFO] [stderr] | [INFO] [stderr] 1 | use na::{Matrix4, Vector2, Vector4, Diagonal, Isometry3, Vector3, ToHomogeneous}; [INFO] [stderr] | ^^^^^^^^ ^^^^^^^^^^^^^ no `ToHomogeneous` in the root [INFO] [stderr] | | [INFO] [stderr] | no `Diagonal` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `rusttype::gpu_cache` [INFO] [stderr] --> src/render.rs:9:15 [INFO] [stderr] | [INFO] [stderr] 9 | use rusttype::gpu_cache::{Cache}; [INFO] [stderr] | ^^^^^^^^^ could not find `gpu_cache` in `rusttype` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `na::Inverse` [INFO] [stderr] --> src/main.rs:522:9 [INFO] [stderr] | [INFO] [stderr] 522 | use na::Inverse; [INFO] [stderr] | ^^^^------- [INFO] [stderr] | | | [INFO] [stderr] | | help: a similar name exists in the module (notice the capitalization): `inverse` [INFO] [stderr] | no `Inverse` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `glium::DisplayBuild` [INFO] [stderr] --> src/main.rs:552:9 [INFO] [stderr] | [INFO] [stderr] 552 | use glium::DisplayBuild; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no `DisplayBuild` in the root [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Eye` in `na` [INFO] [stderr] --> src/render.rs:124:48 [INFO] [stderr] | [INFO] [stderr] 124 | let mut batch = self.batch(frame, &na::Eye::new_identity(4)); [INFO] [stderr] | ^^^ could not find `Eye` in `na` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Eye` in `na` [INFO] [stderr] --> src/main.rs:611:49 [INFO] [stderr] | [INFO] [stderr] 611 | let mut world_to_gl: na::Matrix4 = na::Eye::new_identity(4); [INFO] [stderr] | ^^^ could not find `Eye` in `na` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Eye` in `na` [INFO] [stderr] --> src/main.rs:612:50 [INFO] [stderr] | [INFO] [stderr] 612 | let mut window_to_gl: na::Matrix4 = na::Eye::new_identity(4); [INFO] [stderr] | ^^^ could not find `Eye` in `na` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `na::Diagonal`, `na::ToHomogeneous` [INFO] [stderr] --> src/render.rs:1:37 [INFO] [stderr] | [INFO] [stderr] 1 | use na::{Matrix4, Vector2, Vector4, Diagonal, Isometry3, Vector3, ToHomogeneous}; [INFO] [stderr] | ^^^^^^^^ ^^^^^^^^^^^^^ no `ToHomogeneous` in the root [INFO] [stderr] | | [INFO] [stderr] | no `Diagonal` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `rusttype::gpu_cache` [INFO] [stderr] --> src/render.rs:9:15 [INFO] [stderr] | [INFO] [stderr] 9 | use rusttype::gpu_cache::{Cache}; [INFO] [stderr] | ^^^^^^^^^ could not find `gpu_cache` in `rusttype` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `na::Inverse` [INFO] [stderr] --> src/main.rs:522:9 [INFO] [stderr] | [INFO] [stderr] 522 | use na::Inverse; [INFO] [stderr] | ^^^^------- [INFO] [stderr] | | | [INFO] [stderr] | | help: a similar name exists in the module (notice the capitalization): `inverse` [INFO] [stderr] | no `Inverse` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `glium::DisplayBuild` [INFO] [stderr] --> src/main.rs:552:9 [INFO] [stderr] | [INFO] [stderr] 552 | use glium::DisplayBuild; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no `DisplayBuild` in the root [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Eye` in `na` [INFO] [stderr] --> src/render.rs:124:48 [INFO] [stderr] | [INFO] [stderr] 124 | let mut batch = self.batch(frame, &na::Eye::new_identity(4)); [INFO] [stderr] | ^^^ could not find `Eye` in `na` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Eye` in `na` [INFO] [stderr] --> src/main.rs:611:49 [INFO] [stderr] | [INFO] [stderr] 611 | let mut world_to_gl: na::Matrix4 = na::Eye::new_identity(4); [INFO] [stderr] | ^^^ could not find `Eye` in `na` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Eye` in `na` [INFO] [stderr] --> src/main.rs:612:50 [INFO] [stderr] | [INFO] [stderr] 612 | let mut window_to_gl: na::Matrix4 = na::Eye::new_identity(4); [INFO] [stderr] | ^^^ could not find `Eye` in `na` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `inverse` found for type `na::Matrix>` in the current scope [INFO] [stderr] --> src/main.rs:523:17 [INFO] [stderr] | [INFO] [stderr] 523 | world_to_gl.inverse().unwrap() * window_to_gl [INFO] [stderr] | ^^^^^^^ method not found in `na::Matrix>` [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 2 parameters were supplied [INFO] [stderr] --> src/main.rs:558:10 [INFO] [stderr] | [INFO] [stderr] 558 | .with_dimensions(1024, 768) [INFO] [stderr] | ^^^^^^^^^^^^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `build_glium` found for type `glium::glutin::WindowBuilder` in the current scope [INFO] [stderr] --> src/main.rs:560:10 [INFO] [stderr] | [INFO] [stderr] 560 | .build_glium() [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:650:27 [INFO] [stderr] | [INFO] [stderr] 650 | glium::glutin::Event::Closed => break 'outer, [INFO] [stderr] | ^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `KeyboardInput` found for type `glium::glutin::Event` in the current scope [INFO] [stderr] --> src/main.rs:651:39 [INFO] [stderr] | [INFO] [stderr] 651 | glium::glutin::Event::KeyboardInput(glium::glutin::ElementState::Released, _, Some(key)) => { [INFO] [stderr] | ^^^^^^^^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `ReceivedCharacter` found for type `glium::glutin::Event` in the current scope [INFO] [stderr] --> src/main.rs:657:39 [INFO] [stderr] | [INFO] [stderr] 657 | glium::glutin::Event::ReceivedCharacter(c) if text_entry => { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `ReceivedCharacter` found for type `glium::glutin::Event` in the current scope [INFO] [stderr] --> src/main.rs:672:39 [INFO] [stderr] | [INFO] [stderr] 672 | glium::glutin::Event::ReceivedCharacter(c) if !text_entry => { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `KeyboardInput` found for type `glium::glutin::Event` in the current scope [INFO] [stderr] --> src/main.rs:684:39 [INFO] [stderr] | [INFO] [stderr] 684 | glium::glutin::Event::KeyboardInput(glium::glutin::ElementState::Pressed, _, Some(VK::Escape)) if text_entry => { [INFO] [stderr] | ^^^^^^^^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `KeyboardInput` found for type `glium::glutin::Event` in the current scope [INFO] [stderr] --> src/main.rs:687:39 [INFO] [stderr] | [INFO] [stderr] 687 | glium::glutin::Event::KeyboardInput(glium::glutin::ElementState::Pressed, _, Some(key)) if !text_entry => { [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:889:39 [INFO] [stderr] | [INFO] [stderr] 889 | glium::glutin::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 `MouseInput` found for type `glium::glutin::Event` in the current scope [INFO] [stderr] --> src/main.rs:893:39 [INFO] [stderr] | [INFO] [stderr] 893 | glium::glutin::Event::MouseInput(glium::glutin::ElementState::Pressed, glium::glutin::MouseButton::Right) if keys_held.contains(&VK::LControl) => { [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:927:39 [INFO] [stderr] | [INFO] [stderr] 927 | glium::glutin::Event::MouseInput(glium::glutin::ElementState::Released, glium::glutin::MouseButton::Right) if grab.is_some() => { [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:934:39 [INFO] [stderr] | [INFO] [stderr] 934 | glium::glutin::Event::MouseInput(glium::glutin::ElementState::Released, glium::glutin::MouseButton::Right) => { [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:946:39 [INFO] [stderr] | [INFO] [stderr] 946 | glium::glutin::Event::MouseInput(glium::glutin::ElementState::Released, glium::glutin::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 `MouseInput` found for type `glium::glutin::Event` in the current scope [INFO] [stderr] --> src/main.rs:988:39 [INFO] [stderr] | [INFO] [stderr] 988 | glium::glutin::Event::MouseInput(glium::glutin::ElementState::Pressed, glium::glutin::MouseButton::Middle) => { [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:992:39 [INFO] [stderr] | [INFO] [stderr] 992 | glium::glutin::Event::MouseInput(glium::glutin::ElementState::Released, glium::glutin::MouseButton::Middle) => { [INFO] [stderr] | ^^^^^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `MouseWheel` found for type `glium::glutin::Event` in the current scope [INFO] [stderr] --> src/main.rs:995:39 [INFO] [stderr] | [INFO] [stderr] 995 | glium::glutin::Event::MouseWheel(delta, _) => { [INFO] [stderr] | ^^^^^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `inverse` found for type `na::Matrix>` in the current scope [INFO] [stderr] --> src/main.rs:523:17 [INFO] [stderr] | [INFO] [stderr] 523 | world_to_gl.inverse().unwrap() * window_to_gl [INFO] [stderr] | ^^^^^^^ method not found in `na::Matrix>` [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 2 parameters were supplied [INFO] [stderr] --> src/main.rs:558:10 [INFO] [stderr] | [INFO] [stderr] 558 | .with_dimensions(1024, 768) [INFO] [stderr] | ^^^^^^^^^^^^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error[E0023]: this pattern has 2 fields, but the corresponding tuple variant has 1 field [INFO] [stderr] --> src/main.rs:997:77 [INFO] [stderr] | [INFO] [stderr] 997 | glium::glutin::MouseScrollDelta::LineDelta(_x, y) | glium::glutin::MouseScrollDelta::PixelDelta(_x, y) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 field, found 2 [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `build_glium` found for type `glium::glutin::WindowBuilder` in the current scope [INFO] [stderr] --> src/main.rs:560:10 [INFO] [stderr] | [INFO] [stderr] 560 | .build_glium() [INFO] [stderr] | ^^^^^^^^^^^ method not found in `glium::glutin::WindowBuilder` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/render.rs:31:53 [INFO] [stderr] | [INFO] [stderr] 31 | glium::texture::RawImage2d::from_raw_rgba_reversed(i.into_raw(), d) [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | expected &[u8], found struct `std::vec::Vec` [INFO] [stderr] | help: consider borrowing here: `&i.into_raw()` [INFO] [stderr] | [INFO] [stderr] = note: expected type `&[u8]` [INFO] [stderr] found type `std::vec::Vec` [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:650:27 [INFO] [stderr] | [INFO] [stderr] 650 | glium::glutin::Event::Closed => break 'outer, [INFO] [stderr] | ^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `KeyboardInput` found for type `glium::glutin::Event` in the current scope [INFO] [stderr] --> src/main.rs:651:39 [INFO] [stderr] | [INFO] [stderr] 651 | glium::glutin::Event::KeyboardInput(glium::glutin::ElementState::Released, _, Some(key)) => { [INFO] [stderr] | ^^^^^^^^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `ReceivedCharacter` found for type `glium::glutin::Event` in the current scope [INFO] [stderr] --> src/main.rs:657:39 [INFO] [stderr] | [INFO] [stderr] 657 | glium::glutin::Event::ReceivedCharacter(c) if text_entry => { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `ReceivedCharacter` found for type `glium::glutin::Event` in the current scope [INFO] [stderr] --> src/main.rs:672:39 [INFO] [stderr] | [INFO] [stderr] 672 | glium::glutin::Event::ReceivedCharacter(c) if !text_entry => { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `KeyboardInput` found for type `glium::glutin::Event` in the current scope [INFO] [stderr] --> src/main.rs:684:39 [INFO] [stderr] | [INFO] [stderr] 684 | glium::glutin::Event::KeyboardInput(glium::glutin::ElementState::Pressed, _, Some(VK::Escape)) if text_entry => { [INFO] [stderr] | ^^^^^^^^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `KeyboardInput` found for type `glium::glutin::Event` in the current scope [INFO] [stderr] --> src/main.rs:687:39 [INFO] [stderr] | [INFO] [stderr] 687 | glium::glutin::Event::KeyboardInput(glium::glutin::ElementState::Pressed, _, Some(key)) if !text_entry => { [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:889:39 [INFO] [stderr] | [INFO] [stderr] 889 | glium::glutin::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 `MouseInput` found for type `glium::glutin::Event` in the current scope [INFO] [stderr] --> src/main.rs:893:39 [INFO] [stderr] | [INFO] [stderr] 893 | glium::glutin::Event::MouseInput(glium::glutin::ElementState::Pressed, glium::glutin::MouseButton::Right) if keys_held.contains(&VK::LControl) => { [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:927:39 [INFO] [stderr] | [INFO] [stderr] 927 | glium::glutin::Event::MouseInput(glium::glutin::ElementState::Released, glium::glutin::MouseButton::Right) if grab.is_some() => { [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:934:39 [INFO] [stderr] | [INFO] [stderr] 934 | glium::glutin::Event::MouseInput(glium::glutin::ElementState::Released, glium::glutin::MouseButton::Right) => { [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:946:39 [INFO] [stderr] | [INFO] [stderr] 946 | glium::glutin::Event::MouseInput(glium::glutin::ElementState::Released, glium::glutin::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 `MouseInput` found for type `glium::glutin::Event` in the current scope [INFO] [stderr] --> src/main.rs:988:39 [INFO] [stderr] | [INFO] [stderr] 988 | glium::glutin::Event::MouseInput(glium::glutin::ElementState::Pressed, glium::glutin::MouseButton::Middle) => { [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:992:39 [INFO] [stderr] | [INFO] [stderr] 992 | glium::glutin::Event::MouseInput(glium::glutin::ElementState::Released, glium::glutin::MouseButton::Middle) => { [INFO] [stderr] | ^^^^^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `MouseWheel` found for type `glium::glutin::Event` in the current scope [INFO] [stderr] --> src/main.rs:995:39 [INFO] [stderr] | [INFO] [stderr] 995 | glium::glutin::Event::MouseWheel(delta, _) => { [INFO] [stderr] | ^^^^^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] [INFO] [stderr] error[E0023]: this pattern has 2 fields, but the corresponding tuple variant has 1 field [INFO] [stderr] --> src/main.rs:997:77 [INFO] [stderr] | [INFO] [stderr] 997 | glium::glutin::MouseScrollDelta::LineDelta(_x, y) | glium::glutin::MouseScrollDelta::PixelDelta(_x, y) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 field, found 2 [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/render.rs:31:53 [INFO] [stderr] | [INFO] [stderr] 31 | glium::texture::RawImage2d::from_raw_rgba_reversed(i.into_raw(), d) [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | expected &[u8], found struct `std::vec::Vec` [INFO] [stderr] | help: consider borrowing here: `&i.into_raw()` [INFO] [stderr] | [INFO] [stderr] = note: expected type `&[u8]` [INFO] [stderr] found type `std::vec::Vec` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `rusttype::SharedBytes<'_>: std::convert::From>>` is not satisfied [INFO] [stderr] --> src/main.rs:102:16 [INFO] [stderr] | [INFO] [stderr] 102 | let font = FontCollection::from_bytes(std::sync::Arc::new(font_data.into_boxed_slice())).into_font().unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From>>` is not implemented for `rusttype::SharedBytes<'_>` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusttype-0.8.1/src/lib.rs:428:26 [INFO] [stderr] | [INFO] [stderr] 428 | pub fn from_bytes>>(bytes: B) -> Result, Error> { [INFO] [stderr] | --------------------- required by this bound in `rusttype::FontCollection::<'a>::from_bytes` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] as std::convert::From<&'a T>> [INFO] [stderr] as std::convert::From<&'a [u8]>> [INFO] [stderr] as std::convert::From>> [INFO] [stderr] as std::convert::From>> [INFO] [stderr] as std::convert::From>> [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `std::sync::Arc>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `into_font` found for type `std::result::Result, rusttype::Error>` in the current scope [INFO] [stderr] --> src/main.rs:102:94 [INFO] [stderr] | [INFO] [stderr] 102 | let font = FontCollection::from_bytes(std::sync::Arc::new(font_data.into_boxed_slice())).into_font().unwrap(); [INFO] [stderr] | ^^^^^^^^^ method not found in `std::result::Result, rusttype::Error>` [INFO] [stderr] [INFO] [stderr] error: aborting due to 28 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0023, E0061, E0277, E0308, E0432, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0023`. [INFO] [stderr] error: could not compile `ds`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0277]: the trait bound `rusttype::SharedBytes<'_>: std::convert::From>>` is not satisfied [INFO] [stderr] --> src/main.rs:102:16 [INFO] [stderr] | [INFO] [stderr] 102 | let font = FontCollection::from_bytes(std::sync::Arc::new(font_data.into_boxed_slice())).into_font().unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From>>` is not implemented for `rusttype::SharedBytes<'_>` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusttype-0.8.1/src/lib.rs:428:26 [INFO] [stderr] | [INFO] [stderr] 428 | pub fn from_bytes>>(bytes: B) -> Result, Error> { [INFO] [stderr] | --------------------- required by this bound in `rusttype::FontCollection::<'a>::from_bytes` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] as std::convert::From<&'a T>> [INFO] [stderr] as std::convert::From<&'a [u8]>> [INFO] [stderr] as std::convert::From>> [INFO] [stderr] as std::convert::From>> [INFO] [stderr] as std::convert::From>> [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `std::sync::Arc>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `into_font` found for type `std::result::Result, rusttype::Error>` in the current scope [INFO] [stderr] --> src/main.rs:102:94 [INFO] [stderr] | [INFO] [stderr] 102 | let font = FontCollection::from_bytes(std::sync::Arc::new(font_data.into_boxed_slice())).into_font().unwrap(); [INFO] [stderr] | ^^^^^^^^^ method not found in `std::result::Result, rusttype::Error>` [INFO] [stderr] [INFO] [stderr] error: aborting due to 28 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0023, E0061, E0277, E0308, E0432, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0023`. [INFO] [stderr] error: could not compile `ds`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "35a0762666ad1d6570cd83aec5073610ea80c6d5b58353b1f8f4c9733a41be4b"` [INFO] running `"docker" "rm" "-f" "35a0762666ad1d6570cd83aec5073610ea80c6d5b58353b1f8f4c9733a41be4b"` [INFO] [stdout] 35a0762666ad1d6570cd83aec5073610ea80c6d5b58353b1f8f4c9733a41be4b