[INFO] cloning repository https://github.com/Maxjen/vortex [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Maxjen/vortex" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMaxjen%2Fvortex"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMaxjen%2Fvortex'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] d4849419fdbde9248205b146381e8d8e9266064f [INFO] testing Maxjen/vortex against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMaxjen%2Fvortex" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Maxjen/vortex on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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-2/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" "+1.44.0" "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-2/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-2/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] error: the lock file /workspace/builds/worker-2/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" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Updating git repository `https://github.com/Maxjen/inferno` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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-2/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-2/source/src/main.rs` was erroneously implicitly accepted for binary `vortex_test`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=warn" "-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" "+1.44.0" "build" "--frozen"` [INFO] [stdout] 11ea696e6fca68f21118b230fdf67fdd7e923670b24a9608a52491b45059ef16 [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" "11ea696e6fca68f21118b230fdf67fdd7e923670b24a9608a52491b45059ef16"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [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 xml-rs v0.8.3 [INFO] [stderr] Compiling libloading v0.6.2 [INFO] [stderr] Compiling instant v0.1.4 [INFO] [stderr] Compiling odds v0.2.26 [INFO] [stderr] Compiling byteorder v0.4.2 [INFO] [stderr] Compiling nodrop v0.1.14 [INFO] [stderr] Compiling bytemuck v1.2.0 [INFO] [stderr] Compiling cgmath v0.17.0 [INFO] [stderr] Compiling takeable-option v0.5.0 [INFO] [stderr] Compiling bitflags v0.3.3 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling miniz_oxide v0.3.6 [INFO] [stderr] Compiling deflate v0.8.4 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Compiling parking_lot_core v0.7.2 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling x11-dl v2.18.5 [INFO] [stderr] Compiling raw-window-handle v0.3.3 [INFO] [stderr] Compiling shared_library v0.1.9 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling stb_truetype v0.1.2 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling rusttype v0.8.3 [INFO] [stderr] Compiling mio-extras v2.0.6 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling png v0.16.4 [INFO] [stderr] Compiling parking_lot v0.10.2 [INFO] [stderr] Compiling arrayvec v0.3.25 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Compiling tiff v0.4.0 [INFO] [stderr] Compiling dlib v0.4.2 [INFO] [stderr] Compiling wayland-scanner v0.23.6 [INFO] [stderr] Compiling gl_generator v0.13.1 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Compiling wayland-sys v0.23.6 [INFO] [stderr] Compiling rusttype v0.7.9 [INFO] [stderr] Compiling rusttype v0.1.2 [INFO] [stderr] Compiling rayon v1.3.0 [INFO] [stderr] Compiling andrew v0.2.1 [INFO] [stderr] Compiling glutin_glx_sys v0.1.6 [INFO] [stderr] Compiling glutin_egl_sys v0.1.4 [INFO] [stderr] Compiling glium v0.27.0 [INFO] [stderr] Compiling wayland-client v0.23.6 [INFO] [stderr] Compiling wayland-protocols v0.23.6 [INFO] [stderr] Compiling wayland-commons v0.23.6 [INFO] [stderr] Compiling calloop v0.4.4 [INFO] [stderr] Compiling jpeg-decoder v0.1.19 [INFO] [stderr] Compiling image v0.23.4 [INFO] [stderr] Compiling smithay-client-toolkit v0.6.6 [INFO] [stderr] Compiling winit v0.22.2 [INFO] [stderr] Compiling glutin v0.24.1 [INFO] [stderr] Compiling 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] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "11ea696e6fca68f21118b230fdf67fdd7e923670b24a9608a52491b45059ef16"` [INFO] running `"docker" "rm" "-f" "11ea696e6fca68f21118b230fdf67fdd7e923670b24a9608a52491b45059ef16"` [INFO] [stdout] 11ea696e6fca68f21118b230fdf67fdd7e923670b24a9608a52491b45059ef16