Sep 02 06:20:38.508 INFO checking npbot-1.0.0 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 06:20:38.508 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 06:20:38.508 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 06:20:38.681 INFO blam! 50a939ac155bd74a8c2bde0f7a5587d5384d3b8505a15709bec909ecacefdce3 Sep 02 06:20:38.684 INFO running `"docker" "start" "-a" "50a939ac155bd74a8c2bde0f7a5587d5384d3b8505a15709bec909ecacefdce3"` Sep 02 06:20:39.588 INFO kablam! Checking serde_xml v0.9.1 Sep 02 06:20:39.594 INFO kablam! Compiling structopt-derive v0.2.10 Sep 02 06:20:39.598 INFO kablam! Checking dotenv v0.11.0 Sep 02 06:20:39.603 INFO kablam! Checking mammut v0.10.1 Sep 02 06:20:47.342 INFO kablam! Checking structopt v0.2.10 Sep 02 06:20:48.396 INFO kablam! Checking quicli v0.2.0 Sep 02 06:20:50.580 INFO kablam! Checking npbot v1.0.0 (file:///source) Sep 02 06:20:57.977 INFO kablam! error: cannot determine resolution for the derive macro `StructOpt` Sep 02 06:20:57.977 INFO kablam! --> src/main.rs:39:10 Sep 02 06:20:57.977 INFO kablam! | Sep 02 06:20:57.977 INFO kablam! 39 | #[derive(StructOpt)] Sep 02 06:20:57.977 INFO kablam! | ^^^^^^^^^ Sep 02 06:20:57.978 INFO kablam! | Sep 02 06:20:57.978 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 02 06:20:57.978 INFO kablam! Sep 02 06:20:57.991 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 02 06:20:57.991 INFO kablam! --> src/main.rs:41:5 Sep 02 06:20:57.991 INFO kablam! | Sep 02 06:20:57.991 INFO kablam! 41 | #[structopt(short = "d", long = "debug", help = "only use the local, println!() sink")] Sep 02 06:20:57.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 06:20:57.991 INFO kablam! | Sep 02 06:20:57.991 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 02 06:20:57.991 INFO kablam! Sep 02 06:20:57.991 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 02 06:20:57.991 INFO kablam! --> src/main.rs:43:5 Sep 02 06:20:57.991 INFO kablam! | Sep 02 06:20:57.991 INFO kablam! 43 | #[structopt(long = "verbose", short = "v", parse(from_occurrences))] Sep 02 06:20:57.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 06:20:57.991 INFO kablam! | Sep 02 06:20:57.991 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 02 06:20:57.991 INFO kablam! Sep 02 06:20:57.992 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 02 06:20:57.992 INFO kablam! --> src/main.rs:47:5 Sep 02 06:20:57.992 INFO kablam! | Sep 02 06:20:57.992 INFO kablam! 47 | #[structopt(long = "soundtouch-host")] Sep 02 06:20:57.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 06:20:57.992 INFO kablam! | Sep 02 06:20:57.992 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 02 06:20:57.992 INFO kablam! Sep 02 06:20:57.992 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 02 06:20:57.992 INFO kablam! --> src/main.rs:51:5 Sep 02 06:20:57.992 INFO kablam! | Sep 02 06:20:57.992 INFO kablam! 51 | #[structopt(long = "lastfm-api-key")] Sep 02 06:20:57.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 06:20:57.992 INFO kablam! | Sep 02 06:20:57.992 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 02 06:20:57.992 INFO kablam! Sep 02 06:20:57.992 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 02 06:20:57.992 INFO kablam! --> src/main.rs:53:5 Sep 02 06:20:57.992 INFO kablam! | Sep 02 06:20:57.993 INFO kablam! 53 | #[structopt(long = "lastfm-username")] Sep 02 06:20:57.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 06:20:57.993 INFO kablam! | Sep 02 06:20:57.993 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 02 06:20:57.993 INFO kablam! Sep 02 06:20:57.994 INFO kablam! error: aborting due to 6 previous errors Sep 02 06:20:57.994 INFO kablam! Sep 02 06:20:57.994 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 02 06:20:58.010 INFO kablam! error: Could not compile `npbot`. Sep 02 06:20:58.010 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 06:20:58.171 INFO kablam! error: cannot determine resolution for the derive macro `StructOpt` Sep 02 06:20:58.171 INFO kablam! --> src/main.rs:39:10 Sep 02 06:20:58.171 INFO kablam! | Sep 02 06:20:58.171 INFO kablam! 39 | #[derive(StructOpt)] Sep 02 06:20:58.171 INFO kablam! | ^^^^^^^^^ Sep 02 06:20:58.171 INFO kablam! | Sep 02 06:20:58.172 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 02 06:20:58.172 INFO kablam! Sep 02 06:20:58.196 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 02 06:20:58.196 INFO kablam! --> src/main.rs:41:5 Sep 02 06:20:58.196 INFO kablam! | Sep 02 06:20:58.196 INFO kablam! 41 | #[structopt(short = "d", long = "debug", help = "only use the local, println!() sink")] Sep 02 06:20:58.197 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 06:20:58.197 INFO kablam! | Sep 02 06:20:58.197 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 02 06:20:58.197 INFO kablam! Sep 02 06:20:58.197 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 02 06:20:58.197 INFO kablam! --> src/main.rs:43:5 Sep 02 06:20:58.197 INFO kablam! | Sep 02 06:20:58.197 INFO kablam! 43 | #[structopt(long = "verbose", short = "v", parse(from_occurrences))] Sep 02 06:20:58.197 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 06:20:58.197 INFO kablam! | Sep 02 06:20:58.197 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 02 06:20:58.197 INFO kablam! Sep 02 06:20:58.197 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 02 06:20:58.197 INFO kablam! --> src/main.rs:47:5 Sep 02 06:20:58.197 INFO kablam! | Sep 02 06:20:58.197 INFO kablam! 47 | #[structopt(long = "soundtouch-host")] Sep 02 06:20:58.197 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 06:20:58.197 INFO kablam! | Sep 02 06:20:58.197 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 02 06:20:58.197 INFO kablam! Sep 02 06:20:58.198 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 02 06:20:58.198 INFO kablam! --> src/main.rs:51:5 Sep 02 06:20:58.198 INFO kablam! | Sep 02 06:20:58.198 INFO kablam! 51 | #[structopt(long = "lastfm-api-key")] Sep 02 06:20:58.198 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 06:20:58.198 INFO kablam! | Sep 02 06:20:58.198 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 02 06:20:58.198 INFO kablam! Sep 02 06:20:58.198 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 02 06:20:58.198 INFO kablam! --> src/main.rs:53:5 Sep 02 06:20:58.198 INFO kablam! | Sep 02 06:20:58.198 INFO kablam! 53 | #[structopt(long = "lastfm-username")] Sep 02 06:20:58.198 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 06:20:58.198 INFO kablam! | Sep 02 06:20:58.198 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 02 06:20:58.198 INFO kablam! Sep 02 06:20:58.199 INFO kablam! error: aborting due to 6 previous errors Sep 02 06:20:58.199 INFO kablam! Sep 02 06:20:58.199 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 02 06:20:58.227 INFO kablam! error: Could not compile `npbot`. Sep 02 06:20:58.227 INFO kablam! Sep 02 06:20:58.227 INFO kablam! To learn more, run the command again with --verbose. Sep 02 06:20:58.228 INFO kablam! su: No module specific data is present Sep 02 06:20:58.745 INFO running `"docker" "rm" "-f" "50a939ac155bd74a8c2bde0f7a5587d5384d3b8505a15709bec909ecacefdce3"` Sep 02 06:20:58.858 INFO blam! 50a939ac155bd74a8c2bde0f7a5587d5384d3b8505a15709bec909ecacefdce3