[INFO] crate npbot 1.0.0 is already in cache [INFO] extracting crate npbot 1.0.0 into work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/npbot/1.0.0 [INFO] extracting crate npbot 1.0.0 into work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/npbot/1.0.0 [INFO] validating manifest of npbot-1.0.0 on toolchain master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of npbot-1.0.0 on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing npbot-1.0.0 [INFO] finished frobbing npbot-1.0.0 [INFO] frobbed toml for npbot-1.0.0 written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/npbot/1.0.0/Cargo.toml [INFO] started frobbing npbot-1.0.0 [INFO] finished frobbing npbot-1.0.0 [INFO] frobbed toml for npbot-1.0.0 written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/npbot/1.0.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking npbot-1.0.0 against try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-3/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/npbot/1.0.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] bc440fd63c79e3d91a56d03bec0cf1520110e64e865e0e4532b363d3e62e134a [INFO] running `"docker" "start" "-a" "bc440fd63c79e3d91a56d03bec0cf1520110e64e865e0e4532b363d3e62e134a"` [INFO] [stderr] Checking serde_xml v0.9.1 [INFO] [stderr] Checking rayon v0.9.0 [INFO] [stderr] Checking mammut v0.10.1 [INFO] [stderr] Checking quicli v0.2.0 [INFO] [stderr] Checking npbot v1.0.0 (/opt/crater/workdir) [INFO] [stderr] error: cannot determine resolution for the derive macro `StructOpt` [INFO] [stderr] --> src/main.rs:39:10 [INFO] [stderr] | [INFO] [stderr] 39 | #[derive(StructOpt)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0658]: the attribute `structopt` is currently unknown to the compiler and may have meaning added to it in the future [INFO] [stderr] --> src/main.rs:41:5 [INFO] [stderr] | [INFO] [stderr] 41 | #[structopt(short = "d", long = "debug", help = "only use the local, println!() sink")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/29642 [INFO] [stderr] = help: add `#![feature(custom_attribute)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: the attribute `structopt` is currently unknown to the compiler and may have meaning added to it in the future [INFO] [stderr] --> src/main.rs:43:5 [INFO] [stderr] | [INFO] [stderr] 43 | #[structopt(long = "verbose", short = "v", parse(from_occurrences))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/29642 [INFO] [stderr] = help: add `#![feature(custom_attribute)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: the attribute `structopt` is currently unknown to the compiler and may have meaning added to it in the future [INFO] [stderr] --> src/main.rs:47:5 [INFO] [stderr] | [INFO] [stderr] 47 | #[structopt(long = "soundtouch-host")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/29642 [INFO] [stderr] = help: add `#![feature(custom_attribute)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: the attribute `structopt` is currently unknown to the compiler and may have meaning added to it in the future [INFO] [stderr] --> src/main.rs:51:5 [INFO] [stderr] | [INFO] [stderr] 51 | #[structopt(long = "lastfm-api-key")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/29642 [INFO] [stderr] = help: add `#![feature(custom_attribute)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: the attribute `structopt` is currently unknown to the compiler and may have meaning added to it in the future [INFO] [stderr] --> src/main.rs:53:5 [INFO] [stderr] | [INFO] [stderr] 53 | #[structopt(long = "lastfm-username")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/29642 [INFO] [stderr] = help: add `#![feature(custom_attribute)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sink/sinks.rs:7:20 [INFO] [stderr] | [INFO] [stderr] 7 | sinks: Vec>, [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Sink` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/source/sources.rs:6:22 [INFO] [stderr] | [INFO] [stderr] 6 | sources: Vec>, [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Source` [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the derive macro `StructOpt` [INFO] [stderr] --> src/main.rs:39:10 [INFO] [stderr] | [INFO] [stderr] 39 | #[derive(StructOpt)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0658]: the attribute `structopt` is currently unknown to the compiler and may have meaning added to it in the future [INFO] [stderr] --> src/main.rs:41:5 [INFO] [stderr] | [INFO] [stderr] 41 | #[structopt(short = "d", long = "debug", help = "only use the local, println!() sink")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/29642 [INFO] [stderr] = help: add `#![feature(custom_attribute)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: the attribute `structopt` is currently unknown to the compiler and may have meaning added to it in the future [INFO] [stderr] --> src/main.rs:43:5 [INFO] [stderr] | [INFO] [stderr] 43 | #[structopt(long = "verbose", short = "v", parse(from_occurrences))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/29642 [INFO] [stderr] = help: add `#![feature(custom_attribute)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: the attribute `structopt` is currently unknown to the compiler and may have meaning added to it in the future [INFO] [stderr] --> src/main.rs:47:5 [INFO] [stderr] | [INFO] [stderr] 47 | #[structopt(long = "soundtouch-host")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/29642 [INFO] [stderr] = help: add `#![feature(custom_attribute)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: the attribute `structopt` is currently unknown to the compiler and may have meaning added to it in the future [INFO] [stderr] --> src/main.rs:51:5 [INFO] [stderr] | [INFO] [stderr] 51 | #[structopt(long = "lastfm-api-key")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/29642 [INFO] [stderr] = help: add `#![feature(custom_attribute)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: the attribute `structopt` is currently unknown to the compiler and may have meaning added to it in the future [INFO] [stderr] --> src/main.rs:53:5 [INFO] [stderr] | [INFO] [stderr] 53 | #[structopt(long = "lastfm-username")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/29642 [INFO] [stderr] = help: add `#![feature(custom_attribute)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sink/sinks.rs:7:20 [INFO] [stderr] | [INFO] [stderr] 7 | sinks: Vec>, [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Sink` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/source/sources.rs:6:22 [INFO] [stderr] | [INFO] [stderr] 6 | sources: Vec>, [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Source` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_args` found for type `Opt` in the current scope [INFO] [stderr] --> src/main.rs:84:1 [INFO] [stderr] | [INFO] [stderr] 40 | pub(crate) struct Opt { [INFO] [stderr] | --------------------- function or associated item `from_args` not found for this [INFO] [stderr] ... [INFO] [stderr] 84 | / main!(|cli_args: Opt, log_level: verbose| { [INFO] [stderr] 85 | | dotenv::dotenv().expect("Couldn't run dotenv"); [INFO] [stderr] 86 | | [INFO] [stderr] 87 | | let debug_flag = cli_args.debug; [INFO] [stderr] ... | [INFO] [stderr] 99 | | run_loop(sources, sinks)?; [INFO] [stderr] 100 | | }); [INFO] [stderr] | |___^ function or associated item not found in `Opt` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stderr] = note: the following trait defines an item `from_args`, perhaps you need to implement it: [INFO] [stderr] candidate #1: `quicli::prelude::StructOpt` [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_args` found for type `Opt` in the current scope [INFO] [stderr] --> src/main.rs:84:1 [INFO] [stderr] | [INFO] [stderr] 40 | pub(crate) struct Opt { [INFO] [stderr] | --------------------- function or associated item `from_args` not found for this [INFO] [stderr] ... [INFO] [stderr] 84 | / main!(|cli_args: Opt, log_level: verbose| { [INFO] [stderr] 85 | | dotenv::dotenv().expect("Couldn't run dotenv"); [INFO] [stderr] 86 | | [INFO] [stderr] 87 | | let debug_flag = cli_args.debug; [INFO] [stderr] ... | [INFO] [stderr] 99 | | run_loop(sources, sinks)?; [INFO] [stderr] 100 | | }); [INFO] [stderr] | |___^ function or associated item not found in `Opt` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stderr] = note: the following trait defines an item `from_args`, perhaps you need to implement it: [INFO] [stderr] candidate #1: `quicli::prelude::StructOpt` [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0599, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0599`. [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0599, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0599`. [INFO] [stderr] error: Could not compile `npbot`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `npbot`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "bc440fd63c79e3d91a56d03bec0cf1520110e64e865e0e4532b363d3e62e134a"` [INFO] running `"docker" "rm" "-f" "bc440fd63c79e3d91a56d03bec0cf1520110e64e865e0e4532b363d3e62e134a"` [INFO] [stdout] bc440fd63c79e3d91a56d03bec0cf1520110e64e865e0e4532b363d3e62e134a