Sep 04 01:32:40.326 INFO checking wtforms-0.0.1 against try#5fe695a3844714c70e8f7731a553f7947987a68a for pr-53913 Sep 04 01:32:40.326 INFO running: cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets Sep 04 01:32:40.326 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53913/try#5fe695a3844714c70e8f7731a553f7947987a68a:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-3/try#5fe695a3844714c70e8f7731a553f7947987a68a:/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 +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 01:32:40.490 INFO blam! 48162c504fd845219d29f8ad9c7fff8acac2d6902b3e6a2e34cb073d08b019a1 Sep 04 01:32:40.491 INFO running `"docker" "start" "-a" "48162c504fd845219d29f8ad9c7fff8acac2d6902b3e6a2e34cb073d08b019a1"` Sep 04 01:32:41.623 INFO kablam! Checking syn v0.14.9 Sep 04 01:32:49.217 INFO kablam! Checking wtforms-derive v0.0.0 Sep 04 01:32:49.379 INFO kablam! Checking wtforms v0.0.1 (file:///source) Sep 04 01:32:49.794 INFO kablam! warning: unused `#[macro_use]` import Sep 04 01:32:49.794 INFO kablam! --> src/lib.rs:1:1 Sep 04 01:32:49.794 INFO kablam! | Sep 04 01:32:49.794 INFO kablam! 1 | #[macro_use] Sep 04 01:32:49.794 INFO kablam! | ^^^^^^^^^^^^ Sep 04 01:32:49.794 INFO kablam! | Sep 04 01:32:49.794 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 01:32:49.794 INFO kablam! Sep 04 01:32:49.814 INFO kablam! warning: unused variable: `form` Sep 04 01:32:49.814 INFO kablam! --> src/fields.rs:12:24 Sep 04 01:32:49.814 INFO kablam! | Sep 04 01:32:49.814 INFO kablam! 12 | fn validate(&self, form: &Form) -> Result<(), Error> { Sep 04 01:32:49.814 INFO kablam! | ^^^^ help: consider using `_form` instead Sep 04 01:32:49.814 INFO kablam! | Sep 04 01:32:49.814 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 04 01:32:49.814 INFO kablam! Sep 04 01:32:49.815 INFO kablam! warning: field is never used: `inner` Sep 04 01:32:49.815 INFO kablam! --> src/fields.rs:6:5 Sep 04 01:32:49.815 INFO kablam! | Sep 04 01:32:49.815 INFO kablam! 6 | inner: T, Sep 04 01:32:49.815 INFO kablam! | ^^^^^^^^ Sep 04 01:32:49.815 INFO kablam! | Sep 04 01:32:49.815 INFO kablam! = note: #[warn(dead_code)] on by default Sep 04 01:32:49.815 INFO kablam! Sep 04 01:32:49.838 INFO kablam! warning: unused `#[macro_use]` import Sep 04 01:32:49.838 INFO kablam! --> src/lib.rs:1:1 Sep 04 01:32:49.838 INFO kablam! | Sep 04 01:32:49.838 INFO kablam! 1 | #[macro_use] Sep 04 01:32:49.838 INFO kablam! | ^^^^^^^^^^^^ Sep 04 01:32:49.838 INFO kablam! | Sep 04 01:32:49.838 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 01:32:49.838 INFO kablam! Sep 04 01:32:49.868 INFO kablam! warning: unused variable: `form` Sep 04 01:32:49.868 INFO kablam! --> src/fields.rs:12:24 Sep 04 01:32:49.868 INFO kablam! | Sep 04 01:32:49.868 INFO kablam! 12 | fn validate(&self, form: &Form) -> Result<(), Error> { Sep 04 01:32:49.868 INFO kablam! | ^^^^ help: consider using `_form` instead Sep 04 01:32:49.868 INFO kablam! | Sep 04 01:32:49.868 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 04 01:32:49.868 INFO kablam! Sep 04 01:32:49.869 INFO kablam! warning: field is never used: `inner` Sep 04 01:32:49.869 INFO kablam! --> src/fields.rs:6:5 Sep 04 01:32:49.869 INFO kablam! | Sep 04 01:32:49.869 INFO kablam! 6 | inner: T, Sep 04 01:32:49.869 INFO kablam! | ^^^^^^^^ Sep 04 01:32:49.869 INFO kablam! | Sep 04 01:32:49.869 INFO kablam! = note: #[warn(dead_code)] on by default Sep 04 01:32:49.869 INFO kablam! Sep 04 01:32:50.249 INFO kablam! error: cannot find derive macro `Form` in this scope Sep 04 01:32:50.249 INFO kablam! --> tests/test_derive.rs:9:14 Sep 04 01:32:50.250 INFO kablam! | Sep 04 01:32:50.250 INFO kablam! 9 | #[derive(Form)] Sep 04 01:32:50.250 INFO kablam! | ^^^^ Sep 04 01:32:50.250 INFO kablam! Sep 04 01:32:50.250 INFO kablam! error: cannot find derive macro `Form` in this scope Sep 04 01:32:50.250 INFO kablam! --> tests/test_derive.rs:19:14 Sep 04 01:32:50.250 INFO kablam! | Sep 04 01:32:50.250 INFO kablam! 19 | #[derive(Form)] Sep 04 01:32:50.250 INFO kablam! | ^^^^ Sep 04 01:32:50.250 INFO kablam! Sep 04 01:32:50.250 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 04 01:32:50.250 INFO kablam! --> tests/test_derive.rs:21:9 Sep 04 01:32:50.250 INFO kablam! | Sep 04 01:32:50.250 INFO kablam! 21 | #[field(name = "username", autofocus)] Sep 04 01:32:50.250 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 01:32:50.250 INFO kablam! | Sep 04 01:32:50.250 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 01:32:50.250 INFO kablam! Sep 04 01:32:50.250 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 04 01:32:50.250 INFO kablam! --> tests/test_derive.rs:23:9 Sep 04 01:32:50.250 INFO kablam! | Sep 04 01:32:50.251 INFO kablam! 23 | #[field(ty = "password")] Sep 04 01:32:50.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 01:32:50.251 INFO kablam! | Sep 04 01:32:50.251 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 01:32:50.251 INFO kablam! Sep 04 01:32:50.251 INFO kablam! error: aborting due to 4 previous errors Sep 04 01:32:50.251 INFO kablam! Sep 04 01:32:50.251 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 04 01:32:50.258 INFO kablam! error: Could not compile `wtforms`. Sep 04 01:32:50.259 INFO kablam! Sep 04 01:32:50.259 INFO kablam! To learn more, run the command again with --verbose. Sep 04 01:32:50.260 INFO kablam! su: No module specific data is present Sep 04 01:32:50.650 INFO running `"docker" "rm" "-f" "48162c504fd845219d29f8ad9c7fff8acac2d6902b3e6a2e34cb073d08b019a1"` Sep 04 01:32:50.735 INFO blam! 48162c504fd845219d29f8ad9c7fff8acac2d6902b3e6a2e34cb073d08b019a1