Sep 06 06:35:48.390 INFO checking gfx_phase-0.4.0 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 06 06:35:48.390 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 06 06:35:48.390 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-2/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 06:35:48.591 INFO blam! 5a290ab31d8a736022909a57f3619cb786fedee6cd3ff6164fea58bb7d8ee3c6 Sep 06 06:35:48.593 INFO running `"docker" "start" "-a" "5a290ab31d8a736022909a57f3619cb786fedee6cd3ff6164fea58bb7d8ee3c6"` Sep 06 06:35:49.086 INFO kablam! usermod: no changes Sep 06 06:35:49.190 INFO kablam! Checking draw_state v0.1.2 Sep 06 06:35:50.057 INFO kablam! Checking gfx v0.6.5 Sep 06 06:35:50.807 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 06 06:35:50.807 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/draw.rs:58:19 Sep 06 06:35:50.807 INFO kablam! | Sep 06 06:35:50.807 INFO kablam! 58 | use std::{intrinsics, mem}; Sep 06 06:35:50.807 INFO kablam! | ^^^^^^^^^^ Sep 06 06:35:50.808 INFO kablam! | Sep 06 06:35:50.808 INFO kablam! = help: add #![feature(core_intrinsics)] to the crate attributes to enable Sep 06 06:35:50.808 INFO kablam! Sep 06 06:35:50.809 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 06 06:35:50.809 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/draw.rs:73:19 Sep 06 06:35:50.809 INFO kablam! | Sep 06 06:35:50.809 INFO kablam! 73 | use std::{intrinsics, mem}; Sep 06 06:35:50.809 INFO kablam! | ^^^^^^^^^^ Sep 06 06:35:50.809 INFO kablam! | Sep 06 06:35:50.809 INFO kablam! = help: add #![feature(core_intrinsics)] to the crate attributes to enable Sep 06 06:35:50.810 INFO kablam! Sep 06 06:35:52.668 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 06 06:35:52.668 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:133:5 Sep 06 06:35:52.668 INFO kablam! | Sep 06 06:35:52.668 INFO kablam! 133 | / fn map_readable(&'a mut self, Self::RawMapping, usize) Sep 06 06:35:52.668 INFO kablam! 134 | | -> Readable; Sep 06 06:35:52.668 INFO kablam! | |____________________________________________^ doesn't have a size known at compile-time Sep 06 06:35:52.669 INFO kablam! | Sep 06 06:35:52.669 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 06 06:35:52.669 INFO kablam! = note: to learn more, visit Sep 06 06:35:52.670 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 06 06:35:52.670 INFO kablam! note: required by `device::mapping::Readable` Sep 06 06:35:52.670 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:34:1 Sep 06 06:35:52.670 INFO kablam! | Sep 06 06:35:52.670 INFO kablam! 34 | / pub struct Readable<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where Sep 06 06:35:52.670 INFO kablam! 35 | | F::Mapper: 'a Sep 06 06:35:52.670 INFO kablam! 36 | | { Sep 06 06:35:52.670 INFO kablam! 37 | | raw: F::Mapper, Sep 06 06:35:52.670 INFO kablam! ... | Sep 06 06:35:52.670 INFO kablam! 40 | | phantom_t: PhantomData Sep 06 06:35:52.670 INFO kablam! 41 | | } Sep 06 06:35:52.670 INFO kablam! | |_^ Sep 06 06:35:52.670 INFO kablam! Sep 06 06:35:52.671 INFO kablam! error[E0277]: the trait bound `Self: device::Factory` is not satisfied Sep 06 06:35:52.671 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:133:5 Sep 06 06:35:52.671 INFO kablam! | Sep 06 06:35:52.671 INFO kablam! 133 | / fn map_readable(&'a mut self, Self::RawMapping, usize) Sep 06 06:35:52.671 INFO kablam! 134 | | -> Readable; Sep 06 06:35:52.671 INFO kablam! | |____________________________________________^ the trait `device::Factory` is not implemented for `Self` Sep 06 06:35:52.671 INFO kablam! | Sep 06 06:35:52.672 INFO kablam! = help: consider adding a `where Self: device::Factory` bound Sep 06 06:35:52.672 INFO kablam! note: required by `device::mapping::Readable` Sep 06 06:35:52.672 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:34:1 Sep 06 06:35:52.672 INFO kablam! | Sep 06 06:35:52.672 INFO kablam! 34 | / pub struct Readable<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where Sep 06 06:35:52.672 INFO kablam! 35 | | F::Mapper: 'a Sep 06 06:35:52.672 INFO kablam! 36 | | { Sep 06 06:35:52.672 INFO kablam! 37 | | raw: F::Mapper, Sep 06 06:35:52.672 INFO kablam! ... | Sep 06 06:35:52.672 INFO kablam! 40 | | phantom_t: PhantomData Sep 06 06:35:52.672 INFO kablam! 41 | | } Sep 06 06:35:52.672 INFO kablam! | |_^ Sep 06 06:35:52.672 INFO kablam! Sep 06 06:35:52.682 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 06 06:35:52.682 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:135:5 Sep 06 06:35:52.682 INFO kablam! | Sep 06 06:35:52.682 INFO kablam! 135 | / fn map_writable(&'a mut self, Self::RawMapping, usize) Sep 06 06:35:52.682 INFO kablam! 136 | | -> Writable; Sep 06 06:35:52.682 INFO kablam! | |____________________________________________^ doesn't have a size known at compile-time Sep 06 06:35:52.683 INFO kablam! | Sep 06 06:35:52.683 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 06 06:35:52.683 INFO kablam! = note: to learn more, visit Sep 06 06:35:52.683 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 06 06:35:52.684 INFO kablam! note: required by `device::mapping::Writable` Sep 06 06:35:52.684 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:62:1 Sep 06 06:35:52.684 INFO kablam! | Sep 06 06:35:52.684 INFO kablam! 62 | / pub struct Writable<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where Sep 06 06:35:52.684 INFO kablam! 63 | | F::Mapper: 'a Sep 06 06:35:52.684 INFO kablam! 64 | | { Sep 06 06:35:52.684 INFO kablam! 65 | | raw: F::Mapper, Sep 06 06:35:52.684 INFO kablam! ... | Sep 06 06:35:52.684 INFO kablam! 68 | | phantom_t: PhantomData Sep 06 06:35:52.684 INFO kablam! 69 | | } Sep 06 06:35:52.684 INFO kablam! | |_^ Sep 06 06:35:52.684 INFO kablam! Sep 06 06:35:52.685 INFO kablam! error[E0277]: the trait bound `Self: device::Factory` is not satisfied Sep 06 06:35:52.685 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:135:5 Sep 06 06:35:52.685 INFO kablam! | Sep 06 06:35:52.685 INFO kablam! 135 | / fn map_writable(&'a mut self, Self::RawMapping, usize) Sep 06 06:35:52.685 INFO kablam! 136 | | -> Writable; Sep 06 06:35:52.685 INFO kablam! | |____________________________________________^ the trait `device::Factory` is not implemented for `Self` Sep 06 06:35:52.685 INFO kablam! | Sep 06 06:35:52.685 INFO kablam! = help: consider adding a `where Self: device::Factory` bound Sep 06 06:35:52.686 INFO kablam! note: required by `device::mapping::Writable` Sep 06 06:35:52.686 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:62:1 Sep 06 06:35:52.686 INFO kablam! | Sep 06 06:35:52.686 INFO kablam! 62 | / pub struct Writable<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where Sep 06 06:35:52.686 INFO kablam! 63 | | F::Mapper: 'a Sep 06 06:35:52.686 INFO kablam! 64 | | { Sep 06 06:35:52.686 INFO kablam! 65 | | raw: F::Mapper, Sep 06 06:35:52.686 INFO kablam! ... | Sep 06 06:35:52.686 INFO kablam! 68 | | phantom_t: PhantomData Sep 06 06:35:52.686 INFO kablam! 69 | | } Sep 06 06:35:52.686 INFO kablam! | |_^ Sep 06 06:35:52.686 INFO kablam! Sep 06 06:35:52.696 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 06 06:35:52.696 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:137:5 Sep 06 06:35:52.696 INFO kablam! | Sep 06 06:35:52.696 INFO kablam! 137 | / fn map_read_write(&'a mut self, Self::RawMapping, usize) Sep 06 06:35:52.696 INFO kablam! 138 | | -> RW; Sep 06 06:35:52.696 INFO kablam! | |________________________________________^ doesn't have a size known at compile-time Sep 06 06:35:52.696 INFO kablam! | Sep 06 06:35:52.697 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 06 06:35:52.697 INFO kablam! = note: to learn more, visit Sep 06 06:35:52.697 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 06 06:35:52.697 INFO kablam! note: required by `device::mapping::RW` Sep 06 06:35:52.697 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:92:1 Sep 06 06:35:52.697 INFO kablam! | Sep 06 06:35:52.698 INFO kablam! 92 | / pub struct RW<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where Sep 06 06:35:52.698 INFO kablam! 93 | | F::Mapper: 'a Sep 06 06:35:52.698 INFO kablam! 94 | | { Sep 06 06:35:52.698 INFO kablam! 95 | | raw: F::Mapper, Sep 06 06:35:52.698 INFO kablam! ... | Sep 06 06:35:52.698 INFO kablam! 98 | | phantom_t: PhantomData Sep 06 06:35:52.698 INFO kablam! 99 | | } Sep 06 06:35:52.698 INFO kablam! | |_^ Sep 06 06:35:52.698 INFO kablam! Sep 06 06:35:52.698 INFO kablam! error[E0277]: the trait bound `Self: device::Factory` is not satisfied Sep 06 06:35:52.698 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:137:5 Sep 06 06:35:52.698 INFO kablam! | Sep 06 06:35:52.698 INFO kablam! 137 | / fn map_read_write(&'a mut self, Self::RawMapping, usize) Sep 06 06:35:52.698 INFO kablam! 138 | | -> RW; Sep 06 06:35:52.698 INFO kablam! | |________________________________________^ the trait `device::Factory` is not implemented for `Self` Sep 06 06:35:52.699 INFO kablam! | Sep 06 06:35:52.699 INFO kablam! = help: consider adding a `where Self: device::Factory` bound Sep 06 06:35:52.699 INFO kablam! note: required by `device::mapping::RW` Sep 06 06:35:52.699 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:92:1 Sep 06 06:35:52.699 INFO kablam! | Sep 06 06:35:52.699 INFO kablam! 92 | / pub struct RW<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where Sep 06 06:35:52.699 INFO kablam! 93 | | F::Mapper: 'a Sep 06 06:35:52.699 INFO kablam! 94 | | { Sep 06 06:35:52.699 INFO kablam! 95 | | raw: F::Mapper, Sep 06 06:35:52.699 INFO kablam! ... | Sep 06 06:35:52.699 INFO kablam! 98 | | phantom_t: PhantomData Sep 06 06:35:52.699 INFO kablam! 99 | | } Sep 06 06:35:52.699 INFO kablam! | |_^ Sep 06 06:35:52.700 INFO kablam! Sep 06 06:35:52.855 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 06 06:35:52.855 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mod.rs:230:5 Sep 06 06:35:52.855 INFO kablam! | Sep 06 06:35:52.855 INFO kablam! 230 | fn map_buffer_readable(&mut self, &handle::Buffer) -> mapping::Readable; Sep 06 06:35:52.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 06 06:35:52.856 INFO kablam! | Sep 06 06:35:52.856 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 06 06:35:52.856 INFO kablam! = note: to learn more, visit Sep 06 06:35:52.857 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 06 06:35:52.857 INFO kablam! note: required by `device::mapping::Readable` Sep 06 06:35:52.857 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:34:1 Sep 06 06:35:52.857 INFO kablam! | Sep 06 06:35:52.857 INFO kablam! 34 | / pub struct Readable<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where Sep 06 06:35:52.857 INFO kablam! 35 | | F::Mapper: 'a Sep 06 06:35:52.857 INFO kablam! 36 | | { Sep 06 06:35:52.857 INFO kablam! 37 | | raw: F::Mapper, Sep 06 06:35:52.857 INFO kablam! ... | Sep 06 06:35:52.857 INFO kablam! 40 | | phantom_t: PhantomData Sep 06 06:35:52.857 INFO kablam! 41 | | } Sep 06 06:35:52.857 INFO kablam! | |_^ Sep 06 06:35:52.858 INFO kablam! Sep 06 06:35:52.867 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 06 06:35:52.867 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mod.rs:231:5 Sep 06 06:35:52.867 INFO kablam! | Sep 06 06:35:52.867 INFO kablam! 231 | fn map_buffer_writable(&mut self, &handle::Buffer) -> mapping::Writable; Sep 06 06:35:52.867 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 06 06:35:52.868 INFO kablam! | Sep 06 06:35:52.868 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 06 06:35:52.868 INFO kablam! = note: to learn more, visit Sep 06 06:35:52.868 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 06 06:35:52.869 INFO kablam! note: required by `device::mapping::Writable` Sep 06 06:35:52.869 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:62:1 Sep 06 06:35:52.869 INFO kablam! | Sep 06 06:35:52.869 INFO kablam! 62 | / pub struct Writable<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where Sep 06 06:35:52.869 INFO kablam! 63 | | F::Mapper: 'a Sep 06 06:35:52.869 INFO kablam! 64 | | { Sep 06 06:35:52.869 INFO kablam! 65 | | raw: F::Mapper, Sep 06 06:35:52.869 INFO kablam! ... | Sep 06 06:35:52.869 INFO kablam! 68 | | phantom_t: PhantomData Sep 06 06:35:52.869 INFO kablam! 69 | | } Sep 06 06:35:52.869 INFO kablam! | |_^ Sep 06 06:35:52.869 INFO kablam! Sep 06 06:35:52.879 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 06 06:35:52.879 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mod.rs:232:5 Sep 06 06:35:52.879 INFO kablam! | Sep 06 06:35:52.879 INFO kablam! 232 | fn map_buffer_rw(&mut self, &handle::Buffer) -> mapping::RW; Sep 06 06:35:52.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 06 06:35:52.879 INFO kablam! | Sep 06 06:35:52.880 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 06 06:35:52.880 INFO kablam! = note: to learn more, visit Sep 06 06:35:52.880 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 06 06:35:52.880 INFO kablam! note: required by `device::mapping::RW` Sep 06 06:35:52.880 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:92:1 Sep 06 06:35:52.880 INFO kablam! | Sep 06 06:35:52.880 INFO kablam! 92 | / pub struct RW<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where Sep 06 06:35:52.880 INFO kablam! 93 | | F::Mapper: 'a Sep 06 06:35:52.880 INFO kablam! 94 | | { Sep 06 06:35:52.880 INFO kablam! 95 | | raw: F::Mapper, Sep 06 06:35:52.880 INFO kablam! ... | Sep 06 06:35:52.881 INFO kablam! 98 | | phantom_t: PhantomData Sep 06 06:35:52.881 INFO kablam! 99 | | } Sep 06 06:35:52.881 INFO kablam! | |_^ Sep 06 06:35:52.881 INFO kablam! Sep 06 06:35:53.154 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 06 06:35:53.154 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/render/mesh.rs:42:5 Sep 06 06:35:53.154 INFO kablam! | Sep 06 06:35:53.154 INFO kablam! 42 | fn generate(buffer: &handle::Buffer) -> Vec>; Sep 06 06:35:53.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 06 06:35:53.154 INFO kablam! | Sep 06 06:35:53.154 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 06 06:35:53.154 INFO kablam! = note: to learn more, visit Sep 06 06:35:53.154 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 06 06:35:53.155 INFO kablam! note: required by `device::handle::Buffer` Sep 06 06:35:53.155 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/handle.rs:43:1 Sep 06 06:35:53.155 INFO kablam! | Sep 06 06:35:53.155 INFO kablam! 43 | pub struct Buffer { Sep 06 06:35:53.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 06:35:53.155 INFO kablam! Sep 06 06:35:55.341 INFO kablam! error: aborting due to 12 previous errors Sep 06 06:35:55.341 INFO kablam! Sep 06 06:35:55.341 INFO kablam! Some errors occurred: E0277, E0658. Sep 06 06:35:55.341 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 06 06:35:55.350 INFO kablam! error: Could not compile `gfx`. Sep 06 06:35:55.350 INFO kablam! Sep 06 06:35:55.350 INFO kablam! To learn more, run the command again with --verbose. Sep 06 06:35:55.351 INFO kablam! su: No module specific data is present Sep 06 06:35:55.787 INFO running `"docker" "rm" "-f" "5a290ab31d8a736022909a57f3619cb786fedee6cd3ff6164fea58bb7d8ee3c6"` Sep 06 06:35:55.970 INFO blam! 5a290ab31d8a736022909a57f3619cb786fedee6cd3ff6164fea58bb7d8ee3c6