Sep 04 02:11:06.904 INFO checking stdcli-0.1.1 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 02:11:06.904 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 02:11:06.904 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/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 02:11:07.073 INFO blam! cb5bb68477f653ec18ff38f21a07777416bb0e920619d40bb27c14ad953c0550 Sep 04 02:11:07.076 INFO running `"docker" "start" "-a" "cb5bb68477f653ec18ff38f21a07777416bb0e920619d40bb27c14ad953c0550"` Sep 04 02:11:08.167 INFO kablam! Checking loggerv v0.6.0 Sep 04 02:11:08.167 INFO kablam! Checking fern v0.4.4 Sep 04 02:11:08.170 INFO kablam! Checking ctrlc v3.1.1 Sep 04 02:11:08.176 INFO kablam! Checking console v0.6.1 Sep 04 02:11:08.176 INFO kablam! Checking console v0.5.0 Sep 04 02:11:08.176 INFO kablam! Checking tabwriter v1.1.0 Sep 04 02:11:08.182 INFO kablam! Checking rayon v0.9.0 Sep 04 02:11:11.594 INFO kablam! Checking dialoguer v0.1.0 Sep 04 02:11:11.598 INFO kablam! Checking indicatif v0.8.0 Sep 04 02:11:16.738 INFO kablam! Checking stdcli v0.1.1 (file:///source) Sep 04 02:11:16.783 INFO kablam! error[E0557]: feature has been removed Sep 04 02:11:16.783 INFO kablam! --> src/lib.rs:34:12 Sep 04 02:11:16.783 INFO kablam! | Sep 04 02:11:16.783 INFO kablam! 34 | #![feature(macro_reexport)] Sep 04 02:11:16.783 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 02:11:16.783 INFO kablam! | Sep 04 02:11:16.783 INFO kablam! note: subsumed by `pub use` Sep 04 02:11:16.783 INFO kablam! --> src/lib.rs:34:12 Sep 04 02:11:16.783 INFO kablam! | Sep 04 02:11:16.783 INFO kablam! 34 | #![feature(macro_reexport)] Sep 04 02:11:16.784 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 02:11:16.784 INFO kablam! Sep 04 02:11:16.795 INFO kablam! error[E0557]: feature has been removed Sep 04 02:11:16.795 INFO kablam! --> src/lib.rs:34:12 Sep 04 02:11:16.795 INFO kablam! | Sep 04 02:11:16.795 INFO kablam! 34 | #![feature(macro_reexport)] Sep 04 02:11:16.795 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 02:11:16.795 INFO kablam! | Sep 04 02:11:16.795 INFO kablam! note: subsumed by `pub use` Sep 04 02:11:16.795 INFO kablam! --> src/lib.rs:34:12 Sep 04 02:11:16.795 INFO kablam! | Sep 04 02:11:16.795 INFO kablam! 34 | #![feature(macro_reexport)] Sep 04 02:11:16.795 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 02:11:16.795 INFO kablam! Sep 04 02:11:20.496 INFO kablam! error[E0658]: The attribute `macro_reexport` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 02:11:20.496 INFO kablam! --> src/lib.rs:41:3 Sep 04 02:11:20.496 INFO kablam! | Sep 04 02:11:20.496 INFO kablam! 41 | #[macro_reexport(format_err)] Sep 04 02:11:20.496 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 02:11:20.496 INFO kablam! | Sep 04 02:11:20.496 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 02:11:20.496 INFO kablam! Sep 04 02:11:20.700 INFO kablam! error[E0658]: The attribute `macro_reexport` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 02:11:20.700 INFO kablam! --> src/lib.rs:44:3 Sep 04 02:11:20.700 INFO kablam! | Sep 04 02:11:20.700 INFO kablam! 44 | #[macro_reexport(Fail)] Sep 04 02:11:20.700 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 02:11:20.700 INFO kablam! | Sep 04 02:11:20.700 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 02:11:20.700 INFO kablam! Sep 04 02:11:20.701 INFO kablam! error: `Fail` is already in scope Sep 04 02:11:20.701 INFO kablam! --> src/lib.rs:45:1 Sep 04 02:11:20.701 INFO kablam! | Sep 04 02:11:20.701 INFO kablam! 45 | #[macro_use] #[no_link] Sep 04 02:11:20.701 INFO kablam! | ^^^^^^^^^^^^ Sep 04 02:11:20.701 INFO kablam! | Sep 04 02:11:20.701 INFO kablam! = note: macro-expanded `#[macro_use]`s may not shadow existing macros (see RFC 1560) Sep 04 02:11:20.701 INFO kablam! Sep 04 02:11:20.701 INFO kablam! error[E0658]: The attribute `macro_reexport` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 02:11:20.701 INFO kablam! --> src/lib.rs:50:3 Sep 04 02:11:20.701 INFO kablam! | Sep 04 02:11:20.701 INFO kablam! 50 | #[macro_reexport(iproduct, izip)] Sep 04 02:11:20.701 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 02:11:20.701 INFO kablam! | Sep 04 02:11:20.701 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 02:11:20.701 INFO kablam! Sep 04 02:11:20.705 INFO kablam! error[E0658]: The attribute `macro_reexport` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 02:11:20.705 INFO kablam! --> src/lib.rs:53:3 Sep 04 02:11:20.705 INFO kablam! | Sep 04 02:11:20.705 INFO kablam! 53 | #[macro_reexport(lazy_static)] Sep 04 02:11:20.705 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 02:11:20.705 INFO kablam! | Sep 04 02:11:20.705 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 02:11:20.705 INFO kablam! Sep 04 02:11:20.705 INFO kablam! error[E0658]: The attribute `macro_reexport` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 02:11:20.705 INFO kablam! --> src/lib.rs:59:3 Sep 04 02:11:20.705 INFO kablam! | Sep 04 02:11:20.706 INFO kablam! 59 | #[macro_reexport(hashmap, hashset, btreemap, btreeset)] Sep 04 02:11:20.706 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 02:11:20.706 INFO kablam! | Sep 04 02:11:20.706 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 02:11:20.706 INFO kablam! Sep 04 02:11:20.706 INFO kablam! error[E0658]: The attribute `macro_reexport` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 02:11:20.706 INFO kablam! --> src/lib.rs:68:3 Sep 04 02:11:20.706 INFO kablam! | Sep 04 02:11:20.706 INFO kablam! 68 | #[macro_reexport(Serialize, Deserialize)] Sep 04 02:11:20.706 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 02:11:20.706 INFO kablam! | Sep 04 02:11:20.706 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 02:11:20.706 INFO kablam! Sep 04 02:11:20.723 INFO kablam! error[E0658]: The attribute `macro_reexport` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 02:11:20.724 INFO kablam! --> src/lib.rs:76:3 Sep 04 02:11:20.724 INFO kablam! | Sep 04 02:11:20.724 INFO kablam! 76 | #[macro_reexport(StructOpt)] Sep 04 02:11:20.724 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 02:11:20.724 INFO kablam! | Sep 04 02:11:20.724 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 02:11:20.724 INFO kablam! Sep 04 02:11:20.732 INFO kablam! error: aborting due to 9 previous errors Sep 04 02:11:20.732 INFO kablam! Sep 04 02:11:20.732 INFO kablam! Some errors occurred: E0557, E0658. Sep 04 02:11:20.732 INFO kablam! For more information about an error, try `rustc --explain E0557`. Sep 04 02:11:20.744 INFO kablam! error: Could not compile `stdcli`. Sep 04 02:11:20.744 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 02:11:20.785 INFO kablam! error[E0658]: The attribute `macro_reexport` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 02:11:20.785 INFO kablam! --> src/lib.rs:41:3 Sep 04 02:11:20.785 INFO kablam! | Sep 04 02:11:20.785 INFO kablam! 41 | #[macro_reexport(format_err)] Sep 04 02:11:20.785 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 02:11:20.785 INFO kablam! | Sep 04 02:11:20.785 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 02:11:20.785 INFO kablam! Sep 04 02:11:20.917 INFO kablam! error[E0658]: The attribute `macro_reexport` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 02:11:20.917 INFO kablam! --> src/lib.rs:44:3 Sep 04 02:11:20.917 INFO kablam! | Sep 04 02:11:20.918 INFO kablam! 44 | #[macro_reexport(Fail)] Sep 04 02:11:20.918 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 02:11:20.918 INFO kablam! | Sep 04 02:11:20.918 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 02:11:20.918 INFO kablam! Sep 04 02:11:20.918 INFO kablam! error: `Fail` is already in scope Sep 04 02:11:20.918 INFO kablam! --> src/lib.rs:45:1 Sep 04 02:11:20.918 INFO kablam! | Sep 04 02:11:20.918 INFO kablam! 45 | #[macro_use] #[no_link] Sep 04 02:11:20.918 INFO kablam! | ^^^^^^^^^^^^ Sep 04 02:11:20.918 INFO kablam! | Sep 04 02:11:20.918 INFO kablam! = note: macro-expanded `#[macro_use]`s may not shadow existing macros (see RFC 1560) Sep 04 02:11:20.918 INFO kablam! Sep 04 02:11:20.918 INFO kablam! error[E0658]: The attribute `macro_reexport` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 02:11:20.918 INFO kablam! --> src/lib.rs:50:3 Sep 04 02:11:20.918 INFO kablam! | Sep 04 02:11:20.918 INFO kablam! 50 | #[macro_reexport(iproduct, izip)] Sep 04 02:11:20.918 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 02:11:20.919 INFO kablam! | Sep 04 02:11:20.919 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 02:11:20.919 INFO kablam! Sep 04 02:11:20.919 INFO kablam! error[E0658]: The attribute `macro_reexport` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 02:11:20.919 INFO kablam! --> src/lib.rs:53:3 Sep 04 02:11:20.919 INFO kablam! | Sep 04 02:11:20.919 INFO kablam! 53 | #[macro_reexport(lazy_static)] Sep 04 02:11:20.919 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 02:11:20.919 INFO kablam! | Sep 04 02:11:20.919 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 02:11:20.919 INFO kablam! Sep 04 02:11:20.919 INFO kablam! error[E0658]: The attribute `macro_reexport` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 02:11:20.920 INFO kablam! --> src/lib.rs:59:3 Sep 04 02:11:20.920 INFO kablam! | Sep 04 02:11:20.920 INFO kablam! 59 | #[macro_reexport(hashmap, hashset, btreemap, btreeset)] Sep 04 02:11:20.920 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 02:11:20.920 INFO kablam! | Sep 04 02:11:20.920 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 02:11:20.920 INFO kablam! Sep 04 02:11:20.920 INFO kablam! error[E0658]: The attribute `macro_reexport` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 02:11:20.920 INFO kablam! --> src/lib.rs:68:3 Sep 04 02:11:20.920 INFO kablam! | Sep 04 02:11:20.920 INFO kablam! 68 | #[macro_reexport(Serialize, Deserialize)] Sep 04 02:11:20.920 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 02:11:20.920 INFO kablam! | Sep 04 02:11:20.920 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 02:11:20.920 INFO kablam! Sep 04 02:11:20.930 INFO kablam! error[E0658]: The attribute `macro_reexport` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 02:11:20.930 INFO kablam! --> src/lib.rs:76:3 Sep 04 02:11:20.930 INFO kablam! | Sep 04 02:11:20.930 INFO kablam! 76 | #[macro_reexport(StructOpt)] Sep 04 02:11:20.930 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 02:11:20.930 INFO kablam! | Sep 04 02:11:20.930 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 02:11:20.930 INFO kablam! Sep 04 02:11:20.934 INFO kablam! error: aborting due to 9 previous errors Sep 04 02:11:20.934 INFO kablam! Sep 04 02:11:20.934 INFO kablam! Some errors occurred: E0557, E0658. Sep 04 02:11:20.934 INFO kablam! For more information about an error, try `rustc --explain E0557`. Sep 04 02:11:20.959 INFO kablam! error: Could not compile `stdcli`. Sep 04 02:11:20.959 INFO kablam! Sep 04 02:11:20.959 INFO kablam! To learn more, run the command again with --verbose. Sep 04 02:11:20.961 INFO kablam! su: No module specific data is present Sep 04 02:11:21.290 INFO running `"docker" "rm" "-f" "cb5bb68477f653ec18ff38f21a07777416bb0e920619d40bb27c14ad953c0550"` Sep 04 02:11:21.392 INFO blam! cb5bb68477f653ec18ff38f21a07777416bb0e920619d40bb27c14ad953c0550