Sep 02 13:25:36.398 INFO checking gfx_draping-0.3.0 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 13:25:36.398 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 13:25:36.398 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-3/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 13:25:36.569 INFO blam! 1583639bc7d952610c6719059d1619cd26b20e97b753ab23f6980f113fdb9eb0 Sep 02 13:25:36.571 INFO running `"docker" "start" "-a" "1583639bc7d952610c6719059d1619cd26b20e97b753ab23f6980f113fdb9eb0"` Sep 02 13:25:37.406 INFO kablam! Checking fps_counter v0.2.0 Sep 02 13:25:37.410 INFO kablam! Checking nalgebra v0.15.3 Sep 02 13:25:37.412 INFO kablam! Checking pistoncore-input v0.19.0 Sep 02 13:25:37.413 INFO kablam! Checking gfx_text v0.18.0 Sep 02 13:25:37.416 INFO kablam! Checking image v0.15.0 Sep 02 13:25:43.837 INFO kablam! Checking pistoncore-window v0.28.0 Sep 02 13:25:43.841 INFO kablam! Checking camera_controllers v0.22.0 Sep 02 13:25:46.122 INFO kablam! Checking pistoncore-event_loop v0.33.0 Sep 02 13:25:46.125 INFO kablam! Checking pistoncore-glutin_window v0.39.1 Sep 02 13:25:48.025 INFO kablam! Checking piston v0.33.0 Sep 02 13:25:49.005 INFO kablam! Checking piston-gfx_texture v0.26.0 Sep 02 13:25:54.125 INFO kablam! Checking piston2d-gfx_graphics v0.43.0 Sep 02 13:26:02.431 INFO kablam! Checking piston_window v0.70.0 Sep 02 13:26:33.127 INFO kablam! Checking spade v1.5.1 Sep 02 13:26:38.815 INFO kablam! Checking geo v0.6.3 Sep 02 13:26:43.395 INFO kablam! Checking gfx_draping v0.3.0 (file:///source) Sep 02 13:26:43.395 INFO kablam! Checking geojson v0.9.1 Sep 02 13:26:59.638 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 02 13:26:59.638 INFO kablam! --> examples/demo.rs:82:17 Sep 02 13:26:59.638 INFO kablam! | Sep 02 13:26:59.638 INFO kablam! 82 | factory.create_vertex_buffer_with_slice(&terrain_vertices, terrain_indices.as_slice()); Sep 02 13:26:59.638 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 13:26:59.638 INFO kablam! | Sep 02 13:26:59.638 INFO kablam! = note: the method `create_vertex_buffer_with_slice` exists but the following trait bounds were not satisfied: Sep 02 13:26:59.638 INFO kablam! `gfx_device_gl::factory::Factory : gfx::traits::FactoryExt<_>` Sep 02 13:26:59.638 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 13:26:59.638 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 13:26:59.638 INFO kablam! | Sep 02 13:26:59.638 INFO kablam! 10 | use gfx::factory::FactoryExt; Sep 02 13:26:59.638 INFO kablam! | Sep 02 13:26:59.638 INFO kablam! Sep 02 13:26:59.643 INFO kablam! error[E0599]: no method named `create_texture_immutable` found for type `gfx_device_gl::factory::Factory` in the current scope Sep 02 13:26:59.643 INFO kablam! --> examples/demo.rs:84:10 Sep 02 13:26:59.644 INFO kablam! | Sep 02 13:26:59.644 INFO kablam! 84 | .create_texture_immutable::( Sep 02 13:26:59.644 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 13:26:59.644 INFO kablam! | Sep 02 13:26:59.644 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 13:26:59.644 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 13:26:59.644 INFO kablam! | Sep 02 13:26:59.644 INFO kablam! 10 | use gfx_core::factory::Factory; Sep 02 13:26:59.644 INFO kablam! | Sep 02 13:26:59.644 INFO kablam! Sep 02 13:26:59.649 INFO kablam! error[E0599]: no method named `create_sampler` found for type `gfx_device_gl::factory::Factory` in the current scope Sep 02 13:26:59.649 INFO kablam! --> examples/demo.rs:94:35 Sep 02 13:26:59.649 INFO kablam! | Sep 02 13:26:59.649 INFO kablam! 94 | let terrain_sampler = factory.create_sampler(gfx::texture::SamplerInfo::new( Sep 02 13:26:59.649 INFO kablam! | ^^^^^^^^^^^^^^ Sep 02 13:26:59.649 INFO kablam! | Sep 02 13:26:59.649 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 13:26:59.649 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 13:26:59.649 INFO kablam! | Sep 02 13:26:59.649 INFO kablam! 10 | use gfx_core::factory::Factory; Sep 02 13:26:59.649 INFO kablam! | Sep 02 13:26:59.650 INFO kablam! Sep 02 13:26:59.654 INFO kablam! error[E0599]: no method named `create_shader_set` found for type `gfx_device_gl::factory::Factory` in the current scope Sep 02 13:26:59.654 INFO kablam! --> examples/demo.rs:100:10 Sep 02 13:26:59.654 INFO kablam! | Sep 02 13:26:59.654 INFO kablam! 100 | .create_shader_set( Sep 02 13:26:59.654 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 02 13:26:59.654 INFO kablam! | Sep 02 13:26:59.654 INFO kablam! = note: the method `create_shader_set` exists but the following trait bounds were not satisfied: Sep 02 13:26:59.654 INFO kablam! `gfx_device_gl::factory::Factory : gfx::traits::FactoryExt<_>` Sep 02 13:26:59.654 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 13:26:59.655 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 13:26:59.655 INFO kablam! | Sep 02 13:26:59.655 INFO kablam! 10 | use gfx::factory::FactoryExt; Sep 02 13:26:59.655 INFO kablam! | Sep 02 13:26:59.655 INFO kablam! Sep 02 13:26:59.659 INFO kablam! error[E0599]: no method named `create_pipeline_state` found for type `gfx_device_gl::factory::Factory` in the current scope Sep 02 13:26:59.659 INFO kablam! --> examples/demo.rs:107:10 Sep 02 13:26:59.659 INFO kablam! | Sep 02 13:26:59.659 INFO kablam! 107 | .create_pipeline_state( Sep 02 13:26:59.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 02 13:26:59.659 INFO kablam! | Sep 02 13:26:59.659 INFO kablam! = note: the method `create_pipeline_state` exists but the following trait bounds were not satisfied: Sep 02 13:26:59.659 INFO kablam! `gfx_device_gl::factory::Factory : gfx::traits::FactoryExt<_>` Sep 02 13:26:59.659 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 13:26:59.660 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 13:26:59.660 INFO kablam! | Sep 02 13:26:59.660 INFO kablam! 10 | use gfx::factory::FactoryExt; Sep 02 13:26:59.660 INFO kablam! | Sep 02 13:26:59.660 INFO kablam! Sep 02 13:27:00.785 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 02 13:27:00.785 INFO kablam! --> examples/south_africa.rs:126:17 Sep 02 13:27:00.786 INFO kablam! | Sep 02 13:27:00.786 INFO kablam! 126 | factory.create_vertex_buffer_with_slice(&terrain_vertices, terrain_indices.as_slice()); Sep 02 13:27:00.786 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 13:27:00.786 INFO kablam! | Sep 02 13:27:00.786 INFO kablam! = note: the method `create_vertex_buffer_with_slice` exists but the following trait bounds were not satisfied: Sep 02 13:27:00.786 INFO kablam! `gfx_device_gl::factory::Factory : gfx::traits::FactoryExt<_>` Sep 02 13:27:00.786 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 13:27:00.786 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 13:27:00.786 INFO kablam! | Sep 02 13:27:00.787 INFO kablam! 14 | use gfx::factory::FactoryExt; Sep 02 13:27:00.787 INFO kablam! | Sep 02 13:27:00.787 INFO kablam! Sep 02 13:27:00.791 INFO kablam! error[E0599]: no method named `create_texture_immutable` found for type `gfx_device_gl::factory::Factory` in the current scope Sep 02 13:27:00.791 INFO kablam! --> examples/south_africa.rs:128:10 Sep 02 13:27:00.791 INFO kablam! | Sep 02 13:27:00.791 INFO kablam! 128 | .create_texture_immutable::( Sep 02 13:27:00.792 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 13:27:00.792 INFO kablam! | Sep 02 13:27:00.792 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 13:27:00.792 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 13:27:00.792 INFO kablam! | Sep 02 13:27:00.792 INFO kablam! 14 | use gfx_core::factory::Factory; Sep 02 13:27:00.792 INFO kablam! | Sep 02 13:27:00.792 INFO kablam! Sep 02 13:27:00.797 INFO kablam! error[E0599]: no method named `create_sampler` found for type `gfx_device_gl::factory::Factory` in the current scope Sep 02 13:27:00.797 INFO kablam! --> examples/south_africa.rs:138:35 Sep 02 13:27:00.797 INFO kablam! | Sep 02 13:27:00.797 INFO kablam! 138 | let terrain_sampler = factory.create_sampler(gfx::texture::SamplerInfo::new( Sep 02 13:27:00.797 INFO kablam! | ^^^^^^^^^^^^^^ Sep 02 13:27:00.797 INFO kablam! | Sep 02 13:27:00.797 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 13:27:00.797 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 13:27:00.797 INFO kablam! | Sep 02 13:27:00.797 INFO kablam! 14 | use gfx_core::factory::Factory; Sep 02 13:27:00.797 INFO kablam! | Sep 02 13:27:00.797 INFO kablam! Sep 02 13:27:00.802 INFO kablam! error[E0599]: no method named `create_shader_set` found for type `gfx_device_gl::factory::Factory` in the current scope Sep 02 13:27:00.802 INFO kablam! --> examples/south_africa.rs:144:10 Sep 02 13:27:00.802 INFO kablam! | Sep 02 13:27:00.802 INFO kablam! 144 | .create_shader_set( Sep 02 13:27:00.802 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 02 13:27:00.802 INFO kablam! | Sep 02 13:27:00.802 INFO kablam! = note: the method `create_shader_set` exists but the following trait bounds were not satisfied: Sep 02 13:27:00.802 INFO kablam! `gfx_device_gl::factory::Factory : gfx::traits::FactoryExt<_>` Sep 02 13:27:00.802 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 13:27:00.802 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 13:27:00.802 INFO kablam! | Sep 02 13:27:00.802 INFO kablam! 14 | use gfx::factory::FactoryExt; Sep 02 13:27:00.802 INFO kablam! | Sep 02 13:27:00.802 INFO kablam! Sep 02 13:27:00.806 INFO kablam! error[E0599]: no method named `create_pipeline_state` found for type `gfx_device_gl::factory::Factory` in the current scope Sep 02 13:27:00.806 INFO kablam! --> examples/south_africa.rs:151:10 Sep 02 13:27:00.806 INFO kablam! | Sep 02 13:27:00.806 INFO kablam! 151 | .create_pipeline_state( Sep 02 13:27:00.806 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 02 13:27:00.806 INFO kablam! | Sep 02 13:27:00.806 INFO kablam! = note: the method `create_pipeline_state` exists but the following trait bounds were not satisfied: Sep 02 13:27:00.806 INFO kablam! `gfx_device_gl::factory::Factory : gfx::traits::FactoryExt<_>` Sep 02 13:27:00.807 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 13:27:00.807 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 13:27:00.807 INFO kablam! | Sep 02 13:27:00.807 INFO kablam! 14 | use gfx::factory::FactoryExt; Sep 02 13:27:00.807 INFO kablam! | Sep 02 13:27:00.807 INFO kablam! Sep 02 13:27:01.301 INFO kablam! error[E0308]: mismatched types Sep 02 13:27:01.302 INFO kablam! --> examples/demo.rs:119:20 Sep 02 13:27:01.302 INFO kablam! | Sep 02 13:27:01.302 INFO kablam! 119 | out_color: window.output_color.clone(), Sep 02 13:27:01.302 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::RenderTargetView`, found struct `gfx_core::handle::RenderTargetView` Sep 02 13:27:01.302 INFO kablam! | Sep 02 13:27:01.302 INFO kablam! = note: expected type `gfx::handle::RenderTargetView<_, (gfx::format::R8_G8_B8_A8, gfx::format::Srgb)>` Sep 02 13:27:01.302 INFO kablam! found type `gfx_core::handle::RenderTargetView` Sep 02 13:27:01.302 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 02 13:27:01.302 INFO kablam! --> examples/demo.rs:119:20 Sep 02 13:27:01.302 INFO kablam! | Sep 02 13:27:01.302 INFO kablam! 119 | out_color: window.output_color.clone(), Sep 02 13:27:01.302 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 13:27:01.302 INFO kablam! Sep 02 13:27:02.300 INFO kablam! error[E0308]: mismatched types Sep 02 13:27:02.301 INFO kablam! --> examples/south_africa.rs:163:20 Sep 02 13:27:02.301 INFO kablam! | Sep 02 13:27:02.301 INFO kablam! 163 | out_color: window.output_color.clone(), Sep 02 13:27:02.301 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::RenderTargetView`, found struct `gfx_core::handle::RenderTargetView` Sep 02 13:27:02.301 INFO kablam! | Sep 02 13:27:02.301 INFO kablam! = note: expected type `gfx::handle::RenderTargetView<_, (gfx::format::R8_G8_B8_A8, gfx::format::Srgb)>` Sep 02 13:27:02.301 INFO kablam! found type `gfx_core::handle::RenderTargetView` Sep 02 13:27:02.301 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 02 13:27:02.301 INFO kablam! --> examples/south_africa.rs:163:20 Sep 02 13:27:02.301 INFO kablam! | Sep 02 13:27:02.301 INFO kablam! 163 | out_color: window.output_color.clone(), Sep 02 13:27:02.301 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 13:27:02.301 INFO kablam! Sep 02 13:27:02.575 INFO kablam! error[E0308]: mismatched types Sep 02 13:27:02.575 INFO kablam! --> examples/demo.rs:120:20 Sep 02 13:27:02.575 INFO kablam! | Sep 02 13:27:02.575 INFO kablam! 120 | out_depth: window.output_stencil.clone(), Sep 02 13:27:02.575 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::DepthStencilView`, found struct `gfx_core::handle::DepthStencilView` Sep 02 13:27:02.576 INFO kablam! | Sep 02 13:27:02.576 INFO kablam! = note: expected type `gfx::handle::DepthStencilView<_, (gfx::format::D24_S8, gfx::format::Unorm)>` Sep 02 13:27:02.576 INFO kablam! found type `gfx_core::handle::DepthStencilView` Sep 02 13:27:02.576 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 02 13:27:02.576 INFO kablam! --> examples/demo.rs:120:20 Sep 02 13:27:02.576 INFO kablam! | Sep 02 13:27:02.576 INFO kablam! 120 | out_depth: window.output_stencil.clone(), Sep 02 13:27:02.576 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 13:27:02.576 INFO kablam! Sep 02 13:27:02.604 INFO kablam! error[E0277]: the trait bound `gfx_device_gl::factory::Factory: gfx::Factory<_>` is not satisfied Sep 02 13:27:02.604 INFO kablam! --> examples/demo.rs:162:20 Sep 02 13:27:02.604 INFO kablam! | Sep 02 13:27:02.604 INFO kablam! 162 | let renderer = DrapingRenderer::new(&mut factory); Sep 02 13:27:02.604 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `gfx::Factory<_>` is not implemented for `gfx_device_gl::factory::Factory` Sep 02 13:27:02.604 INFO kablam! | Sep 02 13:27:02.604 INFO kablam! = note: required by `>::new` Sep 02 13:27:02.604 INFO kablam! Sep 02 13:27:02.605 INFO kablam! error[E0277]: the trait bound `gfx_device_gl::factory::Factory: gfx::Factory<_>` is not satisfied Sep 02 13:27:02.605 INFO kablam! --> examples/demo.rs:163:36 Sep 02 13:27:02.605 INFO kablam! | Sep 02 13:27:02.605 INFO kablam! 163 | let renderable_buffer = buffer.as_renderable(&mut factory); Sep 02 13:27:02.605 INFO kablam! | ^^^^^^^^^^^^^ the trait `gfx::Factory<_>` is not implemented for `gfx_device_gl::factory::Factory` Sep 02 13:27:02.605 INFO kablam! Sep 02 13:27:02.606 INFO kablam! error[E0277]: the trait bound `gfx_device_gl::factory::Factory: gfx::Factory<_>` is not satisfied Sep 02 13:27:02.606 INFO kablam! --> examples/demo.rs:164:40 Sep 02 13:27:02.606 INFO kablam! | Sep 02 13:27:02.606 INFO kablam! 164 | let renderable_indices1 = indices1.as_renderable(&mut factory); Sep 02 13:27:02.606 INFO kablam! | ^^^^^^^^^^^^^ the trait `gfx::Factory<_>` is not implemented for `gfx_device_gl::factory::Factory` Sep 02 13:27:02.606 INFO kablam! Sep 02 13:27:02.606 INFO kablam! error[E0277]: the trait bound `gfx_device_gl::factory::Factory: gfx::Factory<_>` is not satisfied Sep 02 13:27:02.606 INFO kablam! --> examples/demo.rs:165:40 Sep 02 13:27:02.606 INFO kablam! | Sep 02 13:27:02.606 INFO kablam! 165 | let renderable_indices2 = indices2.as_renderable(&mut factory); Sep 02 13:27:02.606 INFO kablam! | ^^^^^^^^^^^^^ the trait `gfx::Factory<_>` is not implemented for `gfx_device_gl::factory::Factory` Sep 02 13:27:02.606 INFO kablam! Sep 02 13:27:03.568 INFO kablam! error[E0308]: mismatched types Sep 02 13:27:03.568 INFO kablam! --> examples/south_africa.rs:164:29 Sep 02 13:27:03.568 INFO kablam! | Sep 02 13:27:03.569 INFO kablam! 164 | out_depth_stencil: (window.output_stencil.clone(), (255, 255)), Sep 02 13:27:03.569 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::DepthStencilView`, found struct `gfx_core::handle::DepthStencilView` Sep 02 13:27:03.569 INFO kablam! | Sep 02 13:27:03.569 INFO kablam! = note: expected type `gfx::handle::DepthStencilView<_, (gfx::format::D24_S8, gfx::format::Unorm)>` Sep 02 13:27:03.569 INFO kablam! found type `gfx_core::handle::DepthStencilView` Sep 02 13:27:03.569 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 02 13:27:03.569 INFO kablam! --> examples/south_africa.rs:164:29 Sep 02 13:27:03.569 INFO kablam! | Sep 02 13:27:03.569 INFO kablam! 164 | out_depth_stencil: (window.output_stencil.clone(), (255, 255)), Sep 02 13:27:03.569 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 13:27:03.569 INFO kablam! Sep 02 13:27:03.570 INFO kablam! error[E0277]: the trait bound `gfx_device_gl::factory::Factory: gfx::Factory<_>` is not satisfied Sep 02 13:27:03.571 INFO kablam! --> examples/south_africa.rs:174:20 Sep 02 13:27:03.571 INFO kablam! | Sep 02 13:27:03.571 INFO kablam! 174 | let renderer = DrapingRenderer::new(&mut factory); Sep 02 13:27:03.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `gfx::Factory<_>` is not implemented for `gfx_device_gl::factory::Factory` Sep 02 13:27:03.571 INFO kablam! | Sep 02 13:27:03.571 INFO kablam! = note: required by `>::new` Sep 02 13:27:03.571 INFO kablam! Sep 02 13:27:03.575 INFO kablam! error[E0277]: the trait bound `gfx_device_gl::factory::Factory: gfx::Factory<_>` is not satisfied Sep 02 13:27:03.575 INFO kablam! --> examples/south_africa.rs:181:36 Sep 02 13:27:03.575 INFO kablam! | Sep 02 13:27:03.575 INFO kablam! 181 | let renderable_buffer = buffer.as_renderable(&mut factory); Sep 02 13:27:03.575 INFO kablam! | ^^^^^^^^^^^^^ the trait `gfx::Factory<_>` is not implemented for `gfx_device_gl::factory::Factory` Sep 02 13:27:03.575 INFO kablam! Sep 02 13:27:03.576 INFO kablam! error[E0277]: the trait bound `gfx_device_gl::factory::Factory: gfx::Factory<_>` is not satisfied Sep 02 13:27:03.576 INFO kablam! --> examples/south_africa.rs:182:38 Sep 02 13:27:03.576 INFO kablam! | Sep 02 13:27:03.576 INFO kablam! 182 | let renderable_indices = indices.as_renderable(&mut factory); Sep 02 13:27:03.576 INFO kablam! | ^^^^^^^^^^^^^ the trait `gfx::Factory<_>` is not implemented for `gfx_device_gl::factory::Factory` Sep 02 13:27:03.576 INFO kablam! Sep 02 13:27:04.417 INFO kablam! error[E0308]: mismatched types Sep 02 13:27:04.417 INFO kablam! --> examples/demo.rs:196:35 Sep 02 13:27:04.417 INFO kablam! | Sep 02 13:27:04.417 INFO kablam! 196 | terrain_bundle.encode(&mut window.encoder); Sep 02 13:27:04.417 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected struct `gfx::Encoder`, found struct `gfx::encoder::Encoder` Sep 02 13:27:04.417 INFO kablam! | Sep 02 13:27:04.418 INFO kablam! = note: expected type `&mut gfx::Encoder<_, _>` Sep 02 13:27:04.418 INFO kablam! found type `&mut gfx::encoder::Encoder` Sep 02 13:27:04.418 INFO kablam! note: Perhaps two different versions of crate `gfx` are being used? Sep 02 13:27:04.418 INFO kablam! --> examples/demo.rs:196:35 Sep 02 13:27:04.418 INFO kablam! | Sep 02 13:27:04.418 INFO kablam! 196 | terrain_bundle.encode(&mut window.encoder); Sep 02 13:27:04.418 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 02 13:27:04.418 INFO kablam! Sep 02 13:27:05.238 INFO kablam! error[E0308]: mismatched types Sep 02 13:27:05.238 INFO kablam! --> examples/south_africa.rs:215:35 Sep 02 13:27:05.238 INFO kablam! | Sep 02 13:27:05.238 INFO kablam! 215 | terrain_bundle.encode(&mut window.encoder); Sep 02 13:27:05.238 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected struct `gfx::Encoder`, found struct `gfx::encoder::Encoder` Sep 02 13:27:05.238 INFO kablam! | Sep 02 13:27:05.239 INFO kablam! = note: expected type `&mut gfx::Encoder<_, _>` Sep 02 13:27:05.239 INFO kablam! found type `&mut gfx::encoder::Encoder` Sep 02 13:27:05.240 INFO kablam! note: Perhaps two different versions of crate `gfx` are being used? Sep 02 13:27:05.240 INFO kablam! --> examples/south_africa.rs:215:35 Sep 02 13:27:05.240 INFO kablam! | Sep 02 13:27:05.240 INFO kablam! 215 | terrain_bundle.encode(&mut window.encoder); Sep 02 13:27:05.240 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 02 13:27:05.240 INFO kablam! Sep 02 13:27:05.660 INFO kablam! error[E0308]: mismatched types Sep 02 13:27:05.660 INFO kablam! --> examples/demo.rs:201:17 Sep 02 13:27:05.660 INFO kablam! | Sep 02 13:27:05.660 INFO kablam! 201 | &mut window.encoder, Sep 02 13:27:05.661 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected struct `gfx::Encoder`, found struct `gfx::encoder::Encoder` Sep 02 13:27:05.661 INFO kablam! | Sep 02 13:27:05.661 INFO kablam! = note: expected type `&mut gfx::Encoder<_, _>` Sep 02 13:27:05.661 INFO kablam! found type `&mut gfx::encoder::Encoder` Sep 02 13:27:05.661 INFO kablam! note: Perhaps two different versions of crate `gfx` are being used? Sep 02 13:27:05.661 INFO kablam! --> examples/demo.rs:201:17 Sep 02 13:27:05.661 INFO kablam! | Sep 02 13:27:05.661 INFO kablam! 201 | &mut window.encoder, Sep 02 13:27:05.661 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 02 13:27:05.661 INFO kablam! Sep 02 13:27:06.223 INFO kablam! error[E0308]: mismatched types Sep 02 13:27:06.223 INFO kablam! --> examples/south_africa.rs:220:17 Sep 02 13:27:06.223 INFO kablam! | Sep 02 13:27:06.223 INFO kablam! 220 | &mut window.encoder, Sep 02 13:27:06.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected struct `gfx::Encoder`, found struct `gfx::encoder::Encoder` Sep 02 13:27:06.223 INFO kablam! | Sep 02 13:27:06.223 INFO kablam! = note: expected type `&mut gfx::Encoder<_, _>` Sep 02 13:27:06.223 INFO kablam! found type `&mut gfx::encoder::Encoder` Sep 02 13:27:06.223 INFO kablam! note: Perhaps two different versions of crate `gfx` are being used? Sep 02 13:27:06.223 INFO kablam! --> examples/south_africa.rs:220:17 Sep 02 13:27:06.223 INFO kablam! | Sep 02 13:27:06.223 INFO kablam! 220 | &mut window.encoder, Sep 02 13:27:06.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 02 13:27:06.223 INFO kablam! Sep 02 13:27:06.967 INFO kablam! error[E0308]: mismatched types Sep 02 13:27:06.967 INFO kablam! --> examples/demo.rs:202:17 Sep 02 13:27:06.967 INFO kablam! | Sep 02 13:27:06.967 INFO kablam! 202 | window.output_color.clone(), Sep 02 13:27:06.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::RenderTargetView`, found struct `gfx_core::handle::RenderTargetView` Sep 02 13:27:06.967 INFO kablam! | Sep 02 13:27:06.967 INFO kablam! = note: expected type `gfx::handle::RenderTargetView<_, (gfx::format::R8_G8_B8_A8, gfx::format::Srgb)>` Sep 02 13:27:06.967 INFO kablam! found type `gfx_core::handle::RenderTargetView` Sep 02 13:27:06.967 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 02 13:27:06.967 INFO kablam! --> examples/demo.rs:202:17 Sep 02 13:27:06.967 INFO kablam! | Sep 02 13:27:06.967 INFO kablam! 202 | window.output_color.clone(), Sep 02 13:27:06.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 13:27:06.967 INFO kablam! Sep 02 13:27:07.298 INFO kablam! error[E0308]: mismatched types Sep 02 13:27:07.298 INFO kablam! --> examples/south_africa.rs:221:17 Sep 02 13:27:07.298 INFO kablam! | Sep 02 13:27:07.298 INFO kablam! 221 | window.output_color.clone(), Sep 02 13:27:07.298 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::RenderTargetView`, found struct `gfx_core::handle::RenderTargetView` Sep 02 13:27:07.298 INFO kablam! | Sep 02 13:27:07.298 INFO kablam! = note: expected type `gfx::handle::RenderTargetView<_, (gfx::format::R8_G8_B8_A8, gfx::format::Srgb)>` Sep 02 13:27:07.298 INFO kablam! found type `gfx_core::handle::RenderTargetView` Sep 02 13:27:07.298 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 02 13:27:07.298 INFO kablam! --> examples/south_africa.rs:221:17 Sep 02 13:27:07.298 INFO kablam! | Sep 02 13:27:07.298 INFO kablam! 221 | window.output_color.clone(), Sep 02 13:27:07.298 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 13:27:07.298 INFO kablam! Sep 02 13:27:07.987 INFO kablam! error[E0308]: mismatched types Sep 02 13:27:07.987 INFO kablam! --> examples/demo.rs:203:17 Sep 02 13:27:07.987 INFO kablam! | Sep 02 13:27:07.987 INFO kablam! 203 | window.output_stencil.clone(), Sep 02 13:27:07.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::DepthStencilView`, found struct `gfx_core::handle::DepthStencilView` Sep 02 13:27:07.987 INFO kablam! | Sep 02 13:27:07.987 INFO kablam! = note: expected type `gfx::handle::DepthStencilView<_, (gfx::format::D24_S8, gfx::format::Unorm)>` Sep 02 13:27:07.987 INFO kablam! found type `gfx_core::handle::DepthStencilView` Sep 02 13:27:07.987 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 02 13:27:07.987 INFO kablam! --> examples/demo.rs:203:17 Sep 02 13:27:07.987 INFO kablam! | Sep 02 13:27:07.987 INFO kablam! 203 | window.output_stencil.clone(), Sep 02 13:27:07.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 13:27:07.987 INFO kablam! Sep 02 13:27:08.686 INFO kablam! error[E0308]: mismatched types Sep 02 13:27:08.686 INFO kablam! --> examples/south_africa.rs:222:17 Sep 02 13:27:08.686 INFO kablam! | Sep 02 13:27:08.686 INFO kablam! 222 | window.output_stencil.clone(), Sep 02 13:27:08.686 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::DepthStencilView`, found struct `gfx_core::handle::DepthStencilView` Sep 02 13:27:08.686 INFO kablam! | Sep 02 13:27:08.687 INFO kablam! = note: expected type `gfx::handle::DepthStencilView<_, (gfx::format::D24_S8, gfx::format::Unorm)>` Sep 02 13:27:08.687 INFO kablam! found type `gfx_core::handle::DepthStencilView` Sep 02 13:27:08.687 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 02 13:27:08.687 INFO kablam! --> examples/south_africa.rs:222:17 Sep 02 13:27:08.687 INFO kablam! | Sep 02 13:27:08.687 INFO kablam! 222 | window.output_stencil.clone(), Sep 02 13:27:08.687 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 13:27:08.687 INFO kablam! Sep 02 13:27:09.336 INFO kablam! error[E0308]: mismatched types Sep 02 13:27:09.336 INFO kablam! --> examples/demo.rs:211:17 Sep 02 13:27:09.336 INFO kablam! | Sep 02 13:27:09.336 INFO kablam! 211 | &mut window.encoder, Sep 02 13:27:09.336 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected struct `gfx::Encoder`, found struct `gfx::encoder::Encoder` Sep 02 13:27:09.336 INFO kablam! | Sep 02 13:27:09.336 INFO kablam! = note: expected type `&mut gfx::Encoder<_, _>` Sep 02 13:27:09.336 INFO kablam! found type `&mut gfx::encoder::Encoder` Sep 02 13:27:09.336 INFO kablam! note: Perhaps two different versions of crate `gfx` are being used? Sep 02 13:27:09.336 INFO kablam! --> examples/demo.rs:211:17 Sep 02 13:27:09.336 INFO kablam! | Sep 02 13:27:09.336 INFO kablam! 211 | &mut window.encoder, Sep 02 13:27:09.336 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 02 13:27:09.336 INFO kablam! Sep 02 13:27:10.097 INFO kablam! error[E0308]: mismatched types Sep 02 13:27:10.097 INFO kablam! --> examples/south_africa.rs:237:45 Sep 02 13:27:10.097 INFO kablam! | Sep 02 13:27:10.097 INFO kablam! 237 | terrain_bundle.data.out_color = window.output_color.clone(); Sep 02 13:27:10.097 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::RenderTargetView`, found struct `gfx_core::handle::RenderTargetView` Sep 02 13:27:10.097 INFO kablam! | Sep 02 13:27:10.097 INFO kablam! = note: expected type `gfx::handle::RenderTargetView<_, (gfx::format::R8_G8_B8_A8, gfx::format::Srgb)>` Sep 02 13:27:10.097 INFO kablam! found type `gfx_core::handle::RenderTargetView` Sep 02 13:27:10.098 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 02 13:27:10.098 INFO kablam! --> examples/south_africa.rs:237:45 Sep 02 13:27:10.098 INFO kablam! | Sep 02 13:27:10.098 INFO kablam! 237 | terrain_bundle.data.out_color = window.output_color.clone(); Sep 02 13:27:10.098 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 13:27:10.098 INFO kablam! Sep 02 13:27:10.618 INFO kablam! error[E0308]: mismatched types Sep 02 13:27:10.618 INFO kablam! --> examples/demo.rs:212:17 Sep 02 13:27:10.618 INFO kablam! | Sep 02 13:27:10.618 INFO kablam! 212 | window.output_color.clone(), Sep 02 13:27:10.618 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::RenderTargetView`, found struct `gfx_core::handle::RenderTargetView` Sep 02 13:27:10.618 INFO kablam! | Sep 02 13:27:10.619 INFO kablam! = note: expected type `gfx::handle::RenderTargetView<_, (gfx::format::R8_G8_B8_A8, gfx::format::Srgb)>` Sep 02 13:27:10.619 INFO kablam! found type `gfx_core::handle::RenderTargetView` Sep 02 13:27:10.619 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 02 13:27:10.619 INFO kablam! --> examples/demo.rs:212:17 Sep 02 13:27:10.619 INFO kablam! | Sep 02 13:27:10.619 INFO kablam! 212 | window.output_color.clone(), Sep 02 13:27:10.619 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 13:27:10.619 INFO kablam! Sep 02 13:27:11.246 INFO kablam! error[E0308]: mismatched types Sep 02 13:27:11.246 INFO kablam! --> examples/south_africa.rs:238:55 Sep 02 13:27:11.246 INFO kablam! | Sep 02 13:27:11.246 INFO kablam! 238 | terrain_bundle.data.out_depth_stencil.0 = window.output_stencil.clone(); Sep 02 13:27:11.246 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::DepthStencilView`, found struct `gfx_core::handle::DepthStencilView` Sep 02 13:27:11.246 INFO kablam! | Sep 02 13:27:11.246 INFO kablam! = note: expected type `gfx::handle::DepthStencilView<_, (gfx::format::D24_S8, gfx::format::Unorm)>` Sep 02 13:27:11.246 INFO kablam! found type `gfx_core::handle::DepthStencilView` Sep 02 13:27:11.246 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 02 13:27:11.246 INFO kablam! --> examples/south_africa.rs:238:55 Sep 02 13:27:11.246 INFO kablam! | Sep 02 13:27:11.246 INFO kablam! 238 | terrain_bundle.data.out_depth_stencil.0 = window.output_stencil.clone(); Sep 02 13:27:11.246 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 13:27:11.246 INFO kablam! Sep 02 13:27:11.477 INFO kablam! error: aborting due to 16 previous errors Sep 02 13:27:11.477 INFO kablam! Sep 02 13:27:11.477 INFO kablam! Some errors occurred: E0277, E0308, E0599. Sep 02 13:27:11.477 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 02 13:27:11.491 INFO kablam! error: Could not compile `gfx_draping`. Sep 02 13:27:11.491 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 13:27:11.877 INFO kablam! error[E0308]: mismatched types Sep 02 13:27:11.877 INFO kablam! --> examples/demo.rs:213:17 Sep 02 13:27:11.877 INFO kablam! | Sep 02 13:27:11.877 INFO kablam! 213 | window.output_stencil.clone(), Sep 02 13:27:11.877 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::DepthStencilView`, found struct `gfx_core::handle::DepthStencilView` Sep 02 13:27:11.878 INFO kablam! | Sep 02 13:27:11.878 INFO kablam! = note: expected type `gfx::handle::DepthStencilView<_, (gfx::format::D24_S8, gfx::format::Unorm)>` Sep 02 13:27:11.878 INFO kablam! found type `gfx_core::handle::DepthStencilView` Sep 02 13:27:11.878 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 02 13:27:11.878 INFO kablam! --> examples/demo.rs:213:17 Sep 02 13:27:11.878 INFO kablam! | Sep 02 13:27:11.878 INFO kablam! 213 | window.output_stencil.clone(), Sep 02 13:27:11.878 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 13:27:11.878 INFO kablam! Sep 02 13:27:13.132 INFO kablam! error[E0308]: mismatched types Sep 02 13:27:13.132 INFO kablam! --> examples/demo.rs:222:45 Sep 02 13:27:13.132 INFO kablam! | Sep 02 13:27:13.132 INFO kablam! 222 | terrain_bundle.data.out_color = window.output_color.clone(); Sep 02 13:27:13.133 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::RenderTargetView`, found struct `gfx_core::handle::RenderTargetView` Sep 02 13:27:13.133 INFO kablam! | Sep 02 13:27:13.133 INFO kablam! = note: expected type `gfx::handle::RenderTargetView<_, (gfx::format::R8_G8_B8_A8, gfx::format::Srgb)>` Sep 02 13:27:13.133 INFO kablam! found type `gfx_core::handle::RenderTargetView` Sep 02 13:27:13.133 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 02 13:27:13.133 INFO kablam! --> examples/demo.rs:222:45 Sep 02 13:27:13.133 INFO kablam! | Sep 02 13:27:13.133 INFO kablam! 222 | terrain_bundle.data.out_color = window.output_color.clone(); Sep 02 13:27:13.133 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 13:27:13.133 INFO kablam! Sep 02 13:27:14.388 INFO kablam! error[E0308]: mismatched types Sep 02 13:27:14.388 INFO kablam! --> examples/demo.rs:223:45 Sep 02 13:27:14.388 INFO kablam! | Sep 02 13:27:14.388 INFO kablam! 223 | terrain_bundle.data.out_depth = window.output_stencil.clone(); Sep 02 13:27:14.388 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::DepthStencilView`, found struct `gfx_core::handle::DepthStencilView` Sep 02 13:27:14.388 INFO kablam! | Sep 02 13:27:14.388 INFO kablam! = note: expected type `gfx::handle::DepthStencilView<_, (gfx::format::D24_S8, gfx::format::Unorm)>` Sep 02 13:27:14.388 INFO kablam! found type `gfx_core::handle::DepthStencilView` Sep 02 13:27:14.388 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 02 13:27:14.388 INFO kablam! --> examples/demo.rs:223:45 Sep 02 13:27:14.389 INFO kablam! | Sep 02 13:27:14.389 INFO kablam! 223 | terrain_bundle.data.out_depth = window.output_stencil.clone(); Sep 02 13:27:14.389 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 13:27:14.389 INFO kablam! Sep 02 13:27:14.717 INFO kablam! error: aborting due to 20 previous errors Sep 02 13:27:14.717 INFO kablam! Sep 02 13:27:14.717 INFO kablam! Some errors occurred: E0277, E0308, E0599. Sep 02 13:27:14.717 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 02 13:27:14.750 INFO kablam! error: Could not compile `gfx_draping`. Sep 02 13:27:14.750 INFO kablam! Sep 02 13:27:14.750 INFO kablam! To learn more, run the command again with --verbose. Sep 02 13:27:14.752 INFO kablam! su: No module specific data is present Sep 02 13:27:15.242 INFO running `"docker" "rm" "-f" "1583639bc7d952610c6719059d1619cd26b20e97b753ab23f6980f113fdb9eb0"` Sep 02 13:27:15.376 INFO blam! 1583639bc7d952610c6719059d1619cd26b20e97b753ab23f6980f113fdb9eb0