Sep 17 16:06:04.042 INFO checking thread_local-0.3.6 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 16:06:04.042 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 16:06:04.042 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 16:06:04.250 INFO blam! 5e876d0c60c92e6643745db33bc8fad3b7a4328289caa4923025f297417a5d3f Sep 17 16:06:04.259 INFO running `"docker" "start" "-a" "5e876d0c60c92e6643745db33bc8fad3b7a4328289caa4923025f297417a5d3f"` Sep 17 16:06:04.931 INFO kablam! usermod: no changes Sep 17 16:06:05.015 INFO kablam! Checking thread_local v0.3.6 (/source) Sep 17 16:06:05.395 INFO kablam! error: `T` cannot be sent between threads safely Sep 17 16:06:05.395 INFO kablam! --> src/lib.rs:604:33 Sep 17 16:06:05.395 INFO kablam! | Sep 17 16:06:05.395 INFO kablam! 604 | pub type CachedIterMut<'a, T> = Chain>, IterMut<'a, T>>; Sep 17 16:06:05.395 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be sent between threads safely Sep 17 16:06:05.395 INFO kablam! | Sep 17 16:06:05.395 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 16:06:05.395 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `T` Sep 17 16:06:05.395 INFO kablam! = help: consider adding a `where T: std::marker::Send` bound Sep 17 16:06:05.395 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 16:06:05.395 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 16:06:05.395 INFO kablam! Sep 17 16:06:05.395 INFO kablam! error: `T` cannot be sent between threads safely Sep 17 16:06:05.395 INFO kablam! --> src/lib.rs:607:30 Sep 17 16:06:05.395 INFO kablam! | Sep 17 16:06:05.395 INFO kablam! 607 | pub type CachedIntoIter = Chain>, IntoIter>; Sep 17 16:06:05.395 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be sent between threads safely Sep 17 16:06:05.395 INFO kablam! | Sep 17 16:06:05.395 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `T` Sep 17 16:06:05.395 INFO kablam! = help: consider adding a `where T: std::marker::Send` bound Sep 17 16:06:05.395 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 16:06:05.395 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 16:06:05.395 INFO kablam! Sep 17 16:06:05.411 INFO kablam! error: aborting due to 2 previous errors Sep 17 16:06:05.411 INFO kablam! Sep 17 16:06:05.431 INFO kablam! error: `T` cannot be sent between threads safely Sep 17 16:06:05.431 INFO kablam! --> src/lib.rs:604:33 Sep 17 16:06:05.431 INFO kablam! | Sep 17 16:06:05.431 INFO kablam! 604 | pub type CachedIterMut<'a, T> = Chain>, IterMut<'a, T>>; Sep 17 16:06:05.431 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be sent between threads safely Sep 17 16:06:05.431 INFO kablam! | Sep 17 16:06:05.431 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 16:06:05.431 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `T` Sep 17 16:06:05.431 INFO kablam! = help: consider adding a `where T: std::marker::Send` bound Sep 17 16:06:05.431 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 16:06:05.431 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 16:06:05.431 INFO kablam! Sep 17 16:06:05.431 INFO kablam! error: `T` cannot be sent between threads safely Sep 17 16:06:05.431 INFO kablam! --> src/lib.rs:607:30 Sep 17 16:06:05.431 INFO kablam! | Sep 17 16:06:05.431 INFO kablam! 607 | pub type CachedIntoIter = Chain>, IntoIter>; Sep 17 16:06:05.431 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be sent between threads safely Sep 17 16:06:05.431 INFO kablam! | Sep 17 16:06:05.431 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `T` Sep 17 16:06:05.431 INFO kablam! = help: consider adding a `where T: std::marker::Send` bound Sep 17 16:06:05.431 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 16:06:05.431 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 16:06:05.431 INFO kablam! Sep 17 16:06:05.431 INFO kablam! error: Could not compile `thread_local`. Sep 17 16:06:05.431 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 16:06:05.447 INFO kablam! error: aborting due to 2 previous errors Sep 17 16:06:05.447 INFO kablam! Sep 17 16:06:05.447 INFO kablam! error: Could not compile `thread_local`. Sep 17 16:06:05.447 INFO kablam! Sep 17 16:06:05.447 INFO kablam! To learn more, run the command again with --verbose. Sep 17 16:06:05.447 INFO kablam! su: No module specific data is present Sep 17 16:06:06.138 INFO running `"docker" "rm" "-f" "5e876d0c60c92e6643745db33bc8fad3b7a4328289caa4923025f297417a5d3f"` Sep 17 16:06:06.235 INFO blam! 5e876d0c60c92e6643745db33bc8fad3b7a4328289caa4923025f297417a5d3f