[INFO] fetching crate accordion 0.1.2...
[INFO] testing accordion-0.1.2 against try#bd7d74411512a3dd3b35d2f699c51dd2557c7e7e+cargoflags=-Zbuild-dir-new-layout for pr-149852-1
[INFO] extracting crate accordion 0.1.2 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate accordion 0.1.2
[INFO] finished tweaking crates.io crate accordion 0.1.2
[INFO] tweaked toml for crates.io crate accordion 0.1.2 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate accordion 0.1.2 on toolchain bd7d74411512a3dd3b35d2f699c51dd2557c7e7e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate accordion 0.1.2 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" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8406da0b79c4ca0f53f9c5697d70894625a43a1ea5caec85c7f895ff233c2d91
[INFO] running `Command { std: "docker" "start" "-a" "8406da0b79c4ca0f53f9c5697d70894625a43a1ea5caec85c7f895ff233c2d91", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8406da0b79c4ca0f53f9c5697d70894625a43a1ea5caec85c7f895ff233c2d91", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8406da0b79c4ca0f53f9c5697d70894625a43a1ea5caec85c7f895ff233c2d91", kill_on_drop: false }`
[INFO] [stdout] 8406da0b79c4ca0f53f9c5697d70894625a43a1ea5caec85c7f895ff233c2d91
[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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "build" "--frozen" "--message-format=json" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] 725527dd3901e84ba6f0ae8d679682196eb962e51447129f1b114ede3f561a5e
[INFO] running `Command { std: "docker" "start" "-a" "725527dd3901e84ba6f0ae8d679682196eb962e51447129f1b114ede3f561a5e", kill_on_drop: false }`
[INFO] [stderr]    Compiling accordion v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cli/mod.rs:338:18
[INFO] [stdout]     |
[INFO] [stdout] 338 |     pub fn parse(&self, str: &str) -> Result<(), CommandStreamError> {
[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] 338 |     pub fn parse(&self, str: &str) -> Result<(), CommandStreamError<'_>> {
[INFO] [stdout]     |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cli/mod.rs:396:30
[INFO] [stdout]     |
[INFO] [stdout] 396 |     fn find_and_request_help(&self, context: &str) -> Result<(), CommandStreamError> {
[INFO] [stdout]     |                              ^^^^^ the lifetime is elided here   ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 396 |     fn find_and_request_help(&self, context: &str) -> Result<(), CommandStreamError<'_>> {
[INFO] [stdout]     |                                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cli/command.rs:496:39
[INFO] [stdout]     |
[INFO] [stdout] 496 |     fn check_missing_static_arguments(&self, parsed: &[Value]) -> Result<(), Error> {
[INFO] [stdout]     |                                       ^^^^^ the lifetime is elided here      ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 496 |     fn check_missing_static_arguments(&self, parsed: &[Value]) -> Result<(), Error<'_>> {
[INFO] [stdout]     |                                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cli/command.rs:521:9
[INFO] [stdout]     |
[INFO] [stdout] 521 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 527 |     ) -> Result<(), Error>
[INFO] [stdout]     |                     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 527 |     ) -> Result<(), Error<'_>>
[INFO] [stdout]     |                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cli/command.rs:542:9
[INFO] [stdout]     |
[INFO] [stdout] 542 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 546 |     ) -> Result<ParsedFlag, Error>
[INFO] [stdout]     |                 ^^^^^^^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 546 |     ) -> Result<ParsedFlag<'_>, Error<'_>>
[INFO] [stdout]     |                           ++++       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
[INFO] running `Command { std: "docker" "inspect" "725527dd3901e84ba6f0ae8d679682196eb962e51447129f1b114ede3f561a5e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "725527dd3901e84ba6f0ae8d679682196eb962e51447129f1b114ede3f561a5e", kill_on_drop: false }`
[INFO] [stdout] 725527dd3901e84ba6f0ae8d679682196eb962e51447129f1b114ede3f561a5e
[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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "test" "--frozen" "--no-run" "--message-format=json" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] 5f8e229f31fe4f9d332d8f8112a1ea3f50452d23ab08bf0cc23a711d2d4cd4c2
[INFO] running `Command { std: "docker" "start" "-a" "5f8e229f31fe4f9d332d8f8112a1ea3f50452d23ab08bf0cc23a711d2d4cd4c2", kill_on_drop: false }`
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cli/mod.rs:338:18
[INFO] [stdout]     |
[INFO] [stdout] 338 |     pub fn parse(&self, str: &str) -> Result<(), CommandStreamError> {
[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] 338 |     pub fn parse(&self, str: &str) -> Result<(), CommandStreamError<'_>> {
[INFO] [stdout]     |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cli/mod.rs:396:30
[INFO] [stdout]     |
[INFO] [stdout] 396 |     fn find_and_request_help(&self, context: &str) -> Result<(), CommandStreamError> {
[INFO] [stdout]     |                              ^^^^^ the lifetime is elided here   ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 396 |     fn find_and_request_help(&self, context: &str) -> Result<(), CommandStreamError<'_>> {
[INFO] [stdout]     |                                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cli/command.rs:496:39
[INFO] [stdout]     |
[INFO] [stdout] 496 |     fn check_missing_static_arguments(&self, parsed: &[Value]) -> Result<(), Error> {
[INFO] [stdout]     |                                       ^^^^^ the lifetime is elided here      ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 496 |     fn check_missing_static_arguments(&self, parsed: &[Value]) -> Result<(), Error<'_>> {
[INFO] [stdout]     |                                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cli/command.rs:521:9
[INFO] [stdout]     |
[INFO] [stdout] 521 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 527 |     ) -> Result<(), Error>
[INFO] [stdout]     |                     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 527 |     ) -> Result<(), Error<'_>>
[INFO] [stdout]     |                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cli/command.rs:542:9
[INFO] [stdout]     |
[INFO] [stdout] 542 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 546 |     ) -> Result<ParsedFlag, Error>
[INFO] [stdout]     |                 ^^^^^^^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 546 |     ) -> Result<ParsedFlag<'_>, Error<'_>>
[INFO] [stdout]     |                           ++++       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling accordion v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cli/mod.rs:338:18
[INFO] [stdout]     |
[INFO] [stdout] 338 |     pub fn parse(&self, str: &str) -> Result<(), CommandStreamError> {
[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] 338 |     pub fn parse(&self, str: &str) -> Result<(), CommandStreamError<'_>> {
[INFO] [stdout]     |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cli/mod.rs:396:30
[INFO] [stdout]     |
[INFO] [stdout] 396 |     fn find_and_request_help(&self, context: &str) -> Result<(), CommandStreamError> {
[INFO] [stdout]     |                              ^^^^^ the lifetime is elided here   ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 396 |     fn find_and_request_help(&self, context: &str) -> Result<(), CommandStreamError<'_>> {
[INFO] [stdout]     |                                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cli/command.rs:496:39
[INFO] [stdout]     |
[INFO] [stdout] 496 |     fn check_missing_static_arguments(&self, parsed: &[Value]) -> Result<(), Error> {
[INFO] [stdout]     |                                       ^^^^^ the lifetime is elided here      ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 496 |     fn check_missing_static_arguments(&self, parsed: &[Value]) -> Result<(), Error<'_>> {
[INFO] [stdout]     |                                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cli/command.rs:521:9
[INFO] [stdout]     |
[INFO] [stdout] 521 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 527 |     ) -> Result<(), Error>
[INFO] [stdout]     |                     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 527 |     ) -> Result<(), Error<'_>>
[INFO] [stdout]     |                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cli/command.rs:542:9
[INFO] [stdout]     |
[INFO] [stdout] 542 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 546 |     ) -> Result<ParsedFlag, Error>
[INFO] [stdout]     |                 ^^^^^^^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 546 |     ) -> Result<ParsedFlag<'_>, Error<'_>>
[INFO] [stdout]     |                           ++++       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.64s
[INFO] running `Command { std: "docker" "inspect" "5f8e229f31fe4f9d332d8f8112a1ea3f50452d23ab08bf0cc23a711d2d4cd4c2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5f8e229f31fe4f9d332d8f8112a1ea3f50452d23ab08bf0cc23a711d2d4cd4c2", kill_on_drop: false }`
[INFO] [stdout] 5f8e229f31fe4f9d332d8f8112a1ea3f50452d23ab08bf0cc23a711d2d4cd4c2
[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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "test" "--frozen" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] c298e5ee724bbf837a8cc5fb6d31d40050e7c09fd92c49ae3d66199040bd1ed7
[INFO] running `Command { std: "docker" "start" "-a" "c298e5ee724bbf837a8cc5fb6d31d40050e7c09fd92c49ae3d66199040bd1ed7", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/cli/mod.rs:338:18
[INFO] [stderr]     |
[INFO] [stderr] 338 |     pub fn parse(&self, str: &str) -> Result<(), CommandStreamError> {
[INFO] [stderr]     |                  ^^^^^                           ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                  |
[INFO] [stderr]     |                  the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 338 |     pub fn parse(&self, str: &str) -> Result<(), CommandStreamError<'_>> {
[INFO] [stderr]     |                                                                    ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/cli/mod.rs:396:30
[INFO] [stderr]     |
[INFO] [stderr] 396 |     fn find_and_request_help(&self, context: &str) -> Result<(), CommandStreamError> {
[INFO] [stderr]     |                              ^^^^^ the lifetime is elided here   ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 396 |     fn find_and_request_help(&self, context: &str) -> Result<(), CommandStreamError<'_>> {
[INFO] [stderr]     |                                                                                    ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/cli/command.rs:496:39
[INFO] [stderr]     |
[INFO] [stderr] 496 |     fn check_missing_static_arguments(&self, parsed: &[Value]) -> Result<(), Error> {
[INFO] [stderr]     |                                       ^^^^^ the lifetime is elided here      ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 496 |     fn check_missing_static_arguments(&self, parsed: &[Value]) -> Result<(), Error<'_>> {
[INFO] [stderr]     |                                                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/cli/command.rs:521:9
[INFO] [stderr]     |
[INFO] [stderr] 521 |         &self,
[INFO] [stderr]     |         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 527 |     ) -> Result<(), Error>
[INFO] [stderr]     |                     ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 527 |     ) -> Result<(), Error<'_>>
[INFO] [stderr]     |                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/cli/command.rs:542:9
[INFO] [stderr]     |
[INFO] [stderr] 542 |         &self,
[INFO] [stderr]     |         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 546 |     ) -> Result<ParsedFlag, Error>
[INFO] [stderr]     |                 ^^^^^^^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 546 |     ) -> Result<ParsedFlag<'_>, Error<'_>>
[INFO] [stderr]     |                           ++++       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `accordion` (lib) generated 5 warnings (run `cargo fix --lib -p accordion` to apply 5 suggestions)
[INFO] [stderr] warning: `accordion` (lib test) generated 5 warnings (5 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/build/accordion/f160fce6a8599c5e/deps/accordion-f160fce6a8599c5e)
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests accordion
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test src/cli/mod.rs - cli::CommandStream (line 254) ... FAILED
[INFO] [stdout] test src/cli/command.rs - cli::command::Arg<'a,C>::flag (line 152) ... ok
[INFO] [stdout] test src/cli/command.rs - cli::command::Command<'a,T,C>::new (line 219) ... ok
[INFO] [stdout] test src/cli/command.rs - cli::command::Arg<'a,C>::flag (line 138) ... ok
[INFO] [stdout] test src/cli/command.rs - cli::command::Command<'a,T,C>::parse (line 376) ... ok
[INFO] [stdout] test src/cli/mod.rs - cli::CommandStream (line 217) ... ok
[INFO] [stdout] test src/lib.rs - (line 4) ... ok
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] [stdout] test src/cli/mod.rs - cli::CommandStream<'a,T,C,DefaultPrettifier<'_>>::parse (line 316) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/cli/mod.rs - cli::CommandStream (line 254) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Command`
[INFO] [stdout]    --> src/cli/mod.rs:261:5
[INFO] [stdout]     |
[INFO] [stdout] 261 |     temp_command!()
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^ use of undeclared type `Command`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `temp_command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout] 253 + use std::process::Command;
[INFO] [stdout]     |
[INFO] [stdout] 253 + use accordion::cli::command::Command;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Value` in this scope
[INFO] [stdout]    --> src/cli/mod.rs:261:5
[INFO] [stdout]     |
[INFO] [stdout] 261 |     temp_command!()
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `temp_command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout] 253 + use accordion::cli::command::Value;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/cli/mod.rs - cli::CommandStream (line 254)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 7 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.09s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 1.23s; merged doctests compilation took 0.14s
[INFO] running `Command { std: "docker" "inspect" "c298e5ee724bbf837a8cc5fb6d31d40050e7c09fd92c49ae3d66199040bd1ed7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c298e5ee724bbf837a8cc5fb6d31d40050e7c09fd92c49ae3d66199040bd1ed7", kill_on_drop: false }`
[INFO] [stdout] c298e5ee724bbf837a8cc5fb6d31d40050e7c09fd92c49ae3d66199040bd1ed7
