[INFO] fetching crate tui-widget-list 0.12.2... [INFO] checking tui-widget-list-0.12.2 against try#c387b04bf028733cd561d62128c8a5eee4bc1458+rustflags=-Dtail_expr_drop_order for pr-130930 [INFO] extracting crate tui-widget-list 0.12.2 into /workspace/builds/worker-3-tc2/source [INFO] validating manifest of crates.io crate tui-widget-list 0.12.2 on toolchain c387b04bf028733cd561d62128c8a5eee4bc1458 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c387b04bf028733cd561d62128c8a5eee4bc1458" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate tui-widget-list 0.12.2 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate tui-widget-list 0.12.2 [INFO] tweaked toml for crates.io crate tui-widget-list 0.12.2 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] crate crates.io crate tui-widget-list 0.12.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" "+c387b04bf028733cd561d62128c8a5eee4bc1458" "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-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:6252d7ea7fb8caaf7af6d800c5fb250a9cd862b9a7f9508afb3c54fa7fe1102e" "/opt/rustwide/cargo-home/bin/cargo" "+c387b04bf028733cd561d62128c8a5eee4bc1458" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 620a85b245949552d9ee8ef3364b360a6c0ea1f5a8fdad361bbddcb9205db9b5 [INFO] running `Command { std: "docker" "start" "-a" "620a85b245949552d9ee8ef3364b360a6c0ea1f5a8fdad361bbddcb9205db9b5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "620a85b245949552d9ee8ef3364b360a6c0ea1f5a8fdad361bbddcb9205db9b5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "620a85b245949552d9ee8ef3364b360a6c0ea1f5a8fdad361bbddcb9205db9b5", kill_on_drop: false }` [INFO] [stdout] 620a85b245949552d9ee8ef3364b360a6c0ea1f5a8fdad361bbddcb9205db9b5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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 -Dtail_expr_drop_order" "-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:6252d7ea7fb8caaf7af6d800c5fb250a9cd862b9a7f9508afb3c54fa7fe1102e" "/opt/rustwide/cargo-home/bin/cargo" "+c387b04bf028733cd561d62128c8a5eee4bc1458" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f7559f2602456ba294e7f0e0f27495131548cec51a9273727b4b9bb43d0a1306 [INFO] running `Command { std: "docker" "start" "-a" "f7559f2602456ba294e7f0e0f27495131548cec51a9273727b4b9bb43d0a1306", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling rustversion v1.0.17 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stderr] Compiling signal-hook v0.3.17 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Checking zerocopy v0.7.35 [INFO] [stderr] Checking once_cell v1.19.0 [INFO] [stderr] Compiling rustix v0.38.34 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Checking log v0.4.22 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Checking bitflags v2.6.0 [INFO] [stderr] Checking allocator-api2 v0.2.18 [INFO] [stderr] Checking linux-raw-sys v0.4.14 [INFO] [stderr] Checking either v1.13.0 [INFO] [stderr] Checking itoa v1.0.11 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Checking unicode-segmentation v1.11.0 [INFO] [stderr] Checking ryu v1.0.18 [INFO] [stderr] Checking unicode-width v0.1.13 [INFO] [stderr] Checking cassowary v0.3.0 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Checking itertools v0.13.0 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Checking castaway v0.2.3 [INFO] [stderr] Checking compact_str v0.8.0 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling syn v2.0.72 [INFO] [stderr] Checking signal-hook-registry v1.4.2 [INFO] [stderr] Checking mio v1.0.2 [INFO] [stderr] Checking lru v0.12.3 [INFO] [stderr] Checking parking_lot v0.12.3 [INFO] [stderr] Checking signal-hook-mio v0.2.4 [INFO] [stderr] Checking crossterm v0.28.1 [INFO] [stderr] Checking unicode-truncate v1.1.0 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling instability v0.3.2 [INFO] [stderr] Checking strum v0.26.3 [INFO] [stderr] Checking ratatui v0.28.0 [INFO] [stderr] Checking tui-widget-list v0.12.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated constants `WHITE`, `GRAY`, and `TEAL` are never used [INFO] [stdout] --> examples/common/lib.rs:24:15 [INFO] [stdout] | [INFO] [stdout] 22 | impl Colors { [INFO] [stdout] | ----------- associated constants in this implementation [INFO] [stdout] 23 | pub const BLACK: Color = Color::Rgb(0, 0, 0); [INFO] [stdout] 24 | pub const WHITE: Color = Color::Rgb(255, 255, 255); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 27 | pub const GRAY: Color = Color::Rgb(96, 96, 96); [INFO] [stdout] | ^^^^ [INFO] [stdout] 28 | pub const TEAL: Color = Color::Rgb(0, 128, 128); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Block` is never constructed [INFO] [stdout] --> examples/common/lib.rs:31:12 [INFO] [stdout] | [INFO] [stdout] 31 | pub struct Block; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated functions `disabled` and `selected` are never used [INFO] [stdout] --> examples/common/lib.rs:33:12 [INFO] [stdout] | [INFO] [stdout] 32 | impl Block { [INFO] [stdout] | ---------- associated functions in this implementation [INFO] [stdout] 33 | pub fn disabled() -> ratatui::widgets::Block<'static> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 39 | pub fn selected() -> ratatui::widgets::Block<'static> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> examples/common/item_container.rs:15:12 [INFO] [stdout] | [INFO] [stdout] 14 | impl<'a, W> ListItemContainer<'a, W> { [INFO] [stdout] | ------------------------------------ associated function in this implementation [INFO] [stdout] 15 | pub fn new(child: W, padding: Padding) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `TEAL` is never used [INFO] [stdout] --> examples/common/lib.rs:28:15 [INFO] [stdout] | [INFO] [stdout] 22 | impl Colors { [INFO] [stdout] | ----------- associated constant in this implementation [INFO] [stdout] ... [INFO] [stdout] 28 | pub const TEAL: Color = Color::Rgb(0, 128, 128); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constants `WHITE`, `ORANGE`, `GRAY`, and `TEAL` are never used [INFO] [stdout] --> examples/common/lib.rs:24:15 [INFO] [stdout] | [INFO] [stdout] 22 | impl Colors { [INFO] [stdout] | ----------- associated constants in this implementation [INFO] [stdout] 23 | pub const BLACK: Color = Color::Rgb(0, 0, 0); [INFO] [stdout] 24 | pub const WHITE: Color = Color::Rgb(255, 255, 255); [INFO] [stdout] | ^^^^^ [INFO] [stdout] 25 | pub const CHARCOAL: Color = Color::Rgb(28, 28, 32); [INFO] [stdout] 26 | pub const ORANGE: Color = Color::Rgb(255, 153, 0); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 27 | pub const GRAY: Color = Color::Rgb(96, 96, 96); [INFO] [stdout] | ^^^^ [INFO] [stdout] 28 | pub const TEAL: Color = Color::Rgb(0, 128, 128); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Block` is never constructed [INFO] [stdout] --> examples/common/lib.rs:31:12 [INFO] [stdout] | [INFO] [stdout] 31 | pub struct Block; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated functions `disabled` and `selected` are never used [INFO] [stdout] --> examples/common/lib.rs:33:12 [INFO] [stdout] | [INFO] [stdout] 32 | impl Block { [INFO] [stdout] | ---------- associated functions in this implementation [INFO] [stdout] 33 | pub fn disabled() -> ratatui::widgets::Block<'static> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 39 | pub fn selected() -> ratatui::widgets::Block<'static> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> examples/common/item_container.rs:15:12 [INFO] [stdout] | [INFO] [stdout] 14 | impl<'a, W> ListItemContainer<'a, W> { [INFO] [stdout] | ------------------------------------ associated function in this implementation [INFO] [stdout] 15 | pub fn new(child: W, padding: Padding) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constants `BLACK`, `WHITE`, `ORANGE`, and `GRAY` are never used [INFO] [stdout] --> examples/common/lib.rs:23:15 [INFO] [stdout] | [INFO] [stdout] 22 | impl Colors { [INFO] [stdout] | ----------- associated constants in this implementation [INFO] [stdout] 23 | pub const BLACK: Color = Color::Rgb(0, 0, 0); [INFO] [stdout] | ^^^^^ [INFO] [stdout] 24 | pub const WHITE: Color = Color::Rgb(255, 255, 255); [INFO] [stdout] | ^^^^^ [INFO] [stdout] 25 | pub const CHARCOAL: Color = Color::Rgb(28, 28, 32); [INFO] [stdout] 26 | pub const ORANGE: Color = Color::Rgb(255, 153, 0); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 27 | pub const GRAY: Color = Color::Rgb(96, 96, 96); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Block` is never constructed [INFO] [stdout] --> examples/common/lib.rs:31:12 [INFO] [stdout] | [INFO] [stdout] 31 | pub struct Block; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated functions `disabled` and `selected` are never used [INFO] [stdout] --> examples/common/lib.rs:33:12 [INFO] [stdout] | [INFO] [stdout] 32 | impl Block { [INFO] [stdout] | ---------- associated functions in this implementation [INFO] [stdout] 33 | pub fn disabled() -> ratatui::widgets::Block<'static> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 39 | pub fn selected() -> ratatui::widgets::Block<'static> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> examples/common/item_container.rs:15:12 [INFO] [stdout] | [INFO] [stdout] 14 | impl<'a, W> ListItemContainer<'a, W> { [INFO] [stdout] | ------------------------------------ associated function in this implementation [INFO] [stdout] 15 | pub fn new(child: W, padding: Padding) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.76s [INFO] running `Command { std: "docker" "inspect" "f7559f2602456ba294e7f0e0f27495131548cec51a9273727b4b9bb43d0a1306", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f7559f2602456ba294e7f0e0f27495131548cec51a9273727b4b9bb43d0a1306", kill_on_drop: false }` [INFO] [stdout] f7559f2602456ba294e7f0e0f27495131548cec51a9273727b4b9bb43d0a1306