Sep 03 22:00:03.831 INFO checking wtforms-0.0.1 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 03 22:00:03.831 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 03 22:00:03.831 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 03 22:00:03.993 INFO blam! 52a617a4bd1a82a62e7b4b2d65c3b67acb72e33a7862d1833c98b6ecc7ea6f55 Sep 03 22:00:03.995 INFO running `"docker" "start" "-a" "52a617a4bd1a82a62e7b4b2d65c3b67acb72e33a7862d1833c98b6ecc7ea6f55"` Sep 03 22:00:04.599 INFO kablam! Checking proc-macro2 v0.4.17 Sep 03 22:00:06.562 INFO kablam! Checking quote v0.6.8 Sep 03 22:00:07.674 INFO kablam! Checking syn v0.14.9 Sep 03 22:00:15.516 INFO kablam! Checking wtforms-derive v0.0.0 Sep 03 22:00:15.702 INFO kablam! Checking wtforms v0.0.1 (file:///source) Sep 03 22:00:16.011 INFO kablam! warning: unused `#[macro_use]` import Sep 03 22:00:16.011 INFO kablam! --> src/lib.rs:1:1 Sep 03 22:00:16.011 INFO kablam! | Sep 03 22:00:16.011 INFO kablam! 1 | #[macro_use] Sep 03 22:00:16.011 INFO kablam! | ^^^^^^^^^^^^ Sep 03 22:00:16.011 INFO kablam! | Sep 03 22:00:16.011 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 03 22:00:16.011 INFO kablam! Sep 03 22:00:16.037 INFO kablam! warning: unused variable: `form` Sep 03 22:00:16.037 INFO kablam! --> src/fields.rs:12:24 Sep 03 22:00:16.037 INFO kablam! | Sep 03 22:00:16.037 INFO kablam! 12 | fn validate(&self, form: &Form) -> Result<(), Error> { Sep 03 22:00:16.038 INFO kablam! | ^^^^ help: consider using `_form` instead Sep 03 22:00:16.038 INFO kablam! | Sep 03 22:00:16.038 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 03 22:00:16.038 INFO kablam! Sep 03 22:00:16.039 INFO kablam! warning: field is never used: `inner` Sep 03 22:00:16.039 INFO kablam! --> src/fields.rs:6:5 Sep 03 22:00:16.039 INFO kablam! | Sep 03 22:00:16.039 INFO kablam! 6 | inner: T, Sep 03 22:00:16.039 INFO kablam! | ^^^^^^^^ Sep 03 22:00:16.039 INFO kablam! | Sep 03 22:00:16.039 INFO kablam! = note: #[warn(dead_code)] on by default Sep 03 22:00:16.039 INFO kablam! Sep 03 22:00:16.072 INFO kablam! warning: unused `#[macro_use]` import Sep 03 22:00:16.072 INFO kablam! --> src/lib.rs:1:1 Sep 03 22:00:16.072 INFO kablam! | Sep 03 22:00:16.072 INFO kablam! 1 | #[macro_use] Sep 03 22:00:16.072 INFO kablam! | ^^^^^^^^^^^^ Sep 03 22:00:16.072 INFO kablam! | Sep 03 22:00:16.072 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 03 22:00:16.072 INFO kablam! Sep 03 22:00:16.104 INFO kablam! warning: unused variable: `form` Sep 03 22:00:16.105 INFO kablam! --> src/fields.rs:12:24 Sep 03 22:00:16.105 INFO kablam! | Sep 03 22:00:16.105 INFO kablam! 12 | fn validate(&self, form: &Form) -> Result<(), Error> { Sep 03 22:00:16.105 INFO kablam! | ^^^^ help: consider using `_form` instead Sep 03 22:00:16.105 INFO kablam! | Sep 03 22:00:16.105 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 03 22:00:16.105 INFO kablam! Sep 03 22:00:16.107 INFO kablam! warning: field is never used: `inner` Sep 03 22:00:16.107 INFO kablam! --> src/fields.rs:6:5 Sep 03 22:00:16.107 INFO kablam! | Sep 03 22:00:16.107 INFO kablam! 6 | inner: T, Sep 03 22:00:16.107 INFO kablam! | ^^^^^^^^ Sep 03 22:00:16.107 INFO kablam! | Sep 03 22:00:16.107 INFO kablam! = note: #[warn(dead_code)] on by default Sep 03 22:00:16.107 INFO kablam! Sep 03 22:00:16.481 INFO kablam! error: cannot find derive macro `Form` in this scope Sep 03 22:00:16.481 INFO kablam! --> tests/test_derive.rs:9:14 Sep 03 22:00:16.481 INFO kablam! | Sep 03 22:00:16.481 INFO kablam! 9 | #[derive(Form)] Sep 03 22:00:16.481 INFO kablam! | ^^^^ Sep 03 22:00:16.481 INFO kablam! Sep 03 22:00:16.481 INFO kablam! error: cannot find derive macro `Form` in this scope Sep 03 22:00:16.481 INFO kablam! --> tests/test_derive.rs:19:14 Sep 03 22:00:16.481 INFO kablam! | Sep 03 22:00:16.481 INFO kablam! 19 | #[derive(Form)] Sep 03 22:00:16.481 INFO kablam! | ^^^^ Sep 03 22:00:16.481 INFO kablam! Sep 03 22:00:16.481 INFO kablam! error[E0658]: The attribute `field` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 03 22:00:16.481 INFO kablam! --> tests/test_derive.rs:21:9 Sep 03 22:00:16.481 INFO kablam! | Sep 03 22:00:16.481 INFO kablam! 21 | #[field(name = "username", autofocus)] Sep 03 22:00:16.481 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 22:00:16.481 INFO kablam! | Sep 03 22:00:16.481 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 03 22:00:16.481 INFO kablam! Sep 03 22:00:16.481 INFO kablam! error[E0658]: The attribute `field` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 03 22:00:16.481 INFO kablam! --> tests/test_derive.rs:23:9 Sep 03 22:00:16.481 INFO kablam! | Sep 03 22:00:16.482 INFO kablam! 23 | #[field(ty = "password")] Sep 03 22:00:16.482 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 22:00:16.482 INFO kablam! | Sep 03 22:00:16.482 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 03 22:00:16.482 INFO kablam! Sep 03 22:00:16.482 INFO kablam! error: aborting due to 4 previous errors Sep 03 22:00:16.482 INFO kablam! Sep 03 22:00:16.482 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 03 22:00:16.487 INFO kablam! error: Could not compile `wtforms`. Sep 03 22:00:16.488 INFO kablam! Sep 03 22:00:16.488 INFO kablam! To learn more, run the command again with --verbose. Sep 03 22:00:16.489 INFO kablam! su: No module specific data is present Sep 03 22:00:16.977 INFO running `"docker" "rm" "-f" "52a617a4bd1a82a62e7b4b2d65c3b67acb72e33a7862d1833c98b6ecc7ea6f55"` Sep 03 22:00:17.085 INFO blam! 52a617a4bd1a82a62e7b4b2d65c3b67acb72e33a7862d1833c98b6ecc7ea6f55