Sep 17 13:09:11.742 INFO checking devcat-studio/kailua against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 13:09:11.742 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 13:09:11.742 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-5/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 13:09:12.111 INFO blam! c2134c63fb85e7c61f3d5b4dcc57b0e71bba9f03f8f1209cd2e1b09bd9dd5ce0 Sep 17 13:09:12.113 INFO running `"docker" "start" "-a" "c2134c63fb85e7c61f3d5b4dcc57b0e71bba9f03f8f1209cd2e1b09bd9dd5ce0"` Sep 17 13:09:13.375 INFO kablam! usermod: no changes Sep 17 13:09:13.631 INFO kablam! Checking libc v0.2.26 Sep 17 13:09:13.631 INFO kablam! Checking smallvec v0.4.1 Sep 17 13:09:13.638 INFO kablam! Checking parse-generics-shim v0.1.1 Sep 17 13:09:13.638 INFO kablam! Checking kailua_env v1.0.4 (/source/kailua_env) Sep 17 13:09:13.638 INFO kablam! Checking atomic v0.3.4 Sep 17 13:09:13.638 INFO kablam! Checking vec_map v0.7.0 Sep 17 13:09:13.638 INFO kablam! Checking take_mut v0.1.3 Sep 17 13:09:13.638 INFO kablam! Checking serde v1.0.10 Sep 17 13:09:14.658 INFO kablam! Checking itoa v0.3.1 Sep 17 13:09:14.733 INFO kablam! Checking dtoa v0.4.1 Sep 17 13:09:15.518 INFO kablam! Checking same-file v0.1.3 Sep 17 13:09:15.764 INFO kablam! Checking owning_ref v0.2.4 Sep 17 13:09:16.408 INFO kablam! Checking tokio-timer v0.1.2 Sep 17 13:09:16.764 INFO kablam! Checking walkdir v1.0.7 Sep 17 13:09:16.801 INFO kablam! Compiling serde_derive_internals v0.15.1 Sep 17 13:09:17.135 INFO kablam! Checking memchr v1.0.1 Sep 17 13:09:17.233 INFO kablam! Checking rand v0.3.15 Sep 17 13:09:18.052 INFO kablam! Checking thread-id v3.2.0 Sep 17 13:09:18.308 INFO kablam! Checking term_size v0.3.0 Sep 17 13:09:18.572 INFO kablam! Checking atty v0.2.2 Sep 17 13:09:18.631 INFO kablam! Checking num_cpus v1.6.2 Sep 17 13:09:18.951 INFO kablam! Checking kailua_diag v1.0.4 (/source/kailua_diag) Sep 17 13:09:19.432 INFO kablam! Checking aho-corasick v0.6.3 Sep 17 13:09:19.977 INFO kablam! Checking textwrap v0.6.0 Sep 17 13:09:21.372 INFO kablam! Checking futures-cpupool v0.1.5 Sep 17 13:09:21.914 INFO kablam! Checking clap v2.25.0 Sep 17 13:09:24.535 INFO kablam! Checking regex v0.2.2 Sep 17 13:09:24.566 INFO kablam! Checking kailua_syntax v1.1.0 (/source/kailua_syntax) Sep 17 13:09:24.645 INFO kablam! Checking parking_lot_core v0.2.2 Sep 17 13:09:24.836 INFO kablam! Compiling serde_derive v1.0.10 Sep 17 13:09:26.517 INFO kablam! Checking parking_lot v0.4.4 Sep 17 13:09:30.745 INFO kablam! Checking env_logger v0.4.3 Sep 17 13:09:33.412 INFO kablam! Checking kailua_types v1.1.0 (/source/kailua_types) Sep 17 13:09:36.454 INFO kablam! warning: unused macro definition Sep 17 13:09:36.454 INFO kablam! --> kailua_types/src/ty/value.rs:1875:5 Sep 17 13:09:36.454 INFO kablam! | Sep 17 13:09:36.454 INFO kablam! 1875 | / macro_rules! hash { Sep 17 13:09:36.454 INFO kablam! 1876 | | ($($k:ident = $v:expr),*) => (vec![$((s(stringify!($k)), $v)),*]) Sep 17 13:09:36.454 INFO kablam! 1877 | | } Sep 17 13:09:36.454 INFO kablam! | |_____^ Sep 17 13:09:36.454 INFO kablam! | Sep 17 13:09:36.454 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 17 13:09:36.454 INFO kablam! Sep 17 13:09:36.943 INFO kablam! error: the trait bound `Item: std::clone::Clone` is not satisfied Sep 17 13:09:36.943 INFO kablam! --> kailua_types/src/ty/seq.rs:37:5 Sep 17 13:09:36.943 INFO kablam! | Sep 17 13:09:36.943 INFO kablam! 37 | iter::Chain, iter::Repeat>; Sep 17 13:09:36.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `Item` Sep 17 13:09:36.943 INFO kablam! | Sep 17 13:09:36.943 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 13:09:36.943 INFO kablam! = help: consider adding a `where Item: std::clone::Clone` bound Sep 17 13:09:36.943 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 13:09:36.943 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 13:09:36.943 INFO kablam! Sep 17 13:09:36.943 INFO kablam! error: the trait bound `Item: std::clone::Clone` is not satisfied Sep 17 13:09:36.943 INFO kablam! --> kailua_types/src/ty/seq.rs:42:5 Sep 17 13:09:36.943 INFO kablam! | Sep 17 13:09:36.943 INFO kablam! 42 | iter::Chain, fn(Item) -> Option>, iter::Repeat>>; Sep 17 13:09:36.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `Item` Sep 17 13:09:36.943 INFO kablam! | Sep 17 13:09:36.943 INFO kablam! = help: consider adding a `where Item: std::clone::Clone` bound Sep 17 13:09:36.943 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 13:09:36.943 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 13:09:36.943 INFO kablam! Sep 17 13:09:37.279 INFO kablam! error: the trait bound `Item: std::clone::Clone` is not satisfied Sep 17 13:09:37.280 INFO kablam! --> kailua_types/src/ty/seq.rs:37:5 Sep 17 13:09:37.280 INFO kablam! | Sep 17 13:09:37.281 INFO kablam! 37 | iter::Chain, iter::Repeat>; Sep 17 13:09:37.281 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `Item` Sep 17 13:09:37.282 INFO kablam! | Sep 17 13:09:37.282 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 13:09:37.283 INFO kablam! = help: consider adding a `where Item: std::clone::Clone` bound Sep 17 13:09:37.283 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 13:09:37.283 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 13:09:37.284 INFO kablam! Sep 17 13:09:37.284 INFO kablam! error: the trait bound `Item: std::clone::Clone` is not satisfied Sep 17 13:09:37.285 INFO kablam! --> kailua_types/src/ty/seq.rs:42:5 Sep 17 13:09:37.285 INFO kablam! | Sep 17 13:09:37.285 INFO kablam! 42 | iter::Chain, fn(Item) -> Option>, iter::Repeat>>; Sep 17 13:09:37.286 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `Item` Sep 17 13:09:37.287 INFO kablam! | Sep 17 13:09:37.287 INFO kablam! = help: consider adding a `where Item: std::clone::Clone` bound Sep 17 13:09:37.288 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 13:09:37.288 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 13:09:37.288 INFO kablam! Sep 17 13:09:37.355 INFO kablam! error: aborting due to 2 previous errors Sep 17 13:09:37.355 INFO kablam! Sep 17 13:09:37.391 INFO kablam! error: Could not compile `kailua_types`. Sep 17 13:09:37.392 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 13:09:37.612 INFO kablam! error: aborting due to 2 previous errors Sep 17 13:09:37.612 INFO kablam! Sep 17 13:09:37.639 INFO kablam! error: Could not compile `kailua_types`. Sep 17 13:09:37.639 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 13:09:39.874 INFO kablam! error: build failed Sep 17 13:09:39.876 INFO kablam! su: No module specific data is present Sep 17 13:09:41.270 INFO running `"docker" "rm" "-f" "c2134c63fb85e7c61f3d5b4dcc57b0e71bba9f03f8f1209cd2e1b09bd9dd5ce0"` Sep 17 13:09:41.526 INFO blam! c2134c63fb85e7c61f3d5b4dcc57b0e71bba9f03f8f1209cd2e1b09bd9dd5ce0