[INFO] updating cached repository https://github.com/Maxjen/vortex [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] d4849419fdbde9248205b146381e8d8e9266064f [INFO] checking Maxjen/vortex against master#45d050cde277b22a755847338f2acc2c7b834141 for pr-71393 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMaxjen%2Fvortex" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Maxjen/vortex on toolchain 45d050cde277b22a755847338f2acc2c7b834141 [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Maxjen/vortex [INFO] finished tweaking git repo https://github.com/Maxjen/vortex [INFO] tweaked toml for git repo https://github.com/Maxjen/vortex written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/Maxjen/vortex already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other binary targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a binary target: [INFO] [stderr] [INFO] [stderr] * /workspace/builds/worker-0/source/src/main.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a binary target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autobins = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] warning: path `/workspace/builds/worker-0/source/src/main.rs` was erroneously implicitly accepted for binary `vortex_test`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] error: the lock file /workspace/builds/worker-0/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 `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating git repository `https://github.com/Maxjen/inferno` [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other binary targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a binary target: [INFO] [stderr] [INFO] [stderr] * /workspace/builds/worker-0/source/src/main.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a binary target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autobins = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] warning: path `/workspace/builds/worker-0/source/src/main.rs` was erroneously implicitly accepted for binary `vortex_test`, [INFO] [stderr] please set bin.path in 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-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+45d050cde277b22a755847338f2acc2c7b834141" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 7ae0d129a1aa0f8bf72104d3fc73cc068b4cee1ec0b375c705d118df4d57f4fd [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "7ae0d129a1aa0f8bf72104d3fc73cc068b4cee1ec0b375c705d118df4d57f4fd"` [INFO] [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other binary targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a binary target: [INFO] [stderr] [INFO] [stderr] * /opt/rustwide/workdir/src/main.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a binary target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autobins = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] warning: path `/opt/rustwide/workdir/src/main.rs` was erroneously implicitly accepted for binary `vortex_test`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling xml-rs v0.8.3 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling cc v1.0.52 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Checking rand_core v0.4.2 [INFO] [stderr] Checking slab v0.4.2 [INFO] [stderr] Checking lazycell v1.2.1 [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Checking adler32 v1.0.4 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Checking smallvec v1.4.0 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Checking percent-encoding v2.1.0 [INFO] [stderr] Checking lzw v0.10.0 [INFO] [stderr] Checking either v1.5.3 [INFO] [stderr] Checking instant v0.1.3 [INFO] [stderr] Checking rustc-demangle v0.1.16 [INFO] [stderr] Checking byteorder v0.4.2 [INFO] [stderr] Checking color_quant v1.0.1 [INFO] [stderr] Checking nodrop v0.1.14 [INFO] [stderr] Compiling cgmath v0.17.0 [INFO] [stderr] Checking bytemuck v1.2.0 [INFO] [stderr] Checking takeable-option v0.5.0 [INFO] [stderr] Checking scoped_threadpool v0.1.9 [INFO] [stderr] Checking bitflags v0.3.3 [INFO] [stderr] Checking lock_api v0.3.4 [INFO] [stderr] Checking inflate v0.4.5 [INFO] [stderr] Checking miniz_oxide v0.3.6 [INFO] [stderr] Checking walkdir v2.3.1 [INFO] [stderr] Checking rand_core v0.3.1 [INFO] [stderr] Checking rand_jitter v0.1.4 [INFO] [stderr] Checking arrayvec v0.3.25 [INFO] [stderr] Checking gif v0.10.3 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Checking stb_truetype v0.1.2 [INFO] [stderr] Checking rand_hc v0.1.0 [INFO] [stderr] Checking rand_xorshift v0.1.1 [INFO] [stderr] Checking rand_isaac v0.1.1 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling memoffset v0.5.4 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling num-iter v0.1.40 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling gl_generator v0.13.1 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling x11-dl v2.18.5 [INFO] [stderr] Checking rusttype v0.1.2 [INFO] [stderr] Checking stb_truetype v0.3.1 [INFO] [stderr] Checking deflate v0.8.4 [INFO] [stderr] Checking tiff v0.4.0 [INFO] [stderr] Compiling wayland-scanner v0.23.6 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking net2 v0.2.33 [INFO] [stderr] Checking nix v0.14.1 [INFO] [stderr] Checking memmap v0.7.0 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking parking_lot_core v0.7.2 [INFO] [stderr] Checking shared_library v0.1.9 [INFO] [stderr] Checking raw-window-handle v0.3.3 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking time v0.1.43 [INFO] [stderr] Checking osmesa-sys v0.1.2 [INFO] [stderr] Checking parking_lot v0.10.2 [INFO] [stderr] Checking png v0.16.3 [INFO] [stderr] Checking mio v0.6.21 [INFO] [stderr] Checking crossbeam-queue v0.2.1 [INFO] [stderr] Compiling glium v0.27.0 [INFO] [stderr] Compiling glutin_glx_sys v0.1.6 [INFO] [stderr] Compiling glutin_egl_sys v0.1.4 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling backtrace-sys v0.1.37 [INFO] [stderr] Checking crossbeam-deque v0.7.3 [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 mio-extras v2.0.6 [INFO] [stderr] Checking rusttype v0.8.3 [INFO] [stderr] Checking dlib v0.4.1 [INFO] [stderr] Checking wayland-sys v0.23.6 [INFO] [stderr] Checking rayon v1.3.0 [INFO] [stderr] Checking rusttype v0.7.9 [INFO] [stderr] Checking andrew v0.2.1 [INFO] [stderr] Compiling wayland-client v0.23.6 [INFO] [stderr] Compiling wayland-protocols v0.23.6 [INFO] [stderr] Checking backtrace v0.3.46 [INFO] [stderr] Checking calloop v0.4.4 [INFO] [stderr] Checking wayland-commons v0.23.6 [INFO] [stderr] Checking jpeg-decoder v0.1.19 [INFO] [stderr] Checking image v0.23.4 [INFO] [stderr] Checking smithay-client-toolkit v0.6.6 [INFO] [stderr] Checking winit v0.22.1 [INFO] [stderr] Checking glutin v0.24.0 [INFO] [stderr] Checking inferno v0.1.0 (https://github.com/Maxjen/inferno#5110adc2) [INFO] [stderr] error[E0432]: unresolved import `glium::glutin::Event` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/inferno-acbe5ab09394a163/5110adc/src/gui/widget.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use glium::glutin::Event; [INFO] [stderr] | ^^^^^^^^^^^^^^^----- [INFO] [stderr] | | | [INFO] [stderr] | | help: a similar name exists in the module: `event` [INFO] [stderr] | no `Event` in `glutin` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `glium::glutin::Event` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/inferno-acbe5ab09394a163/5110adc/src/gui/docks.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use glium::glutin::Event; [INFO] [stderr] | ^^^^^^^^^^^^^^^----- [INFO] [stderr] | | | [INFO] [stderr] | | help: a similar name exists in the module: `event` [INFO] [stderr] | no `Event` in `glutin` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `glutin_backend` in `backend` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/inferno-acbe5ab09394a163/5110adc/src/resources/texture_atlas.rs:170:54 [INFO] [stderr] | [INFO] [stderr] 170 | pub fn upload(&mut self, frame: &glium::backend::glutin_backend::GlutinFacade) { [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `glutin_backend` in `backend` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `glutin_backend` in `backend` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/inferno-acbe5ab09394a163/5110adc/src/rendering/color_2d_batch.rs:12:34 [INFO] [stderr] | [INFO] [stderr] 12 | display: &'a glium::backend::glutin_backend::GlutinFacade, [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `glutin_backend` in `backend` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `glutin_backend` in `backend` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/inferno-acbe5ab09394a163/5110adc/src/rendering/color_2d_batch.rs:22:45 [INFO] [stderr] | [INFO] [stderr] 22 | pub fn new(display: &'a glium::backend::glutin_backend::GlutinFacade, polygon_mode: PolygonMode) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `glutin_backend` in `backend` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `glutin_backend` in `backend` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/inferno-acbe5ab09394a163/5110adc/src/rendering/color_triangle_batch.rs:5:34 [INFO] [stderr] | [INFO] [stderr] 5 | display: &'a glium::backend::glutin_backend::GlutinFacade, [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `glutin_backend` in `backend` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `glutin_backend` in `backend` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/inferno-acbe5ab09394a163/5110adc/src/rendering/color_triangle_batch.rs:15:45 [INFO] [stderr] | [INFO] [stderr] 15 | pub fn new(display: &'a glium::backend::glutin_backend::GlutinFacade, perspective: bool) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `glutin_backend` in `backend` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `glutin_backend` in `backend` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/inferno-acbe5ab09394a163/5110adc/src/rendering/sprite_triangle_batch.rs:8:34 [INFO] [stderr] | [INFO] [stderr] 8 | display: &'a glium::backend::glutin_backend::GlutinFacade, [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `glutin_backend` in `backend` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `glutin_backend` in `backend` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/inferno-acbe5ab09394a163/5110adc/src/rendering/sprite_triangle_batch.rs:18:45 [INFO] [stderr] | [INFO] [stderr] 18 | pub fn new(display: &'a glium::backend::glutin_backend::GlutinFacade, atlas: Rc>) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `glutin_backend` in `backend` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `glutin_backend` in `backend` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/inferno-acbe5ab09394a163/5110adc/src/rendering/font_triangle_batch.rs:8:34 [INFO] [stderr] | [INFO] [stderr] 8 | display: &'a glium::backend::glutin_backend::GlutinFacade, [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `glutin_backend` in `backend` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `glutin_backend` in `backend` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/inferno-acbe5ab09394a163/5110adc/src/rendering/font_triangle_batch.rs:18:45 [INFO] [stderr] | [INFO] [stderr] 18 | pub fn new(display: &'a glium::backend::glutin_backend::GlutinFacade, atlas: Rc>) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `glutin_backend` in `backend` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `glutin_backend` in `backend` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/inferno-acbe5ab09394a163/5110adc/src/rendering/draw_batch.rs:16:34 [INFO] [stderr] | [INFO] [stderr] 16 | display: &'a glium::backend::glutin_backend::GlutinFacade, [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `glutin_backend` in `backend` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `glutin_backend` in `backend` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/inferno-acbe5ab09394a163/5110adc/src/rendering/draw_batch.rs:21:45 [INFO] [stderr] | [INFO] [stderr] 21 | pub fn new(display: &'a glium::backend::glutin_backend::GlutinFacade) -> DrawBatch<'a> { [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `glutin_backend` in `backend` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `glutin_backend` in `backend` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/inferno-acbe5ab09394a163/5110adc/src/gui/window.rs:22:38 [INFO] [stderr] | [INFO] [stderr] 22 | display: &'a glium::backend::glutin_backend::GlutinFacade, [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `glutin_backend` in `backend` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `ElementState` in `glutin` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/inferno-acbe5ab09394a163/5110adc/src/gui/docks.rs:532:46 [INFO] [stderr] | [INFO] [stderr] 532 | Event::MouseInput(glium::glutin::ElementState::Released, glium::glutin::MouseButton::Left) => { [INFO] [stderr] | ^^^^^^^^^^^^ could not find `ElementState` in `glutin` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `MouseButton` in `glutin` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/inferno-acbe5ab09394a163/5110adc/src/gui/docks.rs:532:85 [INFO] [stderr] | [INFO] [stderr] 532 | Event::MouseInput(glium::glutin::ElementState::Released, glium::glutin::MouseButton::Left) => { [INFO] [stderr] | ^^^^^^^^^^^ could not find `MouseButton` in `glutin` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `RGBA` in crate `image` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/inferno-acbe5ab09394a163/5110adc/src/resources/texture_atlas.rs:208:110 [INFO] [stderr] | [INFO] [stderr] 208 | image::save_buffer(&Path::new(&*name), &self.data, self.width as u32, self.height as u32, image::RGBA(8)).unwrap(); [INFO] [stderr] | ^^^^ not found in `image` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Gray` in crate `image` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/inferno-acbe5ab09394a163/5110adc/src/resources/texture_atlas.rs:212:110 [INFO] [stderr] | [INFO] [stderr] 212 | image::save_buffer(&Path::new(&*name), &self.data, self.width as u32, self.height as u32, image::Gray(8)).unwrap(); [INFO] [stderr] | ^^^^ not found in `image` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dimensions` found for enum `image::DynamicImage` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/inferno-acbe5ab09394a163/5110adc/src/resources/resource_manager.rs:280:35 [INFO] [stderr] | [INFO] [stderr] 280 | let (width, height) = img.dimensions(); [INFO] [stderr] | ^^^^^^^^^^ method not found in `image::DynamicImage` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/image-0.23.4/./src/image.rs:546:8 [INFO] [stderr] | [INFO] [stderr] 546 | fn dimensions(&self) -> (u32, u32); [INFO] [stderr] | ---------- [INFO] [stderr] | | [INFO] [stderr] | the method is available for `std::boxed::Box` here [INFO] [stderr] | the method is available for `std::sync::Arc` here [INFO] [stderr] | the method is available for `std::rc::Rc` here [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] `use image::GenericImageView;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `raw_pixels` found for enum `image::DynamicImage` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/inferno-acbe5ab09394a163/5110adc/src/resources/resource_manager.rs:291:75 [INFO] [stderr] | [INFO] [stderr] 291 | atlas.set_region(region.0, region.1, region.2, region.3, &img.raw_pixels(), width as usize * 4); [INFO] [stderr] | ^^^^^^^^^^ method not found in `image::DynamicImage` [INFO] [stderr] [INFO] [stderr] error: aborting due to 20 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0432, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `inferno`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "7ae0d129a1aa0f8bf72104d3fc73cc068b4cee1ec0b375c705d118df4d57f4fd"` [INFO] running `"docker" "rm" "-f" "7ae0d129a1aa0f8bf72104d3fc73cc068b4cee1ec0b375c705d118df4d57f4fd"` [INFO] [stdout] 7ae0d129a1aa0f8bf72104d3fc73cc068b4cee1ec0b375c705d118df4d57f4fd