Sep 10 16:23:06.841 INFO checking iota-spammer-0.0.11 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 16:23:06.841 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 16:23:06.841 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-3/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 16:23:07.005 INFO blam! a3a7a69c4417847d815c7e052dd20da59f97e1ff2b3f30b31def77b587cb6dc6 Sep 10 16:23:07.008 INFO running `"docker" "start" "-a" "a3a7a69c4417847d815c7e052dd20da59f97e1ff2b3f30b31def77b587cb6dc6"` Sep 10 16:23:07.621 INFO kablam! usermod: no changes Sep 10 16:23:07.641 INFO kablam! warning: the cargo feature `edition` is now stable and is no longer necessary to be listed in the manifest Sep 10 16:23:07.860 INFO kablam! Checking pin-utils v0.1.0-alpha.2 Sep 10 16:23:07.861 INFO kablam! Compiling crunchy v0.2.1 Sep 10 16:23:07.863 INFO kablam! Checking futures-core-preview v0.3.0-alpha.5 Sep 10 16:23:08.300 INFO kablam! Checking futures-channel-preview v0.3.0-alpha.5 Sep 10 16:23:08.300 INFO kablam! Checking futures-io-preview v0.3.0-alpha.5 Sep 10 16:23:09.127 INFO kablam! Checking futures-sink-preview v0.3.0-alpha.5 Sep 10 16:23:09.394 INFO kablam! Checking futures-util-preview v0.3.0-alpha.5 Sep 10 16:23:09.985 INFO kablam! error[E0658]: `crate` visibility modifier is experimental (see issue #45388) Sep 10 16:23:09.985 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 16:23:09.985 INFO kablam! | Sep 10 16:23:09.985 INFO kablam! 7 | crate enum Chain { Sep 10 16:23:09.985 INFO kablam! | ^^^^^ Sep 10 16:23:09.985 INFO kablam! | Sep 10 16:23:09.985 INFO kablam! = help: add #![feature(crate_visibility_modifier)] to the crate attributes to enable Sep 10 16:23:09.985 INFO kablam! Sep 10 16:23:09.986 INFO kablam! error[E0658]: `crate` visibility modifier is experimental (see issue #45388) Sep 10 16:23:09.986 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 16:23:09.986 INFO kablam! | Sep 10 16:23:09.986 INFO kablam! 17 | crate fn new(fut1: Fut1, data: Data) -> Chain { Sep 10 16:23:09.986 INFO kablam! | ^^^^^ Sep 10 16:23:09.986 INFO kablam! | Sep 10 16:23:09.986 INFO kablam! = help: add #![feature(crate_visibility_modifier)] to the crate attributes to enable Sep 10 16:23:09.986 INFO kablam! Sep 10 16:23:09.986 INFO kablam! error[E0658]: `crate` visibility modifier is experimental (see issue #45388) Sep 10 16:23:09.986 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 16:23:09.986 INFO kablam! | Sep 10 16:23:09.986 INFO kablam! 21 | crate fn poll( Sep 10 16:23:09.986 INFO kablam! | ^^^^^ Sep 10 16:23:09.986 INFO kablam! | Sep 10 16:23:09.986 INFO kablam! = help: add #![feature(crate_visibility_modifier)] to the crate attributes to enable Sep 10 16:23:09.986 INFO kablam! Sep 10 16:23:09.986 INFO kablam! error[E0658]: `crate` visibility modifier is experimental (see issue #45388) Sep 10 16:23:09.986 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 16:23:09.986 INFO kablam! | Sep 10 16:23:09.986 INFO kablam! 68 | crate use self::chain::Chain; Sep 10 16:23:09.986 INFO kablam! | ^^^^^ Sep 10 16:23:09.986 INFO kablam! | Sep 10 16:23:09.986 INFO kablam! = help: add #![feature(crate_visibility_modifier)] to the crate attributes to enable Sep 10 16:23:09.986 INFO kablam! Sep 10 16:23:09.988 INFO kablam! error[E0658]: `crate` visibility modifier is experimental (see issue #45388) Sep 10 16:23:09.988 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 16:23:09.988 INFO kablam! | Sep 10 16:23:09.988 INFO kablam! 7 | crate enum TryChain { Sep 10 16:23:09.988 INFO kablam! | ^^^^^ Sep 10 16:23:09.988 INFO kablam! | Sep 10 16:23:09.988 INFO kablam! = help: add #![feature(crate_visibility_modifier)] to the crate attributes to enable Sep 10 16:23:09.988 INFO kablam! Sep 10 16:23:09.988 INFO kablam! error[E0658]: `crate` visibility modifier is experimental (see issue #45388) Sep 10 16:23:09.989 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 16:23:09.989 INFO kablam! | Sep 10 16:23:09.989 INFO kablam! 13 | crate enum TryChainAction Sep 10 16:23:09.989 INFO kablam! | ^^^^^ Sep 10 16:23:09.989 INFO kablam! | Sep 10 16:23:09.989 INFO kablam! = help: add #![feature(crate_visibility_modifier)] to the crate attributes to enable Sep 10 16:23:09.989 INFO kablam! Sep 10 16:23:09.991 INFO kablam! error[E0658]: `crate` visibility modifier is experimental (see issue #45388) Sep 10 16:23:09.991 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 16:23:09.991 INFO kablam! | Sep 10 16:23:09.991 INFO kablam! 24 | crate fn new(fut1: Fut1, data: Data) -> TryChain { Sep 10 16:23:09.991 INFO kablam! | ^^^^^ Sep 10 16:23:09.991 INFO kablam! | Sep 10 16:23:09.991 INFO kablam! = help: add #![feature(crate_visibility_modifier)] to the crate attributes to enable Sep 10 16:23:09.991 INFO kablam! Sep 10 16:23:09.991 INFO kablam! error[E0658]: `crate` visibility modifier is experimental (see issue #45388) Sep 10 16:23:09.991 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 16:23:09.991 INFO kablam! | Sep 10 16:23:09.991 INFO kablam! 28 | crate fn poll( Sep 10 16:23:09.991 INFO kablam! | ^^^^^ Sep 10 16:23:09.991 INFO kablam! | Sep 10 16:23:09.991 INFO kablam! = help: add #![feature(crate_visibility_modifier)] to the crate attributes to enable Sep 10 16:23:09.991 INFO kablam! Sep 10 16:23:09.991 INFO kablam! error[E0658]: `crate` visibility modifier is experimental (see issue #45388) Sep 10 16:23:09.991 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 16:23:09.991 INFO kablam! | Sep 10 16:23:09.991 INFO kablam! 59 | crate use self::try_chain::{TryChain, TryChainAction}; Sep 10 16:23:09.991 INFO kablam! | ^^^^^ Sep 10 16:23:09.992 INFO kablam! | Sep 10 16:23:09.992 INFO kablam! = help: add #![feature(crate_visibility_modifier)] to the crate attributes to enable Sep 10 16:23:09.992 INFO kablam! Sep 10 16:23:10.017 INFO kablam! error: aborting due to 9 previous errors Sep 10 16:23:10.018 INFO kablam! Sep 10 16:23:10.018 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 10 16:23:10.039 INFO kablam! error: Could not compile `futures-util-preview`. Sep 10 16:23:10.039 INFO kablam! Sep 10 16:23:10.039 INFO kablam! To learn more, run the command again with --verbose. Sep 10 16:23:10.041 INFO kablam! su: No module specific data is present Sep 10 16:23:10.704 INFO running `"docker" "rm" "-f" "a3a7a69c4417847d815c7e052dd20da59f97e1ff2b3f30b31def77b587cb6dc6"` Sep 10 16:23:10.785 INFO blam! a3a7a69c4417847d815c7e052dd20da59f97e1ff2b3f30b31def77b587cb6dc6