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