Sep 04 12:40:17.414 INFO checking npbot-1.0.0 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 12:40:17.414 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 12:40:17.414 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-1/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 12:40:17.558 INFO blam! 9fb214633b3c60466b5279794a30be1a4445da0333756cd109ae471fe5f50419 Sep 04 12:40:17.559 INFO running `"docker" "start" "-a" "9fb214633b3c60466b5279794a30be1a4445da0333756cd109ae471fe5f50419"` Sep 04 12:40:18.570 INFO kablam! Checking serde_xml v0.9.1 Sep 04 12:40:18.573 INFO kablam! Checking dotenv v0.11.0 Sep 04 12:40:18.574 INFO kablam! Checking quicli v0.2.0 Sep 04 12:40:18.575 INFO kablam! Checking mammut v0.10.1 Sep 04 12:40:25.523 INFO kablam! Checking npbot v1.0.0 (file:///source) Sep 04 12:40:31.982 INFO kablam! error: cannot determine resolution for the derive macro `StructOpt` Sep 04 12:40:31.982 INFO kablam! --> src/main.rs:39:10 Sep 04 12:40:31.982 INFO kablam! | Sep 04 12:40:31.982 INFO kablam! 39 | #[derive(StructOpt)] Sep 04 12:40:31.982 INFO kablam! | ^^^^^^^^^ Sep 04 12:40:31.982 INFO kablam! | Sep 04 12:40:31.982 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 12:40:31.982 INFO kablam! Sep 04 12:40:31.994 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 04 12:40:31.995 INFO kablam! --> src/main.rs:41:5 Sep 04 12:40:31.995 INFO kablam! | Sep 04 12:40:31.995 INFO kablam! 41 | #[structopt(short = "d", long = "debug", help = "only use the local, println!() sink")] Sep 04 12:40:31.995 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 12:40:31.995 INFO kablam! | Sep 04 12:40:31.995 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 12:40:31.995 INFO kablam! Sep 04 12:40:31.995 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 04 12:40:31.995 INFO kablam! --> src/main.rs:43:5 Sep 04 12:40:31.995 INFO kablam! | Sep 04 12:40:31.995 INFO kablam! 43 | #[structopt(long = "verbose", short = "v", parse(from_occurrences))] Sep 04 12:40:31.995 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 12:40:31.995 INFO kablam! | Sep 04 12:40:31.995 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 12:40:31.996 INFO kablam! Sep 04 12:40:31.996 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 04 12:40:31.996 INFO kablam! --> src/main.rs:47:5 Sep 04 12:40:31.996 INFO kablam! | Sep 04 12:40:31.996 INFO kablam! 47 | #[structopt(long = "soundtouch-host")] Sep 04 12:40:31.996 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 12:40:31.996 INFO kablam! | Sep 04 12:40:31.996 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 12:40:31.996 INFO kablam! Sep 04 12:40:31.996 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 04 12:40:31.996 INFO kablam! --> src/main.rs:51:5 Sep 04 12:40:31.996 INFO kablam! | Sep 04 12:40:31.996 INFO kablam! 51 | #[structopt(long = "lastfm-api-key")] Sep 04 12:40:31.996 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 12:40:31.996 INFO kablam! | Sep 04 12:40:31.997 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 12:40:31.997 INFO kablam! Sep 04 12:40:31.997 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 04 12:40:31.997 INFO kablam! --> src/main.rs:53:5 Sep 04 12:40:31.997 INFO kablam! | Sep 04 12:40:31.997 INFO kablam! 53 | #[structopt(long = "lastfm-username")] Sep 04 12:40:31.998 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 12:40:31.998 INFO kablam! | Sep 04 12:40:31.998 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 12:40:31.998 INFO kablam! Sep 04 12:40:31.998 INFO kablam! error: aborting due to 6 previous errors Sep 04 12:40:31.998 INFO kablam! Sep 04 12:40:31.998 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 04 12:40:32.007 INFO kablam! error: Could not compile `npbot`. Sep 04 12:40:32.007 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 12:40:32.317 INFO kablam! error: cannot determine resolution for the derive macro `StructOpt` Sep 04 12:40:32.317 INFO kablam! --> src/main.rs:39:10 Sep 04 12:40:32.317 INFO kablam! | Sep 04 12:40:32.317 INFO kablam! 39 | #[derive(StructOpt)] Sep 04 12:40:32.317 INFO kablam! | ^^^^^^^^^ Sep 04 12:40:32.317 INFO kablam! | Sep 04 12:40:32.317 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 12:40:32.317 INFO kablam! Sep 04 12:40:32.330 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 04 12:40:32.330 INFO kablam! --> src/main.rs:41:5 Sep 04 12:40:32.330 INFO kablam! | Sep 04 12:40:32.330 INFO kablam! 41 | #[structopt(short = "d", long = "debug", help = "only use the local, println!() sink")] Sep 04 12:40:32.330 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 12:40:32.330 INFO kablam! | Sep 04 12:40:32.330 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 12:40:32.330 INFO kablam! Sep 04 12:40:32.330 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 04 12:40:32.330 INFO kablam! --> src/main.rs:43:5 Sep 04 12:40:32.330 INFO kablam! | Sep 04 12:40:32.330 INFO kablam! 43 | #[structopt(long = "verbose", short = "v", parse(from_occurrences))] Sep 04 12:40:32.330 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 12:40:32.330 INFO kablam! | Sep 04 12:40:32.330 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 12:40:32.330 INFO kablam! Sep 04 12:40:32.330 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 04 12:40:32.330 INFO kablam! --> src/main.rs:47:5 Sep 04 12:40:32.330 INFO kablam! | Sep 04 12:40:32.330 INFO kablam! 47 | #[structopt(long = "soundtouch-host")] Sep 04 12:40:32.330 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 12:40:32.330 INFO kablam! | Sep 04 12:40:32.330 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 12:40:32.330 INFO kablam! Sep 04 12:40:32.331 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 04 12:40:32.331 INFO kablam! --> src/main.rs:51:5 Sep 04 12:40:32.331 INFO kablam! | Sep 04 12:40:32.331 INFO kablam! 51 | #[structopt(long = "lastfm-api-key")] Sep 04 12:40:32.331 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 12:40:32.331 INFO kablam! | Sep 04 12:40:32.331 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 12:40:32.331 INFO kablam! Sep 04 12:40:32.331 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 04 12:40:32.331 INFO kablam! --> src/main.rs:53:5 Sep 04 12:40:32.331 INFO kablam! | Sep 04 12:40:32.331 INFO kablam! 53 | #[structopt(long = "lastfm-username")] Sep 04 12:40:32.331 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 12:40:32.331 INFO kablam! | Sep 04 12:40:32.331 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 12:40:32.331 INFO kablam! Sep 04 12:40:32.332 INFO kablam! error: aborting due to 6 previous errors Sep 04 12:40:32.332 INFO kablam! Sep 04 12:40:32.332 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 04 12:40:32.351 INFO kablam! error: Could not compile `npbot`. Sep 04 12:40:32.351 INFO kablam! Sep 04 12:40:32.351 INFO kablam! To learn more, run the command again with --verbose. Sep 04 12:40:32.352 INFO kablam! su: No module specific data is present Sep 04 12:40:32.785 INFO running `"docker" "rm" "-f" "9fb214633b3c60466b5279794a30be1a4445da0333756cd109ae471fe5f50419"` Sep 04 12:40:32.881 INFO blam! 9fb214633b3c60466b5279794a30be1a4445da0333756cd109ae471fe5f50419