[INFO] updating cached repository https://github.com/ArnaudValensi/voxel-game-engine-rust
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"`
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] 0ee4c74c9a987cfedf2a34b1d226ff484f1b428b
[INFO] checking ArnaudValensi/voxel-game-engine-rust against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArnaudValensi%2Fvoxel-game-engine-rust" "/workspace/builds/worker-6/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/ArnaudValensi/voxel-game-engine-rust on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/ArnaudValensi/voxel-game-engine-rust
[INFO] removed path dependency yoga from git repo https://github.com/ArnaudValensi/voxel-game-engine-rust
[INFO] finished tweaking git repo https://github.com/ArnaudValensi/voxel-game-engine-rust
[INFO] tweaked toml for git repo https://github.com/ArnaudValensi/voxel-game-engine-rust written to /workspace/builds/worker-6/source/Cargo.toml
[INFO] crate git repo https://github.com/ArnaudValensi/voxel-game-engine-rust already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr] warning: dependency (yoga) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr] error: the lock file /workspace/builds/worker-6/source/Cargo.lock needs to be updated but --locked was passed to prevent this
[INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag.
[INFO] the lockfile is outdated, regenerating it
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr] warning: dependency (yoga) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] ccca73332f86e252d5822c327d1a6624f996cd51fbc7a9c1520c469a3633f98c
[INFO] running `"docker" "start" "-a" "ccca73332f86e252d5822c327d1a6624f996cd51fbc7a9c1520c469a3633f98c"`
[INFO] [stderr] warning: dependency (yoga) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions
[INFO] [stderr]    Compiling cgmath v0.16.1
[INFO] [stderr]     Checking nix v0.11.1
[INFO] [stderr]     Checking gfx_core v0.9.2
[INFO] [stderr]    Compiling gl_generator v0.9.0
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]    Compiling yoga v0.3.1
[INFO] [stderr]     Checking wayland-client v0.20.12
[INFO] [stderr]     Checking gfx_core v0.8.3
[INFO] [stderr]     Checking wayland-protocols v0.20.12
[INFO] [stderr]    Compiling gfx_gl v0.6.1
[INFO] [stderr]    Compiling gfx_gl v0.5.0
[INFO] [stderr]    Compiling glutin v0.18.0
[INFO] [stderr]     Checking smithay-client-toolkit v0.3.0
[INFO] [stderr]     Checking winit v0.17.2
[INFO] [stderr]     Checking gfx_device_gl v0.15.5
[INFO] [stderr]     Checking gfx v0.17.1
[INFO] [stderr]     Checking gfx_device_gl v0.16.2
[INFO] [stderr]     Checking gfx_window_glutin v0.26.0
[INFO] [stderr]     Checking terrain-generation v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/renderer.rs:71:20
[INFO] [stderr]    |
[INFO] [stderr] 71 |         mesh: &mut Mesh<PD>,
[INFO] [stderr]    |                    ^^^^^^^^ help: use `dyn`: `dyn Mesh<PD>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/gui/mod.rs:30:35
[INFO] [stderr]    |
[INFO] [stderr] 30 |     on_mouse_enter_fn: Option<&'a Fn()>,
[INFO] [stderr]    |                                   ^^^^ help: use `dyn`: `dyn Fn()`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/gui/mod.rs:58:35
[INFO] [stderr]    |
[INFO] [stderr] 58 |     on_mouse_enter_fn: Option<&'a Fn()>,
[INFO] [stderr]    |                                   ^^^^ help: use `dyn`: `dyn Fn()`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/gui/mod.rs:90:51
[INFO] [stderr]    |
[INFO] [stderr] 90 |     pub fn on_mouse_enter(mut self, callback: &'a Fn()) -> Self {
[INFO] [stderr]    |                                                   ^^^^ help: use `dyn`: `dyn Fn()`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `gfx_device_gl::Resources: gfx::Resources` is not satisfied
[INFO] [stderr]   --> src/renderer.rs:13:5
[INFO] [stderr]    |
[INFO] [stderr] 13 |     pub encoder: gfx::Encoder<Resources, gfx_device_gl::CommandBuffer>,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `gfx::Resources` is not implemented for `gfx_device_gl::Resources`
[INFO] [stderr]    |
[INFO] [stderr]    = note: required by `gfx::Encoder`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `gfx_device_gl::Resources: gfx::Resources` is not satisfied
[INFO] [stderr]  --> src/pipeline.rs:4:24
[INFO] [stderr]   |
[INFO] [stderr] 4 | pub trait Pipeline<PD: gfx::pso::PipelineData<Resources>> {
[INFO] [stderr]   |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `gfx::Resources` is not implemented for `gfx_device_gl::Resources`
[INFO] [stderr]   |
[INFO] [stderr]   = note: required by `gfx::pso::PipelineData`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `gfx_device_gl::Resources: gfx::Resources` is not satisfied
[INFO] [stderr]  --> src/mesh.rs:4:20
[INFO] [stderr]   |
[INFO] [stderr] 4 | pub trait Mesh<PD: gfx::pso::PipelineData<Resources>> {
[INFO] [stderr]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `gfx::Resources` is not implemented for `gfx_device_gl::Resources`
[INFO] [stderr]   |
[INFO] [stderr]   = note: required by `gfx::pso::PipelineData`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `gfx_device_gl::Resources: gfx::Resources` is not satisfied
[INFO] [stderr]   --> src/voxel_mesh.rs:37:5
[INFO] [stderr]    |
[INFO] [stderr] 37 |     pub pso: gfx::PipelineState<Resources, pipe::Meta>,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `gfx::Resources` is not implemented for `gfx_device_gl::Resources`
[INFO] [stderr]    |
[INFO] [stderr]    = note: required by `gfx::PipelineState`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `gfx_device_gl::Resources: gfx::Resources` is not satisfied
[INFO] [stderr]   --> src/voxel_mesh.rs:63:6
[INFO] [stderr]    |
[INFO] [stderr] 63 | impl Pipeline<pipe::Data<Resources>> for VoxelMeshPipe {
[INFO] [stderr]    |      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `gfx::Resources` is not implemented for `gfx_device_gl::Resources`
[INFO] [stderr]    |
[INFO] [stderr]    = note: required because of the requirements on the impl of `gfx::pso::PipelineData<gfx_device_gl::Resources>` for `voxel_mesh::pipe::Data<gfx_device_gl::Resources>`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `gfx_device_gl::Resources: gfx::Resources` is not satisfied
[INFO] [stderr]    --> src/voxel_mesh.rs:122:6
[INFO] [stderr]     |
[INFO] [stderr] 122 | impl Mesh<pipe::Data<Resources>> for VoxelMesh {
[INFO] [stderr]     |      ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `gfx::Resources` is not implemented for `gfx_device_gl::Resources`
[INFO] [stderr]     |
[INFO] [stderr]     = note: required because of the requirements on the impl of `gfx::pso::PipelineData<gfx_device_gl::Resources>` for `voxel_mesh::pipe::Data<gfx_device_gl::Resources>`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `gfx_device_gl::Resources: gfx::Resources` is not satisfied
[INFO] [stderr]   --> src/gui/mesh.rs:20:5
[INFO] [stderr]    |
[INFO] [stderr] 20 |     pub pso: gfx::PipelineState<Resources, pipe::Meta>,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `gfx::Resources` is not implemented for `gfx_device_gl::Resources`
[INFO] [stderr]    |
[INFO] [stderr]    = note: required by `gfx::PipelineState`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `gfx_device_gl::Resources: gfx::Resources` is not satisfied
[INFO] [stderr]   --> src/gui/mesh.rs:37:6
[INFO] [stderr]    |
[INFO] [stderr] 37 | impl Pipeline<pipe::Data<Resources>> for UIMeshPipe {
[INFO] [stderr]    |      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `gfx::Resources` is not implemented for `gfx_device_gl::Resources`
[INFO] [stderr]    |
[INFO] [stderr]    = note: required because of the requirements on the impl of `gfx::pso::PipelineData<gfx_device_gl::Resources>` for `gui::mesh::pipe::Data<gfx_device_gl::Resources>`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `gfx_device_gl::Resources: gfx::Resources` is not satisfied
[INFO] [stderr]    --> src/gui/mesh.rs:102:6
[INFO] [stderr]     |
[INFO] [stderr] 102 | impl Mesh<pipe::Data<Resources>> for UIMesh {
[INFO] [stderr]     |      ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `gfx::Resources` is not implemented for `gfx_device_gl::Resources`
[INFO] [stderr]     |
[INFO] [stderr]     = note: required because of the requirements on the impl of `gfx::pso::PipelineData<gfx_device_gl::Resources>` for `gui::mesh::pipe::Data<gfx_device_gl::Resources>`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `gfx_device_gl::Resources: gfx::Resources` is not satisfied
[INFO] [stderr]   --> src/voxel_mesh.rs:72:5
[INFO] [stderr]    |
[INFO] [stderr] 72 |     pub data: pipe::Data<Resources>,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `gfx::Resources` is not implemented for `gfx_device_gl::Resources`
[INFO] [stderr]    |
[INFO] [stderr]    = note: required because of the requirements on the impl of `gfx::pso::DataBind<gfx_device_gl::Resources>` for `gfx::DepthTarget<(gfx::format::D24_S8, gfx::format::Unorm)>`
[INFO] [stderr]    = note: required because it appears within the type `voxel_mesh::pipe::Data<gfx_device_gl::Resources>`
[INFO] [stderr]    = note: only the last field of a struct may have a dynamically sized type
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `gfx_device_gl::Resources: gfx::Resources` is not satisfied
[INFO] [stderr]   --> src/gui/mesh.rs:45:5
[INFO] [stderr]    |
[INFO] [stderr] 45 |     pub slice: gfx::Slice<Resources>,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `gfx::Resources` is not implemented for `gfx_device_gl::Resources`
[INFO] [stderr]    |
[INFO] [stderr]    = note: required by `gfx::Slice`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `gfx_device_gl::Resources: gfx::Resources` is not satisfied
[INFO] [stderr]   --> src/gui/mesh.rs:43:10
[INFO] [stderr]    |
[INFO] [stderr] 43 | #[derive(Clone, Debug)]
[INFO] [stderr]    |          ^^^^^ the trait `gfx::Resources` is not implemented for `gfx_device_gl::Resources`
[INFO] [stderr]    |
[INFO] [stderr]    = note: required because of the requirements on the impl of `gfx::pso::DataBind<gfx_device_gl::Resources>` for `gfx::RenderTarget<(gfx::format::R8_G8_B8_A8, gfx::format::Unorm)>`
[INFO] [stderr]    = note: required because it appears within the type `gui::mesh::UIMesh`
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `gfx_device_gl::Resources: gfx::Resources` is not satisfied
[INFO] [stderr]   --> src/renderer.rs:69:21
[INFO] [stderr]    |
[INFO] [stderr] 69 |     pub fn draw<PD: gfx::pso::PipelineData<Resources>, P: Pipeline<PD>>(
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `gfx::Resources` is not implemented for `gfx_device_gl::Resources`
[INFO] [stderr]    |
[INFO] [stderr]    = note: required by `gfx::pso::PipelineData`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `gfx_device_gl::Resources: gfx::Resources` is not satisfied
[INFO] [stderr]   --> src/voxel_mesh.rs:64:26
[INFO] [stderr]    |
[INFO] [stderr] 64 |     fn get_pso(&self) -> &gfx::PipelineState<Resources, pipe::Meta> {
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `gfx::Resources` is not implemented for `gfx_device_gl::Resources`
[INFO] [stderr]    |
[INFO] [stderr]    = note: required by `gfx::PipelineState`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `gfx_device_gl::Resources: gfx::Resources` is not satisfied
[INFO] [stderr]    --> src/voxel_mesh.rs:123:27
[INFO] [stderr]     |
[INFO] [stderr] 6   | / gfx_defines! {
[INFO] [stderr] 7   | |     vertex Vertex {
[INFO] [stderr] 8   | |         pos: [f32; 3] = "a_Pos",
[INFO] [stderr] 9   | |         color: [f32; 3] = "a_Color",
[INFO] [stderr] ...   |
[INFO] [stderr] 24  | |     }
[INFO] [stderr] 25  | | }
[INFO] [stderr]     | |_- required by `voxel_mesh::pipe::Data`
[INFO] [stderr] ...
[INFO] [stderr] 123 |       fn get_data(&self) -> &pipe::Data<Resources> {
[INFO] [stderr]     |                             ^^^^^^^^^^^^^^^^^^^^^^ the trait `gfx::Resources` is not implemented for `gfx_device_gl::Resources`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/renderer.rs:71:20
[INFO] [stderr]    |
[INFO] [stderr] 71 |         mesh: &mut Mesh<PD>,
[INFO] [stderr]    |                    ^^^^^^^^ help: use `dyn`: `dyn Mesh<PD>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/gui/mod.rs:30:35
[INFO] [stderr]    |
[INFO] [stderr] 30 |     on_mouse_enter_fn: Option<&'a Fn()>,
[INFO] [stderr]    |                                   ^^^^ help: use `dyn`: `dyn Fn()`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/gui/mod.rs:58:35
[INFO] [stderr]    |
[INFO] [stderr] 58 |     on_mouse_enter_fn: Option<&'a Fn()>,
[INFO] [stderr]    |                                   ^^^^ help: use `dyn`: `dyn Fn()`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/gui/mod.rs:90:51
[INFO] [stderr]    |
[INFO] [stderr] 90 |     pub fn on_mouse_enter(mut self, callback: &'a Fn()) -> Self {
[INFO] [stderr]    |                                                   ^^^^ help: use `dyn`: `dyn Fn()`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `gfx_device_gl::Resources: gfx::Resources` is not satisfied
[INFO] [stderr]    --> src/voxel_mesh.rs:127:28
[INFO] [stderr]     |
[INFO] [stderr] 127 |     fn get_slice(&self) -> &gfx::Slice<Resources> {
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^^^^^^^^^ the trait `gfx::Resources` is not implemented for `gfx_device_gl::Resources`
[INFO] [stderr]     |
[INFO] [stderr]     = note: required by `gfx::Slice`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `gfx_device_gl::Resources: gfx::Resources` is not satisfied
[INFO] [stderr]   --> src/gui/mesh.rs:38:26
[INFO] [stderr]    |
[INFO] [stderr] 38 |     fn get_pso(&self) -> &gfx::PipelineState<Resources, pipe::Meta> {
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `gfx::Resources` is not implemented for `gfx_device_gl::Resources`
[INFO] [stderr]    |
[INFO] [stderr]    = note: required by `gfx::PipelineState`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `gfx_device_gl::Resources: gfx::Resources` is not satisfied
[INFO] [stderr]    --> src/gui/mesh.rs:103:27
[INFO] [stderr]     |
[INFO] [stderr] 7   | / gfx_defines! {
[INFO] [stderr] 8   | |     vertex Vertex {
[INFO] [stderr] 9   | |         pos: [f32; 2] = "a_Pos",
[INFO] [stderr] 10  | |         color: [f32; 3] = "a_Color",
[INFO] [stderr] ...   |
[INFO] [stderr] 16  | |     }
[INFO] [stderr] 17  | | }
[INFO] [stderr]     | |_- required by `gui::mesh::pipe::Data`
[INFO] [stderr] ...
[INFO] [stderr] 103 |       fn get_data(&self) -> &pipe::Data<Resources> {
[INFO] [stderr]     |                             ^^^^^^^^^^^^^^^^^^^^^^ the trait `gfx::Resources` is not implemented for `gfx_device_gl::Resources`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `gfx_device_gl::Resources: gfx::Resources` is not satisfied
[INFO] [stderr]    --> src/gui/mesh.rs:107:28
[INFO] [stderr]     |
[INFO] [stderr] 107 |     fn get_slice(&self) -> &gfx::Slice<Resources> {
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^^^^^^^^^ the trait `gfx::Resources` is not implemented for `gfx_device_gl::Resources`
[INFO] [stderr]     |
[INFO] [stderr]     = note: required by `gfx::Slice`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 19 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0277`.
[INFO] [stderr] error: could not compile `terrain-generation`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0277]: the trait bound `gfx_device_gl::Resources: gfx::Resources` is not satisfied
[INFO] [stderr]   --> src/renderer.rs:13:5
[INFO] [stderr]    |
[INFO] [stderr] 13 |     pub encoder: gfx::Encoder<Resources, gfx_device_gl::CommandBuffer>,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `gfx::Resources` is not implemented for `gfx_device_gl::Resources`
[INFO] [stderr]    |
[INFO] [stderr]    = note: required by `gfx::Encoder`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `gfx_device_gl::Resources: gfx::Resources` is not satisfied
[INFO] [stderr]  --> src/pipeline.rs:4:24
[INFO] [stderr]   |
[INFO] [stderr] 4 | pub trait Pipeline<PD: gfx::pso::PipelineData<Resources>> {
[INFO] [stderr]   |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `gfx::Resources` is not implemented for `gfx_device_gl::Resources`
[INFO] [stderr]   |
[INFO] [stderr]   = note: required by `gfx::pso::PipelineData`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `gfx_device_gl::Resources: gfx::Resources` is not satisfied
[INFO] [stderr]  --> src/mesh.rs:4:20
[INFO] [stderr]   |
[INFO] [stderr] 4 | pub trait Mesh<PD: gfx::pso::PipelineData<Resources>> {
[INFO] [stderr]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `gfx::Resources` is not implemented for `gfx_device_gl::Resources`
[INFO] [stderr]   |
[INFO] [stderr]   = note: required by `gfx::pso::PipelineData`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `gfx_device_gl::Resources: gfx::Resources` is not satisfied
[INFO] [stderr]   --> src/voxel_mesh.rs:37:5
[INFO] [stderr]    |
[INFO] [stderr] 37 |     pub pso: gfx::PipelineState<Resources, pipe::Meta>,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `gfx::Resources` is not implemented for `gfx_device_gl::Resources`
[INFO] [stderr]    |
[INFO] [stderr]    = note: required by `gfx::PipelineState`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `gfx_device_gl::Resources: gfx::Resources` is not satisfied
[INFO] [stderr]   --> src/voxel_mesh.rs:63:6
[INFO] [stderr]    |
[INFO] [stderr] 63 | impl Pipeline<pipe::Data<Resources>> for VoxelMeshPipe {
[INFO] [stderr]    |      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `gfx::Resources` is not implemented for `gfx_device_gl::Resources`
[INFO] [stderr]    |
[INFO] [stderr]    = note: required because of the requirements on the impl of `gfx::pso::PipelineData<gfx_device_gl::Resources>` for `voxel_mesh::pipe::Data<gfx_device_gl::Resources>`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `gfx_device_gl::Resources: gfx::Resources` is not satisfied
[INFO] [stderr]    --> src/voxel_mesh.rs:122:6
[INFO] [stderr]     |
[INFO] [stderr] 122 | impl Mesh<pipe::Data<Resources>> for VoxelMesh {
[INFO] [stderr]     |      ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `gfx::Resources` is not implemented for `gfx_device_gl::Resources`
[INFO] [stderr]     |
[INFO] [stderr]     = note: required because of the requirements on the impl of `gfx::pso::PipelineData<gfx_device_gl::Resources>` for `voxel_mesh::pipe::Data<gfx_device_gl::Resources>`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `gfx_device_gl::Resources: gfx::Resources` is not satisfied
[INFO] [stderr]   --> src/gui/mesh.rs:20:5
[INFO] [stderr]    |
[INFO] [stderr] 20 |     pub pso: gfx::PipelineState<Resources, pipe::Meta>,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `gfx::Resources` is not implemented for `gfx_device_gl::Resources`
[INFO] [stderr]    |
[INFO] [stderr]    = note: required by `gfx::PipelineState`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `gfx_device_gl::Resources: gfx::Resources` is not satisfied
[INFO] [stderr]   --> src/gui/mesh.rs:37:6
[INFO] [stderr]    |
[INFO] [stderr] 37 | impl Pipeline<pipe::Data<Resources>> for UIMeshPipe {
[INFO] [stderr]    |      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `gfx::Resources` is not implemented for `gfx_device_gl::Resources`
[INFO] [stderr]    |
[INFO] [stderr]    = note: required because of the requirements on the impl of `gfx::pso::PipelineData<gfx_device_gl::Resources>` for `gui::mesh::pipe::Data<gfx_device_gl::Resources>`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `gfx_device_gl::Resources: gfx::Resources` is not satisfied
[INFO] [stderr]    --> src/gui/mesh.rs:102:6
[INFO] [stderr]     |
[INFO] [stderr] 102 | impl Mesh<pipe::Data<Resources>> for UIMesh {
[INFO] [stderr]     |      ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `gfx::Resources` is not implemented for `gfx_device_gl::Resources`
[INFO] [stderr]     |
[INFO] [stderr]     = note: required because of the requirements on the impl of `gfx::pso::PipelineData<gfx_device_gl::Resources>` for `gui::mesh::pipe::Data<gfx_device_gl::Resources>`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `gfx_device_gl::Resources: gfx::Resources` is not satisfied
[INFO] [stderr]   --> src/voxel_mesh.rs:72:5
[INFO] [stderr]    |
[INFO] [stderr] 72 |     pub data: pipe::Data<Resources>,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `gfx::Resources` is not implemented for `gfx_device_gl::Resources`
[INFO] [stderr]    |
[INFO] [stderr]    = note: required because of the requirements on the impl of `gfx::pso::DataBind<gfx_device_gl::Resources>` for `gfx::DepthTarget<(gfx::format::D24_S8, gfx::format::Unorm)>`
[INFO] [stderr]    = note: required because it appears within the type `voxel_mesh::pipe::Data<gfx_device_gl::Resources>`
[INFO] [stderr]    = note: only the last field of a struct may have a dynamically sized type
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `gfx_device_gl::Resources: gfx::Resources` is not satisfied
[INFO] [stderr]   --> src/gui/mesh.rs:45:5
[INFO] [stderr]    |
[INFO] [stderr] 45 |     pub slice: gfx::Slice<Resources>,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `gfx::Resources` is not implemented for `gfx_device_gl::Resources`
[INFO] [stderr]    |
[INFO] [stderr]    = note: required by `gfx::Slice`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `gfx_device_gl::Resources: gfx::Resources` is not satisfied
[INFO] [stderr]   --> src/gui/mesh.rs:43:10
[INFO] [stderr]    |
[INFO] [stderr] 43 | #[derive(Clone, Debug)]
[INFO] [stderr]    |          ^^^^^ the trait `gfx::Resources` is not implemented for `gfx_device_gl::Resources`
[INFO] [stderr]    |
[INFO] [stderr]    = note: required because of the requirements on the impl of `gfx::pso::DataBind<gfx_device_gl::Resources>` for `gfx::RenderTarget<(gfx::format::R8_G8_B8_A8, gfx::format::Unorm)>`
[INFO] [stderr]    = note: required because it appears within the type `gui::mesh::UIMesh`
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `gfx_device_gl::Resources: gfx::Resources` is not satisfied
[INFO] [stderr]   --> src/renderer.rs:69:21
[INFO] [stderr]    |
[INFO] [stderr] 69 |     pub fn draw<PD: gfx::pso::PipelineData<Resources>, P: Pipeline<PD>>(
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `gfx::Resources` is not implemented for `gfx_device_gl::Resources`
[INFO] [stderr]    |
[INFO] [stderr]    = note: required by `gfx::pso::PipelineData`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `gfx_device_gl::Resources: gfx::Resources` is not satisfied
[INFO] [stderr]   --> src/voxel_mesh.rs:64:26
[INFO] [stderr]    |
[INFO] [stderr] 64 |     fn get_pso(&self) -> &gfx::PipelineState<Resources, pipe::Meta> {
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `gfx::Resources` is not implemented for `gfx_device_gl::Resources`
[INFO] [stderr]    |
[INFO] [stderr]    = note: required by `gfx::PipelineState`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `gfx_device_gl::Resources: gfx::Resources` is not satisfied
[INFO] [stderr]    --> src/voxel_mesh.rs:123:27
[INFO] [stderr]     |
[INFO] [stderr] 6   | / gfx_defines! {
[INFO] [stderr] 7   | |     vertex Vertex {
[INFO] [stderr] 8   | |         pos: [f32; 3] = "a_Pos",
[INFO] [stderr] 9   | |         color: [f32; 3] = "a_Color",
[INFO] [stderr] ...   |
[INFO] [stderr] 24  | |     }
[INFO] [stderr] 25  | | }
[INFO] [stderr]     | |_- required by `voxel_mesh::pipe::Data`
[INFO] [stderr] ...
[INFO] [stderr] 123 |       fn get_data(&self) -> &pipe::Data<Resources> {
[INFO] [stderr]     |                             ^^^^^^^^^^^^^^^^^^^^^^ the trait `gfx::Resources` is not implemented for `gfx_device_gl::Resources`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `gfx_device_gl::Resources: gfx::Resources` is not satisfied
[INFO] [stderr]    --> src/voxel_mesh.rs:127:28
[INFO] [stderr]     |
[INFO] [stderr] 127 |     fn get_slice(&self) -> &gfx::Slice<Resources> {
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^^^^^^^^^ the trait `gfx::Resources` is not implemented for `gfx_device_gl::Resources`
[INFO] [stderr]     |
[INFO] [stderr]     = note: required by `gfx::Slice`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `gfx_device_gl::Resources: gfx::Resources` is not satisfied
[INFO] [stderr]   --> src/gui/mesh.rs:38:26
[INFO] [stderr]    |
[INFO] [stderr] 38 |     fn get_pso(&self) -> &gfx::PipelineState<Resources, pipe::Meta> {
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `gfx::Resources` is not implemented for `gfx_device_gl::Resources`
[INFO] [stderr]    |
[INFO] [stderr]    = note: required by `gfx::PipelineState`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `gfx_device_gl::Resources: gfx::Resources` is not satisfied
[INFO] [stderr]    --> src/gui/mesh.rs:103:27
[INFO] [stderr]     |
[INFO] [stderr] 7   | / gfx_defines! {
[INFO] [stderr] 8   | |     vertex Vertex {
[INFO] [stderr] 9   | |         pos: [f32; 2] = "a_Pos",
[INFO] [stderr] 10  | |         color: [f32; 3] = "a_Color",
[INFO] [stderr] ...   |
[INFO] [stderr] 16  | |     }
[INFO] [stderr] 17  | | }
[INFO] [stderr]     | |_- required by `gui::mesh::pipe::Data`
[INFO] [stderr] ...
[INFO] [stderr] 103 |       fn get_data(&self) -> &pipe::Data<Resources> {
[INFO] [stderr]     |                             ^^^^^^^^^^^^^^^^^^^^^^ the trait `gfx::Resources` is not implemented for `gfx_device_gl::Resources`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `gfx_device_gl::Resources: gfx::Resources` is not satisfied
[INFO] [stderr]    --> src/gui/mesh.rs:107:28
[INFO] [stderr]     |
[INFO] [stderr] 107 |     fn get_slice(&self) -> &gfx::Slice<Resources> {
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^^^^^^^^^ the trait `gfx::Resources` is not implemented for `gfx_device_gl::Resources`
[INFO] [stderr]     |
[INFO] [stderr]     = note: required by `gfx::Slice`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 19 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0277`.
[INFO] [stderr] error: could not compile `terrain-generation`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "ccca73332f86e252d5822c327d1a6624f996cd51fbc7a9c1520c469a3633f98c"`
[INFO] running `"docker" "rm" "-f" "ccca73332f86e252d5822c327d1a6624f996cd51fbc7a9c1520c469a3633f98c"`
[INFO] [stdout] ccca73332f86e252d5822c327d1a6624f996cd51fbc7a9c1520c469a3633f98c
