Sep 01 12:51:16.654 INFO checking npbot-1.0.0 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 12:51:16.654 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 12:51:16.655 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-2/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 12:51:16.878 INFO blam! 5696a9af17b569497f62e14100f162565714e387a0842ac43936cb930b825cc1 Sep 01 12:51:16.880 INFO running `"docker" "start" "-a" "5696a9af17b569497f62e14100f162565714e387a0842ac43936cb930b825cc1"` Sep 01 12:51:17.860 INFO kablam! Compiling structopt-derive v0.2.10 Sep 01 12:51:17.860 INFO kablam! Checking dotenv v0.11.0 Sep 01 12:51:17.863 INFO kablam! Checking mammut v0.10.1 Sep 01 12:51:25.506 INFO kablam! Checking structopt v0.2.10 Sep 01 12:51:26.385 INFO kablam! Checking quicli v0.2.0 Sep 01 12:51:28.627 INFO kablam! Checking npbot v1.0.0 (file:///source) Sep 01 12:51:35.507 INFO kablam! error: cannot determine resolution for the derive macro `StructOpt` Sep 01 12:51:35.507 INFO kablam! --> src/main.rs:39:10 Sep 01 12:51:35.507 INFO kablam! | Sep 01 12:51:35.508 INFO kablam! 39 | #[derive(StructOpt)] Sep 01 12:51:35.508 INFO kablam! | ^^^^^^^^^ Sep 01 12:51:35.508 INFO kablam! | Sep 01 12:51:35.508 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 01 12:51:35.508 INFO kablam! Sep 01 12:51:35.533 INFO kablam! error[E0658]: The attribute `structopt` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 12:51:35.533 INFO kablam! --> src/main.rs:41:5 Sep 01 12:51:35.533 INFO kablam! | Sep 01 12:51:35.533 INFO kablam! 41 | #[structopt(short = "d", long = "debug", help = "only use the local, println!() sink")] Sep 01 12:51:35.533 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 12:51:35.533 INFO kablam! | Sep 01 12:51:35.533 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 12:51:35.533 INFO kablam! Sep 01 12:51:35.533 INFO kablam! error[E0658]: The attribute `structopt` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 12:51:35.533 INFO kablam! --> src/main.rs:43:5 Sep 01 12:51:35.533 INFO kablam! | Sep 01 12:51:35.533 INFO kablam! 43 | #[structopt(long = "verbose", short = "v", parse(from_occurrences))] Sep 01 12:51:35.533 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 12:51:35.533 INFO kablam! | Sep 01 12:51:35.533 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 12:51:35.533 INFO kablam! Sep 01 12:51:35.533 INFO kablam! error[E0658]: The attribute `structopt` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 12:51:35.533 INFO kablam! --> src/main.rs:47:5 Sep 01 12:51:35.533 INFO kablam! | Sep 01 12:51:35.533 INFO kablam! 47 | #[structopt(long = "soundtouch-host")] Sep 01 12:51:35.533 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 12:51:35.533 INFO kablam! | Sep 01 12:51:35.533 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 12:51:35.533 INFO kablam! Sep 01 12:51:35.533 INFO kablam! error[E0658]: The attribute `structopt` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 12:51:35.533 INFO kablam! --> src/main.rs:51:5 Sep 01 12:51:35.533 INFO kablam! | Sep 01 12:51:35.534 INFO kablam! 51 | #[structopt(long = "lastfm-api-key")] Sep 01 12:51:35.534 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 12:51:35.534 INFO kablam! | Sep 01 12:51:35.534 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 12:51:35.534 INFO kablam! Sep 01 12:51:35.534 INFO kablam! error[E0658]: The attribute `structopt` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 12:51:35.534 INFO kablam! --> src/main.rs:53:5 Sep 01 12:51:35.534 INFO kablam! | Sep 01 12:51:35.534 INFO kablam! 53 | #[structopt(long = "lastfm-username")] Sep 01 12:51:35.534 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 12:51:35.534 INFO kablam! | Sep 01 12:51:35.534 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 12:51:35.534 INFO kablam! Sep 01 12:51:35.535 INFO kablam! error: aborting due to 6 previous errors Sep 01 12:51:35.535 INFO kablam! Sep 01 12:51:35.535 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 01 12:51:35.549 INFO kablam! error: Could not compile `npbot`. Sep 01 12:51:35.549 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 12:51:35.601 INFO kablam! error: cannot determine resolution for the derive macro `StructOpt` Sep 01 12:51:35.601 INFO kablam! --> src/main.rs:39:10 Sep 01 12:51:35.601 INFO kablam! | Sep 01 12:51:35.601 INFO kablam! 39 | #[derive(StructOpt)] Sep 01 12:51:35.602 INFO kablam! | ^^^^^^^^^ Sep 01 12:51:35.602 INFO kablam! | Sep 01 12:51:35.602 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 01 12:51:35.602 INFO kablam! Sep 01 12:51:35.615 INFO kablam! error[E0658]: The attribute `structopt` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 12:51:35.615 INFO kablam! --> src/main.rs:41:5 Sep 01 12:51:35.615 INFO kablam! | Sep 01 12:51:35.615 INFO kablam! 41 | #[structopt(short = "d", long = "debug", help = "only use the local, println!() sink")] Sep 01 12:51:35.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 12:51:35.615 INFO kablam! | Sep 01 12:51:35.615 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 12:51:35.615 INFO kablam! Sep 01 12:51:35.615 INFO kablam! error[E0658]: The attribute `structopt` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 12:51:35.615 INFO kablam! --> src/main.rs:43:5 Sep 01 12:51:35.615 INFO kablam! | Sep 01 12:51:35.615 INFO kablam! 43 | #[structopt(long = "verbose", short = "v", parse(from_occurrences))] Sep 01 12:51:35.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 12:51:35.615 INFO kablam! | Sep 01 12:51:35.615 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 12:51:35.615 INFO kablam! Sep 01 12:51:35.615 INFO kablam! error[E0658]: The attribute `structopt` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 12:51:35.615 INFO kablam! --> src/main.rs:47:5 Sep 01 12:51:35.615 INFO kablam! | Sep 01 12:51:35.615 INFO kablam! 47 | #[structopt(long = "soundtouch-host")] Sep 01 12:51:35.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 12:51:35.615 INFO kablam! | Sep 01 12:51:35.615 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 12:51:35.615 INFO kablam! Sep 01 12:51:35.615 INFO kablam! error[E0658]: The attribute `structopt` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 12:51:35.615 INFO kablam! --> src/main.rs:51:5 Sep 01 12:51:35.615 INFO kablam! | Sep 01 12:51:35.615 INFO kablam! 51 | #[structopt(long = "lastfm-api-key")] Sep 01 12:51:35.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 12:51:35.616 INFO kablam! | Sep 01 12:51:35.616 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 12:51:35.616 INFO kablam! Sep 01 12:51:35.616 INFO kablam! error[E0658]: The attribute `structopt` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 12:51:35.616 INFO kablam! --> src/main.rs:53:5 Sep 01 12:51:35.616 INFO kablam! | Sep 01 12:51:35.616 INFO kablam! 53 | #[structopt(long = "lastfm-username")] Sep 01 12:51:35.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 12:51:35.616 INFO kablam! | Sep 01 12:51:35.616 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 12:51:35.616 INFO kablam! Sep 01 12:51:35.617 INFO kablam! error: aborting due to 6 previous errors Sep 01 12:51:35.617 INFO kablam! Sep 01 12:51:35.617 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 01 12:51:35.637 INFO kablam! error: Could not compile `npbot`. Sep 01 12:51:35.637 INFO kablam! Sep 01 12:51:35.637 INFO kablam! To learn more, run the command again with --verbose. Sep 01 12:51:35.638 INFO kablam! su: No module specific data is present Sep 01 12:51:36.274 INFO running `"docker" "rm" "-f" "5696a9af17b569497f62e14100f162565714e387a0842ac43936cb930b825cc1"` Sep 01 12:51:36.393 INFO blam! 5696a9af17b569497f62e14100f162565714e387a0842ac43936cb930b825cc1