Sep 20 01:18:40.644 INFO checking gfx_draping-0.3.0 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 20 01:18:40.644 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 20 01:18:40.644 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-4/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 01:18:41.077 INFO blam! 272250cb3efad9c8d29c6d5bd4f63ce9c93dd8cd538157083cce9458624c02c5 Sep 20 01:18:41.079 INFO running `"docker" "start" "-a" "272250cb3efad9c8d29c6d5bd4f63ce9c93dd8cd538157083cce9458624c02c5"` Sep 20 01:18:42.830 INFO kablam! usermod: no changes Sep 20 01:18:43.449 INFO kablam! Checking fps_counter v0.2.0 Sep 20 01:18:43.454 INFO kablam! Checking pistoncore-input v0.19.0 Sep 20 01:18:43.467 INFO kablam! Checking spade v1.5.1 Sep 20 01:18:43.467 INFO kablam! Checking image v0.15.0 Sep 20 01:18:47.145 INFO kablam! Checking pistoncore-window v0.28.0 Sep 20 01:18:47.145 INFO kablam! Checking camera_controllers v0.22.0 Sep 20 01:18:48.743 INFO kablam! Checking geo v0.6.3 Sep 20 01:18:49.209 INFO kablam! Checking pistoncore-event_loop v0.33.0 Sep 20 01:18:49.211 INFO kablam! Checking pistoncore-glutin_window v0.39.1 Sep 20 01:18:51.655 INFO kablam! Checking piston-gfx_texture v0.26.0 Sep 20 01:18:51.695 INFO kablam! Checking piston v0.33.0 Sep 20 01:18:54.483 INFO kablam! Checking geojson v0.9.1 Sep 20 01:18:54.484 INFO kablam! Checking gfx_draping v0.3.0 (/source) Sep 20 01:18:55.920 INFO kablam! Checking piston2d-gfx_graphics v0.43.0 Sep 20 01:19:01.051 INFO kablam! Checking piston_window v0.70.0 Sep 20 01:19:07.927 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 20 01:19:07.927 INFO kablam! --> examples/demo.rs:82:17 Sep 20 01:19:07.927 INFO kablam! | Sep 20 01:19:07.927 INFO kablam! 82 | factory.create_vertex_buffer_with_slice(&terrain_vertices, terrain_indices.as_slice()); Sep 20 01:19:07.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 01:19:07.927 INFO kablam! | Sep 20 01:19:07.927 INFO kablam! = note: the method `create_vertex_buffer_with_slice` exists but the following trait bounds were not satisfied: Sep 20 01:19:07.927 INFO kablam! `gfx_device_gl::factory::Factory : gfx::traits::FactoryExt<_>` Sep 20 01:19:07.927 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 01:19:07.927 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 01:19:07.927 INFO kablam! | Sep 20 01:19:07.927 INFO kablam! 10 | use gfx::factory::FactoryExt; Sep 20 01:19:07.927 INFO kablam! | Sep 20 01:19:07.927 INFO kablam! Sep 20 01:19:07.927 INFO kablam! error[E0599]: no method named `create_texture_immutable` found for type `gfx_device_gl::factory::Factory` in the current scope Sep 20 01:19:07.927 INFO kablam! --> examples/demo.rs:84:10 Sep 20 01:19:07.927 INFO kablam! | Sep 20 01:19:07.927 INFO kablam! 84 | .create_texture_immutable::( Sep 20 01:19:07.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 01:19:07.927 INFO kablam! | Sep 20 01:19:07.927 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 01:19:07.927 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 01:19:07.927 INFO kablam! | Sep 20 01:19:07.927 INFO kablam! 10 | use gfx_core::factory::Factory; Sep 20 01:19:07.927 INFO kablam! | Sep 20 01:19:07.927 INFO kablam! Sep 20 01:19:07.958 INFO kablam! error[E0599]: no method named `create_sampler` found for type `gfx_device_gl::factory::Factory` in the current scope Sep 20 01:19:07.959 INFO kablam! --> examples/demo.rs:94:35 Sep 20 01:19:07.959 INFO kablam! | Sep 20 01:19:07.959 INFO kablam! 94 | let terrain_sampler = factory.create_sampler(gfx::texture::SamplerInfo::new( Sep 20 01:19:07.959 INFO kablam! | ^^^^^^^^^^^^^^ Sep 20 01:19:07.959 INFO kablam! | Sep 20 01:19:07.959 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 01:19:07.959 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 01:19:07.959 INFO kablam! | Sep 20 01:19:07.959 INFO kablam! 10 | use gfx_core::factory::Factory; Sep 20 01:19:07.959 INFO kablam! | Sep 20 01:19:07.959 INFO kablam! Sep 20 01:19:07.959 INFO kablam! error[E0599]: no method named `create_shader_set` found for type `gfx_device_gl::factory::Factory` in the current scope Sep 20 01:19:07.959 INFO kablam! --> examples/demo.rs:100:10 Sep 20 01:19:07.959 INFO kablam! | Sep 20 01:19:07.959 INFO kablam! 100 | .create_shader_set( Sep 20 01:19:07.959 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 20 01:19:07.959 INFO kablam! | Sep 20 01:19:07.959 INFO kablam! = note: the method `create_shader_set` exists but the following trait bounds were not satisfied: Sep 20 01:19:07.959 INFO kablam! `gfx_device_gl::factory::Factory : gfx::traits::FactoryExt<_>` Sep 20 01:19:07.959 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 01:19:07.959 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 01:19:07.959 INFO kablam! | Sep 20 01:19:07.959 INFO kablam! 10 | use gfx::factory::FactoryExt; Sep 20 01:19:07.959 INFO kablam! | Sep 20 01:19:07.959 INFO kablam! Sep 20 01:19:07.959 INFO kablam! error[E0599]: no method named `create_pipeline_state` found for type `gfx_device_gl::factory::Factory` in the current scope Sep 20 01:19:07.959 INFO kablam! --> examples/demo.rs:107:10 Sep 20 01:19:07.959 INFO kablam! | Sep 20 01:19:07.959 INFO kablam! 107 | .create_pipeline_state( Sep 20 01:19:07.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 20 01:19:07.959 INFO kablam! | Sep 20 01:19:07.959 INFO kablam! = note: the method `create_pipeline_state` exists but the following trait bounds were not satisfied: Sep 20 01:19:07.959 INFO kablam! `gfx_device_gl::factory::Factory : gfx::traits::FactoryExt<_>` Sep 20 01:19:07.959 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 01:19:07.959 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 01:19:07.959 INFO kablam! | Sep 20 01:19:07.959 INFO kablam! 10 | use gfx::factory::FactoryExt; Sep 20 01:19:07.959 INFO kablam! | Sep 20 01:19:07.959 INFO kablam! Sep 20 01:19:08.215 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 20 01:19:08.215 INFO kablam! --> examples/south_africa.rs:126:17 Sep 20 01:19:08.215 INFO kablam! | Sep 20 01:19:08.215 INFO kablam! 126 | factory.create_vertex_buffer_with_slice(&terrain_vertices, terrain_indices.as_slice()); Sep 20 01:19:08.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 01:19:08.215 INFO kablam! | Sep 20 01:19:08.215 INFO kablam! = note: the method `create_vertex_buffer_with_slice` exists but the following trait bounds were not satisfied: Sep 20 01:19:08.215 INFO kablam! `gfx_device_gl::factory::Factory : gfx::traits::FactoryExt<_>` Sep 20 01:19:08.215 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 01:19:08.215 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 01:19:08.215 INFO kablam! | Sep 20 01:19:08.215 INFO kablam! 14 | use gfx::factory::FactoryExt; Sep 20 01:19:08.215 INFO kablam! | Sep 20 01:19:08.215 INFO kablam! Sep 20 01:19:08.224 INFO kablam! error[E0599]: no method named `create_texture_immutable` found for type `gfx_device_gl::factory::Factory` in the current scope Sep 20 01:19:08.224 INFO kablam! --> examples/south_africa.rs:128:10 Sep 20 01:19:08.224 INFO kablam! | Sep 20 01:19:08.224 INFO kablam! 128 | .create_texture_immutable::( Sep 20 01:19:08.224 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 01:19:08.224 INFO kablam! | Sep 20 01:19:08.224 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 01:19:08.224 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 01:19:08.224 INFO kablam! | Sep 20 01:19:08.224 INFO kablam! 14 | use gfx_core::factory::Factory; Sep 20 01:19:08.224 INFO kablam! | Sep 20 01:19:08.224 INFO kablam! Sep 20 01:19:08.224 INFO kablam! error[E0599]: no method named `create_sampler` found for type `gfx_device_gl::factory::Factory` in the current scope Sep 20 01:19:08.224 INFO kablam! --> examples/south_africa.rs:138:35 Sep 20 01:19:08.224 INFO kablam! | Sep 20 01:19:08.224 INFO kablam! 138 | let terrain_sampler = factory.create_sampler(gfx::texture::SamplerInfo::new( Sep 20 01:19:08.224 INFO kablam! | ^^^^^^^^^^^^^^ Sep 20 01:19:08.225 INFO kablam! | Sep 20 01:19:08.225 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 01:19:08.225 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 01:19:08.225 INFO kablam! | Sep 20 01:19:08.225 INFO kablam! 14 | use gfx_core::factory::Factory; Sep 20 01:19:08.225 INFO kablam! | Sep 20 01:19:08.225 INFO kablam! Sep 20 01:19:08.236 INFO kablam! error[E0599]: no method named `create_shader_set` found for type `gfx_device_gl::factory::Factory` in the current scope Sep 20 01:19:08.236 INFO kablam! --> examples/south_africa.rs:144:10 Sep 20 01:19:08.236 INFO kablam! | Sep 20 01:19:08.236 INFO kablam! 144 | .create_shader_set( Sep 20 01:19:08.236 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 20 01:19:08.236 INFO kablam! | Sep 20 01:19:08.236 INFO kablam! = note: the method `create_shader_set` exists but the following trait bounds were not satisfied: Sep 20 01:19:08.236 INFO kablam! `gfx_device_gl::factory::Factory : gfx::traits::FactoryExt<_>` Sep 20 01:19:08.236 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 01:19:08.236 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 01:19:08.236 INFO kablam! | Sep 20 01:19:08.236 INFO kablam! 14 | use gfx::factory::FactoryExt; Sep 20 01:19:08.236 INFO kablam! | Sep 20 01:19:08.236 INFO kablam! Sep 20 01:19:08.236 INFO kablam! error[E0599]: no method named `create_pipeline_state` found for type `gfx_device_gl::factory::Factory` in the current scope Sep 20 01:19:08.236 INFO kablam! --> examples/south_africa.rs:151:10 Sep 20 01:19:08.236 INFO kablam! | Sep 20 01:19:08.236 INFO kablam! 151 | .create_pipeline_state( Sep 20 01:19:08.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 20 01:19:08.236 INFO kablam! | Sep 20 01:19:08.236 INFO kablam! = note: the method `create_pipeline_state` exists but the following trait bounds were not satisfied: Sep 20 01:19:08.236 INFO kablam! `gfx_device_gl::factory::Factory : gfx::traits::FactoryExt<_>` Sep 20 01:19:08.236 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 01:19:08.236 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 01:19:08.236 INFO kablam! | Sep 20 01:19:08.236 INFO kablam! 14 | use gfx::factory::FactoryExt; Sep 20 01:19:08.236 INFO kablam! | Sep 20 01:19:08.236 INFO kablam! Sep 20 01:19:09.207 INFO kablam! error[E0308]: mismatched types Sep 20 01:19:09.207 INFO kablam! --> examples/demo.rs:119:20 Sep 20 01:19:09.207 INFO kablam! | Sep 20 01:19:09.207 INFO kablam! 119 | out_color: window.output_color.clone(), Sep 20 01:19:09.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::RenderTargetView`, found struct `gfx_core::handle::RenderTargetView` Sep 20 01:19:09.207 INFO kablam! | Sep 20 01:19:09.207 INFO kablam! = note: expected type `gfx::handle::RenderTargetView<_, (gfx::format::R8_G8_B8_A8, gfx::format::Srgb)>` Sep 20 01:19:09.207 INFO kablam! found type `gfx_core::handle::RenderTargetView` Sep 20 01:19:09.207 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 20 01:19:09.207 INFO kablam! --> examples/demo.rs:119:20 Sep 20 01:19:09.207 INFO kablam! | Sep 20 01:19:09.207 INFO kablam! 119 | out_color: window.output_color.clone(), Sep 20 01:19:09.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 01:19:09.207 INFO kablam! Sep 20 01:19:09.413 INFO kablam! error[E0308]: mismatched types Sep 20 01:19:09.413 INFO kablam! --> examples/south_africa.rs:163:20 Sep 20 01:19:09.413 INFO kablam! | Sep 20 01:19:09.413 INFO kablam! 163 | out_color: window.output_color.clone(), Sep 20 01:19:09.413 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::RenderTargetView`, found struct `gfx_core::handle::RenderTargetView` Sep 20 01:19:09.413 INFO kablam! | Sep 20 01:19:09.413 INFO kablam! = note: expected type `gfx::handle::RenderTargetView<_, (gfx::format::R8_G8_B8_A8, gfx::format::Srgb)>` Sep 20 01:19:09.413 INFO kablam! found type `gfx_core::handle::RenderTargetView` Sep 20 01:19:09.414 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 20 01:19:09.414 INFO kablam! --> examples/south_africa.rs:163:20 Sep 20 01:19:09.414 INFO kablam! | Sep 20 01:19:09.414 INFO kablam! 163 | out_color: window.output_color.clone(), Sep 20 01:19:09.414 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 01:19:09.414 INFO kablam! Sep 20 01:19:09.987 INFO kablam! error[E0308]: mismatched types Sep 20 01:19:09.987 INFO kablam! --> examples/demo.rs:120:20 Sep 20 01:19:09.987 INFO kablam! | Sep 20 01:19:09.987 INFO kablam! 120 | out_depth: window.output_stencil.clone(), Sep 20 01:19:09.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::DepthStencilView`, found struct `gfx_core::handle::DepthStencilView` Sep 20 01:19:09.987 INFO kablam! | Sep 20 01:19:09.987 INFO kablam! = note: expected type `gfx::handle::DepthStencilView<_, (gfx::format::D24_S8, gfx::format::Unorm)>` Sep 20 01:19:09.987 INFO kablam! found type `gfx_core::handle::DepthStencilView` Sep 20 01:19:09.987 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 20 01:19:09.987 INFO kablam! --> examples/demo.rs:120:20 Sep 20 01:19:09.987 INFO kablam! | Sep 20 01:19:09.987 INFO kablam! 120 | out_depth: window.output_stencil.clone(), Sep 20 01:19:09.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 01:19:09.987 INFO kablam! Sep 20 01:19:09.999 INFO kablam! error[E0277]: the trait bound `gfx_device_gl::factory::Factory: gfx::Factory<_>` is not satisfied Sep 20 01:19:09.999 INFO kablam! --> examples/demo.rs:162:20 Sep 20 01:19:09.999 INFO kablam! | Sep 20 01:19:09.999 INFO kablam! 162 | let renderer = DrapingRenderer::new(&mut factory); Sep 20 01:19:09.999 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `gfx::Factory<_>` is not implemented for `gfx_device_gl::factory::Factory` Sep 20 01:19:09.999 INFO kablam! | Sep 20 01:19:09.999 INFO kablam! = note: required by `>::new` Sep 20 01:19:09.999 INFO kablam! Sep 20 01:19:09.999 INFO kablam! error[E0277]: the trait bound `gfx_device_gl::factory::Factory: gfx::Factory<_>` is not satisfied Sep 20 01:19:09.999 INFO kablam! --> examples/demo.rs:163:36 Sep 20 01:19:09.999 INFO kablam! | Sep 20 01:19:09.999 INFO kablam! 163 | let renderable_buffer = buffer.as_renderable(&mut factory); Sep 20 01:19:09.999 INFO kablam! | ^^^^^^^^^^^^^ the trait `gfx::Factory<_>` is not implemented for `gfx_device_gl::factory::Factory` Sep 20 01:19:09.999 INFO kablam! Sep 20 01:19:09.999 INFO kablam! error[E0277]: the trait bound `gfx_device_gl::factory::Factory: gfx::Factory<_>` is not satisfied Sep 20 01:19:09.999 INFO kablam! --> examples/demo.rs:164:40 Sep 20 01:19:09.999 INFO kablam! | Sep 20 01:19:09.999 INFO kablam! 164 | let renderable_indices1 = indices1.as_renderable(&mut factory); Sep 20 01:19:09.999 INFO kablam! | ^^^^^^^^^^^^^ the trait `gfx::Factory<_>` is not implemented for `gfx_device_gl::factory::Factory` Sep 20 01:19:09.999 INFO kablam! Sep 20 01:19:09.999 INFO kablam! error[E0277]: the trait bound `gfx_device_gl::factory::Factory: gfx::Factory<_>` is not satisfied Sep 20 01:19:09.999 INFO kablam! --> examples/demo.rs:165:40 Sep 20 01:19:09.999 INFO kablam! | Sep 20 01:19:09.999 INFO kablam! 165 | let renderable_indices2 = indices2.as_renderable(&mut factory); Sep 20 01:19:09.999 INFO kablam! | ^^^^^^^^^^^^^ the trait `gfx::Factory<_>` is not implemented for `gfx_device_gl::factory::Factory` Sep 20 01:19:09.999 INFO kablam! Sep 20 01:19:10.485 INFO kablam! error[E0308]: mismatched types Sep 20 01:19:10.485 INFO kablam! --> examples/south_africa.rs:164:29 Sep 20 01:19:10.486 INFO kablam! | Sep 20 01:19:10.486 INFO kablam! 164 | out_depth_stencil: (window.output_stencil.clone(), (255, 255)), Sep 20 01:19:10.486 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::DepthStencilView`, found struct `gfx_core::handle::DepthStencilView` Sep 20 01:19:10.487 INFO kablam! | Sep 20 01:19:10.487 INFO kablam! = note: expected type `gfx::handle::DepthStencilView<_, (gfx::format::D24_S8, gfx::format::Unorm)>` Sep 20 01:19:10.487 INFO kablam! found type `gfx_core::handle::DepthStencilView` Sep 20 01:19:10.488 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 20 01:19:10.488 INFO kablam! --> examples/south_africa.rs:164:29 Sep 20 01:19:10.489 INFO kablam! | Sep 20 01:19:10.489 INFO kablam! 164 | out_depth_stencil: (window.output_stencil.clone(), (255, 255)), Sep 20 01:19:10.489 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 01:19:10.490 INFO kablam! Sep 20 01:19:10.491 INFO kablam! error[E0277]: the trait bound `gfx_device_gl::factory::Factory: gfx::Factory<_>` is not satisfied Sep 20 01:19:10.492 INFO kablam! --> examples/south_africa.rs:174:20 Sep 20 01:19:10.492 INFO kablam! | Sep 20 01:19:10.492 INFO kablam! 174 | let renderer = DrapingRenderer::new(&mut factory); Sep 20 01:19:10.493 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `gfx::Factory<_>` is not implemented for `gfx_device_gl::factory::Factory` Sep 20 01:19:10.493 INFO kablam! | Sep 20 01:19:10.493 INFO kablam! = note: required by `>::new` Sep 20 01:19:10.494 INFO kablam! Sep 20 01:19:10.497 INFO kablam! error[E0277]: the trait bound `gfx_device_gl::factory::Factory: gfx::Factory<_>` is not satisfied Sep 20 01:19:10.498 INFO kablam! --> examples/south_africa.rs:181:36 Sep 20 01:19:10.498 INFO kablam! | Sep 20 01:19:10.511 INFO kablam! 181 | let renderable_buffer = buffer.as_renderable(&mut factory); Sep 20 01:19:10.511 INFO kablam! | ^^^^^^^^^^^^^ the trait `gfx::Factory<_>` is not implemented for `gfx_device_gl::factory::Factory` Sep 20 01:19:10.511 INFO kablam! Sep 20 01:19:10.511 INFO kablam! error[E0277]: the trait bound `gfx_device_gl::factory::Factory: gfx::Factory<_>` is not satisfied Sep 20 01:19:10.511 INFO kablam! --> examples/south_africa.rs:182:38 Sep 20 01:19:10.511 INFO kablam! | Sep 20 01:19:10.511 INFO kablam! 182 | let renderable_indices = indices.as_renderable(&mut factory); Sep 20 01:19:10.511 INFO kablam! | ^^^^^^^^^^^^^ the trait `gfx::Factory<_>` is not implemented for `gfx_device_gl::factory::Factory` Sep 20 01:19:10.511 INFO kablam! Sep 20 01:19:11.283 INFO kablam! error[E0308]: mismatched types Sep 20 01:19:11.283 INFO kablam! --> examples/demo.rs:196:35 Sep 20 01:19:11.283 INFO kablam! | Sep 20 01:19:11.283 INFO kablam! 196 | terrain_bundle.encode(&mut window.encoder); Sep 20 01:19:11.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected struct `gfx::Encoder`, found struct `gfx::encoder::Encoder` Sep 20 01:19:11.283 INFO kablam! | Sep 20 01:19:11.283 INFO kablam! = note: expected type `&mut gfx::Encoder<_, _>` Sep 20 01:19:11.283 INFO kablam! found type `&mut gfx::encoder::Encoder` Sep 20 01:19:11.283 INFO kablam! note: Perhaps two different versions of crate `gfx` are being used? Sep 20 01:19:11.283 INFO kablam! --> examples/demo.rs:196:35 Sep 20 01:19:11.283 INFO kablam! | Sep 20 01:19:11.283 INFO kablam! 196 | terrain_bundle.encode(&mut window.encoder); Sep 20 01:19:11.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 20 01:19:11.283 INFO kablam! Sep 20 01:19:12.770 INFO kablam! error[E0308]: mismatched types Sep 20 01:19:12.771 INFO kablam! --> examples/south_africa.rs:215:35 Sep 20 01:19:12.771 INFO kablam! | Sep 20 01:19:12.771 INFO kablam! 215 | terrain_bundle.encode(&mut window.encoder); Sep 20 01:19:12.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected struct `gfx::Encoder`, found struct `gfx::encoder::Encoder` Sep 20 01:19:12.771 INFO kablam! | Sep 20 01:19:12.771 INFO kablam! = note: expected type `&mut gfx::Encoder<_, _>` Sep 20 01:19:12.771 INFO kablam! found type `&mut gfx::encoder::Encoder` Sep 20 01:19:12.771 INFO kablam! note: Perhaps two different versions of crate `gfx` are being used? Sep 20 01:19:12.771 INFO kablam! --> examples/south_africa.rs:215:35 Sep 20 01:19:12.771 INFO kablam! | Sep 20 01:19:12.771 INFO kablam! 215 | terrain_bundle.encode(&mut window.encoder); Sep 20 01:19:12.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 20 01:19:12.771 INFO kablam! Sep 20 01:19:13.103 INFO kablam! error[E0308]: mismatched types Sep 20 01:19:13.103 INFO kablam! --> examples/demo.rs:201:17 Sep 20 01:19:13.103 INFO kablam! | Sep 20 01:19:13.103 INFO kablam! 201 | &mut window.encoder, Sep 20 01:19:13.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected struct `gfx::Encoder`, found struct `gfx::encoder::Encoder` Sep 20 01:19:13.103 INFO kablam! | Sep 20 01:19:13.103 INFO kablam! = note: expected type `&mut gfx::Encoder<_, _>` Sep 20 01:19:13.103 INFO kablam! found type `&mut gfx::encoder::Encoder` Sep 20 01:19:13.103 INFO kablam! note: Perhaps two different versions of crate `gfx` are being used? Sep 20 01:19:13.103 INFO kablam! --> examples/demo.rs:201:17 Sep 20 01:19:13.103 INFO kablam! | Sep 20 01:19:13.103 INFO kablam! 201 | &mut window.encoder, Sep 20 01:19:13.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 20 01:19:13.103 INFO kablam! Sep 20 01:19:14.035 INFO kablam! error[E0308]: mismatched types Sep 20 01:19:14.035 INFO kablam! --> examples/demo.rs:202:17 Sep 20 01:19:14.035 INFO kablam! | Sep 20 01:19:14.035 INFO kablam! 202 | window.output_color.clone(), Sep 20 01:19:14.035 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::RenderTargetView`, found struct `gfx_core::handle::RenderTargetView` Sep 20 01:19:14.035 INFO kablam! | Sep 20 01:19:14.035 INFO kablam! = note: expected type `gfx::handle::RenderTargetView<_, (gfx::format::R8_G8_B8_A8, gfx::format::Srgb)>` Sep 20 01:19:14.035 INFO kablam! found type `gfx_core::handle::RenderTargetView` Sep 20 01:19:14.035 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 20 01:19:14.035 INFO kablam! --> examples/demo.rs:202:17 Sep 20 01:19:14.035 INFO kablam! | Sep 20 01:19:14.035 INFO kablam! 202 | window.output_color.clone(), Sep 20 01:19:14.035 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 01:19:14.035 INFO kablam! Sep 20 01:19:14.565 INFO kablam! error[E0308]: mismatched types Sep 20 01:19:14.565 INFO kablam! --> examples/south_africa.rs:220:17 Sep 20 01:19:14.565 INFO kablam! | Sep 20 01:19:14.565 INFO kablam! 220 | &mut window.encoder, Sep 20 01:19:14.565 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected struct `gfx::Encoder`, found struct `gfx::encoder::Encoder` Sep 20 01:19:14.565 INFO kablam! | Sep 20 01:19:14.565 INFO kablam! = note: expected type `&mut gfx::Encoder<_, _>` Sep 20 01:19:14.565 INFO kablam! found type `&mut gfx::encoder::Encoder` Sep 20 01:19:14.565 INFO kablam! note: Perhaps two different versions of crate `gfx` are being used? Sep 20 01:19:14.565 INFO kablam! --> examples/south_africa.rs:220:17 Sep 20 01:19:14.565 INFO kablam! | Sep 20 01:19:14.565 INFO kablam! 220 | &mut window.encoder, Sep 20 01:19:14.565 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 20 01:19:14.565 INFO kablam! Sep 20 01:19:15.175 INFO kablam! error[E0308]: mismatched types Sep 20 01:19:15.175 INFO kablam! --> examples/demo.rs:203:17 Sep 20 01:19:15.175 INFO kablam! | Sep 20 01:19:15.175 INFO kablam! 203 | window.output_stencil.clone(), Sep 20 01:19:15.175 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::DepthStencilView`, found struct `gfx_core::handle::DepthStencilView` Sep 20 01:19:15.175 INFO kablam! | Sep 20 01:19:15.179 INFO kablam! = note: expected type `gfx::handle::DepthStencilView<_, (gfx::format::D24_S8, gfx::format::Unorm)>` Sep 20 01:19:15.179 INFO kablam! found type `gfx_core::handle::DepthStencilView` Sep 20 01:19:15.179 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 20 01:19:15.179 INFO kablam! --> examples/demo.rs:203:17 Sep 20 01:19:15.179 INFO kablam! | Sep 20 01:19:15.179 INFO kablam! 203 | window.output_stencil.clone(), Sep 20 01:19:15.179 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 01:19:15.179 INFO kablam! Sep 20 01:19:15.635 INFO kablam! error[E0308]: mismatched types Sep 20 01:19:15.635 INFO kablam! --> examples/south_africa.rs:221:17 Sep 20 01:19:15.635 INFO kablam! | Sep 20 01:19:15.635 INFO kablam! 221 | window.output_color.clone(), Sep 20 01:19:15.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::RenderTargetView`, found struct `gfx_core::handle::RenderTargetView` Sep 20 01:19:15.635 INFO kablam! | Sep 20 01:19:15.635 INFO kablam! = note: expected type `gfx::handle::RenderTargetView<_, (gfx::format::R8_G8_B8_A8, gfx::format::Srgb)>` Sep 20 01:19:15.635 INFO kablam! found type `gfx_core::handle::RenderTargetView` Sep 20 01:19:15.635 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 20 01:19:15.635 INFO kablam! --> examples/south_africa.rs:221:17 Sep 20 01:19:15.635 INFO kablam! | Sep 20 01:19:15.635 INFO kablam! 221 | window.output_color.clone(), Sep 20 01:19:15.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 01:19:15.635 INFO kablam! Sep 20 01:19:16.333 INFO kablam! error[E0308]: mismatched types Sep 20 01:19:16.333 INFO kablam! --> examples/demo.rs:211:17 Sep 20 01:19:16.333 INFO kablam! | Sep 20 01:19:16.333 INFO kablam! 211 | &mut window.encoder, Sep 20 01:19:16.333 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected struct `gfx::Encoder`, found struct `gfx::encoder::Encoder` Sep 20 01:19:16.333 INFO kablam! | Sep 20 01:19:16.333 INFO kablam! = note: expected type `&mut gfx::Encoder<_, _>` Sep 20 01:19:16.333 INFO kablam! found type `&mut gfx::encoder::Encoder` Sep 20 01:19:16.333 INFO kablam! note: Perhaps two different versions of crate `gfx` are being used? Sep 20 01:19:16.333 INFO kablam! --> examples/demo.rs:211:17 Sep 20 01:19:16.333 INFO kablam! | Sep 20 01:19:16.333 INFO kablam! 211 | &mut window.encoder, Sep 20 01:19:16.333 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 20 01:19:16.333 INFO kablam! Sep 20 01:19:16.534 INFO kablam! error[E0308]: mismatched types Sep 20 01:19:16.534 INFO kablam! --> examples/south_africa.rs:222:17 Sep 20 01:19:16.534 INFO kablam! | Sep 20 01:19:16.534 INFO kablam! 222 | window.output_stencil.clone(), Sep 20 01:19:16.534 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::DepthStencilView`, found struct `gfx_core::handle::DepthStencilView` Sep 20 01:19:16.534 INFO kablam! | Sep 20 01:19:16.534 INFO kablam! = note: expected type `gfx::handle::DepthStencilView<_, (gfx::format::D24_S8, gfx::format::Unorm)>` Sep 20 01:19:16.534 INFO kablam! found type `gfx_core::handle::DepthStencilView` Sep 20 01:19:16.534 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 20 01:19:16.534 INFO kablam! --> examples/south_africa.rs:222:17 Sep 20 01:19:16.534 INFO kablam! | Sep 20 01:19:16.534 INFO kablam! 222 | window.output_stencil.clone(), Sep 20 01:19:16.534 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 01:19:16.534 INFO kablam! Sep 20 01:19:17.171 INFO kablam! error[E0308]: mismatched types Sep 20 01:19:17.171 INFO kablam! --> examples/demo.rs:212:17 Sep 20 01:19:17.171 INFO kablam! | Sep 20 01:19:17.171 INFO kablam! 212 | window.output_color.clone(), Sep 20 01:19:17.171 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::RenderTargetView`, found struct `gfx_core::handle::RenderTargetView` Sep 20 01:19:17.171 INFO kablam! | Sep 20 01:19:17.171 INFO kablam! = note: expected type `gfx::handle::RenderTargetView<_, (gfx::format::R8_G8_B8_A8, gfx::format::Srgb)>` Sep 20 01:19:17.171 INFO kablam! found type `gfx_core::handle::RenderTargetView` Sep 20 01:19:17.171 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 20 01:19:17.171 INFO kablam! --> examples/demo.rs:212:17 Sep 20 01:19:17.171 INFO kablam! | Sep 20 01:19:17.171 INFO kablam! 212 | window.output_color.clone(), Sep 20 01:19:17.171 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 01:19:17.171 INFO kablam! Sep 20 01:19:17.507 INFO kablam! error[E0308]: mismatched types Sep 20 01:19:17.507 INFO kablam! --> examples/south_africa.rs:237:45 Sep 20 01:19:17.507 INFO kablam! | Sep 20 01:19:17.507 INFO kablam! 237 | terrain_bundle.data.out_color = window.output_color.clone(); Sep 20 01:19:17.507 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::RenderTargetView`, found struct `gfx_core::handle::RenderTargetView` Sep 20 01:19:17.507 INFO kablam! | Sep 20 01:19:17.507 INFO kablam! = note: expected type `gfx::handle::RenderTargetView<_, (gfx::format::R8_G8_B8_A8, gfx::format::Srgb)>` Sep 20 01:19:17.507 INFO kablam! found type `gfx_core::handle::RenderTargetView` Sep 20 01:19:17.507 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 20 01:19:17.507 INFO kablam! --> examples/south_africa.rs:237:45 Sep 20 01:19:17.507 INFO kablam! | Sep 20 01:19:17.507 INFO kablam! 237 | terrain_bundle.data.out_color = window.output_color.clone(); Sep 20 01:19:17.507 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 01:19:17.507 INFO kablam! Sep 20 01:19:18.131 INFO kablam! error[E0308]: mismatched types Sep 20 01:19:18.131 INFO kablam! --> examples/demo.rs:213:17 Sep 20 01:19:18.131 INFO kablam! | Sep 20 01:19:18.131 INFO kablam! 213 | window.output_stencil.clone(), Sep 20 01:19:18.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::DepthStencilView`, found struct `gfx_core::handle::DepthStencilView` Sep 20 01:19:18.131 INFO kablam! | Sep 20 01:19:18.131 INFO kablam! = note: expected type `gfx::handle::DepthStencilView<_, (gfx::format::D24_S8, gfx::format::Unorm)>` Sep 20 01:19:18.131 INFO kablam! found type `gfx_core::handle::DepthStencilView` Sep 20 01:19:18.131 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 20 01:19:18.131 INFO kablam! --> examples/demo.rs:213:17 Sep 20 01:19:18.131 INFO kablam! | Sep 20 01:19:18.131 INFO kablam! 213 | window.output_stencil.clone(), Sep 20 01:19:18.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 01:19:18.131 INFO kablam! Sep 20 01:19:18.600 INFO kablam! error[E0308]: mismatched types Sep 20 01:19:18.600 INFO kablam! --> examples/south_africa.rs:238:55 Sep 20 01:19:18.600 INFO kablam! | Sep 20 01:19:18.600 INFO kablam! 238 | terrain_bundle.data.out_depth_stencil.0 = window.output_stencil.clone(); Sep 20 01:19:18.600 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::DepthStencilView`, found struct `gfx_core::handle::DepthStencilView` Sep 20 01:19:18.600 INFO kablam! | Sep 20 01:19:18.600 INFO kablam! = note: expected type `gfx::handle::DepthStencilView<_, (gfx::format::D24_S8, gfx::format::Unorm)>` Sep 20 01:19:18.600 INFO kablam! found type `gfx_core::handle::DepthStencilView` Sep 20 01:19:18.600 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 20 01:19:18.600 INFO kablam! --> examples/south_africa.rs:238:55 Sep 20 01:19:18.600 INFO kablam! | Sep 20 01:19:18.600 INFO kablam! 238 | terrain_bundle.data.out_depth_stencil.0 = window.output_stencil.clone(); Sep 20 01:19:18.600 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 01:19:18.601 INFO kablam! Sep 20 01:19:18.799 INFO kablam! error: aborting due to 16 previous errors Sep 20 01:19:18.799 INFO kablam! Sep 20 01:19:18.799 INFO kablam! Some errors occurred: E0277, E0308, E0599. Sep 20 01:19:18.799 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 20 01:19:18.814 INFO kablam! error: Could not compile `gfx_draping`. Sep 20 01:19:18.814 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 01:19:19.007 INFO kablam! error[E0308]: mismatched types Sep 20 01:19:19.007 INFO kablam! --> examples/demo.rs:222:45 Sep 20 01:19:19.007 INFO kablam! | Sep 20 01:19:19.007 INFO kablam! 222 | terrain_bundle.data.out_color = window.output_color.clone(); Sep 20 01:19:19.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::RenderTargetView`, found struct `gfx_core::handle::RenderTargetView` Sep 20 01:19:19.007 INFO kablam! | Sep 20 01:19:19.007 INFO kablam! = note: expected type `gfx::handle::RenderTargetView<_, (gfx::format::R8_G8_B8_A8, gfx::format::Srgb)>` Sep 20 01:19:19.007 INFO kablam! found type `gfx_core::handle::RenderTargetView` Sep 20 01:19:19.007 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 20 01:19:19.007 INFO kablam! --> examples/demo.rs:222:45 Sep 20 01:19:19.007 INFO kablam! | Sep 20 01:19:19.007 INFO kablam! 222 | terrain_bundle.data.out_color = window.output_color.clone(); Sep 20 01:19:19.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 01:19:19.007 INFO kablam! Sep 20 01:19:19.783 INFO kablam! error[E0308]: mismatched types Sep 20 01:19:19.783 INFO kablam! --> examples/demo.rs:223:45 Sep 20 01:19:19.783 INFO kablam! | Sep 20 01:19:19.783 INFO kablam! 223 | terrain_bundle.data.out_depth = window.output_stencil.clone(); Sep 20 01:19:19.783 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::DepthStencilView`, found struct `gfx_core::handle::DepthStencilView` Sep 20 01:19:19.783 INFO kablam! | Sep 20 01:19:19.783 INFO kablam! = note: expected type `gfx::handle::DepthStencilView<_, (gfx::format::D24_S8, gfx::format::Unorm)>` Sep 20 01:19:19.783 INFO kablam! found type `gfx_core::handle::DepthStencilView` Sep 20 01:19:19.783 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 20 01:19:19.783 INFO kablam! --> examples/demo.rs:223:45 Sep 20 01:19:19.783 INFO kablam! | Sep 20 01:19:19.783 INFO kablam! 223 | terrain_bundle.data.out_depth = window.output_stencil.clone(); Sep 20 01:19:19.783 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 01:19:19.783 INFO kablam! Sep 20 01:19:19.976 INFO kablam! error: aborting due to 20 previous errors Sep 20 01:19:19.976 INFO kablam! Sep 20 01:19:19.976 INFO kablam! Some errors occurred: E0277, E0308, E0599. Sep 20 01:19:19.976 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 20 01:19:20.023 INFO kablam! error: Could not compile `gfx_draping`. Sep 20 01:19:20.023 INFO kablam! Sep 20 01:19:20.023 INFO kablam! To learn more, run the command again with --verbose. Sep 20 01:19:20.023 INFO kablam! su: No module specific data is present Sep 20 01:19:20.702 INFO running `"docker" "rm" "-f" "272250cb3efad9c8d29c6d5bd4f63ce9c93dd8cd538157083cce9458624c02c5"` Sep 20 01:19:20.974 INFO blam! 272250cb3efad9c8d29c6d5bd4f63ce9c93dd8cd538157083cce9458624c02c5