Sep 21 00:29:02.790 INFO checking wtforms-0.0.1 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 00:29:02.790 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 00:29:02.790 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-0/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 00:29:03.031 INFO blam! 879a96832c75e60ae0a9dfcb08a55eef2f01496de7bca765ef7afc43b2160857 Sep 21 00:29:03.033 INFO running `"docker" "start" "-a" "879a96832c75e60ae0a9dfcb08a55eef2f01496de7bca765ef7afc43b2160857"` Sep 21 00:29:04.785 INFO kablam! usermod: no changes Sep 21 00:29:04.914 INFO kablam! Checking syn v0.14.9 Sep 21 00:29:10.991 INFO kablam! Checking wtforms-derive v0.0.0 Sep 21 00:29:11.314 INFO kablam! Checking wtforms v0.0.1 (/source) Sep 21 00:29:11.718 INFO kablam! warning: unused `#[macro_use]` import Sep 21 00:29:11.718 INFO kablam! --> src/lib.rs:1:1 Sep 21 00:29:11.718 INFO kablam! | Sep 21 00:29:11.718 INFO kablam! 1 | #[macro_use] Sep 21 00:29:11.718 INFO kablam! | ^^^^^^^^^^^^ Sep 21 00:29:11.718 INFO kablam! | Sep 21 00:29:11.718 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 00:29:11.718 INFO kablam! Sep 21 00:29:11.738 INFO kablam! warning: unused `#[macro_use]` import Sep 21 00:29:11.738 INFO kablam! --> src/lib.rs:1:1 Sep 21 00:29:11.738 INFO kablam! | Sep 21 00:29:11.738 INFO kablam! 1 | #[macro_use] Sep 21 00:29:11.738 INFO kablam! | ^^^^^^^^^^^^ Sep 21 00:29:11.746 INFO kablam! warning: unused variable: `form` Sep 21 00:29:11.746 INFO kablam! --> src/fields.rs:12:24 Sep 21 00:29:11.746 INFO kablam! | Sep 21 00:29:11.746 INFO kablam! 12 | fn validate(&self, form: &Form) -> Result<(), Error> { Sep 21 00:29:11.746 INFO kablam! | ^^^^ help: consider using `_form` instead Sep 21 00:29:11.746 INFO kablam! | Sep 21 00:29:11.746 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 00:29:11.746 INFO kablam! Sep 21 00:29:11.766 INFO kablam! | Sep 21 00:29:11.766 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 21 00:29:11.766 INFO kablam! Sep 21 00:29:11.766 INFO kablam! warning: field is never used: `inner` Sep 21 00:29:11.766 INFO kablam! --> src/fields.rs:6:5 Sep 21 00:29:11.766 INFO kablam! | Sep 21 00:29:11.766 INFO kablam! 6 | inner: T, Sep 21 00:29:11.766 INFO kablam! | ^^^^^^^^ Sep 21 00:29:11.766 INFO kablam! | Sep 21 00:29:11.766 INFO kablam! = note: #[warn(dead_code)] on by default Sep 21 00:29:11.766 INFO kablam! Sep 21 00:29:11.781 INFO kablam! warning: unused variable: `form` Sep 21 00:29:11.781 INFO kablam! --> src/fields.rs:12:24 Sep 21 00:29:11.781 INFO kablam! | Sep 21 00:29:11.781 INFO kablam! 12 | fn validate(&self, form: &Form) -> Result<(), Error> { Sep 21 00:29:11.781 INFO kablam! | ^^^^ help: consider using `_form` instead Sep 21 00:29:11.781 INFO kablam! | Sep 21 00:29:11.781 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 21 00:29:11.781 INFO kablam! Sep 21 00:29:11.781 INFO kablam! warning: field is never used: `inner` Sep 21 00:29:11.781 INFO kablam! --> src/fields.rs:6:5 Sep 21 00:29:11.781 INFO kablam! | Sep 21 00:29:11.781 INFO kablam! 6 | inner: T, Sep 21 00:29:11.781 INFO kablam! | ^^^^^^^^ Sep 21 00:29:11.781 INFO kablam! | Sep 21 00:29:11.781 INFO kablam! = note: #[warn(dead_code)] on by default Sep 21 00:29:11.781 INFO kablam! Sep 21 00:29:12.101 INFO kablam! error: cannot find derive macro `Form` in this scope Sep 21 00:29:12.101 INFO kablam! --> tests/test_derive.rs:9:14 Sep 21 00:29:12.101 INFO kablam! | Sep 21 00:29:12.101 INFO kablam! 9 | #[derive(Form)] Sep 21 00:29:12.101 INFO kablam! | ^^^^ Sep 21 00:29:12.101 INFO kablam! Sep 21 00:29:12.101 INFO kablam! error: cannot find derive macro `Form` in this scope Sep 21 00:29:12.101 INFO kablam! --> tests/test_derive.rs:19:14 Sep 21 00:29:12.101 INFO kablam! | Sep 21 00:29:12.101 INFO kablam! 19 | #[derive(Form)] Sep 21 00:29:12.101 INFO kablam! | ^^^^ Sep 21 00:29:12.101 INFO kablam! Sep 21 00:29:12.101 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 21 00:29:12.101 INFO kablam! --> tests/test_derive.rs:21:9 Sep 21 00:29:12.101 INFO kablam! | Sep 21 00:29:12.101 INFO kablam! 21 | #[field(name = "username", autofocus)] Sep 21 00:29:12.101 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 00:29:12.102 INFO kablam! | Sep 21 00:29:12.102 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 21 00:29:12.102 INFO kablam! Sep 21 00:29:12.102 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 21 00:29:12.102 INFO kablam! --> tests/test_derive.rs:23:9 Sep 21 00:29:12.102 INFO kablam! | Sep 21 00:29:12.102 INFO kablam! 23 | #[field(ty = "password")] Sep 21 00:29:12.102 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 00:29:12.102 INFO kablam! | Sep 21 00:29:12.102 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 21 00:29:12.102 INFO kablam! Sep 21 00:29:12.102 INFO kablam! error: aborting due to 4 previous errors Sep 21 00:29:12.102 INFO kablam! Sep 21 00:29:12.102 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 21 00:29:12.106 INFO kablam! error: Could not compile `wtforms`. Sep 21 00:29:12.106 INFO kablam! Sep 21 00:29:12.106 INFO kablam! To learn more, run the command again with --verbose. Sep 21 00:29:12.107 INFO kablam! su: No module specific data is present Sep 21 00:29:13.349 INFO running `"docker" "rm" "-f" "879a96832c75e60ae0a9dfcb08a55eef2f01496de7bca765ef7afc43b2160857"` Sep 21 00:29:13.471 INFO blam! 879a96832c75e60ae0a9dfcb08a55eef2f01496de7bca765ef7afc43b2160857