Sep 03 23:14:29.701 INFO checking varianteq-0.4.1 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 03 23:14:29.701 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 03 23:14:29.701 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/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 03 23:14:29.950 INFO blam! 54a1c027748279ee292be26468f8c89bb4e7822f2ab2de3c27582d7d045b27ed Sep 03 23:14:29.952 INFO running `"docker" "start" "-a" "54a1c027748279ee292be26468f8c89bb4e7822f2ab2de3c27582d7d045b27ed"` Sep 03 23:14:30.718 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Sep 03 23:14:30.719 INFO kablam! disables Cargo from automatically inferring other test targets. Sep 03 23:14:30.719 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 03 23:14:30.719 INFO kablam! files will be included as a test target: Sep 03 23:14:30.719 INFO kablam! Sep 03 23:14:30.719 INFO kablam! * /source/tests/generic.rs Sep 03 23:14:30.719 INFO kablam! Sep 03 23:14:30.719 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 03 23:14:30.719 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Sep 03 23:14:30.719 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Sep 03 23:14:30.719 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 03 23:14:30.719 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 03 23:14:30.719 INFO kablam! Sep 03 23:14:30.719 INFO kablam! For more information on this warning you can consult Sep 03 23:14:30.720 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 03 23:14:30.744 INFO kablam! Checking proc-macro2 v0.3.8 Sep 03 23:14:30.747 INFO kablam! Compiling syn v0.13.11 Sep 03 23:14:33.426 INFO kablam! Checking quote v0.5.2 Sep 03 23:14:42.336 INFO kablam! Compiling varianteq v0.4.1 (file:///source) Sep 03 23:14:43.887 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_diagnostic' (see issue #38356) Sep 03 23:14:43.887 INFO kablam! --> src/lib.rs:66:18 Sep 03 23:14:43.887 INFO kablam! | Sep 03 23:14:43.887 INFO kablam! 66 | use proc_macro::{Diagnostic, TokenStream}; Sep 03 23:14:43.887 INFO kablam! | ^^^^^^^^^^ Sep 03 23:14:43.887 INFO kablam! | Sep 03 23:14:43.887 INFO kablam! = help: add #![feature(proc_macro_diagnostic)] to the crate attributes to enable Sep 03 23:14:43.887 INFO kablam! Sep 03 23:14:43.888 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_diagnostic' (see issue #38356) Sep 03 23:14:43.888 INFO kablam! --> src/varianteq.rs:1:18 Sep 03 23:14:43.888 INFO kablam! | Sep 03 23:14:43.888 INFO kablam! 1 | use proc_macro::{Diagnostic, Level}; Sep 03 23:14:43.888 INFO kablam! | ^^^^^^^^^^ Sep 03 23:14:43.888 INFO kablam! | Sep 03 23:14:43.888 INFO kablam! = help: add #![feature(proc_macro_diagnostic)] to the crate attributes to enable Sep 03 23:14:43.888 INFO kablam! Sep 03 23:14:43.888 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_diagnostic' (see issue #38356) Sep 03 23:14:43.888 INFO kablam! --> src/varianteq.rs:1:30 Sep 03 23:14:43.888 INFO kablam! | Sep 03 23:14:43.888 INFO kablam! 1 | use proc_macro::{Diagnostic, Level}; Sep 03 23:14:43.888 INFO kablam! | ^^^^^ Sep 03 23:14:43.888 INFO kablam! | Sep 03 23:14:43.888 INFO kablam! = help: add #![feature(proc_macro_diagnostic)] to the crate attributes to enable Sep 03 23:14:43.888 INFO kablam! Sep 03 23:14:43.888 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_diagnostic' (see issue #38356) Sep 03 23:14:43.888 INFO kablam! --> src/varianteq.rs:5:52 Sep 03 23:14:43.888 INFO kablam! | Sep 03 23:14:43.889 INFO kablam! 5 | pub fn derive(item: DeriveInput) -> Result { Sep 03 23:14:43.889 INFO kablam! | ^^^^^^^^^^ Sep 03 23:14:43.889 INFO kablam! | Sep 03 23:14:43.889 INFO kablam! = help: add #![feature(proc_macro_diagnostic)] to the crate attributes to enable Sep 03 23:14:43.889 INFO kablam! Sep 03 23:14:43.889 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_diagnostic' (see issue #38356) Sep 03 23:14:43.889 INFO kablam! --> src/varianteq.rs:21:46 Sep 03 23:14:43.889 INFO kablam! | Sep 03 23:14:43.889 INFO kablam! 21 | fn check_enum_data(data: Data) -> Result<(), Diagnostic> { Sep 03 23:14:43.889 INFO kablam! | ^^^^^^^^^^ Sep 03 23:14:43.889 INFO kablam! | Sep 03 23:14:43.889 INFO kablam! = help: add #![feature(proc_macro_diagnostic)] to the crate attributes to enable Sep 03 23:14:43.889 INFO kablam! Sep 03 23:14:43.889 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_diagnostic' (see issue #38356) Sep 03 23:14:43.889 INFO kablam! --> src/varianteq.rs:24:18 Sep 03 23:14:43.889 INFO kablam! | Sep 03 23:14:43.889 INFO kablam! 24 | _ => Err(Diagnostic::new( Sep 03 23:14:43.889 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 03 23:14:43.889 INFO kablam! | Sep 03 23:14:43.889 INFO kablam! = help: add #![feature(proc_macro_diagnostic)] to the crate attributes to enable Sep 03 23:14:43.889 INFO kablam! Sep 03 23:14:43.889 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_diagnostic' (see issue #38356) Sep 03 23:14:43.889 INFO kablam! --> src/varianteq.rs:25:13 Sep 03 23:14:43.889 INFO kablam! | Sep 03 23:14:43.889 INFO kablam! 25 | Level::Error, Sep 03 23:14:43.889 INFO kablam! | ^^^^^^^^^^^^ Sep 03 23:14:43.889 INFO kablam! | Sep 03 23:14:43.889 INFO kablam! = help: add #![feature(proc_macro_diagnostic)] to the crate attributes to enable Sep 03 23:14:43.890 INFO kablam! Sep 03 23:14:43.890 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_diagnostic' (see issue #38356) Sep 03 23:14:43.890 INFO kablam! --> src/lib.rs:72:51 Sep 03 23:14:43.890 INFO kablam! | Sep 03 23:14:43.890 INFO kablam! 72 | type DeriveFn = fn(DeriveInput) -> Result; Sep 03 23:14:43.890 INFO kablam! | ^^^^^^^^^^ Sep 03 23:14:43.890 INFO kablam! | Sep 03 23:14:43.890 INFO kablam! = help: add #![feature(proc_macro_diagnostic)] to the crate attributes to enable Sep 03 23:14:43.890 INFO kablam! Sep 03 23:14:43.890 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_diagnostic' (see issue #38356) Sep 03 23:14:43.890 INFO kablam! --> src/lib.rs:87:27 Sep 03 23:14:43.890 INFO kablam! | Sep 03 23:14:43.890 INFO kablam! 87 | fn handle_derive_err(err: Diagnostic) -> TokenStream { Sep 03 23:14:43.890 INFO kablam! | ^^^^^^^^^^ Sep 03 23:14:43.890 INFO kablam! | Sep 03 23:14:43.890 INFO kablam! = help: add #![feature(proc_macro_diagnostic)] to the crate attributes to enable Sep 03 23:14:43.890 INFO kablam! Sep 03 23:14:43.953 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_diagnostic' (see issue #38356) Sep 03 23:14:43.953 INFO kablam! --> src/lib.rs:88:9 Sep 03 23:14:43.954 INFO kablam! | Sep 03 23:14:43.954 INFO kablam! 88 | err.emit(); Sep 03 23:14:43.954 INFO kablam! | ^^^^ Sep 03 23:14:43.954 INFO kablam! | Sep 03 23:14:43.954 INFO kablam! = help: add #![feature(proc_macro_diagnostic)] to the crate attributes to enable Sep 03 23:14:43.954 INFO kablam! Sep 03 23:14:43.976 INFO kablam! error: aborting due to 10 previous errors Sep 03 23:14:43.976 INFO kablam! Sep 03 23:14:43.976 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 03 23:14:43.987 INFO kablam! error: Could not compile `varianteq`. Sep 03 23:14:43.987 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 03 23:14:44.393 INFO kablam! error: build failed Sep 03 23:14:44.398 INFO kablam! su: No module specific data is present Sep 03 23:14:44.978 INFO running `"docker" "rm" "-f" "54a1c027748279ee292be26468f8c89bb4e7822f2ab2de3c27582d7d045b27ed"` Sep 03 23:14:45.122 INFO blam! 54a1c027748279ee292be26468f8c89bb4e7822f2ab2de3c27582d7d045b27ed