Sep 10 18:33:22.696 INFO checking gfx_draping-0.3.0 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 18:33:22.696 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 18:33:22.696 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-3/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 18:33:22.949 INFO blam! 114a57a8d4ce7ba28000fada53edaf4d267855bbf992fa6d06a157fad695d0ba Sep 10 18:33:22.951 INFO running `"docker" "start" "-a" "114a57a8d4ce7ba28000fada53edaf4d267855bbf992fa6d06a157fad695d0ba"` Sep 10 18:33:24.654 INFO kablam! usermod: no changes Sep 10 18:33:25.180 INFO kablam! Checking fps_counter v0.2.0 Sep 10 18:33:25.189 INFO kablam! Checking piston2d-graphics v0.21.1 Sep 10 18:33:25.194 INFO kablam! Checking quaternion v0.3.0 Sep 10 18:33:25.199 INFO kablam! Checking png v0.9.0 Sep 10 18:33:25.201 INFO kablam! Checking nalgebra v0.15.3 Sep 10 18:33:25.223 INFO kablam! Checking pistoncore-input v0.19.0 Sep 10 18:33:25.225 INFO kablam! Checking gfx_text v0.18.0 Sep 10 18:33:27.238 INFO kablam! Checking piston3d-cam v0.3.0 Sep 10 18:33:31.936 INFO kablam! Checking image v0.15.0 Sep 10 18:33:37.254 INFO kablam! Checking pistoncore-window v0.28.0 Sep 10 18:33:37.254 INFO kablam! Checking camera_controllers v0.22.0 Sep 10 18:33:39.864 INFO kablam! Checking pistoncore-event_loop v0.33.0 Sep 10 18:33:39.865 INFO kablam! Checking pistoncore-glutin_window v0.39.1 Sep 10 18:33:42.210 INFO kablam! Checking piston v0.33.0 Sep 10 18:33:44.744 INFO kablam! Checking piston-gfx_texture v0.26.0 Sep 10 18:33:47.211 INFO kablam! Checking piston2d-gfx_graphics v0.43.0 Sep 10 18:33:51.298 INFO kablam! Checking piston_window v0.70.0 Sep 10 18:34:08.666 INFO kablam! Checking spade v1.5.1 Sep 10 18:34:13.238 INFO kablam! Checking geo v0.6.3 Sep 10 18:34:16.338 INFO kablam! Checking geojson v0.9.1 Sep 10 18:34:16.338 INFO kablam! Checking gfx_draping v0.3.0 (file:///source) Sep 10 18:34:30.840 INFO kablam! error[E0599]: no method named `create_vertex_buffer_with_slice` found for type `gfx_device_gl::factory::Factory` in the current scope Sep 10 18:34:30.840 INFO kablam! --> examples/demo.rs:82:17 Sep 10 18:34:30.840 INFO kablam! | Sep 10 18:34:30.840 INFO kablam! 82 | factory.create_vertex_buffer_with_slice(&terrain_vertices, terrain_indices.as_slice()); Sep 10 18:34:30.840 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 18:34:30.854 INFO kablam! | Sep 10 18:34:30.854 INFO kablam! = note: the method `create_vertex_buffer_with_slice` exists but the following trait bounds were not satisfied: Sep 10 18:34:30.854 INFO kablam! `gfx_device_gl::factory::Factory : gfx::traits::FactoryExt<_>` Sep 10 18:34:30.854 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 18:34:30.854 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 18:34:30.854 INFO kablam! | Sep 10 18:34:30.854 INFO kablam! 10 | use gfx::factory::FactoryExt; Sep 10 18:34:30.854 INFO kablam! | Sep 10 18:34:30.855 INFO kablam! Sep 10 18:34:30.859 INFO kablam! error[E0599]: no method named `create_texture_immutable` found for type `gfx_device_gl::factory::Factory` in the current scope Sep 10 18:34:30.859 INFO kablam! --> examples/demo.rs:84:10 Sep 10 18:34:30.859 INFO kablam! | Sep 10 18:34:30.859 INFO kablam! 84 | .create_texture_immutable::( Sep 10 18:34:30.859 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 18:34:30.859 INFO kablam! | Sep 10 18:34:30.859 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 18:34:30.859 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 18:34:30.859 INFO kablam! | Sep 10 18:34:30.859 INFO kablam! 10 | use gfx_core::factory::Factory; Sep 10 18:34:30.859 INFO kablam! | Sep 10 18:34:30.859 INFO kablam! Sep 10 18:34:30.863 INFO kablam! error[E0599]: no method named `create_sampler` found for type `gfx_device_gl::factory::Factory` in the current scope Sep 10 18:34:30.863 INFO kablam! --> examples/demo.rs:94:35 Sep 10 18:34:30.863 INFO kablam! | Sep 10 18:34:30.863 INFO kablam! 94 | let terrain_sampler = factory.create_sampler(gfx::texture::SamplerInfo::new( Sep 10 18:34:30.863 INFO kablam! | ^^^^^^^^^^^^^^ Sep 10 18:34:30.863 INFO kablam! | Sep 10 18:34:30.863 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 18:34:30.863 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 18:34:30.863 INFO kablam! | Sep 10 18:34:30.863 INFO kablam! 10 | use gfx_core::factory::Factory; Sep 10 18:34:30.863 INFO kablam! | Sep 10 18:34:30.863 INFO kablam! Sep 10 18:34:30.867 INFO kablam! error[E0599]: no method named `create_shader_set` found for type `gfx_device_gl::factory::Factory` in the current scope Sep 10 18:34:30.867 INFO kablam! --> examples/demo.rs:100:10 Sep 10 18:34:30.867 INFO kablam! | Sep 10 18:34:30.867 INFO kablam! 100 | .create_shader_set( Sep 10 18:34:30.867 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 10 18:34:30.878 INFO kablam! | Sep 10 18:34:30.878 INFO kablam! = note: the method `create_shader_set` exists but the following trait bounds were not satisfied: Sep 10 18:34:30.878 INFO kablam! `gfx_device_gl::factory::Factory : gfx::traits::FactoryExt<_>` Sep 10 18:34:30.878 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 18:34:30.878 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 18:34:30.878 INFO kablam! | Sep 10 18:34:30.878 INFO kablam! 10 | use gfx::factory::FactoryExt; Sep 10 18:34:30.878 INFO kablam! | Sep 10 18:34:30.878 INFO kablam! Sep 10 18:34:30.882 INFO kablam! error[E0599]: no method named `create_pipeline_state` found for type `gfx_device_gl::factory::Factory` in the current scope Sep 10 18:34:30.882 INFO kablam! --> examples/demo.rs:107:10 Sep 10 18:34:30.882 INFO kablam! | Sep 10 18:34:30.882 INFO kablam! 107 | .create_pipeline_state( Sep 10 18:34:30.882 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 10 18:34:30.882 INFO kablam! | Sep 10 18:34:30.882 INFO kablam! = note: the method `create_pipeline_state` exists but the following trait bounds were not satisfied: Sep 10 18:34:30.882 INFO kablam! `gfx_device_gl::factory::Factory : gfx::traits::FactoryExt<_>` Sep 10 18:34:30.882 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 18:34:30.882 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 18:34:30.882 INFO kablam! | Sep 10 18:34:30.882 INFO kablam! 10 | use gfx::factory::FactoryExt; Sep 10 18:34:30.882 INFO kablam! | Sep 10 18:34:30.882 INFO kablam! Sep 10 18:34:31.125 INFO kablam! error[E0599]: no method named `create_vertex_buffer_with_slice` found for type `gfx_device_gl::factory::Factory` in the current scope Sep 10 18:34:31.125 INFO kablam! --> examples/south_africa.rs:126:17 Sep 10 18:34:31.125 INFO kablam! | Sep 10 18:34:31.125 INFO kablam! 126 | factory.create_vertex_buffer_with_slice(&terrain_vertices, terrain_indices.as_slice()); Sep 10 18:34:31.125 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 18:34:31.125 INFO kablam! | Sep 10 18:34:31.125 INFO kablam! = note: the method `create_vertex_buffer_with_slice` exists but the following trait bounds were not satisfied: Sep 10 18:34:31.125 INFO kablam! `gfx_device_gl::factory::Factory : gfx::traits::FactoryExt<_>` Sep 10 18:34:31.125 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 18:34:31.125 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 18:34:31.125 INFO kablam! | Sep 10 18:34:31.125 INFO kablam! 14 | use gfx::factory::FactoryExt; Sep 10 18:34:31.125 INFO kablam! | Sep 10 18:34:31.125 INFO kablam! Sep 10 18:34:31.129 INFO kablam! error[E0599]: no method named `create_texture_immutable` found for type `gfx_device_gl::factory::Factory` in the current scope Sep 10 18:34:31.129 INFO kablam! --> examples/south_africa.rs:128:10 Sep 10 18:34:31.129 INFO kablam! | Sep 10 18:34:31.129 INFO kablam! 128 | .create_texture_immutable::( Sep 10 18:34:31.129 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 18:34:31.129 INFO kablam! | Sep 10 18:34:31.129 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 18:34:31.129 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 18:34:31.129 INFO kablam! | Sep 10 18:34:31.129 INFO kablam! 14 | use gfx_core::factory::Factory; Sep 10 18:34:31.129 INFO kablam! | Sep 10 18:34:31.129 INFO kablam! Sep 10 18:34:31.148 INFO kablam! error[E0599]: no method named `create_sampler` found for type `gfx_device_gl::factory::Factory` in the current scope Sep 10 18:34:31.148 INFO kablam! --> examples/south_africa.rs:138:35 Sep 10 18:34:31.148 INFO kablam! | Sep 10 18:34:31.149 INFO kablam! 138 | let terrain_sampler = factory.create_sampler(gfx::texture::SamplerInfo::new( Sep 10 18:34:31.149 INFO kablam! | ^^^^^^^^^^^^^^ Sep 10 18:34:31.149 INFO kablam! | Sep 10 18:34:31.149 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 18:34:31.149 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 18:34:31.149 INFO kablam! | Sep 10 18:34:31.149 INFO kablam! 14 | use gfx_core::factory::Factory; Sep 10 18:34:31.149 INFO kablam! | Sep 10 18:34:31.149 INFO kablam! Sep 10 18:34:31.152 INFO kablam! error[E0599]: no method named `create_shader_set` found for type `gfx_device_gl::factory::Factory` in the current scope Sep 10 18:34:31.152 INFO kablam! --> examples/south_africa.rs:144:10 Sep 10 18:34:31.152 INFO kablam! | Sep 10 18:34:31.152 INFO kablam! 144 | .create_shader_set( Sep 10 18:34:31.152 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 10 18:34:31.152 INFO kablam! | Sep 10 18:34:31.152 INFO kablam! = note: the method `create_shader_set` exists but the following trait bounds were not satisfied: Sep 10 18:34:31.152 INFO kablam! `gfx_device_gl::factory::Factory : gfx::traits::FactoryExt<_>` Sep 10 18:34:31.152 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 18:34:31.152 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 18:34:31.152 INFO kablam! | Sep 10 18:34:31.152 INFO kablam! 14 | use gfx::factory::FactoryExt; Sep 10 18:34:31.152 INFO kablam! | Sep 10 18:34:31.152 INFO kablam! Sep 10 18:34:31.155 INFO kablam! error[E0599]: no method named `create_pipeline_state` found for type `gfx_device_gl::factory::Factory` in the current scope Sep 10 18:34:31.155 INFO kablam! --> examples/south_africa.rs:151:10 Sep 10 18:34:31.155 INFO kablam! | Sep 10 18:34:31.155 INFO kablam! 151 | .create_pipeline_state( Sep 10 18:34:31.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 10 18:34:31.155 INFO kablam! | Sep 10 18:34:31.155 INFO kablam! = note: the method `create_pipeline_state` exists but the following trait bounds were not satisfied: Sep 10 18:34:31.155 INFO kablam! `gfx_device_gl::factory::Factory : gfx::traits::FactoryExt<_>` Sep 10 18:34:31.155 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 18:34:31.155 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 18:34:31.155 INFO kablam! | Sep 10 18:34:31.155 INFO kablam! 14 | use gfx::factory::FactoryExt; Sep 10 18:34:31.155 INFO kablam! | Sep 10 18:34:31.155 INFO kablam! Sep 10 18:34:32.730 INFO kablam! error[E0308]: mismatched types Sep 10 18:34:32.730 INFO kablam! --> examples/demo.rs:119:20 Sep 10 18:34:32.730 INFO kablam! | Sep 10 18:34:32.730 INFO kablam! 119 | out_color: window.output_color.clone(), Sep 10 18:34:32.730 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::RenderTargetView`, found struct `gfx_core::handle::RenderTargetView` Sep 10 18:34:32.730 INFO kablam! | Sep 10 18:34:32.730 INFO kablam! = note: expected type `gfx::handle::RenderTargetView<_, (gfx::format::R8_G8_B8_A8, gfx::format::Srgb)>` Sep 10 18:34:32.730 INFO kablam! found type `gfx_core::handle::RenderTargetView` Sep 10 18:34:32.730 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 10 18:34:32.730 INFO kablam! --> examples/demo.rs:119:20 Sep 10 18:34:32.730 INFO kablam! | Sep 10 18:34:32.730 INFO kablam! 119 | out_color: window.output_color.clone(), Sep 10 18:34:32.730 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 18:34:32.730 INFO kablam! Sep 10 18:34:33.062 INFO kablam! error[E0308]: mismatched types Sep 10 18:34:33.063 INFO kablam! --> examples/south_africa.rs:163:20 Sep 10 18:34:33.063 INFO kablam! | Sep 10 18:34:33.063 INFO kablam! 163 | out_color: window.output_color.clone(), Sep 10 18:34:33.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::RenderTargetView`, found struct `gfx_core::handle::RenderTargetView` Sep 10 18:34:33.074 INFO kablam! | Sep 10 18:34:33.074 INFO kablam! = note: expected type `gfx::handle::RenderTargetView<_, (gfx::format::R8_G8_B8_A8, gfx::format::Srgb)>` Sep 10 18:34:33.074 INFO kablam! found type `gfx_core::handle::RenderTargetView` Sep 10 18:34:33.074 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 10 18:34:33.074 INFO kablam! --> examples/south_africa.rs:163:20 Sep 10 18:34:33.074 INFO kablam! | Sep 10 18:34:33.074 INFO kablam! 163 | out_color: window.output_color.clone(), Sep 10 18:34:33.074 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 18:34:33.074 INFO kablam! Sep 10 18:34:34.553 INFO kablam! error[E0308]: mismatched types Sep 10 18:34:34.553 INFO kablam! --> examples/demo.rs:120:20 Sep 10 18:34:34.553 INFO kablam! | Sep 10 18:34:34.553 INFO kablam! 120 | out_depth: window.output_stencil.clone(), Sep 10 18:34:34.553 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::DepthStencilView`, found struct `gfx_core::handle::DepthStencilView` Sep 10 18:34:34.553 INFO kablam! | Sep 10 18:34:34.553 INFO kablam! = note: expected type `gfx::handle::DepthStencilView<_, (gfx::format::D24_S8, gfx::format::Unorm)>` Sep 10 18:34:34.553 INFO kablam! found type `gfx_core::handle::DepthStencilView` Sep 10 18:34:34.553 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 10 18:34:34.553 INFO kablam! --> examples/demo.rs:120:20 Sep 10 18:34:34.553 INFO kablam! | Sep 10 18:34:34.553 INFO kablam! 120 | out_depth: window.output_stencil.clone(), Sep 10 18:34:34.553 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 18:34:34.553 INFO kablam! Sep 10 18:34:34.564 INFO kablam! error[E0277]: the trait bound `gfx_device_gl::factory::Factory: gfx::Factory<_>` is not satisfied Sep 10 18:34:34.564 INFO kablam! --> examples/demo.rs:162:20 Sep 10 18:34:34.564 INFO kablam! | Sep 10 18:34:34.564 INFO kablam! 162 | let renderer = DrapingRenderer::new(&mut factory); Sep 10 18:34:34.564 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `gfx::Factory<_>` is not implemented for `gfx_device_gl::factory::Factory` Sep 10 18:34:34.578 INFO kablam! | Sep 10 18:34:34.578 INFO kablam! = note: required by `>::new` Sep 10 18:34:34.578 INFO kablam! Sep 10 18:34:34.579 INFO kablam! error[E0277]: the trait bound `gfx_device_gl::factory::Factory: gfx::Factory<_>` is not satisfied Sep 10 18:34:34.579 INFO kablam! --> examples/demo.rs:163:36 Sep 10 18:34:34.579 INFO kablam! | Sep 10 18:34:34.579 INFO kablam! 163 | let renderable_buffer = buffer.as_renderable(&mut factory); Sep 10 18:34:34.579 INFO kablam! | ^^^^^^^^^^^^^ the trait `gfx::Factory<_>` is not implemented for `gfx_device_gl::factory::Factory` Sep 10 18:34:34.579 INFO kablam! Sep 10 18:34:34.579 INFO kablam! error[E0277]: the trait bound `gfx_device_gl::factory::Factory: gfx::Factory<_>` is not satisfied Sep 10 18:34:34.579 INFO kablam! --> examples/demo.rs:164:40 Sep 10 18:34:34.579 INFO kablam! | Sep 10 18:34:34.579 INFO kablam! 164 | let renderable_indices1 = indices1.as_renderable(&mut factory); Sep 10 18:34:34.579 INFO kablam! | ^^^^^^^^^^^^^ the trait `gfx::Factory<_>` is not implemented for `gfx_device_gl::factory::Factory` Sep 10 18:34:34.580 INFO kablam! Sep 10 18:34:34.580 INFO kablam! error[E0277]: the trait bound `gfx_device_gl::factory::Factory: gfx::Factory<_>` is not satisfied Sep 10 18:34:34.580 INFO kablam! --> examples/demo.rs:165:40 Sep 10 18:34:34.580 INFO kablam! | Sep 10 18:34:34.580 INFO kablam! 165 | let renderable_indices2 = indices2.as_renderable(&mut factory); Sep 10 18:34:34.580 INFO kablam! | ^^^^^^^^^^^^^ the trait `gfx::Factory<_>` is not implemented for `gfx_device_gl::factory::Factory` Sep 10 18:34:34.580 INFO kablam! Sep 10 18:34:34.824 INFO kablam! error[E0308]: mismatched types Sep 10 18:34:34.824 INFO kablam! --> examples/south_africa.rs:164:29 Sep 10 18:34:34.824 INFO kablam! | Sep 10 18:34:34.824 INFO kablam! 164 | out_depth_stencil: (window.output_stencil.clone(), (255, 255)), Sep 10 18:34:34.824 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::DepthStencilView`, found struct `gfx_core::handle::DepthStencilView` Sep 10 18:34:34.834 INFO kablam! | Sep 10 18:34:34.834 INFO kablam! = note: expected type `gfx::handle::DepthStencilView<_, (gfx::format::D24_S8, gfx::format::Unorm)>` Sep 10 18:34:34.834 INFO kablam! found type `gfx_core::handle::DepthStencilView` Sep 10 18:34:34.834 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 10 18:34:34.834 INFO kablam! --> examples/south_africa.rs:164:29 Sep 10 18:34:34.834 INFO kablam! | Sep 10 18:34:34.834 INFO kablam! 164 | out_depth_stencil: (window.output_stencil.clone(), (255, 255)), Sep 10 18:34:34.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 18:34:34.834 INFO kablam! Sep 10 18:34:34.836 INFO kablam! error[E0277]: the trait bound `gfx_device_gl::factory::Factory: gfx::Factory<_>` is not satisfied Sep 10 18:34:34.836 INFO kablam! --> examples/south_africa.rs:174:20 Sep 10 18:34:34.836 INFO kablam! | Sep 10 18:34:34.836 INFO kablam! 174 | let renderer = DrapingRenderer::new(&mut factory); Sep 10 18:34:34.836 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `gfx::Factory<_>` is not implemented for `gfx_device_gl::factory::Factory` Sep 10 18:34:34.836 INFO kablam! | Sep 10 18:34:34.836 INFO kablam! = note: required by `>::new` Sep 10 18:34:34.836 INFO kablam! Sep 10 18:34:34.838 INFO kablam! error[E0277]: the trait bound `gfx_device_gl::factory::Factory: gfx::Factory<_>` is not satisfied Sep 10 18:34:34.838 INFO kablam! --> examples/south_africa.rs:181:36 Sep 10 18:34:34.838 INFO kablam! | Sep 10 18:34:34.838 INFO kablam! 181 | let renderable_buffer = buffer.as_renderable(&mut factory); Sep 10 18:34:34.838 INFO kablam! | ^^^^^^^^^^^^^ the trait `gfx::Factory<_>` is not implemented for `gfx_device_gl::factory::Factory` Sep 10 18:34:34.838 INFO kablam! Sep 10 18:34:34.838 INFO kablam! error[E0277]: the trait bound `gfx_device_gl::factory::Factory: gfx::Factory<_>` is not satisfied Sep 10 18:34:34.838 INFO kablam! --> examples/south_africa.rs:182:38 Sep 10 18:34:34.838 INFO kablam! | Sep 10 18:34:34.838 INFO kablam! 182 | let renderable_indices = indices.as_renderable(&mut factory); Sep 10 18:34:34.839 INFO kablam! | ^^^^^^^^^^^^^ the trait `gfx::Factory<_>` is not implemented for `gfx_device_gl::factory::Factory` Sep 10 18:34:34.839 INFO kablam! Sep 10 18:34:36.679 INFO kablam! error[E0308]: mismatched types Sep 10 18:34:36.679 INFO kablam! --> examples/demo.rs:196:35 Sep 10 18:34:36.679 INFO kablam! | Sep 10 18:34:36.679 INFO kablam! 196 | terrain_bundle.encode(&mut window.encoder); Sep 10 18:34:36.679 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected struct `gfx::Encoder`, found struct `gfx::encoder::Encoder` Sep 10 18:34:36.679 INFO kablam! | Sep 10 18:34:36.679 INFO kablam! = note: expected type `&mut gfx::Encoder<_, _>` Sep 10 18:34:36.679 INFO kablam! found type `&mut gfx::encoder::Encoder` Sep 10 18:34:36.680 INFO kablam! note: Perhaps two different versions of crate `gfx` are being used? Sep 10 18:34:36.680 INFO kablam! --> examples/demo.rs:196:35 Sep 10 18:34:36.680 INFO kablam! | Sep 10 18:34:36.680 INFO kablam! 196 | terrain_bundle.encode(&mut window.encoder); Sep 10 18:34:36.680 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 10 18:34:36.680 INFO kablam! Sep 10 18:34:36.924 INFO kablam! error[E0308]: mismatched types Sep 10 18:34:36.924 INFO kablam! --> examples/south_africa.rs:215:35 Sep 10 18:34:36.924 INFO kablam! | Sep 10 18:34:36.924 INFO kablam! 215 | terrain_bundle.encode(&mut window.encoder); Sep 10 18:34:36.924 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected struct `gfx::Encoder`, found struct `gfx::encoder::Encoder` Sep 10 18:34:36.934 INFO kablam! | Sep 10 18:34:36.934 INFO kablam! = note: expected type `&mut gfx::Encoder<_, _>` Sep 10 18:34:36.934 INFO kablam! found type `&mut gfx::encoder::Encoder` Sep 10 18:34:36.934 INFO kablam! note: Perhaps two different versions of crate `gfx` are being used? Sep 10 18:34:36.934 INFO kablam! --> examples/south_africa.rs:215:35 Sep 10 18:34:36.934 INFO kablam! | Sep 10 18:34:36.934 INFO kablam! 215 | terrain_bundle.encode(&mut window.encoder); Sep 10 18:34:36.934 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 10 18:34:36.935 INFO kablam! Sep 10 18:34:38.517 INFO kablam! error[E0308]: mismatched types Sep 10 18:34:38.517 INFO kablam! --> examples/demo.rs:201:17 Sep 10 18:34:38.517 INFO kablam! | Sep 10 18:34:38.517 INFO kablam! 201 | &mut window.encoder, Sep 10 18:34:38.517 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected struct `gfx::Encoder`, found struct `gfx::encoder::Encoder` Sep 10 18:34:38.530 INFO kablam! | Sep 10 18:34:38.530 INFO kablam! = note: expected type `&mut gfx::Encoder<_, _>` Sep 10 18:34:38.530 INFO kablam! found type `&mut gfx::encoder::Encoder` Sep 10 18:34:38.530 INFO kablam! note: Perhaps two different versions of crate `gfx` are being used? Sep 10 18:34:38.530 INFO kablam! --> examples/demo.rs:201:17 Sep 10 18:34:38.530 INFO kablam! | Sep 10 18:34:38.530 INFO kablam! 201 | &mut window.encoder, Sep 10 18:34:38.530 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 10 18:34:38.530 INFO kablam! Sep 10 18:34:38.825 INFO kablam! error[E0308]: mismatched types Sep 10 18:34:38.825 INFO kablam! --> examples/south_africa.rs:220:17 Sep 10 18:34:38.825 INFO kablam! | Sep 10 18:34:38.825 INFO kablam! 220 | &mut window.encoder, Sep 10 18:34:38.825 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected struct `gfx::Encoder`, found struct `gfx::encoder::Encoder` Sep 10 18:34:38.838 INFO kablam! | Sep 10 18:34:38.838 INFO kablam! = note: expected type `&mut gfx::Encoder<_, _>` Sep 10 18:34:38.838 INFO kablam! found type `&mut gfx::encoder::Encoder` Sep 10 18:34:38.838 INFO kablam! note: Perhaps two different versions of crate `gfx` are being used? Sep 10 18:34:38.838 INFO kablam! --> examples/south_africa.rs:220:17 Sep 10 18:34:38.838 INFO kablam! | Sep 10 18:34:38.838 INFO kablam! 220 | &mut window.encoder, Sep 10 18:34:38.839 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 10 18:34:38.839 INFO kablam! Sep 10 18:34:40.283 INFO kablam! error[E0308]: mismatched types Sep 10 18:34:40.283 INFO kablam! --> examples/demo.rs:202:17 Sep 10 18:34:40.283 INFO kablam! | Sep 10 18:34:40.283 INFO kablam! 202 | window.output_color.clone(), Sep 10 18:34:40.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::RenderTargetView`, found struct `gfx_core::handle::RenderTargetView` Sep 10 18:34:40.283 INFO kablam! | Sep 10 18:34:40.283 INFO kablam! = note: expected type `gfx::handle::RenderTargetView<_, (gfx::format::R8_G8_B8_A8, gfx::format::Srgb)>` Sep 10 18:34:40.283 INFO kablam! found type `gfx_core::handle::RenderTargetView` Sep 10 18:34:40.283 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 10 18:34:40.283 INFO kablam! --> examples/demo.rs:202:17 Sep 10 18:34:40.283 INFO kablam! | Sep 10 18:34:40.283 INFO kablam! 202 | window.output_color.clone(), Sep 10 18:34:40.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 18:34:40.283 INFO kablam! Sep 10 18:34:40.626 INFO kablam! error[E0308]: mismatched types Sep 10 18:34:40.626 INFO kablam! --> examples/south_africa.rs:221:17 Sep 10 18:34:40.626 INFO kablam! | Sep 10 18:34:40.626 INFO kablam! 221 | window.output_color.clone(), Sep 10 18:34:40.626 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::RenderTargetView`, found struct `gfx_core::handle::RenderTargetView` Sep 10 18:34:40.627 INFO kablam! | Sep 10 18:34:40.627 INFO kablam! = note: expected type `gfx::handle::RenderTargetView<_, (gfx::format::R8_G8_B8_A8, gfx::format::Srgb)>` Sep 10 18:34:40.627 INFO kablam! found type `gfx_core::handle::RenderTargetView` Sep 10 18:34:40.627 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 10 18:34:40.627 INFO kablam! --> examples/south_africa.rs:221:17 Sep 10 18:34:40.627 INFO kablam! | Sep 10 18:34:40.627 INFO kablam! 221 | window.output_color.clone(), Sep 10 18:34:40.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 18:34:40.628 INFO kablam! Sep 10 18:34:42.067 INFO kablam! error[E0308]: mismatched types Sep 10 18:34:42.067 INFO kablam! --> examples/demo.rs:203:17 Sep 10 18:34:42.067 INFO kablam! | Sep 10 18:34:42.067 INFO kablam! 203 | window.output_stencil.clone(), Sep 10 18:34:42.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::DepthStencilView`, found struct `gfx_core::handle::DepthStencilView` Sep 10 18:34:42.068 INFO kablam! | Sep 10 18:34:42.068 INFO kablam! = note: expected type `gfx::handle::DepthStencilView<_, (gfx::format::D24_S8, gfx::format::Unorm)>` Sep 10 18:34:42.068 INFO kablam! found type `gfx_core::handle::DepthStencilView` Sep 10 18:34:42.068 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 10 18:34:42.068 INFO kablam! --> examples/demo.rs:203:17 Sep 10 18:34:42.068 INFO kablam! | Sep 10 18:34:42.068 INFO kablam! 203 | window.output_stencil.clone(), Sep 10 18:34:42.068 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 18:34:42.068 INFO kablam! Sep 10 18:34:42.457 INFO kablam! error[E0308]: mismatched types Sep 10 18:34:42.457 INFO kablam! --> examples/south_africa.rs:222:17 Sep 10 18:34:42.457 INFO kablam! | Sep 10 18:34:42.457 INFO kablam! 222 | window.output_stencil.clone(), Sep 10 18:34:42.457 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::DepthStencilView`, found struct `gfx_core::handle::DepthStencilView` Sep 10 18:34:42.458 INFO kablam! | Sep 10 18:34:42.458 INFO kablam! = note: expected type `gfx::handle::DepthStencilView<_, (gfx::format::D24_S8, gfx::format::Unorm)>` Sep 10 18:34:42.458 INFO kablam! found type `gfx_core::handle::DepthStencilView` Sep 10 18:34:42.458 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 10 18:34:42.458 INFO kablam! --> examples/south_africa.rs:222:17 Sep 10 18:34:42.458 INFO kablam! | Sep 10 18:34:42.458 INFO kablam! 222 | window.output_stencil.clone(), Sep 10 18:34:42.458 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 18:34:42.459 INFO kablam! Sep 10 18:34:43.925 INFO kablam! error[E0308]: mismatched types Sep 10 18:34:43.925 INFO kablam! --> examples/demo.rs:211:17 Sep 10 18:34:43.925 INFO kablam! | Sep 10 18:34:43.925 INFO kablam! 211 | &mut window.encoder, Sep 10 18:34:43.925 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected struct `gfx::Encoder`, found struct `gfx::encoder::Encoder` Sep 10 18:34:43.938 INFO kablam! | Sep 10 18:34:43.938 INFO kablam! = note: expected type `&mut gfx::Encoder<_, _>` Sep 10 18:34:43.938 INFO kablam! found type `&mut gfx::encoder::Encoder` Sep 10 18:34:43.938 INFO kablam! note: Perhaps two different versions of crate `gfx` are being used? Sep 10 18:34:43.938 INFO kablam! --> examples/demo.rs:211:17 Sep 10 18:34:43.938 INFO kablam! | Sep 10 18:34:43.938 INFO kablam! 211 | &mut window.encoder, Sep 10 18:34:43.938 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 10 18:34:43.938 INFO kablam! Sep 10 18:34:44.262 INFO kablam! error[E0308]: mismatched types Sep 10 18:34:44.262 INFO kablam! --> examples/south_africa.rs:237:45 Sep 10 18:34:44.262 INFO kablam! | Sep 10 18:34:44.262 INFO kablam! 237 | terrain_bundle.data.out_color = window.output_color.clone(); Sep 10 18:34:44.262 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::RenderTargetView`, found struct `gfx_core::handle::RenderTargetView` Sep 10 18:34:44.274 INFO kablam! | Sep 10 18:34:44.274 INFO kablam! = note: expected type `gfx::handle::RenderTargetView<_, (gfx::format::R8_G8_B8_A8, gfx::format::Srgb)>` Sep 10 18:34:44.274 INFO kablam! found type `gfx_core::handle::RenderTargetView` Sep 10 18:34:44.275 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 10 18:34:44.275 INFO kablam! --> examples/south_africa.rs:237:45 Sep 10 18:34:44.275 INFO kablam! | Sep 10 18:34:44.275 INFO kablam! 237 | terrain_bundle.data.out_color = window.output_color.clone(); Sep 10 18:34:44.275 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 18:34:44.275 INFO kablam! Sep 10 18:34:45.730 INFO kablam! error[E0308]: mismatched types Sep 10 18:34:45.730 INFO kablam! --> examples/demo.rs:212:17 Sep 10 18:34:45.730 INFO kablam! | Sep 10 18:34:45.730 INFO kablam! 212 | window.output_color.clone(), Sep 10 18:34:45.730 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::RenderTargetView`, found struct `gfx_core::handle::RenderTargetView` Sep 10 18:34:45.730 INFO kablam! | Sep 10 18:34:45.730 INFO kablam! = note: expected type `gfx::handle::RenderTargetView<_, (gfx::format::R8_G8_B8_A8, gfx::format::Srgb)>` Sep 10 18:34:45.730 INFO kablam! found type `gfx_core::handle::RenderTargetView` Sep 10 18:34:45.730 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 10 18:34:45.730 INFO kablam! --> examples/demo.rs:212:17 Sep 10 18:34:45.730 INFO kablam! | Sep 10 18:34:45.730 INFO kablam! 212 | window.output_color.clone(), Sep 10 18:34:45.730 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 18:34:45.730 INFO kablam! Sep 10 18:34:46.078 INFO kablam! error[E0308]: mismatched types Sep 10 18:34:46.078 INFO kablam! --> examples/south_africa.rs:238:55 Sep 10 18:34:46.078 INFO kablam! | Sep 10 18:34:46.078 INFO kablam! 238 | terrain_bundle.data.out_depth_stencil.0 = window.output_stencil.clone(); Sep 10 18:34:46.078 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::DepthStencilView`, found struct `gfx_core::handle::DepthStencilView` Sep 10 18:34:46.078 INFO kablam! | Sep 10 18:34:46.079 INFO kablam! = note: expected type `gfx::handle::DepthStencilView<_, (gfx::format::D24_S8, gfx::format::Unorm)>` Sep 10 18:34:46.079 INFO kablam! found type `gfx_core::handle::DepthStencilView` Sep 10 18:34:46.079 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 10 18:34:46.079 INFO kablam! --> examples/south_africa.rs:238:55 Sep 10 18:34:46.079 INFO kablam! | Sep 10 18:34:46.079 INFO kablam! 238 | terrain_bundle.data.out_depth_stencil.0 = window.output_stencil.clone(); Sep 10 18:34:46.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 18:34:46.079 INFO kablam! Sep 10 18:34:46.431 INFO kablam! error: aborting due to 16 previous errors Sep 10 18:34:46.442 INFO kablam! Sep 10 18:34:46.442 INFO kablam! Some errors occurred: E0277, E0308, E0599. Sep 10 18:34:46.443 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 10 18:34:46.467 INFO kablam! error: Could not compile `gfx_draping`. Sep 10 18:34:46.468 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 18:34:46.993 INFO kablam! error[E0308]: mismatched types Sep 10 18:34:46.993 INFO kablam! --> examples/demo.rs:213:17 Sep 10 18:34:46.993 INFO kablam! | Sep 10 18:34:46.993 INFO kablam! 213 | window.output_stencil.clone(), Sep 10 18:34:46.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::DepthStencilView`, found struct `gfx_core::handle::DepthStencilView` Sep 10 18:34:46.993 INFO kablam! | Sep 10 18:34:46.993 INFO kablam! = note: expected type `gfx::handle::DepthStencilView<_, (gfx::format::D24_S8, gfx::format::Unorm)>` Sep 10 18:34:46.993 INFO kablam! found type `gfx_core::handle::DepthStencilView` Sep 10 18:34:46.993 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 10 18:34:46.993 INFO kablam! --> examples/demo.rs:213:17 Sep 10 18:34:46.993 INFO kablam! | Sep 10 18:34:46.993 INFO kablam! 213 | window.output_stencil.clone(), Sep 10 18:34:46.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 18:34:46.993 INFO kablam! Sep 10 18:34:47.803 INFO kablam! error[E0308]: mismatched types Sep 10 18:34:47.803 INFO kablam! --> examples/demo.rs:222:45 Sep 10 18:34:47.803 INFO kablam! | Sep 10 18:34:47.803 INFO kablam! 222 | terrain_bundle.data.out_color = window.output_color.clone(); Sep 10 18:34:47.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::RenderTargetView`, found struct `gfx_core::handle::RenderTargetView` Sep 10 18:34:47.803 INFO kablam! | Sep 10 18:34:47.803 INFO kablam! = note: expected type `gfx::handle::RenderTargetView<_, (gfx::format::R8_G8_B8_A8, gfx::format::Srgb)>` Sep 10 18:34:47.803 INFO kablam! found type `gfx_core::handle::RenderTargetView` Sep 10 18:34:47.803 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 10 18:34:47.803 INFO kablam! --> examples/demo.rs:222:45 Sep 10 18:34:47.803 INFO kablam! | Sep 10 18:34:47.803 INFO kablam! 222 | terrain_bundle.data.out_color = window.output_color.clone(); Sep 10 18:34:47.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 18:34:47.803 INFO kablam! Sep 10 18:34:48.600 INFO kablam! error[E0308]: mismatched types Sep 10 18:34:48.600 INFO kablam! --> examples/demo.rs:223:45 Sep 10 18:34:48.600 INFO kablam! | Sep 10 18:34:48.600 INFO kablam! 223 | terrain_bundle.data.out_depth = window.output_stencil.clone(); Sep 10 18:34:48.600 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::DepthStencilView`, found struct `gfx_core::handle::DepthStencilView` Sep 10 18:34:48.600 INFO kablam! | Sep 10 18:34:48.600 INFO kablam! = note: expected type `gfx::handle::DepthStencilView<_, (gfx::format::D24_S8, gfx::format::Unorm)>` Sep 10 18:34:48.600 INFO kablam! found type `gfx_core::handle::DepthStencilView` Sep 10 18:34:48.600 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 10 18:34:48.600 INFO kablam! --> examples/demo.rs:223:45 Sep 10 18:34:48.600 INFO kablam! | Sep 10 18:34:48.600 INFO kablam! 223 | terrain_bundle.data.out_depth = window.output_stencil.clone(); Sep 10 18:34:48.600 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 18:34:48.600 INFO kablam! Sep 10 18:34:48.776 INFO kablam! error: aborting due to 20 previous errors Sep 10 18:34:48.776 INFO kablam! Sep 10 18:34:48.777 INFO kablam! Some errors occurred: E0277, E0308, E0599. Sep 10 18:34:48.777 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 10 18:34:48.806 INFO kablam! error: Could not compile `gfx_draping`. Sep 10 18:34:48.806 INFO kablam! Sep 10 18:34:48.806 INFO kablam! To learn more, run the command again with --verbose. Sep 10 18:34:48.808 INFO kablam! su: No module specific data is present Sep 10 18:34:49.824 INFO running `"docker" "rm" "-f" "114a57a8d4ce7ba28000fada53edaf4d267855bbf992fa6d06a157fad695d0ba"` Sep 10 18:34:49.940 INFO blam! 114a57a8d4ce7ba28000fada53edaf4d267855bbf992fa6d06a157fad695d0ba