Sep 21 02:43:38.106 INFO checking specs-0.12.2 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 02:43:38.106 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 02:43:38.107 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-0/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 02:43:38.245 INFO blam! 0573e67803158b465fe1483be09a9d3a1644476ba6f7d496c4c4c160377a5d76 Sep 21 02:43:38.246 INFO running `"docker" "start" "-a" "0573e67803158b465fe1483be09a9d3a1644476ba6f7d496c4c4c160377a5d76"` Sep 21 02:43:39.134 INFO kablam! usermod: no changes Sep 21 02:43:39.297 INFO kablam! Compiling serde v1.0.79 Sep 21 02:43:39.301 INFO kablam! Checking specs v0.12.2 (/source) Sep 21 02:43:40.170 INFO kablam! warning: the trait bound `T: world::comp::Component` is not satisfied Sep 21 02:43:40.170 INFO kablam! --> src/storage/data.rs:111:31 Sep 21 02:43:40.170 INFO kablam! | Sep 21 02:43:40.170 INFO kablam! 111 | pub type ReadStorage<'a, T> = Storage<'a, T, Fetch<'a, MaskedStorage>>; Sep 21 02:43:40.170 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `world::comp::Component` is not implemented for `T` Sep 21 02:43:40.170 INFO kablam! | Sep 21 02:43:40.170 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 02:43:40.170 INFO kablam! = help: consider adding a `where T: world::comp::Component` bound Sep 21 02:43:40.170 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 02:43:40.170 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 02:43:40.170 INFO kablam! Sep 21 02:43:40.177 INFO kablam! warning: the trait bound `T: world::comp::Component` is not satisfied Sep 21 02:43:40.177 INFO kablam! --> src/storage/data.rs:202:32 Sep 21 02:43:40.177 INFO kablam! | Sep 21 02:43:40.177 INFO kablam! 202 | pub type WriteStorage<'a, T> = Storage<'a, T, FetchMut<'a, MaskedStorage>>; Sep 21 02:43:40.177 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `world::comp::Component` is not implemented for `T` Sep 21 02:43:40.177 INFO kablam! | Sep 21 02:43:40.177 INFO kablam! = help: consider adding a `where T: world::comp::Component` bound Sep 21 02:43:40.177 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 02:43:40.177 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 02:43:40.178 INFO kablam! Sep 21 02:43:50.518 INFO kablam! Checking serde_json v1.0.28 Sep 21 02:43:50.518 INFO kablam! Checking csv v1.0.1 Sep 21 02:43:50.518 INFO kablam! Checking cgmath v0.14.1 Sep 21 02:43:50.518 INFO kablam! Checking ron v0.2.2 Sep 21 02:43:55.640 INFO kablam! Checking handlebars v0.32.4 Sep 21 02:43:58.630 INFO kablam! Checking criterion v0.2.5 Sep 21 02:44:03.440 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 21 02:44:03.442 INFO kablam! --> examples/cluster_bomb.rs:5:5 Sep 21 02:44:03.443 INFO kablam! | Sep 21 02:44:03.443 INFO kablam! 5 | use rand::Rand; Sep 21 02:44:03.443 INFO kablam! | ^^^^^^^^^^ Sep 21 02:44:03.444 INFO kablam! | Sep 21 02:44:03.444 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 02:44:03.444 INFO kablam! Sep 21 02:44:03.445 INFO kablam! warning: use of deprecated item 'rand::distributions::IndependentSample': use Distribution instead Sep 21 02:44:03.445 INFO kablam! --> examples/cluster_bomb.rs:6:27 Sep 21 02:44:03.445 INFO kablam! | Sep 21 02:44:03.445 INFO kablam! 6 | use rand::distributions::{IndependentSample, Range}; Sep 21 02:44:03.446 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 21 02:44:03.446 INFO kablam! Sep 21 02:44:03.554 INFO kablam! warning: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 21 02:44:03.555 INFO kablam! --> examples/cluster_bomb.rs:71:62 Sep 21 02:44:03.555 INFO kablam! | Sep 21 02:44:03.555 INFO kablam! 71 | durability: durability_range.ind_sample(&mut rand::thread_rng()), Sep 21 02:44:03.556 INFO kablam! | ^^^^^^^^^^ Sep 21 02:44:03.556 INFO kablam! Sep 21 02:44:03.564 INFO kablam! warning: use of deprecated item 'rand::Rand::rand': replaced by distributions::Standard Sep 21 02:44:03.564 INFO kablam! --> examples/cluster_bomb.rs:75:37 Sep 21 02:44:03.564 INFO kablam! | Sep 21 02:44:03.564 INFO kablam! 75 | let angle = f32::rand(&mut rand::thread_rng()) * TAU; Sep 21 02:44:03.564 INFO kablam! | ^^^^^^^^^ Sep 21 02:44:03.564 INFO kablam! Sep 21 02:44:04.290 INFO kablam! warning: the trait bound `T: world::comp::Component` is not satisfied Sep 21 02:44:04.290 INFO kablam! --> src/storage/data.rs:111:31 Sep 21 02:44:04.290 INFO kablam! | Sep 21 02:44:04.290 INFO kablam! 111 | pub type ReadStorage<'a, T> = Storage<'a, T, Fetch<'a, MaskedStorage>>; Sep 21 02:44:04.290 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `world::comp::Component` is not implemented for `T` Sep 21 02:44:04.290 INFO kablam! | Sep 21 02:44:04.290 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 02:44:04.290 INFO kablam! = help: consider adding a `where T: world::comp::Component` bound Sep 21 02:44:04.290 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 02:44:04.290 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 02:44:04.290 INFO kablam! Sep 21 02:44:04.290 INFO kablam! warning: the trait bound `T: world::comp::Component` is not satisfied Sep 21 02:44:04.291 INFO kablam! --> src/storage/data.rs:202:32 Sep 21 02:44:04.291 INFO kablam! | Sep 21 02:44:04.291 INFO kablam! 202 | pub type WriteStorage<'a, T> = Storage<'a, T, FetchMut<'a, MaskedStorage>>; Sep 21 02:44:04.291 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `world::comp::Component` is not implemented for `T` Sep 21 02:44:04.291 INFO kablam! | Sep 21 02:44:04.291 INFO kablam! = help: consider adding a `where T: world::comp::Component` bound Sep 21 02:44:04.291 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 02:44:04.291 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 02:44:04.291 INFO kablam! Sep 21 02:44:08.758 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 29.61s Sep 21 02:44:08.786 INFO kablam! su: No module specific data is present Sep 21 02:44:09.446 INFO running `"docker" "rm" "-f" "0573e67803158b465fe1483be09a9d3a1644476ba6f7d496c4c4c160377a5d76"` Sep 21 02:44:09.546 INFO blam! 0573e67803158b465fe1483be09a9d3a1644476ba6f7d496c4c4c160377a5d76