[INFO] fetching crate stanza 0.5.2...
[INFO] testing stanza-0.5.2 against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739-1
[INFO] extracting crate stanza 0.5.2 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate stanza 0.5.2
[INFO] finished tweaking crates.io crate stanza 0.5.2
[INFO] tweaked toml for crates.io crate stanza 0.5.2 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate stanza 0.5.2 on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate stanza 0.5.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" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 92790cc4dc8ae7be737795518f4cfd9c6acfb32dad3a6b7e771485fef65dacfb
[INFO] running `Command { std: "docker" "start" "-a" "92790cc4dc8ae7be737795518f4cfd9c6acfb32dad3a6b7e771485fef65dacfb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "92790cc4dc8ae7be737795518f4cfd9c6acfb32dad3a6b7e771485fef65dacfb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "92790cc4dc8ae7be737795518f4cfd9c6acfb32dad3a6b7e771485fef65dacfb", kill_on_drop: false }`
[INFO] [stdout] 92790cc4dc8ae7be737795518f4cfd9c6acfb32dad3a6b7e771485fef65dacfb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f6dff00648978e43a774266c0b18599c9e411fd3b3fa51003f49675c2c8794fe
[INFO] running `Command { std: "docker" "start" "-a" "f6dff00648978e43a774266c0b18599c9e411fd3b3fa51003f49675c2c8794fe", kill_on_drop: false }`
[INFO] [stderr]    Compiling stanza v0.5.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/table.rs:91:16
[INFO] [stdout]    |
[INFO] [stdout] 91 |     pub fn col(&self, col: usize) -> Element<Col> {
[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] 91 |     pub fn col(&self, col: usize) -> Element<'_, Col> {
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/table.rs:100:16
[INFO] [stdout]     |
[INFO] [stdout] 100 |     pub fn row(&self, row_idx: usize) -> Element<Row> {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 100 |     pub fn row(&self, row_idx: usize) -> Element<'_, Row> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/table.rs:109:17
[INFO] [stdout]     |
[INFO] [stdout] 109 |     pub fn cell(&self, col_idx: usize, row_idx: usize) -> Element<Cell> {
[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] 109 |     pub fn cell(&self, col_idx: usize, row_idx: usize) -> Element<'_, Cell> {
[INFO] [stdout]     |                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/renderer.rs:32:32
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub fn render<R: Renderer>(&self, renderer: &R) -> Cow<str> {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub fn render<R: Renderer>(&self, renderer: &R) -> Cow<'_, str> {
[INFO] [stdout]    |                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/style.rs:99:35
[INFO] [stdout]    |
[INFO] [stdout] 99 |     fn resolve_or_default(styles: &Styles) -> Cow<Self>
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 99 |     fn resolve_or_default(styles: &Styles) -> Cow<'_, Self>
[INFO] [stdout]    |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
[INFO] running `Command { std: "docker" "inspect" "f6dff00648978e43a774266c0b18599c9e411fd3b3fa51003f49675c2c8794fe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f6dff00648978e43a774266c0b18599c9e411fd3b3fa51003f49675c2c8794fe", kill_on_drop: false }`
[INFO] [stdout] f6dff00648978e43a774266c0b18599c9e411fd3b3fa51003f49675c2c8794fe
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 703eaa20ffe428d94c47ec0a58a816a1bd9f0ba460f268ddc01dfa2baf845c50
[INFO] running `Command { std: "docker" "start" "-a" "703eaa20ffe428d94c47ec0a58a816a1bd9f0ba460f268ddc01dfa2baf845c50", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.70
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling crossbeam-utils v0.8.17
[INFO] [stderr]    Compiling serde v1.0.193
[INFO] [stderr]    Compiling either v1.9.0
[INFO] [stderr]    Compiling rayon-core v1.12.0
[INFO] [stderr]    Compiling serde_json v1.0.108
[INFO] [stderr]    Compiling ryu v1.0.16
[INFO] [stderr]    Compiling plotters-backend v0.3.5
[INFO] [stderr]    Compiling itoa v1.0.10
[INFO] [stderr]    Compiling ciborium-io v0.2.1
[INFO] [stderr]    Compiling half v1.8.2
[INFO] [stderr]    Compiling regex-syntax v0.8.2
[INFO] [stderr]    Compiling rustix v1.0.7
[INFO] [stderr]    Compiling anstyle v1.0.11
[INFO] [stderr]    Compiling clap_lex v0.7.5
[INFO] [stderr]    Compiling ciborium-ll v0.2.1
[INFO] [stderr]    Compiling memoffset v0.9.0
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]    Compiling clap_builder v4.5.40
[INFO] [stderr]    Compiling plotters-svg v0.3.5
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling syn v2.0.41
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.16
[INFO] [stderr]    Compiling linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling bitflags v2.4.1
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling crossbeam-deque v0.8.4
[INFO] [stderr]    Compiling walkdir v2.4.0
[INFO] [stderr]    Compiling regex-automata v0.4.3
[INFO] [stderr]    Compiling rayon v1.8.0
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling plotters v0.3.5
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling clap v4.5.40
[INFO] [stderr]    Compiling oorandom v11.1.3
[INFO] [stderr]    Compiling iana-time-zone v0.1.58
[INFO] [stderr]    Compiling terminal_size v0.4.2
[INFO] [stderr]    Compiling chrono v0.4.41
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/table.rs:91:16
[INFO] [stdout]    |
[INFO] [stdout] 91 |     pub fn col(&self, col: usize) -> Element<Col> {
[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] 91 |     pub fn col(&self, col: usize) -> Element<'_, Col> {
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/table.rs:100:16
[INFO] [stdout]     |
[INFO] [stdout] 100 |     pub fn row(&self, row_idx: usize) -> Element<Row> {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 100 |     pub fn row(&self, row_idx: usize) -> Element<'_, Row> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/table.rs:109:17
[INFO] [stdout]     |
[INFO] [stdout] 109 |     pub fn cell(&self, col_idx: usize, row_idx: usize) -> Element<Cell> {
[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] 109 |     pub fn cell(&self, col_idx: usize, row_idx: usize) -> Element<'_, Cell> {
[INFO] [stdout]     |                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/renderer.rs:32:32
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub fn render<R: Renderer>(&self, renderer: &R) -> Cow<str> {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub fn render<R: Renderer>(&self, renderer: &R) -> Cow<'_, str> {
[INFO] [stdout]    |                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/style.rs:99:35
[INFO] [stdout]    |
[INFO] [stdout] 99 |     fn resolve_or_default(styles: &Styles) -> Cow<Self>
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 99 |     fn resolve_or_default(styles: &Styles) -> Cow<'_, Self>
[INFO] [stdout]    |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling regex v1.10.2
[INFO] [stderr]    Compiling serde_derive v1.0.193
[INFO] [stderr]    Compiling ciborium v0.2.1
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling criterion v0.6.0
[INFO] [stderr]    Compiling stanza v0.5.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/table.rs:91:16
[INFO] [stdout]    |
[INFO] [stdout] 91 |     pub fn col(&self, col: usize) -> Element<Col> {
[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] 91 |     pub fn col(&self, col: usize) -> Element<'_, Col> {
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/table.rs:100:16
[INFO] [stdout]     |
[INFO] [stdout] 100 |     pub fn row(&self, row_idx: usize) -> Element<Row> {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 100 |     pub fn row(&self, row_idx: usize) -> Element<'_, Row> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/table.rs:109:17
[INFO] [stdout]     |
[INFO] [stdout] 109 |     pub fn cell(&self, col_idx: usize, row_idx: usize) -> Element<Cell> {
[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] 109 |     pub fn cell(&self, col_idx: usize, row_idx: usize) -> Element<'_, Cell> {
[INFO] [stdout]     |                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/renderer.rs:32:32
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub fn render<R: Renderer>(&self, renderer: &R) -> Cow<str> {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub fn render<R: Renderer>(&self, renderer: &R) -> Cow<'_, str> {
[INFO] [stdout]    |                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/style.rs:99:35
[INFO] [stdout]    |
[INFO] [stdout] 99 |     fn resolve_or_default(styles: &Styles) -> Cow<Self>
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 99 |     fn resolve_or_default(styles: &Styles) -> Cow<'_, Self>
[INFO] [stdout]    |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 48.13s
[INFO] running `Command { std: "docker" "inspect" "703eaa20ffe428d94c47ec0a58a816a1bd9f0ba460f268ddc01dfa2baf845c50", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "703eaa20ffe428d94c47ec0a58a816a1bd9f0ba460f268ddc01dfa2baf845c50", kill_on_drop: false }`
[INFO] [stdout] 703eaa20ffe428d94c47ec0a58a816a1bd9f0ba460f268ddc01dfa2baf845c50
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 96b0e6a3a7e2dfdd09606ae846772abbc479ee3efce72a36b170e3c0f11235af
[INFO] running `Command { std: "docker" "start" "-a" "96b0e6a3a7e2dfdd09606ae846772abbc479ee3efce72a36b170e3c0f11235af", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/table.rs:91:16
[INFO] [stderr]    |
[INFO] [stderr] 91 |     pub fn col(&self, col: usize) -> Element<Col> {
[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] 91 |     pub fn col(&self, col: usize) -> Element<'_, Col> {
[INFO] [stderr]    |                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/table.rs:100:16
[INFO] [stderr]     |
[INFO] [stderr] 100 |     pub fn row(&self, row_idx: usize) -> Element<Row> {
[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] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 100 |     pub fn row(&self, row_idx: usize) -> Element<'_, Row> {
[INFO] [stderr]     |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/table.rs:109:17
[INFO] [stderr]     |
[INFO] [stderr] 109 |     pub fn cell(&self, col_idx: usize, row_idx: usize) -> Element<Cell> {
[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] 109 |     pub fn cell(&self, col_idx: usize, row_idx: usize) -> Element<'_, Cell> {
[INFO] [stderr]     |                                                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/renderer.rs:32:32
[INFO] [stderr]    |
[INFO] [stderr] 32 |     pub fn render<R: Renderer>(&self, renderer: &R) -> Cow<str> {
[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] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 32 |     pub fn render<R: Renderer>(&self, renderer: &R) -> Cow<'_, str> {
[INFO] [stderr]    |                                                            +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/style.rs:99:35
[INFO] [stderr]    |
[INFO] [stderr] 99 |     fn resolve_or_default(styles: &Styles) -> Cow<Self>
[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] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 99 |     fn resolve_or_default(styles: &Styles) -> Cow<'_, Self>
[INFO] [stderr]    |                                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: `stanza` (lib) generated 5 warnings (run `cargo fix --lib -p stanza` to apply 5 suggestions)
[INFO] [stderr] warning: `stanza` (lib test) generated 5 warnings (5 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/stanza-3f9df0325947942e)
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stdout] test renderer::tests::split_preserving_whitespace ... ok
[INFO] [stdout] test renderer::tests::wrap ... ok
[INFO] [stdout] test style::tests::resolve ... ok
[INFO] [stdout] test table::tests::cell_style_assignability_allows ... ok
[INFO] [stdout] test table::tests::col_style_assignability_allows ... ok
[INFO] [stdout] test table::tests::row_style_assignability_allows ... ok
[INFO] [stdout] test style::tests::assignability ... ok
[INFO] [stdout] test style::tests::can_clone ... ok
[INFO] [stdout] test table::tests::cell_style_assignability_panics - should panic ... ok
[INFO] [stdout] test table::tests::col_style_assignability_panics - should panic ... ok
[INFO] [stdout] test table::tests::row_style_assignability_panics - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests stanza
[INFO] [stdout] 
[INFO] [stdout] running 12 tests
[INFO] [stdout] test src/lib.rs - readme (line 229) ... ok
[INFO] [stdout] test src/lib.rs - readme (line 396) ... ok
[INFO] [stdout] test src/lib.rs - readme (line 156) ... ok
[INFO] [stdout] test src/lib.rs - readme (line 510) ... ok
[INFO] [stdout] test src/lib.rs - readme (line 563) ... ok
[INFO] [stdout] test src/lib.rs - readme (line 303) ... ok
[INFO] [stdout] test src/lib.rs - readme (line 122) ... ok
[INFO] [stdout] test src/lib.rs - readme (line 80) ... ok
[INFO] [stdout] test src/lib.rs - readme (line 624) ... ok
[INFO] [stdout] test src/lib.rs - readme (line 44) ... ok
[INFO] [stdout] test src/renderer.rs - renderer::split_preserving_whitespace (line 200) ... ok
[INFO] [stdout] test src/lib.rs - readme (line 464) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.29s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "96b0e6a3a7e2dfdd09606ae846772abbc479ee3efce72a36b170e3c0f11235af", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "96b0e6a3a7e2dfdd09606ae846772abbc479ee3efce72a36b170e3c0f11235af", kill_on_drop: false }`
[INFO] [stdout] 96b0e6a3a7e2dfdd09606ae846772abbc479ee3efce72a36b170e3c0f11235af
