[INFO] cloning repository https://github.com/jsoverson/hawk [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jsoverson/hawk" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjsoverson%2Fhawk", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjsoverson%2Fhawk'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ba3c1402d68a32e82d54604fb2e603e2e3b2b4a1 [INFO] testing jsoverson/hawk against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjsoverson%2Fhawk" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-4-tc1/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/jsoverson/hawk [INFO] finished tweaking git repo https://github.com/jsoverson/hawk [INFO] tweaked toml for git repo https://github.com/jsoverson/hawk written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/jsoverson/hawk on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/jsoverson/hawk 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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded serial-windows v0.4.0 [INFO] [stderr] Downloaded serial v0.4.0 [INFO] [stderr] Downloaded portable-pty v0.8.1 [INFO] [stderr] Downloaded ioctl-rs v0.1.6 [INFO] [stderr] Downloaded serial-unix v0.4.0 [INFO] [stderr] Downloaded vt100 v0.15.2 [INFO] [stderr] Downloaded instability v0.3.2 [INFO] [stderr] Downloaded filedescriptor v0.8.2 [INFO] [stderr] Downloaded tui-term v0.2.0 [INFO] [stderr] Downloaded compact_str v0.8.0 [INFO] [stderr] Downloaded serial-core v0.4.0 [INFO] [stderr] Downloaded cc v1.1.34 [INFO] [stderr] Downloaded rustix v0.38.39 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 44ec2ac2ea934a7ee4a644fefc00dfef3cad9042a81d2c217c880803b36afd60 [INFO] running `Command { std: "docker" "start" "-a" "44ec2ac2ea934a7ee4a644fefc00dfef3cad9042a81d2c217c880803b36afd60", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "44ec2ac2ea934a7ee4a644fefc00dfef3cad9042a81d2c217c880803b36afd60", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "44ec2ac2ea934a7ee4a644fefc00dfef3cad9042a81d2c217c880803b36afd60", kill_on_drop: false }` [INFO] [stdout] 44ec2ac2ea934a7ee4a644fefc00dfef3cad9042a81d2c217c880803b36afd60 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3bda9c70fd5b60eb772684d1026c04ca8a5d2af25f31da87226fa12e0db09513 [INFO] running `Command { std: "docker" "start" "-a" "3bda9c70fd5b60eb772684d1026c04ca8a5d2af25f31da87226fa12e0db09513", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.161 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling rustix v0.38.39 [INFO] [stderr] Compiling syn v2.0.87 [INFO] [stderr] Compiling cc v1.1.34 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling linux-raw-sys v0.4.14 [INFO] [stderr] Compiling thiserror v1.0.68 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling hashbrown v0.15.1 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling vte_generate_state_changes v0.1.2 [INFO] [stderr] Compiling tracing-subscriber v0.3.18 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling castaway v0.2.3 [INFO] [stderr] Compiling num_threads v0.1.7 [INFO] [stderr] Compiling gimli v0.28.1 [INFO] [stderr] Compiling unicode-segmentation v1.12.0 [INFO] [stderr] Compiling serde v1.0.214 [INFO] [stderr] Compiling eyre v0.6.12 [INFO] [stderr] Compiling compact_str v0.8.0 [INFO] [stderr] Compiling signal-hook-registry v1.4.2 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling mio v1.0.2 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling signal-hook v0.3.17 [INFO] [stderr] Compiling backtrace v0.3.71 [INFO] [stderr] Compiling signal-hook-mio v0.2.4 [INFO] [stderr] Compiling ioctl-rs v0.1.6 [INFO] [stderr] Compiling serial-core v0.4.0 [INFO] [stderr] Compiling termios v0.2.2 [INFO] [stderr] Compiling crossterm v0.28.1 [INFO] [stderr] Compiling unicode-truncate v1.1.0 [INFO] [stderr] Compiling tracing-error v0.2.0 [INFO] [stderr] Compiling serial-unix v0.4.0 [INFO] [stderr] Compiling time v0.3.36 [INFO] [stderr] Compiling miniz_oxide v0.7.4 [INFO] [stderr] Compiling vte v0.11.1 [INFO] [stderr] Compiling lru v0.12.5 [INFO] [stderr] Compiling object v0.32.2 [INFO] [stderr] Compiling cassowary v0.3.0 [INFO] [stderr] Compiling rustc-demangle v0.1.24 [INFO] [stderr] Compiling addr2line v0.21.0 [INFO] [stderr] Compiling indoc v2.0.5 [INFO] [stderr] Compiling serde_json v1.0.132 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling unicode-width v0.2.0 [INFO] [stderr] Compiling indenter v0.3.3 [INFO] [stderr] Compiling owo-colors v3.5.0 [INFO] [stderr] Compiling nix v0.25.1 [INFO] [stderr] Compiling clap_builder v4.5.20 [INFO] [stderr] Compiling vt100 v0.15.2 [INFO] [stderr] Compiling serial v0.4.0 [INFO] [stderr] Compiling downcast-rs v1.2.1 [INFO] [stderr] Compiling shell-words v1.1.0 [INFO] [stderr] Compiling color-spantrace v0.2.1 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling thiserror-impl v1.0.68 [INFO] [stderr] Compiling instability v0.3.2 [INFO] [stderr] Compiling serde_derive v1.0.214 [INFO] [stderr] Compiling clap_derive v4.5.18 [INFO] [stderr] Compiling filedescriptor v0.8.2 [INFO] [stderr] Compiling regex-automata v0.4.8 [INFO] [stderr] Compiling strum v0.26.3 [INFO] [stderr] Compiling ratatui v0.29.0 [INFO] [stderr] Compiling tokio-macros v2.4.0 [INFO] [stderr] Compiling clap v4.5.20 [INFO] [stderr] Compiling color-eyre v0.6.3 [INFO] [stderr] Compiling portable-pty v0.8.1 [INFO] [stderr] Compiling tokio v1.41.0 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling tui-term v0.2.0 [INFO] [stderr] Compiling hawktui v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/procfile.rs:47:57 [INFO] [stdout] | [INFO] [stdout] 47 | pub(crate) fn parse<'a>(content: &'a str) -> Result> { [INFO] [stdout] | -- ^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 47 | pub(crate) fn parse<'a>(content: &'a str) -> Result>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s [INFO] running `Command { std: "docker" "inspect" "3bda9c70fd5b60eb772684d1026c04ca8a5d2af25f31da87226fa12e0db09513", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3bda9c70fd5b60eb772684d1026c04ca8a5d2af25f31da87226fa12e0db09513", kill_on_drop: false }` [INFO] [stdout] 3bda9c70fd5b60eb772684d1026c04ca8a5d2af25f31da87226fa12e0db09513 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d2132ae31d747f6489296a9669d9c568c8388be24e542c04f0f9759302f22984 [INFO] running `Command { std: "docker" "start" "-a" "d2132ae31d747f6489296a9669d9c568c8388be24e542c04f0f9759302f22984", kill_on_drop: false }` [INFO] [stderr] Compiling hawktui v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/procfile.rs:47:57 [INFO] [stdout] | [INFO] [stdout] 47 | pub(crate) fn parse<'a>(content: &'a str) -> Result> { [INFO] [stdout] | -- ^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 47 | pub(crate) fn parse<'a>(content: &'a str) -> Result>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.35s [INFO] running `Command { std: "docker" "inspect" "d2132ae31d747f6489296a9669d9c568c8388be24e542c04f0f9759302f22984", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d2132ae31d747f6489296a9669d9c568c8388be24e542c04f0f9759302f22984", kill_on_drop: false }` [INFO] [stdout] d2132ae31d747f6489296a9669d9c568c8388be24e542c04f0f9759302f22984 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] cef56fc51746801336ae958d7ce0c7637f374096ee94749f02181d5703c709eb [INFO] running `Command { std: "docker" "start" "-a" "cef56fc51746801336ae958d7ce0c7637f374096ee94749f02181d5703c709eb", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/procfile.rs:47:57 [INFO] [stderr] | [INFO] [stderr] 47 | pub(crate) fn parse<'a>(content: &'a str) -> Result> { [INFO] [stderr] | -- ^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is named 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: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 47 | pub(crate) fn parse<'a>(content: &'a str) -> Result>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `hawktui` (bin "hawktui" test) generated 1 warning (run `cargo fix --bin "hawktui" --tests` to apply 1 suggestion) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.17s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/hawktui-8e7c5af04d28c1a4) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test procfile::tests::one_process ... ok [INFO] [stdout] test procfile::tests::test_display ... ok [INFO] [stdout] test procfile::tests::invalid_process ... ok [INFO] [stdout] test procfile::tests::multiple_process ... ok [INFO] [stdout] test procfile::tests::no_process ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "cef56fc51746801336ae958d7ce0c7637f374096ee94749f02181d5703c709eb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cef56fc51746801336ae958d7ce0c7637f374096ee94749f02181d5703c709eb", kill_on_drop: false }` [INFO] [stdout] cef56fc51746801336ae958d7ce0c7637f374096ee94749f02181d5703c709eb