[INFO] fetching crate ming 0.1.0...
[INFO] testing ming-0.1.0 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-8
[INFO] extracting crate ming 0.1.0 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate ming 0.1.0
[INFO] finished tweaking crates.io crate ming 0.1.0
[INFO] tweaked toml for crates.io crate ming 0.1.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate ming 0.1.0 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate ming 0.1.0 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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d67575aaace85976cca0a1cfa0bb2149be54de466ff6546a18615a707a77bbf5
[INFO] running `Command { std: "docker" "start" "-a" "d67575aaace85976cca0a1cfa0bb2149be54de466ff6546a18615a707a77bbf5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d67575aaace85976cca0a1cfa0bb2149be54de466ff6546a18615a707a77bbf5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d67575aaace85976cca0a1cfa0bb2149be54de466ff6546a18615a707a77bbf5", kill_on_drop: false }`
[INFO] [stdout] d67575aaace85976cca0a1cfa0bb2149be54de466ff6546a18615a707a77bbf5
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 961920c5f51fdd9b77990c3096eb7f0b5d79a2afad1727638798e62022021b48
[INFO] running `Command { std: "docker" "start" "-a" "961920c5f51fdd9b77990c3096eb7f0b5d79a2afad1727638798e62022021b48", kill_on_drop: false }`
[INFO] [stderr]    Compiling ming v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:489:17
[INFO] [stdout]     |
[INFO] [stdout] 489 |     fn set_long(&mut self, value: String) -> Arg {
[INFO] [stdout]     |                 ^^^^^^^^^                    ^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 489 |     fn set_long(&mut self, value: String) -> Arg<'_> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
[INFO] running `Command { std: "docker" "inspect" "961920c5f51fdd9b77990c3096eb7f0b5d79a2afad1727638798e62022021b48", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "961920c5f51fdd9b77990c3096eb7f0b5d79a2afad1727638798e62022021b48", kill_on_drop: false }`
[INFO] [stdout] 961920c5f51fdd9b77990c3096eb7f0b5d79a2afad1727638798e62022021b48
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cf13b1c68d7e3011a5aca7c9cf117a6b284a03e4954775844a419d7bfc182ac5
[INFO] running `Command { std: "docker" "start" "-a" "cf13b1c68d7e3011a5aca7c9cf117a6b284a03e4954775844a419d7bfc182ac5", kill_on_drop: false }`
[INFO] [stderr]    Compiling ming v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:489:17
[INFO] [stdout]     |
[INFO] [stdout] 489 |     fn set_long(&mut self, value: String) -> Arg {
[INFO] [stdout]     |                 ^^^^^^^^^                    ^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 489 |     fn set_long(&mut self, value: String) -> Arg<'_> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `lexopt`
[INFO] [stdout]   --> examples/posixly_correct.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 |     use lexopt::prelude::*;
[INFO] [stdout]    |         ^^^^^^ use of unresolved module or unlinked crate `lexopt`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `lexopt`, use `cargo add lexopt` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `lexopt`
[INFO] [stdout]   --> examples/posixly_correct.rs:20:22
[INFO] [stdout]    |
[INFO] [stdout] 20 |     let mut parser = lexopt::Parser::from_env();
[INFO] [stdout]    |                      ^^^^^^ use of unresolved module or unlinked crate `lexopt`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `lexopt`, use `cargo add lexopt` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 17 + use ming::Parser;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Parser`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 20 -     let mut parser = lexopt::Parser::from_env();
[INFO] [stdout] 20 +     let mut parser = Parser::from_env();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Short` in this scope
[INFO] [stdout]   --> examples/posixly_correct.rs:24:13
[INFO] [stdout]    |
[INFO] [stdout] 24 |             Short('n') | Long("number") => {
[INFO] [stdout]    |             ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]    |
[INFO] [stdout] 17 + use ming::Arg::Short;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Long` in this scope
[INFO] [stdout]   --> examples/posixly_correct.rs:24:26
[INFO] [stdout]    |
[INFO] [stdout] 24 |             Short('n') | Long("number") => {
[INFO] [stdout]    |                          ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]    |
[INFO] [stdout] 17 + use ming::Arg::Long;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Long` in this scope
[INFO] [stdout]   --> examples/posixly_correct.rs:28:13
[INFO] [stdout]    |
[INFO] [stdout] 28 |             Long("shout") => {
[INFO] [stdout]    |             ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]    |
[INFO] [stdout] 17 + use ming::Arg::Long;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Value` in this scope
[INFO] [stdout]   --> examples/posixly_correct.rs:31:13
[INFO] [stdout]    |
[INFO] [stdout] 31 |             Value(val) => {
[INFO] [stdout]    |             ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]    |
[INFO] [stdout] 17 + use ming::Arg::Value;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `lexopt`
[INFO] [stdout]  --> examples/hello.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 |     use lexopt::prelude::*;
[INFO] [stdout]   |         ^^^^^^ use of unresolved module or unlinked crate `lexopt`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `lexopt`, use `cargo add lexopt` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> examples/posixly_correct.rs:35:29
[INFO] [stdout]    |
[INFO] [stdout] 35 |             _ => return Err(arg.unexpected()),
[INFO] [stdout]    |                             ^^^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `lexopt`
[INFO] [stdout]   --> examples/posixly_correct.rs:17:25
[INFO] [stdout]    |
[INFO] [stdout] 17 | fn main() -> Result<(), lexopt::Error> {
[INFO] [stdout]    |                         ^^^^^^ use of unresolved module or unlinked crate `lexopt`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `lexopt`, use `cargo add lexopt` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0433, E0531.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `lexopt`
[INFO] [stdout]   --> examples/hello.rs:13:22
[INFO] [stdout]    |
[INFO] [stdout] 13 |     let mut parser = lexopt::Parser::from_env();
[INFO] [stdout]    |                      ^^^^^^ use of unresolved module or unlinked crate `lexopt`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `lexopt`, use `cargo add lexopt` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use ming::Parser;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Parser`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 13 -     let mut parser = lexopt::Parser::from_env();
[INFO] [stdout] 13 +     let mut parser = Parser::from_env();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Short` in this scope
[INFO] [stdout]   --> examples/hello.rs:16:13
[INFO] [stdout]    |
[INFO] [stdout] 16 |             Short('n') | Long("number") => {
[INFO] [stdout]    |             ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]    |
[INFO] [stdout]  1 + use ming::Arg::Short;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Long` in this scope
[INFO] [stdout]   --> examples/hello.rs:16:26
[INFO] [stdout]    |
[INFO] [stdout] 16 |             Short('n') | Long("number") => {
[INFO] [stdout]    |                          ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]    |
[INFO] [stdout]  1 + use ming::Arg::Long;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Long` in this scope
[INFO] [stdout]   --> examples/hello.rs:19:13
[INFO] [stdout]    |
[INFO] [stdout] 19 |             Long("shout") => {
[INFO] [stdout]    |             ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]    |
[INFO] [stdout]  1 + use ming::Arg::Long;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Value` in this scope
[INFO] [stdout]   --> examples/hello.rs:22:13
[INFO] [stdout]    |
[INFO] [stdout] 22 |             Value(val) if thing.is_none() => {
[INFO] [stdout]    |             ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]    |
[INFO] [stdout]  1 + use ming::Arg::Value;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Long` in this scope
[INFO] [stdout]   --> examples/hello.rs:25:13
[INFO] [stdout]    |
[INFO] [stdout] 25 |             Long("help") => {
[INFO] [stdout]    |             ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]    |
[INFO] [stdout]  1 + use ming::Arg::Long;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ming` (example "posixly_correct") due to 8 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> examples/hello.rs:29:29
[INFO] [stdout]    |
[INFO] [stdout] 29 |             _ => return Err(arg.unexpected()),
[INFO] [stdout]    |                             ^^^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `lexopt`
[INFO] [stdout]   --> examples/pico_test_app.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 49 |     use lexopt::prelude::*;
[INFO] [stdout]    |         ^^^^^^ use of unresolved module or unlinked crate `lexopt`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `lexopt`, use `cargo add lexopt` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `lexopt`
[INFO] [stdout]  --> examples/hello.rs:7:33
[INFO] [stdout]   |
[INFO] [stdout] 7 | fn parse_args() -> Result<Args, lexopt::Error> {
[INFO] [stdout]   |                                 ^^^^^^ use of unresolved module or unlinked crate `lexopt`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `lexopt`, use `cargo add lexopt` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `lexopt`
[INFO] [stdout]   --> examples/hello.rs:40:25
[INFO] [stdout]    |
[INFO] [stdout] 40 | fn main() -> Result<(), lexopt::Error> {
[INFO] [stdout]    |                         ^^^^^^ use of unresolved module or unlinked crate `lexopt`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `lexopt`, use `cargo add lexopt` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0433, E0531.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ming` (example "hello") due to 10 previous errors
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `lexopt`
[INFO] [stdout]   --> examples/cargo.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |     use lexopt::prelude::*;
[INFO] [stdout]    |         ^^^^^^ use of unresolved module or unlinked crate `lexopt`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `lexopt`, use `cargo add lexopt` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `lexopt`
[INFO] [stdout]   --> examples/cargo.rs:73:9
[INFO] [stdout]    |
[INFO] [stdout] 73 |     use lexopt::prelude::*;
[INFO] [stdout]    |         ^^^^^^ use of unresolved module or unlinked crate `lexopt`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `lexopt`, use `cargo add lexopt` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `lexopt`
[INFO] [stdout]   --> examples/cargo.rs:20:22
[INFO] [stdout]    |
[INFO] [stdout] 20 |     let mut parser = lexopt::Parser::from_env();
[INFO] [stdout]    |                      ^^^^^^ use of unresolved module or unlinked crate `lexopt`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `lexopt`, use `cargo add lexopt` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  5 + use ming::Parser;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Parser`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 20 -     let mut parser = lexopt::Parser::from_env();
[INFO] [stdout] 20 +     let mut parser = Parser::from_env();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Long` in this scope
[INFO] [stdout]   --> examples/cargo.rs:23:13
[INFO] [stdout]    |
[INFO] [stdout] 23 |             Long("color") => {
[INFO] [stdout]    |             ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]    |
[INFO] [stdout]  5 + use ming::Arg::Long;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Long` in this scope
[INFO] [stdout]   --> examples/cargo.rs:26:13
[INFO] [stdout]    |
[INFO] [stdout] 26 |             Long("offline") => {
[INFO] [stdout]    |             ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]    |
[INFO] [stdout]  5 + use ming::Arg::Long;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Long` in this scope
[INFO] [stdout]   --> examples/cargo.rs:29:13
[INFO] [stdout]    |
[INFO] [stdout] 29 |             Long("quiet") => {
[INFO] [stdout]    |             ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]    |
[INFO] [stdout]  5 + use ming::Arg::Long;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Long` in this scope
[INFO] [stdout]   --> examples/cargo.rs:33:13
[INFO] [stdout]    |
[INFO] [stdout] 33 |             Long("verbose") => {
[INFO] [stdout]    |             ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]    |
[INFO] [stdout]  5 + use ming::Arg::Long;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Long` in this scope
[INFO] [stdout]   --> examples/cargo.rs:37:13
[INFO] [stdout]    |
[INFO] [stdout] 37 |             Long("help") => {
[INFO] [stdout]    |             ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]    |
[INFO] [stdout]  5 + use ming::Arg::Long;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Value` in this scope
[INFO] [stdout]   --> examples/cargo.rs:41:13
[INFO] [stdout]    |
[INFO] [stdout] 41 |             Value(value) => {
[INFO] [stdout]    |             ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]    |
[INFO] [stdout]  5 + use ming::Arg::Value;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Value` in this scope
[INFO] [stdout]   --> examples/cargo.rs:81:13
[INFO] [stdout]    |
[INFO] [stdout] 81 |             Value(value) if package.is_none() => {
[INFO] [stdout]    |             ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]    |
[INFO] [stdout]  5 + use ming::Arg::Value;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Long` in this scope
[INFO] [stdout]   --> examples/cargo.rs:84:13
[INFO] [stdout]    |
[INFO] [stdout] 84 |             Long("root") => {
[INFO] [stdout]    |             ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]    |
[INFO] [stdout]  5 + use ming::Arg::Long;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Short` in this scope
[INFO] [stdout]   --> examples/cargo.rs:87:13
[INFO] [stdout]    |
[INFO] [stdout] 87 |             Short('j') | Long("jobs") => {
[INFO] [stdout]    |             ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]    |
[INFO] [stdout]  5 + use ming::Arg::Short;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Long` in this scope
[INFO] [stdout]   --> examples/cargo.rs:87:26
[INFO] [stdout]    |
[INFO] [stdout] 87 |             Short('j') | Long("jobs") => {
[INFO] [stdout]    |                          ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]    |
[INFO] [stdout]  5 + use ming::Arg::Long;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Long` in this scope
[INFO] [stdout]   --> examples/cargo.rs:90:13
[INFO] [stdout]    |
[INFO] [stdout] 90 |             Long("help") => {
[INFO] [stdout]    |             ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]    |
[INFO] [stdout]  5 + use ming::Arg::Long;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> examples/cargo.rs:55:29
[INFO] [stdout]    |
[INFO] [stdout] 55 |             _ => return Err(arg.unexpected()),
[INFO] [stdout]    |                             ^^^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> examples/cargo.rs:94:29
[INFO] [stdout]    |
[INFO] [stdout] 94 |             _ => return Err(arg.unexpected()),
[INFO] [stdout]    |                             ^^^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `lexopt`
[INFO] [stdout]  --> examples/cargo.rs:9:25
[INFO] [stdout]   |
[INFO] [stdout] 9 | fn main() -> Result<(), lexopt::Error> {
[INFO] [stdout]   |                         ^^^^^^ use of unresolved module or unlinked crate `lexopt`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `lexopt`, use `cargo add lexopt` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `lexopt`
[INFO] [stdout]   --> examples/cargo.rs:72:50
[INFO] [stdout]    |
[INFO] [stdout] 72 | fn install(settings: GlobalSettings, mut parser: lexopt::Parser) -> Result<(), lexopt::Error> {
[INFO] [stdout]    |                                                  ^^^^^^ use of unresolved module or unlinked crate `lexopt`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `lexopt`, use `cargo add lexopt` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `lexopt`
[INFO] [stdout]   --> examples/cargo.rs:72:80
[INFO] [stdout]    |
[INFO] [stdout] 72 | fn install(settings: GlobalSettings, mut parser: lexopt::Parser) -> Result<(), lexopt::Error> {
[INFO] [stdout]    |                                                                                ^^^^^^ use of unresolved module or unlinked crate `lexopt`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `lexopt`, use `cargo add lexopt` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0433, E0531.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:489:17
[INFO] [stdout]     |
[INFO] [stdout] 489 |     fn set_long(&mut self, value: String) -> Arg {
[INFO] [stdout]     |                 ^^^^^^^^^                    ^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 489 |     fn set_long(&mut self, value: String) -> Arg<'_> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `lexopt`
[INFO] [stdout]   --> examples/pico_test_app.rs:56:22
[INFO] [stdout]    |
[INFO] [stdout] 56 |     let mut parser = lexopt::Parser::from_env();
[INFO] [stdout]    |                      ^^^^^^ use of unresolved module or unlinked crate `lexopt`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `lexopt`, use `cargo add lexopt` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  8 + use ming::Parser;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Parser`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 56 -     let mut parser = lexopt::Parser::from_env();
[INFO] [stdout] 56 +     let mut parser = Parser::from_env();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Short` in this scope
[INFO] [stdout]   --> examples/pico_test_app.rs:59:13
[INFO] [stdout]    |
[INFO] [stdout] 59 |             Short('h') | Long("help") => {
[INFO] [stdout]    |             ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]    |
[INFO] [stdout]  8 + use ming::Arg::Short;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Long` in this scope
[INFO] [stdout]   --> examples/pico_test_app.rs:59:26
[INFO] [stdout]    |
[INFO] [stdout] 59 |             Short('h') | Long("help") => {
[INFO] [stdout]    |                          ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]    |
[INFO] [stdout]  8 + use ming::Arg::Long;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Long` in this scope
[INFO] [stdout]   --> examples/pico_test_app.rs:63:13
[INFO] [stdout]    |
[INFO] [stdout] 63 |             Long("number") => number = Some(parser.value()?.parse()?),
[INFO] [stdout]    |             ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]    |
[INFO] [stdout]  8 + use ming::Arg::Long;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Long` in this scope
[INFO] [stdout]   --> examples/pico_test_app.rs:64:13
[INFO] [stdout]    |
[INFO] [stdout] 64 |             Long("opt-number") => opt_number = Some(parser.value()?.parse()?),
[INFO] [stdout]    |             ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]    |
[INFO] [stdout]  8 + use ming::Arg::Long;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Long` in this scope
[INFO] [stdout]   --> examples/pico_test_app.rs:65:13
[INFO] [stdout]    |
[INFO] [stdout] 65 |             Long("width") => width = parser.value()?.parse_with(parse_width)?,
[INFO] [stdout]    |             ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]    |
[INFO] [stdout]  8 + use ming::Arg::Long;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Value` in this scope
[INFO] [stdout]   --> examples/pico_test_app.rs:66:13
[INFO] [stdout]    |
[INFO] [stdout] 66 |             Value(path) if input.is_none() => input = Some(path.into()),
[INFO] [stdout]    |             ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]    |
[INFO] [stdout]  8 + use ming::Arg::Value;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ming` (example "cargo") due to 19 previous errors
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> examples/pico_test_app.rs:67:29
[INFO] [stdout]    |
[INFO] [stdout] 67 |             _ => return Err(arg.unexpected()),
[INFO] [stdout]    |                             ^^^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `lexopt`
[INFO] [stdout]   --> examples/pico_test_app.rs:48:36
[INFO] [stdout]    |
[INFO] [stdout] 48 | fn parse_args() -> Result<AppArgs, lexopt::Error> {
[INFO] [stdout]    |                                    ^^^^^^ use of unresolved module or unlinked crate `lexopt`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `lexopt`, use `cargo add lexopt` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0433, E0531.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ming` (example "pico_test_app") due to 10 previous errors
[INFO] running `Command { std: "docker" "inspect" "cf13b1c68d7e3011a5aca7c9cf117a6b284a03e4954775844a419d7bfc182ac5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cf13b1c68d7e3011a5aca7c9cf117a6b284a03e4954775844a419d7bfc182ac5", kill_on_drop: false }`
[INFO] [stdout] cf13b1c68d7e3011a5aca7c9cf117a6b284a03e4954775844a419d7bfc182ac5
