Sep 14 16:06:13.950 INFO checking gfx_draping-0.3.0 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 16:06:13.950 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 16:06:13.950 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-6/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 16:06:14.230 INFO blam! aa82fab2b468ab358ae670a538478bad9e777724462da0d39fa9d853050b3bb0 Sep 14 16:06:14.238 INFO running `"docker" "start" "-a" "aa82fab2b468ab358ae670a538478bad9e777724462da0d39fa9d853050b3bb0"` Sep 14 16:06:15.654 INFO kablam! usermod: no changes Sep 14 16:06:16.262 INFO kablam! Compiling freetype-sys v0.5.0 Sep 14 16:06:16.272 INFO kablam! Checking fps_counter v0.2.0 Sep 14 16:06:16.272 INFO kablam! Checking piston2d-graphics v0.21.1 Sep 14 16:06:16.276 INFO kablam! Checking gfx v0.17.1 Sep 14 16:06:16.276 INFO kablam! Checking nalgebra v0.15.3 Sep 14 16:06:16.280 INFO kablam! Checking pistoncore-input v0.19.0 Sep 14 16:06:16.286 INFO kablam! Checking image v0.15.0 Sep 14 16:06:19.747 INFO kablam! Checking freetype-rs v0.14.0 Sep 14 16:06:22.327 INFO kablam! Checking gfx_text v0.18.0 Sep 14 16:06:26.992 INFO kablam! Checking pistoncore-window v0.28.0 Sep 14 16:06:26.993 INFO kablam! Checking camera_controllers v0.22.0 Sep 14 16:06:30.646 INFO kablam! Checking pistoncore-event_loop v0.33.0 Sep 14 16:06:30.648 INFO kablam! Checking pistoncore-glutin_window v0.39.1 Sep 14 16:06:32.051 INFO kablam! Checking piston v0.33.0 Sep 14 16:06:32.811 INFO kablam! Checking piston-gfx_texture v0.26.0 Sep 14 16:06:37.573 INFO kablam! Checking piston2d-gfx_graphics v0.43.0 Sep 14 16:06:42.099 INFO kablam! Checking piston_window v0.70.0 Sep 14 16:07:01.518 INFO kablam! Checking spade v1.5.1 Sep 14 16:07:05.464 INFO kablam! Checking geo v0.6.3 Sep 14 16:07:08.067 INFO kablam! Checking geojson v0.9.1 Sep 14 16:07:08.067 INFO kablam! Checking gfx_draping v0.3.0 (file:///source) Sep 14 16:07:19.991 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 14 16:07:19.991 INFO kablam! --> examples/demo.rs:82:17 Sep 14 16:07:19.991 INFO kablam! | Sep 14 16:07:19.991 INFO kablam! 82 | factory.create_vertex_buffer_with_slice(&terrain_vertices, terrain_indices.as_slice()); Sep 14 16:07:19.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 16:07:19.991 INFO kablam! | Sep 14 16:07:19.991 INFO kablam! = note: the method `create_vertex_buffer_with_slice` exists but the following trait bounds were not satisfied: Sep 14 16:07:19.991 INFO kablam! `gfx_device_gl::factory::Factory : gfx::traits::FactoryExt<_>` Sep 14 16:07:19.991 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 14 16:07:19.991 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 14 16:07:19.991 INFO kablam! | Sep 14 16:07:19.991 INFO kablam! 10 | use gfx::factory::FactoryExt; Sep 14 16:07:19.991 INFO kablam! | Sep 14 16:07:19.991 INFO kablam! Sep 14 16:07:19.999 INFO kablam! error[E0599]: no method named `create_texture_immutable` found for type `gfx_device_gl::factory::Factory` in the current scope Sep 14 16:07:19.999 INFO kablam! --> examples/demo.rs:84:10 Sep 14 16:07:19.999 INFO kablam! | Sep 14 16:07:19.999 INFO kablam! 84 | .create_texture_immutable::( Sep 14 16:07:19.999 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 16:07:19.999 INFO kablam! | Sep 14 16:07:19.999 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 14 16:07:19.999 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 14 16:07:19.999 INFO kablam! | Sep 14 16:07:19.999 INFO kablam! 10 | use gfx_core::factory::Factory; Sep 14 16:07:19.999 INFO kablam! | Sep 14 16:07:19.999 INFO kablam! Sep 14 16:07:19.999 INFO kablam! error[E0599]: no method named `create_sampler` found for type `gfx_device_gl::factory::Factory` in the current scope Sep 14 16:07:19.999 INFO kablam! --> examples/demo.rs:94:35 Sep 14 16:07:19.999 INFO kablam! | Sep 14 16:07:19.999 INFO kablam! 94 | let terrain_sampler = factory.create_sampler(gfx::texture::SamplerInfo::new( Sep 14 16:07:19.999 INFO kablam! | ^^^^^^^^^^^^^^ Sep 14 16:07:19.999 INFO kablam! | Sep 14 16:07:19.999 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 14 16:07:19.999 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 14 16:07:19.999 INFO kablam! | Sep 14 16:07:19.999 INFO kablam! 10 | use gfx_core::factory::Factory; Sep 14 16:07:19.999 INFO kablam! | Sep 14 16:07:19.999 INFO kablam! Sep 14 16:07:19.999 INFO kablam! error[E0599]: no method named `create_shader_set` found for type `gfx_device_gl::factory::Factory` in the current scope Sep 14 16:07:19.999 INFO kablam! --> examples/demo.rs:100:10 Sep 14 16:07:19.999 INFO kablam! | Sep 14 16:07:19.999 INFO kablam! 100 | .create_shader_set( Sep 14 16:07:19.999 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 14 16:07:19.999 INFO kablam! | Sep 14 16:07:19.999 INFO kablam! = note: the method `create_shader_set` exists but the following trait bounds were not satisfied: Sep 14 16:07:19.999 INFO kablam! `gfx_device_gl::factory::Factory : gfx::traits::FactoryExt<_>` Sep 14 16:07:19.999 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 14 16:07:19.999 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 14 16:07:19.999 INFO kablam! | Sep 14 16:07:19.999 INFO kablam! 10 | use gfx::factory::FactoryExt; Sep 14 16:07:19.999 INFO kablam! | Sep 14 16:07:20.000 INFO kablam! Sep 14 16:07:20.007 INFO kablam! error[E0599]: no method named `create_pipeline_state` found for type `gfx_device_gl::factory::Factory` in the current scope Sep 14 16:07:20.007 INFO kablam! --> examples/demo.rs:107:10 Sep 14 16:07:20.007 INFO kablam! | Sep 14 16:07:20.007 INFO kablam! 107 | .create_pipeline_state( Sep 14 16:07:20.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 14 16:07:20.007 INFO kablam! | Sep 14 16:07:20.007 INFO kablam! = note: the method `create_pipeline_state` exists but the following trait bounds were not satisfied: Sep 14 16:07:20.007 INFO kablam! `gfx_device_gl::factory::Factory : gfx::traits::FactoryExt<_>` Sep 14 16:07:20.007 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 14 16:07:20.007 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 14 16:07:20.007 INFO kablam! | Sep 14 16:07:20.007 INFO kablam! 10 | use gfx::factory::FactoryExt; Sep 14 16:07:20.007 INFO kablam! | Sep 14 16:07:20.007 INFO kablam! Sep 14 16:07:20.583 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 14 16:07:20.583 INFO kablam! --> examples/south_africa.rs:126:17 Sep 14 16:07:20.583 INFO kablam! | Sep 14 16:07:20.583 INFO kablam! 126 | factory.create_vertex_buffer_with_slice(&terrain_vertices, terrain_indices.as_slice()); Sep 14 16:07:20.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 16:07:20.583 INFO kablam! | Sep 14 16:07:20.583 INFO kablam! = note: the method `create_vertex_buffer_with_slice` exists but the following trait bounds were not satisfied: Sep 14 16:07:20.583 INFO kablam! `gfx_device_gl::factory::Factory : gfx::traits::FactoryExt<_>` Sep 14 16:07:20.583 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 14 16:07:20.583 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 14 16:07:20.583 INFO kablam! | Sep 14 16:07:20.583 INFO kablam! 14 | use gfx::factory::FactoryExt; Sep 14 16:07:20.583 INFO kablam! | Sep 14 16:07:20.583 INFO kablam! Sep 14 16:07:20.591 INFO kablam! error[E0599]: no method named `create_texture_immutable` found for type `gfx_device_gl::factory::Factory` in the current scope Sep 14 16:07:20.591 INFO kablam! --> examples/south_africa.rs:128:10 Sep 14 16:07:20.591 INFO kablam! | Sep 14 16:07:20.591 INFO kablam! 128 | .create_texture_immutable::( Sep 14 16:07:20.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 16:07:20.591 INFO kablam! | Sep 14 16:07:20.591 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 14 16:07:20.591 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 14 16:07:20.591 INFO kablam! | Sep 14 16:07:20.591 INFO kablam! 14 | use gfx_core::factory::Factory; Sep 14 16:07:20.591 INFO kablam! | Sep 14 16:07:20.591 INFO kablam! Sep 14 16:07:20.603 INFO kablam! error[E0599]: no method named `create_sampler` found for type `gfx_device_gl::factory::Factory` in the current scope Sep 14 16:07:20.603 INFO kablam! --> examples/south_africa.rs:138:35 Sep 14 16:07:20.603 INFO kablam! | Sep 14 16:07:20.603 INFO kablam! 138 | let terrain_sampler = factory.create_sampler(gfx::texture::SamplerInfo::new( Sep 14 16:07:20.603 INFO kablam! | ^^^^^^^^^^^^^^ Sep 14 16:07:20.603 INFO kablam! | Sep 14 16:07:20.603 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 14 16:07:20.603 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 14 16:07:20.603 INFO kablam! | Sep 14 16:07:20.603 INFO kablam! 14 | use gfx_core::factory::Factory; Sep 14 16:07:20.603 INFO kablam! | Sep 14 16:07:20.603 INFO kablam! Sep 14 16:07:20.611 INFO kablam! error[E0599]: no method named `create_shader_set` found for type `gfx_device_gl::factory::Factory` in the current scope Sep 14 16:07:20.611 INFO kablam! --> examples/south_africa.rs:144:10 Sep 14 16:07:20.611 INFO kablam! | Sep 14 16:07:20.611 INFO kablam! 144 | .create_shader_set( Sep 14 16:07:20.611 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 14 16:07:20.611 INFO kablam! | Sep 14 16:07:20.611 INFO kablam! = note: the method `create_shader_set` exists but the following trait bounds were not satisfied: Sep 14 16:07:20.611 INFO kablam! `gfx_device_gl::factory::Factory : gfx::traits::FactoryExt<_>` Sep 14 16:07:20.611 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 14 16:07:20.611 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 14 16:07:20.611 INFO kablam! | Sep 14 16:07:20.611 INFO kablam! 14 | use gfx::factory::FactoryExt; Sep 14 16:07:20.611 INFO kablam! | Sep 14 16:07:20.611 INFO kablam! Sep 14 16:07:20.611 INFO kablam! error[E0599]: no method named `create_pipeline_state` found for type `gfx_device_gl::factory::Factory` in the current scope Sep 14 16:07:20.611 INFO kablam! --> examples/south_africa.rs:151:10 Sep 14 16:07:20.611 INFO kablam! | Sep 14 16:07:20.611 INFO kablam! 151 | .create_pipeline_state( Sep 14 16:07:20.611 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 14 16:07:20.611 INFO kablam! | Sep 14 16:07:20.611 INFO kablam! = note: the method `create_pipeline_state` exists but the following trait bounds were not satisfied: Sep 14 16:07:20.611 INFO kablam! `gfx_device_gl::factory::Factory : gfx::traits::FactoryExt<_>` Sep 14 16:07:20.611 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 14 16:07:20.611 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 14 16:07:20.611 INFO kablam! | Sep 14 16:07:20.611 INFO kablam! 14 | use gfx::factory::FactoryExt; Sep 14 16:07:20.611 INFO kablam! | Sep 14 16:07:20.611 INFO kablam! Sep 14 16:07:21.757 INFO kablam! error[E0308]: mismatched types Sep 14 16:07:21.757 INFO kablam! --> examples/demo.rs:119:20 Sep 14 16:07:21.757 INFO kablam! | Sep 14 16:07:21.757 INFO kablam! 119 | out_color: window.output_color.clone(), Sep 14 16:07:21.757 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::RenderTargetView`, found struct `gfx_core::handle::RenderTargetView` Sep 14 16:07:21.757 INFO kablam! | Sep 14 16:07:21.757 INFO kablam! = note: expected type `gfx::handle::RenderTargetView<_, (gfx::format::R8_G8_B8_A8, gfx::format::Srgb)>` Sep 14 16:07:21.757 INFO kablam! found type `gfx_core::handle::RenderTargetView` Sep 14 16:07:21.758 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 14 16:07:21.758 INFO kablam! --> examples/demo.rs:119:20 Sep 14 16:07:21.758 INFO kablam! | Sep 14 16:07:21.758 INFO kablam! 119 | out_color: window.output_color.clone(), Sep 14 16:07:21.758 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 16:07:21.758 INFO kablam! Sep 14 16:07:22.752 INFO kablam! error[E0308]: mismatched types Sep 14 16:07:22.752 INFO kablam! --> examples/south_africa.rs:163:20 Sep 14 16:07:22.752 INFO kablam! | Sep 14 16:07:22.752 INFO kablam! 163 | out_color: window.output_color.clone(), Sep 14 16:07:22.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::RenderTargetView`, found struct `gfx_core::handle::RenderTargetView` Sep 14 16:07:22.752 INFO kablam! | Sep 14 16:07:22.752 INFO kablam! = note: expected type `gfx::handle::RenderTargetView<_, (gfx::format::R8_G8_B8_A8, gfx::format::Srgb)>` Sep 14 16:07:22.752 INFO kablam! found type `gfx_core::handle::RenderTargetView` Sep 14 16:07:22.752 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 14 16:07:22.752 INFO kablam! --> examples/south_africa.rs:163:20 Sep 14 16:07:22.752 INFO kablam! | Sep 14 16:07:22.752 INFO kablam! 163 | out_color: window.output_color.clone(), Sep 14 16:07:22.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 16:07:22.752 INFO kablam! Sep 14 16:07:23.510 INFO kablam! error[E0308]: mismatched types Sep 14 16:07:23.510 INFO kablam! --> examples/demo.rs:120:20 Sep 14 16:07:23.510 INFO kablam! | Sep 14 16:07:23.510 INFO kablam! 120 | out_depth: window.output_stencil.clone(), Sep 14 16:07:23.510 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::DepthStencilView`, found struct `gfx_core::handle::DepthStencilView` Sep 14 16:07:23.512 INFO kablam! | Sep 14 16:07:23.512 INFO kablam! = note: expected type `gfx::handle::DepthStencilView<_, (gfx::format::D24_S8, gfx::format::Unorm)>` Sep 14 16:07:23.512 INFO kablam! found type `gfx_core::handle::DepthStencilView` Sep 14 16:07:23.512 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 14 16:07:23.513 INFO kablam! --> examples/demo.rs:120:20 Sep 14 16:07:23.513 INFO kablam! | Sep 14 16:07:23.513 INFO kablam! 120 | out_depth: window.output_stencil.clone(), Sep 14 16:07:23.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 16:07:23.513 INFO kablam! Sep 14 16:07:23.523 INFO kablam! error[E0277]: the trait bound `gfx_device_gl::factory::Factory: gfx::Factory<_>` is not satisfied Sep 14 16:07:23.523 INFO kablam! --> examples/demo.rs:162:20 Sep 14 16:07:23.523 INFO kablam! | Sep 14 16:07:23.523 INFO kablam! 162 | let renderer = DrapingRenderer::new(&mut factory); Sep 14 16:07:23.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `gfx::Factory<_>` is not implemented for `gfx_device_gl::factory::Factory` Sep 14 16:07:23.529 INFO kablam! | Sep 14 16:07:23.529 INFO kablam! = note: required by `>::new` Sep 14 16:07:23.529 INFO kablam! Sep 14 16:07:23.530 INFO kablam! error[E0277]: the trait bound `gfx_device_gl::factory::Factory: gfx::Factory<_>` is not satisfied Sep 14 16:07:23.530 INFO kablam! --> examples/demo.rs:163:36 Sep 14 16:07:23.530 INFO kablam! | Sep 14 16:07:23.530 INFO kablam! 163 | let renderable_buffer = buffer.as_renderable(&mut factory); Sep 14 16:07:23.530 INFO kablam! | ^^^^^^^^^^^^^ the trait `gfx::Factory<_>` is not implemented for `gfx_device_gl::factory::Factory` Sep 14 16:07:23.532 INFO kablam! Sep 14 16:07:23.532 INFO kablam! error[E0277]: the trait bound `gfx_device_gl::factory::Factory: gfx::Factory<_>` is not satisfied Sep 14 16:07:23.532 INFO kablam! --> examples/demo.rs:164:40 Sep 14 16:07:23.532 INFO kablam! | Sep 14 16:07:23.532 INFO kablam! 164 | let renderable_indices1 = indices1.as_renderable(&mut factory); Sep 14 16:07:23.532 INFO kablam! | ^^^^^^^^^^^^^ the trait `gfx::Factory<_>` is not implemented for `gfx_device_gl::factory::Factory` Sep 14 16:07:23.533 INFO kablam! Sep 14 16:07:23.533 INFO kablam! error[E0277]: the trait bound `gfx_device_gl::factory::Factory: gfx::Factory<_>` is not satisfied Sep 14 16:07:23.533 INFO kablam! --> examples/demo.rs:165:40 Sep 14 16:07:23.533 INFO kablam! | Sep 14 16:07:23.534 INFO kablam! 165 | let renderable_indices2 = indices2.as_renderable(&mut factory); Sep 14 16:07:23.534 INFO kablam! | ^^^^^^^^^^^^^ the trait `gfx::Factory<_>` is not implemented for `gfx_device_gl::factory::Factory` Sep 14 16:07:23.534 INFO kablam! Sep 14 16:07:24.344 INFO kablam! error[E0308]: mismatched types Sep 14 16:07:24.344 INFO kablam! --> examples/south_africa.rs:164:29 Sep 14 16:07:24.344 INFO kablam! | Sep 14 16:07:24.344 INFO kablam! 164 | out_depth_stencil: (window.output_stencil.clone(), (255, 255)), Sep 14 16:07:24.344 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::DepthStencilView`, found struct `gfx_core::handle::DepthStencilView` Sep 14 16:07:24.345 INFO kablam! | Sep 14 16:07:24.345 INFO kablam! = note: expected type `gfx::handle::DepthStencilView<_, (gfx::format::D24_S8, gfx::format::Unorm)>` Sep 14 16:07:24.345 INFO kablam! found type `gfx_core::handle::DepthStencilView` Sep 14 16:07:24.345 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 14 16:07:24.345 INFO kablam! --> examples/south_africa.rs:164:29 Sep 14 16:07:24.345 INFO kablam! | Sep 14 16:07:24.345 INFO kablam! 164 | out_depth_stencil: (window.output_stencil.clone(), (255, 255)), Sep 14 16:07:24.345 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 16:07:24.346 INFO kablam! Sep 14 16:07:24.347 INFO kablam! error[E0277]: the trait bound `gfx_device_gl::factory::Factory: gfx::Factory<_>` is not satisfied Sep 14 16:07:24.347 INFO kablam! --> examples/south_africa.rs:174:20 Sep 14 16:07:24.347 INFO kablam! | Sep 14 16:07:24.347 INFO kablam! 174 | let renderer = DrapingRenderer::new(&mut factory); Sep 14 16:07:24.347 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `gfx::Factory<_>` is not implemented for `gfx_device_gl::factory::Factory` Sep 14 16:07:24.348 INFO kablam! | Sep 14 16:07:24.348 INFO kablam! = note: required by `>::new` Sep 14 16:07:24.348 INFO kablam! Sep 14 16:07:24.350 INFO kablam! error[E0277]: the trait bound `gfx_device_gl::factory::Factory: gfx::Factory<_>` is not satisfied Sep 14 16:07:24.350 INFO kablam! --> examples/south_africa.rs:181:36 Sep 14 16:07:24.350 INFO kablam! | Sep 14 16:07:24.350 INFO kablam! 181 | let renderable_buffer = buffer.as_renderable(&mut factory); Sep 14 16:07:24.350 INFO kablam! | ^^^^^^^^^^^^^ the trait `gfx::Factory<_>` is not implemented for `gfx_device_gl::factory::Factory` Sep 14 16:07:24.351 INFO kablam! Sep 14 16:07:24.351 INFO kablam! error[E0277]: the trait bound `gfx_device_gl::factory::Factory: gfx::Factory<_>` is not satisfied Sep 14 16:07:24.351 INFO kablam! --> examples/south_africa.rs:182:38 Sep 14 16:07:24.351 INFO kablam! | Sep 14 16:07:24.351 INFO kablam! 182 | let renderable_indices = indices.as_renderable(&mut factory); Sep 14 16:07:24.352 INFO kablam! | ^^^^^^^^^^^^^ the trait `gfx::Factory<_>` is not implemented for `gfx_device_gl::factory::Factory` Sep 14 16:07:24.352 INFO kablam! Sep 14 16:07:25.515 INFO kablam! error[E0308]: mismatched types Sep 14 16:07:25.515 INFO kablam! --> examples/demo.rs:196:35 Sep 14 16:07:25.515 INFO kablam! | Sep 14 16:07:25.515 INFO kablam! 196 | terrain_bundle.encode(&mut window.encoder); Sep 14 16:07:25.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected struct `gfx::Encoder`, found struct `gfx::encoder::Encoder` Sep 14 16:07:25.515 INFO kablam! | Sep 14 16:07:25.516 INFO kablam! = note: expected type `&mut gfx::Encoder<_, _>` Sep 14 16:07:25.516 INFO kablam! found type `&mut gfx::encoder::Encoder` Sep 14 16:07:25.516 INFO kablam! note: Perhaps two different versions of crate `gfx` are being used? Sep 14 16:07:25.516 INFO kablam! --> examples/demo.rs:196:35 Sep 14 16:07:25.516 INFO kablam! | Sep 14 16:07:25.516 INFO kablam! 196 | terrain_bundle.encode(&mut window.encoder); Sep 14 16:07:25.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 14 16:07:25.516 INFO kablam! Sep 14 16:07:26.387 INFO kablam! error[E0308]: mismatched types Sep 14 16:07:26.387 INFO kablam! --> examples/south_africa.rs:215:35 Sep 14 16:07:26.387 INFO kablam! | Sep 14 16:07:26.387 INFO kablam! 215 | terrain_bundle.encode(&mut window.encoder); Sep 14 16:07:26.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected struct `gfx::Encoder`, found struct `gfx::encoder::Encoder` Sep 14 16:07:26.387 INFO kablam! | Sep 14 16:07:26.387 INFO kablam! = note: expected type `&mut gfx::Encoder<_, _>` Sep 14 16:07:26.387 INFO kablam! found type `&mut gfx::encoder::Encoder` Sep 14 16:07:26.387 INFO kablam! note: Perhaps two different versions of crate `gfx` are being used? Sep 14 16:07:26.387 INFO kablam! --> examples/south_africa.rs:215:35 Sep 14 16:07:26.387 INFO kablam! | Sep 14 16:07:26.387 INFO kablam! 215 | terrain_bundle.encode(&mut window.encoder); Sep 14 16:07:26.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 14 16:07:26.387 INFO kablam! Sep 14 16:07:27.481 INFO kablam! error[E0308]: mismatched types Sep 14 16:07:27.481 INFO kablam! --> examples/demo.rs:201:17 Sep 14 16:07:27.481 INFO kablam! | Sep 14 16:07:27.481 INFO kablam! 201 | &mut window.encoder, Sep 14 16:07:27.481 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected struct `gfx::Encoder`, found struct `gfx::encoder::Encoder` Sep 14 16:07:27.495 INFO kablam! | Sep 14 16:07:27.495 INFO kablam! = note: expected type `&mut gfx::Encoder<_, _>` Sep 14 16:07:27.495 INFO kablam! found type `&mut gfx::encoder::Encoder` Sep 14 16:07:27.496 INFO kablam! note: Perhaps two different versions of crate `gfx` are being used? Sep 14 16:07:27.496 INFO kablam! --> examples/demo.rs:201:17 Sep 14 16:07:27.496 INFO kablam! | Sep 14 16:07:27.496 INFO kablam! 201 | &mut window.encoder, Sep 14 16:07:27.496 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 14 16:07:27.496 INFO kablam! Sep 14 16:07:28.310 INFO kablam! error[E0308]: mismatched types Sep 14 16:07:28.310 INFO kablam! --> examples/south_africa.rs:220:17 Sep 14 16:07:28.310 INFO kablam! | Sep 14 16:07:28.310 INFO kablam! 220 | &mut window.encoder, Sep 14 16:07:28.310 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected struct `gfx::Encoder`, found struct `gfx::encoder::Encoder` Sep 14 16:07:28.310 INFO kablam! | Sep 14 16:07:28.310 INFO kablam! = note: expected type `&mut gfx::Encoder<_, _>` Sep 14 16:07:28.310 INFO kablam! found type `&mut gfx::encoder::Encoder` Sep 14 16:07:28.310 INFO kablam! note: Perhaps two different versions of crate `gfx` are being used? Sep 14 16:07:28.310 INFO kablam! --> examples/south_africa.rs:220:17 Sep 14 16:07:28.310 INFO kablam! | Sep 14 16:07:28.310 INFO kablam! 220 | &mut window.encoder, Sep 14 16:07:28.310 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 14 16:07:28.311 INFO kablam! Sep 14 16:07:29.300 INFO kablam! error[E0308]: mismatched types Sep 14 16:07:29.300 INFO kablam! --> examples/demo.rs:202:17 Sep 14 16:07:29.300 INFO kablam! | Sep 14 16:07:29.300 INFO kablam! 202 | window.output_color.clone(), Sep 14 16:07:29.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::RenderTargetView`, found struct `gfx_core::handle::RenderTargetView` Sep 14 16:07:29.300 INFO kablam! | Sep 14 16:07:29.300 INFO kablam! = note: expected type `gfx::handle::RenderTargetView<_, (gfx::format::R8_G8_B8_A8, gfx::format::Srgb)>` Sep 14 16:07:29.300 INFO kablam! found type `gfx_core::handle::RenderTargetView` Sep 14 16:07:29.300 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 14 16:07:29.300 INFO kablam! --> examples/demo.rs:202:17 Sep 14 16:07:29.300 INFO kablam! | Sep 14 16:07:29.300 INFO kablam! 202 | window.output_color.clone(), Sep 14 16:07:29.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 16:07:29.300 INFO kablam! Sep 14 16:07:29.887 INFO kablam! error[E0308]: mismatched types Sep 14 16:07:29.887 INFO kablam! --> examples/south_africa.rs:221:17 Sep 14 16:07:29.887 INFO kablam! | Sep 14 16:07:29.887 INFO kablam! 221 | window.output_color.clone(), Sep 14 16:07:29.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::RenderTargetView`, found struct `gfx_core::handle::RenderTargetView` Sep 14 16:07:29.887 INFO kablam! | Sep 14 16:07:29.888 INFO kablam! = note: expected type `gfx::handle::RenderTargetView<_, (gfx::format::R8_G8_B8_A8, gfx::format::Srgb)>` Sep 14 16:07:29.888 INFO kablam! found type `gfx_core::handle::RenderTargetView` Sep 14 16:07:29.888 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 14 16:07:29.888 INFO kablam! --> examples/south_africa.rs:221:17 Sep 14 16:07:29.888 INFO kablam! | Sep 14 16:07:29.888 INFO kablam! 221 | window.output_color.clone(), Sep 14 16:07:29.888 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 16:07:29.888 INFO kablam! Sep 14 16:07:31.031 INFO kablam! error[E0308]: mismatched types Sep 14 16:07:31.031 INFO kablam! --> examples/demo.rs:203:17 Sep 14 16:07:31.031 INFO kablam! | Sep 14 16:07:31.031 INFO kablam! 203 | window.output_stencil.clone(), Sep 14 16:07:31.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::DepthStencilView`, found struct `gfx_core::handle::DepthStencilView` Sep 14 16:07:31.031 INFO kablam! | Sep 14 16:07:31.031 INFO kablam! = note: expected type `gfx::handle::DepthStencilView<_, (gfx::format::D24_S8, gfx::format::Unorm)>` Sep 14 16:07:31.031 INFO kablam! found type `gfx_core::handle::DepthStencilView` Sep 14 16:07:31.031 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 14 16:07:31.031 INFO kablam! --> examples/demo.rs:203:17 Sep 14 16:07:31.031 INFO kablam! | Sep 14 16:07:31.031 INFO kablam! 203 | window.output_stencil.clone(), Sep 14 16:07:31.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 16:07:31.031 INFO kablam! Sep 14 16:07:31.727 INFO kablam! error[E0308]: mismatched types Sep 14 16:07:31.727 INFO kablam! --> examples/south_africa.rs:222:17 Sep 14 16:07:31.727 INFO kablam! | Sep 14 16:07:31.727 INFO kablam! 222 | window.output_stencil.clone(), Sep 14 16:07:31.727 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::DepthStencilView`, found struct `gfx_core::handle::DepthStencilView` Sep 14 16:07:31.731 INFO kablam! | Sep 14 16:07:31.731 INFO kablam! = note: expected type `gfx::handle::DepthStencilView<_, (gfx::format::D24_S8, gfx::format::Unorm)>` Sep 14 16:07:31.731 INFO kablam! found type `gfx_core::handle::DepthStencilView` Sep 14 16:07:31.732 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 14 16:07:31.732 INFO kablam! --> examples/south_africa.rs:222:17 Sep 14 16:07:31.732 INFO kablam! | Sep 14 16:07:31.732 INFO kablam! 222 | window.output_stencil.clone(), Sep 14 16:07:31.732 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 16:07:31.732 INFO kablam! Sep 14 16:07:33.074 INFO kablam! error[E0308]: mismatched types Sep 14 16:07:33.074 INFO kablam! --> examples/demo.rs:211:17 Sep 14 16:07:33.074 INFO kablam! | Sep 14 16:07:33.074 INFO kablam! 211 | &mut window.encoder, Sep 14 16:07:33.074 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected struct `gfx::Encoder`, found struct `gfx::encoder::Encoder` Sep 14 16:07:33.074 INFO kablam! | Sep 14 16:07:33.074 INFO kablam! = note: expected type `&mut gfx::Encoder<_, _>` Sep 14 16:07:33.074 INFO kablam! found type `&mut gfx::encoder::Encoder` Sep 14 16:07:33.074 INFO kablam! note: Perhaps two different versions of crate `gfx` are being used? Sep 14 16:07:33.074 INFO kablam! --> examples/demo.rs:211:17 Sep 14 16:07:33.074 INFO kablam! | Sep 14 16:07:33.074 INFO kablam! 211 | &mut window.encoder, Sep 14 16:07:33.074 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 14 16:07:33.074 INFO kablam! Sep 14 16:07:33.747 INFO kablam! error[E0308]: mismatched types Sep 14 16:07:33.747 INFO kablam! --> examples/south_africa.rs:237:45 Sep 14 16:07:33.747 INFO kablam! | Sep 14 16:07:33.747 INFO kablam! 237 | terrain_bundle.data.out_color = window.output_color.clone(); Sep 14 16:07:33.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::RenderTargetView`, found struct `gfx_core::handle::RenderTargetView` Sep 14 16:07:33.747 INFO kablam! | Sep 14 16:07:33.747 INFO kablam! = note: expected type `gfx::handle::RenderTargetView<_, (gfx::format::R8_G8_B8_A8, gfx::format::Srgb)>` Sep 14 16:07:33.748 INFO kablam! found type `gfx_core::handle::RenderTargetView` Sep 14 16:07:33.748 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 14 16:07:33.748 INFO kablam! --> examples/south_africa.rs:237:45 Sep 14 16:07:33.748 INFO kablam! | Sep 14 16:07:33.748 INFO kablam! 237 | terrain_bundle.data.out_color = window.output_color.clone(); Sep 14 16:07:33.748 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 16:07:33.748 INFO kablam! Sep 14 16:07:35.053 INFO kablam! error[E0308]: mismatched types Sep 14 16:07:35.053 INFO kablam! --> examples/demo.rs:212:17 Sep 14 16:07:35.053 INFO kablam! | Sep 14 16:07:35.053 INFO kablam! 212 | window.output_color.clone(), Sep 14 16:07:35.053 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::RenderTargetView`, found struct `gfx_core::handle::RenderTargetView` Sep 14 16:07:35.053 INFO kablam! | Sep 14 16:07:35.054 INFO kablam! = note: expected type `gfx::handle::RenderTargetView<_, (gfx::format::R8_G8_B8_A8, gfx::format::Srgb)>` Sep 14 16:07:35.054 INFO kablam! found type `gfx_core::handle::RenderTargetView` Sep 14 16:07:35.054 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 14 16:07:35.054 INFO kablam! --> examples/demo.rs:212:17 Sep 14 16:07:35.054 INFO kablam! | Sep 14 16:07:35.054 INFO kablam! 212 | window.output_color.clone(), Sep 14 16:07:35.054 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 16:07:35.054 INFO kablam! Sep 14 16:07:35.703 INFO kablam! error[E0308]: mismatched types Sep 14 16:07:35.703 INFO kablam! --> examples/south_africa.rs:238:55 Sep 14 16:07:35.704 INFO kablam! | Sep 14 16:07:35.704 INFO kablam! 238 | terrain_bundle.data.out_depth_stencil.0 = window.output_stencil.clone(); Sep 14 16:07:35.704 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::DepthStencilView`, found struct `gfx_core::handle::DepthStencilView` Sep 14 16:07:35.704 INFO kablam! | Sep 14 16:07:35.704 INFO kablam! = note: expected type `gfx::handle::DepthStencilView<_, (gfx::format::D24_S8, gfx::format::Unorm)>` Sep 14 16:07:35.704 INFO kablam! found type `gfx_core::handle::DepthStencilView` Sep 14 16:07:35.704 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 14 16:07:35.704 INFO kablam! --> examples/south_africa.rs:238:55 Sep 14 16:07:35.704 INFO kablam! | Sep 14 16:07:35.704 INFO kablam! 238 | terrain_bundle.data.out_depth_stencil.0 = window.output_stencil.clone(); Sep 14 16:07:35.704 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 16:07:35.704 INFO kablam! Sep 14 16:07:36.039 INFO kablam! error: aborting due to 16 previous errors Sep 14 16:07:36.039 INFO kablam! Sep 14 16:07:36.040 INFO kablam! Some errors occurred: E0277, E0308, E0599. Sep 14 16:07:36.040 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 14 16:07:36.069 INFO kablam! error: Could not compile `gfx_draping`. Sep 14 16:07:36.069 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 16:07:36.350 INFO kablam! error[E0308]: mismatched types Sep 14 16:07:36.350 INFO kablam! --> examples/demo.rs:213:17 Sep 14 16:07:36.350 INFO kablam! | Sep 14 16:07:36.350 INFO kablam! 213 | window.output_stencil.clone(), Sep 14 16:07:36.350 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::DepthStencilView`, found struct `gfx_core::handle::DepthStencilView` Sep 14 16:07:36.350 INFO kablam! | Sep 14 16:07:36.351 INFO kablam! = note: expected type `gfx::handle::DepthStencilView<_, (gfx::format::D24_S8, gfx::format::Unorm)>` Sep 14 16:07:36.351 INFO kablam! found type `gfx_core::handle::DepthStencilView` Sep 14 16:07:36.351 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 14 16:07:36.351 INFO kablam! --> examples/demo.rs:213:17 Sep 14 16:07:36.351 INFO kablam! | Sep 14 16:07:36.351 INFO kablam! 213 | window.output_stencil.clone(), Sep 14 16:07:36.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 16:07:36.351 INFO kablam! Sep 14 16:07:37.157 INFO kablam! error[E0308]: mismatched types Sep 14 16:07:37.157 INFO kablam! --> examples/demo.rs:222:45 Sep 14 16:07:37.157 INFO kablam! | Sep 14 16:07:37.157 INFO kablam! 222 | terrain_bundle.data.out_color = window.output_color.clone(); Sep 14 16:07:37.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::RenderTargetView`, found struct `gfx_core::handle::RenderTargetView` Sep 14 16:07:37.157 INFO kablam! | Sep 14 16:07:37.157 INFO kablam! = note: expected type `gfx::handle::RenderTargetView<_, (gfx::format::R8_G8_B8_A8, gfx::format::Srgb)>` Sep 14 16:07:37.157 INFO kablam! found type `gfx_core::handle::RenderTargetView` Sep 14 16:07:37.157 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 14 16:07:37.157 INFO kablam! --> examples/demo.rs:222:45 Sep 14 16:07:37.157 INFO kablam! | Sep 14 16:07:37.157 INFO kablam! 222 | terrain_bundle.data.out_color = window.output_color.clone(); Sep 14 16:07:37.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 16:07:37.158 INFO kablam! Sep 14 16:07:38.000 INFO kablam! error[E0308]: mismatched types Sep 14 16:07:38.000 INFO kablam! --> examples/demo.rs:223:45 Sep 14 16:07:38.000 INFO kablam! | Sep 14 16:07:38.000 INFO kablam! 223 | terrain_bundle.data.out_depth = window.output_stencil.clone(); Sep 14 16:07:38.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::DepthStencilView`, found struct `gfx_core::handle::DepthStencilView` Sep 14 16:07:38.000 INFO kablam! | Sep 14 16:07:38.000 INFO kablam! = note: expected type `gfx::handle::DepthStencilView<_, (gfx::format::D24_S8, gfx::format::Unorm)>` Sep 14 16:07:38.000 INFO kablam! found type `gfx_core::handle::DepthStencilView` Sep 14 16:07:38.001 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 14 16:07:38.001 INFO kablam! --> examples/demo.rs:223:45 Sep 14 16:07:38.001 INFO kablam! | Sep 14 16:07:38.001 INFO kablam! 223 | terrain_bundle.data.out_depth = window.output_stencil.clone(); Sep 14 16:07:38.001 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 16:07:38.001 INFO kablam! Sep 14 16:07:38.206 INFO kablam! error: aborting due to 20 previous errors Sep 14 16:07:38.206 INFO kablam! Sep 14 16:07:38.206 INFO kablam! Some errors occurred: E0277, E0308, E0599. Sep 14 16:07:38.206 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 14 16:07:38.267 INFO kablam! error: Could not compile `gfx_draping`. Sep 14 16:07:38.267 INFO kablam! Sep 14 16:07:38.267 INFO kablam! To learn more, run the command again with --verbose. Sep 14 16:07:38.270 INFO kablam! su: No module specific data is present Sep 14 16:07:39.942 INFO running `"docker" "rm" "-f" "aa82fab2b468ab358ae670a538478bad9e777724462da0d39fa9d853050b3bb0"` Sep 14 16:07:40.287 INFO blam! aa82fab2b468ab358ae670a538478bad9e777724462da0d39fa9d853050b3bb0