Sep 04 19:40:01.701 INFO checking gfx_draping-0.3.0 against try#5fe695a3844714c70e8f7731a553f7947987a68a for pr-53913 Sep 04 19:40:01.701 INFO running: cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets Sep 04 19:40:01.701 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53913/try#5fe695a3844714c70e8f7731a553f7947987a68a:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-2/try#5fe695a3844714c70e8f7731a553f7947987a68a:/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=500" "-e" "CMD=cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 19:40:01.918 INFO blam! 0013253d0692d4d8eaa69ed699ed9eac82546622574a00ae05b90a5d3773241d Sep 04 19:40:01.921 INFO running `"docker" "start" "-a" "0013253d0692d4d8eaa69ed699ed9eac82546622574a00ae05b90a5d3773241d"` Sep 04 19:40:03.097 INFO kablam! Checking fps_counter v0.2.0 Sep 04 19:40:03.099 INFO kablam! Checking nalgebra v0.15.3 Sep 04 19:40:03.100 INFO kablam! Checking pistoncore-input v0.19.0 Sep 04 19:40:03.100 INFO kablam! Checking image v0.15.0 Sep 04 19:40:09.063 INFO kablam! Checking pistoncore-window v0.28.0 Sep 04 19:40:09.065 INFO kablam! Checking camera_controllers v0.22.0 Sep 04 19:40:11.801 INFO kablam! Checking pistoncore-event_loop v0.33.0 Sep 04 19:40:11.803 INFO kablam! Checking pistoncore-glutin_window v0.39.1 Sep 04 19:40:13.993 INFO kablam! Checking piston v0.33.0 Sep 04 19:40:15.457 INFO kablam! Checking piston-gfx_texture v0.26.0 Sep 04 19:40:19.957 INFO kablam! Checking piston2d-gfx_graphics v0.43.0 Sep 04 19:40:26.661 INFO kablam! Checking piston_window v0.70.0 Sep 04 19:40:50.694 INFO kablam! Checking spade v1.5.1 Sep 04 19:40:55.888 INFO kablam! Checking geo v0.6.3 Sep 04 19:40:59.805 INFO kablam! Checking gfx_draping v0.3.0 (file:///source) Sep 04 19:40:59.806 INFO kablam! Checking geojson v0.9.1 Sep 04 19:41:16.791 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 04 19:41:16.791 INFO kablam! --> examples/demo.rs:82:17 Sep 04 19:41:16.791 INFO kablam! | Sep 04 19:41:16.791 INFO kablam! 82 | factory.create_vertex_buffer_with_slice(&terrain_vertices, terrain_indices.as_slice()); Sep 04 19:41:16.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 19:41:16.791 INFO kablam! | Sep 04 19:41:16.791 INFO kablam! = note: the method `create_vertex_buffer_with_slice` exists but the following trait bounds were not satisfied: Sep 04 19:41:16.791 INFO kablam! `gfx_device_gl::factory::Factory : gfx::traits::FactoryExt<_>` Sep 04 19:41:16.791 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 19:41:16.791 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 19:41:16.791 INFO kablam! | Sep 04 19:41:16.791 INFO kablam! 10 | use gfx::factory::FactoryExt; Sep 04 19:41:16.791 INFO kablam! | Sep 04 19:41:16.791 INFO kablam! Sep 04 19:41:16.795 INFO kablam! error[E0599]: no method named `create_texture_immutable` found for type `gfx_device_gl::factory::Factory` in the current scope Sep 04 19:41:16.795 INFO kablam! --> examples/demo.rs:84:10 Sep 04 19:41:16.796 INFO kablam! | Sep 04 19:41:16.796 INFO kablam! 84 | .create_texture_immutable::( Sep 04 19:41:16.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 19:41:16.796 INFO kablam! | Sep 04 19:41:16.796 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 19:41:16.796 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 19:41:16.796 INFO kablam! | Sep 04 19:41:16.796 INFO kablam! 10 | use gfx_core::factory::Factory; Sep 04 19:41:16.796 INFO kablam! | Sep 04 19:41:16.796 INFO kablam! Sep 04 19:41:16.800 INFO kablam! error[E0599]: no method named `create_sampler` found for type `gfx_device_gl::factory::Factory` in the current scope Sep 04 19:41:16.800 INFO kablam! --> examples/demo.rs:94:35 Sep 04 19:41:16.800 INFO kablam! | Sep 04 19:41:16.800 INFO kablam! 94 | let terrain_sampler = factory.create_sampler(gfx::texture::SamplerInfo::new( Sep 04 19:41:16.800 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 19:41:16.800 INFO kablam! | Sep 04 19:41:16.800 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 19:41:16.801 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 19:41:16.801 INFO kablam! | Sep 04 19:41:16.801 INFO kablam! 10 | use gfx_core::factory::Factory; Sep 04 19:41:16.801 INFO kablam! | Sep 04 19:41:16.801 INFO kablam! Sep 04 19:41:16.804 INFO kablam! error[E0599]: no method named `create_shader_set` found for type `gfx_device_gl::factory::Factory` in the current scope Sep 04 19:41:16.804 INFO kablam! --> examples/demo.rs:100:10 Sep 04 19:41:16.804 INFO kablam! | Sep 04 19:41:16.805 INFO kablam! 100 | .create_shader_set( Sep 04 19:41:16.805 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 19:41:16.805 INFO kablam! | Sep 04 19:41:16.805 INFO kablam! = note: the method `create_shader_set` exists but the following trait bounds were not satisfied: Sep 04 19:41:16.805 INFO kablam! `gfx_device_gl::factory::Factory : gfx::traits::FactoryExt<_>` Sep 04 19:41:16.805 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 19:41:16.805 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 19:41:16.805 INFO kablam! | Sep 04 19:41:16.805 INFO kablam! 10 | use gfx::factory::FactoryExt; Sep 04 19:41:16.805 INFO kablam! | Sep 04 19:41:16.805 INFO kablam! Sep 04 19:41:16.808 INFO kablam! error[E0599]: no method named `create_pipeline_state` found for type `gfx_device_gl::factory::Factory` in the current scope Sep 04 19:41:16.809 INFO kablam! --> examples/demo.rs:107:10 Sep 04 19:41:16.809 INFO kablam! | Sep 04 19:41:16.809 INFO kablam! 107 | .create_pipeline_state( Sep 04 19:41:16.809 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 04 19:41:16.809 INFO kablam! | Sep 04 19:41:16.809 INFO kablam! = note: the method `create_pipeline_state` exists but the following trait bounds were not satisfied: Sep 04 19:41:16.809 INFO kablam! `gfx_device_gl::factory::Factory : gfx::traits::FactoryExt<_>` Sep 04 19:41:16.809 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 19:41:16.809 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 19:41:16.809 INFO kablam! | Sep 04 19:41:16.809 INFO kablam! 10 | use gfx::factory::FactoryExt; Sep 04 19:41:16.809 INFO kablam! | Sep 04 19:41:16.809 INFO kablam! Sep 04 19:41:16.834 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 04 19:41:16.834 INFO kablam! --> examples/south_africa.rs:126:17 Sep 04 19:41:16.834 INFO kablam! | Sep 04 19:41:16.834 INFO kablam! 126 | factory.create_vertex_buffer_with_slice(&terrain_vertices, terrain_indices.as_slice()); Sep 04 19:41:16.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 19:41:16.834 INFO kablam! | Sep 04 19:41:16.834 INFO kablam! = note: the method `create_vertex_buffer_with_slice` exists but the following trait bounds were not satisfied: Sep 04 19:41:16.834 INFO kablam! `gfx_device_gl::factory::Factory : gfx::traits::FactoryExt<_>` Sep 04 19:41:16.834 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 19:41:16.834 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 19:41:16.834 INFO kablam! | Sep 04 19:41:16.834 INFO kablam! 14 | use gfx::factory::FactoryExt; Sep 04 19:41:16.834 INFO kablam! | Sep 04 19:41:16.834 INFO kablam! Sep 04 19:41:16.839 INFO kablam! error[E0599]: no method named `create_texture_immutable` found for type `gfx_device_gl::factory::Factory` in the current scope Sep 04 19:41:16.839 INFO kablam! --> examples/south_africa.rs:128:10 Sep 04 19:41:16.839 INFO kablam! | Sep 04 19:41:16.839 INFO kablam! 128 | .create_texture_immutable::( Sep 04 19:41:16.839 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 19:41:16.839 INFO kablam! | Sep 04 19:41:16.839 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 19:41:16.839 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 19:41:16.839 INFO kablam! | Sep 04 19:41:16.839 INFO kablam! 14 | use gfx_core::factory::Factory; Sep 04 19:41:16.839 INFO kablam! | Sep 04 19:41:16.839 INFO kablam! Sep 04 19:41:16.844 INFO kablam! error[E0599]: no method named `create_sampler` found for type `gfx_device_gl::factory::Factory` in the current scope Sep 04 19:41:16.844 INFO kablam! --> examples/south_africa.rs:138:35 Sep 04 19:41:16.844 INFO kablam! | Sep 04 19:41:16.844 INFO kablam! 138 | let terrain_sampler = factory.create_sampler(gfx::texture::SamplerInfo::new( Sep 04 19:41:16.844 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 19:41:16.844 INFO kablam! | Sep 04 19:41:16.844 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 19:41:16.844 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 19:41:16.844 INFO kablam! | Sep 04 19:41:16.844 INFO kablam! 14 | use gfx_core::factory::Factory; Sep 04 19:41:16.844 INFO kablam! | Sep 04 19:41:16.844 INFO kablam! Sep 04 19:41:16.848 INFO kablam! error[E0599]: no method named `create_shader_set` found for type `gfx_device_gl::factory::Factory` in the current scope Sep 04 19:41:16.848 INFO kablam! --> examples/south_africa.rs:144:10 Sep 04 19:41:16.848 INFO kablam! | Sep 04 19:41:16.848 INFO kablam! 144 | .create_shader_set( Sep 04 19:41:16.848 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 19:41:16.848 INFO kablam! | Sep 04 19:41:16.848 INFO kablam! = note: the method `create_shader_set` exists but the following trait bounds were not satisfied: Sep 04 19:41:16.848 INFO kablam! `gfx_device_gl::factory::Factory : gfx::traits::FactoryExt<_>` Sep 04 19:41:16.848 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 19:41:16.848 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 19:41:16.848 INFO kablam! | Sep 04 19:41:16.848 INFO kablam! 14 | use gfx::factory::FactoryExt; Sep 04 19:41:16.848 INFO kablam! | Sep 04 19:41:16.848 INFO kablam! Sep 04 19:41:16.852 INFO kablam! error[E0599]: no method named `create_pipeline_state` found for type `gfx_device_gl::factory::Factory` in the current scope Sep 04 19:41:16.852 INFO kablam! --> examples/south_africa.rs:151:10 Sep 04 19:41:16.852 INFO kablam! | Sep 04 19:41:16.852 INFO kablam! 151 | .create_pipeline_state( Sep 04 19:41:16.852 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 04 19:41:16.852 INFO kablam! | Sep 04 19:41:16.852 INFO kablam! = note: the method `create_pipeline_state` exists but the following trait bounds were not satisfied: Sep 04 19:41:16.852 INFO kablam! `gfx_device_gl::factory::Factory : gfx::traits::FactoryExt<_>` Sep 04 19:41:16.852 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 19:41:16.852 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 19:41:16.852 INFO kablam! | Sep 04 19:41:16.852 INFO kablam! 14 | use gfx::factory::FactoryExt; Sep 04 19:41:16.852 INFO kablam! | Sep 04 19:41:16.852 INFO kablam! Sep 04 19:41:18.082 INFO kablam! error[E0308]: mismatched types Sep 04 19:41:18.082 INFO kablam! --> examples/demo.rs:119:20 Sep 04 19:41:18.082 INFO kablam! | Sep 04 19:41:18.082 INFO kablam! 119 | out_color: window.output_color.clone(), Sep 04 19:41:18.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::RenderTargetView`, found struct `gfx_core::handle::RenderTargetView` Sep 04 19:41:18.083 INFO kablam! | Sep 04 19:41:18.083 INFO kablam! = note: expected type `gfx::handle::RenderTargetView<_, (gfx::format::R8_G8_B8_A8, gfx::format::Srgb)>` Sep 04 19:41:18.083 INFO kablam! found type `gfx_core::handle::RenderTargetView` Sep 04 19:41:18.083 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 04 19:41:18.083 INFO kablam! --> examples/demo.rs:119:20 Sep 04 19:41:18.083 INFO kablam! | Sep 04 19:41:18.083 INFO kablam! 119 | out_color: window.output_color.clone(), Sep 04 19:41:18.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 19:41:18.083 INFO kablam! Sep 04 19:41:18.142 INFO kablam! error[E0308]: mismatched types Sep 04 19:41:18.142 INFO kablam! --> examples/south_africa.rs:163:20 Sep 04 19:41:18.142 INFO kablam! | Sep 04 19:41:18.142 INFO kablam! 163 | out_color: window.output_color.clone(), Sep 04 19:41:18.142 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::RenderTargetView`, found struct `gfx_core::handle::RenderTargetView` Sep 04 19:41:18.142 INFO kablam! | Sep 04 19:41:18.142 INFO kablam! = note: expected type `gfx::handle::RenderTargetView<_, (gfx::format::R8_G8_B8_A8, gfx::format::Srgb)>` Sep 04 19:41:18.142 INFO kablam! found type `gfx_core::handle::RenderTargetView` Sep 04 19:41:18.143 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 04 19:41:18.143 INFO kablam! --> examples/south_africa.rs:163:20 Sep 04 19:41:18.143 INFO kablam! | Sep 04 19:41:18.143 INFO kablam! 163 | out_color: window.output_color.clone(), Sep 04 19:41:18.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 19:41:18.143 INFO kablam! Sep 04 19:41:19.190 INFO kablam! error[E0308]: mismatched types Sep 04 19:41:19.190 INFO kablam! --> examples/demo.rs:120:20 Sep 04 19:41:19.190 INFO kablam! | Sep 04 19:41:19.190 INFO kablam! 120 | out_depth: window.output_stencil.clone(), Sep 04 19:41:19.190 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::DepthStencilView`, found struct `gfx_core::handle::DepthStencilView` Sep 04 19:41:19.190 INFO kablam! | Sep 04 19:41:19.191 INFO kablam! = note: expected type `gfx::handle::DepthStencilView<_, (gfx::format::D24_S8, gfx::format::Unorm)>` Sep 04 19:41:19.191 INFO kablam! found type `gfx_core::handle::DepthStencilView` Sep 04 19:41:19.191 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 04 19:41:19.191 INFO kablam! --> examples/demo.rs:120:20 Sep 04 19:41:19.191 INFO kablam! | Sep 04 19:41:19.191 INFO kablam! 120 | out_depth: window.output_stencil.clone(), Sep 04 19:41:19.191 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 19:41:19.191 INFO kablam! Sep 04 19:41:19.214 INFO kablam! error[E0277]: the trait bound `gfx_device_gl::factory::Factory: gfx::Factory<_>` is not satisfied Sep 04 19:41:19.214 INFO kablam! --> examples/demo.rs:162:20 Sep 04 19:41:19.214 INFO kablam! | Sep 04 19:41:19.214 INFO kablam! 162 | let renderer = DrapingRenderer::new(&mut factory); Sep 04 19:41:19.214 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `gfx::Factory<_>` is not implemented for `gfx_device_gl::factory::Factory` Sep 04 19:41:19.214 INFO kablam! | Sep 04 19:41:19.214 INFO kablam! = note: required by `>::new` Sep 04 19:41:19.214 INFO kablam! Sep 04 19:41:19.215 INFO kablam! error[E0277]: the trait bound `gfx_device_gl::factory::Factory: gfx::Factory<_>` is not satisfied Sep 04 19:41:19.215 INFO kablam! --> examples/demo.rs:163:36 Sep 04 19:41:19.215 INFO kablam! | Sep 04 19:41:19.215 INFO kablam! 163 | let renderable_buffer = buffer.as_renderable(&mut factory); Sep 04 19:41:19.215 INFO kablam! | ^^^^^^^^^^^^^ the trait `gfx::Factory<_>` is not implemented for `gfx_device_gl::factory::Factory` Sep 04 19:41:19.215 INFO kablam! Sep 04 19:41:19.215 INFO kablam! error[E0277]: the trait bound `gfx_device_gl::factory::Factory: gfx::Factory<_>` is not satisfied Sep 04 19:41:19.215 INFO kablam! --> examples/demo.rs:164:40 Sep 04 19:41:19.215 INFO kablam! | Sep 04 19:41:19.215 INFO kablam! 164 | let renderable_indices1 = indices1.as_renderable(&mut factory); Sep 04 19:41:19.215 INFO kablam! | ^^^^^^^^^^^^^ the trait `gfx::Factory<_>` is not implemented for `gfx_device_gl::factory::Factory` Sep 04 19:41:19.215 INFO kablam! Sep 04 19:41:19.216 INFO kablam! error[E0277]: the trait bound `gfx_device_gl::factory::Factory: gfx::Factory<_>` is not satisfied Sep 04 19:41:19.216 INFO kablam! --> examples/demo.rs:165:40 Sep 04 19:41:19.216 INFO kablam! | Sep 04 19:41:19.216 INFO kablam! 165 | let renderable_indices2 = indices2.as_renderable(&mut factory); Sep 04 19:41:19.216 INFO kablam! | ^^^^^^^^^^^^^ the trait `gfx::Factory<_>` is not implemented for `gfx_device_gl::factory::Factory` Sep 04 19:41:19.216 INFO kablam! Sep 04 19:41:19.247 INFO kablam! error[E0308]: mismatched types Sep 04 19:41:19.247 INFO kablam! --> examples/south_africa.rs:164:29 Sep 04 19:41:19.247 INFO kablam! | Sep 04 19:41:19.247 INFO kablam! 164 | out_depth_stencil: (window.output_stencil.clone(), (255, 255)), Sep 04 19:41:19.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::DepthStencilView`, found struct `gfx_core::handle::DepthStencilView` Sep 04 19:41:19.247 INFO kablam! | Sep 04 19:41:19.247 INFO kablam! = note: expected type `gfx::handle::DepthStencilView<_, (gfx::format::D24_S8, gfx::format::Unorm)>` Sep 04 19:41:19.247 INFO kablam! found type `gfx_core::handle::DepthStencilView` Sep 04 19:41:19.247 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 04 19:41:19.247 INFO kablam! --> examples/south_africa.rs:164:29 Sep 04 19:41:19.247 INFO kablam! | Sep 04 19:41:19.247 INFO kablam! 164 | out_depth_stencil: (window.output_stencil.clone(), (255, 255)), Sep 04 19:41:19.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 19:41:19.247 INFO kablam! Sep 04 19:41:19.249 INFO kablam! error[E0277]: the trait bound `gfx_device_gl::factory::Factory: gfx::Factory<_>` is not satisfied Sep 04 19:41:19.249 INFO kablam! --> examples/south_africa.rs:174:20 Sep 04 19:41:19.249 INFO kablam! | Sep 04 19:41:19.249 INFO kablam! 174 | let renderer = DrapingRenderer::new(&mut factory); Sep 04 19:41:19.249 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `gfx::Factory<_>` is not implemented for `gfx_device_gl::factory::Factory` Sep 04 19:41:19.249 INFO kablam! | Sep 04 19:41:19.249 INFO kablam! = note: required by `>::new` Sep 04 19:41:19.249 INFO kablam! Sep 04 19:41:19.253 INFO kablam! error[E0277]: the trait bound `gfx_device_gl::factory::Factory: gfx::Factory<_>` is not satisfied Sep 04 19:41:19.253 INFO kablam! --> examples/south_africa.rs:181:36 Sep 04 19:41:19.253 INFO kablam! | Sep 04 19:41:19.253 INFO kablam! 181 | let renderable_buffer = buffer.as_renderable(&mut factory); Sep 04 19:41:19.253 INFO kablam! | ^^^^^^^^^^^^^ the trait `gfx::Factory<_>` is not implemented for `gfx_device_gl::factory::Factory` Sep 04 19:41:19.253 INFO kablam! Sep 04 19:41:19.253 INFO kablam! error[E0277]: the trait bound `gfx_device_gl::factory::Factory: gfx::Factory<_>` is not satisfied Sep 04 19:41:19.253 INFO kablam! --> examples/south_africa.rs:182:38 Sep 04 19:41:19.253 INFO kablam! | Sep 04 19:41:19.253 INFO kablam! 182 | let renderable_indices = indices.as_renderable(&mut factory); Sep 04 19:41:19.253 INFO kablam! | ^^^^^^^^^^^^^ the trait `gfx::Factory<_>` is not implemented for `gfx_device_gl::factory::Factory` Sep 04 19:41:19.253 INFO kablam! Sep 04 19:41:20.718 INFO kablam! error[E0308]: mismatched types Sep 04 19:41:20.718 INFO kablam! --> examples/demo.rs:196:35 Sep 04 19:41:20.718 INFO kablam! | Sep 04 19:41:20.718 INFO kablam! 196 | terrain_bundle.encode(&mut window.encoder); Sep 04 19:41:20.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected struct `gfx::Encoder`, found struct `gfx::encoder::Encoder` Sep 04 19:41:20.718 INFO kablam! | Sep 04 19:41:20.718 INFO kablam! = note: expected type `&mut gfx::Encoder<_, _>` Sep 04 19:41:20.718 INFO kablam! found type `&mut gfx::encoder::Encoder` Sep 04 19:41:20.718 INFO kablam! note: Perhaps two different versions of crate `gfx` are being used? Sep 04 19:41:20.718 INFO kablam! --> examples/demo.rs:196:35 Sep 04 19:41:20.718 INFO kablam! | Sep 04 19:41:20.718 INFO kablam! 196 | terrain_bundle.encode(&mut window.encoder); Sep 04 19:41:20.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 19:41:20.719 INFO kablam! Sep 04 19:41:20.746 INFO kablam! error[E0308]: mismatched types Sep 04 19:41:20.746 INFO kablam! --> examples/south_africa.rs:215:35 Sep 04 19:41:20.746 INFO kablam! | Sep 04 19:41:20.746 INFO kablam! 215 | terrain_bundle.encode(&mut window.encoder); Sep 04 19:41:20.746 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected struct `gfx::Encoder`, found struct `gfx::encoder::Encoder` Sep 04 19:41:20.746 INFO kablam! | Sep 04 19:41:20.746 INFO kablam! = note: expected type `&mut gfx::Encoder<_, _>` Sep 04 19:41:20.746 INFO kablam! found type `&mut gfx::encoder::Encoder` Sep 04 19:41:20.747 INFO kablam! note: Perhaps two different versions of crate `gfx` are being used? Sep 04 19:41:20.747 INFO kablam! --> examples/south_africa.rs:215:35 Sep 04 19:41:20.747 INFO kablam! | Sep 04 19:41:20.747 INFO kablam! 215 | terrain_bundle.encode(&mut window.encoder); Sep 04 19:41:20.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 19:41:20.747 INFO kablam! Sep 04 19:41:21.897 INFO kablam! error[E0308]: mismatched types Sep 04 19:41:21.897 INFO kablam! --> examples/demo.rs:201:17 Sep 04 19:41:21.897 INFO kablam! | Sep 04 19:41:21.897 INFO kablam! 201 | &mut window.encoder, Sep 04 19:41:21.897 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected struct `gfx::Encoder`, found struct `gfx::encoder::Encoder` Sep 04 19:41:21.898 INFO kablam! | Sep 04 19:41:21.898 INFO kablam! = note: expected type `&mut gfx::Encoder<_, _>` Sep 04 19:41:21.898 INFO kablam! found type `&mut gfx::encoder::Encoder` Sep 04 19:41:21.899 INFO kablam! note: Perhaps two different versions of crate `gfx` are being used? Sep 04 19:41:21.899 INFO kablam! --> examples/demo.rs:201:17 Sep 04 19:41:21.899 INFO kablam! | Sep 04 19:41:21.899 INFO kablam! 201 | &mut window.encoder, Sep 04 19:41:21.899 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 19:41:21.899 INFO kablam! Sep 04 19:41:21.976 INFO kablam! error[E0308]: mismatched types Sep 04 19:41:21.976 INFO kablam! --> examples/south_africa.rs:220:17 Sep 04 19:41:21.976 INFO kablam! | Sep 04 19:41:21.976 INFO kablam! 220 | &mut window.encoder, Sep 04 19:41:21.976 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected struct `gfx::Encoder`, found struct `gfx::encoder::Encoder` Sep 04 19:41:21.976 INFO kablam! | Sep 04 19:41:21.976 INFO kablam! = note: expected type `&mut gfx::Encoder<_, _>` Sep 04 19:41:21.976 INFO kablam! found type `&mut gfx::encoder::Encoder` Sep 04 19:41:21.976 INFO kablam! note: Perhaps two different versions of crate `gfx` are being used? Sep 04 19:41:21.976 INFO kablam! --> examples/south_africa.rs:220:17 Sep 04 19:41:21.976 INFO kablam! | Sep 04 19:41:21.976 INFO kablam! 220 | &mut window.encoder, Sep 04 19:41:21.977 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 19:41:21.977 INFO kablam! Sep 04 19:41:23.087 INFO kablam! error[E0308]: mismatched types Sep 04 19:41:23.087 INFO kablam! --> examples/demo.rs:202:17 Sep 04 19:41:23.087 INFO kablam! | Sep 04 19:41:23.088 INFO kablam! 202 | window.output_color.clone(), Sep 04 19:41:23.088 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::RenderTargetView`, found struct `gfx_core::handle::RenderTargetView` Sep 04 19:41:23.088 INFO kablam! | Sep 04 19:41:23.088 INFO kablam! = note: expected type `gfx::handle::RenderTargetView<_, (gfx::format::R8_G8_B8_A8, gfx::format::Srgb)>` Sep 04 19:41:23.088 INFO kablam! found type `gfx_core::handle::RenderTargetView` Sep 04 19:41:23.088 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 04 19:41:23.088 INFO kablam! --> examples/demo.rs:202:17 Sep 04 19:41:23.088 INFO kablam! | Sep 04 19:41:23.088 INFO kablam! 202 | window.output_color.clone(), Sep 04 19:41:23.088 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 19:41:23.088 INFO kablam! Sep 04 19:41:23.089 INFO kablam! error[E0308]: mismatched types Sep 04 19:41:23.089 INFO kablam! --> examples/south_africa.rs:221:17 Sep 04 19:41:23.089 INFO kablam! | Sep 04 19:41:23.089 INFO kablam! 221 | window.output_color.clone(), Sep 04 19:41:23.089 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::RenderTargetView`, found struct `gfx_core::handle::RenderTargetView` Sep 04 19:41:23.089 INFO kablam! | Sep 04 19:41:23.090 INFO kablam! = note: expected type `gfx::handle::RenderTargetView<_, (gfx::format::R8_G8_B8_A8, gfx::format::Srgb)>` Sep 04 19:41:23.090 INFO kablam! found type `gfx_core::handle::RenderTargetView` Sep 04 19:41:23.090 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 04 19:41:23.090 INFO kablam! --> examples/south_africa.rs:221:17 Sep 04 19:41:23.090 INFO kablam! | Sep 04 19:41:23.090 INFO kablam! 221 | window.output_color.clone(), Sep 04 19:41:23.090 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 19:41:23.090 INFO kablam! Sep 04 19:41:24.292 INFO kablam! error[E0308]: mismatched types Sep 04 19:41:24.292 INFO kablam! --> examples/south_africa.rs:222:17 Sep 04 19:41:24.292 INFO kablam! | Sep 04 19:41:24.292 INFO kablam! 222 | window.output_stencil.clone(), Sep 04 19:41:24.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::DepthStencilView`, found struct `gfx_core::handle::DepthStencilView` Sep 04 19:41:24.293 INFO kablam! | Sep 04 19:41:24.293 INFO kablam! = note: expected type `gfx::handle::DepthStencilView<_, (gfx::format::D24_S8, gfx::format::Unorm)>` Sep 04 19:41:24.293 INFO kablam! found type `gfx_core::handle::DepthStencilView` Sep 04 19:41:24.293 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 04 19:41:24.293 INFO kablam! --> examples/south_africa.rs:222:17 Sep 04 19:41:24.293 INFO kablam! | Sep 04 19:41:24.293 INFO kablam! 222 | window.output_stencil.clone(), Sep 04 19:41:24.293 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 19:41:24.293 INFO kablam! Sep 04 19:41:24.505 INFO kablam! error[E0308]: mismatched types Sep 04 19:41:24.505 INFO kablam! --> examples/demo.rs:203:17 Sep 04 19:41:24.506 INFO kablam! | Sep 04 19:41:24.506 INFO kablam! 203 | window.output_stencil.clone(), Sep 04 19:41:24.506 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::DepthStencilView`, found struct `gfx_core::handle::DepthStencilView` Sep 04 19:41:24.506 INFO kablam! | Sep 04 19:41:24.506 INFO kablam! = note: expected type `gfx::handle::DepthStencilView<_, (gfx::format::D24_S8, gfx::format::Unorm)>` Sep 04 19:41:24.506 INFO kablam! found type `gfx_core::handle::DepthStencilView` Sep 04 19:41:24.506 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 04 19:41:24.506 INFO kablam! --> examples/demo.rs:203:17 Sep 04 19:41:24.506 INFO kablam! | Sep 04 19:41:24.506 INFO kablam! 203 | window.output_stencil.clone(), Sep 04 19:41:24.506 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 19:41:24.506 INFO kablam! Sep 04 19:41:25.424 INFO kablam! error[E0308]: mismatched types Sep 04 19:41:25.424 INFO kablam! --> examples/south_africa.rs:237:45 Sep 04 19:41:25.424 INFO kablam! | Sep 04 19:41:25.424 INFO kablam! 237 | terrain_bundle.data.out_color = window.output_color.clone(); Sep 04 19:41:25.424 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::RenderTargetView`, found struct `gfx_core::handle::RenderTargetView` Sep 04 19:41:25.424 INFO kablam! | Sep 04 19:41:25.424 INFO kablam! = note: expected type `gfx::handle::RenderTargetView<_, (gfx::format::R8_G8_B8_A8, gfx::format::Srgb)>` Sep 04 19:41:25.424 INFO kablam! found type `gfx_core::handle::RenderTargetView` Sep 04 19:41:25.424 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 04 19:41:25.424 INFO kablam! --> examples/south_africa.rs:237:45 Sep 04 19:41:25.424 INFO kablam! | Sep 04 19:41:25.424 INFO kablam! 237 | terrain_bundle.data.out_color = window.output_color.clone(); Sep 04 19:41:25.424 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 19:41:25.424 INFO kablam! Sep 04 19:41:25.549 INFO kablam! error[E0308]: mismatched types Sep 04 19:41:25.549 INFO kablam! --> examples/demo.rs:211:17 Sep 04 19:41:25.549 INFO kablam! | Sep 04 19:41:25.549 INFO kablam! 211 | &mut window.encoder, Sep 04 19:41:25.549 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected struct `gfx::Encoder`, found struct `gfx::encoder::Encoder` Sep 04 19:41:25.549 INFO kablam! | Sep 04 19:41:25.549 INFO kablam! = note: expected type `&mut gfx::Encoder<_, _>` Sep 04 19:41:25.549 INFO kablam! found type `&mut gfx::encoder::Encoder` Sep 04 19:41:25.549 INFO kablam! note: Perhaps two different versions of crate `gfx` are being used? Sep 04 19:41:25.549 INFO kablam! --> examples/demo.rs:211:17 Sep 04 19:41:25.549 INFO kablam! | Sep 04 19:41:25.549 INFO kablam! 211 | &mut window.encoder, Sep 04 19:41:25.549 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 19:41:25.549 INFO kablam! Sep 04 19:41:26.541 INFO kablam! error[E0308]: mismatched types Sep 04 19:41:26.541 INFO kablam! --> examples/south_africa.rs:238:55 Sep 04 19:41:26.541 INFO kablam! | Sep 04 19:41:26.541 INFO kablam! 238 | terrain_bundle.data.out_depth_stencil.0 = window.output_stencil.clone(); Sep 04 19:41:26.541 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::DepthStencilView`, found struct `gfx_core::handle::DepthStencilView` Sep 04 19:41:26.541 INFO kablam! | Sep 04 19:41:26.541 INFO kablam! = note: expected type `gfx::handle::DepthStencilView<_, (gfx::format::D24_S8, gfx::format::Unorm)>` Sep 04 19:41:26.541 INFO kablam! found type `gfx_core::handle::DepthStencilView` Sep 04 19:41:26.541 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 04 19:41:26.541 INFO kablam! --> examples/south_africa.rs:238:55 Sep 04 19:41:26.541 INFO kablam! | Sep 04 19:41:26.541 INFO kablam! 238 | terrain_bundle.data.out_depth_stencil.0 = window.output_stencil.clone(); Sep 04 19:41:26.541 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 19:41:26.541 INFO kablam! Sep 04 19:41:26.717 INFO kablam! error[E0308]: mismatched types Sep 04 19:41:26.717 INFO kablam! --> examples/demo.rs:212:17 Sep 04 19:41:26.717 INFO kablam! | Sep 04 19:41:26.717 INFO kablam! 212 | window.output_color.clone(), Sep 04 19:41:26.717 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::RenderTargetView`, found struct `gfx_core::handle::RenderTargetView` Sep 04 19:41:26.717 INFO kablam! | Sep 04 19:41:26.718 INFO kablam! = note: expected type `gfx::handle::RenderTargetView<_, (gfx::format::R8_G8_B8_A8, gfx::format::Srgb)>` Sep 04 19:41:26.718 INFO kablam! found type `gfx_core::handle::RenderTargetView` Sep 04 19:41:26.718 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 04 19:41:26.718 INFO kablam! --> examples/demo.rs:212:17 Sep 04 19:41:26.718 INFO kablam! | Sep 04 19:41:26.718 INFO kablam! 212 | window.output_color.clone(), Sep 04 19:41:26.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 19:41:26.718 INFO kablam! Sep 04 19:41:26.897 INFO kablam! error: aborting due to 16 previous errors Sep 04 19:41:26.897 INFO kablam! Sep 04 19:41:26.897 INFO kablam! Some errors occurred: E0277, E0308, E0599. Sep 04 19:41:26.897 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 04 19:41:26.914 INFO kablam! error: Could not compile `gfx_draping`. Sep 04 19:41:26.914 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 19:41:27.489 INFO kablam! error[E0308]: mismatched types Sep 04 19:41:27.489 INFO kablam! --> examples/demo.rs:213:17 Sep 04 19:41:27.489 INFO kablam! | Sep 04 19:41:27.489 INFO kablam! 213 | window.output_stencil.clone(), Sep 04 19:41:27.489 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::DepthStencilView`, found struct `gfx_core::handle::DepthStencilView` Sep 04 19:41:27.489 INFO kablam! | Sep 04 19:41:27.489 INFO kablam! = note: expected type `gfx::handle::DepthStencilView<_, (gfx::format::D24_S8, gfx::format::Unorm)>` Sep 04 19:41:27.489 INFO kablam! found type `gfx_core::handle::DepthStencilView` Sep 04 19:41:27.489 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 04 19:41:27.490 INFO kablam! --> examples/demo.rs:213:17 Sep 04 19:41:27.490 INFO kablam! | Sep 04 19:41:27.490 INFO kablam! 213 | window.output_stencil.clone(), Sep 04 19:41:27.490 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 19:41:27.490 INFO kablam! Sep 04 19:41:28.198 INFO kablam! error[E0308]: mismatched types Sep 04 19:41:28.198 INFO kablam! --> examples/demo.rs:222:45 Sep 04 19:41:28.198 INFO kablam! | Sep 04 19:41:28.198 INFO kablam! 222 | terrain_bundle.data.out_color = window.output_color.clone(); Sep 04 19:41:28.198 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::RenderTargetView`, found struct `gfx_core::handle::RenderTargetView` Sep 04 19:41:28.198 INFO kablam! | Sep 04 19:41:28.198 INFO kablam! = note: expected type `gfx::handle::RenderTargetView<_, (gfx::format::R8_G8_B8_A8, gfx::format::Srgb)>` Sep 04 19:41:28.198 INFO kablam! found type `gfx_core::handle::RenderTargetView` Sep 04 19:41:28.198 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 04 19:41:28.198 INFO kablam! --> examples/demo.rs:222:45 Sep 04 19:41:28.198 INFO kablam! | Sep 04 19:41:28.198 INFO kablam! 222 | terrain_bundle.data.out_color = window.output_color.clone(); Sep 04 19:41:28.198 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 19:41:28.199 INFO kablam! Sep 04 19:41:29.050 INFO kablam! error[E0308]: mismatched types Sep 04 19:41:29.050 INFO kablam! --> examples/demo.rs:223:45 Sep 04 19:41:29.050 INFO kablam! | Sep 04 19:41:29.050 INFO kablam! 223 | terrain_bundle.data.out_depth = window.output_stencil.clone(); Sep 04 19:41:29.050 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::DepthStencilView`, found struct `gfx_core::handle::DepthStencilView` Sep 04 19:41:29.050 INFO kablam! | Sep 04 19:41:29.050 INFO kablam! = note: expected type `gfx::handle::DepthStencilView<_, (gfx::format::D24_S8, gfx::format::Unorm)>` Sep 04 19:41:29.050 INFO kablam! found type `gfx_core::handle::DepthStencilView` Sep 04 19:41:29.050 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 04 19:41:29.050 INFO kablam! --> examples/demo.rs:223:45 Sep 04 19:41:29.050 INFO kablam! | Sep 04 19:41:29.050 INFO kablam! 223 | terrain_bundle.data.out_depth = window.output_stencil.clone(); Sep 04 19:41:29.050 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 19:41:29.050 INFO kablam! Sep 04 19:41:29.265 INFO kablam! error: aborting due to 20 previous errors Sep 04 19:41:29.265 INFO kablam! Sep 04 19:41:29.265 INFO kablam! Some errors occurred: E0277, E0308, E0599. Sep 04 19:41:29.266 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 04 19:41:29.288 INFO kablam! error: Could not compile `gfx_draping`. Sep 04 19:41:29.288 INFO kablam! Sep 04 19:41:29.288 INFO kablam! To learn more, run the command again with --verbose. Sep 04 19:41:29.289 INFO kablam! su: No module specific data is present Sep 04 19:41:29.873 INFO running `"docker" "rm" "-f" "0013253d0692d4d8eaa69ed699ed9eac82546622574a00ae05b90a5d3773241d"` Sep 04 19:41:29.996 INFO blam! 0013253d0692d4d8eaa69ed699ed9eac82546622574a00ae05b90a5d3773241d