Sep 20 03:04:27.398 INFO checking gfx_draping-0.3.0 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 20 03:04:27.398 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 20 03:04:27.398 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-1/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 03:04:27.601 INFO blam! f7bd2481b937cd6557d0cfcfb1209602987910e41e13302c5a8b25f5ab1338c8 Sep 20 03:04:27.604 INFO running `"docker" "start" "-a" "f7bd2481b937cd6557d0cfcfb1209602987910e41e13302c5a8b25f5ab1338c8"` Sep 20 03:04:28.548 INFO kablam! usermod: no changes Sep 20 03:04:29.000 INFO kablam! Compiling freetype-sys v0.5.0 Sep 20 03:04:29.004 INFO kablam! Checking fps_counter v0.2.0 Sep 20 03:04:29.006 INFO kablam! Checking piston2d-graphics v0.21.1 Sep 20 03:04:29.009 INFO kablam! Checking nalgebra v0.15.3 Sep 20 03:04:29.010 INFO kablam! Checking pistoncore-input v0.19.0 Sep 20 03:04:29.011 INFO kablam! Checking image v0.15.0 Sep 20 03:04:32.026 INFO kablam! Checking freetype-rs v0.14.0 Sep 20 03:04:34.128 INFO kablam! Checking gfx_text v0.18.0 Sep 20 03:04:37.468 INFO kablam! Checking pistoncore-window v0.28.0 Sep 20 03:04:37.469 INFO kablam! Checking camera_controllers v0.22.0 Sep 20 03:04:38.458 INFO kablam! Checking pistoncore-event_loop v0.33.0 Sep 20 03:04:38.458 INFO kablam! Checking pistoncore-glutin_window v0.39.1 Sep 20 03:04:39.631 INFO kablam! Checking piston-gfx_texture v0.26.0 Sep 20 03:04:41.005 INFO kablam! Checking piston v0.33.0 Sep 20 03:04:43.414 INFO kablam! Checking piston2d-gfx_graphics v0.43.0 Sep 20 03:04:48.754 INFO kablam! Checking piston_window v0.70.0 Sep 20 03:05:11.392 INFO kablam! Checking spade v1.5.1 Sep 20 03:05:15.594 INFO kablam! Checking geo v0.6.3 Sep 20 03:05:18.759 INFO kablam! Checking gfx_draping v0.3.0 (/source) Sep 20 03:05:18.760 INFO kablam! Checking geojson v0.9.1 Sep 20 03:05:33.092 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 03:05:33.092 INFO kablam! --> examples/demo.rs:82:17 Sep 20 03:05:33.092 INFO kablam! | Sep 20 03:05:33.092 INFO kablam! 82 | factory.create_vertex_buffer_with_slice(&terrain_vertices, terrain_indices.as_slice()); Sep 20 03:05:33.093 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:05:33.093 INFO kablam! | Sep 20 03:05:33.093 INFO kablam! = note: the method `create_vertex_buffer_with_slice` exists but the following trait bounds were not satisfied: Sep 20 03:05:33.094 INFO kablam! `gfx_device_gl::factory::Factory : gfx::traits::FactoryExt<_>` Sep 20 03:05:33.094 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 03:05:33.095 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 03:05:33.095 INFO kablam! | Sep 20 03:05:33.095 INFO kablam! 10 | use gfx::factory::FactoryExt; Sep 20 03:05:33.096 INFO kablam! | Sep 20 03:05:33.096 INFO kablam! Sep 20 03:05:33.100 INFO kablam! error[E0599]: no method named `create_texture_immutable` found for type `gfx_device_gl::factory::Factory` in the current scope Sep 20 03:05:33.100 INFO kablam! --> examples/demo.rs:84:10 Sep 20 03:05:33.101 INFO kablam! | Sep 20 03:05:33.101 INFO kablam! 84 | .create_texture_immutable::( Sep 20 03:05:33.101 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:05:33.102 INFO kablam! | Sep 20 03:05:33.102 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 03:05:33.102 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 03:05:33.103 INFO kablam! | Sep 20 03:05:33.103 INFO kablam! 10 | use gfx_core::factory::Factory; Sep 20 03:05:33.103 INFO kablam! | Sep 20 03:05:33.104 INFO kablam! Sep 20 03:05:33.107 INFO kablam! error[E0599]: no method named `create_sampler` found for type `gfx_device_gl::factory::Factory` in the current scope Sep 20 03:05:33.108 INFO kablam! --> examples/demo.rs:94:35 Sep 20 03:05:33.108 INFO kablam! | Sep 20 03:05:33.108 INFO kablam! 94 | let terrain_sampler = factory.create_sampler(gfx::texture::SamplerInfo::new( Sep 20 03:05:33.109 INFO kablam! | ^^^^^^^^^^^^^^ Sep 20 03:05:33.109 INFO kablam! | Sep 20 03:05:33.109 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 03:05:33.110 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 03:05:33.110 INFO kablam! | Sep 20 03:05:33.111 INFO kablam! 10 | use gfx_core::factory::Factory; Sep 20 03:05:33.111 INFO kablam! | Sep 20 03:05:33.111 INFO kablam! Sep 20 03:05:33.115 INFO kablam! error[E0599]: no method named `create_shader_set` found for type `gfx_device_gl::factory::Factory` in the current scope Sep 20 03:05:33.115 INFO kablam! --> examples/demo.rs:100:10 Sep 20 03:05:33.116 INFO kablam! | Sep 20 03:05:33.116 INFO kablam! 100 | .create_shader_set( Sep 20 03:05:33.116 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 20 03:05:33.117 INFO kablam! | Sep 20 03:05:33.117 INFO kablam! = note: the method `create_shader_set` exists but the following trait bounds were not satisfied: Sep 20 03:05:33.117 INFO kablam! `gfx_device_gl::factory::Factory : gfx::traits::FactoryExt<_>` Sep 20 03:05:33.118 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 03:05:33.118 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 03:05:33.119 INFO kablam! | Sep 20 03:05:33.119 INFO kablam! 10 | use gfx::factory::FactoryExt; Sep 20 03:05:33.119 INFO kablam! | Sep 20 03:05:33.119 INFO kablam! Sep 20 03:05:33.123 INFO kablam! error[E0599]: no method named `create_pipeline_state` found for type `gfx_device_gl::factory::Factory` in the current scope Sep 20 03:05:33.123 INFO kablam! --> examples/demo.rs:107:10 Sep 20 03:05:33.124 INFO kablam! | Sep 20 03:05:33.124 INFO kablam! 107 | .create_pipeline_state( Sep 20 03:05:33.124 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:05:33.125 INFO kablam! | Sep 20 03:05:33.125 INFO kablam! = note: the method `create_pipeline_state` exists but the following trait bounds were not satisfied: Sep 20 03:05:33.126 INFO kablam! `gfx_device_gl::factory::Factory : gfx::traits::FactoryExt<_>` Sep 20 03:05:33.126 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 03:05:33.126 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 03:05:33.127 INFO kablam! | Sep 20 03:05:33.127 INFO kablam! 10 | use gfx::factory::FactoryExt; Sep 20 03:05:33.127 INFO kablam! | Sep 20 03:05:33.128 INFO kablam! Sep 20 03:05:33.674 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 03:05:33.674 INFO kablam! --> examples/south_africa.rs:126:17 Sep 20 03:05:33.675 INFO kablam! | Sep 20 03:05:33.675 INFO kablam! 126 | factory.create_vertex_buffer_with_slice(&terrain_vertices, terrain_indices.as_slice()); Sep 20 03:05:33.676 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:05:33.676 INFO kablam! | Sep 20 03:05:33.676 INFO kablam! = note: the method `create_vertex_buffer_with_slice` exists but the following trait bounds were not satisfied: Sep 20 03:05:33.677 INFO kablam! `gfx_device_gl::factory::Factory : gfx::traits::FactoryExt<_>` Sep 20 03:05:33.677 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 03:05:33.677 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 03:05:33.677 INFO kablam! | Sep 20 03:05:33.678 INFO kablam! 14 | use gfx::factory::FactoryExt; Sep 20 03:05:33.678 INFO kablam! | Sep 20 03:05:33.678 INFO kablam! Sep 20 03:05:33.679 INFO kablam! error[E0599]: no method named `create_texture_immutable` found for type `gfx_device_gl::factory::Factory` in the current scope Sep 20 03:05:33.679 INFO kablam! --> examples/south_africa.rs:128:10 Sep 20 03:05:33.679 INFO kablam! | Sep 20 03:05:33.680 INFO kablam! 128 | .create_texture_immutable::( Sep 20 03:05:33.680 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:05:33.680 INFO kablam! | Sep 20 03:05:33.681 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 03:05:33.681 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 03:05:33.681 INFO kablam! | Sep 20 03:05:33.682 INFO kablam! 14 | use gfx_core::factory::Factory; Sep 20 03:05:33.682 INFO kablam! | Sep 20 03:05:33.682 INFO kablam! Sep 20 03:05:33.683 INFO kablam! error[E0599]: no method named `create_sampler` found for type `gfx_device_gl::factory::Factory` in the current scope Sep 20 03:05:33.683 INFO kablam! --> examples/south_africa.rs:138:35 Sep 20 03:05:33.683 INFO kablam! | Sep 20 03:05:33.684 INFO kablam! 138 | let terrain_sampler = factory.create_sampler(gfx::texture::SamplerInfo::new( Sep 20 03:05:33.684 INFO kablam! | ^^^^^^^^^^^^^^ Sep 20 03:05:33.684 INFO kablam! | Sep 20 03:05:33.685 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 03:05:33.685 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 03:05:33.685 INFO kablam! | Sep 20 03:05:33.686 INFO kablam! 14 | use gfx_core::factory::Factory; Sep 20 03:05:33.686 INFO kablam! | Sep 20 03:05:33.686 INFO kablam! Sep 20 03:05:33.686 INFO kablam! error[E0599]: no method named `create_shader_set` found for type `gfx_device_gl::factory::Factory` in the current scope Sep 20 03:05:33.687 INFO kablam! --> examples/south_africa.rs:144:10 Sep 20 03:05:33.687 INFO kablam! | Sep 20 03:05:33.687 INFO kablam! 144 | .create_shader_set( Sep 20 03:05:33.688 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 20 03:05:33.688 INFO kablam! | Sep 20 03:05:33.688 INFO kablam! = note: the method `create_shader_set` exists but the following trait bounds were not satisfied: Sep 20 03:05:33.689 INFO kablam! `gfx_device_gl::factory::Factory : gfx::traits::FactoryExt<_>` Sep 20 03:05:33.689 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 03:05:33.689 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 03:05:33.690 INFO kablam! | Sep 20 03:05:33.690 INFO kablam! 14 | use gfx::factory::FactoryExt; Sep 20 03:05:33.690 INFO kablam! | Sep 20 03:05:33.691 INFO kablam! Sep 20 03:05:33.691 INFO kablam! error[E0599]: no method named `create_pipeline_state` found for type `gfx_device_gl::factory::Factory` in the current scope Sep 20 03:05:33.691 INFO kablam! --> examples/south_africa.rs:151:10 Sep 20 03:05:33.692 INFO kablam! | Sep 20 03:05:33.692 INFO kablam! 151 | .create_pipeline_state( Sep 20 03:05:33.692 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:05:33.693 INFO kablam! | Sep 20 03:05:33.693 INFO kablam! = note: the method `create_pipeline_state` exists but the following trait bounds were not satisfied: Sep 20 03:05:33.693 INFO kablam! `gfx_device_gl::factory::Factory : gfx::traits::FactoryExt<_>` Sep 20 03:05:33.694 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 03:05:33.694 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 03:05:33.694 INFO kablam! | Sep 20 03:05:33.695 INFO kablam! 14 | use gfx::factory::FactoryExt; Sep 20 03:05:33.695 INFO kablam! | Sep 20 03:05:33.695 INFO kablam! Sep 20 03:05:35.318 INFO kablam! error[E0308]: mismatched types Sep 20 03:05:35.319 INFO kablam! --> examples/demo.rs:119:20 Sep 20 03:05:35.319 INFO kablam! | Sep 20 03:05:35.319 INFO kablam! 119 | out_color: window.output_color.clone(), Sep 20 03:05:35.320 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::RenderTargetView`, found struct `gfx_core::handle::RenderTargetView` Sep 20 03:05:35.320 INFO kablam! | Sep 20 03:05:35.320 INFO kablam! = note: expected type `gfx::handle::RenderTargetView<_, (gfx::format::R8_G8_B8_A8, gfx::format::Srgb)>` Sep 20 03:05:35.321 INFO kablam! found type `gfx_core::handle::RenderTargetView` Sep 20 03:05:35.321 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 20 03:05:35.321 INFO kablam! --> examples/demo.rs:119:20 Sep 20 03:05:35.322 INFO kablam! | Sep 20 03:05:35.322 INFO kablam! 119 | out_color: window.output_color.clone(), Sep 20 03:05:35.322 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:05:35.322 INFO kablam! Sep 20 03:05:35.738 INFO kablam! error[E0308]: mismatched types Sep 20 03:05:35.738 INFO kablam! --> examples/south_africa.rs:163:20 Sep 20 03:05:35.738 INFO kablam! | Sep 20 03:05:35.738 INFO kablam! 163 | out_color: window.output_color.clone(), Sep 20 03:05:35.738 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::RenderTargetView`, found struct `gfx_core::handle::RenderTargetView` Sep 20 03:05:35.738 INFO kablam! | Sep 20 03:05:35.738 INFO kablam! = note: expected type `gfx::handle::RenderTargetView<_, (gfx::format::R8_G8_B8_A8, gfx::format::Srgb)>` Sep 20 03:05:35.738 INFO kablam! found type `gfx_core::handle::RenderTargetView` Sep 20 03:05:35.738 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 20 03:05:35.738 INFO kablam! --> examples/south_africa.rs:163:20 Sep 20 03:05:35.738 INFO kablam! | Sep 20 03:05:35.738 INFO kablam! 163 | out_color: window.output_color.clone(), Sep 20 03:05:35.738 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:05:35.738 INFO kablam! Sep 20 03:05:36.794 INFO kablam! error[E0308]: mismatched types Sep 20 03:05:36.794 INFO kablam! --> examples/demo.rs:120:20 Sep 20 03:05:36.794 INFO kablam! | Sep 20 03:05:36.795 INFO kablam! 120 | out_depth: window.output_stencil.clone(), Sep 20 03:05:36.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::DepthStencilView`, found struct `gfx_core::handle::DepthStencilView` Sep 20 03:05:36.795 INFO kablam! | Sep 20 03:05:36.796 INFO kablam! = note: expected type `gfx::handle::DepthStencilView<_, (gfx::format::D24_S8, gfx::format::Unorm)>` Sep 20 03:05:36.796 INFO kablam! found type `gfx_core::handle::DepthStencilView` Sep 20 03:05:36.797 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 20 03:05:36.797 INFO kablam! --> examples/demo.rs:120:20 Sep 20 03:05:36.797 INFO kablam! | Sep 20 03:05:36.798 INFO kablam! 120 | out_depth: window.output_stencil.clone(), Sep 20 03:05:36.798 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:05:36.798 INFO kablam! Sep 20 03:05:36.814 INFO kablam! error[E0277]: the trait bound `gfx_device_gl::factory::Factory: gfx::Factory<_>` is not satisfied Sep 20 03:05:36.814 INFO kablam! --> examples/demo.rs:162:20 Sep 20 03:05:36.815 INFO kablam! | Sep 20 03:05:36.815 INFO kablam! 162 | let renderer = DrapingRenderer::new(&mut factory); Sep 20 03:05:36.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `gfx::Factory<_>` is not implemented for `gfx_device_gl::factory::Factory` Sep 20 03:05:36.816 INFO kablam! | Sep 20 03:05:36.816 INFO kablam! = note: required by `>::new` Sep 20 03:05:36.816 INFO kablam! Sep 20 03:05:36.817 INFO kablam! error[E0277]: the trait bound `gfx_device_gl::factory::Factory: gfx::Factory<_>` is not satisfied Sep 20 03:05:36.818 INFO kablam! --> examples/demo.rs:163:36 Sep 20 03:05:36.818 INFO kablam! | Sep 20 03:05:36.818 INFO kablam! 163 | let renderable_buffer = buffer.as_renderable(&mut factory); Sep 20 03:05:36.819 INFO kablam! | ^^^^^^^^^^^^^ the trait `gfx::Factory<_>` is not implemented for `gfx_device_gl::factory::Factory` Sep 20 03:05:36.819 INFO kablam! Sep 20 03:05:36.820 INFO kablam! error[E0277]: the trait bound `gfx_device_gl::factory::Factory: gfx::Factory<_>` is not satisfied Sep 20 03:05:36.820 INFO kablam! --> examples/demo.rs:164:40 Sep 20 03:05:36.821 INFO kablam! | Sep 20 03:05:36.821 INFO kablam! 164 | let renderable_indices1 = indices1.as_renderable(&mut factory); Sep 20 03:05:36.821 INFO kablam! | ^^^^^^^^^^^^^ the trait `gfx::Factory<_>` is not implemented for `gfx_device_gl::factory::Factory` Sep 20 03:05:36.821 INFO kablam! Sep 20 03:05:36.822 INFO kablam! error[E0277]: the trait bound `gfx_device_gl::factory::Factory: gfx::Factory<_>` is not satisfied Sep 20 03:05:36.823 INFO kablam! --> examples/demo.rs:165:40 Sep 20 03:05:36.823 INFO kablam! | Sep 20 03:05:36.823 INFO kablam! 165 | let renderable_indices2 = indices2.as_renderable(&mut factory); Sep 20 03:05:36.824 INFO kablam! | ^^^^^^^^^^^^^ the trait `gfx::Factory<_>` is not implemented for `gfx_device_gl::factory::Factory` Sep 20 03:05:36.824 INFO kablam! Sep 20 03:05:37.266 INFO kablam! error[E0308]: mismatched types Sep 20 03:05:37.267 INFO kablam! --> examples/south_africa.rs:164:29 Sep 20 03:05:37.267 INFO kablam! | Sep 20 03:05:37.267 INFO kablam! 164 | out_depth_stencil: (window.output_stencil.clone(), (255, 255)), Sep 20 03:05:37.268 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::DepthStencilView`, found struct `gfx_core::handle::DepthStencilView` Sep 20 03:05:37.268 INFO kablam! | Sep 20 03:05:37.268 INFO kablam! = note: expected type `gfx::handle::DepthStencilView<_, (gfx::format::D24_S8, gfx::format::Unorm)>` Sep 20 03:05:37.269 INFO kablam! found type `gfx_core::handle::DepthStencilView` Sep 20 03:05:37.269 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 20 03:05:37.270 INFO kablam! --> examples/south_africa.rs:164:29 Sep 20 03:05:37.270 INFO kablam! | Sep 20 03:05:37.270 INFO kablam! 164 | out_depth_stencil: (window.output_stencil.clone(), (255, 255)), Sep 20 03:05:37.271 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:05:37.271 INFO kablam! Sep 20 03:05:37.271 INFO kablam! error[E0277]: the trait bound `gfx_device_gl::factory::Factory: gfx::Factory<_>` is not satisfied Sep 20 03:05:37.272 INFO kablam! --> examples/south_africa.rs:174:20 Sep 20 03:05:37.272 INFO kablam! | Sep 20 03:05:37.272 INFO kablam! 174 | let renderer = DrapingRenderer::new(&mut factory); Sep 20 03:05:37.273 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `gfx::Factory<_>` is not implemented for `gfx_device_gl::factory::Factory` Sep 20 03:05:37.273 INFO kablam! | Sep 20 03:05:37.274 INFO kablam! = note: required by `>::new` Sep 20 03:05:37.274 INFO kablam! Sep 20 03:05:37.274 INFO kablam! error[E0277]: the trait bound `gfx_device_gl::factory::Factory: gfx::Factory<_>` is not satisfied Sep 20 03:05:37.275 INFO kablam! --> examples/south_africa.rs:181:36 Sep 20 03:05:37.275 INFO kablam! | Sep 20 03:05:37.275 INFO kablam! 181 | let renderable_buffer = buffer.as_renderable(&mut factory); Sep 20 03:05:37.276 INFO kablam! | ^^^^^^^^^^^^^ the trait `gfx::Factory<_>` is not implemented for `gfx_device_gl::factory::Factory` Sep 20 03:05:37.276 INFO kablam! Sep 20 03:05:37.276 INFO kablam! error[E0277]: the trait bound `gfx_device_gl::factory::Factory: gfx::Factory<_>` is not satisfied Sep 20 03:05:37.277 INFO kablam! --> examples/south_africa.rs:182:38 Sep 20 03:05:37.277 INFO kablam! | Sep 20 03:05:37.277 INFO kablam! 182 | let renderable_indices = indices.as_renderable(&mut factory); Sep 20 03:05:37.278 INFO kablam! | ^^^^^^^^^^^^^ the trait `gfx::Factory<_>` is not implemented for `gfx_device_gl::factory::Factory` Sep 20 03:05:37.278 INFO kablam! Sep 20 03:05:38.215 INFO kablam! error[E0308]: mismatched types Sep 20 03:05:38.216 INFO kablam! --> examples/demo.rs:196:35 Sep 20 03:05:38.216 INFO kablam! | Sep 20 03:05:38.217 INFO kablam! 196 | terrain_bundle.encode(&mut window.encoder); Sep 20 03:05:38.217 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected struct `gfx::Encoder`, found struct `gfx::encoder::Encoder` Sep 20 03:05:38.218 INFO kablam! | Sep 20 03:05:38.218 INFO kablam! = note: expected type `&mut gfx::Encoder<_, _>` Sep 20 03:05:38.219 INFO kablam! found type `&mut gfx::encoder::Encoder` Sep 20 03:05:38.219 INFO kablam! note: Perhaps two different versions of crate `gfx` are being used? Sep 20 03:05:38.219 INFO kablam! --> examples/demo.rs:196:35 Sep 20 03:05:38.220 INFO kablam! | Sep 20 03:05:38.220 INFO kablam! 196 | terrain_bundle.encode(&mut window.encoder); Sep 20 03:05:38.221 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 20 03:05:38.221 INFO kablam! Sep 20 03:05:39.490 INFO kablam! error[E0308]: mismatched types Sep 20 03:05:39.491 INFO kablam! --> examples/south_africa.rs:215:35 Sep 20 03:05:39.491 INFO kablam! | Sep 20 03:05:39.491 INFO kablam! 215 | terrain_bundle.encode(&mut window.encoder); Sep 20 03:05:39.492 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected struct `gfx::Encoder`, found struct `gfx::encoder::Encoder` Sep 20 03:05:39.492 INFO kablam! | Sep 20 03:05:39.492 INFO kablam! = note: expected type `&mut gfx::Encoder<_, _>` Sep 20 03:05:39.493 INFO kablam! found type `&mut gfx::encoder::Encoder` Sep 20 03:05:39.493 INFO kablam! note: Perhaps two different versions of crate `gfx` are being used? Sep 20 03:05:39.493 INFO kablam! --> examples/south_africa.rs:215:35 Sep 20 03:05:39.494 INFO kablam! | Sep 20 03:05:39.494 INFO kablam! 215 | terrain_bundle.encode(&mut window.encoder); Sep 20 03:05:39.494 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 20 03:05:39.495 INFO kablam! Sep 20 03:05:39.798 INFO kablam! error[E0308]: mismatched types Sep 20 03:05:39.799 INFO kablam! --> examples/demo.rs:201:17 Sep 20 03:05:39.799 INFO kablam! | Sep 20 03:05:39.799 INFO kablam! 201 | &mut window.encoder, Sep 20 03:05:39.800 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected struct `gfx::Encoder`, found struct `gfx::encoder::Encoder` Sep 20 03:05:39.800 INFO kablam! | Sep 20 03:05:39.800 INFO kablam! = note: expected type `&mut gfx::Encoder<_, _>` Sep 20 03:05:39.801 INFO kablam! found type `&mut gfx::encoder::Encoder` Sep 20 03:05:39.801 INFO kablam! note: Perhaps two different versions of crate `gfx` are being used? Sep 20 03:05:39.801 INFO kablam! --> examples/demo.rs:201:17 Sep 20 03:05:39.802 INFO kablam! | Sep 20 03:05:39.802 INFO kablam! 201 | &mut window.encoder, Sep 20 03:05:39.802 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 20 03:05:39.803 INFO kablam! Sep 20 03:05:40.834 INFO kablam! error[E0308]: mismatched types Sep 20 03:05:40.834 INFO kablam! --> examples/south_africa.rs:220:17 Sep 20 03:05:40.834 INFO kablam! | Sep 20 03:05:40.834 INFO kablam! 220 | &mut window.encoder, Sep 20 03:05:40.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected struct `gfx::Encoder`, found struct `gfx::encoder::Encoder` Sep 20 03:05:40.834 INFO kablam! | Sep 20 03:05:40.834 INFO kablam! = note: expected type `&mut gfx::Encoder<_, _>` Sep 20 03:05:40.834 INFO kablam! found type `&mut gfx::encoder::Encoder` Sep 20 03:05:40.834 INFO kablam! note: Perhaps two different versions of crate `gfx` are being used? Sep 20 03:05:40.834 INFO kablam! --> examples/south_africa.rs:220:17 Sep 20 03:05:40.834 INFO kablam! | Sep 20 03:05:40.834 INFO kablam! 220 | &mut window.encoder, Sep 20 03:05:40.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 20 03:05:40.834 INFO kablam! Sep 20 03:05:41.484 INFO kablam! error[E0308]: mismatched types Sep 20 03:05:41.484 INFO kablam! --> examples/demo.rs:202:17 Sep 20 03:05:41.484 INFO kablam! | Sep 20 03:05:41.484 INFO kablam! 202 | window.output_color.clone(), Sep 20 03:05:41.484 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::RenderTargetView`, found struct `gfx_core::handle::RenderTargetView` Sep 20 03:05:41.484 INFO kablam! | Sep 20 03:05:41.484 INFO kablam! = note: expected type `gfx::handle::RenderTargetView<_, (gfx::format::R8_G8_B8_A8, gfx::format::Srgb)>` Sep 20 03:05:41.484 INFO kablam! found type `gfx_core::handle::RenderTargetView` Sep 20 03:05:41.484 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 20 03:05:41.484 INFO kablam! --> examples/demo.rs:202:17 Sep 20 03:05:41.484 INFO kablam! | Sep 20 03:05:41.484 INFO kablam! 202 | window.output_color.clone(), Sep 20 03:05:41.484 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:05:41.484 INFO kablam! Sep 20 03:05:41.780 INFO kablam! error[E0308]: mismatched types Sep 20 03:05:41.780 INFO kablam! --> examples/south_africa.rs:221:17 Sep 20 03:05:41.780 INFO kablam! | Sep 20 03:05:41.780 INFO kablam! 221 | window.output_color.clone(), Sep 20 03:05:41.780 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::RenderTargetView`, found struct `gfx_core::handle::RenderTargetView` Sep 20 03:05:41.780 INFO kablam! | Sep 20 03:05:41.780 INFO kablam! = note: expected type `gfx::handle::RenderTargetView<_, (gfx::format::R8_G8_B8_A8, gfx::format::Srgb)>` Sep 20 03:05:41.780 INFO kablam! found type `gfx_core::handle::RenderTargetView` Sep 20 03:05:41.780 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 20 03:05:41.780 INFO kablam! --> examples/south_africa.rs:221:17 Sep 20 03:05:41.780 INFO kablam! | Sep 20 03:05:41.780 INFO kablam! 221 | window.output_color.clone(), Sep 20 03:05:41.780 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:05:41.780 INFO kablam! Sep 20 03:05:42.722 INFO kablam! error[E0308]: mismatched types Sep 20 03:05:42.722 INFO kablam! --> examples/demo.rs:203:17 Sep 20 03:05:42.722 INFO kablam! | Sep 20 03:05:42.722 INFO kablam! 203 | window.output_stencil.clone(), Sep 20 03:05:42.722 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::DepthStencilView`, found struct `gfx_core::handle::DepthStencilView` Sep 20 03:05:42.722 INFO kablam! | Sep 20 03:05:42.722 INFO kablam! = note: expected type `gfx::handle::DepthStencilView<_, (gfx::format::D24_S8, gfx::format::Unorm)>` Sep 20 03:05:42.722 INFO kablam! found type `gfx_core::handle::DepthStencilView` Sep 20 03:05:42.722 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 20 03:05:42.722 INFO kablam! --> examples/demo.rs:203:17 Sep 20 03:05:42.722 INFO kablam! | Sep 20 03:05:42.722 INFO kablam! 203 | window.output_stencil.clone(), Sep 20 03:05:42.722 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:05:42.722 INFO kablam! Sep 20 03:05:43.446 INFO kablam! error[E0308]: mismatched types Sep 20 03:05:43.446 INFO kablam! --> examples/south_africa.rs:222:17 Sep 20 03:05:43.446 INFO kablam! | Sep 20 03:05:43.446 INFO kablam! 222 | window.output_stencil.clone(), Sep 20 03:05:43.446 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::DepthStencilView`, found struct `gfx_core::handle::DepthStencilView` Sep 20 03:05:43.446 INFO kablam! | Sep 20 03:05:43.446 INFO kablam! = note: expected type `gfx::handle::DepthStencilView<_, (gfx::format::D24_S8, gfx::format::Unorm)>` Sep 20 03:05:43.446 INFO kablam! found type `gfx_core::handle::DepthStencilView` Sep 20 03:05:43.446 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 20 03:05:43.446 INFO kablam! --> examples/south_africa.rs:222:17 Sep 20 03:05:43.446 INFO kablam! | Sep 20 03:05:43.446 INFO kablam! 222 | window.output_stencil.clone(), Sep 20 03:05:43.446 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:05:43.446 INFO kablam! Sep 20 03:05:44.359 INFO kablam! error[E0308]: mismatched types Sep 20 03:05:44.359 INFO kablam! --> examples/demo.rs:211:17 Sep 20 03:05:44.360 INFO kablam! | Sep 20 03:05:44.360 INFO kablam! 211 | &mut window.encoder, Sep 20 03:05:44.361 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected struct `gfx::Encoder`, found struct `gfx::encoder::Encoder` Sep 20 03:05:44.361 INFO kablam! | Sep 20 03:05:44.361 INFO kablam! = note: expected type `&mut gfx::Encoder<_, _>` Sep 20 03:05:44.362 INFO kablam! found type `&mut gfx::encoder::Encoder` Sep 20 03:05:44.362 INFO kablam! note: Perhaps two different versions of crate `gfx` are being used? Sep 20 03:05:44.362 INFO kablam! --> examples/demo.rs:211:17 Sep 20 03:05:44.363 INFO kablam! | Sep 20 03:05:44.363 INFO kablam! 211 | &mut window.encoder, Sep 20 03:05:44.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 20 03:05:44.364 INFO kablam! Sep 20 03:05:45.171 INFO kablam! error[E0308]: mismatched types Sep 20 03:05:45.171 INFO kablam! --> examples/south_africa.rs:237:45 Sep 20 03:05:45.171 INFO kablam! | Sep 20 03:05:45.171 INFO kablam! 237 | terrain_bundle.data.out_color = window.output_color.clone(); Sep 20 03:05:45.171 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::RenderTargetView`, found struct `gfx_core::handle::RenderTargetView` Sep 20 03:05:45.171 INFO kablam! | Sep 20 03:05:45.171 INFO kablam! = note: expected type `gfx::handle::RenderTargetView<_, (gfx::format::R8_G8_B8_A8, gfx::format::Srgb)>` Sep 20 03:05:45.171 INFO kablam! found type `gfx_core::handle::RenderTargetView` Sep 20 03:05:45.171 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 20 03:05:45.171 INFO kablam! --> examples/south_africa.rs:237:45 Sep 20 03:05:45.171 INFO kablam! | Sep 20 03:05:45.171 INFO kablam! 237 | terrain_bundle.data.out_color = window.output_color.clone(); Sep 20 03:05:45.171 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:05:45.171 INFO kablam! Sep 20 03:05:45.406 INFO kablam! error[E0308]: mismatched types Sep 20 03:05:45.406 INFO kablam! --> examples/demo.rs:212:17 Sep 20 03:05:45.406 INFO kablam! | Sep 20 03:05:45.406 INFO kablam! 212 | window.output_color.clone(), Sep 20 03:05:45.406 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::RenderTargetView`, found struct `gfx_core::handle::RenderTargetView` Sep 20 03:05:45.406 INFO kablam! | Sep 20 03:05:45.406 INFO kablam! = note: expected type `gfx::handle::RenderTargetView<_, (gfx::format::R8_G8_B8_A8, gfx::format::Srgb)>` Sep 20 03:05:45.406 INFO kablam! found type `gfx_core::handle::RenderTargetView` Sep 20 03:05:45.406 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 20 03:05:45.406 INFO kablam! --> examples/demo.rs:212:17 Sep 20 03:05:45.406 INFO kablam! | Sep 20 03:05:45.406 INFO kablam! 212 | window.output_color.clone(), Sep 20 03:05:45.406 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:05:45.406 INFO kablam! Sep 20 03:05:46.590 INFO kablam! error[E0308]: mismatched types Sep 20 03:05:46.590 INFO kablam! --> examples/south_africa.rs:238:55 Sep 20 03:05:46.590 INFO kablam! | Sep 20 03:05:46.590 INFO kablam! 238 | terrain_bundle.data.out_depth_stencil.0 = window.output_stencil.clone(); Sep 20 03:05:46.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::DepthStencilView`, found struct `gfx_core::handle::DepthStencilView` Sep 20 03:05:46.590 INFO kablam! | Sep 20 03:05:46.590 INFO kablam! = note: expected type `gfx::handle::DepthStencilView<_, (gfx::format::D24_S8, gfx::format::Unorm)>` Sep 20 03:05:46.590 INFO kablam! found type `gfx_core::handle::DepthStencilView` Sep 20 03:05:46.590 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 20 03:05:46.590 INFO kablam! --> examples/south_africa.rs:238:55 Sep 20 03:05:46.590 INFO kablam! | Sep 20 03:05:46.590 INFO kablam! 238 | terrain_bundle.data.out_depth_stencil.0 = window.output_stencil.clone(); Sep 20 03:05:46.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:05:46.590 INFO kablam! Sep 20 03:05:46.762 INFO kablam! error[E0308]: mismatched types Sep 20 03:05:46.762 INFO kablam! --> examples/demo.rs:213:17 Sep 20 03:05:46.762 INFO kablam! | Sep 20 03:05:46.762 INFO kablam! 213 | window.output_stencil.clone(), Sep 20 03:05:46.762 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::DepthStencilView`, found struct `gfx_core::handle::DepthStencilView` Sep 20 03:05:46.762 INFO kablam! | Sep 20 03:05:46.762 INFO kablam! = note: expected type `gfx::handle::DepthStencilView<_, (gfx::format::D24_S8, gfx::format::Unorm)>` Sep 20 03:05:46.762 INFO kablam! found type `gfx_core::handle::DepthStencilView` Sep 20 03:05:46.762 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 20 03:05:46.762 INFO kablam! --> examples/demo.rs:213:17 Sep 20 03:05:46.762 INFO kablam! | Sep 20 03:05:46.762 INFO kablam! 213 | window.output_stencil.clone(), Sep 20 03:05:46.762 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:05:46.762 INFO kablam! Sep 20 03:05:46.798 INFO kablam! error: aborting due to 16 previous errors Sep 20 03:05:46.798 INFO kablam! Sep 20 03:05:46.798 INFO kablam! Some errors occurred: E0277, E0308, E0599. Sep 20 03:05:46.798 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 20 03:05:46.814 INFO kablam! error: Could not compile `gfx_draping`. Sep 20 03:05:46.814 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 03:05:47.718 INFO kablam! error[E0308]: mismatched types Sep 20 03:05:47.718 INFO kablam! --> examples/demo.rs:222:45 Sep 20 03:05:47.718 INFO kablam! | Sep 20 03:05:47.718 INFO kablam! 222 | terrain_bundle.data.out_color = window.output_color.clone(); Sep 20 03:05:47.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::RenderTargetView`, found struct `gfx_core::handle::RenderTargetView` Sep 20 03:05:47.718 INFO kablam! | Sep 20 03:05:47.718 INFO kablam! = note: expected type `gfx::handle::RenderTargetView<_, (gfx::format::R8_G8_B8_A8, gfx::format::Srgb)>` Sep 20 03:05:47.718 INFO kablam! found type `gfx_core::handle::RenderTargetView` Sep 20 03:05:47.718 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 20 03:05:47.718 INFO kablam! --> examples/demo.rs:222:45 Sep 20 03:05:47.718 INFO kablam! | Sep 20 03:05:47.718 INFO kablam! 222 | terrain_bundle.data.out_color = window.output_color.clone(); Sep 20 03:05:47.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:05:47.718 INFO kablam! Sep 20 03:05:48.534 INFO kablam! error[E0308]: mismatched types Sep 20 03:05:48.534 INFO kablam! --> examples/demo.rs:223:45 Sep 20 03:05:48.534 INFO kablam! | Sep 20 03:05:48.534 INFO kablam! 223 | terrain_bundle.data.out_depth = window.output_stencil.clone(); Sep 20 03:05:48.534 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gfx::handle::DepthStencilView`, found struct `gfx_core::handle::DepthStencilView` Sep 20 03:05:48.534 INFO kablam! | Sep 20 03:05:48.534 INFO kablam! = note: expected type `gfx::handle::DepthStencilView<_, (gfx::format::D24_S8, gfx::format::Unorm)>` Sep 20 03:05:48.534 INFO kablam! found type `gfx_core::handle::DepthStencilView` Sep 20 03:05:48.534 INFO kablam! note: Perhaps two different versions of crate `gfx_core` are being used? Sep 20 03:05:48.534 INFO kablam! --> examples/demo.rs:223:45 Sep 20 03:05:48.534 INFO kablam! | Sep 20 03:05:48.534 INFO kablam! 223 | terrain_bundle.data.out_depth = window.output_stencil.clone(); Sep 20 03:05:48.534 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:05:48.534 INFO kablam! Sep 20 03:05:48.710 INFO kablam! error: aborting due to 20 previous errors Sep 20 03:05:48.710 INFO kablam! Sep 20 03:05:48.710 INFO kablam! Some errors occurred: E0277, E0308, E0599. Sep 20 03:05:48.710 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 20 03:05:48.735 INFO kablam! error: Could not compile `gfx_draping`. Sep 20 03:05:48.735 INFO kablam! Sep 20 03:05:48.735 INFO kablam! To learn more, run the command again with --verbose. Sep 20 03:05:48.736 INFO kablam! su: No module specific data is present Sep 20 03:05:49.608 INFO running `"docker" "rm" "-f" "f7bd2481b937cd6557d0cfcfb1209602987910e41e13302c5a8b25f5ab1338c8"` Sep 20 03:05:49.727 INFO blam! f7bd2481b937cd6557d0cfcfb1209602987910e41e13302c5a8b25f5ab1338c8