Sep 19 21:43:49.398 INFO checking npbot-1.0.0 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 19 21:43:49.398 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 19 21:43:49.398 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-6/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 21:43:49.666 INFO blam! 0e3c866114d2a8849fcbb068973a32ac4ffe782ff6d4a272a84fd7f9b71f3324 Sep 19 21:43:49.679 INFO running `"docker" "start" "-a" "0e3c866114d2a8849fcbb068973a32ac4ffe782ff6d4a272a84fd7f9b71f3324"` Sep 19 21:43:51.178 INFO kablam! usermod: no changes Sep 19 21:43:51.898 INFO kablam! Checking serde_xml v0.9.1 Sep 19 21:43:51.923 INFO kablam! Checking serde-xml-rs v0.2.1 Sep 19 21:43:51.971 INFO kablam! Compiling structopt-derive v0.2.10 Sep 19 21:43:51.980 INFO kablam! Checking rayon v0.9.0 Sep 19 21:43:51.980 INFO kablam! Checking mammut v0.10.1 Sep 19 21:43:58.995 INFO kablam! Checking structopt v0.2.10 Sep 19 21:43:59.448 INFO kablam! Checking quicli v0.2.0 Sep 19 21:44:00.536 INFO kablam! Checking npbot v1.0.0 (/source) Sep 19 21:44:03.230 INFO kablam! error: cannot determine resolution for the derive macro `StructOpt` Sep 19 21:44:03.230 INFO kablam! --> src/main.rs:39:10 Sep 19 21:44:03.230 INFO kablam! | Sep 19 21:44:03.230 INFO kablam! 39 | #[derive(StructOpt)] Sep 19 21:44:03.230 INFO kablam! | ^^^^^^^^^ Sep 19 21:44:03.230 INFO kablam! | Sep 19 21:44:03.230 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 19 21:44:03.231 INFO kablam! Sep 19 21:44:03.243 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 19 21:44:03.243 INFO kablam! --> src/main.rs:41:5 Sep 19 21:44:03.243 INFO kablam! | Sep 19 21:44:03.243 INFO kablam! 41 | #[structopt(short = "d", long = "debug", help = "only use the local, println!() sink")] Sep 19 21:44:03.243 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 21:44:03.243 INFO kablam! | Sep 19 21:44:03.243 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 19 21:44:03.243 INFO kablam! Sep 19 21:44:03.243 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 19 21:44:03.243 INFO kablam! --> src/main.rs:43:5 Sep 19 21:44:03.243 INFO kablam! | Sep 19 21:44:03.243 INFO kablam! 43 | #[structopt(long = "verbose", short = "v", parse(from_occurrences))] Sep 19 21:44:03.243 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 21:44:03.243 INFO kablam! | Sep 19 21:44:03.243 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 19 21:44:03.243 INFO kablam! Sep 19 21:44:03.243 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 19 21:44:03.243 INFO kablam! --> src/main.rs:47:5 Sep 19 21:44:03.243 INFO kablam! | Sep 19 21:44:03.243 INFO kablam! 47 | #[structopt(long = "soundtouch-host")] Sep 19 21:44:03.244 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 21:44:03.244 INFO kablam! | Sep 19 21:44:03.244 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 19 21:44:03.244 INFO kablam! Sep 19 21:44:03.244 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 19 21:44:03.244 INFO kablam! --> src/main.rs:51:5 Sep 19 21:44:03.244 INFO kablam! | Sep 19 21:44:03.244 INFO kablam! 51 | #[structopt(long = "lastfm-api-key")] Sep 19 21:44:03.244 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 21:44:03.244 INFO kablam! | Sep 19 21:44:03.244 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 19 21:44:03.244 INFO kablam! Sep 19 21:44:03.244 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 19 21:44:03.244 INFO kablam! --> src/main.rs:53:5 Sep 19 21:44:03.244 INFO kablam! | Sep 19 21:44:03.244 INFO kablam! 53 | #[structopt(long = "lastfm-username")] Sep 19 21:44:03.244 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 21:44:03.244 INFO kablam! | Sep 19 21:44:03.244 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 19 21:44:03.244 INFO kablam! Sep 19 21:44:03.251 INFO kablam! error: aborting due to 6 previous errors Sep 19 21:44:03.251 INFO kablam! Sep 19 21:44:03.251 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 19 21:44:03.256 INFO kablam! error: Could not compile `npbot`. Sep 19 21:44:03.256 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 21:44:03.328 INFO kablam! error: cannot determine resolution for the derive macro `StructOpt` Sep 19 21:44:03.328 INFO kablam! --> src/main.rs:39:10 Sep 19 21:44:03.328 INFO kablam! | Sep 19 21:44:03.328 INFO kablam! 39 | #[derive(StructOpt)] Sep 19 21:44:03.328 INFO kablam! | ^^^^^^^^^ Sep 19 21:44:03.328 INFO kablam! | Sep 19 21:44:03.328 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 19 21:44:03.328 INFO kablam! Sep 19 21:44:03.345 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 19 21:44:03.346 INFO kablam! --> src/main.rs:41:5 Sep 19 21:44:03.346 INFO kablam! | Sep 19 21:44:03.346 INFO kablam! 41 | #[structopt(short = "d", long = "debug", help = "only use the local, println!() sink")] Sep 19 21:44:03.346 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 21:44:03.346 INFO kablam! | Sep 19 21:44:03.346 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 19 21:44:03.346 INFO kablam! Sep 19 21:44:03.346 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 19 21:44:03.346 INFO kablam! --> src/main.rs:43:5 Sep 19 21:44:03.346 INFO kablam! | Sep 19 21:44:03.346 INFO kablam! 43 | #[structopt(long = "verbose", short = "v", parse(from_occurrences))] Sep 19 21:44:03.346 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 21:44:03.346 INFO kablam! | Sep 19 21:44:03.346 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 19 21:44:03.346 INFO kablam! Sep 19 21:44:03.346 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 19 21:44:03.346 INFO kablam! --> src/main.rs:47:5 Sep 19 21:44:03.346 INFO kablam! | Sep 19 21:44:03.346 INFO kablam! 47 | #[structopt(long = "soundtouch-host")] Sep 19 21:44:03.346 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 21:44:03.346 INFO kablam! | Sep 19 21:44:03.346 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 19 21:44:03.346 INFO kablam! Sep 19 21:44:03.346 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 19 21:44:03.346 INFO kablam! --> src/main.rs:51:5 Sep 19 21:44:03.346 INFO kablam! | Sep 19 21:44:03.346 INFO kablam! 51 | #[structopt(long = "lastfm-api-key")] Sep 19 21:44:03.346 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 21:44:03.346 INFO kablam! | Sep 19 21:44:03.346 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 19 21:44:03.346 INFO kablam! Sep 19 21:44:03.346 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 19 21:44:03.346 INFO kablam! --> src/main.rs:53:5 Sep 19 21:44:03.346 INFO kablam! | Sep 19 21:44:03.346 INFO kablam! 53 | #[structopt(long = "lastfm-username")] Sep 19 21:44:03.346 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 21:44:03.346 INFO kablam! | Sep 19 21:44:03.346 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 19 21:44:03.346 INFO kablam! Sep 19 21:44:03.348 INFO kablam! error: aborting due to 6 previous errors Sep 19 21:44:03.348 INFO kablam! Sep 19 21:44:03.348 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 19 21:44:03.378 INFO kablam! error: Could not compile `npbot`. Sep 19 21:44:03.378 INFO kablam! Sep 19 21:44:03.378 INFO kablam! To learn more, run the command again with --verbose. Sep 19 21:44:03.380 INFO kablam! su: No module specific data is present Sep 19 21:44:03.967 INFO running `"docker" "rm" "-f" "0e3c866114d2a8849fcbb068973a32ac4ffe782ff6d4a272a84fd7f9b71f3324"` Sep 19 21:44:04.060 INFO blam! 0e3c866114d2a8849fcbb068973a32ac4ffe782ff6d4a272a84fd7f9b71f3324