Sep 17 22:25:31.542 INFO checking kailua_types-1.1.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 22:25:31.542 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 22:25:31.542 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-6/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 22:25:31.738 INFO blam! 117919d1f22ccda01e3463449d64a15f38735d8bf77196b6e14037a2e26c10e0 Sep 17 22:25:31.743 INFO running `"docker" "start" "-a" "117919d1f22ccda01e3463449d64a15f38735d8bf77196b6e14037a2e26c10e0"` Sep 17 22:25:32.571 INFO kablam! usermod: no changes Sep 17 22:25:32.700 INFO kablam! Checking kailua_env v1.0.4 Sep 17 22:25:32.701 INFO kablam! Checking take_mut v0.1.3 Sep 17 22:25:33.523 INFO kablam! Checking kailua_diag v1.0.4 Sep 17 22:25:34.202 INFO kablam! Checking kailua_syntax v1.1.0 Sep 17 22:25:37.643 INFO kablam! Checking kailua_types v1.1.0 (/source) Sep 17 22:25:39.235 INFO kablam! error: the trait bound `Item: std::clone::Clone` is not satisfied Sep 17 22:25:39.235 INFO kablam! --> src/ty/seq.rs:37:5 Sep 17 22:25:39.235 INFO kablam! | Sep 17 22:25:39.235 INFO kablam! 37 | iter::Chain, iter::Repeat>; Sep 17 22:25:39.235 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `Item` Sep 17 22:25:39.235 INFO kablam! | Sep 17 22:25:39.235 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 22:25:39.235 INFO kablam! = help: consider adding a `where Item: std::clone::Clone` bound Sep 17 22:25:39.235 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 22:25:39.235 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 22:25:39.235 INFO kablam! Sep 17 22:25:39.235 INFO kablam! error: the trait bound `Item: std::clone::Clone` is not satisfied Sep 17 22:25:39.235 INFO kablam! --> src/ty/seq.rs:42:5 Sep 17 22:25:39.235 INFO kablam! | Sep 17 22:25:39.235 INFO kablam! 42 | iter::Chain, fn(Item) -> Option>, iter::Repeat>>; Sep 17 22:25:39.235 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `Item` Sep 17 22:25:39.235 INFO kablam! | Sep 17 22:25:39.235 INFO kablam! = help: consider adding a `where Item: std::clone::Clone` bound Sep 17 22:25:39.235 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 22:25:39.235 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 22:25:39.235 INFO kablam! Sep 17 22:25:39.367 INFO kablam! error: aborting due to 2 previous errors Sep 17 22:25:39.367 INFO kablam! Sep 17 22:25:39.371 INFO kablam! error: Could not compile `kailua_types`. Sep 17 22:25:39.371 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 22:25:39.403 INFO kablam! warning: unused macro definition Sep 17 22:25:39.403 INFO kablam! --> src/ty/value.rs:1875:5 Sep 17 22:25:39.403 INFO kablam! | Sep 17 22:25:39.403 INFO kablam! 1875 | / macro_rules! hash { Sep 17 22:25:39.403 INFO kablam! 1876 | | ($($k:ident = $v:expr),*) => (vec![$((s(stringify!($k)), $v)),*]) Sep 17 22:25:39.403 INFO kablam! 1877 | | } Sep 17 22:25:39.403 INFO kablam! | |_____^ Sep 17 22:25:39.403 INFO kablam! | Sep 17 22:25:39.403 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 17 22:25:39.403 INFO kablam! Sep 17 22:25:39.767 INFO kablam! error: the trait bound `Item: std::clone::Clone` is not satisfied Sep 17 22:25:39.767 INFO kablam! --> src/ty/seq.rs:37:5 Sep 17 22:25:39.767 INFO kablam! | Sep 17 22:25:39.767 INFO kablam! 37 | iter::Chain, iter::Repeat>; Sep 17 22:25:39.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `Item` Sep 17 22:25:39.767 INFO kablam! | Sep 17 22:25:39.767 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 22:25:39.767 INFO kablam! = help: consider adding a `where Item: std::clone::Clone` bound Sep 17 22:25:39.767 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 22:25:39.767 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 22:25:39.767 INFO kablam! Sep 17 22:25:39.783 INFO kablam! error: the trait bound `Item: std::clone::Clone` is not satisfied Sep 17 22:25:39.783 INFO kablam! --> src/ty/seq.rs:42:5 Sep 17 22:25:39.783 INFO kablam! | Sep 17 22:25:39.783 INFO kablam! 42 | iter::Chain, fn(Item) -> Option>, iter::Repeat>>; Sep 17 22:25:39.783 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `Item` Sep 17 22:25:39.783 INFO kablam! | Sep 17 22:25:39.783 INFO kablam! = help: consider adding a `where Item: std::clone::Clone` bound Sep 17 22:25:39.783 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 22:25:39.783 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 22:25:39.783 INFO kablam! Sep 17 22:25:39.923 INFO kablam! error: aborting due to 2 previous errors Sep 17 22:25:39.923 INFO kablam! Sep 17 22:25:39.933 INFO kablam! error: Could not compile `kailua_types`. Sep 17 22:25:39.933 INFO kablam! Sep 17 22:25:39.933 INFO kablam! To learn more, run the command again with --verbose. Sep 17 22:25:39.934 INFO kablam! su: No module specific data is present Sep 17 22:25:40.691 INFO running `"docker" "rm" "-f" "117919d1f22ccda01e3463449d64a15f38735d8bf77196b6e14037a2e26c10e0"` Sep 17 22:25:40.894 INFO blam! 117919d1f22ccda01e3463449d64a15f38735d8bf77196b6e14037a2e26c10e0