Sep 01 03:25:13.058 INFO checking gfx_draping-0.3.0 against master#d0d81b7fc1421859ba0218e8a437af29ae3b0967 for pr-53578 Sep 01 03:25:13.058 INFO running: cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets Sep 01 03:25:13.058 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53578/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-3/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/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 +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 03:25:13.298 INFO blam! 19abd137a9e5cd5b7cb185a0528f8e0f3a12425dca0f4085fae21cf1eddbb60f Sep 01 03:25:13.301 INFO running `"docker" "start" "-a" "19abd137a9e5cd5b7cb185a0528f8e0f3a12425dca0f4085fae21cf1eddbb60f"` Sep 01 03:25:14.683 INFO kablam! Checking fps_counter v0.2.0 Sep 01 03:25:14.688 INFO kablam! Checking piston2d-graphics v0.21.1 Sep 01 03:25:14.701 INFO kablam! Checking png v0.9.0 Sep 01 03:25:14.703 INFO kablam! Checking nalgebra v0.15.3 Sep 01 03:25:14.712 INFO kablam! Checking pistoncore-input v0.19.0 Sep 01 03:25:18.896 INFO kablam! Checking image v0.15.0 Sep 01 03:25:24.001 INFO kablam! Checking pistoncore-window v0.28.0 Sep 01 03:25:24.001 INFO kablam! Checking camera_controllers v0.22.0 Sep 01 03:25:26.171 INFO kablam! Checking pistoncore-event_loop v0.33.0 Sep 01 03:25:26.171 INFO kablam! Checking pistoncore-glutin_window v0.39.1 Sep 01 03:25:28.699 INFO kablam! Checking piston v0.33.0 Sep 01 03:25:32.645 INFO kablam! Checking piston-gfx_texture v0.26.0 Sep 01 03:25:36.180 INFO kablam! Checking piston2d-gfx_graphics v0.43.0 Sep 01 03:25:42.213 INFO kablam! Checking piston_window v0.70.0 Sep 01 03:26:10.735 INFO kablam! Checking spade v1.5.1 Sep 01 03:26:17.192 INFO kablam! Checking geo v0.6.3 Sep 01 03:26:22.467 INFO kablam! Checking geojson v0.9.1 Sep 01 03:26:22.468 INFO kablam! Checking gfx_draping v0.3.0 (file:///source) Sep 01 03:26:38.139 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 01 03:26:38.139 INFO kablam! --> examples/south_africa.rs:126:17 Sep 01 03:26:38.139 INFO kablam! | Sep 01 03:26:38.139 INFO kablam! 126 | factory.create_vertex_buffer_with_slice(&terrain_vertices, terrain_indices.as_slice()); Sep 01 03:26:38.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 03:26:38.139 INFO kablam! | Sep 01 03:26:38.139 INFO kablam! = note: the method `create_vertex_buffer_with_slice` exists but the following trait bounds were not satisfied: Sep 01 03:26:38.139 INFO kablam! `gfx_device_gl::factory::Factory : gfx::traits::FactoryExt<_>` Sep 01 03:26:38.139 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 03:26:38.139 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 03:26:38.139 INFO kablam! | Sep 01 03:26:38.139 INFO kablam! 14 | use gfx::factory::FactoryExt; Sep 01 03:26:38.139 INFO kablam! | Sep 01 03:26:38.139 INFO kablam! Sep 01 03:26:38.142 INFO kablam! error[E0599]: no method named `create_texture_immutable` found for type `gfx_device_gl::factory::Factory` in the current scope Sep 01 03:26:38.142 INFO kablam! --> examples/south_africa.rs:128:10 Sep 01 03:26:38.143 INFO kablam! | Sep 01 03:26:38.143 INFO kablam! 128 | .create_texture_immutable::( Sep 01 03:26:38.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 03:26:38.143 INFO kablam! | Sep 01 03:26:38.143 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 03:26:38.143 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 03:26:38.143 INFO kablam! | Sep 01 03:26:38.143 INFO kablam! 14 | use gfx_core::factory::Factory; Sep 01 03:26:38.143 INFO kablam! | Sep 01 03:26:38.143 INFO kablam! Sep 01 03:26:38.146 INFO kablam! error[E0599]: no method named `create_sampler` found for type `gfx_device_gl::factory::Factory` in the current scope Sep 01 03:26:38.146 INFO kablam! --> examples/south_africa.rs:138:35 Sep 01 03:26:38.146 INFO kablam! | Sep 01 03:26:38.146 INFO kablam! 138 | let terrain_sampler = factory.create_sampler(gfx::texture::SamplerInfo::new( Sep 01 03:26:38.146 INFO kablam! | ^^^^^^^^^^^^^^ Sep 01 03:26:38.147 INFO kablam! | Sep 01 03:26:38.147 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 03:26:38.147 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 03:26:38.147 INFO kablam! | Sep 01 03:26:38.147 INFO kablam! 14 | use gfx_core::factory::Factory; Sep 01 03:26:38.147 INFO kablam! | Sep 01 03:26:38.147 INFO kablam! Sep 01 03:26:38.149 INFO kablam! error[E0599]: no method named `create_shader_set` found for type `gfx_device_gl::factory::Factory` in the current scope Sep 01 03:26:38.149 INFO kablam! --> examples/south_africa.rs:144:10 Sep 01 03:26:38.150 INFO kablam! | Sep 01 03:26:38.150 INFO kablam! 144 | .create_shader_set( Sep 01 03:26:38.150 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 01 03:26:38.150 INFO kablam! | Sep 01 03:26:38.150 INFO kablam! = note: the method `create_shader_set` exists but the following trait bounds were not satisfied: Sep 01 03:26:38.150 INFO kablam! `gfx_device_gl::factory::Factory : gfx::traits::FactoryExt<_>` Sep 01 03:26:38.150 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 03:26:38.150 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 03:26:38.150 INFO kablam! | Sep 01 03:26:38.150 INFO kablam! 14 | use gfx::factory::FactoryExt; Sep 01 03:26:38.150 INFO kablam! | Sep 01 03:26:38.150 INFO kablam! Sep 01 03:26:38.152 INFO kablam! error[E0599]: no method named `create_pipeline_state` found for type `gfx_device_gl::factory::Factory` in the current scope Sep 01 03:26:38.152 INFO kablam! --> examples/south_africa.rs:151:10 Sep 01 03:26:38.152 INFO kablam! | Sep 01 03:26:38.152 INFO kablam! 151 | .create_pipeline_state( Sep 01 03:26:38.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 01 03:26:38.153 INFO kablam! | Sep 01 03:26:38.153 INFO kablam! = note: the method `create_pipeline_state` exists but the following trait bounds were not satisfied: Sep 01 03:26:38.153 INFO kablam! `gfx_device_gl::factory::Factory : gfx::traits::FactoryExt<_>` Sep 01 03:26:38.153 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 03:26:38.153 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 03:26:38.153 INFO kablam! | Sep 01 03:26:38.153 INFO kablam! 14 | use gfx::factory::FactoryExt; Sep 01 03:26:38.153 INFO kablam! | Sep 01 03:26:38.153 INFO kablam! Sep 01 03:26:38.985 INFO kablam! error[E0308]: mismatched types Sep 01 03:26:38.985 INFO kablam! --> examples/south_africa.rs:163:20 Sep 01 03:26:38.985 INFO kablam! | Sep 01 03:26:38.985 INFO kablam! 163 | out_color: window.output_color.clone(), Sep 01 03:26:38.985 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::RenderTargetView`, found struct `gfx_core::handle::RenderTargetView` Sep 01 03:26:38.985 INFO kablam! | Sep 01 03:26:38.985 INFO kablam! = note: expected type `gfx::handle::RenderTargetView<_, (gfx::format::R8_G8_B8_A8, gfx::format::Srgb)>` Sep 01 03:26:38.986 INFO kablam! found type `gfx_core::handle::RenderTargetView` Sep 01 03:26:38.986 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 01 03:26:38.986 INFO kablam! --> examples/south_africa.rs:163:20 Sep 01 03:26:38.986 INFO kablam! | Sep 01 03:26:38.986 INFO kablam! 163 | out_color: window.output_color.clone(), Sep 01 03:26:38.986 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 03:26:38.986 INFO kablam! Sep 01 03:26:39.688 INFO kablam! error[E0308]: mismatched types Sep 01 03:26:39.688 INFO kablam! --> examples/south_africa.rs:164:29 Sep 01 03:26:39.688 INFO kablam! | Sep 01 03:26:39.688 INFO kablam! 164 | out_depth_stencil: (window.output_stencil.clone(), (255, 255)), Sep 01 03:26:39.688 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::DepthStencilView`, found struct `gfx_core::handle::DepthStencilView` Sep 01 03:26:39.688 INFO kablam! | Sep 01 03:26:39.688 INFO kablam! = note: expected type `gfx::handle::DepthStencilView<_, (gfx::format::D24_S8, gfx::format::Unorm)>` Sep 01 03:26:39.688 INFO kablam! found type `gfx_core::handle::DepthStencilView` Sep 01 03:26:39.689 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 01 03:26:39.689 INFO kablam! --> examples/south_africa.rs:164:29 Sep 01 03:26:39.689 INFO kablam! | Sep 01 03:26:39.689 INFO kablam! 164 | out_depth_stencil: (window.output_stencil.clone(), (255, 255)), Sep 01 03:26:39.689 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 03:26:39.689 INFO kablam! Sep 01 03:26:39.690 INFO kablam! error[E0277]: the trait bound `gfx_device_gl::factory::Factory: gfx::Factory<_>` is not satisfied Sep 01 03:26:39.690 INFO kablam! --> examples/south_africa.rs:174:20 Sep 01 03:26:39.690 INFO kablam! | Sep 01 03:26:39.691 INFO kablam! 174 | let renderer = DrapingRenderer::new(&mut factory); Sep 01 03:26:39.691 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `gfx::Factory<_>` is not implemented for `gfx_device_gl::factory::Factory` Sep 01 03:26:39.691 INFO kablam! | Sep 01 03:26:39.691 INFO kablam! = note: required by `>::new` Sep 01 03:26:39.691 INFO kablam! Sep 01 03:26:39.694 INFO kablam! error[E0277]: the trait bound `gfx_device_gl::factory::Factory: gfx::Factory<_>` is not satisfied Sep 01 03:26:39.694 INFO kablam! --> examples/south_africa.rs:181:36 Sep 01 03:26:39.694 INFO kablam! | Sep 01 03:26:39.694 INFO kablam! 181 | let renderable_buffer = buffer.as_renderable(&mut factory); Sep 01 03:26:39.694 INFO kablam! | ^^^^^^^^^^^^^ the trait `gfx::Factory<_>` is not implemented for `gfx_device_gl::factory::Factory` Sep 01 03:26:39.694 INFO kablam! Sep 01 03:26:39.695 INFO kablam! error[E0277]: the trait bound `gfx_device_gl::factory::Factory: gfx::Factory<_>` is not satisfied Sep 01 03:26:39.695 INFO kablam! --> examples/south_africa.rs:182:38 Sep 01 03:26:39.695 INFO kablam! | Sep 01 03:26:39.695 INFO kablam! 182 | let renderable_indices = indices.as_renderable(&mut factory); Sep 01 03:26:39.695 INFO kablam! | ^^^^^^^^^^^^^ the trait `gfx::Factory<_>` is not implemented for `gfx_device_gl::factory::Factory` Sep 01 03:26:39.695 INFO kablam! Sep 01 03:26:40.594 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 01 03:26:40.594 INFO kablam! --> examples/demo.rs:82:17 Sep 01 03:26:40.594 INFO kablam! | Sep 01 03:26:40.594 INFO kablam! 82 | factory.create_vertex_buffer_with_slice(&terrain_vertices, terrain_indices.as_slice()); Sep 01 03:26:40.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 03:26:40.594 INFO kablam! | Sep 01 03:26:40.594 INFO kablam! = note: the method `create_vertex_buffer_with_slice` exists but the following trait bounds were not satisfied: Sep 01 03:26:40.594 INFO kablam! `gfx_device_gl::factory::Factory : gfx::traits::FactoryExt<_>` Sep 01 03:26:40.594 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 03:26:40.594 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 03:26:40.594 INFO kablam! | Sep 01 03:26:40.594 INFO kablam! 10 | use gfx::factory::FactoryExt; Sep 01 03:26:40.594 INFO kablam! | Sep 01 03:26:40.594 INFO kablam! Sep 01 03:26:40.599 INFO kablam! error[E0599]: no method named `create_texture_immutable` found for type `gfx_device_gl::factory::Factory` in the current scope Sep 01 03:26:40.599 INFO kablam! --> examples/demo.rs:84:10 Sep 01 03:26:40.599 INFO kablam! | Sep 01 03:26:40.599 INFO kablam! 84 | .create_texture_immutable::( Sep 01 03:26:40.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 03:26:40.599 INFO kablam! | Sep 01 03:26:40.599 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 03:26:40.599 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 03:26:40.599 INFO kablam! | Sep 01 03:26:40.599 INFO kablam! 10 | use gfx_core::factory::Factory; Sep 01 03:26:40.599 INFO kablam! | Sep 01 03:26:40.599 INFO kablam! Sep 01 03:26:40.605 INFO kablam! error[E0599]: no method named `create_sampler` found for type `gfx_device_gl::factory::Factory` in the current scope Sep 01 03:26:40.605 INFO kablam! --> examples/demo.rs:94:35 Sep 01 03:26:40.605 INFO kablam! | Sep 01 03:26:40.605 INFO kablam! 94 | let terrain_sampler = factory.create_sampler(gfx::texture::SamplerInfo::new( Sep 01 03:26:40.605 INFO kablam! | ^^^^^^^^^^^^^^ Sep 01 03:26:40.605 INFO kablam! | Sep 01 03:26:40.605 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 03:26:40.605 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 03:26:40.605 INFO kablam! | Sep 01 03:26:40.605 INFO kablam! 10 | use gfx_core::factory::Factory; Sep 01 03:26:40.605 INFO kablam! | Sep 01 03:26:40.605 INFO kablam! Sep 01 03:26:40.610 INFO kablam! error[E0599]: no method named `create_shader_set` found for type `gfx_device_gl::factory::Factory` in the current scope Sep 01 03:26:40.610 INFO kablam! --> examples/demo.rs:100:10 Sep 01 03:26:40.610 INFO kablam! | Sep 01 03:26:40.610 INFO kablam! 100 | .create_shader_set( Sep 01 03:26:40.610 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 01 03:26:40.610 INFO kablam! | Sep 01 03:26:40.610 INFO kablam! = note: the method `create_shader_set` exists but the following trait bounds were not satisfied: Sep 01 03:26:40.610 INFO kablam! `gfx_device_gl::factory::Factory : gfx::traits::FactoryExt<_>` Sep 01 03:26:40.610 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 03:26:40.610 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 03:26:40.610 INFO kablam! | Sep 01 03:26:40.610 INFO kablam! 10 | use gfx::factory::FactoryExt; Sep 01 03:26:40.610 INFO kablam! | Sep 01 03:26:40.611 INFO kablam! Sep 01 03:26:40.615 INFO kablam! error[E0599]: no method named `create_pipeline_state` found for type `gfx_device_gl::factory::Factory` in the current scope Sep 01 03:26:40.615 INFO kablam! --> examples/demo.rs:107:10 Sep 01 03:26:40.615 INFO kablam! | Sep 01 03:26:40.615 INFO kablam! 107 | .create_pipeline_state( Sep 01 03:26:40.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 01 03:26:40.615 INFO kablam! | Sep 01 03:26:40.615 INFO kablam! = note: the method `create_pipeline_state` exists but the following trait bounds were not satisfied: Sep 01 03:26:40.616 INFO kablam! `gfx_device_gl::factory::Factory : gfx::traits::FactoryExt<_>` Sep 01 03:26:40.616 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 03:26:40.616 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 03:26:40.616 INFO kablam! | Sep 01 03:26:40.616 INFO kablam! 10 | use gfx::factory::FactoryExt; Sep 01 03:26:40.616 INFO kablam! | Sep 01 03:26:40.616 INFO kablam! Sep 01 03:26:40.700 INFO kablam! error[E0308]: mismatched types Sep 01 03:26:40.700 INFO kablam! --> examples/south_africa.rs:215:35 Sep 01 03:26:40.700 INFO kablam! | Sep 01 03:26:40.701 INFO kablam! 215 | terrain_bundle.encode(&mut window.encoder); Sep 01 03:26:40.701 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected struct `gfx::Encoder`, found struct `gfx::encoder::Encoder` Sep 01 03:26:40.701 INFO kablam! | Sep 01 03:26:40.701 INFO kablam! = note: expected type `&mut gfx::Encoder<_, _>` Sep 01 03:26:40.701 INFO kablam! found type `&mut gfx::encoder::Encoder` Sep 01 03:26:40.701 INFO kablam! note: Perhaps two different versions of crate `gfx` are being used? Sep 01 03:26:40.701 INFO kablam! --> examples/south_africa.rs:215:35 Sep 01 03:26:40.702 INFO kablam! | Sep 01 03:26:40.702 INFO kablam! 215 | terrain_bundle.encode(&mut window.encoder); Sep 01 03:26:40.702 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 01 03:26:40.702 INFO kablam! Sep 01 03:26:41.485 INFO kablam! error[E0308]: mismatched types Sep 01 03:26:41.485 INFO kablam! --> examples/demo.rs:119:20 Sep 01 03:26:41.485 INFO kablam! | Sep 01 03:26:41.485 INFO kablam! 119 | out_color: window.output_color.clone(), Sep 01 03:26:41.485 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::RenderTargetView`, found struct `gfx_core::handle::RenderTargetView` Sep 01 03:26:41.485 INFO kablam! | Sep 01 03:26:41.485 INFO kablam! = note: expected type `gfx::handle::RenderTargetView<_, (gfx::format::R8_G8_B8_A8, gfx::format::Srgb)>` Sep 01 03:26:41.485 INFO kablam! found type `gfx_core::handle::RenderTargetView` Sep 01 03:26:41.485 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 01 03:26:41.485 INFO kablam! --> examples/demo.rs:119:20 Sep 01 03:26:41.485 INFO kablam! | Sep 01 03:26:41.485 INFO kablam! 119 | out_color: window.output_color.clone(), Sep 01 03:26:41.485 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 03:26:41.485 INFO kablam! Sep 01 03:26:42.166 INFO kablam! error[E0308]: mismatched types Sep 01 03:26:42.166 INFO kablam! --> examples/demo.rs:120:20 Sep 01 03:26:42.166 INFO kablam! | Sep 01 03:26:42.166 INFO kablam! 120 | out_depth: window.output_stencil.clone(), Sep 01 03:26:42.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::DepthStencilView`, found struct `gfx_core::handle::DepthStencilView` Sep 01 03:26:42.167 INFO kablam! | Sep 01 03:26:42.167 INFO kablam! = note: expected type `gfx::handle::DepthStencilView<_, (gfx::format::D24_S8, gfx::format::Unorm)>` Sep 01 03:26:42.167 INFO kablam! found type `gfx_core::handle::DepthStencilView` Sep 01 03:26:42.167 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 01 03:26:42.167 INFO kablam! --> examples/demo.rs:120:20 Sep 01 03:26:42.167 INFO kablam! | Sep 01 03:26:42.167 INFO kablam! 120 | out_depth: window.output_stencil.clone(), Sep 01 03:26:42.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 03:26:42.167 INFO kablam! Sep 01 03:26:42.183 INFO kablam! error[E0277]: the trait bound `gfx_device_gl::factory::Factory: gfx::Factory<_>` is not satisfied Sep 01 03:26:42.183 INFO kablam! --> examples/demo.rs:162:20 Sep 01 03:26:42.184 INFO kablam! | Sep 01 03:26:42.184 INFO kablam! 162 | let renderer = DrapingRenderer::new(&mut factory); Sep 01 03:26:42.184 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `gfx::Factory<_>` is not implemented for `gfx_device_gl::factory::Factory` Sep 01 03:26:42.184 INFO kablam! | Sep 01 03:26:42.184 INFO kablam! = note: required by `>::new` Sep 01 03:26:42.184 INFO kablam! Sep 01 03:26:42.185 INFO kablam! error[E0277]: the trait bound `gfx_device_gl::factory::Factory: gfx::Factory<_>` is not satisfied Sep 01 03:26:42.185 INFO kablam! --> examples/demo.rs:163:36 Sep 01 03:26:42.185 INFO kablam! | Sep 01 03:26:42.185 INFO kablam! 163 | let renderable_buffer = buffer.as_renderable(&mut factory); Sep 01 03:26:42.185 INFO kablam! | ^^^^^^^^^^^^^ the trait `gfx::Factory<_>` is not implemented for `gfx_device_gl::factory::Factory` Sep 01 03:26:42.185 INFO kablam! Sep 01 03:26:42.185 INFO kablam! error[E0277]: the trait bound `gfx_device_gl::factory::Factory: gfx::Factory<_>` is not satisfied Sep 01 03:26:42.185 INFO kablam! --> examples/demo.rs:164:40 Sep 01 03:26:42.185 INFO kablam! | Sep 01 03:26:42.185 INFO kablam! 164 | let renderable_indices1 = indices1.as_renderable(&mut factory); Sep 01 03:26:42.185 INFO kablam! | ^^^^^^^^^^^^^ the trait `gfx::Factory<_>` is not implemented for `gfx_device_gl::factory::Factory` Sep 01 03:26:42.185 INFO kablam! Sep 01 03:26:42.186 INFO kablam! error[E0277]: the trait bound `gfx_device_gl::factory::Factory: gfx::Factory<_>` is not satisfied Sep 01 03:26:42.186 INFO kablam! --> examples/demo.rs:165:40 Sep 01 03:26:42.186 INFO kablam! | Sep 01 03:26:42.186 INFO kablam! 165 | let renderable_indices2 = indices2.as_renderable(&mut factory); Sep 01 03:26:42.186 INFO kablam! | ^^^^^^^^^^^^^ the trait `gfx::Factory<_>` is not implemented for `gfx_device_gl::factory::Factory` Sep 01 03:26:42.186 INFO kablam! Sep 01 03:26:42.309 INFO kablam! error[E0308]: mismatched types Sep 01 03:26:42.309 INFO kablam! --> examples/south_africa.rs:220:17 Sep 01 03:26:42.309 INFO kablam! | Sep 01 03:26:42.309 INFO kablam! 220 | &mut window.encoder, Sep 01 03:26:42.309 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected struct `gfx::Encoder`, found struct `gfx::encoder::Encoder` Sep 01 03:26:42.309 INFO kablam! | Sep 01 03:26:42.309 INFO kablam! = note: expected type `&mut gfx::Encoder<_, _>` Sep 01 03:26:42.309 INFO kablam! found type `&mut gfx::encoder::Encoder` Sep 01 03:26:42.309 INFO kablam! note: Perhaps two different versions of crate `gfx` are being used? Sep 01 03:26:42.309 INFO kablam! --> examples/south_africa.rs:220:17 Sep 01 03:26:42.309 INFO kablam! | Sep 01 03:26:42.309 INFO kablam! 220 | &mut window.encoder, Sep 01 03:26:42.309 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 01 03:26:42.309 INFO kablam! Sep 01 03:26:43.250 INFO kablam! error[E0308]: mismatched types Sep 01 03:26:43.250 INFO kablam! --> examples/demo.rs:196:35 Sep 01 03:26:43.250 INFO kablam! | Sep 01 03:26:43.250 INFO kablam! 196 | terrain_bundle.encode(&mut window.encoder); Sep 01 03:26:43.250 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected struct `gfx::Encoder`, found struct `gfx::encoder::Encoder` Sep 01 03:26:43.250 INFO kablam! | Sep 01 03:26:43.250 INFO kablam! = note: expected type `&mut gfx::Encoder<_, _>` Sep 01 03:26:43.250 INFO kablam! found type `&mut gfx::encoder::Encoder` Sep 01 03:26:43.250 INFO kablam! note: Perhaps two different versions of crate `gfx` are being used? Sep 01 03:26:43.250 INFO kablam! --> examples/demo.rs:196:35 Sep 01 03:26:43.250 INFO kablam! | Sep 01 03:26:43.250 INFO kablam! 196 | terrain_bundle.encode(&mut window.encoder); Sep 01 03:26:43.250 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 01 03:26:43.250 INFO kablam! Sep 01 03:26:43.847 INFO kablam! error[E0308]: mismatched types Sep 01 03:26:43.847 INFO kablam! --> examples/south_africa.rs:221:17 Sep 01 03:26:43.847 INFO kablam! | Sep 01 03:26:43.847 INFO kablam! 221 | window.output_color.clone(), Sep 01 03:26:43.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::RenderTargetView`, found struct `gfx_core::handle::RenderTargetView` Sep 01 03:26:43.847 INFO kablam! | Sep 01 03:26:43.847 INFO kablam! = note: expected type `gfx::handle::RenderTargetView<_, (gfx::format::R8_G8_B8_A8, gfx::format::Srgb)>` Sep 01 03:26:43.847 INFO kablam! found type `gfx_core::handle::RenderTargetView` Sep 01 03:26:43.847 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 01 03:26:43.847 INFO kablam! --> examples/south_africa.rs:221:17 Sep 01 03:26:43.847 INFO kablam! | Sep 01 03:26:43.847 INFO kablam! 221 | window.output_color.clone(), Sep 01 03:26:43.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 03:26:43.847 INFO kablam! Sep 01 03:26:44.025 INFO kablam! error[E0308]: mismatched types Sep 01 03:26:44.025 INFO kablam! --> examples/demo.rs:201:17 Sep 01 03:26:44.025 INFO kablam! | Sep 01 03:26:44.025 INFO kablam! 201 | &mut window.encoder, Sep 01 03:26:44.025 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected struct `gfx::Encoder`, found struct `gfx::encoder::Encoder` Sep 01 03:26:44.025 INFO kablam! | Sep 01 03:26:44.025 INFO kablam! = note: expected type `&mut gfx::Encoder<_, _>` Sep 01 03:26:44.025 INFO kablam! found type `&mut gfx::encoder::Encoder` Sep 01 03:26:44.025 INFO kablam! note: Perhaps two different versions of crate `gfx` are being used? Sep 01 03:26:44.025 INFO kablam! --> examples/demo.rs:201:17 Sep 01 03:26:44.025 INFO kablam! | Sep 01 03:26:44.025 INFO kablam! 201 | &mut window.encoder, Sep 01 03:26:44.025 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 01 03:26:44.026 INFO kablam! Sep 01 03:26:44.752 INFO kablam! error[E0308]: mismatched types Sep 01 03:26:44.752 INFO kablam! --> examples/demo.rs:202:17 Sep 01 03:26:44.752 INFO kablam! | Sep 01 03:26:44.752 INFO kablam! 202 | window.output_color.clone(), Sep 01 03:26:44.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::RenderTargetView`, found struct `gfx_core::handle::RenderTargetView` Sep 01 03:26:44.753 INFO kablam! | Sep 01 03:26:44.753 INFO kablam! = note: expected type `gfx::handle::RenderTargetView<_, (gfx::format::R8_G8_B8_A8, gfx::format::Srgb)>` Sep 01 03:26:44.753 INFO kablam! found type `gfx_core::handle::RenderTargetView` Sep 01 03:26:44.753 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 01 03:26:44.753 INFO kablam! --> examples/demo.rs:202:17 Sep 01 03:26:44.753 INFO kablam! | Sep 01 03:26:44.753 INFO kablam! 202 | window.output_color.clone(), Sep 01 03:26:44.753 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 03:26:44.753 INFO kablam! Sep 01 03:26:45.403 INFO kablam! error[E0308]: mismatched types Sep 01 03:26:45.403 INFO kablam! --> examples/south_africa.rs:222:17 Sep 01 03:26:45.403 INFO kablam! | Sep 01 03:26:45.403 INFO kablam! 222 | window.output_stencil.clone(), Sep 01 03:26:45.403 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::DepthStencilView`, found struct `gfx_core::handle::DepthStencilView` Sep 01 03:26:45.403 INFO kablam! | Sep 01 03:26:45.403 INFO kablam! = note: expected type `gfx::handle::DepthStencilView<_, (gfx::format::D24_S8, gfx::format::Unorm)>` Sep 01 03:26:45.403 INFO kablam! found type `gfx_core::handle::DepthStencilView` Sep 01 03:26:45.403 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 01 03:26:45.403 INFO kablam! --> examples/south_africa.rs:222:17 Sep 01 03:26:45.403 INFO kablam! | Sep 01 03:26:45.403 INFO kablam! 222 | window.output_stencil.clone(), Sep 01 03:26:45.403 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 03:26:45.403 INFO kablam! Sep 01 03:26:45.483 INFO kablam! error[E0308]: mismatched types Sep 01 03:26:45.483 INFO kablam! --> examples/demo.rs:203:17 Sep 01 03:26:45.483 INFO kablam! | Sep 01 03:26:45.483 INFO kablam! 203 | window.output_stencil.clone(), Sep 01 03:26:45.483 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::DepthStencilView`, found struct `gfx_core::handle::DepthStencilView` Sep 01 03:26:45.483 INFO kablam! | Sep 01 03:26:45.483 INFO kablam! = note: expected type `gfx::handle::DepthStencilView<_, (gfx::format::D24_S8, gfx::format::Unorm)>` Sep 01 03:26:45.484 INFO kablam! found type `gfx_core::handle::DepthStencilView` Sep 01 03:26:45.484 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 01 03:26:45.484 INFO kablam! --> examples/demo.rs:203:17 Sep 01 03:26:45.484 INFO kablam! | Sep 01 03:26:45.484 INFO kablam! 203 | window.output_stencil.clone(), Sep 01 03:26:45.484 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 03:26:45.484 INFO kablam! Sep 01 03:26:46.573 INFO kablam! error[E0308]: mismatched types Sep 01 03:26:46.573 INFO kablam! --> examples/demo.rs:211:17 Sep 01 03:26:46.573 INFO kablam! | Sep 01 03:26:46.573 INFO kablam! 211 | &mut window.encoder, Sep 01 03:26:46.573 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected struct `gfx::Encoder`, found struct `gfx::encoder::Encoder` Sep 01 03:26:46.573 INFO kablam! | Sep 01 03:26:46.573 INFO kablam! = note: expected type `&mut gfx::Encoder<_, _>` Sep 01 03:26:46.573 INFO kablam! found type `&mut gfx::encoder::Encoder` Sep 01 03:26:46.573 INFO kablam! note: Perhaps two different versions of crate `gfx` are being used? Sep 01 03:26:46.573 INFO kablam! --> examples/demo.rs:211:17 Sep 01 03:26:46.573 INFO kablam! | Sep 01 03:26:46.573 INFO kablam! 211 | &mut window.encoder, Sep 01 03:26:46.573 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 01 03:26:46.573 INFO kablam! Sep 01 03:26:46.955 INFO kablam! error[E0308]: mismatched types Sep 01 03:26:46.955 INFO kablam! --> examples/south_africa.rs:237:45 Sep 01 03:26:46.955 INFO kablam! | Sep 01 03:26:46.955 INFO kablam! 237 | terrain_bundle.data.out_color = window.output_color.clone(); Sep 01 03:26:46.956 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::RenderTargetView`, found struct `gfx_core::handle::RenderTargetView` Sep 01 03:26:46.956 INFO kablam! | Sep 01 03:26:46.956 INFO kablam! = note: expected type `gfx::handle::RenderTargetView<_, (gfx::format::R8_G8_B8_A8, gfx::format::Srgb)>` Sep 01 03:26:46.956 INFO kablam! found type `gfx_core::handle::RenderTargetView` Sep 01 03:26:46.956 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 01 03:26:46.956 INFO kablam! --> examples/south_africa.rs:237:45 Sep 01 03:26:46.956 INFO kablam! | Sep 01 03:26:46.956 INFO kablam! 237 | terrain_bundle.data.out_color = window.output_color.clone(); Sep 01 03:26:46.956 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 03:26:46.956 INFO kablam! Sep 01 03:26:47.727 INFO kablam! error[E0308]: mismatched types Sep 01 03:26:47.727 INFO kablam! --> examples/demo.rs:212:17 Sep 01 03:26:47.727 INFO kablam! | Sep 01 03:26:47.727 INFO kablam! 212 | window.output_color.clone(), Sep 01 03:26:47.728 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::RenderTargetView`, found struct `gfx_core::handle::RenderTargetView` Sep 01 03:26:47.728 INFO kablam! | Sep 01 03:26:47.728 INFO kablam! = note: expected type `gfx::handle::RenderTargetView<_, (gfx::format::R8_G8_B8_A8, gfx::format::Srgb)>` Sep 01 03:26:47.728 INFO kablam! found type `gfx_core::handle::RenderTargetView` Sep 01 03:26:47.728 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 01 03:26:47.728 INFO kablam! --> examples/demo.rs:212:17 Sep 01 03:26:47.728 INFO kablam! | Sep 01 03:26:47.728 INFO kablam! 212 | window.output_color.clone(), Sep 01 03:26:47.728 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 03:26:47.728 INFO kablam! Sep 01 03:26:48.222 INFO kablam! error[E0308]: mismatched types Sep 01 03:26:48.222 INFO kablam! --> examples/south_africa.rs:238:55 Sep 01 03:26:48.222 INFO kablam! | Sep 01 03:26:48.222 INFO kablam! 238 | terrain_bundle.data.out_depth_stencil.0 = window.output_stencil.clone(); Sep 01 03:26:48.222 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::DepthStencilView`, found struct `gfx_core::handle::DepthStencilView` Sep 01 03:26:48.222 INFO kablam! | Sep 01 03:26:48.222 INFO kablam! = note: expected type `gfx::handle::DepthStencilView<_, (gfx::format::D24_S8, gfx::format::Unorm)>` Sep 01 03:26:48.222 INFO kablam! found type `gfx_core::handle::DepthStencilView` Sep 01 03:26:48.222 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 01 03:26:48.222 INFO kablam! --> examples/south_africa.rs:238:55 Sep 01 03:26:48.222 INFO kablam! | Sep 01 03:26:48.222 INFO kablam! 238 | terrain_bundle.data.out_depth_stencil.0 = window.output_stencil.clone(); Sep 01 03:26:48.222 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 03:26:48.222 INFO kablam! Sep 01 03:26:48.479 INFO kablam! error: aborting due to 16 previous errors Sep 01 03:26:48.479 INFO kablam! Sep 01 03:26:48.479 INFO kablam! Some errors occurred: E0277, E0308, E0599. Sep 01 03:26:48.479 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 01 03:26:48.494 INFO kablam! error: Could not compile `gfx_draping`. Sep 01 03:26:48.495 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 03:26:48.659 INFO kablam! error[E0308]: mismatched types Sep 01 03:26:48.659 INFO kablam! --> examples/demo.rs:213:17 Sep 01 03:26:48.659 INFO kablam! | Sep 01 03:26:48.659 INFO kablam! 213 | window.output_stencil.clone(), Sep 01 03:26:48.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::DepthStencilView`, found struct `gfx_core::handle::DepthStencilView` Sep 01 03:26:48.659 INFO kablam! | Sep 01 03:26:48.659 INFO kablam! = note: expected type `gfx::handle::DepthStencilView<_, (gfx::format::D24_S8, gfx::format::Unorm)>` Sep 01 03:26:48.659 INFO kablam! found type `gfx_core::handle::DepthStencilView` Sep 01 03:26:48.659 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 01 03:26:48.660 INFO kablam! --> examples/demo.rs:213:17 Sep 01 03:26:48.660 INFO kablam! | Sep 01 03:26:48.660 INFO kablam! 213 | window.output_stencil.clone(), Sep 01 03:26:48.660 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 03:26:48.660 INFO kablam! Sep 01 03:26:49.547 INFO kablam! error[E0308]: mismatched types Sep 01 03:26:49.547 INFO kablam! --> examples/demo.rs:222:45 Sep 01 03:26:49.547 INFO kablam! | Sep 01 03:26:49.547 INFO kablam! 222 | terrain_bundle.data.out_color = window.output_color.clone(); Sep 01 03:26:49.547 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::RenderTargetView`, found struct `gfx_core::handle::RenderTargetView` Sep 01 03:26:49.547 INFO kablam! | Sep 01 03:26:49.547 INFO kablam! = note: expected type `gfx::handle::RenderTargetView<_, (gfx::format::R8_G8_B8_A8, gfx::format::Srgb)>` Sep 01 03:26:49.547 INFO kablam! found type `gfx_core::handle::RenderTargetView` Sep 01 03:26:49.547 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 01 03:26:49.547 INFO kablam! --> examples/demo.rs:222:45 Sep 01 03:26:49.547 INFO kablam! | Sep 01 03:26:49.547 INFO kablam! 222 | terrain_bundle.data.out_color = window.output_color.clone(); Sep 01 03:26:49.547 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 03:26:49.547 INFO kablam! Sep 01 03:26:50.402 INFO kablam! error[E0308]: mismatched types Sep 01 03:26:50.402 INFO kablam! --> examples/demo.rs:223:45 Sep 01 03:26:50.402 INFO kablam! | Sep 01 03:26:50.402 INFO kablam! 223 | terrain_bundle.data.out_depth = window.output_stencil.clone(); Sep 01 03:26:50.402 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::DepthStencilView`, found struct `gfx_core::handle::DepthStencilView` Sep 01 03:26:50.402 INFO kablam! | Sep 01 03:26:50.402 INFO kablam! = note: expected type `gfx::handle::DepthStencilView<_, (gfx::format::D24_S8, gfx::format::Unorm)>` Sep 01 03:26:50.402 INFO kablam! found type `gfx_core::handle::DepthStencilView` Sep 01 03:26:50.402 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 01 03:26:50.402 INFO kablam! --> examples/demo.rs:223:45 Sep 01 03:26:50.402 INFO kablam! | Sep 01 03:26:50.402 INFO kablam! 223 | terrain_bundle.data.out_depth = window.output_stencil.clone(); Sep 01 03:26:50.402 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 03:26:50.402 INFO kablam! Sep 01 03:26:50.678 INFO kablam! error: aborting due to 20 previous errors Sep 01 03:26:50.678 INFO kablam! Sep 01 03:26:50.678 INFO kablam! Some errors occurred: E0277, E0308, E0599. Sep 01 03:26:50.678 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 01 03:26:50.706 INFO kablam! error: Could not compile `gfx_draping`. Sep 01 03:26:50.706 INFO kablam! Sep 01 03:26:50.706 INFO kablam! To learn more, run the command again with --verbose. Sep 01 03:26:50.708 INFO kablam! su: No module specific data is present Sep 01 03:26:51.152 INFO running `"docker" "rm" "-f" "19abd137a9e5cd5b7cb185a0528f8e0f3a12425dca0f4085fae21cf1eddbb60f"` Sep 01 03:26:51.289 INFO blam! 19abd137a9e5cd5b7cb185a0528f8e0f3a12425dca0f4085fae21cf1eddbb60f