Sep 10 19:17:58.393 INFO checking fahrenheit-4.5.1 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 19:17:58.393 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 19:17:58.393 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-4/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 19:17:58.553 INFO blam! 4eea6411d8be7cc1d3d319fee267a3571f681812721be702bd3171d53312be84 Sep 10 19:17:58.553 INFO running `"docker" "start" "-a" "4eea6411d8be7cc1d3d319fee267a3571f681812721be702bd3171d53312be84"` Sep 10 19:17:59.267 INFO kablam! usermod: no changes Sep 10 19:17:59.382 INFO kablam! Checking futures-util-preview v0.3.0-alpha.5 Sep 10 19:18:00.067 INFO kablam! error[E0658]: `crate` visibility modifier is experimental (see issue #45388) Sep 10 19:18:00.067 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.5/src/future/chain.rs:7:1 Sep 10 19:18:00.067 INFO kablam! | Sep 10 19:18:00.067 INFO kablam! 7 | crate enum Chain { Sep 10 19:18:00.067 INFO kablam! | ^^^^^ Sep 10 19:18:00.067 INFO kablam! | Sep 10 19:18:00.067 INFO kablam! = help: add #![feature(crate_visibility_modifier)] to the crate attributes to enable Sep 10 19:18:00.067 INFO kablam! Sep 10 19:18:00.067 INFO kablam! error[E0658]: `crate` visibility modifier is experimental (see issue #45388) Sep 10 19:18:00.067 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.5/src/future/chain.rs:17:5 Sep 10 19:18:00.067 INFO kablam! | Sep 10 19:18:00.067 INFO kablam! 17 | crate fn new(fut1: Fut1, data: Data) -> Chain { Sep 10 19:18:00.067 INFO kablam! | ^^^^^ Sep 10 19:18:00.067 INFO kablam! | Sep 10 19:18:00.067 INFO kablam! = help: add #![feature(crate_visibility_modifier)] to the crate attributes to enable Sep 10 19:18:00.067 INFO kablam! Sep 10 19:18:00.067 INFO kablam! error[E0658]: `crate` visibility modifier is experimental (see issue #45388) Sep 10 19:18:00.067 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.5/src/future/chain.rs:21:5 Sep 10 19:18:00.067 INFO kablam! | Sep 10 19:18:00.067 INFO kablam! 21 | crate fn poll( Sep 10 19:18:00.067 INFO kablam! | ^^^^^ Sep 10 19:18:00.067 INFO kablam! | Sep 10 19:18:00.067 INFO kablam! = help: add #![feature(crate_visibility_modifier)] to the crate attributes to enable Sep 10 19:18:00.067 INFO kablam! Sep 10 19:18:00.067 INFO kablam! error[E0658]: `crate` visibility modifier is experimental (see issue #45388) Sep 10 19:18:00.067 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.5/src/future/mod.rs:68:1 Sep 10 19:18:00.067 INFO kablam! | Sep 10 19:18:00.067 INFO kablam! 68 | crate use self::chain::Chain; Sep 10 19:18:00.067 INFO kablam! | ^^^^^ Sep 10 19:18:00.067 INFO kablam! | Sep 10 19:18:00.067 INFO kablam! = help: add #![feature(crate_visibility_modifier)] to the crate attributes to enable Sep 10 19:18:00.067 INFO kablam! Sep 10 19:18:00.067 INFO kablam! error[E0658]: `crate` visibility modifier is experimental (see issue #45388) Sep 10 19:18:00.067 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.5/src/try_future/try_chain.rs:7:1 Sep 10 19:18:00.067 INFO kablam! | Sep 10 19:18:00.067 INFO kablam! 7 | crate enum TryChain { Sep 10 19:18:00.067 INFO kablam! | ^^^^^ Sep 10 19:18:00.067 INFO kablam! | Sep 10 19:18:00.067 INFO kablam! = help: add #![feature(crate_visibility_modifier)] to the crate attributes to enable Sep 10 19:18:00.067 INFO kablam! Sep 10 19:18:00.067 INFO kablam! error[E0658]: `crate` visibility modifier is experimental (see issue #45388) Sep 10 19:18:00.067 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.5/src/try_future/try_chain.rs:13:1 Sep 10 19:18:00.067 INFO kablam! | Sep 10 19:18:00.067 INFO kablam! 13 | crate enum TryChainAction Sep 10 19:18:00.067 INFO kablam! | ^^^^^ Sep 10 19:18:00.067 INFO kablam! | Sep 10 19:18:00.067 INFO kablam! = help: add #![feature(crate_visibility_modifier)] to the crate attributes to enable Sep 10 19:18:00.067 INFO kablam! Sep 10 19:18:00.067 INFO kablam! error[E0658]: `crate` visibility modifier is experimental (see issue #45388) Sep 10 19:18:00.067 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.5/src/try_future/try_chain.rs:24:5 Sep 10 19:18:00.067 INFO kablam! | Sep 10 19:18:00.067 INFO kablam! 24 | crate fn new(fut1: Fut1, data: Data) -> TryChain { Sep 10 19:18:00.067 INFO kablam! | ^^^^^ Sep 10 19:18:00.067 INFO kablam! | Sep 10 19:18:00.067 INFO kablam! = help: add #![feature(crate_visibility_modifier)] to the crate attributes to enable Sep 10 19:18:00.067 INFO kablam! Sep 10 19:18:00.067 INFO kablam! error[E0658]: `crate` visibility modifier is experimental (see issue #45388) Sep 10 19:18:00.068 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.5/src/try_future/try_chain.rs:28:5 Sep 10 19:18:00.068 INFO kablam! | Sep 10 19:18:00.068 INFO kablam! 28 | crate fn poll( Sep 10 19:18:00.068 INFO kablam! | ^^^^^ Sep 10 19:18:00.068 INFO kablam! | Sep 10 19:18:00.068 INFO kablam! = help: add #![feature(crate_visibility_modifier)] to the crate attributes to enable Sep 10 19:18:00.068 INFO kablam! Sep 10 19:18:00.068 INFO kablam! error[E0658]: `crate` visibility modifier is experimental (see issue #45388) Sep 10 19:18:00.068 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.5/src/try_future/mod.rs:59:1 Sep 10 19:18:00.068 INFO kablam! | Sep 10 19:18:00.068 INFO kablam! 59 | crate use self::try_chain::{TryChain, TryChainAction}; Sep 10 19:18:00.068 INFO kablam! | ^^^^^ Sep 10 19:18:00.068 INFO kablam! | Sep 10 19:18:00.068 INFO kablam! = help: add #![feature(crate_visibility_modifier)] to the crate attributes to enable Sep 10 19:18:00.068 INFO kablam! Sep 10 19:18:00.094 INFO kablam! error: aborting due to 9 previous errors Sep 10 19:18:00.094 INFO kablam! Sep 10 19:18:00.094 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 10 19:18:00.103 INFO kablam! error: Could not compile `futures-util-preview`. Sep 10 19:18:00.103 INFO kablam! Sep 10 19:18:00.103 INFO kablam! To learn more, run the command again with --verbose. Sep 10 19:18:00.103 INFO kablam! su: No module specific data is present Sep 10 19:18:01.013 INFO running `"docker" "rm" "-f" "4eea6411d8be7cc1d3d319fee267a3571f681812721be702bd3171d53312be84"` Sep 10 19:18:01.099 INFO blam! 4eea6411d8be7cc1d3d319fee267a3571f681812721be702bd3171d53312be84