Sep 21 06:27:25.367 INFO checking npbot-1.0.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 06:27:25.368 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 06:27:25.368 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-5/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 06:27:25.605 INFO blam! 42dc75186f83c992e30303f501df9301e54355ab402aa8aadbe3c5c4f6de4826 Sep 21 06:27:25.608 INFO running `"docker" "start" "-a" "42dc75186f83c992e30303f501df9301e54355ab402aa8aadbe3c5c4f6de4826"` Sep 21 06:27:26.714 INFO kablam! usermod: no changes Sep 21 06:27:27.202 INFO kablam! Checking serde_xml v0.9.1 Sep 21 06:27:27.219 INFO kablam! Compiling structopt-derive v0.2.10 Sep 21 06:27:27.219 INFO kablam! Compiling derive-error-chain v0.11.2 Sep 21 06:27:27.226 INFO kablam! Checking rayon v0.9.0 Sep 21 06:27:27.226 INFO kablam! Checking mammut v0.10.1 Sep 21 06:27:38.382 INFO kablam! Checking structopt v0.2.10 Sep 21 06:27:38.503 INFO kablam! Checking dotenv v0.11.0 Sep 21 06:27:38.845 INFO kablam! Checking quicli v0.2.0 Sep 21 06:27:39.865 INFO kablam! Checking npbot v1.0.0 (/source) Sep 21 06:27:43.546 INFO kablam! error: cannot determine resolution for the derive macro `StructOpt` Sep 21 06:27:43.546 INFO kablam! --> src/main.rs:39:10 Sep 21 06:27:43.546 INFO kablam! | Sep 21 06:27:43.546 INFO kablam! 39 | #[derive(StructOpt)] Sep 21 06:27:43.546 INFO kablam! | ^^^^^^^^^ Sep 21 06:27:43.546 INFO kablam! | Sep 21 06:27:43.546 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 21 06:27:43.546 INFO kablam! Sep 21 06:27:43.558 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 21 06:27:43.558 INFO kablam! --> src/main.rs:41:5 Sep 21 06:27:43.558 INFO kablam! | Sep 21 06:27:43.558 INFO kablam! 41 | #[structopt(short = "d", long = "debug", help = "only use the local, println!() sink")] Sep 21 06:27:43.558 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:27:43.558 INFO kablam! | Sep 21 06:27:43.558 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 21 06:27:43.558 INFO kablam! Sep 21 06:27:43.558 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 21 06:27:43.558 INFO kablam! --> src/main.rs:43:5 Sep 21 06:27:43.558 INFO kablam! | Sep 21 06:27:43.558 INFO kablam! 43 | #[structopt(long = "verbose", short = "v", parse(from_occurrences))] Sep 21 06:27:43.558 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:27:43.558 INFO kablam! | Sep 21 06:27:43.558 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 21 06:27:43.558 INFO kablam! Sep 21 06:27:43.558 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 21 06:27:43.558 INFO kablam! --> src/main.rs:47:5 Sep 21 06:27:43.558 INFO kablam! | Sep 21 06:27:43.558 INFO kablam! 47 | #[structopt(long = "soundtouch-host")] Sep 21 06:27:43.558 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:27:43.558 INFO kablam! | Sep 21 06:27:43.558 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 21 06:27:43.558 INFO kablam! Sep 21 06:27:43.558 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 21 06:27:43.558 INFO kablam! --> src/main.rs:51:5 Sep 21 06:27:43.559 INFO kablam! | Sep 21 06:27:43.559 INFO kablam! 51 | #[structopt(long = "lastfm-api-key")] Sep 21 06:27:43.559 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:27:43.559 INFO kablam! | Sep 21 06:27:43.559 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 21 06:27:43.559 INFO kablam! Sep 21 06:27:43.559 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 21 06:27:43.559 INFO kablam! --> src/main.rs:53:5 Sep 21 06:27:43.559 INFO kablam! | Sep 21 06:27:43.559 INFO kablam! 53 | #[structopt(long = "lastfm-username")] Sep 21 06:27:43.559 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:27:43.559 INFO kablam! | Sep 21 06:27:43.559 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 21 06:27:43.559 INFO kablam! Sep 21 06:27:43.559 INFO kablam! error: aborting due to 6 previous errors Sep 21 06:27:43.559 INFO kablam! Sep 21 06:27:43.559 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 21 06:27:43.572 INFO kablam! error: Could not compile `npbot`. Sep 21 06:27:43.572 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 06:27:43.846 INFO kablam! error: cannot determine resolution for the derive macro `StructOpt` Sep 21 06:27:43.846 INFO kablam! --> src/main.rs:39:10 Sep 21 06:27:43.846 INFO kablam! | Sep 21 06:27:43.846 INFO kablam! 39 | #[derive(StructOpt)] Sep 21 06:27:43.846 INFO kablam! | ^^^^^^^^^ Sep 21 06:27:43.846 INFO kablam! | Sep 21 06:27:43.846 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 21 06:27:43.846 INFO kablam! Sep 21 06:27:43.860 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 21 06:27:43.860 INFO kablam! --> src/main.rs:41:5 Sep 21 06:27:43.861 INFO kablam! | Sep 21 06:27:43.861 INFO kablam! 41 | #[structopt(short = "d", long = "debug", help = "only use the local, println!() sink")] Sep 21 06:27:43.861 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:27:43.861 INFO kablam! | Sep 21 06:27:43.861 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 21 06:27:43.861 INFO kablam! Sep 21 06:27:43.861 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 21 06:27:43.861 INFO kablam! --> src/main.rs:43:5 Sep 21 06:27:43.861 INFO kablam! | Sep 21 06:27:43.861 INFO kablam! 43 | #[structopt(long = "verbose", short = "v", parse(from_occurrences))] Sep 21 06:27:43.861 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:27:43.861 INFO kablam! | Sep 21 06:27:43.861 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 21 06:27:43.861 INFO kablam! Sep 21 06:27:43.861 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 21 06:27:43.861 INFO kablam! --> src/main.rs:47:5 Sep 21 06:27:43.861 INFO kablam! | Sep 21 06:27:43.861 INFO kablam! 47 | #[structopt(long = "soundtouch-host")] Sep 21 06:27:43.861 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:27:43.861 INFO kablam! | Sep 21 06:27:43.861 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 21 06:27:43.861 INFO kablam! Sep 21 06:27:43.861 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 21 06:27:43.861 INFO kablam! --> src/main.rs:51:5 Sep 21 06:27:43.861 INFO kablam! | Sep 21 06:27:43.861 INFO kablam! 51 | #[structopt(long = "lastfm-api-key")] Sep 21 06:27:43.861 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:27:43.861 INFO kablam! | Sep 21 06:27:43.861 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 21 06:27:43.861 INFO kablam! Sep 21 06:27:43.861 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 21 06:27:43.861 INFO kablam! --> src/main.rs:53:5 Sep 21 06:27:43.861 INFO kablam! | Sep 21 06:27:43.861 INFO kablam! 53 | #[structopt(long = "lastfm-username")] Sep 21 06:27:43.861 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:27:43.861 INFO kablam! | Sep 21 06:27:43.861 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 21 06:27:43.861 INFO kablam! Sep 21 06:27:43.862 INFO kablam! error: aborting due to 6 previous errors Sep 21 06:27:43.862 INFO kablam! Sep 21 06:27:43.862 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 21 06:27:43.885 INFO kablam! error: Could not compile `npbot`. Sep 21 06:27:43.885 INFO kablam! Sep 21 06:27:43.885 INFO kablam! To learn more, run the command again with --verbose. Sep 21 06:27:43.886 INFO kablam! su: No module specific data is present Sep 21 06:27:44.761 INFO running `"docker" "rm" "-f" "42dc75186f83c992e30303f501df9301e54355ab402aa8aadbe3c5c4f6de4826"` Sep 21 06:27:44.867 INFO blam! 42dc75186f83c992e30303f501df9301e54355ab402aa8aadbe3c5c4f6de4826