[INFO] fetching crate saphyr-parser 0.0.6...
[INFO] testing saphyr-parser-0.0.6 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-8
[INFO] extracting crate saphyr-parser 0.0.6 into /workspace/builds/worker-4-tc2/source
[INFO] removed /workspace/builds/worker-4-tc2/source/.cargo/config.toml
[INFO] started tweaking crates.io crate saphyr-parser 0.0.6
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate saphyr-parser 0.0.6
[INFO] tweaked toml for crates.io crate saphyr-parser 0.0.6 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate saphyr-parser 0.0.6 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate saphyr-parser 0.0.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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ce787ff7a5d0f92cdc563388e8e91b677debc37f183dab58fbc927a64bb24b4d
[INFO] running `Command { std: "docker" "start" "-a" "ce787ff7a5d0f92cdc563388e8e91b677debc37f183dab58fbc927a64bb24b4d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ce787ff7a5d0f92cdc563388e8e91b677debc37f183dab58fbc927a64bb24b4d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ce787ff7a5d0f92cdc563388e8e91b677debc37f183dab58fbc927a64bb24b4d", kill_on_drop: false }`
[INFO] [stdout] ce787ff7a5d0f92cdc563388e8e91b677debc37f183dab58fbc927a64bb24b4d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9cba93e3ad20c03e701c77c16efa776d2741f4700a3eb81b2868d49a2f244c4d
[INFO] running `Command { std: "docker" "start" "-a" "9cba93e3ad20c03e701c77c16efa776d2741f4700a3eb81b2868d49a2f244c4d", kill_on_drop: false }`
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling arraydeque v0.5.1
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling saphyr-parser v0.0.6 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:391:19
[INFO] [stdout]     |
[INFO] [stdout] 391 |     fn peek_token(&mut self) -> Result<&Token, ScanError> {
[INFO] [stdout]     |                   ^^^^^^^^^            ^^^^^^
[INFO] [stdout]     |                   |                    ||
[INFO] [stdout]     |                   |                    |the same lifetime is hidden here
[INFO] [stdout]     |                   |                    the same lifetime is elided here
[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] 391 |     fn peek_token(&mut self) -> Result<&Token<'_>, ScanError> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> tools/dump_events.rs:19:24
[INFO] [stdout]    |
[INFO] [stdout] 19 | fn str_to_events(yaml: &str) -> Vec<(Event, Span)> {
[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] 19 | fn str_to_events(yaml: &str) -> Vec<(Event<'_>, Span)> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s
[INFO] running `Command { std: "docker" "inspect" "9cba93e3ad20c03e701c77c16efa776d2741f4700a3eb81b2868d49a2f244c4d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9cba93e3ad20c03e701c77c16efa776d2741f4700a3eb81b2868d49a2f244c4d", kill_on_drop: false }`
[INFO] [stdout] 9cba93e3ad20c03e701c77c16efa776d2741f4700a3eb81b2868d49a2f244c4d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c6efb126a4743ea600a18b69e47eab800146cf9f4e4748609a6163a958d9d08d
[INFO] running `Command { std: "docker" "start" "-a" "c6efb126a4743ea600a18b69e47eab800146cf9f4e4748609a6163a958d9d08d", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling bitflags v2.9.0
[INFO] [stderr]    Compiling rustix v1.0.5
[INFO] [stderr]    Compiling linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling adler2 v2.0.0
[INFO] [stderr]    Compiling anstyle-query v1.1.3
[INFO] [stderr]    Compiling gimli v0.31.1
[INFO] [stderr]    Compiling anstyle v1.0.11
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]    Compiling anstream v0.6.19
[INFO] [stderr]    Compiling miniz_oxide v0.8.8
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling smallvec v1.15.0
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling clap_lex v0.7.4
[INFO] [stderr]    Compiling owo-colors v4.2.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling unicode-width v0.2.0
[INFO] [stderr]    Compiling rustc-demangle v0.1.24
[INFO] [stderr]    Compiling clap_builder v4.5.39
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling nibble_vec v0.1.0
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:391:19
[INFO] [stdout]     |
[INFO] [stdout] 391 |     fn peek_token(&mut self) -> Result<&Token, ScanError> {
[INFO] [stdout]     |                   ^^^^^^^^^            ^^^^^^
[INFO] [stdout]     |                   |                    ||
[INFO] [stdout]     |                   |                    |the same lifetime is hidden here
[INFO] [stdout]     |                   |                    the same lifetime is elided here
[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] 391 |     fn peek_token(&mut self) -> Result<&Token<'_>, ScanError> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling addr2line v0.24.2
[INFO] [stderr]    Compiling unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling is_ci v1.2.0
[INFO] [stderr]    Compiling endian-type v0.1.2
[INFO] [stderr]    Compiling textwrap v0.16.2
[INFO] [stderr]    Compiling radix_trie v0.2.1
[INFO] [stderr]    Compiling supports-color v3.0.2
[INFO] [stderr]    Compiling terminal_size v0.4.2
[INFO] [stderr]    Compiling fd-lock v4.0.4
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling supports-hyperlinks v3.1.0
[INFO] [stderr]    Compiling escape8259 v0.5.3
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling supports-unicode v3.0.0
[INFO] [stderr]    Compiling home v0.5.11
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> tools/dump_events.rs:19:24
[INFO] [stdout]    |
[INFO] [stdout] 19 | fn str_to_events(yaml: &str) -> Vec<(Event, Span)> {
[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] 19 | fn str_to_events(yaml: &str) -> Vec<(Event<'_>, Span)> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling clap_derive v4.5.32
[INFO] [stderr]    Compiling backtrace v0.3.74
[INFO] [stderr]    Compiling env_logger v0.8.4
[INFO] [stderr]    Compiling miette-derive v7.5.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling backtrace-ext v0.2.1
[INFO] [stderr]    Compiling rustyline v16.0.0
[INFO] [stderr]    Compiling quickcheck v1.0.3
[INFO] [stderr]    Compiling miette v7.5.0
[INFO] [stderr]    Compiling clap v4.5.39
[INFO] [stderr]    Compiling libtest-mimic v0.8.1
[INFO] [stderr]    Compiling saphyr-parser v0.0.6 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `saphyr`
[INFO] [stdout]  --> tests/yaml-test-suite.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use saphyr::{LoadableYamlNode, Mapping, Scalar, Yaml};
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `saphyr`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `saphyr`, use `cargo add saphyr` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> tests/fuzz.rs:16:22
[INFO] [stdout]    |
[INFO] [stdout] 16 | fn run_parser(input: &str) -> Result<Vec<Event>, ScanError> {
[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] 16 | fn run_parser(input: &str) -> Result<Vec<Event<'_>>, ScanError> {
[INFO] [stdout]    |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> tools/dump_events.rs:19:24
[INFO] [stdout]    |
[INFO] [stdout] 19 | fn str_to_events(yaml: &str) -> Vec<(Event, Span)> {
[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] 19 | fn str_to_events(yaml: &str) -> Vec<(Event<'_>, Span)> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `saphyr`
[INFO] [stdout]   --> tests/yaml-test-suite.rs:65:35
[INFO] [stdout]    |
[INFO] [stdout] 65 |             events_diff.err().map(saphyr::ScanError::marker),
[INFO] [stdout]    |                                   ^^^^^^ use of unresolved module or unlinked crate `saphyr`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `saphyr`, use `cargo add saphyr` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use saphyr_parser::ScanError;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `ScanError`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 65 -             events_diff.err().map(saphyr::ScanError::marker),
[INFO] [stdout] 65 +             events_diff.err().map(ScanError::marker),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/yaml-test-suite.rs:123:25
[INFO] [stdout]     |
[INFO] [stdout] 123 |         let test_data = test_data.as_mapping().unwrap();
[INFO] [stdout]     |                         ^^^^^^^^^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/yaml-test-suite.rs:142:27
[INFO] [stdout]     |
[INFO] [stdout] 142 |                     .map(|x| x.as_bool().unwrap_or(false))
[INFO] [stdout]     |                           ^  - type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 142 |                     .map(|x: /* Type */| x.as_bool().unwrap_or(false))
[INFO] [stdout]     |                            ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `saphyr-parser` (test "yaml-test-suite") due to 4 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] Some errors have detailed explanations: E0282, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `saphyr`
[INFO] [stdout]  --> tests/issues.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use saphyr::Marker;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `saphyr`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `saphyr`, use `cargo add saphyr` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> tests/basic.rs:10:22
[INFO] [stdout]    |
[INFO] [stdout] 10 | fn run_parser(input: &str) -> Result<Vec<Event>, ScanError> {
[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] 10 | fn run_parser(input: &str) -> Result<Vec<Event<'_>>, ScanError> {
[INFO] [stdout]    |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `saphyr-parser` (test "issues") due to 1 previous error
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:391:19
[INFO] [stdout]     |
[INFO] [stdout] 391 |     fn peek_token(&mut self) -> Result<&Token, ScanError> {
[INFO] [stdout]     |                   ^^^^^^^^^            ^^^^^^
[INFO] [stdout]     |                   |                    ||
[INFO] [stdout]     |                   |                    |the same lifetime is hidden here
[INFO] [stdout]     |                   |                    the same lifetime is elided here
[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] 391 |     fn peek_token(&mut self) -> Result<&Token<'_>, ScanError> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "c6efb126a4743ea600a18b69e47eab800146cf9f4e4748609a6163a958d9d08d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c6efb126a4743ea600a18b69e47eab800146cf9f4e4748609a6163a958d9d08d", kill_on_drop: false }`
[INFO] [stdout] c6efb126a4743ea600a18b69e47eab800146cf9f4e4748609a6163a958d9d08d
