Aug 31 20:14:41.814 INFO checking npbot-1.0.0 against master#d0d81b7fc1421859ba0218e8a437af29ae3b0967 for pr-53578 Aug 31 20:14:41.814 INFO running: cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets Aug 31 20:14:41.814 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53578/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-2/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/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 +d0d81b7fc1421859ba0218e8a437af29ae3b0967-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:42.068 INFO blam! bc13683305c369dffafea0aef6de5ff03831c1791919d4888df2a1adc167fbd1 Aug 31 20:14:42.068 INFO running `"docker" "start" "-a" "bc13683305c369dffafea0aef6de5ff03831c1791919d4888df2a1adc167fbd1"` Aug 31 20:14:43.297 INFO kablam! Checking quicli v0.2.0 Aug 31 20:14:43.297 INFO kablam! Checking mammut v0.10.1 Aug 31 20:14:51.242 INFO kablam! Checking npbot v1.0.0 (file:///source) Aug 31 20:14:57.141 INFO kablam! error: cannot determine resolution for the derive macro `StructOpt` Aug 31 20:14:57.141 INFO kablam! --> src/main.rs:39:10 Aug 31 20:14:57.141 INFO kablam! | Aug 31 20:14:57.142 INFO kablam! 39 | #[derive(StructOpt)] Aug 31 20:14:57.142 INFO kablam! | ^^^^^^^^^ Aug 31 20:14:57.142 INFO kablam! | Aug 31 20:14:57.142 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Aug 31 20:14:57.142 INFO kablam! Aug 31 20:14:57.159 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:57.159 INFO kablam! --> src/main.rs:41:5 Aug 31 20:14:57.159 INFO kablam! | Aug 31 20:14:57.159 INFO kablam! 41 | #[structopt(short = "d", long = "debug", help = "only use the local, println!() sink")] Aug 31 20:14:57.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 20:14:57.159 INFO kablam! | Aug 31 20:14:57.159 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 31 20:14:57.159 INFO kablam! Aug 31 20:14:57.159 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:57.159 INFO kablam! --> src/main.rs:43:5 Aug 31 20:14:57.159 INFO kablam! | Aug 31 20:14:57.160 INFO kablam! 43 | #[structopt(long = "verbose", short = "v", parse(from_occurrences))] Aug 31 20:14:57.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 20:14:57.161 INFO kablam! | Aug 31 20:14:57.161 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 31 20:14:57.161 INFO kablam! Aug 31 20:14:57.161 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:57.161 INFO kablam! --> src/main.rs:47:5 Aug 31 20:14:57.161 INFO kablam! | Aug 31 20:14:57.161 INFO kablam! 47 | #[structopt(long = "soundtouch-host")] Aug 31 20:14:57.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 20:14:57.161 INFO kablam! | Aug 31 20:14:57.161 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 31 20:14:57.161 INFO kablam! Aug 31 20:14:57.161 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:57.161 INFO kablam! --> src/main.rs:51:5 Aug 31 20:14:57.162 INFO kablam! | Aug 31 20:14:57.162 INFO kablam! 51 | #[structopt(long = "lastfm-api-key")] Aug 31 20:14:57.162 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 20:14:57.162 INFO kablam! | Aug 31 20:14:57.162 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 31 20:14:57.162 INFO kablam! Aug 31 20:14:57.162 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:57.162 INFO kablam! --> src/main.rs:53:5 Aug 31 20:14:57.162 INFO kablam! | Aug 31 20:14:57.162 INFO kablam! 53 | #[structopt(long = "lastfm-username")] Aug 31 20:14:57.162 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 20:14:57.162 INFO kablam! | Aug 31 20:14:57.162 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 31 20:14:57.162 INFO kablam! Aug 31 20:14:57.163 INFO kablam! error: aborting due to 6 previous errors Aug 31 20:14:57.163 INFO kablam! Aug 31 20:14:57.163 INFO kablam! For more information about this error, try `rustc --explain E0658`. Aug 31 20:14:57.176 INFO kablam! error: Could not compile `npbot`. Aug 31 20:14:57.176 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 31 20:14:58.138 INFO kablam! error: cannot determine resolution for the derive macro `StructOpt` Aug 31 20:14:58.139 INFO kablam! --> src/main.rs:39:10 Aug 31 20:14:58.139 INFO kablam! | Aug 31 20:14:58.139 INFO kablam! 39 | #[derive(StructOpt)] Aug 31 20:14:58.139 INFO kablam! | ^^^^^^^^^ Aug 31 20:14:58.139 INFO kablam! | Aug 31 20:14:58.139 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Aug 31 20:14:58.139 INFO kablam! Aug 31 20:14:58.153 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:58.153 INFO kablam! --> src/main.rs:41:5 Aug 31 20:14:58.154 INFO kablam! | Aug 31 20:14:58.154 INFO kablam! 41 | #[structopt(short = "d", long = "debug", help = "only use the local, println!() sink")] Aug 31 20:14:58.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 20:14:58.154 INFO kablam! | Aug 31 20:14:58.154 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 31 20:14:58.154 INFO kablam! Aug 31 20:14:58.154 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:58.154 INFO kablam! --> src/main.rs:43:5 Aug 31 20:14:58.154 INFO kablam! | Aug 31 20:14:58.154 INFO kablam! 43 | #[structopt(long = "verbose", short = "v", parse(from_occurrences))] Aug 31 20:14:58.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 20:14:58.154 INFO kablam! | Aug 31 20:14:58.154 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 31 20:14:58.154 INFO kablam! Aug 31 20:14:58.154 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:58.154 INFO kablam! --> src/main.rs:47:5 Aug 31 20:14:58.154 INFO kablam! | Aug 31 20:14:58.154 INFO kablam! 47 | #[structopt(long = "soundtouch-host")] Aug 31 20:14:58.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 20:14:58.154 INFO kablam! | Aug 31 20:14:58.155 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 31 20:14:58.155 INFO kablam! Aug 31 20:14:58.155 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:58.155 INFO kablam! --> src/main.rs:51:5 Aug 31 20:14:58.155 INFO kablam! | Aug 31 20:14:58.155 INFO kablam! 51 | #[structopt(long = "lastfm-api-key")] Aug 31 20:14:58.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 20:14:58.155 INFO kablam! | Aug 31 20:14:58.155 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 31 20:14:58.155 INFO kablam! Aug 31 20:14:58.155 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:58.155 INFO kablam! --> src/main.rs:53:5 Aug 31 20:14:58.155 INFO kablam! | Aug 31 20:14:58.155 INFO kablam! 53 | #[structopt(long = "lastfm-username")] Aug 31 20:14:58.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 20:14:58.155 INFO kablam! | Aug 31 20:14:58.155 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 31 20:14:58.156 INFO kablam! Aug 31 20:14:58.156 INFO kablam! error: aborting due to 6 previous errors Aug 31 20:14:58.156 INFO kablam! Aug 31 20:14:58.156 INFO kablam! For more information about this error, try `rustc --explain E0658`. Aug 31 20:14:58.184 INFO kablam! error: Could not compile `npbot`. Aug 31 20:14:58.184 INFO kablam! Aug 31 20:14:58.184 INFO kablam! To learn more, run the command again with --verbose. Aug 31 20:14:58.186 INFO kablam! su: No module specific data is present Aug 31 20:14:58.558 INFO running `"docker" "rm" "-f" "bc13683305c369dffafea0aef6de5ff03831c1791919d4888df2a1adc167fbd1"` Aug 31 20:14:58.695 INFO blam! bc13683305c369dffafea0aef6de5ff03831c1791919d4888df2a1adc167fbd1