[INFO] fetching crate rund 0.1.1...
[INFO] testing rund-0.1.1 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate rund 0.1.1 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate rund 0.1.1
[INFO] finished tweaking crates.io crate rund 0.1.1
[INFO] tweaked toml for crates.io crate rund 0.1.1 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate rund 0.1.1 on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate rund 0.1.1 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" "+beta-2026-04-21" "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-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 72da24ac3ffe9d93e0e2dd0f54b852d4313210003555fcbb015321b398fa26ce
[INFO] running `Command { std: "docker" "start" "-a" "72da24ac3ffe9d93e0e2dd0f54b852d4313210003555fcbb015321b398fa26ce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "72da24ac3ffe9d93e0e2dd0f54b852d4313210003555fcbb015321b398fa26ce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "72da24ac3ffe9d93e0e2dd0f54b852d4313210003555fcbb015321b398fa26ce", kill_on_drop: false }`
[INFO] [stdout] 72da24ac3ffe9d93e0e2dd0f54b852d4313210003555fcbb015321b398fa26ce
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4914b9644ad2c4f5151d32f22690abef56b7a9c623f3bf488f4ff2933effe3f7
[INFO] running `Command { std: "docker" "start" "-a" "4914b9644ad2c4f5151d32f22690abef56b7a9c623f3bf488f4ff2933effe3f7", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.178
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling flate2 v1.1.5
[INFO] [stderr]    Compiling bytemuck v1.24.0
[INFO] [stderr]    Compiling x11rb-protocol v0.13.2
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling png v0.18.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling image v0.25.9
[INFO] [stderr]    Compiling gethostname v1.1.0
[INFO] [stderr]    Compiling x11rb v0.13.2
[INFO] [stderr]    Compiling arboard v3.6.1
[INFO] [stderr]    Compiling rund v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::thread`
[INFO] [stdout]  --> src/main.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::thread;
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::time::Duration`
[INFO] [stdout]  --> src/main.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::time::Duration;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]     --> src/main.rs:1152:5
[INFO] [stdout]      |
[INFO] [stdout] 1146 | /         return Err(io::Error::new(
[INFO] [stdout] 1147 | |             io::ErrorKind::NotFound,
[INFO] [stdout] 1148 | |             "No supported terminal found. Please install: alacritty, kitty, gnome-terminal, konsole, or xterm",
[INFO] [stdout] 1149 | |         ));
[INFO] [stdout]      | |__________- any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 1152 |       Ok(())
[INFO] [stdout]      |       ^^^^^^ unreachable expression
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]     --> src/main.rs:1129:22
[INFO] [stdout]      |
[INFO] [stdout] 1129 |                     &format!("initial_window_height={}c", geom.height / 16),
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use
[INFO] [stdout] ...
[INFO] [stdout] 1138 |         ];
[INFO] [stdout]      |          - temporary value is freed at the end of this statement
[INFO] [stdout] 1139 |
[INFO] [stdout] 1140 |         for (term, args) in &terminals {
[INFO] [stdout]      |                             ---------- borrow later used here
[INFO] [stdout]      |
[INFO] [stdout]      = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]     --> src/main.rs:1127:22
[INFO] [stdout]      |
[INFO] [stdout] 1127 |                     &format!("initial_window_width={}c", geom.width / 8),
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use
[INFO] [stdout] ...
[INFO] [stdout] 1138 |         ];
[INFO] [stdout]      |          - temporary value is freed at the end of this statement
[INFO] [stdout] 1139 |
[INFO] [stdout] 1140 |         for (term, args) in &terminals {
[INFO] [stdout]      |                             ---------- borrow later used here
[INFO] [stdout]      |
[INFO] [stdout]      = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]     --> src/main.rs:1116:22
[INFO] [stdout]      |
[INFO] [stdout] 1116 |                     &format!("window.position.y={}", geom.y),
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use
[INFO] [stdout] ...
[INFO] [stdout] 1138 |         ];
[INFO] [stdout]      |          - temporary value is freed at the end of this statement
[INFO] [stdout] 1139 |
[INFO] [stdout] 1140 |         for (term, args) in &terminals {
[INFO] [stdout]      |                             ---------- borrow later used here
[INFO] [stdout]      |
[INFO] [stdout]      = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]     --> src/main.rs:1114:22
[INFO] [stdout]      |
[INFO] [stdout] 1114 |                     &format!("window.position.x={}", geom.x),
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use
[INFO] [stdout] ...
[INFO] [stdout] 1138 |         ];
[INFO] [stdout]      |          - temporary value is freed at the end of this statement
[INFO] [stdout] 1139 |
[INFO] [stdout] 1140 |         for (term, args) in &terminals {
[INFO] [stdout]      |                             ---------- borrow later used here
[INFO] [stdout]      |
[INFO] [stdout]      = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]     --> src/main.rs:1112:22
[INFO] [stdout]      |
[INFO] [stdout] 1112 |                     &format!("window.dimensions.lines={}", geom.height / 16),
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use
[INFO] [stdout] ...
[INFO] [stdout] 1138 |         ];
[INFO] [stdout]      |          - temporary value is freed at the end of this statement
[INFO] [stdout] 1139 |
[INFO] [stdout] 1140 |         for (term, args) in &terminals {
[INFO] [stdout]      |                             ---------- borrow later used here
[INFO] [stdout]      |
[INFO] [stdout]      = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]     --> src/main.rs:1110:22
[INFO] [stdout]      |
[INFO] [stdout] 1110 |                     &format!("window.dimensions.columns={}", geom.width / 8),
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use
[INFO] [stdout] ...
[INFO] [stdout] 1138 |         ];
[INFO] [stdout]      |          - temporary value is freed at the end of this statement
[INFO] [stdout] 1139 |
[INFO] [stdout] 1140 |         for (term, args) in &terminals {
[INFO] [stdout]      |                             ---------- borrow later used here
[INFO] [stdout]      |
[INFO] [stdout]      = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `backup_dir`
[INFO] [stdout]    --> src/main.rs:900:9
[INFO] [stdout]     |
[INFO] [stdout] 900 |     let backup_dir = options
[INFO] [stdout]     |         ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_backup_dir`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `initial_hash`
[INFO] [stdout]    --> src/main.rs:906:21
[INFO] [stdout]     |
[INFO] [stdout] 906 |     let (file_path, initial_hash) = if options.use_clipboard || options.output_file.is_some() {
[INFO] [stdout]     |                     ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_initial_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `final_app`
[INFO] [stdout]     --> src/main.rs:1017:9
[INFO] [stdout]      |
[INFO] [stdout] 1017 |     let final_app = if is_type_command && !needs_pause {
[INFO] [stdout]      |         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_final_app`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0716`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rund` (bin "rund") due to 6 previous errors; 6 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "4914b9644ad2c4f5151d32f22690abef56b7a9c623f3bf488f4ff2933effe3f7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4914b9644ad2c4f5151d32f22690abef56b7a9c623f3bf488f4ff2933effe3f7", kill_on_drop: false }`
[INFO] [stdout] 4914b9644ad2c4f5151d32f22690abef56b7a9c623f3bf488f4ff2933effe3f7
