[INFO] fetching crate bpaf 0.9.6...
[INFO] checking bpaf-0.9.6 against master#c2f2db79ca3024f68d22b45aa22b570775c2c4ad for pr-124157
[INFO] extracting crate bpaf 0.9.6 into /workspace/builds/worker-6-tc1/source
[INFO] validating manifest of crates.io crate bpaf 0.9.6 on toolchain c2f2db79ca3024f68d22b45aa22b570775c2c4ad
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate bpaf 0.9.6
[INFO] finished tweaking crates.io crate bpaf 0.9.6
[INFO] tweaked toml for crates.io crate bpaf 0.9.6 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] crate crates.io crate bpaf 0.9.6 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded supports-color v2.0.0
[INFO] [stderr]   Downloaded is_ci v1.1.1
[INFO] [stderr]   Downloaded bpaf_derive v0.5.6
[INFO] [stderr]   Downloaded is-terminal v0.4.8
[INFO] [stderr]   Downloaded quote v1.0.31
[INFO] [stderr]   Downloaded rustix v0.38.1
[INFO] [stderr]   Downloaded linux-raw-sys v0.4.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 73c18cb5c619ccedd5293820f50af53241ec10d7eb45d27489ea3d05423a761e
[INFO] running `Command { std: "docker" "start" "-a" "73c18cb5c619ccedd5293820f50af53241ec10d7eb45d27489ea3d05423a761e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "73c18cb5c619ccedd5293820f50af53241ec10d7eb45d27489ea3d05423a761e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "73c18cb5c619ccedd5293820f50af53241ec10d7eb45d27489ea3d05423a761e", kill_on_drop: false }`
[INFO] [stdout] 73c18cb5c619ccedd5293820f50af53241ec10d7eb45d27489ea3d05423a761e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 358f7bcf52756ea1cc2de759653ba407edc1af1fdf45cea99570deaa6810625f
[INFO] running `Command { std: "docker" "start" "-a" "358f7bcf52756ea1cc2de759653ba407edc1af1fdf45cea99570deaa6810625f", kill_on_drop: false }`
[INFO] [stderr]     Checking bpaf v0.9.6 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `bpaf`
[INFO] [stdout]   --> src/tests.rs:88:9
[INFO] [stdout]    |
[INFO] [stdout] 88 |     use bpaf::*;
[INFO] [stdout]    |         ^^^^ use of undeclared crate or module `bpaf`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `construct` in this scope
[INFO] [stdout]   --> src/tests.rs:89:18
[INFO] [stdout]    |
[INFO] [stdout] 89 |     let parser = construct!(a(short('a').switch()), b(short('b').switch())).to_options();
[INFO] [stdout]    |                  ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: have you added the `#[macro_use]` on the module/import?
[INFO] [stdout] help: consider importing this macro through its public re-export
[INFO] [stdout]    |
[INFO] [stdout] 1  + use crate::construct;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `help`
[INFO] [stdout]    --> src/params.rs:794:5
[INFO] [stdout]     |
[INFO] [stdout] 794 |     help: &Option<Doc>,
[INFO] [stdout]     |     ^^^^ help: if this is intentional, prefix it with an underscore: `_help`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `help`
[INFO] [stdout]    --> src/params.rs:794:5
[INFO] [stdout]     |
[INFO] [stdout] 794 |     help: &Option<Doc>,
[INFO] [stdout]     |     ^^^^ help: if this is intentional, prefix it with an underscore: `_help`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bpaf` (lib test) due to 3 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "358f7bcf52756ea1cc2de759653ba407edc1af1fdf45cea99570deaa6810625f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "358f7bcf52756ea1cc2de759653ba407edc1af1fdf45cea99570deaa6810625f", kill_on_drop: false }`
[INFO] [stdout] 358f7bcf52756ea1cc2de759653ba407edc1af1fdf45cea99570deaa6810625f
[INFO] checking bpaf-0.9.6 against try#9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88 for pr-124157
[INFO] extracting crate bpaf 0.9.6 into /workspace/builds/worker-6-tc2/source
[INFO] validating manifest of crates.io crate bpaf 0.9.6 on toolchain 9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate bpaf 0.9.6
[INFO] finished tweaking crates.io crate bpaf 0.9.6
[INFO] tweaked toml for crates.io crate bpaf 0.9.6 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] crate crates.io crate bpaf 0.9.6 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] efa969460f9021345543146678966bd6e5052336581161b4d0561c2e4cdfa0ab
[INFO] running `Command { std: "docker" "start" "-a" "efa969460f9021345543146678966bd6e5052336581161b4d0561c2e4cdfa0ab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "efa969460f9021345543146678966bd6e5052336581161b4d0561c2e4cdfa0ab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "efa969460f9021345543146678966bd6e5052336581161b4d0561c2e4cdfa0ab", kill_on_drop: false }`
[INFO] [stdout] efa969460f9021345543146678966bd6e5052336581161b4d0561c2e4cdfa0ab
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 99479e0d8890c0df805aa80e931eda8f0a98965681918cb918e4b66b7cba8829
[INFO] running `Command { std: "docker" "start" "-a" "99479e0d8890c0df805aa80e931eda8f0a98965681918cb918e4b66b7cba8829", kill_on_drop: false }`
[INFO] [stderr]     Checking bpaf v0.9.6 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `bpaf`
[INFO] [stdout]   --> src/tests.rs:88:9
[INFO] [stdout]    |
[INFO] [stdout] 88 |     use bpaf::*;
[INFO] [stdout]    |         ^^^^ use of undeclared crate or module `bpaf`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `construct` in this scope
[INFO] [stdout]   --> src/tests.rs:89:18
[INFO] [stdout]    |
[INFO] [stdout] 89 |     let parser = construct!(a(short('a').switch()), b(short('b').switch())).to_options();
[INFO] [stdout]    |                  ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: have you added the `#[macro_use]` on the module/import?
[INFO] [stdout] help: consider importing this macro through its public re-export
[INFO] [stdout]    |
[INFO] [stdout] 1  + use crate::construct;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `help`
[INFO] [stdout]    --> src/params.rs:794:5
[INFO] [stdout]     |
[INFO] [stdout] 794 |     help: &Option<Doc>,
[INFO] [stdout]     |     ^^^^ help: if this is intentional, prefix it with an underscore: `_help`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `help`
[INFO] [stdout]    --> src/params.rs:794:5
[INFO] [stdout]     |
[INFO] [stdout] 794 |     help: &Option<Doc>,
[INFO] [stdout]     |     ^^^^ help: if this is intentional, prefix it with an underscore: `_help`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bpaf` (lib test) due to 3 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: cannot find derive macro `Bpaf` in this scope
[INFO] [stdout]   --> examples/derive_commands.rs:19:24
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[derive(Debug, Clone, Bpaf)]
[INFO] [stdout]    |                        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `bpaf` in this scope
[INFO] [stdout]   --> examples/derive_commands.rs:20:3
[INFO] [stdout]    |
[INFO] [stdout] 20 | #[bpaf(options("hackerman"))]
[INFO] [stdout]    |   ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `bpaf` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `bpaf` in this scope
[INFO] [stdout]   --> examples/derive_commands.rs:22:7
[INFO] [stdout]    |
[INFO] [stdout] 22 |     #[bpaf(command("explain"))]
[INFO] [stdout]    |       ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `bpaf` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Bpaf` in this scope
[INFO] [stdout]   --> examples/simple_dynamic.rs:35:30
[INFO] [stdout]    |
[INFO] [stdout] 35 | #[derive(Debug, Clone, Copy, Bpaf)]
[INFO] [stdout]    |                              ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `bpaf` in this scope
[INFO] [stdout]   --> examples/derive_commands.rs:24:11
[INFO] [stdout]    |
[INFO] [stdout] 24 |         #[bpaf(positional("CRATE"))]
[INFO] [stdout]    |           ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `bpaf` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `bpaf` in this scope
[INFO] [stdout]   --> examples/derive_commands.rs:26:11
[INFO] [stdout]    |
[INFO] [stdout] 26 |         #[bpaf(external(feature_if))]
[INFO] [stdout]    |           ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `bpaf` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `bpaf` in this scope
[INFO] [stdout]   --> examples/derive_commands.rs:28:11
[INFO] [stdout]    |
[INFO] [stdout] 28 |         #[bpaf(external(version_if))]
[INFO] [stdout]    |           ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `bpaf` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `bpaf` in this scope
[INFO] [stdout]   --> examples/simple_dynamic.rs:37:3
[INFO] [stdout]    |
[INFO] [stdout] 37 | #[bpaf(fallback(Format::Text))]
[INFO] [stdout]    |   ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `bpaf` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Bpaf` in this scope
[INFO] [stdout]   --> examples/simple_dynamic.rs:47:24
[INFO] [stdout]    |
[INFO] [stdout] 47 | #[derive(Debug, Clone, Bpaf)]
[INFO] [stdout]    |                        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `bpaf::Bpaf`, `bpaf::ShellComp`
[INFO] [stdout]    --> examples/derive_show_asm.rs:4:29
[INFO] [stdout]     |
[INFO] [stdout] 4   | use bpaf::{construct, long, Bpaf, Parser, ShellComp};
[INFO] [stdout]     |                             ^^^^          ^^^^^^^^^ no `ShellComp` in the root
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             no `Bpaf` in the root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/lib.rs:239:22
[INFO] [stdout]     |
[INFO] [stdout] 239 | pub use bpaf_derive::Bpaf;
[INFO] [stdout]     |                      ^^^^
[INFO] [stdout]     = note: the item is gated behind the `bpaf_derive` feature
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/lib.rs:233:32
[INFO] [stdout]     |
[INFO] [stdout] 233 | pub use crate::complete_shell::ShellComp;
[INFO] [stdout]     |                                ^^^^^^^^^
[INFO] [stdout]     = note: the item is gated behind the `autocomplete` feature
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `bpaf` in this scope
[INFO] [stdout]   --> examples/simple_dynamic.rs:48:3
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[bpaf(options)]
[INFO] [stdout]    |   ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `bpaf` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `bpaf` in this scope
[INFO] [stdout]  --> examples/derive_show_asm.rs:8:3
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[bpaf(options("asm"))] // derives cargo helper for cargo-asm
[INFO] [stdout]   |   ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `bpaf` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `bpaf` in this scope
[INFO] [stdout]   --> examples/simple_dynamic.rs:51:7
[INFO] [stdout]    |
[INFO] [stdout] 51 |     #[bpaf(long("crate"), argument("NAME"), complete(crates))]
[INFO] [stdout]    |       ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `bpaf` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `bpaf` in this scope
[INFO] [stdout]   --> examples/derive_show_asm.rs:11:7
[INFO] [stdout]    |
[INFO] [stdout] 11 |     #[bpaf(external(parse_manifest_path))]
[INFO] [stdout]    |       ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `bpaf` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `bpaf` in this scope
[INFO] [stdout]   --> examples/simple_dynamic.rs:55:7
[INFO] [stdout]    |
[INFO] [stdout] 55 |     #[bpaf(external)]
[INFO] [stdout]    |       ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `bpaf` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Bpaf` in this scope
[INFO] [stdout]   --> examples/derive-smart-pointer.rs:17:24
[INFO] [stdout]    |
[INFO] [stdout] 17 | #[derive(Debug, Clone, Bpaf)]
[INFO] [stdout]    |                        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bpaf::Bpaf`
[INFO] [stdout]    --> examples/derive_this_or_that.rs:5:5
[INFO] [stdout]     |
[INFO] [stdout] 5   | use bpaf::Bpaf;
[INFO] [stdout]     |     ^^^^^^^^^^ no `Bpaf` in the root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/lib.rs:239:22
[INFO] [stdout]     |
[INFO] [stdout] 239 | pub use bpaf_derive::Bpaf;
[INFO] [stdout]     |                      ^^^^
[INFO] [stdout]     = note: the item is gated behind the `bpaf_derive` feature
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `bpaf` in this scope
[INFO] [stdout]   --> examples/simple_dynamic.rs:58:7
[INFO] [stdout]    |
[INFO] [stdout] 58 |     #[bpaf(positional("URL"))]
[INFO] [stdout]    |       ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `bpaf` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `bpaf` in this scope
[INFO] [stdout]   --> examples/derive_show_asm.rs:14:7
[INFO] [stdout]    |
[INFO] [stdout] 14 |     #[bpaf(argument("DIR"))]
[INFO] [stdout]    |       ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `bpaf` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `bpaf` in this scope
[INFO] [stdout]   --> examples/derive_this_or_that.rs:11:3
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[bpaf(options, fallback(Opts::Undecided))]
[INFO] [stdout]    |   ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `bpaf` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `bpaf` in this scope
[INFO] [stdout]   --> examples/derive-smart-pointer.rs:18:3
[INFO] [stdout]    |
[INFO] [stdout] 18 | #[bpaf(options)]
[INFO] [stdout]    |   ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `bpaf` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `bpaf` in this scope
[INFO] [stdout]   --> examples/derive_show_asm.rs:17:7
[INFO] [stdout]    |
[INFO] [stdout] 17 |     #[bpaf(long, short, argument("SPEC"))]
[INFO] [stdout]    |       ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `bpaf` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `bpaf` in this scope
[INFO] [stdout]   --> examples/derive-smart-pointer.rs:20:7
[INFO] [stdout]    |
[INFO] [stdout] 20 |     #[bpaf(argument::<String>("NAME"), map(Box::from))]
[INFO] [stdout]    |       ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `bpaf` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `bpaf` in this scope
[INFO] [stdout]   --> examples/derive_this_or_that.rs:18:7
[INFO] [stdout]    |
[INFO] [stdout] 18 |     #[bpaf(skip)]
[INFO] [stdout]    |       ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `bpaf` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `bpaf` in this scope
[INFO] [stdout]   --> examples/derive_show_asm.rs:19:7
[INFO] [stdout]    |
[INFO] [stdout] 19 |     #[bpaf(external, optional)]
[INFO] [stdout]    |       ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `bpaf` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `bpaf` in this scope
[INFO] [stdout]   --> examples/derive_show_asm.rs:29:7
[INFO] [stdout]    |
[INFO] [stdout] 29 |     #[bpaf(external)]
[INFO] [stdout]    |       ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `bpaf` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `bpaf` in this scope
[INFO] [stdout]   --> examples/derive-smart-pointer.rs:24:7
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[bpaf(positional::<usize>("COIN"), many, map(Arc::from))]
[INFO] [stdout]    |       ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `bpaf` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `bpaf` in this scope
[INFO] [stdout]   --> examples/derive_show_asm.rs:31:7
[INFO] [stdout]    |
[INFO] [stdout] 31 |     #[bpaf(external, fallback(Syntax::Intel))]
[INFO] [stdout]    |       ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `bpaf` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `bpaf` in this scope
[INFO] [stdout]   --> examples/derive_show_asm.rs:33:7
[INFO] [stdout]    |
[INFO] [stdout] 33 |     #[bpaf(external)]
[INFO] [stdout]    |       ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `bpaf` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `bpaf` in this scope
[INFO] [stdout]   --> examples/derive_show_asm.rs:41:7
[INFO] [stdout]    |
[INFO] [stdout] 41 |     #[bpaf(positional("FUNCTION"))]
[INFO] [stdout]    |       ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `bpaf` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `bpaf` in this scope
[INFO] [stdout]   --> examples/derive_show_asm.rs:44:7
[INFO] [stdout]    |
[INFO] [stdout] 44 |     #[bpaf(positional("INDEX"), fallback(0))]
[INFO] [stdout]    |       ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `bpaf` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `action` in this scope
[INFO] [stdout]   --> examples/derive_commands.rs:58:22
[INFO] [stdout]    |
[INFO] [stdout] 58 |     println!("{:?}", action().fallback_to_usage().run());
[INFO] [stdout]    |                      ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `bpaf` in this scope
[INFO] [stdout]   --> examples/derive_show_asm.rs:74:7
[INFO] [stdout]    |
[INFO] [stdout] 74 |     #[bpaf(external(color_detection))]
[INFO] [stdout]    |       ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `bpaf` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `bpaf` in this scope
[INFO] [stdout]    --> examples/derive_show_asm.rs:133:11
[INFO] [stdout]     |
[INFO] [stdout] 133 |         #[bpaf(long("test"), argument("TEST"))]
[INFO] [stdout]     |           ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `bpaf` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `bpaf` in this scope
[INFO] [stdout]    --> examples/derive_show_asm.rs:139:11
[INFO] [stdout]     |
[INFO] [stdout] 139 |         #[bpaf(long("bench"), argument("BENCH"))]
[INFO] [stdout]     |           ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `bpaf` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 7 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `bpaf` in this scope
[INFO] [stdout]    --> examples/derive_show_asm.rs:145:11
[INFO] [stdout]     |
[INFO] [stdout] 145 |         #[bpaf(long("example"), argument("EXAMPLE"), complete(comp_examples))]
[INFO] [stdout]     |           ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `bpaf` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `bpaf` in this scope
[INFO] [stdout]    --> examples/derive_show_asm.rs:151:11
[INFO] [stdout]     |
[INFO] [stdout] 151 |         #[bpaf(long("bin"), argument("BIN"))]
[INFO] [stdout]     |           ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `bpaf` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `opts` in this scope
[INFO] [stdout]   --> examples/derive_this_or_that.rs:23:22
[INFO] [stdout]    |
[INFO] [stdout] 23 |     println!("{:?}", opts().run())
[INFO] [stdout]    |                      ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `options` in this scope
[INFO] [stdout]   --> examples/derive-smart-pointer.rs:30:14
[INFO] [stdout]    |
[INFO] [stdout] 30 |     let xs = options().fallback_to_usage().run();
[INFO] [stdout]    |              ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `bpaf`
[INFO] [stdout]   --> examples/derive-smart-pointer.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use bpaf::*;
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `options` in this scope
[INFO] [stdout]   --> examples/simple_dynamic.rs:63:22
[INFO] [stdout]    |
[INFO] [stdout] 63 |     println!("{:?}", options().run());
[INFO] [stdout]    |                      ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `bpaf`
[INFO] [stdout]  --> examples/simple_dynamic.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use bpaf::*;
[INFO] [stdout]   |     ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bpaf` (example "derive_commands") due to 8 previous errors
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]  --> examples/dynamic.rs:7:10
[INFO] [stdout]   |
[INFO] [stdout] 7 |     Bool(bool),
[INFO] [stdout]   |     ---- ^^^^
[INFO] [stdout]   |     |
[INFO] [stdout]   |     field in this variant
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]   |
[INFO] [stdout] 7 |     Bool(()),
[INFO] [stdout]   |          ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]  --> examples/dynamic.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 |     Number(usize),
[INFO] [stdout]   |     ------ ^^^^^
[INFO] [stdout]   |     |
[INFO] [stdout]   |     field in this variant
[INFO] [stdout]   |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]   |
[INFO] [stdout] 8 |     Number(()),
[INFO] [stdout]   |            ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]  --> examples/dynamic.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 9 |     String(String),
[INFO] [stdout]   |     ------ ^^^^^^
[INFO] [stdout]   |     |
[INFO] [stdout]   |     field in this variant
[INFO] [stdout]   |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]   |
[INFO] [stdout] 9 |     String(()),
[INFO] [stdout]   |            ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bpaf` (example "derive_this_or_that") due to 5 previous errors
[INFO] [stderr] error: could not compile `bpaf` (example "derive-smart-pointer") due to 6 previous errors; 1 warning emitted
[INFO] [stdout] error: aborting due to 8 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] warning: 3 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bpaf` (example "simple_dynamic") due to 9 previous errors; 1 warning emitted
[INFO] [stdout] error[E0599]: no method named `complete` found for struct `ParseArgument` in the current scope
[INFO] [stdout]   --> examples/csample.rs:21:10
[INFO] [stdout]    |
[INFO] [stdout] 18 |       let c = long("calculator")
[INFO] [stdout]    |  _____________-
[INFO] [stdout] 19 | |         .help("calculator expression")
[INFO] [stdout] 20 | |         .argument::<String>("EXPR")
[INFO] [stdout] 21 | |         .complete(complete_calculator);
[INFO] [stdout]    | |         -^^^^^^^^ method not found in `ParseArgument<String>`
[INFO] [stdout]    | |_________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bpaf` (example "csample") due to 2 previous errors
[INFO] [stdout] error[E0599]: no method named `complete_shell` found for struct `ParseArgument` in the current scope
[INFO] [stdout]   --> examples/basic.rs:47:10
[INFO] [stdout]    |
[INFO] [stdout] 43 |       let output = short('o')
[INFO] [stdout]    |  __________________-
[INFO] [stdout] 44 | |         .long("output")
[INFO] [stdout] 45 | |         .help("output file")
[INFO] [stdout] 46 | |         .argument::<PathBuf>("OUTPUT") // but it's optional when rustc can derive it
[INFO] [stdout] 47 | |         .complete_shell(ShellComp::File { mask: None });
[INFO] [stdout]    | |         -^^^^^^^^^^^^^^ method not found in `ParseArgument<PathBuf>`
[INFO] [stdout]    | |_________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `complete_shell` found for struct `ParseArgument` in the current scope
[INFO] [stdout]   --> examples/derive_show_asm.rs:52:10
[INFO] [stdout]    |
[INFO] [stdout] 49 | /     long("manifest-path")
[INFO] [stdout] 50 | |         .help("Path to Cargo.toml")
[INFO] [stdout] 51 | |         .argument::<PathBuf>("PATH")
[INFO] [stdout] 52 | |         .complete_shell(ShellComp::File {
[INFO] [stdout]    | |         -^^^^^^^^^^^^^^ method not found in `ParseArgument<PathBuf>`
[INFO] [stdout]    | |_________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `options` in this scope
[INFO] [stdout]    --> examples/derive_show_asm.rs:157:23
[INFO] [stdout]     |
[INFO] [stdout] 157 |     println!("{:#?}", options().run());
[INFO] [stdout]     |                       ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 18 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `complete_shell` found for struct `ParseArgument` in the current scope
[INFO] [stdout]   --> examples/basic.rs:64:10
[INFO] [stdout]    |
[INFO] [stdout] 60 |       let file_to_proces = short('f')
[INFO] [stdout]    |  __________________________-
[INFO] [stdout] 61 | |         .long("file")
[INFO] [stdout] 62 | |         .help("File to process")
[INFO] [stdout] 63 | |         .argument::<PathBuf>("FILE")
[INFO] [stdout] 64 | |         .complete_shell(ShellComp::File { mask: Some("*.rs") });
[INFO] [stdout]    | |         -^^^^^^^^^^^^^^ method not found in `ParseArgument<PathBuf>`
[INFO] [stdout]    | |_________|
[INFO] [stdout]    | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bpaf` (example "derive_show_asm") due to 19 previous errors
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ShellComp`
[INFO] [stdout]   --> examples/basic.rs:47:25
[INFO] [stdout]    |
[INFO] [stdout] 47 |         .complete_shell(ShellComp::File { mask: None });
[INFO] [stdout]    |                         ^^^^^^^^^ use of undeclared type `ShellComp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ShellComp`
[INFO] [stdout]   --> examples/basic.rs:64:25
[INFO] [stdout]    |
[INFO] [stdout] 64 |         .complete_shell(ShellComp::File { mask: Some("*.rs") });
[INFO] [stdout]    |                         ^^^^^^^^^ use of undeclared type `ShellComp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bpaf` (example "basic") due to 5 previous errors
[INFO] running `Command { std: "docker" "inspect" "99479e0d8890c0df805aa80e931eda8f0a98965681918cb918e4b66b7cba8829", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "99479e0d8890c0df805aa80e931eda8f0a98965681918cb918e4b66b7cba8829", kill_on_drop: false }`
[INFO] [stdout] 99479e0d8890c0df805aa80e931eda8f0a98965681918cb918e4b66b7cba8829
