[INFO] fetching crate saphyr-parser 0.0.6...
[INFO] testing saphyr-parser-0.0.6 against 1.90.0 for beta-1.91-3
[INFO] extracting crate saphyr-parser 0.0.6 into /workspace/builds/worker-3-tc1/source
[INFO] removed /workspace/builds/worker-3-tc1/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-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate saphyr-parser 0.0.6 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "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" "+1.90.0" "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] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded owo-colors v4.2.0
[INFO] [stderr]   Downloaded rustyline v16.0.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e298cf14e6270914210ceb7f24f60bfea3dec4f268e88eb0829eb22378fc5b0d
[INFO] running `Command { std: "docker" "start" "-a" "e298cf14e6270914210ceb7f24f60bfea3dec4f268e88eb0829eb22378fc5b0d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e298cf14e6270914210ceb7f24f60bfea3dec4f268e88eb0829eb22378fc5b0d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e298cf14e6270914210ceb7f24f60bfea3dec4f268e88eb0829eb22378fc5b0d", kill_on_drop: false }`
[INFO] [stdout] e298cf14e6270914210ceb7f24f60bfea3dec4f268e88eb0829eb22378fc5b0d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 13ea7e6d8d37d4a32c2be728d9d6f0dc6aaf74000117a5d318b6bb7f53d17328
[INFO] running `Command { std: "docker" "start" "-a" "13ea7e6d8d37d4a32c2be728d9d6f0dc6aaf74000117a5d318b6bb7f53d17328", kill_on_drop: false }`
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling arraydeque v0.5.1
[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 2.10s
[INFO] running `Command { std: "docker" "inspect" "13ea7e6d8d37d4a32c2be728d9d6f0dc6aaf74000117a5d318b6bb7f53d17328", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "13ea7e6d8d37d4a32c2be728d9d6f0dc6aaf74000117a5d318b6bb7f53d17328", kill_on_drop: false }`
[INFO] [stdout] 13ea7e6d8d37d4a32c2be728d9d6f0dc6aaf74000117a5d318b6bb7f53d17328
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 62bb312edb3256bc1f9c918e4eebf0e6e7d4d79ec921c072a907d007a4f5bee4
[INFO] running `Command { std: "docker" "start" "-a" "62bb312edb3256bc1f9c918e4eebf0e6e7d4d79ec921c072a907d007a4f5bee4", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling bitflags v2.9.0
[INFO] [stderr]    Compiling rustix v1.0.5
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]    Compiling anstyle-query v1.1.3
[INFO] [stderr]    Compiling gimli v0.31.1
[INFO] [stderr]    Compiling miniz_oxide v0.8.8
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]    Compiling unicode-width v0.2.0
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling smallvec v1.15.0
[INFO] [stderr]    Compiling owo-colors v4.2.0
[INFO] [stderr]    Compiling rustc-demangle v0.1.24
[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 unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling is_ci v1.2.0
[INFO] [stderr]    Compiling anstream v0.6.19
[INFO] [stderr]    Compiling endian-type v0.1.2
[INFO] [stderr]    Compiling nibble_vec v0.1.0
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling textwrap v0.16.2
[INFO] [stderr]    Compiling supports-color v3.0.2
[INFO] [stderr]    Compiling supports-hyperlinks v3.1.0
[INFO] [stderr]    Compiling radix_trie v0.2.1
[INFO] [stderr]    Compiling clap_builder v4.5.39
[INFO] [stderr]    Compiling supports-unicode v3.0.0
[INFO] [stderr]    Compiling escape8259 v0.5.3
[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 getrandom v0.2.15
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling addr2line v0.24.2
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling terminal_size v0.4.2
[INFO] [stderr]    Compiling fd-lock v4.0.4
[INFO] [stderr]    Compiling env_logger v0.8.4
[INFO] [stderr]    Compiling quickcheck v1.0.3
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling clap_derive v4.5.32
[INFO] [stderr]    Compiling miette-derive v7.5.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling rustyline v16.0.0
[INFO] [stderr]    Compiling backtrace v0.3.74
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling backtrace-ext v0.2.1
[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] 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[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] 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] 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] 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] 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] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `saphyr-parser` (test "yaml-test-suite") due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[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" "62bb312edb3256bc1f9c918e4eebf0e6e7d4d79ec921c072a907d007a4f5bee4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "62bb312edb3256bc1f9c918e4eebf0e6e7d4d79ec921c072a907d007a4f5bee4", kill_on_drop: false }`
[INFO] [stdout] 62bb312edb3256bc1f9c918e4eebf0e6e7d4d79ec921c072a907d007a4f5bee4
