Sep 14 14:49:14.481 INFO checking ia-0.1.2 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 14:49:14.481 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 14:49:14.481 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-5/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 14:49:14.635 INFO blam! 3261ca170c7829f868f00200af66feda36b6f79dfd99b1dc61b6e2e1ce9fab84 Sep 14 14:49:14.637 INFO running `"docker" "start" "-a" "3261ca170c7829f868f00200af66feda36b6f79dfd99b1dc61b6e2e1ce9fab84"` Sep 14 14:49:15.789 INFO kablam! usermod: no changes Sep 14 14:49:15.812 INFO kablam! Checking ia v0.1.2 (file:///source) Sep 14 14:49:16.018 INFO kablam! error[E0658]: The `!` type is experimental (see issue #35121) Sep 14 14:49:16.018 INFO kablam! --> src/executor.rs:7:51 Sep 14 14:49:16.018 INFO kablam! | Sep 14 14:49:16.018 INFO kablam! 7 | fut: UnsafeCell + 'static>> Sep 14 14:49:16.018 INFO kablam! | ^ Sep 14 14:49:16.018 INFO kablam! | Sep 14 14:49:16.018 INFO kablam! = help: add #![feature(never_type)] to the crate attributes to enable Sep 14 14:49:16.018 INFO kablam! Sep 14 14:49:16.018 INFO kablam! error[E0658]: The `!` type is experimental (see issue #35121) Sep 14 14:49:16.018 INFO kablam! --> src/executor.rs:11:47 Sep 14 14:49:16.018 INFO kablam! | Sep 14 14:49:16.018 INFO kablam! 11 | fn new(fut: Box + 'static>) -> TaskInfo { Sep 14 14:49:16.018 INFO kablam! | ^ Sep 14 14:49:16.018 INFO kablam! | Sep 14 14:49:16.018 INFO kablam! = help: add #![feature(never_type)] to the crate attributes to enable Sep 14 14:49:16.018 INFO kablam! Sep 14 14:49:16.018 INFO kablam! error[E0658]: The `!` type is experimental (see issue #35121) Sep 14 14:49:16.018 INFO kablam! --> src/executor.rs:17:64 Sep 14 14:49:16.018 INFO kablam! | Sep 14 14:49:16.018 INFO kablam! 17 | fn get_future(&self) -> &mut Box + 'static> { Sep 14 14:49:16.018 INFO kablam! | ^ Sep 14 14:49:16.018 INFO kablam! | Sep 14 14:49:16.018 INFO kablam! = help: add #![feature(never_type)] to the crate attributes to enable Sep 14 14:49:16.018 INFO kablam! Sep 14 14:49:16.018 INFO kablam! error[E0658]: The `!` type is experimental (see issue #35121) Sep 14 14:49:16.018 INFO kablam! --> src/utils.rs:14:18 Sep 14 14:49:16.018 INFO kablam! | Sep 14 14:49:16.018 INFO kablam! 14 | type Error = !; Sep 14 14:49:16.018 INFO kablam! | ^ Sep 14 14:49:16.018 INFO kablam! | Sep 14 14:49:16.018 INFO kablam! = help: add #![feature(never_type)] to the crate attributes to enable Sep 14 14:49:16.018 INFO kablam! Sep 14 14:49:16.018 INFO kablam! error[E0658]: The `!` type is experimental (see issue #35121) Sep 14 14:49:16.018 INFO kablam! --> src/utils.rs:18:28 Sep 14 14:49:16.018 INFO kablam! | Sep 14 14:49:16.018 INFO kablam! 18 | ) -> Result, !> { Sep 14 14:49:16.018 INFO kablam! | ^ Sep 14 14:49:16.018 INFO kablam! | Sep 14 14:49:16.018 INFO kablam! = help: add #![feature(never_type)] to the crate attributes to enable Sep 14 14:49:16.018 INFO kablam! Sep 14 14:49:16.018 INFO kablam! error[E0658]: The `!` type is experimental (see issue #35121) Sep 14 14:49:16.018 INFO kablam! --> src/net.rs:18:18 Sep 14 14:49:16.018 INFO kablam! | Sep 14 14:49:16.018 INFO kablam! 18 | type Error = !; Sep 14 14:49:16.018 INFO kablam! | ^ Sep 14 14:49:16.018 INFO kablam! | Sep 14 14:49:16.018 INFO kablam! = help: add #![feature(never_type)] to the crate attributes to enable Sep 14 14:49:16.018 INFO kablam! Sep 14 14:49:16.019 INFO kablam! error[E0658]: The `!` type is experimental (see issue #35121) Sep 14 14:49:16.019 INFO kablam! --> src/net.rs:22:47 Sep 14 14:49:16.019 INFO kablam! | Sep 14 14:49:16.019 INFO kablam! 22 | ) -> Result>, !> { Sep 14 14:49:16.019 INFO kablam! | ^ Sep 14 14:49:16.019 INFO kablam! | Sep 14 14:49:16.019 INFO kablam! = help: add #![feature(never_type)] to the crate attributes to enable Sep 14 14:49:16.019 INFO kablam! Sep 14 14:49:16.019 INFO kablam! error: aborting due to 7 previous errors Sep 14 14:49:16.019 INFO kablam! Sep 14 14:49:16.019 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 14 14:49:16.019 INFO kablam! error: Could not compile `ia`. Sep 14 14:49:16.019 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 14:49:16.048 INFO kablam! error[E0658]: The `!` type is experimental (see issue #35121) Sep 14 14:49:16.048 INFO kablam! --> src/executor.rs:7:51 Sep 14 14:49:16.048 INFO kablam! | Sep 14 14:49:16.048 INFO kablam! 7 | fut: UnsafeCell + 'static>> Sep 14 14:49:16.048 INFO kablam! | ^ Sep 14 14:49:16.048 INFO kablam! | Sep 14 14:49:16.048 INFO kablam! = help: add #![feature(never_type)] to the crate attributes to enable Sep 14 14:49:16.048 INFO kablam! Sep 14 14:49:16.048 INFO kablam! error[E0658]: The `!` type is experimental (see issue #35121) Sep 14 14:49:16.048 INFO kablam! --> src/executor.rs:11:47 Sep 14 14:49:16.048 INFO kablam! | Sep 14 14:49:16.048 INFO kablam! 11 | fn new(fut: Box + 'static>) -> TaskInfo { Sep 14 14:49:16.048 INFO kablam! | ^ Sep 14 14:49:16.048 INFO kablam! | Sep 14 14:49:16.048 INFO kablam! = help: add #![feature(never_type)] to the crate attributes to enable Sep 14 14:49:16.048 INFO kablam! Sep 14 14:49:16.048 INFO kablam! error[E0658]: The `!` type is experimental (see issue #35121) Sep 14 14:49:16.048 INFO kablam! --> src/executor.rs:17:64 Sep 14 14:49:16.048 INFO kablam! | Sep 14 14:49:16.048 INFO kablam! 17 | fn get_future(&self) -> &mut Box + 'static> { Sep 14 14:49:16.048 INFO kablam! | ^ Sep 14 14:49:16.048 INFO kablam! | Sep 14 14:49:16.048 INFO kablam! = help: add #![feature(never_type)] to the crate attributes to enable Sep 14 14:49:16.048 INFO kablam! Sep 14 14:49:16.048 INFO kablam! error[E0658]: The `!` type is experimental (see issue #35121) Sep 14 14:49:16.048 INFO kablam! --> src/utils.rs:14:18 Sep 14 14:49:16.048 INFO kablam! | Sep 14 14:49:16.048 INFO kablam! 14 | type Error = !; Sep 14 14:49:16.048 INFO kablam! | ^ Sep 14 14:49:16.048 INFO kablam! | Sep 14 14:49:16.048 INFO kablam! = help: add #![feature(never_type)] to the crate attributes to enable Sep 14 14:49:16.048 INFO kablam! Sep 14 14:49:16.049 INFO kablam! error[E0658]: The `!` type is experimental (see issue #35121) Sep 14 14:49:16.049 INFO kablam! --> src/utils.rs:18:28 Sep 14 14:49:16.049 INFO kablam! | Sep 14 14:49:16.049 INFO kablam! 18 | ) -> Result, !> { Sep 14 14:49:16.049 INFO kablam! | ^ Sep 14 14:49:16.049 INFO kablam! | Sep 14 14:49:16.050 INFO kablam! = help: add #![feature(never_type)] to the crate attributes to enable Sep 14 14:49:16.050 INFO kablam! Sep 14 14:49:16.050 INFO kablam! error[E0658]: The `!` type is experimental (see issue #35121) Sep 14 14:49:16.050 INFO kablam! --> src/net.rs:18:18 Sep 14 14:49:16.050 INFO kablam! | Sep 14 14:49:16.050 INFO kablam! 18 | type Error = !; Sep 14 14:49:16.050 INFO kablam! | ^ Sep 14 14:49:16.050 INFO kablam! | Sep 14 14:49:16.050 INFO kablam! = help: add #![feature(never_type)] to the crate attributes to enable Sep 14 14:49:16.050 INFO kablam! Sep 14 14:49:16.050 INFO kablam! error[E0658]: The `!` type is experimental (see issue #35121) Sep 14 14:49:16.050 INFO kablam! --> src/net.rs:22:47 Sep 14 14:49:16.050 INFO kablam! | Sep 14 14:49:16.050 INFO kablam! 22 | ) -> Result>, !> { Sep 14 14:49:16.050 INFO kablam! | ^ Sep 14 14:49:16.050 INFO kablam! | Sep 14 14:49:16.050 INFO kablam! = help: add #![feature(never_type)] to the crate attributes to enable Sep 14 14:49:16.050 INFO kablam! Sep 14 14:49:16.050 INFO kablam! error: aborting due to 7 previous errors Sep 14 14:49:16.050 INFO kablam! Sep 14 14:49:16.050 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 14 14:49:16.054 INFO kablam! error: Could not compile `ia`. Sep 14 14:49:16.054 INFO kablam! Sep 14 14:49:16.055 INFO kablam! To learn more, run the command again with --verbose. Sep 14 14:49:16.059 INFO kablam! su: No module specific data is present Sep 14 14:49:16.813 INFO running `"docker" "rm" "-f" "3261ca170c7829f868f00200af66feda36b6f79dfd99b1dc61b6e2e1ce9fab84"` Sep 14 14:49:16.985 INFO blam! 3261ca170c7829f868f00200af66feda36b6f79dfd99b1dc61b6e2e1ce9fab84