[INFO] fetching crate bpaf 0.9.15...
[INFO] checking bpaf-0.9.15 against try#264a7c4a1c917c83d13895a31231f9d93c7b67e1 for pr-132289
[INFO] extracting crate bpaf 0.9.15 into /workspace/builds/worker-0-tc2/source
[INFO] validating manifest of crates.io crate bpaf 0.9.15 on toolchain 264a7c4a1c917c83d13895a31231f9d93c7b67e1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+264a7c4a1c917c83d13895a31231f9d93c7b67e1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate bpaf 0.9.15
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate bpaf 0.9.15
[INFO] tweaked toml for crates.io crate bpaf 0.9.15 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] crate crates.io crate bpaf 0.9.15 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" "+264a7c4a1c917c83d13895a31231f9d93c7b67e1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+264a7c4a1c917c83d13895a31231f9d93c7b67e1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] cabe381c92540d3d96d28b5647df6c1309b87127f93e281850eab163f177efcf
[INFO] running `Command { std: "docker" "start" "-a" "cabe381c92540d3d96d28b5647df6c1309b87127f93e281850eab163f177efcf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cabe381c92540d3d96d28b5647df6c1309b87127f93e281850eab163f177efcf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cabe381c92540d3d96d28b5647df6c1309b87127f93e281850eab163f177efcf", kill_on_drop: false }`
[INFO] [stdout] cabe381c92540d3d96d28b5647df6c1309b87127f93e281850eab163f177efcf
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+264a7c4a1c917c83d13895a31231f9d93c7b67e1" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fd194b37c3bdbadfb9a762756359669215265571ab9947a3df6bdaa2626df259
[INFO] running `Command { std: "docker" "start" "-a" "fd194b37c3bdbadfb9a762756359669215265571ab9947a3df6bdaa2626df259", kill_on_drop: false }`
[INFO] [stderr]     Checking bpaf v0.9.15 (/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:813:5
[INFO] [stdout]     |
[INFO] [stdout] 813 |     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:813:5
[INFO] [stdout]     |
[INFO] [stdout] 813 |     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] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bpaf` (lib test) due to 2 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[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:240:22
[INFO] [stdout]     |
[INFO] [stdout] 240 | pub use bpaf_derive::Bpaf;
[INFO] [stdout]     |                      ^^^^
[INFO] [stdout] note: the item is gated behind the `bpaf_derive` feature
[INFO] [stdout]    --> /opt/rustwide/workdir/src/lib.rs:239:7
[INFO] [stdout]     |
[INFO] [stdout] 239 | #[cfg(feature = "bpaf_derive")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^
[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_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[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] Some errors have detailed explanations: E0425, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bpaf` (example "derive_this_or_that") due to 4 previous errors
[INFO] [stdout] error[E0432]: unresolved import `bpaf::ShellComp`
[INFO] [stdout]    --> examples/filenames.rs:5:32
[INFO] [stdout]     |
[INFO] [stdout] 5   | use bpaf::{positional, Parser, ShellComp};
[INFO] [stdout]     |                                ^^^^^^^^^ no `ShellComp` in the root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/lib.rs:234:32
[INFO] [stdout]     |
[INFO] [stdout] 234 | pub use crate::complete_shell::ShellComp;
[INFO] [stdout]     |                                ^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `autocomplete` feature
[INFO] [stdout]    --> /opt/rustwide/workdir/src/lib.rs:233:7
[INFO] [stdout]     |
[INFO] [stdout] 233 | #[cfg(feature = "autocomplete")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `complete_shell` found for struct `ParsePositional` in the current scope
[INFO] [stdout]   --> examples/filenames.rs:10:10
[INFO] [stdout]    |
[INFO] [stdout] 9  |       let parser = positional::<PathBuf>("FILE")
[INFO] [stdout]    |  __________________-
[INFO] [stdout] 10 | |         .complete_shell(ShellComp::File {
[INFO] [stdout]    | |         -^^^^^^^^^^^^^^ method not found in `ParsePositional<PathBuf>`
[INFO] [stdout]    | |_________|
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `complete` found for struct `ParseArgument` in the current scope
[INFO] [stdout]   --> examples/sensors.rs:59:10
[INFO] [stdout]    |
[INFO] [stdout] 57 |       let device = long("sensor-device")
[INFO] [stdout]    |  __________________-
[INFO] [stdout] 58 | |         .argument::<String>("DEVICE")
[INFO] [stdout] 59 | |         .complete(sensor_device_comp);
[INFO] [stdout]    | |         -^^^^^^^^ method not found in `ParseArgument<String>`
[INFO] [stdout]    | |_________|
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bpaf` (example "filenames") due to 2 previous errors
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bpaf` (example "sensors") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "fd194b37c3bdbadfb9a762756359669215265571ab9947a3df6bdaa2626df259", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fd194b37c3bdbadfb9a762756359669215265571ab9947a3df6bdaa2626df259", kill_on_drop: false }`
[INFO] [stdout] fd194b37c3bdbadfb9a762756359669215265571ab9947a3df6bdaa2626df259
