Sep 04 14:07:50.999 INFO checking ia-0.1.2 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 14:07:50.999 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 14:07:50.999 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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=500" "-e" "CMD=cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 14:07:51.153 INFO blam! cfa0e968ea634a9ac02f78d9a204ffe61f691c022b43e865e964cf0c36ddd495 Sep 04 14:07:51.155 INFO running `"docker" "start" "-a" "cfa0e968ea634a9ac02f78d9a204ffe61f691c022b43e865e964cf0c36ddd495"` Sep 04 14:07:51.841 INFO kablam! Checking ia v0.1.2 (file:///source) Sep 04 14:07:52.461 INFO kablam! error[E0658]: The `!` type is experimental (see issue #35121) Sep 04 14:07:52.461 INFO kablam! --> src/executor.rs:7:51 Sep 04 14:07:52.461 INFO kablam! | Sep 04 14:07:52.461 INFO kablam! 7 | fut: UnsafeCell + 'static>> Sep 04 14:07:52.461 INFO kablam! | ^ Sep 04 14:07:52.461 INFO kablam! | Sep 04 14:07:52.461 INFO kablam! = help: add #![feature(never_type)] to the crate attributes to enable Sep 04 14:07:52.461 INFO kablam! Sep 04 14:07:52.461 INFO kablam! error[E0658]: The `!` type is experimental (see issue #35121) Sep 04 14:07:52.461 INFO kablam! --> src/executor.rs:11:47 Sep 04 14:07:52.461 INFO kablam! | Sep 04 14:07:52.461 INFO kablam! 11 | fn new(fut: Box + 'static>) -> TaskInfo { Sep 04 14:07:52.461 INFO kablam! | ^ Sep 04 14:07:52.461 INFO kablam! | Sep 04 14:07:52.461 INFO kablam! = help: add #![feature(never_type)] to the crate attributes to enable Sep 04 14:07:52.461 INFO kablam! Sep 04 14:07:52.462 INFO kablam! error[E0658]: The `!` type is experimental (see issue #35121) Sep 04 14:07:52.462 INFO kablam! --> src/executor.rs:17:64 Sep 04 14:07:52.462 INFO kablam! | Sep 04 14:07:52.462 INFO kablam! 17 | fn get_future(&self) -> &mut Box + 'static> { Sep 04 14:07:52.462 INFO kablam! | ^ Sep 04 14:07:52.463 INFO kablam! | Sep 04 14:07:52.463 INFO kablam! = help: add #![feature(never_type)] to the crate attributes to enable Sep 04 14:07:52.463 INFO kablam! Sep 04 14:07:52.463 INFO kablam! error[E0658]: The `!` type is experimental (see issue #35121) Sep 04 14:07:52.463 INFO kablam! --> src/utils.rs:14:18 Sep 04 14:07:52.463 INFO kablam! | Sep 04 14:07:52.463 INFO kablam! 14 | type Error = !; Sep 04 14:07:52.463 INFO kablam! | ^ Sep 04 14:07:52.463 INFO kablam! | Sep 04 14:07:52.463 INFO kablam! = help: add #![feature(never_type)] to the crate attributes to enable Sep 04 14:07:52.463 INFO kablam! Sep 04 14:07:52.463 INFO kablam! error[E0658]: The `!` type is experimental (see issue #35121) Sep 04 14:07:52.463 INFO kablam! --> src/utils.rs:18:28 Sep 04 14:07:52.463 INFO kablam! | Sep 04 14:07:52.463 INFO kablam! 18 | ) -> Result, !> { Sep 04 14:07:52.463 INFO kablam! | ^ Sep 04 14:07:52.463 INFO kablam! | Sep 04 14:07:52.463 INFO kablam! = help: add #![feature(never_type)] to the crate attributes to enable Sep 04 14:07:52.463 INFO kablam! Sep 04 14:07:52.463 INFO kablam! error[E0658]: The `!` type is experimental (see issue #35121) Sep 04 14:07:52.463 INFO kablam! --> src/net.rs:18:18 Sep 04 14:07:52.463 INFO kablam! | Sep 04 14:07:52.463 INFO kablam! 18 | type Error = !; Sep 04 14:07:52.463 INFO kablam! | ^ Sep 04 14:07:52.463 INFO kablam! | Sep 04 14:07:52.463 INFO kablam! = help: add #![feature(never_type)] to the crate attributes to enable Sep 04 14:07:52.463 INFO kablam! Sep 04 14:07:52.463 INFO kablam! error[E0658]: The `!` type is experimental (see issue #35121) Sep 04 14:07:52.463 INFO kablam! --> src/net.rs:22:47 Sep 04 14:07:52.463 INFO kablam! | Sep 04 14:07:52.463 INFO kablam! 22 | ) -> Result>, !> { Sep 04 14:07:52.463 INFO kablam! | ^ Sep 04 14:07:52.463 INFO kablam! | Sep 04 14:07:52.464 INFO kablam! = help: add #![feature(never_type)] to the crate attributes to enable Sep 04 14:07:52.464 INFO kablam! Sep 04 14:07:52.465 INFO kablam! error: aborting due to 7 previous errors Sep 04 14:07:52.465 INFO kablam! Sep 04 14:07:52.465 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 04 14:07:52.469 INFO kablam! error: Could not compile `ia`. Sep 04 14:07:52.469 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 14:07:52.538 INFO kablam! error[E0658]: The `!` type is experimental (see issue #35121) Sep 04 14:07:52.538 INFO kablam! --> src/executor.rs:7:51 Sep 04 14:07:52.538 INFO kablam! | Sep 04 14:07:52.538 INFO kablam! 7 | fut: UnsafeCell + 'static>> Sep 04 14:07:52.538 INFO kablam! | ^ Sep 04 14:07:52.538 INFO kablam! | Sep 04 14:07:52.538 INFO kablam! = help: add #![feature(never_type)] to the crate attributes to enable Sep 04 14:07:52.538 INFO kablam! Sep 04 14:07:52.538 INFO kablam! error[E0658]: The `!` type is experimental (see issue #35121) Sep 04 14:07:52.538 INFO kablam! --> src/executor.rs:11:47 Sep 04 14:07:52.538 INFO kablam! | Sep 04 14:07:52.538 INFO kablam! 11 | fn new(fut: Box + 'static>) -> TaskInfo { Sep 04 14:07:52.538 INFO kablam! | ^ Sep 04 14:07:52.538 INFO kablam! | Sep 04 14:07:52.538 INFO kablam! = help: add #![feature(never_type)] to the crate attributes to enable Sep 04 14:07:52.539 INFO kablam! Sep 04 14:07:52.539 INFO kablam! error[E0658]: The `!` type is experimental (see issue #35121) Sep 04 14:07:52.539 INFO kablam! --> src/executor.rs:17:64 Sep 04 14:07:52.539 INFO kablam! | Sep 04 14:07:52.539 INFO kablam! 17 | fn get_future(&self) -> &mut Box + 'static> { Sep 04 14:07:52.539 INFO kablam! | ^ Sep 04 14:07:52.539 INFO kablam! | Sep 04 14:07:52.539 INFO kablam! = help: add #![feature(never_type)] to the crate attributes to enable Sep 04 14:07:52.539 INFO kablam! Sep 04 14:07:52.539 INFO kablam! error[E0658]: The `!` type is experimental (see issue #35121) Sep 04 14:07:52.539 INFO kablam! --> src/utils.rs:14:18 Sep 04 14:07:52.539 INFO kablam! | Sep 04 14:07:52.539 INFO kablam! 14 | type Error = !; Sep 04 14:07:52.539 INFO kablam! | ^ Sep 04 14:07:52.539 INFO kablam! | Sep 04 14:07:52.539 INFO kablam! = help: add #![feature(never_type)] to the crate attributes to enable Sep 04 14:07:52.539 INFO kablam! Sep 04 14:07:52.540 INFO kablam! error[E0658]: The `!` type is experimental (see issue #35121) Sep 04 14:07:52.540 INFO kablam! --> src/utils.rs:18:28 Sep 04 14:07:52.540 INFO kablam! | Sep 04 14:07:52.540 INFO kablam! 18 | ) -> Result, !> { Sep 04 14:07:52.540 INFO kablam! | ^ Sep 04 14:07:52.540 INFO kablam! | Sep 04 14:07:52.540 INFO kablam! = help: add #![feature(never_type)] to the crate attributes to enable Sep 04 14:07:52.540 INFO kablam! Sep 04 14:07:52.540 INFO kablam! error[E0658]: The `!` type is experimental (see issue #35121) Sep 04 14:07:52.540 INFO kablam! --> src/net.rs:18:18 Sep 04 14:07:52.540 INFO kablam! | Sep 04 14:07:52.540 INFO kablam! 18 | type Error = !; Sep 04 14:07:52.540 INFO kablam! | ^ Sep 04 14:07:52.540 INFO kablam! | Sep 04 14:07:52.540 INFO kablam! = help: add #![feature(never_type)] to the crate attributes to enable Sep 04 14:07:52.540 INFO kablam! Sep 04 14:07:52.540 INFO kablam! error[E0658]: The `!` type is experimental (see issue #35121) Sep 04 14:07:52.540 INFO kablam! --> src/net.rs:22:47 Sep 04 14:07:52.540 INFO kablam! | Sep 04 14:07:52.540 INFO kablam! 22 | ) -> Result>, !> { Sep 04 14:07:52.540 INFO kablam! | ^ Sep 04 14:07:52.540 INFO kablam! | Sep 04 14:07:52.540 INFO kablam! = help: add #![feature(never_type)] to the crate attributes to enable Sep 04 14:07:52.540 INFO kablam! Sep 04 14:07:52.541 INFO kablam! error: aborting due to 7 previous errors Sep 04 14:07:52.541 INFO kablam! Sep 04 14:07:52.541 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 04 14:07:52.546 INFO kablam! error: Could not compile `ia`. Sep 04 14:07:52.546 INFO kablam! Sep 04 14:07:52.546 INFO kablam! To learn more, run the command again with --verbose. Sep 04 14:07:52.548 INFO kablam! su: No module specific data is present Sep 04 14:07:52.995 INFO running `"docker" "rm" "-f" "cfa0e968ea634a9ac02f78d9a204ffe61f691c022b43e865e964cf0c36ddd495"` Sep 04 14:07:53.104 INFO blam! cfa0e968ea634a9ac02f78d9a204ffe61f691c022b43e865e964cf0c36ddd495