[INFO] crate gfx_draping 0.3.0 is already in cache [INFO] testing gfx_draping-0.3.0 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate gfx_draping 0.3.0 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate gfx_draping 0.3.0 on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate gfx_draping 0.3.0 [INFO] finished tweaking crates.io crate gfx_draping 0.3.0 [INFO] tweaked toml for crates.io crate gfx_draping 0.3.0 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 4b5d732e9d4c98202aadc3dbc463ff5a43a22ff73122b3b0d3cdb79749475647 [INFO] running `"docker" "start" "-a" "4b5d732e9d4c98202aadc3dbc463ff5a43a22ff73122b3b0d3cdb79749475647"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling clamp v0.1.0 [INFO] [stderr] Compiling pdqselect v0.1.0 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling cgmath v0.17.0 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling derivative v1.0.4 [INFO] [stderr] Compiling alga v0.9.3 [INFO] [stderr] Compiling num v0.2.1 [INFO] [stderr] Compiling gfx_core v0.8.3 [INFO] [stderr] Compiling nalgebra v0.18.1 [INFO] [stderr] Compiling gfx v0.17.1 [INFO] [stderr] Compiling spade v1.8.2 [INFO] [stderr] Compiling geo v0.6.3 [INFO] [stderr] Compiling gfx_draping v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/polygon.rs:139:51 [INFO] [stderr] | [INFO] [stderr] 139 | fn bounding_box_vertices<'a>(&'a self) -> Box<'a + Iterator> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn 'a + Iterator` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/polygon.rs:143:43 [INFO] [stderr] | [INFO] [stderr] 143 | fn bounding_box_indices(&self) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/polygon.rs:147:49 [INFO] [stderr] | [INFO] [stderr] 147 | fn polyhedron_vertices<'a>(&'a self) -> Box<'a + Iterator> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn 'a + Iterator` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/polygon.rs:151:41 [INFO] [stderr] | [INFO] [stderr] 151 | fn polyhedron_indices(&self) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/polygon.rs:155:60 [INFO] [stderr] | [INFO] [stderr] 155 | fn prism_vertices<'a>(points: &'a [(f32, f32)]) -> Box<'a + Iterator> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn 'a + Iterator` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/polygon.rs:163:46 [INFO] [stderr] | [INFO] [stderr] 163 | fn prism_indices(num_points: u32) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator` [INFO] [stderr] [INFO] [stderr] warning: 6 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 02s [INFO] running `"docker" "inspect" "4b5d732e9d4c98202aadc3dbc463ff5a43a22ff73122b3b0d3cdb79749475647"` [INFO] running `"docker" "rm" "-f" "4b5d732e9d4c98202aadc3dbc463ff5a43a22ff73122b3b0d3cdb79749475647"` [INFO] [stdout] 4b5d732e9d4c98202aadc3dbc463ff5a43a22ff73122b3b0d3cdb79749475647 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e0644069f9f03c8cdd993bd17d9347d1779cd1f74bd8caf708f7de03b661b15f [INFO] running `"docker" "start" "-a" "e0644069f9f03c8cdd993bd17d9347d1779cd1f74bd8caf708f7de03b661b15f"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling piston-float v0.3.0 [INFO] [stderr] Compiling shader_version v0.2.2 [INFO] [stderr] Compiling khronos_api v1.0.1 [INFO] [stderr] Compiling inflate v0.2.0 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling piston-texture v0.5.0 [INFO] [stderr] Compiling read_color v0.1.0 [INFO] [stderr] Compiling interpolation v0.1.0 [INFO] [stderr] Compiling piston-shaders_graphics2d v0.3.1 [INFO] [stderr] Compiling xml-rs v0.6.1 [INFO] [stderr] Compiling freetype-sys v0.5.0 [INFO] [stderr] Compiling draw_state v0.7.1 [INFO] [stderr] Compiling gif v0.9.2 [INFO] [stderr] Compiling stb_truetype v0.3.1 [INFO] [stderr] Compiling fps_counter v0.2.0 [INFO] [stderr] Compiling gl_generator v0.6.1 [INFO] [stderr] Compiling gl_generator v0.7.0 [INFO] [stderr] Compiling fs2 v0.2.5 [INFO] [stderr] Compiling tempfile v2.2.0 [INFO] [stderr] Compiling piston-viewport v0.3.0 [INFO] [stderr] Compiling vecmath v0.3.1 [INFO] [stderr] Compiling target_build_utils v0.3.1 [INFO] [stderr] Compiling pistoncore-input v0.19.0 [INFO] [stderr] Compiling serde_json v0.9.10 [INFO] [stderr] Compiling enum_primitive v0.1.1 [INFO] [stderr] Compiling cgmath v0.15.0 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling jpeg-decoder v0.1.19 [INFO] [stderr] Compiling memmap v0.4.0 [INFO] [stderr] Compiling stb_truetype v0.2.8 [INFO] [stderr] Compiling gfx_core v0.7.2 [INFO] [stderr] Compiling piston2d-graphics v0.21.1 [INFO] [stderr] Compiling quaternion v0.3.1 [INFO] [stderr] Compiling piston3d-cam v0.3.0 [INFO] [stderr] Compiling geojson v0.9.1 [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/polygon.rs:139:51 [INFO] [stderr] | [INFO] [stderr] 139 | fn bounding_box_vertices<'a>(&'a self) -> Box<'a + Iterator> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn 'a + Iterator` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/polygon.rs:143:43 [INFO] [stderr] | [INFO] [stderr] 143 | fn bounding_box_indices(&self) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/polygon.rs:147:49 [INFO] [stderr] | [INFO] [stderr] 147 | fn polyhedron_vertices<'a>(&'a self) -> Box<'a + Iterator> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn 'a + Iterator` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/polygon.rs:151:41 [INFO] [stderr] | [INFO] [stderr] 151 | fn polyhedron_indices(&self) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/polygon.rs:155:60 [INFO] [stderr] | [INFO] [stderr] 155 | fn prism_vertices<'a>(points: &'a [(f32, f32)]) -> Box<'a + Iterator> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn 'a + Iterator` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/polygon.rs:163:46 [INFO] [stderr] | [INFO] [stderr] 163 | fn prism_indices(num_points: u32) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator` [INFO] [stderr] [INFO] [stderr] warning: 6 warnings emitted [INFO] [stderr] [INFO] [stderr] Compiling freetype-rs v0.14.0 [INFO] [stderr] Compiling wayland-scanner v0.9.10 [INFO] [stderr] Compiling gl_generator v0.5.5 [INFO] [stderr] Compiling rusttype v0.2.4 [INFO] [stderr] Compiling png v0.9.0 [INFO] [stderr] Compiling gl v0.6.5 [INFO] [stderr] Compiling gfx_gl v0.4.0 [INFO] [stderr] Compiling wayland-client v0.9.10 [INFO] [stderr] Compiling wayland-protocols v0.9.10 [INFO] [stderr] Compiling image v0.15.0 [INFO] [stderr] Compiling pistoncore-window v0.28.0 [INFO] [stderr] Compiling camera_controllers v0.22.0 [INFO] [stderr] Compiling glutin v0.9.2 [INFO] [stderr] Compiling pistoncore-event_loop v0.33.0 [INFO] [stderr] Compiling piston v0.33.0 [INFO] [stderr] Compiling libloading v0.3.4 [INFO] [stderr] Compiling dlib v0.3.1 [INFO] [stderr] Compiling wayland-sys v0.9.10 [INFO] [stderr] Compiling wayland-kbd v0.9.1 [INFO] [stderr] Compiling wayland-window v0.7.0 [INFO] [stderr] Compiling winit v0.7.6 [INFO] [stderr] Compiling gfx v0.16.3 [INFO] [stderr] Compiling gfx_device_gl v0.14.6 [INFO] [stderr] Compiling pistoncore-glutin_window v0.39.1 [INFO] [stderr] Compiling piston-gfx_texture v0.26.0 [INFO] [stderr] Compiling gfx_text v0.18.0 [INFO] [stderr] Compiling piston2d-gfx_graphics v0.43.0 [INFO] [stderr] Compiling piston_window v0.70.0 [INFO] [stderr] Compiling gfx_draping v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/polygon.rs:139:51 [INFO] [stderr] | [INFO] [stderr] 139 | fn bounding_box_vertices<'a>(&'a self) -> Box<'a + Iterator> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn 'a + Iterator` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/polygon.rs:143:43 [INFO] [stderr] | [INFO] [stderr] 143 | fn bounding_box_indices(&self) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/polygon.rs:147:49 [INFO] [stderr] | [INFO] [stderr] 147 | fn polyhedron_vertices<'a>(&'a self) -> Box<'a + Iterator> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn 'a + Iterator` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/polygon.rs:151:41 [INFO] [stderr] | [INFO] [stderr] 151 | fn polyhedron_indices(&self) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/polygon.rs:155:60 [INFO] [stderr] | [INFO] [stderr] 155 | fn prism_vertices<'a>(points: &'a [(f32, f32)]) -> Box<'a + Iterator> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn 'a + Iterator` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/polygon.rs:163:46 [INFO] [stderr] | [INFO] [stderr] 163 | fn prism_indices(num_points: u32) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `create_vertex_buffer_with_slice` found for struct `gfx_device_gl::factory::Factory` in the current scope [INFO] [stderr] --> examples/south_africa.rs:126:17 [INFO] [stderr] | [INFO] [stderr] 126 | factory.create_vertex_buffer_with_slice(&terrain_vertices, terrain_indices.as_slice()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `gfx_device_gl::factory::Factory` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx_device_gl-0.14.6/src/factory.rs:71:1 [INFO] [stderr] | [INFO] [stderr] 71 | pub struct Factory { [INFO] [stderr] | ------------------ [INFO] [stderr] | | [INFO] [stderr] | doesn't satisfy `_: gfx::traits::FactoryExt<_>` [INFO] [stderr] | doesn't satisfy `gfx_device_gl::factory::Factory: gfx::Factory<_>` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.16.3/src/factory.rs:126:8 [INFO] [stderr] | [INFO] [stderr] 126 | fn create_vertex_buffer_with_slice(&mut self, vertices: &[V], indices: B) [INFO] [stderr] | ------------------------------- [INFO] [stderr] | | [INFO] [stderr] | the method is available for `std::boxed::Box` here [INFO] [stderr] | the method is available for `std::sync::Arc` here [INFO] [stderr] | the method is available for `std::rc::Rc` here [INFO] [stderr] | [INFO] [stderr] = note: the method `create_vertex_buffer_with_slice` exists but the following trait bounds were not satisfied: [INFO] [stderr] `gfx_device_gl::factory::Factory: gfx::Factory<_>` [INFO] [stderr] which is required by `gfx_device_gl::factory::Factory: gfx::traits::FactoryExt<_>` [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 14 | use gfx::factory::FactoryExt; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `create_texture_immutable` found for struct `gfx_device_gl::factory::Factory` in the current scope [INFO] [stderr] --> examples/south_africa.rs:128:10 [INFO] [stderr] | [INFO] [stderr] 128 | .create_texture_immutable::( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `gfx_device_gl::factory::Factory` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx_core-0.7.2/src/factory.rs:417:8 [INFO] [stderr] | [INFO] [stderr] 417 | fn create_texture_immutable( [INFO] [stderr] | ------------------------ [INFO] [stderr] | | [INFO] [stderr] | the method is available for `std::boxed::Box` here [INFO] [stderr] | the method is available for `std::sync::Arc` here [INFO] [stderr] | the method is available for `std::rc::Rc` here [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 14 | use gfx_core::factory::Factory; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `create_vertex_buffer_with_slice` found for struct `gfx_device_gl::factory::Factory` in the current scope [INFO] [stderr] --> examples/demo.rs:82:17 [INFO] [stderr] | [INFO] [stderr] 82 | factory.create_vertex_buffer_with_slice(&terrain_vertices, terrain_indices.as_slice()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `gfx_device_gl::factory::Factory` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx_device_gl-0.14.6/src/factory.rs:71:1 [INFO] [stderr] | [INFO] [stderr] 71 | pub struct Factory { [INFO] [stderr] | ------------------ [INFO] [stderr] | | [INFO] [stderr] | doesn't satisfy `_: gfx::traits::FactoryExt<_>` [INFO] [stderr] | doesn't satisfy `gfx_device_gl::factory::Factory: gfx::Factory<_>` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.16.3/src/factory.rs:126:8 [INFO] [stderr] | [INFO] [stderr] 126 | fn create_vertex_buffer_with_slice(&mut self, vertices: &[V], indices: B) [INFO] [stderr] | ------------------------------- [INFO] [stderr] | | [INFO] [stderr] | the method is available for `std::boxed::Box` here [INFO] [stderr] | the method is available for `std::sync::Arc` here [INFO] [stderr] | the method is available for `std::rc::Rc` here [INFO] [stderr] | [INFO] [stderr] = note: the method `create_vertex_buffer_with_slice` exists but the following trait bounds were not satisfied: [INFO] [stderr] `gfx_device_gl::factory::Factory: gfx::Factory<_>` [INFO] [stderr] which is required by `gfx_device_gl::factory::Factory: gfx::traits::FactoryExt<_>` [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 10 | use gfx::factory::FactoryExt; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `create_sampler` found for struct `gfx_device_gl::factory::Factory` in the current scope [INFO] [stderr] --> examples/south_africa.rs:138:35 [INFO] [stderr] | [INFO] [stderr] 138 | let terrain_sampler = factory.create_sampler(gfx::texture::SamplerInfo::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ method not found in `gfx_device_gl::factory::Factory` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx_core-0.7.2/src/factory.rs:255:8 [INFO] [stderr] | [INFO] [stderr] 255 | fn create_sampler(&mut self, texture::SamplerInfo) -> handle::Sampler; [INFO] [stderr] | -------------- [INFO] [stderr] | | [INFO] [stderr] | the method is available for `std::boxed::Box` here [INFO] [stderr] | the method is available for `std::sync::Arc` here [INFO] [stderr] | the method is available for `std::rc::Rc` here [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 14 | use gfx_core::factory::Factory; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `create_shader_set` found for struct `gfx_device_gl::factory::Factory` in the current scope [INFO] [stderr] --> examples/south_africa.rs:144:10 [INFO] [stderr] | [INFO] [stderr] 144 | .create_shader_set( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ method not found in `gfx_device_gl::factory::Factory` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx_device_gl-0.14.6/src/factory.rs:71:1 [INFO] [stderr] | [INFO] [stderr] 71 | pub struct Factory { [INFO] [stderr] | ------------------ [INFO] [stderr] | | [INFO] [stderr] | doesn't satisfy `_: gfx::traits::FactoryExt<_>` [INFO] [stderr] | doesn't satisfy `gfx_device_gl::factory::Factory: gfx::Factory<_>` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.16.3/src/factory.rs:179:8 [INFO] [stderr] | [INFO] [stderr] 179 | fn create_shader_set(&mut self, vs_code: &[u8], ps_code: &[u8]) [INFO] [stderr] | ----------------- [INFO] [stderr] | | [INFO] [stderr] | the method is available for `std::boxed::Box` here [INFO] [stderr] | the method is available for `std::sync::Arc` here [INFO] [stderr] | the method is available for `std::rc::Rc` here [INFO] [stderr] | [INFO] [stderr] = note: the method `create_shader_set` exists but the following trait bounds were not satisfied: [INFO] [stderr] `gfx_device_gl::factory::Factory: gfx::Factory<_>` [INFO] [stderr] which is required by `gfx_device_gl::factory::Factory: gfx::traits::FactoryExt<_>` [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 14 | use gfx::factory::FactoryExt; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `create_pipeline_state` found for struct `gfx_device_gl::factory::Factory` in the current scope [INFO] [stderr] --> examples/south_africa.rs:151:10 [INFO] [stderr] | [INFO] [stderr] 151 | .create_pipeline_state( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ method not found in `gfx_device_gl::factory::Factory` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx_device_gl-0.14.6/src/factory.rs:71:1 [INFO] [stderr] | [INFO] [stderr] 71 | pub struct Factory { [INFO] [stderr] | ------------------ [INFO] [stderr] | | [INFO] [stderr] | doesn't satisfy `_: gfx::traits::FactoryExt<_>` [INFO] [stderr] | doesn't satisfy `gfx_device_gl::factory::Factory: gfx::Factory<_>` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.16.3/src/factory.rs:247:8 [INFO] [stderr] | [INFO] [stderr] 247 | fn create_pipeline_state(&mut self, shaders: &ShaderSet, [INFO] [stderr] | --------------------- [INFO] [stderr] | | [INFO] [stderr] | the method is available for `std::boxed::Box` here [INFO] [stderr] | the method is available for `std::sync::Arc` here [INFO] [stderr] | the method is available for `std::rc::Rc` here [INFO] [stderr] | [INFO] [stderr] = note: the method `create_pipeline_state` exists but the following trait bounds were not satisfied: [INFO] [stderr] `gfx_device_gl::factory::Factory: gfx::Factory<_>` [INFO] [stderr] which is required by `gfx_device_gl::factory::Factory: gfx::traits::FactoryExt<_>` [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 14 | use gfx::factory::FactoryExt; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `create_texture_immutable` found for struct `gfx_device_gl::factory::Factory` in the current scope [INFO] [stderr] --> examples/demo.rs:84:10 [INFO] [stderr] | [INFO] [stderr] 84 | .create_texture_immutable::( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `gfx_device_gl::factory::Factory` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx_core-0.7.2/src/factory.rs:417:8 [INFO] [stderr] | [INFO] [stderr] 417 | fn create_texture_immutable( [INFO] [stderr] | ------------------------ [INFO] [stderr] | | [INFO] [stderr] | the method is available for `std::boxed::Box` here [INFO] [stderr] | the method is available for `std::sync::Arc` here [INFO] [stderr] | the method is available for `std::rc::Rc` here [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 10 | use gfx_core::factory::Factory; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `create_sampler` found for struct `gfx_device_gl::factory::Factory` in the current scope [INFO] [stderr] --> examples/demo.rs:94:35 [INFO] [stderr] | [INFO] [stderr] 94 | let terrain_sampler = factory.create_sampler(gfx::texture::SamplerInfo::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ method not found in `gfx_device_gl::factory::Factory` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx_core-0.7.2/src/factory.rs:255:8 [INFO] [stderr] | [INFO] [stderr] 255 | fn create_sampler(&mut self, texture::SamplerInfo) -> handle::Sampler; [INFO] [stderr] | -------------- [INFO] [stderr] | | [INFO] [stderr] | the method is available for `std::boxed::Box` here [INFO] [stderr] | the method is available for `std::sync::Arc` here [INFO] [stderr] | the method is available for `std::rc::Rc` here [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 10 | use gfx_core::factory::Factory; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `create_shader_set` found for struct `gfx_device_gl::factory::Factory` in the current scope [INFO] [stderr] --> examples/demo.rs:100:10 [INFO] [stderr] | [INFO] [stderr] 100 | .create_shader_set( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ method not found in `gfx_device_gl::factory::Factory` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx_device_gl-0.14.6/src/factory.rs:71:1 [INFO] [stderr] | [INFO] [stderr] 71 | pub struct Factory { [INFO] [stderr] | ------------------ [INFO] [stderr] | | [INFO] [stderr] | doesn't satisfy `_: gfx::traits::FactoryExt<_>` [INFO] [stderr] | doesn't satisfy `gfx_device_gl::factory::Factory: gfx::Factory<_>` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.16.3/src/factory.rs:179:8 [INFO] [stderr] | [INFO] [stderr] 179 | fn create_shader_set(&mut self, vs_code: &[u8], ps_code: &[u8]) [INFO] [stderr] | ----------------- [INFO] [stderr] | | [INFO] [stderr] | the method is available for `std::boxed::Box` here [INFO] [stderr] | the method is available for `std::sync::Arc` here [INFO] [stderr] | the method is available for `std::rc::Rc` here [INFO] [stderr] | [INFO] [stderr] = note: the method `create_shader_set` exists but the following trait bounds were not satisfied: [INFO] [stderr] `gfx_device_gl::factory::Factory: gfx::Factory<_>` [INFO] [stderr] which is required by `gfx_device_gl::factory::Factory: gfx::traits::FactoryExt<_>` [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 10 | use gfx::factory::FactoryExt; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `create_pipeline_state` found for struct `gfx_device_gl::factory::Factory` in the current scope [INFO] [stderr] --> examples/demo.rs:107:10 [INFO] [stderr] | [INFO] [stderr] 107 | .create_pipeline_state( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ method not found in `gfx_device_gl::factory::Factory` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx_device_gl-0.14.6/src/factory.rs:71:1 [INFO] [stderr] | [INFO] [stderr] 71 | pub struct Factory { [INFO] [stderr] | ------------------ [INFO] [stderr] | | [INFO] [stderr] | doesn't satisfy `_: gfx::traits::FactoryExt<_>` [INFO] [stderr] | doesn't satisfy `gfx_device_gl::factory::Factory: gfx::Factory<_>` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.16.3/src/factory.rs:247:8 [INFO] [stderr] | [INFO] [stderr] 247 | fn create_pipeline_state(&mut self, shaders: &ShaderSet, [INFO] [stderr] | --------------------- [INFO] [stderr] | | [INFO] [stderr] | the method is available for `std::boxed::Box` here [INFO] [stderr] | the method is available for `std::sync::Arc` here [INFO] [stderr] | the method is available for `std::rc::Rc` here [INFO] [stderr] | [INFO] [stderr] = note: the method `create_pipeline_state` exists but the following trait bounds were not satisfied: [INFO] [stderr] `gfx_device_gl::factory::Factory: gfx::Factory<_>` [INFO] [stderr] which is required by `gfx_device_gl::factory::Factory: gfx::traits::FactoryExt<_>` [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 10 | use gfx::factory::FactoryExt; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: 6 warnings emitted [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> examples/south_africa.rs:163:20 [INFO] [stderr] | [INFO] [stderr] 163 | out_color: window.output_color.clone(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::RenderTargetView`, found struct `gfx_core::handle::RenderTargetView` [INFO] [stderr] | [INFO] [stderr] = note: expected struct `gfx::handle::RenderTargetView<_, (gfx::format::R8_G8_B8_A8, gfx::format::Srgb)>` [INFO] [stderr] found struct `gfx_core::handle::RenderTargetView` [INFO] [stderr] = note: perhaps two different versions of crate `gfx_core` are being used? [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> examples/demo.rs:119:20 [INFO] [stderr] | [INFO] [stderr] 119 | out_color: window.output_color.clone(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::RenderTargetView`, found struct `gfx_core::handle::RenderTargetView` [INFO] [stderr] | [INFO] [stderr] = note: expected struct `gfx::handle::RenderTargetView<_, (gfx::format::R8_G8_B8_A8, gfx::format::Srgb)>` [INFO] [stderr] found struct `gfx_core::handle::RenderTargetView` [INFO] [stderr] = note: perhaps two different versions of crate `gfx_core` are being used? [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> examples/south_africa.rs:164:29 [INFO] [stderr] | [INFO] [stderr] 164 | out_depth_stencil: (window.output_stencil.clone(), (255, 255)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::DepthStencilView`, found struct `gfx_core::handle::DepthStencilView` [INFO] [stderr] | [INFO] [stderr] = note: expected struct `gfx::handle::DepthStencilView<_, (gfx::format::D24_S8, gfx::format::Unorm)>` [INFO] [stderr] found struct `gfx_core::handle::DepthStencilView` [INFO] [stderr] = note: perhaps two different versions of crate `gfx_core` are being used? [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `gfx_device_gl::factory::Factory: gfx::Factory<_>` is not satisfied [INFO] [stderr] --> examples/south_africa.rs:174:41 [INFO] [stderr] | [INFO] [stderr] 174 | let renderer = DrapingRenderer::new(&mut factory); [INFO] [stderr] | ^^^^^^^^^^^^ the trait `gfx::Factory<_>` is not implemented for `gfx_device_gl::factory::Factory` [INFO] [stderr] | [INFO] [stderr] = note: required by `gfx_draping::DrapingRenderer::::new` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `gfx_device_gl::factory::Factory: gfx::Factory<_>` is not satisfied [INFO] [stderr] --> examples/south_africa.rs:181:50 [INFO] [stderr] | [INFO] [stderr] 181 | let renderable_buffer = buffer.as_renderable(&mut factory); [INFO] [stderr] | ^^^^^^^^^^^^ the trait `gfx::Factory<_>` is not implemented for `gfx_device_gl::factory::Factory` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `gfx_device_gl::factory::Factory: gfx::Factory<_>` is not satisfied [INFO] [stderr] --> examples/south_africa.rs:182:52 [INFO] [stderr] | [INFO] [stderr] 182 | let renderable_indices = indices.as_renderable(&mut factory); [INFO] [stderr] | ^^^^^^^^^^^^ the trait `gfx::Factory<_>` is not implemented for `gfx_device_gl::factory::Factory` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> examples/demo.rs:120:20 [INFO] [stderr] | [INFO] [stderr] 120 | out_depth: window.output_stencil.clone(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::DepthStencilView`, found struct `gfx_core::handle::DepthStencilView` [INFO] [stderr] | [INFO] [stderr] = note: expected struct `gfx::handle::DepthStencilView<_, (gfx::format::D24_S8, gfx::format::Unorm)>` [INFO] [stderr] found struct `gfx_core::handle::DepthStencilView` [INFO] [stderr] = note: perhaps two different versions of crate `gfx_core` are being used? [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `gfx_device_gl::factory::Factory: gfx::Factory<_>` is not satisfied [INFO] [stderr] --> examples/demo.rs:162:41 [INFO] [stderr] | [INFO] [stderr] 162 | let renderer = DrapingRenderer::new(&mut factory); [INFO] [stderr] | ^^^^^^^^^^^^ the trait `gfx::Factory<_>` is not implemented for `gfx_device_gl::factory::Factory` [INFO] [stderr] | [INFO] [stderr] = note: required by `gfx_draping::DrapingRenderer::::new` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `gfx_device_gl::factory::Factory: gfx::Factory<_>` is not satisfied [INFO] [stderr] --> examples/demo.rs:163:50 [INFO] [stderr] | [INFO] [stderr] 163 | let renderable_buffer = buffer.as_renderable(&mut factory); [INFO] [stderr] | ^^^^^^^^^^^^ the trait `gfx::Factory<_>` is not implemented for `gfx_device_gl::factory::Factory` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `gfx_device_gl::factory::Factory: gfx::Factory<_>` is not satisfied [INFO] [stderr] --> examples/demo.rs:164:54 [INFO] [stderr] | [INFO] [stderr] 164 | let renderable_indices1 = indices1.as_renderable(&mut factory); [INFO] [stderr] | ^^^^^^^^^^^^ the trait `gfx::Factory<_>` is not implemented for `gfx_device_gl::factory::Factory` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `gfx_device_gl::factory::Factory: gfx::Factory<_>` is not satisfied [INFO] [stderr] --> examples/demo.rs:165:54 [INFO] [stderr] | [INFO] [stderr] 165 | let renderable_indices2 = indices2.as_renderable(&mut factory); [INFO] [stderr] | ^^^^^^^^^^^^ the trait `gfx::Factory<_>` is not implemented for `gfx_device_gl::factory::Factory` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> examples/south_africa.rs:215:35 [INFO] [stderr] | [INFO] [stderr] 215 | terrain_bundle.encode(&mut window.encoder); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ expected struct `gfx::Encoder`, found struct `gfx::encoder::Encoder` [INFO] [stderr] | [INFO] [stderr] = note: expected mutable reference `&mut gfx::Encoder<_, _>` [INFO] [stderr] found mutable reference `&mut gfx::encoder::Encoder` [INFO] [stderr] = note: perhaps two different versions of crate `gfx` are being used? [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> examples/demo.rs:196:35 [INFO] [stderr] | [INFO] [stderr] 196 | terrain_bundle.encode(&mut window.encoder); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ expected struct `gfx::Encoder`, found struct `gfx::encoder::Encoder` [INFO] [stderr] | [INFO] [stderr] = note: expected mutable reference `&mut gfx::Encoder<_, _>` [INFO] [stderr] found mutable reference `&mut gfx::encoder::Encoder` [INFO] [stderr] = note: perhaps two different versions of crate `gfx` are being used? [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> examples/south_africa.rs:220:17 [INFO] [stderr] | [INFO] [stderr] 220 | &mut window.encoder, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ expected struct `gfx::Encoder`, found struct `gfx::encoder::Encoder` [INFO] [stderr] | [INFO] [stderr] = note: expected mutable reference `&mut gfx::Encoder<_, _>` [INFO] [stderr] found mutable reference `&mut gfx::encoder::Encoder` [INFO] [stderr] = note: perhaps two different versions of crate `gfx` are being used? [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> examples/demo.rs:201:17 [INFO] [stderr] | [INFO] [stderr] 201 | &mut window.encoder, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ expected struct `gfx::Encoder`, found struct `gfx::encoder::Encoder` [INFO] [stderr] | [INFO] [stderr] = note: expected mutable reference `&mut gfx::Encoder<_, _>` [INFO] [stderr] found mutable reference `&mut gfx::encoder::Encoder` [INFO] [stderr] = note: perhaps two different versions of crate `gfx` are being used? [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> examples/south_africa.rs:221:17 [INFO] [stderr] | [INFO] [stderr] 221 | window.output_color.clone(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::RenderTargetView`, found struct `gfx_core::handle::RenderTargetView` [INFO] [stderr] | [INFO] [stderr] = note: expected struct `gfx::handle::RenderTargetView<_, (gfx::format::R8_G8_B8_A8, gfx::format::Srgb)>` [INFO] [stderr] found struct `gfx_core::handle::RenderTargetView` [INFO] [stderr] = note: perhaps two different versions of crate `gfx_core` are being used? [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> examples/demo.rs:202:17 [INFO] [stderr] | [INFO] [stderr] 202 | window.output_color.clone(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::RenderTargetView`, found struct `gfx_core::handle::RenderTargetView` [INFO] [stderr] | [INFO] [stderr] = note: expected struct `gfx::handle::RenderTargetView<_, (gfx::format::R8_G8_B8_A8, gfx::format::Srgb)>` [INFO] [stderr] found struct `gfx_core::handle::RenderTargetView` [INFO] [stderr] = note: perhaps two different versions of crate `gfx_core` are being used? [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> examples/demo.rs:203:17 [INFO] [stderr] | [INFO] [stderr] 203 | window.output_stencil.clone(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::DepthStencilView`, found struct `gfx_core::handle::DepthStencilView` [INFO] [stderr] | [INFO] [stderr] = note: expected struct `gfx::handle::DepthStencilView<_, (gfx::format::D24_S8, gfx::format::Unorm)>` [INFO] [stderr] found struct `gfx_core::handle::DepthStencilView` [INFO] [stderr] = note: perhaps two different versions of crate `gfx_core` are being used? [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> examples/south_africa.rs:222:17 [INFO] [stderr] | [INFO] [stderr] 222 | window.output_stencil.clone(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::DepthStencilView`, found struct `gfx_core::handle::DepthStencilView` [INFO] [stderr] | [INFO] [stderr] = note: expected struct `gfx::handle::DepthStencilView<_, (gfx::format::D24_S8, gfx::format::Unorm)>` [INFO] [stderr] found struct `gfx_core::handle::DepthStencilView` [INFO] [stderr] = note: perhaps two different versions of crate `gfx_core` are being used? [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> examples/demo.rs:211:17 [INFO] [stderr] | [INFO] [stderr] 211 | &mut window.encoder, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ expected struct `gfx::Encoder`, found struct `gfx::encoder::Encoder` [INFO] [stderr] | [INFO] [stderr] = note: expected mutable reference `&mut gfx::Encoder<_, _>` [INFO] [stderr] found mutable reference `&mut gfx::encoder::Encoder` [INFO] [stderr] = note: perhaps two different versions of crate `gfx` are being used? [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> examples/south_africa.rs:237:45 [INFO] [stderr] | [INFO] [stderr] 237 | terrain_bundle.data.out_color = window.output_color.clone(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::RenderTargetView`, found struct `gfx_core::handle::RenderTargetView` [INFO] [stderr] | [INFO] [stderr] = note: expected struct `gfx::handle::RenderTargetView<_, (gfx::format::R8_G8_B8_A8, gfx::format::Srgb)>` [INFO] [stderr] found struct `gfx_core::handle::RenderTargetView` [INFO] [stderr] = note: perhaps two different versions of crate `gfx_core` are being used? [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> examples/demo.rs:212:17 [INFO] [stderr] | [INFO] [stderr] 212 | window.output_color.clone(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::RenderTargetView`, found struct `gfx_core::handle::RenderTargetView` [INFO] [stderr] | [INFO] [stderr] = note: expected struct `gfx::handle::RenderTargetView<_, (gfx::format::R8_G8_B8_A8, gfx::format::Srgb)>` [INFO] [stderr] found struct `gfx_core::handle::RenderTargetView` [INFO] [stderr] = note: perhaps two different versions of crate `gfx_core` are being used? [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> examples/south_africa.rs:238:55 [INFO] [stderr] | [INFO] [stderr] 238 | terrain_bundle.data.out_depth_stencil.0 = window.output_stencil.clone(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::DepthStencilView`, found struct `gfx_core::handle::DepthStencilView` [INFO] [stderr] | [INFO] [stderr] = note: expected struct `gfx::handle::DepthStencilView<_, (gfx::format::D24_S8, gfx::format::Unorm)>` [INFO] [stderr] found struct `gfx_core::handle::DepthStencilView` [INFO] [stderr] = note: perhaps two different versions of crate `gfx_core` are being used? [INFO] [stderr] [INFO] [stderr] warning: unused import: `gfx::Factory` [INFO] [stderr] --> examples/south_africa.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | use gfx::Factory; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `gfx::traits::FactoryExt` [INFO] [stderr] --> examples/south_africa.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | use gfx::traits::FactoryExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 16 previous errors; 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0308, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `gfx_draping`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> examples/demo.rs:213:17 [INFO] [stderr] | [INFO] [stderr] 213 | window.output_stencil.clone(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::DepthStencilView`, found struct `gfx_core::handle::DepthStencilView` [INFO] [stderr] | [INFO] [stderr] = note: expected struct `gfx::handle::DepthStencilView<_, (gfx::format::D24_S8, gfx::format::Unorm)>` [INFO] [stderr] found struct `gfx_core::handle::DepthStencilView` [INFO] [stderr] = note: perhaps two different versions of crate `gfx_core` are being used? [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> examples/demo.rs:222:45 [INFO] [stderr] | [INFO] [stderr] 222 | terrain_bundle.data.out_color = window.output_color.clone(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::RenderTargetView`, found struct `gfx_core::handle::RenderTargetView` [INFO] [stderr] | [INFO] [stderr] = note: expected struct `gfx::handle::RenderTargetView<_, (gfx::format::R8_G8_B8_A8, gfx::format::Srgb)>` [INFO] [stderr] found struct `gfx_core::handle::RenderTargetView` [INFO] [stderr] = note: perhaps two different versions of crate `gfx_core` are being used? [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> examples/demo.rs:223:45 [INFO] [stderr] | [INFO] [stderr] 223 | terrain_bundle.data.out_depth = window.output_stencil.clone(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::DepthStencilView`, found struct `gfx_core::handle::DepthStencilView` [INFO] [stderr] | [INFO] [stderr] = note: expected struct `gfx::handle::DepthStencilView<_, (gfx::format::D24_S8, gfx::format::Unorm)>` [INFO] [stderr] found struct `gfx_core::handle::DepthStencilView` [INFO] [stderr] = note: perhaps two different versions of crate `gfx_core` are being used? [INFO] [stderr] [INFO] [stderr] warning: unused import: `gfx::Factory` [INFO] [stderr] --> examples/demo.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | use gfx::Factory; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `gfx::traits::FactoryExt` [INFO] [stderr] --> examples/demo.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | use gfx::traits::FactoryExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 20 previous errors; 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0308, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "e0644069f9f03c8cdd993bd17d9347d1779cd1f74bd8caf708f7de03b661b15f"` [INFO] running `"docker" "rm" "-f" "e0644069f9f03c8cdd993bd17d9347d1779cd1f74bd8caf708f7de03b661b15f"` [INFO] [stdout] e0644069f9f03c8cdd993bd17d9347d1779cd1f74bd8caf708f7de03b661b15f