Sep 20 01:47:02.154 INFO checking ia-0.1.2 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 20 01:47:02.154 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 20 01:47:02.154 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-6/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 01:47:02.301 INFO blam! 1939397f8e4806f998c7336abca43103878225fee7774fbcf8ecfa65acfcd0da Sep 20 01:47:02.303 INFO running `"docker" "start" "-a" "1939397f8e4806f998c7336abca43103878225fee7774fbcf8ecfa65acfcd0da"` Sep 20 01:47:03.056 INFO kablam! usermod: no changes Sep 20 01:47:03.090 INFO kablam! Checking ia v0.1.2 (/source) Sep 20 01:47:03.442 INFO kablam! error[E0658]: The `!` type is experimental (see issue #35121) Sep 20 01:47:03.442 INFO kablam! --> src/executor.rs:7:51 Sep 20 01:47:03.442 INFO kablam! | Sep 20 01:47:03.442 INFO kablam! 7 | fut: UnsafeCell + 'static>> Sep 20 01:47:03.442 INFO kablam! | ^ Sep 20 01:47:03.442 INFO kablam! | Sep 20 01:47:03.442 INFO kablam! = help: add #![feature(never_type)] to the crate attributes to enable Sep 20 01:47:03.442 INFO kablam! Sep 20 01:47:03.442 INFO kablam! error[E0658]: The `!` type is experimental (see issue #35121) Sep 20 01:47:03.442 INFO kablam! --> src/executor.rs:11:47 Sep 20 01:47:03.442 INFO kablam! | Sep 20 01:47:03.442 INFO kablam! 11 | fn new(fut: Box + 'static>) -> TaskInfo { Sep 20 01:47:03.442 INFO kablam! | ^ Sep 20 01:47:03.442 INFO kablam! | Sep 20 01:47:03.442 INFO kablam! = help: add #![feature(never_type)] to the crate attributes to enable Sep 20 01:47:03.442 INFO kablam! Sep 20 01:47:03.442 INFO kablam! error[E0658]: The `!` type is experimental (see issue #35121) Sep 20 01:47:03.442 INFO kablam! --> src/executor.rs:17:64 Sep 20 01:47:03.442 INFO kablam! | Sep 20 01:47:03.442 INFO kablam! 17 | fn get_future(&self) -> &mut Box + 'static> { Sep 20 01:47:03.442 INFO kablam! | ^ Sep 20 01:47:03.442 INFO kablam! | Sep 20 01:47:03.442 INFO kablam! = help: add #![feature(never_type)] to the crate attributes to enable Sep 20 01:47:03.443 INFO kablam! Sep 20 01:47:03.443 INFO kablam! error[E0658]: The `!` type is experimental (see issue #35121) Sep 20 01:47:03.443 INFO kablam! --> src/utils.rs:14:18 Sep 20 01:47:03.443 INFO kablam! | Sep 20 01:47:03.443 INFO kablam! 14 | type Error = !; Sep 20 01:47:03.443 INFO kablam! | ^ Sep 20 01:47:03.443 INFO kablam! | Sep 20 01:47:03.443 INFO kablam! = help: add #![feature(never_type)] to the crate attributes to enable Sep 20 01:47:03.443 INFO kablam! Sep 20 01:47:03.443 INFO kablam! error[E0658]: The `!` type is experimental (see issue #35121) Sep 20 01:47:03.443 INFO kablam! --> src/utils.rs:18:28 Sep 20 01:47:03.443 INFO kablam! | Sep 20 01:47:03.443 INFO kablam! 18 | ) -> Result, !> { Sep 20 01:47:03.443 INFO kablam! | ^ Sep 20 01:47:03.443 INFO kablam! | Sep 20 01:47:03.443 INFO kablam! = help: add #![feature(never_type)] to the crate attributes to enable Sep 20 01:47:03.443 INFO kablam! Sep 20 01:47:03.443 INFO kablam! error[E0658]: The `!` type is experimental (see issue #35121) Sep 20 01:47:03.443 INFO kablam! --> src/net.rs:18:18 Sep 20 01:47:03.443 INFO kablam! | Sep 20 01:47:03.443 INFO kablam! 18 | type Error = !; Sep 20 01:47:03.443 INFO kablam! | ^ Sep 20 01:47:03.444 INFO kablam! | Sep 20 01:47:03.444 INFO kablam! = help: add #![feature(never_type)] to the crate attributes to enable Sep 20 01:47:03.444 INFO kablam! Sep 20 01:47:03.444 INFO kablam! error[E0658]: The `!` type is experimental (see issue #35121) Sep 20 01:47:03.444 INFO kablam! --> src/net.rs:22:47 Sep 20 01:47:03.444 INFO kablam! | Sep 20 01:47:03.444 INFO kablam! 22 | ) -> Result>, !> { Sep 20 01:47:03.444 INFO kablam! | ^ Sep 20 01:47:03.444 INFO kablam! | Sep 20 01:47:03.444 INFO kablam! = help: add #![feature(never_type)] to the crate attributes to enable Sep 20 01:47:03.444 INFO kablam! Sep 20 01:47:03.444 INFO kablam! error: aborting due to 7 previous errors Sep 20 01:47:03.444 INFO kablam! Sep 20 01:47:03.444 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 20 01:47:03.447 INFO kablam! error: Could not compile `ia`. Sep 20 01:47:03.447 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 01:47:03.452 INFO kablam! error[E0658]: The `!` type is experimental (see issue #35121) Sep 20 01:47:03.453 INFO kablam! --> src/executor.rs:7:51 Sep 20 01:47:03.453 INFO kablam! | Sep 20 01:47:03.453 INFO kablam! 7 | fut: UnsafeCell + 'static>> Sep 20 01:47:03.453 INFO kablam! | ^ Sep 20 01:47:03.453 INFO kablam! | Sep 20 01:47:03.453 INFO kablam! = help: add #![feature(never_type)] to the crate attributes to enable Sep 20 01:47:03.453 INFO kablam! Sep 20 01:47:03.453 INFO kablam! error[E0658]: The `!` type is experimental (see issue #35121) Sep 20 01:47:03.453 INFO kablam! --> src/executor.rs:11:47 Sep 20 01:47:03.453 INFO kablam! | Sep 20 01:47:03.453 INFO kablam! 11 | fn new(fut: Box + 'static>) -> TaskInfo { Sep 20 01:47:03.453 INFO kablam! | ^ Sep 20 01:47:03.453 INFO kablam! | Sep 20 01:47:03.453 INFO kablam! = help: add #![feature(never_type)] to the crate attributes to enable Sep 20 01:47:03.453 INFO kablam! Sep 20 01:47:03.453 INFO kablam! error[E0658]: The `!` type is experimental (see issue #35121) Sep 20 01:47:03.453 INFO kablam! --> src/executor.rs:17:64 Sep 20 01:47:03.453 INFO kablam! | Sep 20 01:47:03.453 INFO kablam! 17 | fn get_future(&self) -> &mut Box + 'static> { Sep 20 01:47:03.453 INFO kablam! | ^ Sep 20 01:47:03.453 INFO kablam! | Sep 20 01:47:03.453 INFO kablam! = help: add #![feature(never_type)] to the crate attributes to enable Sep 20 01:47:03.453 INFO kablam! Sep 20 01:47:03.458 INFO kablam! error[E0658]: The `!` type is experimental (see issue #35121) Sep 20 01:47:03.458 INFO kablam! --> src/utils.rs:14:18 Sep 20 01:47:03.458 INFO kablam! | Sep 20 01:47:03.458 INFO kablam! 14 | type Error = !; Sep 20 01:47:03.458 INFO kablam! | ^ Sep 20 01:47:03.458 INFO kablam! | Sep 20 01:47:03.458 INFO kablam! = help: add #![feature(never_type)] to the crate attributes to enable Sep 20 01:47:03.458 INFO kablam! Sep 20 01:47:03.458 INFO kablam! error[E0658]: The `!` type is experimental (see issue #35121) Sep 20 01:47:03.458 INFO kablam! --> src/utils.rs:18:28 Sep 20 01:47:03.458 INFO kablam! | Sep 20 01:47:03.458 INFO kablam! 18 | ) -> Result, !> { Sep 20 01:47:03.458 INFO kablam! | ^ Sep 20 01:47:03.458 INFO kablam! | Sep 20 01:47:03.458 INFO kablam! = help: add #![feature(never_type)] to the crate attributes to enable Sep 20 01:47:03.458 INFO kablam! Sep 20 01:47:03.458 INFO kablam! error[E0658]: The `!` type is experimental (see issue #35121) Sep 20 01:47:03.458 INFO kablam! --> src/net.rs:18:18 Sep 20 01:47:03.458 INFO kablam! | Sep 20 01:47:03.458 INFO kablam! 18 | type Error = !; Sep 20 01:47:03.458 INFO kablam! | ^ Sep 20 01:47:03.458 INFO kablam! | Sep 20 01:47:03.458 INFO kablam! = help: add #![feature(never_type)] to the crate attributes to enable Sep 20 01:47:03.458 INFO kablam! Sep 20 01:47:03.458 INFO kablam! error[E0658]: The `!` type is experimental (see issue #35121) Sep 20 01:47:03.458 INFO kablam! --> src/net.rs:22:47 Sep 20 01:47:03.458 INFO kablam! | Sep 20 01:47:03.458 INFO kablam! 22 | ) -> Result>, !> { Sep 20 01:47:03.458 INFO kablam! | ^ Sep 20 01:47:03.458 INFO kablam! | Sep 20 01:47:03.458 INFO kablam! = help: add #![feature(never_type)] to the crate attributes to enable Sep 20 01:47:03.458 INFO kablam! Sep 20 01:47:03.459 INFO kablam! error: aborting due to 7 previous errors Sep 20 01:47:03.459 INFO kablam! Sep 20 01:47:03.459 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 20 01:47:03.461 INFO kablam! error: Could not compile `ia`. Sep 20 01:47:03.461 INFO kablam! Sep 20 01:47:03.461 INFO kablam! To learn more, run the command again with --verbose. Sep 20 01:47:03.463 INFO kablam! su: No module specific data is present Sep 20 01:47:04.143 INFO running `"docker" "rm" "-f" "1939397f8e4806f998c7336abca43103878225fee7774fbcf8ecfa65acfcd0da"` Sep 20 01:47:04.242 INFO blam! 1939397f8e4806f998c7336abca43103878225fee7774fbcf8ecfa65acfcd0da