[INFO] fetching crate omnipaxos_ui 0.1.0... [INFO] testing omnipaxos_ui-0.1.0 against master#562dee4820c458d823175268e41601d4c060588a for pr-154210-2 [INFO] extracting crate omnipaxos_ui 0.1.0 into /workspace/builds/worker-1-tc1/source [INFO] started tweaking crates.io crate omnipaxos_ui 0.1.0 [INFO] finished tweaking crates.io crate omnipaxos_ui 0.1.0 [INFO] tweaked toml for crates.io crate omnipaxos_ui 0.1.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate omnipaxos_ui 0.1.0 on toolchain 562dee4820c458d823175268e41601d4c060588a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 100 packages to latest compatible versions [INFO] [stderr] Adding crossterm v0.26.1 (available: v0.29.0) [INFO] [stderr] Adding ratatui v0.23.0 (available: v0.30.0) [INFO] [stderr] Adding tui-logger v0.9.6 (available: v0.18.2) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded omnipaxos_macros v0.1.3 [INFO] [stderr] Downloaded slog-term v2.9.2 [INFO] [stderr] Downloaded term v1.2.1 [INFO] [stderr] Downloaded omnipaxos v0.2.2 [INFO] [stderr] Downloaded ratatui v0.23.0 [INFO] [stderr] Downloaded tui-logger v0.9.6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bcfc27f3485559db3b6e6b78ef2734b245845ca2fa42d5549357d3997d72e0b3 [INFO] running `Command { std: "docker" "start" "-a" "bcfc27f3485559db3b6e6b78ef2734b245845ca2fa42d5549357d3997d72e0b3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bcfc27f3485559db3b6e6b78ef2734b245845ca2fa42d5549357d3997d72e0b3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bcfc27f3485559db3b6e6b78ef2734b245845ca2fa42d5549357d3997d72e0b3", kill_on_drop: false }` [INFO] [stdout] bcfc27f3485559db3b6e6b78ef2734b245845ca2fa42d5549357d3997d72e0b3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3a9784710c51038132bbbb3f28658fe4029d88bc1087b115bbacdfd1eaadd314 [INFO] running `Command { std: "docker" "start" "-a" "3a9784710c51038132bbbb3f28658fe4029d88bc1087b115bbacdfd1eaadd314", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling num-conv v0.2.1 [INFO] [stderr] Compiling errno v0.3.14 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling mio v0.8.11 [INFO] [stderr] Compiling slog-async v2.8.0 [INFO] [stderr] Compiling bitflags v2.11.1 [INFO] [stderr] Compiling itertools v0.11.0 [INFO] [stderr] Compiling is-terminal v0.4.17 [INFO] [stderr] Compiling take_mut v0.2.2 [INFO] [stderr] Compiling term v1.2.1 [INFO] [stderr] Compiling indoc v2.0.7 [INFO] [stderr] Compiling unicode-segmentation v1.13.2 [INFO] [stderr] Compiling strum_macros v0.25.3 [INFO] [stderr] Compiling omnipaxos_macros v0.1.3 [INFO] [stderr] Compiling time-macros v0.2.27 [INFO] [stderr] Compiling signal-hook-registry v1.4.8 [INFO] [stderr] Compiling signal-hook v0.3.18 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling signal-hook-mio v0.2.5 [INFO] [stderr] Compiling crossterm v0.27.0 [INFO] [stderr] Compiling crossterm v0.26.1 [INFO] [stderr] Compiling time v0.3.47 [INFO] [stderr] Compiling erased-serde v0.3.31 [INFO] [stderr] Compiling strum v0.25.0 [INFO] [stderr] Compiling ratatui v0.23.0 [INFO] [stderr] Compiling slog v2.8.2 [INFO] [stderr] Compiling slog-term v2.9.2 [INFO] [stderr] Compiling omnipaxos v0.2.2 [INFO] [stderr] Compiling tui-logger v0.9.6 [INFO] [stderr] Compiling omnipaxos_ui v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/render.rs:155:20 [INFO] [stdout] | [INFO] [stdout] 155 | fn draw_chart(app: &App, window_width: usize) -> BarChart { [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] 155 | fn draw_chart(app: &App, window_width: usize) -> BarChart<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.75s [INFO] running `Command { std: "docker" "inspect" "3a9784710c51038132bbbb3f28658fe4029d88bc1087b115bbacdfd1eaadd314", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3a9784710c51038132bbbb3f28658fe4029d88bc1087b115bbacdfd1eaadd314", kill_on_drop: false }` [INFO] [stdout] 3a9784710c51038132bbbb3f28658fe4029d88bc1087b115bbacdfd1eaadd314 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fd101e5b512a7eeff899b810053d4bce6b82cb5f74abab74c4a88576becbcf21 [INFO] running `Command { std: "docker" "start" "-a" "fd101e5b512a7eeff899b810053d4bce6b82cb5f74abab74c4a88576becbcf21", kill_on_drop: false }` [INFO] [stderr] Compiling omnipaxos_ui v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/render.rs:155:20 [INFO] [stdout] | [INFO] [stdout] 155 | fn draw_chart(app: &App, window_width: usize) -> BarChart { [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] 155 | fn draw_chart(app: &App, window_width: usize) -> BarChart<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/render.rs:155:20 [INFO] [stdout] | [INFO] [stdout] 155 | fn draw_chart(app: &App, window_width: usize) -> BarChart { [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] 155 | fn draw_chart(app: &App, window_width: usize) -> BarChart<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.67s [INFO] running `Command { std: "docker" "inspect" "fd101e5b512a7eeff899b810053d4bce6b82cb5f74abab74c4a88576becbcf21", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fd101e5b512a7eeff899b810053d4bce6b82cb5f74abab74c4a88576becbcf21", kill_on_drop: false }` [INFO] [stdout] fd101e5b512a7eeff899b810053d4bce6b82cb5f74abab74c4a88576becbcf21 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 197ff4201cba81a1f025b54d01e1b0115ba2d48fd5138f0d4cc6597627a29b18 [INFO] running `Command { std: "docker" "start" "-a" "197ff4201cba81a1f025b54d01e1b0115ba2d48fd5138f0d4cc6597627a29b18", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/render.rs:155:20 [INFO] [stderr] | [INFO] [stderr] 155 | fn draw_chart(app: &App, window_width: usize) -> BarChart { [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] 155 | fn draw_chart(app: &App, window_width: usize) -> BarChart<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `omnipaxos_ui` (lib) generated 1 warning (run `cargo fix --lib -p omnipaxos_ui` to apply 1 suggestion) [INFO] [stderr] warning: `omnipaxos_ui` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stdout] [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] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/omnipaxos_ui-86d25beee14bd6e9) [INFO] [stderr] Doc-tests omnipaxos_ui [INFO] [stdout] [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] running `Command { std: "docker" "inspect" "197ff4201cba81a1f025b54d01e1b0115ba2d48fd5138f0d4cc6597627a29b18", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "197ff4201cba81a1f025b54d01e1b0115ba2d48fd5138f0d4cc6597627a29b18", kill_on_drop: false }` [INFO] [stdout] 197ff4201cba81a1f025b54d01e1b0115ba2d48fd5138f0d4cc6597627a29b18