Sep 01 19:55:43.646 INFO checking varianteq-0.4.1 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 01 19:55:43.646 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 01 19:55:43.646 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 19:55:43.828 INFO blam! e9d898cc1f2251be194154ab14a199fdfdc1a9e93ceb4aabfe80f1cbdf865bd8 Sep 01 19:55:43.829 INFO running `"docker" "start" "-a" "e9d898cc1f2251be194154ab14a199fdfdc1a9e93ceb4aabfe80f1cbdf865bd8"` Sep 01 19:55:44.439 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Sep 01 19:55:44.439 INFO kablam! disables Cargo from automatically inferring other test targets. Sep 01 19:55:44.439 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 01 19:55:44.439 INFO kablam! files will be included as a test target: Sep 01 19:55:44.439 INFO kablam! Sep 01 19:55:44.439 INFO kablam! * /source/tests/generic.rs Sep 01 19:55:44.439 INFO kablam! Sep 01 19:55:44.439 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 01 19:55:44.439 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Sep 01 19:55:44.439 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Sep 01 19:55:44.439 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 01 19:55:44.439 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 01 19:55:44.439 INFO kablam! Sep 01 19:55:44.439 INFO kablam! For more information on this warning you can consult Sep 01 19:55:44.439 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 01 19:55:44.484 INFO kablam! Checking proc-macro2 v0.3.8 Sep 01 19:55:44.484 INFO kablam! Compiling varianteq v0.4.1 (file:///source) Sep 01 19:55:45.543 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_diagnostic' (see issue #38356) Sep 01 19:55:45.543 INFO kablam! --> src/lib.rs:66:18 Sep 01 19:55:45.543 INFO kablam! | Sep 01 19:55:45.543 INFO kablam! 66 | use proc_macro::{Diagnostic, TokenStream}; Sep 01 19:55:45.543 INFO kablam! | ^^^^^^^^^^ Sep 01 19:55:45.543 INFO kablam! | Sep 01 19:55:45.543 INFO kablam! = help: add #![feature(proc_macro_diagnostic)] to the crate attributes to enable Sep 01 19:55:45.543 INFO kablam! Sep 01 19:55:45.543 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_diagnostic' (see issue #38356) Sep 01 19:55:45.543 INFO kablam! --> src/varianteq.rs:1:18 Sep 01 19:55:45.543 INFO kablam! | Sep 01 19:55:45.543 INFO kablam! 1 | use proc_macro::{Diagnostic, Level}; Sep 01 19:55:45.543 INFO kablam! | ^^^^^^^^^^ Sep 01 19:55:45.543 INFO kablam! | Sep 01 19:55:45.543 INFO kablam! = help: add #![feature(proc_macro_diagnostic)] to the crate attributes to enable Sep 01 19:55:45.543 INFO kablam! Sep 01 19:55:45.544 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_diagnostic' (see issue #38356) Sep 01 19:55:45.544 INFO kablam! --> src/varianteq.rs:1:30 Sep 01 19:55:45.544 INFO kablam! | Sep 01 19:55:45.544 INFO kablam! 1 | use proc_macro::{Diagnostic, Level}; Sep 01 19:55:45.544 INFO kablam! | ^^^^^ Sep 01 19:55:45.544 INFO kablam! | Sep 01 19:55:45.544 INFO kablam! = help: add #![feature(proc_macro_diagnostic)] to the crate attributes to enable Sep 01 19:55:45.544 INFO kablam! Sep 01 19:55:45.544 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_diagnostic' (see issue #38356) Sep 01 19:55:45.544 INFO kablam! --> src/varianteq.rs:5:52 Sep 01 19:55:45.544 INFO kablam! | Sep 01 19:55:45.544 INFO kablam! 5 | pub fn derive(item: DeriveInput) -> Result { Sep 01 19:55:45.544 INFO kablam! | ^^^^^^^^^^ Sep 01 19:55:45.544 INFO kablam! | Sep 01 19:55:45.544 INFO kablam! = help: add #![feature(proc_macro_diagnostic)] to the crate attributes to enable Sep 01 19:55:45.544 INFO kablam! Sep 01 19:55:45.544 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_diagnostic' (see issue #38356) Sep 01 19:55:45.544 INFO kablam! --> src/varianteq.rs:21:46 Sep 01 19:55:45.544 INFO kablam! | Sep 01 19:55:45.544 INFO kablam! 21 | fn check_enum_data(data: Data) -> Result<(), Diagnostic> { Sep 01 19:55:45.544 INFO kablam! | ^^^^^^^^^^ Sep 01 19:55:45.544 INFO kablam! | Sep 01 19:55:45.544 INFO kablam! = help: add #![feature(proc_macro_diagnostic)] to the crate attributes to enable Sep 01 19:55:45.545 INFO kablam! Sep 01 19:55:45.545 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_diagnostic' (see issue #38356) Sep 01 19:55:45.545 INFO kablam! --> src/varianteq.rs:24:18 Sep 01 19:55:45.545 INFO kablam! | Sep 01 19:55:45.545 INFO kablam! 24 | _ => Err(Diagnostic::new( Sep 01 19:55:45.545 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 01 19:55:45.545 INFO kablam! | Sep 01 19:55:45.545 INFO kablam! = help: add #![feature(proc_macro_diagnostic)] to the crate attributes to enable Sep 01 19:55:45.545 INFO kablam! Sep 01 19:55:45.545 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_diagnostic' (see issue #38356) Sep 01 19:55:45.545 INFO kablam! --> src/varianteq.rs:25:13 Sep 01 19:55:45.545 INFO kablam! | Sep 01 19:55:45.545 INFO kablam! 25 | Level::Error, Sep 01 19:55:45.545 INFO kablam! | ^^^^^^^^^^^^ Sep 01 19:55:45.545 INFO kablam! | Sep 01 19:55:45.545 INFO kablam! = help: add #![feature(proc_macro_diagnostic)] to the crate attributes to enable Sep 01 19:55:45.545 INFO kablam! Sep 01 19:55:45.545 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_diagnostic' (see issue #38356) Sep 01 19:55:45.545 INFO kablam! --> src/lib.rs:72:51 Sep 01 19:55:45.545 INFO kablam! | Sep 01 19:55:45.545 INFO kablam! 72 | type DeriveFn = fn(DeriveInput) -> Result; Sep 01 19:55:45.545 INFO kablam! | ^^^^^^^^^^ Sep 01 19:55:45.545 INFO kablam! | Sep 01 19:55:45.545 INFO kablam! = help: add #![feature(proc_macro_diagnostic)] to the crate attributes to enable Sep 01 19:55:45.545 INFO kablam! Sep 01 19:55:45.545 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_diagnostic' (see issue #38356) Sep 01 19:55:45.546 INFO kablam! --> src/lib.rs:87:27 Sep 01 19:55:45.546 INFO kablam! | Sep 01 19:55:45.546 INFO kablam! 87 | fn handle_derive_err(err: Diagnostic) -> TokenStream { Sep 01 19:55:45.546 INFO kablam! | ^^^^^^^^^^ Sep 01 19:55:45.546 INFO kablam! | Sep 01 19:55:45.546 INFO kablam! = help: add #![feature(proc_macro_diagnostic)] to the crate attributes to enable Sep 01 19:55:45.546 INFO kablam! Sep 01 19:55:45.625 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_diagnostic' (see issue #38356) Sep 01 19:55:45.625 INFO kablam! --> src/lib.rs:88:9 Sep 01 19:55:45.625 INFO kablam! | Sep 01 19:55:45.625 INFO kablam! 88 | err.emit(); Sep 01 19:55:45.625 INFO kablam! | ^^^^ Sep 01 19:55:45.625 INFO kablam! | Sep 01 19:55:45.625 INFO kablam! = help: add #![feature(proc_macro_diagnostic)] to the crate attributes to enable Sep 01 19:55:45.625 INFO kablam! Sep 01 19:55:45.646 INFO kablam! error: aborting due to 10 previous errors Sep 01 19:55:45.646 INFO kablam! Sep 01 19:55:45.646 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 01 19:55:45.655 INFO kablam! error: Could not compile `varianteq`. Sep 01 19:55:45.655 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 19:55:46.567 INFO kablam! error: build failed Sep 01 19:55:46.569 INFO kablam! su: No module specific data is present Sep 01 19:55:46.999 INFO running `"docker" "rm" "-f" "e9d898cc1f2251be194154ab14a199fdfdc1a9e93ceb4aabfe80f1cbdf865bd8"` Sep 01 19:55:47.119 INFO blam! e9d898cc1f2251be194154ab14a199fdfdc1a9e93ceb4aabfe80f1cbdf865bd8