Aug 31 20:14:40.693 INFO checking npbot-1.0.0 against try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b for pr-53578 Aug 31 20:14:40.693 INFO running: cargo +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets Aug 31 20:14:40.693 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53578/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-0/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/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 +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Aug 31 20:14:40.889 INFO blam! ea1958a59a3eb005b41bf823031441cdba6c328084ff1afc00183e7f89b8cde7 Aug 31 20:14:40.891 INFO running `"docker" "start" "-a" "ea1958a59a3eb005b41bf823031441cdba6c328084ff1afc00183e7f89b8cde7"` Aug 31 20:14:41.782 INFO kablam! Checking serde_xml v0.9.1 Aug 31 20:14:41.786 INFO kablam! Checking structopt v0.2.10 Aug 31 20:14:41.786 INFO kablam! Checking rayon v0.9.0 Aug 31 20:14:41.790 INFO kablam! Checking mammut v0.10.1 Aug 31 20:14:48.241 INFO kablam! Checking quicli v0.2.0 Aug 31 20:14:50.258 INFO kablam! Checking npbot v1.0.0 (file:///source) Aug 31 20:14:56.101 INFO kablam! error: cannot determine resolution for the derive macro `StructOpt` Aug 31 20:14:56.101 INFO kablam! --> src/main.rs:39:10 Aug 31 20:14:56.101 INFO kablam! | Aug 31 20:14:56.101 INFO kablam! 39 | #[derive(StructOpt)] Aug 31 20:14:56.101 INFO kablam! | ^^^^^^^^^ Aug 31 20:14:56.101 INFO kablam! | Aug 31 20:14:56.101 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Aug 31 20:14:56.101 INFO kablam! Aug 31 20:14:56.116 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) Aug 31 20:14:56.116 INFO kablam! --> src/main.rs:41:5 Aug 31 20:14:56.116 INFO kablam! | Aug 31 20:14:56.117 INFO kablam! 41 | #[structopt(short = "d", long = "debug", help = "only use the local, println!() sink")] Aug 31 20:14:56.117 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 20:14:56.117 INFO kablam! | Aug 31 20:14:56.117 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 31 20:14:56.117 INFO kablam! Aug 31 20:14:56.117 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) Aug 31 20:14:56.117 INFO kablam! --> src/main.rs:43:5 Aug 31 20:14:56.117 INFO kablam! | Aug 31 20:14:56.117 INFO kablam! 43 | #[structopt(long = "verbose", short = "v", parse(from_occurrences))] Aug 31 20:14:56.117 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 20:14:56.117 INFO kablam! | Aug 31 20:14:56.117 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 31 20:14:56.117 INFO kablam! Aug 31 20:14:56.117 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) Aug 31 20:14:56.118 INFO kablam! --> src/main.rs:47:5 Aug 31 20:14:56.118 INFO kablam! | Aug 31 20:14:56.118 INFO kablam! 47 | #[structopt(long = "soundtouch-host")] Aug 31 20:14:56.118 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 20:14:56.118 INFO kablam! | Aug 31 20:14:56.118 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 31 20:14:56.118 INFO kablam! Aug 31 20:14:56.118 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) Aug 31 20:14:56.118 INFO kablam! --> src/main.rs:51:5 Aug 31 20:14:56.118 INFO kablam! | Aug 31 20:14:56.118 INFO kablam! 51 | #[structopt(long = "lastfm-api-key")] Aug 31 20:14:56.118 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 20:14:56.118 INFO kablam! | Aug 31 20:14:56.118 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 31 20:14:56.118 INFO kablam! Aug 31 20:14:56.118 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) Aug 31 20:14:56.118 INFO kablam! --> src/main.rs:53:5 Aug 31 20:14:56.118 INFO kablam! | Aug 31 20:14:56.118 INFO kablam! 53 | #[structopt(long = "lastfm-username")] Aug 31 20:14:56.118 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 20:14:56.118 INFO kablam! | Aug 31 20:14:56.118 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 31 20:14:56.118 INFO kablam! Aug 31 20:14:56.124 INFO kablam! error: aborting due to 6 previous errors Aug 31 20:14:56.124 INFO kablam! Aug 31 20:14:56.124 INFO kablam! For more information about this error, try `rustc --explain E0658`. Aug 31 20:14:56.132 INFO kablam! error: Could not compile `npbot`. Aug 31 20:14:56.132 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 31 20:14:56.880 INFO kablam! error: cannot determine resolution for the derive macro `StructOpt` Aug 31 20:14:56.880 INFO kablam! --> src/main.rs:39:10 Aug 31 20:14:56.881 INFO kablam! | Aug 31 20:14:56.881 INFO kablam! 39 | #[derive(StructOpt)] Aug 31 20:14:56.881 INFO kablam! | ^^^^^^^^^ Aug 31 20:14:56.881 INFO kablam! | Aug 31 20:14:56.881 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Aug 31 20:14:56.881 INFO kablam! Aug 31 20:14:56.894 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) Aug 31 20:14:56.894 INFO kablam! --> src/main.rs:41:5 Aug 31 20:14:56.894 INFO kablam! | Aug 31 20:14:56.895 INFO kablam! 41 | #[structopt(short = "d", long = "debug", help = "only use the local, println!() sink")] Aug 31 20:14:56.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 20:14:56.895 INFO kablam! | Aug 31 20:14:56.895 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 31 20:14:56.895 INFO kablam! Aug 31 20:14:56.895 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) Aug 31 20:14:56.895 INFO kablam! --> src/main.rs:43:5 Aug 31 20:14:56.895 INFO kablam! | Aug 31 20:14:56.895 INFO kablam! 43 | #[structopt(long = "verbose", short = "v", parse(from_occurrences))] Aug 31 20:14:56.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 20:14:56.895 INFO kablam! | Aug 31 20:14:56.895 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 31 20:14:56.895 INFO kablam! Aug 31 20:14:56.895 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) Aug 31 20:14:56.895 INFO kablam! --> src/main.rs:47:5 Aug 31 20:14:56.895 INFO kablam! | Aug 31 20:14:56.895 INFO kablam! 47 | #[structopt(long = "soundtouch-host")] Aug 31 20:14:56.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 20:14:56.895 INFO kablam! | Aug 31 20:14:56.895 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 31 20:14:56.895 INFO kablam! Aug 31 20:14:56.895 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) Aug 31 20:14:56.895 INFO kablam! --> src/main.rs:51:5 Aug 31 20:14:56.895 INFO kablam! | Aug 31 20:14:56.896 INFO kablam! 51 | #[structopt(long = "lastfm-api-key")] Aug 31 20:14:56.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 20:14:56.896 INFO kablam! | Aug 31 20:14:56.896 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 31 20:14:56.896 INFO kablam! Aug 31 20:14:56.896 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) Aug 31 20:14:56.896 INFO kablam! --> src/main.rs:53:5 Aug 31 20:14:56.896 INFO kablam! | Aug 31 20:14:56.896 INFO kablam! 53 | #[structopt(long = "lastfm-username")] Aug 31 20:14:56.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 20:14:56.896 INFO kablam! | Aug 31 20:14:56.896 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 31 20:14:56.896 INFO kablam! Aug 31 20:14:56.897 INFO kablam! error: aborting due to 6 previous errors Aug 31 20:14:56.897 INFO kablam! Aug 31 20:14:56.897 INFO kablam! For more information about this error, try `rustc --explain E0658`. Aug 31 20:14:56.929 INFO kablam! error: Could not compile `npbot`. Aug 31 20:14:56.929 INFO kablam! Aug 31 20:14:56.929 INFO kablam! To learn more, run the command again with --verbose. Aug 31 20:14:56.931 INFO kablam! su: No module specific data is present Aug 31 20:14:57.392 INFO running `"docker" "rm" "-f" "ea1958a59a3eb005b41bf823031441cdba6c328084ff1afc00183e7f89b8cde7"` Aug 31 20:14:57.522 INFO blam! ea1958a59a3eb005b41bf823031441cdba6c328084ff1afc00183e7f89b8cde7