Sep 20 03:03:39.945 INFO checking gfx_scene-0.4.1 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 20 03:03:39.945 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 20 03:03:39.945 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-7/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:03:40.148 INFO blam! f9eeff94937d082b2408bf4502f97cb99c34585b4e444abcf6f09b04a87e6cc8 Sep 20 03:03:40.150 INFO running `"docker" "start" "-a" "f9eeff94937d082b2408bf4502f97cb99c34585b4e444abcf6f09b04a87e6cc8"` Sep 20 03:03:42.790 INFO kablam! usermod: no changes Sep 20 03:03:43.030 INFO kablam! Checking bitflags v0.2.1 Sep 20 03:03:43.450 INFO kablam! Checking draw_state v0.1.2 Sep 20 03:03:44.511 INFO kablam! Checking gfx v0.6.5 Sep 20 03:03:45.375 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 20 03:03:45.375 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/draw.rs:58:19 Sep 20 03:03:45.375 INFO kablam! | Sep 20 03:03:45.375 INFO kablam! 58 | use std::{intrinsics, mem}; Sep 20 03:03:45.375 INFO kablam! | ^^^^^^^^^^ Sep 20 03:03:45.375 INFO kablam! | Sep 20 03:03:45.375 INFO kablam! = help: add #![feature(core_intrinsics)] to the crate attributes to enable Sep 20 03:03:45.375 INFO kablam! Sep 20 03:03:45.375 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 20 03:03:45.375 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/draw.rs:73:19 Sep 20 03:03:45.375 INFO kablam! | Sep 20 03:03:45.375 INFO kablam! 73 | use std::{intrinsics, mem}; Sep 20 03:03:45.375 INFO kablam! | ^^^^^^^^^^ Sep 20 03:03:45.375 INFO kablam! | Sep 20 03:03:45.375 INFO kablam! = help: add #![feature(core_intrinsics)] to the crate attributes to enable Sep 20 03:03:45.375 INFO kablam! Sep 20 03:03:47.360 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 20 03:03:47.360 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:133:5 Sep 20 03:03:47.361 INFO kablam! | Sep 20 03:03:47.361 INFO kablam! 133 | / fn map_readable(&'a mut self, Self::RawMapping, usize) Sep 20 03:03:47.361 INFO kablam! 134 | | -> Readable; Sep 20 03:03:47.362 INFO kablam! | |____________________________________________^ doesn't have a size known at compile-time Sep 20 03:03:47.362 INFO kablam! | Sep 20 03:03:47.362 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 20 03:03:47.363 INFO kablam! = note: to learn more, visit Sep 20 03:03:47.363 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 20 03:03:47.364 INFO kablam! note: required by `device::mapping::Readable` Sep 20 03:03:47.364 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:34:1 Sep 20 03:03:47.364 INFO kablam! | Sep 20 03:03:47.365 INFO kablam! 34 | / pub struct Readable<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where Sep 20 03:03:47.365 INFO kablam! 35 | | F::Mapper: 'a Sep 20 03:03:47.365 INFO kablam! 36 | | { Sep 20 03:03:47.366 INFO kablam! 37 | | raw: F::Mapper, Sep 20 03:03:47.366 INFO kablam! ... | Sep 20 03:03:47.366 INFO kablam! 40 | | phantom_t: PhantomData Sep 20 03:03:47.367 INFO kablam! 41 | | } Sep 20 03:03:47.367 INFO kablam! | |_^ Sep 20 03:03:47.367 INFO kablam! Sep 20 03:03:47.367 INFO kablam! error[E0277]: the trait bound `Self: device::Factory` is not satisfied Sep 20 03:03:47.368 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:133:5 Sep 20 03:03:47.368 INFO kablam! | Sep 20 03:03:47.369 INFO kablam! 133 | / fn map_readable(&'a mut self, Self::RawMapping, usize) Sep 20 03:03:47.369 INFO kablam! 134 | | -> Readable; Sep 20 03:03:47.369 INFO kablam! | |____________________________________________^ the trait `device::Factory` is not implemented for `Self` Sep 20 03:03:47.370 INFO kablam! | Sep 20 03:03:47.370 INFO kablam! = help: consider adding a `where Self: device::Factory` bound Sep 20 03:03:47.370 INFO kablam! note: required by `device::mapping::Readable` Sep 20 03:03:47.371 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:34:1 Sep 20 03:03:47.371 INFO kablam! | Sep 20 03:03:47.371 INFO kablam! 34 | / pub struct Readable<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where Sep 20 03:03:47.372 INFO kablam! 35 | | F::Mapper: 'a Sep 20 03:03:47.372 INFO kablam! 36 | | { Sep 20 03:03:47.372 INFO kablam! 37 | | raw: F::Mapper, Sep 20 03:03:47.373 INFO kablam! ... | Sep 20 03:03:47.373 INFO kablam! 40 | | phantom_t: PhantomData Sep 20 03:03:47.373 INFO kablam! 41 | | } Sep 20 03:03:47.374 INFO kablam! | |_^ Sep 20 03:03:47.374 INFO kablam! Sep 20 03:03:47.374 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 20 03:03:47.375 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:135:5 Sep 20 03:03:47.375 INFO kablam! | Sep 20 03:03:47.375 INFO kablam! 135 | / fn map_writable(&'a mut self, Self::RawMapping, usize) Sep 20 03:03:47.376 INFO kablam! 136 | | -> Writable; Sep 20 03:03:47.376 INFO kablam! | |____________________________________________^ doesn't have a size known at compile-time Sep 20 03:03:47.376 INFO kablam! | Sep 20 03:03:47.377 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 20 03:03:47.377 INFO kablam! = note: to learn more, visit Sep 20 03:03:47.377 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 20 03:03:47.378 INFO kablam! note: required by `device::mapping::Writable` Sep 20 03:03:47.378 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:62:1 Sep 20 03:03:47.378 INFO kablam! | Sep 20 03:03:47.379 INFO kablam! 62 | / pub struct Writable<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where Sep 20 03:03:47.379 INFO kablam! 63 | | F::Mapper: 'a Sep 20 03:03:47.380 INFO kablam! 64 | | { Sep 20 03:03:47.380 INFO kablam! 65 | | raw: F::Mapper, Sep 20 03:03:47.380 INFO kablam! ... | Sep 20 03:03:47.381 INFO kablam! 68 | | phantom_t: PhantomData Sep 20 03:03:47.381 INFO kablam! 69 | | } Sep 20 03:03:47.381 INFO kablam! | |_^ Sep 20 03:03:47.381 INFO kablam! Sep 20 03:03:47.382 INFO kablam! error[E0277]: the trait bound `Self: device::Factory` is not satisfied Sep 20 03:03:47.382 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:135:5 Sep 20 03:03:47.382 INFO kablam! | Sep 20 03:03:47.383 INFO kablam! 135 | / fn map_writable(&'a mut self, Self::RawMapping, usize) Sep 20 03:03:47.383 INFO kablam! 136 | | -> Writable; Sep 20 03:03:47.383 INFO kablam! | |____________________________________________^ the trait `device::Factory` is not implemented for `Self` Sep 20 03:03:47.384 INFO kablam! | Sep 20 03:03:47.384 INFO kablam! = help: consider adding a `where Self: device::Factory` bound Sep 20 03:03:47.384 INFO kablam! note: required by `device::mapping::Writable` Sep 20 03:03:47.384 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:62:1 Sep 20 03:03:47.385 INFO kablam! | Sep 20 03:03:47.385 INFO kablam! 62 | / pub struct Writable<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where Sep 20 03:03:47.385 INFO kablam! 63 | | F::Mapper: 'a Sep 20 03:03:47.385 INFO kablam! 64 | | { Sep 20 03:03:47.385 INFO kablam! 65 | | raw: F::Mapper, Sep 20 03:03:47.385 INFO kablam! ... | Sep 20 03:03:47.385 INFO kablam! 68 | | phantom_t: PhantomData Sep 20 03:03:47.385 INFO kablam! 69 | | } Sep 20 03:03:47.385 INFO kablam! | |_^ Sep 20 03:03:47.385 INFO kablam! Sep 20 03:03:47.385 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 20 03:03:47.385 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:137:5 Sep 20 03:03:47.385 INFO kablam! | Sep 20 03:03:47.385 INFO kablam! 137 | / fn map_read_write(&'a mut self, Self::RawMapping, usize) Sep 20 03:03:47.385 INFO kablam! 138 | | -> RW; Sep 20 03:03:47.385 INFO kablam! | |________________________________________^ doesn't have a size known at compile-time Sep 20 03:03:47.385 INFO kablam! | Sep 20 03:03:47.385 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 20 03:03:47.385 INFO kablam! = note: to learn more, visit Sep 20 03:03:47.385 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 20 03:03:47.385 INFO kablam! note: required by `device::mapping::RW` Sep 20 03:03:47.385 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:92:1 Sep 20 03:03:47.385 INFO kablam! | Sep 20 03:03:47.386 INFO kablam! 92 | / pub struct RW<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where Sep 20 03:03:47.387 INFO kablam! 93 | | F::Mapper: 'a Sep 20 03:03:47.387 INFO kablam! 94 | | { Sep 20 03:03:47.387 INFO kablam! 95 | | raw: F::Mapper, Sep 20 03:03:47.387 INFO kablam! ... | Sep 20 03:03:47.387 INFO kablam! 98 | | phantom_t: PhantomData Sep 20 03:03:47.387 INFO kablam! 99 | | } Sep 20 03:03:47.387 INFO kablam! | |_^ Sep 20 03:03:47.387 INFO kablam! Sep 20 03:03:47.387 INFO kablam! error[E0277]: the trait bound `Self: device::Factory` is not satisfied Sep 20 03:03:47.387 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:137:5 Sep 20 03:03:47.387 INFO kablam! | Sep 20 03:03:47.387 INFO kablam! 137 | / fn map_read_write(&'a mut self, Self::RawMapping, usize) Sep 20 03:03:47.387 INFO kablam! 138 | | -> RW; Sep 20 03:03:47.387 INFO kablam! | |________________________________________^ the trait `device::Factory` is not implemented for `Self` Sep 20 03:03:47.387 INFO kablam! | Sep 20 03:03:47.387 INFO kablam! = help: consider adding a `where Self: device::Factory` bound Sep 20 03:03:47.388 INFO kablam! note: required by `device::mapping::RW` Sep 20 03:03:47.388 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:92:1 Sep 20 03:03:47.388 INFO kablam! | Sep 20 03:03:47.388 INFO kablam! 92 | / pub struct RW<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where Sep 20 03:03:47.388 INFO kablam! 93 | | F::Mapper: 'a Sep 20 03:03:47.388 INFO kablam! 94 | | { Sep 20 03:03:47.388 INFO kablam! 95 | | raw: F::Mapper, Sep 20 03:03:47.388 INFO kablam! ... | Sep 20 03:03:47.388 INFO kablam! 98 | | phantom_t: PhantomData Sep 20 03:03:47.388 INFO kablam! 99 | | } Sep 20 03:03:47.388 INFO kablam! | |_^ Sep 20 03:03:47.388 INFO kablam! Sep 20 03:03:47.534 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 20 03:03:47.535 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mod.rs:230:5 Sep 20 03:03:47.535 INFO kablam! | Sep 20 03:03:47.535 INFO kablam! 230 | fn map_buffer_readable(&mut self, &handle::Buffer) -> mapping::Readable; Sep 20 03:03:47.536 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 20 03:03:47.536 INFO kablam! | Sep 20 03:03:47.536 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 20 03:03:47.537 INFO kablam! = note: to learn more, visit Sep 20 03:03:47.537 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 20 03:03:47.538 INFO kablam! note: required by `device::mapping::Readable` Sep 20 03:03:47.538 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:34:1 Sep 20 03:03:47.538 INFO kablam! | Sep 20 03:03:47.539 INFO kablam! 34 | / pub struct Readable<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where Sep 20 03:03:47.539 INFO kablam! 35 | | F::Mapper: 'a Sep 20 03:03:47.539 INFO kablam! 36 | | { Sep 20 03:03:47.540 INFO kablam! 37 | | raw: F::Mapper, Sep 20 03:03:47.540 INFO kablam! ... | Sep 20 03:03:47.540 INFO kablam! 40 | | phantom_t: PhantomData Sep 20 03:03:47.541 INFO kablam! 41 | | } Sep 20 03:03:47.541 INFO kablam! | |_^ Sep 20 03:03:47.541 INFO kablam! Sep 20 03:03:47.543 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 20 03:03:47.544 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mod.rs:231:5 Sep 20 03:03:47.544 INFO kablam! | Sep 20 03:03:47.544 INFO kablam! 231 | fn map_buffer_writable(&mut self, &handle::Buffer) -> mapping::Writable; Sep 20 03:03:47.544 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 20 03:03:47.544 INFO kablam! | Sep 20 03:03:47.544 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 20 03:03:47.544 INFO kablam! = note: to learn more, visit Sep 20 03:03:47.544 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 20 03:03:47.544 INFO kablam! note: required by `device::mapping::Writable` Sep 20 03:03:47.544 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:62:1 Sep 20 03:03:47.544 INFO kablam! | Sep 20 03:03:47.544 INFO kablam! 62 | / pub struct Writable<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where Sep 20 03:03:47.544 INFO kablam! 63 | | F::Mapper: 'a Sep 20 03:03:47.544 INFO kablam! 64 | | { Sep 20 03:03:47.544 INFO kablam! 65 | | raw: F::Mapper, Sep 20 03:03:47.544 INFO kablam! ... | Sep 20 03:03:47.544 INFO kablam! 68 | | phantom_t: PhantomData Sep 20 03:03:47.544 INFO kablam! 69 | | } Sep 20 03:03:47.544 INFO kablam! | |_^ Sep 20 03:03:47.544 INFO kablam! Sep 20 03:03:47.553 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 20 03:03:47.553 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mod.rs:232:5 Sep 20 03:03:47.553 INFO kablam! | Sep 20 03:03:47.553 INFO kablam! 232 | fn map_buffer_rw(&mut self, &handle::Buffer) -> mapping::RW; Sep 20 03:03:47.553 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 20 03:03:47.553 INFO kablam! | Sep 20 03:03:47.553 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 20 03:03:47.553 INFO kablam! = note: to learn more, visit Sep 20 03:03:47.553 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 20 03:03:47.553 INFO kablam! note: required by `device::mapping::RW` Sep 20 03:03:47.553 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:92:1 Sep 20 03:03:47.553 INFO kablam! | Sep 20 03:03:47.553 INFO kablam! 92 | / pub struct RW<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where Sep 20 03:03:47.553 INFO kablam! 93 | | F::Mapper: 'a Sep 20 03:03:47.553 INFO kablam! 94 | | { Sep 20 03:03:47.553 INFO kablam! 95 | | raw: F::Mapper, Sep 20 03:03:47.553 INFO kablam! ... | Sep 20 03:03:47.553 INFO kablam! 98 | | phantom_t: PhantomData Sep 20 03:03:47.553 INFO kablam! 99 | | } Sep 20 03:03:47.553 INFO kablam! | |_^ Sep 20 03:03:47.553 INFO kablam! Sep 20 03:03:47.814 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 20 03:03:47.814 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/render/mesh.rs:42:5 Sep 20 03:03:47.814 INFO kablam! | Sep 20 03:03:47.814 INFO kablam! 42 | fn generate(buffer: &handle::Buffer) -> Vec>; Sep 20 03:03:47.814 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 20 03:03:47.814 INFO kablam! | Sep 20 03:03:47.814 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 20 03:03:47.814 INFO kablam! = note: to learn more, visit Sep 20 03:03:47.814 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 20 03:03:47.814 INFO kablam! note: required by `device::handle::Buffer` Sep 20 03:03:47.814 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/handle.rs:43:1 Sep 20 03:03:47.814 INFO kablam! | Sep 20 03:03:47.814 INFO kablam! 43 | pub struct Buffer { Sep 20 03:03:47.814 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:03:47.814 INFO kablam! Sep 20 03:03:49.978 INFO kablam! error: aborting due to 12 previous errors Sep 20 03:03:49.978 INFO kablam! Sep 20 03:03:49.978 INFO kablam! Some errors occurred: E0277, E0658. Sep 20 03:03:49.978 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 20 03:03:49.990 INFO kablam! error: Could not compile `gfx`. Sep 20 03:03:49.990 INFO kablam! Sep 20 03:03:49.990 INFO kablam! To learn more, run the command again with --verbose. Sep 20 03:03:49.990 INFO kablam! su: No module specific data is present Sep 20 03:03:51.098 INFO running `"docker" "rm" "-f" "f9eeff94937d082b2408bf4502f97cb99c34585b4e444abcf6f09b04a87e6cc8"` Sep 20 03:03:51.240 INFO blam! f9eeff94937d082b2408bf4502f97cb99c34585b4e444abcf6f09b04a87e6cc8