Sep 02 13:24:26.971 INFO checking gfx_scene-0.4.1 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 13:24:26.972 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 13:24:26.972 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/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:24:27.130 INFO blam! cf9027bcccfb908c2f22d662a53b78f135dace56af39d2f9d80557cc81fde8d0 Sep 02 13:24:27.132 INFO running `"docker" "start" "-a" "cf9027bcccfb908c2f22d662a53b78f135dace56af39d2f9d80557cc81fde8d0"` Sep 02 13:24:27.798 INFO kablam! Checking draw_state v0.1.2 Sep 02 13:24:29.141 INFO kablam! Checking gfx v0.6.5 Sep 02 13:24:30.189 INFO kablam! error[E0658]: use of unstable library feature 'core_intrinsics': intrinsics are unlikely to ever be stabilized, instead they should be used through stabilized interfaces in the rest of the standard library Sep 02 13:24:30.189 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/draw.rs:58:19 Sep 02 13:24:30.189 INFO kablam! | Sep 02 13:24:30.189 INFO kablam! 58 | use std::{intrinsics, mem}; Sep 02 13:24:30.190 INFO kablam! | ^^^^^^^^^^ Sep 02 13:24:30.190 INFO kablam! | Sep 02 13:24:30.190 INFO kablam! = help: add #![feature(core_intrinsics)] to the crate attributes to enable Sep 02 13:24:30.190 INFO kablam! Sep 02 13:24:30.190 INFO kablam! error[E0658]: use of unstable library feature 'core_intrinsics': intrinsics are unlikely to ever be stabilized, instead they should be used through stabilized interfaces in the rest of the standard library Sep 02 13:24:30.190 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/draw.rs:73:19 Sep 02 13:24:30.190 INFO kablam! | Sep 02 13:24:30.190 INFO kablam! 73 | use std::{intrinsics, mem}; Sep 02 13:24:30.190 INFO kablam! | ^^^^^^^^^^ Sep 02 13:24:30.190 INFO kablam! | Sep 02 13:24:30.190 INFO kablam! = help: add #![feature(core_intrinsics)] to the crate attributes to enable Sep 02 13:24:30.190 INFO kablam! Sep 02 13:24:32.204 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 02 13:24:32.204 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:133:5 Sep 02 13:24:32.204 INFO kablam! | Sep 02 13:24:32.204 INFO kablam! 133 | / fn map_readable(&'a mut self, Self::RawMapping, usize) Sep 02 13:24:32.204 INFO kablam! 134 | | -> Readable; Sep 02 13:24:32.204 INFO kablam! | |____________________________________________^ doesn't have a size known at compile-time Sep 02 13:24:32.204 INFO kablam! | Sep 02 13:24:32.204 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 02 13:24:32.204 INFO kablam! = note: to learn more, visit Sep 02 13:24:32.204 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 02 13:24:32.204 INFO kablam! note: required by `device::mapping::Readable` Sep 02 13:24:32.205 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:34:1 Sep 02 13:24:32.205 INFO kablam! | Sep 02 13:24:32.205 INFO kablam! 34 | / pub struct Readable<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where Sep 02 13:24:32.205 INFO kablam! 35 | | F::Mapper: 'a Sep 02 13:24:32.205 INFO kablam! 36 | | { Sep 02 13:24:32.205 INFO kablam! 37 | | raw: F::Mapper, Sep 02 13:24:32.205 INFO kablam! ... | Sep 02 13:24:32.205 INFO kablam! 40 | | phantom_t: PhantomData Sep 02 13:24:32.205 INFO kablam! 41 | | } Sep 02 13:24:32.205 INFO kablam! | |_^ Sep 02 13:24:32.205 INFO kablam! Sep 02 13:24:32.206 INFO kablam! error[E0277]: the trait bound `Self: device::Factory` is not satisfied Sep 02 13:24:32.206 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:133:5 Sep 02 13:24:32.206 INFO kablam! | Sep 02 13:24:32.206 INFO kablam! 133 | / fn map_readable(&'a mut self, Self::RawMapping, usize) Sep 02 13:24:32.206 INFO kablam! 134 | | -> Readable; Sep 02 13:24:32.206 INFO kablam! | |____________________________________________^ the trait `device::Factory` is not implemented for `Self` Sep 02 13:24:32.206 INFO kablam! | Sep 02 13:24:32.206 INFO kablam! = help: consider adding a `where Self: device::Factory` bound Sep 02 13:24:32.206 INFO kablam! note: required by `device::mapping::Readable` Sep 02 13:24:32.206 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:34:1 Sep 02 13:24:32.206 INFO kablam! | Sep 02 13:24:32.206 INFO kablam! 34 | / pub struct Readable<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where Sep 02 13:24:32.206 INFO kablam! 35 | | F::Mapper: 'a Sep 02 13:24:32.206 INFO kablam! 36 | | { Sep 02 13:24:32.206 INFO kablam! 37 | | raw: F::Mapper, Sep 02 13:24:32.206 INFO kablam! ... | Sep 02 13:24:32.206 INFO kablam! 40 | | phantom_t: PhantomData Sep 02 13:24:32.206 INFO kablam! 41 | | } Sep 02 13:24:32.206 INFO kablam! | |_^ Sep 02 13:24:32.207 INFO kablam! Sep 02 13:24:32.221 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 02 13:24:32.221 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:135:5 Sep 02 13:24:32.221 INFO kablam! | Sep 02 13:24:32.221 INFO kablam! 135 | / fn map_writable(&'a mut self, Self::RawMapping, usize) Sep 02 13:24:32.221 INFO kablam! 136 | | -> Writable; Sep 02 13:24:32.221 INFO kablam! | |____________________________________________^ doesn't have a size known at compile-time Sep 02 13:24:32.221 INFO kablam! | Sep 02 13:24:32.221 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 02 13:24:32.221 INFO kablam! = note: to learn more, visit Sep 02 13:24:32.221 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 02 13:24:32.221 INFO kablam! note: required by `device::mapping::Writable` Sep 02 13:24:32.221 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:62:1 Sep 02 13:24:32.221 INFO kablam! | Sep 02 13:24:32.222 INFO kablam! 62 | / pub struct Writable<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where Sep 02 13:24:32.222 INFO kablam! 63 | | F::Mapper: 'a Sep 02 13:24:32.222 INFO kablam! 64 | | { Sep 02 13:24:32.222 INFO kablam! 65 | | raw: F::Mapper, Sep 02 13:24:32.222 INFO kablam! ... | Sep 02 13:24:32.222 INFO kablam! 68 | | phantom_t: PhantomData Sep 02 13:24:32.222 INFO kablam! 69 | | } Sep 02 13:24:32.222 INFO kablam! | |_^ Sep 02 13:24:32.222 INFO kablam! Sep 02 13:24:32.222 INFO kablam! error[E0277]: the trait bound `Self: device::Factory` is not satisfied Sep 02 13:24:32.222 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:135:5 Sep 02 13:24:32.222 INFO kablam! | Sep 02 13:24:32.222 INFO kablam! 135 | / fn map_writable(&'a mut self, Self::RawMapping, usize) Sep 02 13:24:32.222 INFO kablam! 136 | | -> Writable; Sep 02 13:24:32.222 INFO kablam! | |____________________________________________^ the trait `device::Factory` is not implemented for `Self` Sep 02 13:24:32.222 INFO kablam! | Sep 02 13:24:32.222 INFO kablam! = help: consider adding a `where Self: device::Factory` bound Sep 02 13:24:32.222 INFO kablam! note: required by `device::mapping::Writable` Sep 02 13:24:32.222 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:62:1 Sep 02 13:24:32.222 INFO kablam! | Sep 02 13:24:32.222 INFO kablam! 62 | / pub struct Writable<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where Sep 02 13:24:32.222 INFO kablam! 63 | | F::Mapper: 'a Sep 02 13:24:32.223 INFO kablam! 64 | | { Sep 02 13:24:32.223 INFO kablam! 65 | | raw: F::Mapper, Sep 02 13:24:32.223 INFO kablam! ... | Sep 02 13:24:32.223 INFO kablam! 68 | | phantom_t: PhantomData Sep 02 13:24:32.223 INFO kablam! 69 | | } Sep 02 13:24:32.223 INFO kablam! | |_^ Sep 02 13:24:32.223 INFO kablam! Sep 02 13:24:32.237 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 02 13:24:32.238 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:137:5 Sep 02 13:24:32.238 INFO kablam! | Sep 02 13:24:32.238 INFO kablam! 137 | / fn map_read_write(&'a mut self, Self::RawMapping, usize) Sep 02 13:24:32.238 INFO kablam! 138 | | -> RW; Sep 02 13:24:32.238 INFO kablam! | |________________________________________^ doesn't have a size known at compile-time Sep 02 13:24:32.238 INFO kablam! | Sep 02 13:24:32.238 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 02 13:24:32.238 INFO kablam! = note: to learn more, visit Sep 02 13:24:32.238 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 02 13:24:32.238 INFO kablam! note: required by `device::mapping::RW` Sep 02 13:24:32.238 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:92:1 Sep 02 13:24:32.238 INFO kablam! | Sep 02 13:24:32.238 INFO kablam! 92 | / pub struct RW<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where Sep 02 13:24:32.238 INFO kablam! 93 | | F::Mapper: 'a Sep 02 13:24:32.239 INFO kablam! 94 | | { Sep 02 13:24:32.239 INFO kablam! 95 | | raw: F::Mapper, Sep 02 13:24:32.239 INFO kablam! ... | Sep 02 13:24:32.239 INFO kablam! 98 | | phantom_t: PhantomData Sep 02 13:24:32.239 INFO kablam! 99 | | } Sep 02 13:24:32.240 INFO kablam! | |_^ Sep 02 13:24:32.240 INFO kablam! Sep 02 13:24:32.240 INFO kablam! error[E0277]: the trait bound `Self: device::Factory` is not satisfied Sep 02 13:24:32.240 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:137:5 Sep 02 13:24:32.240 INFO kablam! | Sep 02 13:24:32.240 INFO kablam! 137 | / fn map_read_write(&'a mut self, Self::RawMapping, usize) Sep 02 13:24:32.240 INFO kablam! 138 | | -> RW; Sep 02 13:24:32.240 INFO kablam! | |________________________________________^ the trait `device::Factory` is not implemented for `Self` Sep 02 13:24:32.240 INFO kablam! | Sep 02 13:24:32.240 INFO kablam! = help: consider adding a `where Self: device::Factory` bound Sep 02 13:24:32.240 INFO kablam! note: required by `device::mapping::RW` Sep 02 13:24:32.240 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:92:1 Sep 02 13:24:32.240 INFO kablam! | Sep 02 13:24:32.240 INFO kablam! 92 | / pub struct RW<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where Sep 02 13:24:32.240 INFO kablam! 93 | | F::Mapper: 'a Sep 02 13:24:32.240 INFO kablam! 94 | | { Sep 02 13:24:32.240 INFO kablam! 95 | | raw: F::Mapper, Sep 02 13:24:32.241 INFO kablam! ... | Sep 02 13:24:32.241 INFO kablam! 98 | | phantom_t: PhantomData Sep 02 13:24:32.241 INFO kablam! 99 | | } Sep 02 13:24:32.241 INFO kablam! | |_^ Sep 02 13:24:32.241 INFO kablam! Sep 02 13:24:32.395 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 02 13:24:32.395 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mod.rs:230:5 Sep 02 13:24:32.395 INFO kablam! | Sep 02 13:24:32.395 INFO kablam! 230 | fn map_buffer_readable(&mut self, &handle::Buffer) -> mapping::Readable; Sep 02 13:24:32.395 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 02 13:24:32.395 INFO kablam! | Sep 02 13:24:32.395 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 02 13:24:32.395 INFO kablam! = note: to learn more, visit Sep 02 13:24:32.395 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 02 13:24:32.396 INFO kablam! note: required by `device::mapping::Readable` Sep 02 13:24:32.396 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:34:1 Sep 02 13:24:32.396 INFO kablam! | Sep 02 13:24:32.396 INFO kablam! 34 | / pub struct Readable<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where Sep 02 13:24:32.396 INFO kablam! 35 | | F::Mapper: 'a Sep 02 13:24:32.396 INFO kablam! 36 | | { Sep 02 13:24:32.396 INFO kablam! 37 | | raw: F::Mapper, Sep 02 13:24:32.396 INFO kablam! ... | Sep 02 13:24:32.396 INFO kablam! 40 | | phantom_t: PhantomData Sep 02 13:24:32.396 INFO kablam! 41 | | } Sep 02 13:24:32.396 INFO kablam! | |_^ Sep 02 13:24:32.396 INFO kablam! Sep 02 13:24:32.410 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 02 13:24:32.410 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mod.rs:231:5 Sep 02 13:24:32.410 INFO kablam! | Sep 02 13:24:32.410 INFO kablam! 231 | fn map_buffer_writable(&mut self, &handle::Buffer) -> mapping::Writable; Sep 02 13:24:32.410 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 02 13:24:32.410 INFO kablam! | Sep 02 13:24:32.410 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 02 13:24:32.410 INFO kablam! = note: to learn more, visit Sep 02 13:24:32.410 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 02 13:24:32.410 INFO kablam! note: required by `device::mapping::Writable` Sep 02 13:24:32.410 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:62:1 Sep 02 13:24:32.410 INFO kablam! | Sep 02 13:24:32.410 INFO kablam! 62 | / pub struct Writable<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where Sep 02 13:24:32.410 INFO kablam! 63 | | F::Mapper: 'a Sep 02 13:24:32.411 INFO kablam! 64 | | { Sep 02 13:24:32.411 INFO kablam! 65 | | raw: F::Mapper, Sep 02 13:24:32.411 INFO kablam! ... | Sep 02 13:24:32.411 INFO kablam! 68 | | phantom_t: PhantomData Sep 02 13:24:32.411 INFO kablam! 69 | | } Sep 02 13:24:32.411 INFO kablam! | |_^ Sep 02 13:24:32.411 INFO kablam! Sep 02 13:24:32.418 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 02 13:24:32.418 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mod.rs:232:5 Sep 02 13:24:32.418 INFO kablam! | Sep 02 13:24:32.418 INFO kablam! 232 | fn map_buffer_rw(&mut self, &handle::Buffer) -> mapping::RW; Sep 02 13:24:32.418 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 02 13:24:32.418 INFO kablam! | Sep 02 13:24:32.418 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 02 13:24:32.419 INFO kablam! = note: to learn more, visit Sep 02 13:24:32.419 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 02 13:24:32.419 INFO kablam! note: required by `device::mapping::RW` Sep 02 13:24:32.419 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:92:1 Sep 02 13:24:32.419 INFO kablam! | Sep 02 13:24:32.419 INFO kablam! 92 | / pub struct RW<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where Sep 02 13:24:32.419 INFO kablam! 93 | | F::Mapper: 'a Sep 02 13:24:32.419 INFO kablam! 94 | | { Sep 02 13:24:32.419 INFO kablam! 95 | | raw: F::Mapper, Sep 02 13:24:32.419 INFO kablam! ... | Sep 02 13:24:32.419 INFO kablam! 98 | | phantom_t: PhantomData Sep 02 13:24:32.419 INFO kablam! 99 | | } Sep 02 13:24:32.419 INFO kablam! | |_^ Sep 02 13:24:32.419 INFO kablam! Sep 02 13:24:32.682 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 02 13:24:32.682 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/render/mesh.rs:42:5 Sep 02 13:24:32.682 INFO kablam! | Sep 02 13:24:32.682 INFO kablam! 42 | fn generate(buffer: &handle::Buffer) -> Vec>; Sep 02 13:24:32.682 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 02 13:24:32.682 INFO kablam! | Sep 02 13:24:32.682 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 02 13:24:32.682 INFO kablam! = note: to learn more, visit Sep 02 13:24:32.682 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 02 13:24:32.682 INFO kablam! note: required by `device::handle::Buffer` Sep 02 13:24:32.683 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/handle.rs:43:1 Sep 02 13:24:32.683 INFO kablam! | Sep 02 13:24:32.683 INFO kablam! 43 | pub struct Buffer { Sep 02 13:24:32.683 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 13:24:32.683 INFO kablam! Sep 02 13:24:34.754 INFO kablam! error: aborting due to 12 previous errors Sep 02 13:24:34.754 INFO kablam! Sep 02 13:24:34.754 INFO kablam! Some errors occurred: E0277, E0658. Sep 02 13:24:34.754 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 02 13:24:34.763 INFO kablam! error: Could not compile `gfx`. Sep 02 13:24:34.763 INFO kablam! Sep 02 13:24:34.763 INFO kablam! To learn more, run the command again with --verbose. Sep 02 13:24:34.765 INFO kablam! su: No module specific data is present Sep 02 13:24:35.184 INFO running `"docker" "rm" "-f" "cf9027bcccfb908c2f22d662a53b78f135dace56af39d2f9d80557cc81fde8d0"` Sep 02 13:24:35.305 INFO blam! cf9027bcccfb908c2f22d662a53b78f135dace56af39d2f9d80557cc81fde8d0