[INFO] cloning repository https://github.com/Maxjen/inferno [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Maxjen/inferno" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMaxjen%2Finferno", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMaxjen%2Finferno'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5110adc25ad6146eb46023d666c21df7d7ce0fb7 [INFO] checking Maxjen/inferno against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMaxjen%2Finferno" "/workspace/builds/worker-13/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Maxjen/inferno on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Maxjen/inferno [INFO] finished tweaking git repo https://github.com/Maxjen/inferno [INFO] tweaked toml for git repo https://github.com/Maxjen/inferno written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/Maxjen/inferno already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] error: the lock file /workspace/builds/worker-13/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4d980f1627d9ddfcf43a55b472dd5b690374311b0295698a9d90a3892b55e9ed [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "4d980f1627d9ddfcf43a55b472dd5b690374311b0295698a9d90a3892b55e9ed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4d980f1627d9ddfcf43a55b472dd5b690374311b0295698a9d90a3892b55e9ed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4d980f1627d9ddfcf43a55b472dd5b690374311b0295698a9d90a3892b55e9ed", kill_on_drop: false }` [INFO] [stdout] 4d980f1627d9ddfcf43a55b472dd5b690374311b0295698a9d90a3892b55e9ed [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 40cc2f0cdc6c801dc12edf892a0c2576c065c1e3d3866f03ff07bca2c5794bd9 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "40cc2f0cdc6c801dc12edf892a0c2576c065c1e3d3866f03ff07bca2c5794bd9", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Checking once_cell v1.5.2 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Checking scoped-tls v1.0.0 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Checking slab v0.4.2 [INFO] [stderr] Checking gimli v0.23.0 [INFO] [stderr] Checking percent-encoding v2.1.0 [INFO] [stderr] Checking odds v0.2.26 [INFO] [stderr] Checking byteorder v0.4.2 [INFO] [stderr] Checking nodrop v0.1.14 [INFO] [stderr] Checking rustc-demangle v0.1.18 [INFO] [stderr] Checking object v0.22.0 [INFO] [stderr] Checking takeable-option v0.5.0 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Checking libloading v0.6.6 [INFO] [stderr] Checking instant v0.1.9 [INFO] [stderr] Checking crc32fast v1.2.1 [INFO] [stderr] Checking stb_truetype v0.1.2 [INFO] [stderr] Checking net2 v0.2.37 [INFO] [stderr] Checking shared_library v0.1.9 [INFO] [stderr] Checking nix v0.18.0 [INFO] [stderr] Checking andrew v0.3.1 [INFO] [stderr] Checking parking_lot_core v0.8.2 [INFO] [stderr] Checking dlib v0.4.2 [INFO] [stderr] Checking arrayvec v0.3.25 [INFO] [stderr] Checking osmesa-sys v0.1.2 [INFO] [stderr] Checking parking_lot v0.11.1 [INFO] [stderr] Compiling nom v6.0.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.1 [INFO] [stderr] Compiling memoffset v0.6.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling miniz_oxide v0.4.3 [INFO] [stderr] Compiling rayon v1.5.0 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Checking mio v0.6.23 [INFO] [stderr] Compiling wayland-sys v0.28.3 [INFO] [stderr] Compiling x11-dl v2.18.5 [INFO] [stderr] Checking rusttype v0.1.2 [INFO] [stderr] Checking deflate v0.8.6 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Compiling wayland-scanner v0.28.3 [INFO] [stderr] Checking png v0.16.8 [INFO] [stderr] Checking crossbeam-epoch v0.9.1 [INFO] [stderr] Checking crossbeam-channel v0.5.0 [INFO] [stderr] Checking mio-extras v2.0.6 [INFO] [stderr] Checking crossbeam-deque v0.8.0 [INFO] [stderr] Compiling glutin_egl_sys v0.1.5 [INFO] [stderr] Compiling glutin_glx_sys v0.1.7 [INFO] [stderr] Compiling glium v0.29.0 [INFO] [stderr] Checking rayon-core v1.9.0 [INFO] [stderr] Checking addr2line v0.14.1 [INFO] [stderr] Checking xcursor v0.3.3 [INFO] [stderr] Compiling wayland-client v0.28.3 [INFO] [stderr] Compiling wayland-protocols v0.28.3 [INFO] [stderr] Checking backtrace v0.3.55 [INFO] [stderr] Checking wayland-commons v0.28.3 [INFO] [stderr] Checking calloop v0.6.5 [INFO] [stderr] Checking jpeg-decoder v0.1.20 [INFO] [stderr] Checking tiff v0.6.1 [INFO] [stderr] Checking image v0.23.12 [INFO] [stderr] Checking wayland-cursor v0.28.3 [INFO] [stderr] Checking wayland-egl v0.28.3 [INFO] [stderr] Checking smithay-client-toolkit v0.12.2 [INFO] [stderr] Checking winit v0.24.0 [INFO] [stderr] Checking glutin v0.26.0 [INFO] [stderr] Checking inferno v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `glium::glutin::Event` [INFO] [stdout] --> src/gui/widget.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use glium::glutin::Event; [INFO] [stdout] | ^^^^^^^^^^^^^^^----- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `event` [INFO] [stdout] | no `Event` in `glutin` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `glium::glutin::Event` [INFO] [stdout] --> src/gui/docks.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use glium::glutin::Event; [INFO] [stdout] | ^^^^^^^^^^^^^^^----- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `event` [INFO] [stdout] | no `Event` in `glutin` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `glutin_backend` in `backend` [INFO] [stdout] --> src/resources/texture_atlas.rs:170:54 [INFO] [stdout] | [INFO] [stdout] 170 | pub fn upload(&mut self, frame: &glium::backend::glutin_backend::GlutinFacade) { [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `glutin_backend` in `backend` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `glium::glutin::Event` [INFO] [stdout] --> src/gui/widget.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use glium::glutin::Event; [INFO] [stdout] | ^^^^^^^^^^^^^^^----- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `event` [INFO] [stdout] | no `Event` in `glutin` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `glium::glutin::Event` [INFO] [stdout] --> src/gui/docks.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use glium::glutin::Event; [INFO] [stdout] | ^^^^^^^^^^^^^^^----- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `event` [INFO] [stdout] | no `Event` in `glutin` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `glutin_backend` in `backend` [INFO] [stdout] --> src/resources/texture_atlas.rs:170:54 [INFO] [stdout] | [INFO] [stdout] 170 | pub fn upload(&mut self, frame: &glium::backend::glutin_backend::GlutinFacade) { [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `glutin_backend` in `backend` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `glutin_backend` in `backend` [INFO] [stdout] --> src/rendering/color_2d_batch.rs:12:34 [INFO] [stdout] | [INFO] [stdout] 12 | display: &'a glium::backend::glutin_backend::GlutinFacade, [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `glutin_backend` in `backend` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `glutin_backend` in `backend` [INFO] [stdout] --> src/rendering/color_2d_batch.rs:22:45 [INFO] [stdout] | [INFO] [stdout] 22 | pub fn new(display: &'a glium::backend::glutin_backend::GlutinFacade, polygon_mode: PolygonMode) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `glutin_backend` in `backend` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `glutin_backend` in `backend` [INFO] [stdout] --> src/rendering/color_triangle_batch.rs:5:34 [INFO] [stdout] | [INFO] [stdout] 5 | display: &'a glium::backend::glutin_backend::GlutinFacade, [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `glutin_backend` in `backend` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `glutin_backend` in `backend` [INFO] [stdout] --> src/rendering/color_triangle_batch.rs:15:45 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn new(display: &'a glium::backend::glutin_backend::GlutinFacade, perspective: bool) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `glutin_backend` in `backend` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `glutin_backend` in `backend` [INFO] [stdout] --> src/rendering/sprite_triangle_batch.rs:8:34 [INFO] [stdout] | [INFO] [stdout] 8 | display: &'a glium::backend::glutin_backend::GlutinFacade, [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `glutin_backend` in `backend` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `glutin_backend` in `backend` [INFO] [stdout] --> src/rendering/sprite_triangle_batch.rs:18:45 [INFO] [stdout] | [INFO] [stdout] 18 | pub fn new(display: &'a glium::backend::glutin_backend::GlutinFacade, atlas: Rc>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `glutin_backend` in `backend` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `glutin_backend` in `backend` [INFO] [stdout] --> src/rendering/font_triangle_batch.rs:8:34 [INFO] [stdout] | [INFO] [stdout] 8 | display: &'a glium::backend::glutin_backend::GlutinFacade, [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `glutin_backend` in `backend` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `glutin_backend` in `backend` [INFO] [stdout] --> src/rendering/font_triangle_batch.rs:18:45 [INFO] [stdout] | [INFO] [stdout] 18 | pub fn new(display: &'a glium::backend::glutin_backend::GlutinFacade, atlas: Rc>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `glutin_backend` in `backend` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `glutin_backend` in `backend` [INFO] [stdout] --> src/rendering/draw_batch.rs:16:34 [INFO] [stdout] | [INFO] [stdout] 16 | display: &'a glium::backend::glutin_backend::GlutinFacade, [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `glutin_backend` in `backend` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `glutin_backend` in `backend` [INFO] [stdout] --> src/rendering/draw_batch.rs:21:45 [INFO] [stdout] | [INFO] [stdout] 21 | pub fn new(display: &'a glium::backend::glutin_backend::GlutinFacade) -> DrawBatch<'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `glutin_backend` in `backend` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `glutin_backend` in `backend` [INFO] [stdout] --> src/gui/window.rs:22:38 [INFO] [stdout] | [INFO] [stdout] 22 | display: &'a glium::backend::glutin_backend::GlutinFacade, [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `glutin_backend` in `backend` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ElementState` in `glutin` [INFO] [stdout] --> src/gui/docks.rs:532:46 [INFO] [stdout] | [INFO] [stdout] 532 | Event::MouseInput(glium::glutin::ElementState::Released, glium::glutin::MouseButton::Left) => { [INFO] [stdout] | ^^^^^^^^^^^^ could not find `ElementState` in `glutin` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `MouseButton` in `glutin` [INFO] [stdout] --> src/gui/docks.rs:532:85 [INFO] [stdout] | [INFO] [stdout] 532 | Event::MouseInput(glium::glutin::ElementState::Released, glium::glutin::MouseButton::Left) => { [INFO] [stdout] | ^^^^^^^^^^^ could not find `MouseButton` in `glutin` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `RGBA` in crate `image` [INFO] [stdout] --> src/resources/texture_atlas.rs:208:110 [INFO] [stdout] | [INFO] [stdout] 208 | image::save_buffer(&Path::new(&*name), &self.data, self.width as u32, self.height as u32, image::RGBA(8)).unwrap(); [INFO] [stdout] | ^^^^ not found in `image` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Gray` in crate `image` [INFO] [stdout] --> src/resources/texture_atlas.rs:212:110 [INFO] [stdout] | [INFO] [stdout] 212 | image::save_buffer(&Path::new(&*name), &self.data, self.width as u32, self.height as u32, image::Gray(8)).unwrap(); [INFO] [stdout] | ^^^^ not found in `image` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `image::GenericImage` [INFO] [stdout] --> src/resources/resource_manager.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use image::GenericImage; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `PositionedGlyph` [INFO] [stdout] --> src/resources/resource_manager.rs:13:47 [INFO] [stdout] | [INFO] [stdout] 13 | use rusttype::{FontCollection, Pixels, point, PositionedGlyph}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Path` is imported redundantly [INFO] [stdout] --> src/resources/resource_manager.rs:108:13 [INFO] [stdout] | [INFO] [stdout] 8 | use std::path::Path; [INFO] [stdout] | --------------- the item `Path` is already imported here [INFO] [stdout] ... [INFO] [stdout] 108 | use std::path::Path; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/resources/resource_manager.rs:217:32 [INFO] [stdout] | [INFO] [stdout] 217 | fn cause(&self) -> Option<&Error> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `glutin_backend` in `backend` [INFO] [stdout] --> src/rendering/color_2d_batch.rs:12:34 [INFO] [stdout] | [INFO] [stdout] 12 | display: &'a glium::backend::glutin_backend::GlutinFacade, [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `glutin_backend` in `backend` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/resources/resource_manager.rs:279:19 [INFO] [stdout] | [INFO] [stdout] 279 | let img = try!(image::open(&Path::new(string))); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `glutin_backend` in `backend` [INFO] [stdout] --> src/rendering/color_2d_batch.rs:22:45 [INFO] [stdout] | [INFO] [stdout] 22 | pub fn new(display: &'a glium::backend::glutin_backend::GlutinFacade, polygon_mode: PolygonMode) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `glutin_backend` in `backend` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `glutin_backend` in `backend` [INFO] [stdout] --> src/rendering/color_triangle_batch.rs:5:34 [INFO] [stdout] | [INFO] [stdout] 5 | display: &'a glium::backend::glutin_backend::GlutinFacade, [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `glutin_backend` in `backend` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `glutin_backend` in `backend` [INFO] [stdout] --> src/rendering/color_triangle_batch.rs:15:45 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn new(display: &'a glium::backend::glutin_backend::GlutinFacade, perspective: bool) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `glutin_backend` in `backend` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/gui/window.rs:16:30 [INFO] [stdout] | [INFO] [stdout] 16 | child: Option>> [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Widget` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `glutin_backend` in `backend` [INFO] [stdout] --> src/rendering/sprite_triangle_batch.rs:8:34 [INFO] [stdout] | [INFO] [stdout] 8 | display: &'a glium::backend::glutin_backend::GlutinFacade, [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `glutin_backend` in `backend` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/gui/window.rs:40:51 [INFO] [stdout] | [INFO] [stdout] 40 | pub fn set_child(&mut self, child: Rc>) { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Widget` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `glutin_backend` in `backend` [INFO] [stdout] --> src/rendering/sprite_triangle_batch.rs:18:45 [INFO] [stdout] | [INFO] [stdout] 18 | pub fn new(display: &'a glium::backend::glutin_backend::GlutinFacade, atlas: Rc>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `glutin_backend` in `backend` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/gui/window.rs:62:71 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn create_event_listener(&self, x: i32, y: i32) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn EventListener` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/gui/widget.rs:12:85 [INFO] [stdout] | [INFO] [stdout] 12 | fn get_highest_priority_child(&self, x: i32, y: i32) -> (i32, Option>>); [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Widget` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/gui/widget.rs:13:67 [INFO] [stdout] | [INFO] [stdout] 13 | fn create_event_listener(&self, x: i32, y: i32) -> Option> { None } [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn EventListener` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `glutin_backend` in `backend` [INFO] [stdout] --> src/rendering/font_triangle_batch.rs:8:34 [INFO] [stdout] | [INFO] [stdout] 8 | display: &'a glium::backend::glutin_backend::GlutinFacade, [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `glutin_backend` in `backend` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/gui/button.rs:37:85 [INFO] [stdout] | [INFO] [stdout] 37 | fn get_highest_priority_child(&self, x: i32, y: i32) -> (i32, Option>>) { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Widget` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::cell::Cell` [INFO] [stdout] --> src/gui/docks.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use std::cell::Cell; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `glutin_backend` in `backend` [INFO] [stdout] --> src/rendering/font_triangle_batch.rs:18:45 [INFO] [stdout] | [INFO] [stdout] 18 | pub fn new(display: &'a glium::backend::glutin_backend::GlutinFacade, atlas: Rc>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `glutin_backend` in `backend` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `glutin_backend` in `backend` [INFO] [stdout] --> src/rendering/draw_batch.rs:16:34 [INFO] [stdout] | [INFO] [stdout] 16 | display: &'a glium::backend::glutin_backend::GlutinFacade, [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `glutin_backend` in `backend` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/gui/docks.rs:52:32 [INFO] [stdout] | [INFO] [stdout] 52 | dock_cells: Vec>>, [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn DockCell` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/gui/docks.rs:67:55 [INFO] [stdout] | [INFO] [stdout] 67 | fn add_dock_cell(&mut self, dock_cell: Rc>) { [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn DockCell` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `glutin_backend` in `backend` [INFO] [stdout] --> src/rendering/draw_batch.rs:21:45 [INFO] [stdout] | [INFO] [stdout] 21 | pub fn new(display: &'a glium::backend::glutin_backend::GlutinFacade) -> DrawBatch<'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `glutin_backend` in `backend` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/gui/docks.rs:72:58 [INFO] [stdout] | [INFO] [stdout] 72 | fn insert_dock_cell(&mut self, dock_cell: Rc>, index: usize) { [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn DockCell` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/gui/docks.rs:401:31 [INFO] [stdout] | [INFO] [stdout] 401 | widget: Option>>, [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Widget` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/gui/docks.rs:719:92 [INFO] [stdout] | [INFO] [stdout] 719 | return dock_table_root.borrow().get_new_dock_cell_position(x, y, false, 0);; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/gui/docks.rs:964:85 [INFO] [stdout] | [INFO] [stdout] 964 | fn get_highest_priority_child(&self, x: i32, y: i32) -> (i32, Option>>) { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Widget` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/gui/docks.rs:973:67 [INFO] [stdout] | [INFO] [stdout] 973 | fn create_event_listener(&self, x: i32, y: i32) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn EventListener` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `glutin_backend` in `backend` [INFO] [stdout] --> src/gui/window.rs:22:38 [INFO] [stdout] | [INFO] [stdout] 22 | display: &'a glium::backend::glutin_backend::GlutinFacade, [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `glutin_backend` in `backend` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ElementState` in `glutin` [INFO] [stdout] --> src/gui/docks.rs:532:46 [INFO] [stdout] | [INFO] [stdout] 532 | Event::MouseInput(glium::glutin::ElementState::Released, glium::glutin::MouseButton::Left) => { [INFO] [stdout] | ^^^^^^^^^^^^ could not find `ElementState` in `glutin` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `MouseButton` in `glutin` [INFO] [stdout] --> src/gui/docks.rs:532:85 [INFO] [stdout] | [INFO] [stdout] 532 | Event::MouseInput(glium::glutin::ElementState::Released, glium::glutin::MouseButton::Left) => { [INFO] [stdout] | ^^^^^^^^^^^ could not find `MouseButton` in `glutin` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `RGBA` in crate `image` [INFO] [stdout] --> src/resources/texture_atlas.rs:208:110 [INFO] [stdout] | [INFO] [stdout] 208 | image::save_buffer(&Path::new(&*name), &self.data, self.width as u32, self.height as u32, image::RGBA(8)).unwrap(); [INFO] [stdout] | ^^^^ not found in `image` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Gray` in crate `image` [INFO] [stdout] --> src/resources/texture_atlas.rs:212:110 [INFO] [stdout] | [INFO] [stdout] 212 | image::save_buffer(&Path::new(&*name), &self.data, self.width as u32, self.height as u32, image::Gray(8)).unwrap(); [INFO] [stdout] | ^^^^ not found in `image` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `image::GenericImage` [INFO] [stdout] --> src/resources/resource_manager.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use image::GenericImage; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `PositionedGlyph` [INFO] [stdout] --> src/resources/resource_manager.rs:13:47 [INFO] [stdout] | [INFO] [stdout] 13 | use rusttype::{FontCollection, Pixels, point, PositionedGlyph}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Path` is imported redundantly [INFO] [stdout] --> src/resources/resource_manager.rs:108:13 [INFO] [stdout] | [INFO] [stdout] 8 | use std::path::Path; [INFO] [stdout] | --------------- the item `Path` is already imported here [INFO] [stdout] ... [INFO] [stdout] 108 | use std::path::Path; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/resources/resource_manager.rs:217:32 [INFO] [stdout] | [INFO] [stdout] 217 | fn cause(&self) -> Option<&Error> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/resources/resource_manager.rs:279:19 [INFO] [stdout] | [INFO] [stdout] 279 | let img = try!(image::open(&Path::new(string))); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/gui/window.rs:16:30 [INFO] [stdout] | [INFO] [stdout] 16 | child: Option>> [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Widget` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/gui/window.rs:40:51 [INFO] [stdout] | [INFO] [stdout] 40 | pub fn set_child(&mut self, child: Rc>) { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Widget` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/gui/window.rs:62:71 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn create_event_listener(&self, x: i32, y: i32) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn EventListener` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/gui/widget.rs:12:85 [INFO] [stdout] | [INFO] [stdout] 12 | fn get_highest_priority_child(&self, x: i32, y: i32) -> (i32, Option>>); [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Widget` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/gui/widget.rs:13:67 [INFO] [stdout] | [INFO] [stdout] 13 | fn create_event_listener(&self, x: i32, y: i32) -> Option> { None } [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn EventListener` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/gui/button.rs:37:85 [INFO] [stdout] | [INFO] [stdout] 37 | fn get_highest_priority_child(&self, x: i32, y: i32) -> (i32, Option>>) { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Widget` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::cell::Cell` [INFO] [stdout] --> src/gui/docks.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use std::cell::Cell; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/gui/docks.rs:52:32 [INFO] [stdout] | [INFO] [stdout] 52 | dock_cells: Vec>>, [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn DockCell` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/gui/docks.rs:67:55 [INFO] [stdout] | [INFO] [stdout] 67 | fn add_dock_cell(&mut self, dock_cell: Rc>) { [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn DockCell` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/gui/docks.rs:72:58 [INFO] [stdout] | [INFO] [stdout] 72 | fn insert_dock_cell(&mut self, dock_cell: Rc>, index: usize) { [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn DockCell` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/gui/docks.rs:401:31 [INFO] [stdout] | [INFO] [stdout] 401 | widget: Option>>, [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Widget` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/gui/docks.rs:719:92 [INFO] [stdout] | [INFO] [stdout] 719 | return dock_table_root.borrow().get_new_dock_cell_position(x, y, false, 0);; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/gui/docks.rs:964:85 [INFO] [stdout] | [INFO] [stdout] 964 | fn get_highest_priority_child(&self, x: i32, y: i32) -> (i32, Option>>) { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Widget` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/gui/docks.rs:973:67 [INFO] [stdout] | [INFO] [stdout] 973 | fn create_event_listener(&self, x: i32, y: i32) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn EventListener` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `std::hash::SipHasher`: use `std::collections::hash_map::DefaultHasher` instead [INFO] [stdout] --> src/resources/resource_manager.rs:1:23 [INFO] [stdout] | [INFO] [stdout] 1 | use std::hash::{Hash, SipHasher, Hasher}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `std::hash::SipHasher`: use `std::collections::hash_map::DefaultHasher` instead [INFO] [stdout] --> src/resources/resource_manager.rs:28:21 [INFO] [stdout] | [INFO] [stdout] 28 | let mut s = SipHasher::new(); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/resources/resource_manager.rs:117:65 [INFO] [stdout] | [INFO] [stdout] 117 | Err(err) => panic!("couldn't open {}: {}", display, Error::description(&err)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/resources/resource_manager.rs:123:65 [INFO] [stdout] | [INFO] [stdout] 123 | Err(err) => panic!("couldn't read {}: {}", display, Error::description(&err)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `std::hash::SipHasher`: use `std::collections::hash_map::DefaultHasher` instead [INFO] [stdout] --> src/resources/resource_manager.rs:1:23 [INFO] [stdout] | [INFO] [stdout] 1 | use std::hash::{Hash, SipHasher, Hasher}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `std::hash::SipHasher`: use `std::collections::hash_map::DefaultHasher` instead [INFO] [stdout] --> src/resources/resource_manager.rs:28:21 [INFO] [stdout] | [INFO] [stdout] 28 | let mut s = SipHasher::new(); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/resources/resource_manager.rs:117:65 [INFO] [stdout] | [INFO] [stdout] 117 | Err(err) => panic!("couldn't open {}: {}", display, Error::description(&err)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/resources/resource_manager.rs:123:65 [INFO] [stdout] | [INFO] [stdout] 123 | Err(err) => panic!("couldn't read {}: {}", display, Error::description(&err)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::hash::SipHasher::new`: use `std::collections::hash_map::DefaultHasher` instead [INFO] [stdout] --> src/resources/resource_manager.rs:28:21 [INFO] [stdout] | [INFO] [stdout] 28 | let mut s = SipHasher::new(); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/resources/resource_manager.rs:211:57 [INFO] [stdout] | [INFO] [stdout] 211 | ResourceManagerError::Image(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::hash::SipHasher::new`: use `std::collections::hash_map::DefaultHasher` instead [INFO] [stdout] --> src/resources/resource_manager.rs:28:21 [INFO] [stdout] | [INFO] [stdout] 28 | let mut s = SipHasher::new(); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/resources/resource_manager.rs:211:57 [INFO] [stdout] | [INFO] [stdout] 211 | ResourceManagerError::Image(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `dimensions` found for enum `DynamicImage` in the current scope [INFO] [stdout] --> src/resources/resource_manager.rs:280:35 [INFO] [stdout] | [INFO] [stdout] 280 | let (width, height) = img.dimensions(); [INFO] [stdout] | ^^^^^^^^^^ method not found in `DynamicImage` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use image::GenericImageView;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `raw_pixels` found for enum `DynamicImage` in the current scope [INFO] [stdout] --> src/resources/resource_manager.rs:291:75 [INFO] [stdout] | [INFO] [stdout] 291 | atlas.set_region(region.0, region.1, region.2, region.3, &img.raw_pixels(), width as usize * 4); [INFO] [stdout] | ^^^^^^^^^^ method not found in `DynamicImage` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `dimensions` found for enum `DynamicImage` in the current scope [INFO] [stdout] --> src/resources/resource_manager.rs:280:35 [INFO] [stdout] | [INFO] [stdout] 280 | let (width, height) = img.dimensions(); [INFO] [stdout] | ^^^^^^^^^^ method not found in `DynamicImage` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use image::GenericImageView;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `raw_pixels` found for enum `DynamicImage` in the current scope [INFO] [stdout] --> src/resources/resource_manager.rs:291:75 [INFO] [stdout] | [INFO] [stdout] 291 | atlas.set_region(region.0, region.1, region.2, region.3, &img.raw_pixels(), width as usize * 4); [INFO] [stdout] | ^^^^^^^^^^ method not found in `DynamicImage` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 20 previous errors; 25 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 20 previous errors; 25 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `inferno` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "40cc2f0cdc6c801dc12edf892a0c2576c065c1e3d3866f03ff07bca2c5794bd9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "40cc2f0cdc6c801dc12edf892a0c2576c065c1e3d3866f03ff07bca2c5794bd9", kill_on_drop: false }` [INFO] [stdout] 40cc2f0cdc6c801dc12edf892a0c2576c065c1e3d3866f03ff07bca2c5794bd9