[INFO] updating cached repository grovesNL/gfx-hal-tutorial [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/grovesNL/gfx-hal-tutorial [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/grovesNL/gfx-hal-tutorial" "work/ex/beta-1.38-1/sources/1.37.0/gh/grovesNL/gfx-hal-tutorial"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/grovesNL/gfx-hal-tutorial'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/grovesNL/gfx-hal-tutorial" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/grovesNL/gfx-hal-tutorial"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/grovesNL/gfx-hal-tutorial'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 6de6fc0c6c2344200c7add72e9955219b68a5b26 [INFO] sha for GitHub repo grovesNL/gfx-hal-tutorial: 6de6fc0c6c2344200c7add72e9955219b68a5b26 [INFO] validating manifest of grovesNL/gfx-hal-tutorial on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of grovesNL/gfx-hal-tutorial on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing grovesNL/gfx-hal-tutorial [INFO] finished frobbing grovesNL/gfx-hal-tutorial [INFO] frobbed toml for grovesNL/gfx-hal-tutorial written to work/ex/beta-1.38-1/sources/1.37.0/gh/grovesNL/gfx-hal-tutorial/Cargo.toml [INFO] started frobbing grovesNL/gfx-hal-tutorial [INFO] finished frobbing grovesNL/gfx-hal-tutorial [INFO] frobbed toml for grovesNL/gfx-hal-tutorial written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/grovesNL/gfx-hal-tutorial/Cargo.toml [INFO] crate grovesNL/gfx-hal-tutorial already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing grovesNL/gfx-hal-tutorial against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/grovesNL/gfx-hal-tutorial:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 7b2474289c8d4069acfe6e01d74d67cfa134eb6fc5eb9c5079eebcfb4bc414a3 [INFO] running `"docker" "start" "-a" "7b2474289c8d4069acfe6e01d74d67cfa134eb6fc5eb9c5079eebcfb4bc414a3"` [INFO] [stderr] Compiling failure_derive v0.1.4 [INFO] [stderr] Compiling cmake v0.1.35 [INFO] [stderr] Compiling dlib v0.4.1 [INFO] [stderr] Compiling rusttype v0.7.3 [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] Compiling wayland-sys v0.21.7 [INFO] [stderr] Compiling glsl-to-spirv v0.1.7 [INFO] [stderr] Compiling wayland-commons v0.21.7 [INFO] [stderr] Compiling andrew v0.1.4 [INFO] [stderr] Compiling wayland-client v0.21.7 [INFO] [stderr] Compiling failure v0.1.4 [INFO] [stderr] Compiling gfx-hal v0.1.0 (https://github.com/gfx-rs/gfx#d38c2e4a) [INFO] [stderr] Compiling wayland-protocols v0.21.7 [INFO] [stderr] Compiling smithay-client-toolkit v0.4.4 [INFO] [stderr] Compiling winit v0.18.0 [INFO] [stderr] warning[E0713]: borrow may still be in use when destructor runs [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/gfx-e86e7f3ebdbc4218/d38c2e4/src/hal/src/command/render_pass.rs:272:36 [INFO] [stderr] | [INFO] [stderr] 229 | impl<'a, B: Backend> RenderPassInlineEncoder<'a, B> { [INFO] [stderr] | -- lifetime `'a` defined here [INFO] [stderr] ... [INFO] [stderr] 272 | RenderPassSecondaryEncoder(self.0.cmb) [INFO] [stderr] | ---------------------------^^^^^^^^^^- returning this value requires that `*self.0.cmb` is borrowed for `'a` [INFO] [stderr] 273 | } [INFO] [stderr] | - here, drop of `self` needs exclusive access to `*self.0.cmb`, because the type `command::render_pass::RenderPassInlineEncoder<'_, B>` implements the `Drop` trait [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] warning[E0713]: borrow may still be in use when destructor runs [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/gfx-e86e7f3ebdbc4218/d38c2e4/src/hal/src/command/render_pass.rs:347:62 [INFO] [stderr] | [INFO] [stderr] 303 | impl<'a, B: Backend> RenderPassSecondaryEncoder<'a, B> { [INFO] [stderr] | -- lifetime `'a` defined here [INFO] [stderr] ... [INFO] [stderr] 347 | RenderPassInlineEncoder(RenderSubpassCommon::new(self.0)) [INFO] [stderr] | -------------------------------------------------^^^^^^-- returning this value requires that `*self.0` is borrowed for `'a` [INFO] [stderr] 348 | } [INFO] [stderr] 349 | } [INFO] [stderr] | - here, drop of `self` needs exclusive access to `*self.0`, because the type `command::render_pass::RenderPassSecondaryEncoder<'_, B>` implements the `Drop` trait [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] Compiling gfx-hal-tutorial v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/02_validation_layers.rs:34:16 [INFO] [stderr] | [INFO] [stderr] 34 | _instance: back::Instance, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/02_validation_layers.rs:76:29 [INFO] [stderr] | [INFO] [stderr] 76 | fn create_instance() -> back::Instance { [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/02_validation_layers.rs:77:9 [INFO] [stderr] | [INFO] [stderr] 77 | back::Instance::create(WINDOW_NAME, 1) [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/07_image_views.rs:35:10 [INFO] [stderr] | [INFO] [stderr] 35 | ::Image, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/07_image_views.rs:36:10 [INFO] [stderr] | [INFO] [stderr] 36 | ::ImageView, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/07_image_views.rs:39:17 [INFO] [stderr] | [INFO] [stderr] 39 | swapchain: ::Swapchain, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/07_image_views.rs:40:46 [INFO] [stderr] | [INFO] [stderr] 40 | _command_queues: Vec>, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/07_image_views.rs:41:14 [INFO] [stderr] | [INFO] [stderr] 41 | device: ::Device, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/07_image_views.rs:42:16 [INFO] [stderr] | [INFO] [stderr] 42 | _surface: ::Surface, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/07_image_views.rs:43:23 [INFO] [stderr] | [INFO] [stderr] 43 | _adapter: Adapter, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/07_image_views.rs:44:16 [INFO] [stderr] | [INFO] [stderr] 44 | _instance: back::Instance, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/07_image_views.rs:121:29 [INFO] [stderr] | [INFO] [stderr] 121 | fn create_instance() -> back::Instance { [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/07_image_views.rs:122:9 [INFO] [stderr] | [INFO] [stderr] 122 | back::Instance::create(WINDOW_NAME, 1) [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/07_image_views.rs:125:46 [INFO] [stderr] | [INFO] [stderr] 125 | fn find_queue_families(adapter: &Adapter) -> QueueFamilyIds { [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/07_image_views.rs:141:46 [INFO] [stderr] | [INFO] [stderr] 141 | fn is_adapter_suitable(adapter: &Adapter) -> bool { [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/07_image_views.rs:145:32 [INFO] [stderr] | [INFO] [stderr] 145 | fn pick_adapter(instance: &back::Instance) -> Adapter { [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/07_image_views.rs:145:59 [INFO] [stderr] | [INFO] [stderr] 145 | fn pick_adapter(instance: &back::Instance) -> Adapter { [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/07_image_views.rs:156:20 [INFO] [stderr] | [INFO] [stderr] 156 | instance: &back::Instance, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/07_image_views.rs:158:11 [INFO] [stderr] | [INFO] [stderr] 158 | ) -> ::Surface { [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/07_image_views.rs:163:31 [INFO] [stderr] | [INFO] [stderr] 163 | adapter: &mut Adapter, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/07_image_views.rs:164:20 [INFO] [stderr] | [INFO] [stderr] 164 | surface: &::Surface, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/07_image_views.rs:166:10 [INFO] [stderr] | [INFO] [stderr] 166 | ::Device, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/07_image_views.rs:167:33 [INFO] [stderr] | [INFO] [stderr] 167 | Vec>, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/07_image_views.rs:199:27 [INFO] [stderr] | [INFO] [stderr] 199 | adapter: &Adapter, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/07_image_views.rs:200:19 [INFO] [stderr] | [INFO] [stderr] 200 | device: &::Device, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/07_image_views.rs:201:24 [INFO] [stderr] | [INFO] [stderr] 201 | surface: &mut ::Surface, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/07_image_views.rs:202:37 [INFO] [stderr] | [INFO] [stderr] 202 | previous_swapchain: Option<::Swapchain>, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/07_image_views.rs:204:10 [INFO] [stderr] | [INFO] [stderr] 204 | ::Swapchain, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/07_image_views.rs:205:20 [INFO] [stderr] | [INFO] [stderr] 205 | Backbuffer, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/07_image_views.rs:231:32 [INFO] [stderr] | [INFO] [stderr] 231 | backbuffer: Backbuffer, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/07_image_views.rs:233:19 [INFO] [stderr] | [INFO] [stderr] 233 | device: &::Device, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/07_image_views.rs:235:10 [INFO] [stderr] | [INFO] [stderr] 235 | ::Image, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/07_image_views.rs:236:10 [INFO] [stderr] | [INFO] [stderr] 236 | ::ImageView, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:38:28 [INFO] [stderr] | [INFO] [stderr] 38 | in_flight_fences: Vec<::Fence>, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:39:38 [INFO] [stderr] | [INFO] [stderr] 39 | render_finished_semaphores: Vec<::Semaphore>, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:40:38 [INFO] [stderr] | [INFO] [stderr] 40 | image_available_semaphores: Vec<::Semaphore>, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:42:36 [INFO] [stderr] | [INFO] [stderr] 42 | Vec>, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:43:37 [INFO] [stderr] | [INFO] [stderr] 43 | command_pool: pool::CommandPool, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:44:34 [INFO] [stderr] | [INFO] [stderr] 44 | swapchain_framebuffers: Vec<::Framebuffer>, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:45:20 [INFO] [stderr] | [INFO] [stderr] 45 | gfx_pipeline: ::GraphicsPipeline, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:46:34 [INFO] [stderr] | [INFO] [stderr] 46 | descriptor_set_layouts: Vec<::DescriptorSetLayout>, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:47:23 [INFO] [stderr] | [INFO] [stderr] 47 | pipeline_layout: ::PipelineLayout, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:48:19 [INFO] [stderr] | [INFO] [stderr] 48 | render_pass: ::RenderPass, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:50:10 [INFO] [stderr] | [INFO] [stderr] 50 | ::Image, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:51:10 [INFO] [stderr] | [INFO] [stderr] 51 | ::ImageView, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:54:17 [INFO] [stderr] | [INFO] [stderr] 54 | swapchain: ::Swapchain, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:55:45 [INFO] [stderr] | [INFO] [stderr] 55 | command_queues: Vec>, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:56:14 [INFO] [stderr] | [INFO] [stderr] 56 | device: ::Device, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:57:16 [INFO] [stderr] | [INFO] [stderr] 57 | _surface: ::Surface, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:58:23 [INFO] [stderr] | [INFO] [stderr] 58 | _adapter: Adapter, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:59:16 [INFO] [stderr] | [INFO] [stderr] 59 | _instance: back::Instance, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:195:29 [INFO] [stderr] | [INFO] [stderr] 195 | fn create_instance() -> back::Instance { [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:196:9 [INFO] [stderr] | [INFO] [stderr] 196 | back::Instance::create(WINDOW_NAME, 1) [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:199:46 [INFO] [stderr] | [INFO] [stderr] 199 | fn find_queue_families(adapter: &Adapter) -> QueueFamilyIds { [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:215:46 [INFO] [stderr] | [INFO] [stderr] 215 | fn is_adapter_suitable(adapter: &Adapter) -> bool { [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:219:32 [INFO] [stderr] | [INFO] [stderr] 219 | fn pick_adapter(instance: &back::Instance) -> Adapter { [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:219:59 [INFO] [stderr] | [INFO] [stderr] 219 | fn pick_adapter(instance: &back::Instance) -> Adapter { [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:230:20 [INFO] [stderr] | [INFO] [stderr] 230 | instance: &back::Instance, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:232:11 [INFO] [stderr] | [INFO] [stderr] 232 | ) -> ::Surface { [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:237:31 [INFO] [stderr] | [INFO] [stderr] 237 | adapter: &mut Adapter, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:238:20 [INFO] [stderr] | [INFO] [stderr] 238 | surface: &::Surface, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:240:10 [INFO] [stderr] | [INFO] [stderr] 240 | ::Device, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:241:33 [INFO] [stderr] | [INFO] [stderr] 241 | Vec>, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:275:27 [INFO] [stderr] | [INFO] [stderr] 275 | adapter: &Adapter, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:276:19 [INFO] [stderr] | [INFO] [stderr] 276 | device: &::Device, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:277:24 [INFO] [stderr] | [INFO] [stderr] 277 | surface: &mut ::Surface, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:278:37 [INFO] [stderr] | [INFO] [stderr] 278 | previous_swapchain: Option<::Swapchain>, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:280:10 [INFO] [stderr] | [INFO] [stderr] 280 | ::Swapchain, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:282:20 [INFO] [stderr] | [INFO] [stderr] 282 | Backbuffer, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:308:32 [INFO] [stderr] | [INFO] [stderr] 308 | backbuffer: Backbuffer, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:310:19 [INFO] [stderr] | [INFO] [stderr] 310 | device: &::Device, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:312:10 [INFO] [stderr] | [INFO] [stderr] 312 | ::Image, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:313:10 [INFO] [stderr] | [INFO] [stderr] 313 | ::ImageView, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:342:19 [INFO] [stderr] | [INFO] [stderr] 342 | device: &::Device, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:344:11 [INFO] [stderr] | [INFO] [stderr] 344 | ) -> ::RenderPass { [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:383:19 [INFO] [stderr] | [INFO] [stderr] 383 | device: &::Device, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:385:24 [INFO] [stderr] | [INFO] [stderr] 385 | render_pass: &::RenderPass, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:387:14 [INFO] [stderr] | [INFO] [stderr] 387 | Vec<::DescriptorSetLayout>, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:388:10 [INFO] [stderr] | [INFO] [stderr] 388 | ::PipelineLayout, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:389:10 [INFO] [stderr] | [INFO] [stderr] 389 | ::GraphicsPipeline, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:418:35 [INFO] [stderr] | [INFO] [stderr] 418 | pso::EntryPoint:: { [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:426:35 [INFO] [stderr] | [INFO] [stderr] 426 | pso::EntryPoint:: { [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:505:45 [INFO] [stderr] | [INFO] [stderr] 505 | let immutable_samplers = Vec::<::Sampler>::new(); [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:506:46 [INFO] [stderr] | [INFO] [stderr] 506 | let descriptor_set_layouts: Vec<::DescriptorSetLayout> = [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:556:19 [INFO] [stderr] | [INFO] [stderr] 556 | device: &::Device, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:557:24 [INFO] [stderr] | [INFO] [stderr] 557 | render_pass: &::RenderPass, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:559:14 [INFO] [stderr] | [INFO] [stderr] 559 | ::Image, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:560:14 [INFO] [stderr] | [INFO] [stderr] 560 | ::ImageView, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:563:15 [INFO] [stderr] | [INFO] [stderr] 563 | ) -> Vec<::Framebuffer> { [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:564:46 [INFO] [stderr] | [INFO] [stderr] 564 | let mut swapchain_framebuffers: Vec<::Framebuffer> = Vec::new(); [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:588:49 [INFO] [stderr] | [INFO] [stderr] 588 | command_pool: &'a mut pool::CommandPool, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:589:24 [INFO] [stderr] | [INFO] [stderr] 589 | render_pass: &::RenderPass, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:590:26 [INFO] [stderr] | [INFO] [stderr] 590 | framebuffers: &[::Framebuffer], [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:592:21 [INFO] [stderr] | [INFO] [stderr] 592 | pipeline: &::GraphicsPipeline, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:593:37 [INFO] [stderr] | [INFO] [stderr] 593 | ) -> Vec> [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:596:36 [INFO] [stderr] | [INFO] [stderr] 596 | command::CommandBuffer, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:601:17 [INFO] [stderr] | [INFO] [stderr] 601 | back::Backend, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:639:19 [INFO] [stderr] | [INFO] [stderr] 639 | device: &::Device, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:642:28 [INFO] [stderr] | [INFO] [stderr] 642 | ) -> pool::CommandPool { [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:653:19 [INFO] [stderr] | [INFO] [stderr] 653 | device: &::Device, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:654:51 [INFO] [stderr] | [INFO] [stderr] 654 | command_queues: &mut [queue::CommandQueue], [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:655:26 [INFO] [stderr] | [INFO] [stderr] 655 | swapchain: &mut ::Swapchain, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:657:13 [INFO] [stderr] | [INFO] [stderr] 657 | back::Backend, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:662:38 [INFO] [stderr] | [INFO] [stderr] 662 | image_available_semaphore: &::Semaphore, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:663:38 [INFO] [stderr] | [INFO] [stderr] 663 | render_finished_semaphore: &::Semaphore, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:664:28 [INFO] [stderr] | [INFO] [stderr] 664 | in_flight_fence: &::Fence, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:701:19 [INFO] [stderr] | [INFO] [stderr] 701 | device: &::Device, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:703:14 [INFO] [stderr] | [INFO] [stderr] 703 | Vec<::Semaphore>, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:704:14 [INFO] [stderr] | [INFO] [stderr] 704 | Vec<::Semaphore>, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:705:14 [INFO] [stderr] | [INFO] [stderr] 705 | Vec<::Fence>, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:707:50 [INFO] [stderr] | [INFO] [stderr] 707 | let mut image_available_semaphores: Vec<::Semaphore> = Vec::new(); [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:708:50 [INFO] [stderr] | [INFO] [stderr] 708 | let mut render_finished_semaphores: Vec<::Semaphore> = Vec::new(); [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/15_hello_triangle.rs:709:40 [INFO] [stderr] | [INFO] [stderr] 709 | let mut in_flight_fences: Vec<::Fence> = Vec::new(); [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/08_graphics_pipeline.rs:35:10 [INFO] [stderr] | [INFO] [stderr] 35 | ::Image, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/08_graphics_pipeline.rs:36:10 [INFO] [stderr] | [INFO] [stderr] 36 | ::ImageView, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/08_graphics_pipeline.rs:39:17 [INFO] [stderr] | [INFO] [stderr] 39 | swapchain: ::Swapchain, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/08_graphics_pipeline.rs:40:46 [INFO] [stderr] | [INFO] [stderr] 40 | _command_queues: Vec>, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/08_graphics_pipeline.rs:41:14 [INFO] [stderr] | [INFO] [stderr] 41 | device: ::Device, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/08_graphics_pipeline.rs:42:16 [INFO] [stderr] | [INFO] [stderr] 42 | _surface: ::Surface, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/08_graphics_pipeline.rs:43:23 [INFO] [stderr] | [INFO] [stderr] 43 | _adapter: Adapter, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/08_graphics_pipeline.rs:44:16 [INFO] [stderr] | [INFO] [stderr] 44 | _instance: back::Instance, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/08_graphics_pipeline.rs:121:29 [INFO] [stderr] | [INFO] [stderr] 121 | fn create_instance() -> back::Instance { [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/08_graphics_pipeline.rs:122:9 [INFO] [stderr] | [INFO] [stderr] 122 | back::Instance::create(WINDOW_NAME, 1) [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/08_graphics_pipeline.rs:125:46 [INFO] [stderr] | [INFO] [stderr] 125 | fn find_queue_families(adapter: &Adapter) -> QueueFamilyIds { [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/08_graphics_pipeline.rs:141:46 [INFO] [stderr] | [INFO] [stderr] 141 | fn is_adapter_suitable(adapter: &Adapter) -> bool { [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/08_graphics_pipeline.rs:145:32 [INFO] [stderr] | [INFO] [stderr] 145 | fn pick_adapter(instance: &back::Instance) -> Adapter { [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/08_graphics_pipeline.rs:145:59 [INFO] [stderr] | [INFO] [stderr] 145 | fn pick_adapter(instance: &back::Instance) -> Adapter { [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/08_graphics_pipeline.rs:156:20 [INFO] [stderr] | [INFO] [stderr] 156 | instance: &back::Instance, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/08_graphics_pipeline.rs:158:11 [INFO] [stderr] | [INFO] [stderr] 158 | ) -> ::Surface { [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/08_graphics_pipeline.rs:163:31 [INFO] [stderr] | [INFO] [stderr] 163 | adapter: &mut Adapter, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/08_graphics_pipeline.rs:164:20 [INFO] [stderr] | [INFO] [stderr] 164 | surface: &::Surface, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/08_graphics_pipeline.rs:166:10 [INFO] [stderr] | [INFO] [stderr] 166 | ::Device, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/08_graphics_pipeline.rs:167:33 [INFO] [stderr] | [INFO] [stderr] 167 | Vec>, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/08_graphics_pipeline.rs:199:27 [INFO] [stderr] | [INFO] [stderr] 199 | adapter: &Adapter, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/08_graphics_pipeline.rs:200:19 [INFO] [stderr] | [INFO] [stderr] 200 | device: &::Device, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/08_graphics_pipeline.rs:201:24 [INFO] [stderr] | [INFO] [stderr] 201 | surface: &mut ::Surface, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/08_graphics_pipeline.rs:202:37 [INFO] [stderr] | [INFO] [stderr] 202 | previous_swapchain: Option<::Swapchain>, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/08_graphics_pipeline.rs:204:10 [INFO] [stderr] | [INFO] [stderr] 204 | ::Swapchain, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/08_graphics_pipeline.rs:205:20 [INFO] [stderr] | [INFO] [stderr] 205 | Backbuffer, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/08_graphics_pipeline.rs:231:32 [INFO] [stderr] | [INFO] [stderr] 231 | backbuffer: Backbuffer, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/08_graphics_pipeline.rs:233:19 [INFO] [stderr] | [INFO] [stderr] 233 | device: &::Device, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/08_graphics_pipeline.rs:235:10 [INFO] [stderr] | [INFO] [stderr] 235 | ::Image, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/08_graphics_pipeline.rs:236:10 [INFO] [stderr] | [INFO] [stderr] 236 | ::ImageView, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/14_command_buffers.rs:38:36 [INFO] [stderr] | [INFO] [stderr] 38 | Vec>, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/14_command_buffers.rs:39:37 [INFO] [stderr] | [INFO] [stderr] 39 | command_pool: pool::CommandPool, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/14_command_buffers.rs:40:34 [INFO] [stderr] | [INFO] [stderr] 40 | swapchain_framebuffers: Vec<::Framebuffer>, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/14_command_buffers.rs:41:20 [INFO] [stderr] | [INFO] [stderr] 41 | gfx_pipeline: ::GraphicsPipeline, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/14_command_buffers.rs:42:34 [INFO] [stderr] | [INFO] [stderr] 42 | descriptor_set_layouts: Vec<::DescriptorSetLayout>, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/14_command_buffers.rs:43:23 [INFO] [stderr] | [INFO] [stderr] 43 | pipeline_layout: ::PipelineLayout, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/14_command_buffers.rs:44:19 [INFO] [stderr] | [INFO] [stderr] 44 | render_pass: ::RenderPass, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/14_command_buffers.rs:46:10 [INFO] [stderr] | [INFO] [stderr] 46 | ::Image, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/14_command_buffers.rs:47:10 [INFO] [stderr] | [INFO] [stderr] 47 | ::ImageView, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/14_command_buffers.rs:50:17 [INFO] [stderr] | [INFO] [stderr] 50 | swapchain: ::Swapchain, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/14_command_buffers.rs:51:46 [INFO] [stderr] | [INFO] [stderr] 51 | _command_queues: Vec>, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/14_command_buffers.rs:52:14 [INFO] [stderr] | [INFO] [stderr] 52 | device: ::Device, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/14_command_buffers.rs:53:16 [INFO] [stderr] | [INFO] [stderr] 53 | _surface: ::Surface, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/14_command_buffers.rs:54:23 [INFO] [stderr] | [INFO] [stderr] 54 | _adapter: Adapter, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/14_command_buffers.rs:55:16 [INFO] [stderr] | [INFO] [stderr] 55 | _instance: back::Instance, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/14_command_buffers.rs:174:29 [INFO] [stderr] | [INFO] [stderr] 174 | fn create_instance() -> back::Instance { [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/14_command_buffers.rs:175:9 [INFO] [stderr] | [INFO] [stderr] 175 | back::Instance::create(WINDOW_NAME, 1) [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/14_command_buffers.rs:178:46 [INFO] [stderr] | [INFO] [stderr] 178 | fn find_queue_families(adapter: &Adapter) -> QueueFamilyIds { [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/14_command_buffers.rs:194:46 [INFO] [stderr] | [INFO] [stderr] 194 | fn is_adapter_suitable(adapter: &Adapter) -> bool { [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/14_command_buffers.rs:198:32 [INFO] [stderr] | [INFO] [stderr] 198 | fn pick_adapter(instance: &back::Instance) -> Adapter { [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/14_command_buffers.rs:198:59 [INFO] [stderr] | [INFO] [stderr] 198 | fn pick_adapter(instance: &back::Instance) -> Adapter { [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/14_command_buffers.rs:209:20 [INFO] [stderr] | [INFO] [stderr] 209 | instance: &back::Instance, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/14_command_buffers.rs:211:11 [INFO] [stderr] | [INFO] [stderr] 211 | ) -> ::Surface { [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/14_command_buffers.rs:216:31 [INFO] [stderr] | [INFO] [stderr] 216 | adapter: &mut Adapter, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/14_command_buffers.rs:217:20 [INFO] [stderr] | [INFO] [stderr] 217 | surface: &::Surface, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/14_command_buffers.rs:219:10 [INFO] [stderr] | [INFO] [stderr] 219 | ::Device, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/14_command_buffers.rs:220:33 [INFO] [stderr] | [INFO] [stderr] 220 | Vec>, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/14_command_buffers.rs:254:27 [INFO] [stderr] | [INFO] [stderr] 254 | adapter: &Adapter, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/14_command_buffers.rs:255:19 [INFO] [stderr] | [INFO] [stderr] 255 | device: &::Device, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/14_command_buffers.rs:256:24 [INFO] [stderr] | [INFO] [stderr] 256 | surface: &mut ::Surface, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/14_command_buffers.rs:257:37 [INFO] [stderr] | [INFO] [stderr] 257 | previous_swapchain: Option<::Swapchain>, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/14_command_buffers.rs:259:10 [INFO] [stderr] | [INFO] [stderr] 259 | ::Swapchain, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/14_command_buffers.rs:261:20 [INFO] [stderr] | [INFO] [stderr] 261 | Backbuffer, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/14_command_buffers.rs:287:32 [INFO] [stderr] | [INFO] [stderr] 287 | backbuffer: Backbuffer, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/14_command_buffers.rs:289:19 [INFO] [stderr] | [INFO] [stderr] 289 | device: &::Device, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/14_command_buffers.rs:291:10 [INFO] [stderr] | [INFO] [stderr] 291 | ::Image, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/14_command_buffers.rs:292:10 [INFO] [stderr] | [INFO] [stderr] 292 | ::ImageView, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/14_command_buffers.rs:321:19 [INFO] [stderr] | [INFO] [stderr] 321 | device: &::Device, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/14_command_buffers.rs:323:11 [INFO] [stderr] | [INFO] [stderr] 323 | ) -> ::RenderPass { [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/14_command_buffers.rs:361:19 [INFO] [stderr] | [INFO] [stderr] 361 | device: &::Device, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/14_command_buffers.rs:363:24 [INFO] [stderr] | [INFO] [stderr] 363 | render_pass: &::RenderPass, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/14_command_buffers.rs:365:14 [INFO] [stderr] | [INFO] [stderr] 365 | Vec<::DescriptorSetLayout>, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/14_command_buffers.rs:366:10 [INFO] [stderr] | [INFO] [stderr] 366 | ::PipelineLayout, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/14_command_buffers.rs:367:10 [INFO] [stderr] | [INFO] [stderr] 367 | ::GraphicsPipeline, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/14_command_buffers.rs:396:35 [INFO] [stderr] | [INFO] [stderr] 396 | pso::EntryPoint:: { [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/14_command_buffers.rs:404:35 [INFO] [stderr] | [INFO] [stderr] 404 | pso::EntryPoint:: { [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/14_command_buffers.rs:483:45 [INFO] [stderr] | [INFO] [stderr] 483 | let immutable_samplers = Vec::<::Sampler>::new(); [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/14_command_buffers.rs:484:34 [INFO] [stderr] | [INFO] [stderr] 484 | let ds_layouts: Vec<::DescriptorSetLayout> = vec![device [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/14_command_buffers.rs:533:19 [INFO] [stderr] | [INFO] [stderr] 533 | device: &::Device, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/14_command_buffers.rs:534:24 [INFO] [stderr] | [INFO] [stderr] 534 | render_pass: &::RenderPass, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/14_command_buffers.rs:536:14 [INFO] [stderr] | [INFO] [stderr] 536 | ::Image, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/14_command_buffers.rs:537:14 [INFO] [stderr] | [INFO] [stderr] 537 | ::ImageView, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/14_command_buffers.rs:540:15 [INFO] [stderr] | [INFO] [stderr] 540 | ) -> Vec<::Framebuffer> { [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/14_command_buffers.rs:541:46 [INFO] [stderr] | [INFO] [stderr] 541 | let mut swapchain_framebuffers: Vec<::Framebuffer> = Vec::new(); [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/14_command_buffers.rs:565:49 [INFO] [stderr] | [INFO] [stderr] 565 | command_pool: &'a mut pool::CommandPool, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/14_command_buffers.rs:566:24 [INFO] [stderr] | [INFO] [stderr] 566 | render_pass: &::RenderPass, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/14_command_buffers.rs:567:26 [INFO] [stderr] | [INFO] [stderr] 567 | framebuffers: &[::Framebuffer], [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/14_command_buffers.rs:569:21 [INFO] [stderr] | [INFO] [stderr] 569 | pipeline: &::GraphicsPipeline, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/14_command_buffers.rs:570:37 [INFO] [stderr] | [INFO] [stderr] 570 | ) -> Vec> [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/14_command_buffers.rs:575:36 [INFO] [stderr] | [INFO] [stderr] 575 | command::CommandBuffer, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/14_command_buffers.rs:583:17 [INFO] [stderr] | [INFO] [stderr] 583 | back::Backend, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/14_command_buffers.rs:626:19 [INFO] [stderr] | [INFO] [stderr] 626 | device: &::Device, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/14_command_buffers.rs:629:28 [INFO] [stderr] | [INFO] [stderr] 629 | ) -> pool::CommandPool { [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/04_logical_device.rs:32:46 [INFO] [stderr] | [INFO] [stderr] 32 | _command_queues: Vec>, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/04_logical_device.rs:33:15 [INFO] [stderr] | [INFO] [stderr] 33 | _device: ::Device, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/04_logical_device.rs:34:23 [INFO] [stderr] | [INFO] [stderr] 34 | _adapter: Adapter, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/04_logical_device.rs:35:16 [INFO] [stderr] | [INFO] [stderr] 35 | _instance: back::Instance, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/04_logical_device.rs:94:29 [INFO] [stderr] | [INFO] [stderr] 94 | fn create_instance() -> back::Instance { [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/04_logical_device.rs:95:9 [INFO] [stderr] | [INFO] [stderr] 95 | back::Instance::create(WINDOW_NAME, 1) [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/04_logical_device.rs:98:46 [INFO] [stderr] | [INFO] [stderr] 98 | fn find_queue_families(adapter: &Adapter) -> QueueFamilyIds { [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/04_logical_device.rs:114:46 [INFO] [stderr] | [INFO] [stderr] 114 | fn is_adapter_suitable(adapter: &Adapter) -> bool { [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/04_logical_device.rs:118:32 [INFO] [stderr] | [INFO] [stderr] 118 | fn pick_adapter(instance: &back::Instance) -> Adapter { [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/04_logical_device.rs:118:59 [INFO] [stderr] | [INFO] [stderr] 118 | fn pick_adapter(instance: &back::Instance) -> Adapter { [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/04_logical_device.rs:129:31 [INFO] [stderr] | [INFO] [stderr] 129 | adapter: &mut Adapter, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/04_logical_device.rs:131:10 [INFO] [stderr] | [INFO] [stderr] 131 | ::Device, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/04_logical_device.rs:132:33 [INFO] [stderr] | [INFO] [stderr] 132 | Vec>, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [INFO] [stderr] error: Could not compile `gfx-hal-tutorial`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/13_framebuffers.rs:37:34 [INFO] [stderr] | [INFO] [stderr] 37 | swapchain_framebuffers: Vec<::Framebuffer>, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/13_framebuffers.rs:38:20 [INFO] [stderr] | [INFO] [stderr] 38 | gfx_pipeline: ::GraphicsPipeline, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/13_framebuffers.rs:39:34 [INFO] [stderr] | [INFO] [stderr] 39 | descriptor_set_layouts: Vec<::DescriptorSetLayout>, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/13_framebuffers.rs:40:23 [INFO] [stderr] | [INFO] [stderr] 40 | pipeline_layout: ::PipelineLayout, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/13_framebuffers.rs:41:19 [INFO] [stderr] | [INFO] [stderr] 41 | render_pass: ::RenderPass, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/13_framebuffers.rs:43:10 [INFO] [stderr] | [INFO] [stderr] 43 | ::Image, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/13_framebuffers.rs:44:10 [INFO] [stderr] | [INFO] [stderr] 44 | ::ImageView, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/13_framebuffers.rs:47:17 [INFO] [stderr] | [INFO] [stderr] 47 | swapchain: ::Swapchain, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/13_framebuffers.rs:48:46 [INFO] [stderr] | [INFO] [stderr] 48 | _command_queues: Vec>, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/13_framebuffers.rs:49:14 [INFO] [stderr] | [INFO] [stderr] 49 | device: ::Device, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/13_framebuffers.rs:50:16 [INFO] [stderr] | [INFO] [stderr] 50 | _surface: ::Surface, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/13_framebuffers.rs:51:23 [INFO] [stderr] | [INFO] [stderr] 51 | _adapter: Adapter, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/13_framebuffers.rs:52:16 [INFO] [stderr] | [INFO] [stderr] 52 | _instance: back::Instance, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/13_framebuffers.rs:158:29 [INFO] [stderr] | [INFO] [stderr] 158 | fn create_instance() -> back::Instance { [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/13_framebuffers.rs:159:9 [INFO] [stderr] | [INFO] [stderr] 159 | back::Instance::create(WINDOW_NAME, 1) [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/13_framebuffers.rs:162:46 [INFO] [stderr] | [INFO] [stderr] 162 | fn find_queue_families(adapter: &Adapter) -> QueueFamilyIds { [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/13_framebuffers.rs:178:46 [INFO] [stderr] | [INFO] [stderr] 178 | fn is_adapter_suitable(adapter: &Adapter) -> bool { [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/13_framebuffers.rs:182:32 [INFO] [stderr] | [INFO] [stderr] 182 | fn pick_adapter(instance: &back::Instance) -> Adapter { [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/13_framebuffers.rs:182:59 [INFO] [stderr] | [INFO] [stderr] 182 | fn pick_adapter(instance: &back::Instance) -> Adapter { [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/13_framebuffers.rs:193:20 [INFO] [stderr] | [INFO] [stderr] 193 | instance: &back::Instance, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/13_framebuffers.rs:195:11 [INFO] [stderr] | [INFO] [stderr] 195 | ) -> ::Surface { [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/13_framebuffers.rs:200:31 [INFO] [stderr] | [INFO] [stderr] 200 | adapter: &mut Adapter, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/13_framebuffers.rs:201:20 [INFO] [stderr] | [INFO] [stderr] 201 | surface: &::Surface, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/13_framebuffers.rs:203:10 [INFO] [stderr] | [INFO] [stderr] 203 | ::Device, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/13_framebuffers.rs:204:33 [INFO] [stderr] | [INFO] [stderr] 204 | Vec>, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/13_framebuffers.rs:236:27 [INFO] [stderr] | [INFO] [stderr] 236 | adapter: &Adapter, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/13_framebuffers.rs:237:19 [INFO] [stderr] | [INFO] [stderr] 237 | device: &::Device, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/13_framebuffers.rs:238:24 [INFO] [stderr] | [INFO] [stderr] 238 | surface: &mut ::Surface, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/13_framebuffers.rs:239:37 [INFO] [stderr] | [INFO] [stderr] 239 | previous_swapchain: Option<::Swapchain>, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/13_framebuffers.rs:241:10 [INFO] [stderr] | [INFO] [stderr] 241 | ::Swapchain, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/13_framebuffers.rs:243:20 [INFO] [stderr] | [INFO] [stderr] 243 | Backbuffer, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/13_framebuffers.rs:269:32 [INFO] [stderr] | [INFO] [stderr] 269 | backbuffer: Backbuffer, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/13_framebuffers.rs:271:19 [INFO] [stderr] | [INFO] [stderr] 271 | device: &::Device, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/13_framebuffers.rs:273:10 [INFO] [stderr] | [INFO] [stderr] 273 | ::Image, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/13_framebuffers.rs:274:10 [INFO] [stderr] | [INFO] [stderr] 274 | ::ImageView, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/13_framebuffers.rs:303:19 [INFO] [stderr] | [INFO] [stderr] 303 | device: &::Device, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/13_framebuffers.rs:305:11 [INFO] [stderr] | [INFO] [stderr] 305 | ) -> ::RenderPass { [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/13_framebuffers.rs:344:19 [INFO] [stderr] | [INFO] [stderr] 344 | device: &::Device, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/13_framebuffers.rs:346:24 [INFO] [stderr] | [INFO] [stderr] 346 | render_pass: &::RenderPass, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/13_framebuffers.rs:348:14 [INFO] [stderr] | [INFO] [stderr] 348 | Vec<::DescriptorSetLayout>, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/13_framebuffers.rs:349:10 [INFO] [stderr] | [INFO] [stderr] 349 | ::PipelineLayout, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/13_framebuffers.rs:350:10 [INFO] [stderr] | [INFO] [stderr] 350 | ::GraphicsPipeline, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] warning: unused import: `Device` [INFO] [stderr] --> src/07_image_views.rs:12:77 [INFO] [stderr] | [INFO] [stderr] 12 | format, image, queue, window, Adapter, Backbuffer, Backend, Capability, Device, Features, Gpu, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `Instance` [INFO] [stderr] --> src/07_image_views.rs:13:15 [INFO] [stderr] | [INFO] [stderr] 13 | Graphics, Instance, PhysicalDevice, QueueFamily, Surface, SwapchainConfig, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `PhysicalDevice` [INFO] [stderr] --> src/07_image_views.rs:13:25 [INFO] [stderr] | [INFO] [stderr] 13 | Graphics, Instance, PhysicalDevice, QueueFamily, Surface, SwapchainConfig, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `QueueFamily` [INFO] [stderr] --> src/07_image_views.rs:13:41 [INFO] [stderr] | [INFO] [stderr] 13 | Graphics, Instance, PhysicalDevice, QueueFamily, Surface, SwapchainConfig, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `Surface` [INFO] [stderr] --> src/07_image_views.rs:13:54 [INFO] [stderr] | [INFO] [stderr] 13 | Graphics, Instance, PhysicalDevice, QueueFamily, Surface, SwapchainConfig, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 30 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/13_framebuffers.rs:379:35 [INFO] [stderr] | [INFO] [stderr] 379 | pso::EntryPoint:: { [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/13_framebuffers.rs:387:35 [INFO] [stderr] | [INFO] [stderr] 387 | pso::EntryPoint:: { [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/13_framebuffers.rs:466:45 [INFO] [stderr] | [INFO] [stderr] 466 | let immutable_samplers = Vec::<::Sampler>::new(); [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/13_framebuffers.rs:467:34 [INFO] [stderr] | [INFO] [stderr] 467 | let ds_layouts: Vec<::DescriptorSetLayout> = vec![device [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/13_framebuffers.rs:516:19 [INFO] [stderr] | [INFO] [stderr] 516 | device: &::Device, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/13_framebuffers.rs:517:24 [INFO] [stderr] | [INFO] [stderr] 517 | render_pass: &::RenderPass, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/13_framebuffers.rs:519:14 [INFO] [stderr] | [INFO] [stderr] 519 | ::Image, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/13_framebuffers.rs:520:14 [INFO] [stderr] | [INFO] [stderr] 520 | ::ImageView, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/13_framebuffers.rs:523:15 [INFO] [stderr] | [INFO] [stderr] 523 | ) -> Vec<::Framebuffer> { [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/13_framebuffers.rs:524:46 [INFO] [stderr] | [INFO] [stderr] 524 | let mut swapchain_framebuffers: Vec<::Framebuffer> = Vec::new(); [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error: Could not compile `gfx-hal-tutorial`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: unused import: `Device` [INFO] [stderr] --> src/08_graphics_pipeline.rs:12:77 [INFO] [stderr] | [INFO] [stderr] 12 | format, image, queue, window, Adapter, Backbuffer, Backend, Capability, Device, Features, Gpu, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `Instance` [INFO] [stderr] --> src/08_graphics_pipeline.rs:13:15 [INFO] [stderr] | [INFO] [stderr] 13 | Graphics, Instance, PhysicalDevice, QueueFamily, Surface, SwapchainConfig, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `PhysicalDevice` [INFO] [stderr] --> src/08_graphics_pipeline.rs:13:25 [INFO] [stderr] | [INFO] [stderr] 13 | Graphics, Instance, PhysicalDevice, QueueFamily, Surface, SwapchainConfig, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `QueueFamily` [INFO] [stderr] --> src/08_graphics_pipeline.rs:13:41 [INFO] [stderr] | [INFO] [stderr] 13 | Graphics, Instance, PhysicalDevice, QueueFamily, Surface, SwapchainConfig, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `Surface` [INFO] [stderr] --> src/08_graphics_pipeline.rs:13:54 [INFO] [stderr] | [INFO] [stderr] 13 | Graphics, Instance, PhysicalDevice, QueueFamily, Surface, SwapchainConfig, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 30 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [INFO] [stderr] warning: unused import: `Device` [INFO] [stderr] --> src/14_command_buffers.rs:14:17 [INFO] [stderr] | [INFO] [stderr] 14 | Capability, Device, Features, Gpu, Graphics, Instance, PhysicalDevice, Primitive, QueueFamily, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `Instance` [INFO] [stderr] --> src/14_command_buffers.rs:14:50 [INFO] [stderr] | [INFO] [stderr] 14 | Capability, Device, Features, Gpu, Graphics, Instance, PhysicalDevice, Primitive, QueueFamily, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `PhysicalDevice` [INFO] [stderr] --> src/14_command_buffers.rs:14:60 [INFO] [stderr] | [INFO] [stderr] 14 | Capability, Device, Features, Gpu, Graphics, Instance, PhysicalDevice, Primitive, QueueFamily, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `QueueFamily` [INFO] [stderr] --> src/14_command_buffers.rs:14:87 [INFO] [stderr] | [INFO] [stderr] 14 | Capability, Device, Features, Gpu, Graphics, Instance, PhysicalDevice, Primitive, QueueFamily, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `Surface` [INFO] [stderr] --> src/14_command_buffers.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | Surface, SwapchainConfig, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 63 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [INFO] [stderr] error: Could not compile `gfx-hal-tutorial`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `gfx-hal-tutorial`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: unused import: `Instance` [INFO] [stderr] --> src/04_logical_device.rs:12:67 [INFO] [stderr] | [INFO] [stderr] 12 | queue, Adapter, Backend, Capability, Features, Gpu, Graphics, Instance, PhysicalDevice, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `PhysicalDevice` [INFO] [stderr] --> src/04_logical_device.rs:12:77 [INFO] [stderr] | [INFO] [stderr] 12 | queue, Adapter, Backend, Capability, Features, Gpu, Graphics, Instance, PhysicalDevice, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `QueueFamily` [INFO] [stderr] --> src/04_logical_device.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | QueueFamily, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 13 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [INFO] [stderr] error: Could not compile `gfx-hal-tutorial`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: unused import: `Device` [INFO] [stderr] --> src/15_hello_triangle.rs:14:17 [INFO] [stderr] | [INFO] [stderr] 14 | Capability, Device, Features, Gpu, Graphics, Instance, PhysicalDevice, Primitive, QueueFamily, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `Instance` [INFO] [stderr] --> src/15_hello_triangle.rs:14:50 [INFO] [stderr] | [INFO] [stderr] 14 | Capability, Device, Features, Gpu, Graphics, Instance, PhysicalDevice, Primitive, QueueFamily, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `PhysicalDevice` [INFO] [stderr] --> src/15_hello_triangle.rs:14:60 [INFO] [stderr] | [INFO] [stderr] 14 | Capability, Device, Features, Gpu, Graphics, Instance, PhysicalDevice, Primitive, QueueFamily, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `QueueFamily` [INFO] [stderr] --> src/15_hello_triangle.rs:14:87 [INFO] [stderr] | [INFO] [stderr] 14 | Capability, Device, Features, Gpu, Graphics, Instance, PhysicalDevice, Primitive, QueueFamily, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `Surface` [INFO] [stderr] --> src/15_hello_triangle.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | Surface, Swapchain, SwapchainConfig, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `Swapchain` [INFO] [stderr] --> src/15_hello_triangle.rs:15:14 [INFO] [stderr] | [INFO] [stderr] 15 | Surface, Swapchain, SwapchainConfig, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 80 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [INFO] [stderr] error: Could not compile `gfx-hal-tutorial`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: unused import: `Device` [INFO] [stderr] --> src/13_framebuffers.rs:13:88 [INFO] [stderr] | [INFO] [stderr] 13 | format, image, pass, pso, queue, window, Adapter, Backbuffer, Backend, Capability, Device, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `Instance` [INFO] [stderr] --> src/13_framebuffers.rs:14:30 [INFO] [stderr] | [INFO] [stderr] 14 | Features, Gpu, Graphics, Instance, PhysicalDevice, Primitive, QueueFamily, Surface, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `PhysicalDevice` [INFO] [stderr] --> src/13_framebuffers.rs:14:40 [INFO] [stderr] | [INFO] [stderr] 14 | Features, Gpu, Graphics, Instance, PhysicalDevice, Primitive, QueueFamily, Surface, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `QueueFamily` [INFO] [stderr] --> src/13_framebuffers.rs:14:67 [INFO] [stderr] | [INFO] [stderr] 14 | Features, Gpu, Graphics, Instance, PhysicalDevice, Primitive, QueueFamily, Surface, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `Surface` [INFO] [stderr] --> src/13_framebuffers.rs:14:80 [INFO] [stderr] | [INFO] [stderr] 14 | Features, Gpu, Graphics, Instance, PhysicalDevice, Primitive, QueueFamily, Surface, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 52 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [INFO] [stderr] error: Could not compile `gfx-hal-tutorial`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "7b2474289c8d4069acfe6e01d74d67cfa134eb6fc5eb9c5079eebcfb4bc414a3"` [INFO] running `"docker" "rm" "-f" "7b2474289c8d4069acfe6e01d74d67cfa134eb6fc5eb9c5079eebcfb4bc414a3"` [INFO] [stdout] 7b2474289c8d4069acfe6e01d74d67cfa134eb6fc5eb9c5079eebcfb4bc414a3