[INFO] cloning repository https://github.com/ekshore/carrier-pigeon
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ekshore/carrier-pigeon" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fekshore%2Fcarrier-pigeon", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fekshore%2Fcarrier-pigeon'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7a7a22f8ea9cd1fe10f7d8706442928abef5e5fc
[INFO] building ekshore/carrier-pigeon against try#4987e9d4227139400384ab59296ffee3b0fb1183 for pr-146237-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fekshore%2Fcarrier-pigeon" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ekshore/carrier-pigeon
[INFO] finished tweaking git repo https://github.com/ekshore/carrier-pigeon
[INFO] tweaked toml for git repo https://github.com/ekshore/carrier-pigeon written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ekshore/carrier-pigeon on toolchain 4987e9d4227139400384ab59296ffee3b0fb1183
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ekshore/carrier-pigeon 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" "+4987e9d4227139400384ab59296ffee3b0fb1183" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 47a7817a647a3267a70467a7e7b2323dcab5e89de907d627e19bdffa8a7a4edb
[INFO] running `Command { std: "docker" "start" "-a" "47a7817a647a3267a70467a7e7b2323dcab5e89de907d627e19bdffa8a7a4edb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "47a7817a647a3267a70467a7e7b2323dcab5e89de907d627e19bdffa8a7a4edb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "47a7817a647a3267a70467a7e7b2323dcab5e89de907d627e19bdffa8a7a4edb", kill_on_drop: false }`
[INFO] [stdout] 47a7817a647a3267a70467a7e7b2323dcab5e89de907d627e19bdffa8a7a4edb
[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" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7bafd29830661ec05b53e88b31d4a66a8e3ba1955ef92484562deb96efa874b6
[INFO] running `Command { std: "docker" "start" "-a" "7bafd29830661ec05b53e88b31d4a66a8e3ba1955ef92484562deb96efa874b6", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.83
[INFO] [stderr]    Compiling cc v1.0.98
[INFO] [stderr]    Compiling mio v1.0.2
[INFO] [stderr]    Compiling bitflags v2.5.0
[INFO] [stderr]    Compiling bytes v1.6.0
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling openssl v0.10.64
[INFO] [stderr]    Compiling serde v1.0.202
[INFO] [stderr]    Compiling futures-task v0.3.30
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling tracing-subscriber v0.3.18
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]    Compiling unicode-normalization v0.1.23
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling openssl-sys v0.9.102
[INFO] [stderr]    Compiling syn v2.0.65
[INFO] [stderr]    Compiling backtrace v0.3.71
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling memchr v2.7.2
[INFO] [stderr]    Compiling either v1.12.0
[INFO] [stderr]    Compiling signal-hook-mio v0.2.4
[INFO] [stderr]    Compiling tracing-error v0.2.0
[INFO] [stderr]    Compiling miniz_oxide v0.7.3
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling parking_lot v0.12.2
[INFO] [stderr]    Compiling rustc-demangle v0.1.24
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]    Compiling object v0.32.2
[INFO] [stderr]    Compiling url v2.5.0
[INFO] [stderr]    Compiling color-spantrace v0.2.1
[INFO] [stderr]    Compiling time-macros v0.2.18
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling castaway v0.2.2
[INFO] [stderr]    Compiling ipnet v2.9.0
[INFO] [stderr]    Compiling unicode-width v0.1.13
[INFO] [stderr]    Compiling num_threads v0.1.7
[INFO] [stderr]    Compiling compact_str v0.7.1
[INFO] [stderr]    Compiling crossterm v0.27.0
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling lru v0.12.3
[INFO] [stderr]    Compiling cassowary v0.3.0
[INFO] [stderr]    Compiling time v0.3.36
[INFO] [stderr]    Compiling unicode-truncate v1.0.0
[INFO] [stderr]    Compiling unicode-segmentation v1.11.0
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling env_home v0.1.0
[INFO] [stderr]    Compiling simplelog v0.12.2
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling serde_derive v1.0.202
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling stability v0.2.0
[INFO] [stderr]    Compiling carrier-pigeon-macros v0.1.0 (/opt/rustwide/workdir/carrier-pigeon-macros)
[INFO] [stderr]    Compiling color-eyre v0.6.3
[INFO] [stderr]    Compiling tokio v1.39.3
[INFO] [stderr]    Compiling strum v0.26.2
[INFO] [stderr]    Compiling ratatui v0.27.0
[INFO] [stderr]    Compiling tokio-util v0.7.11
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling h2 v0.3.26
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling serde_json v1.0.117
[INFO] [stderr]    Compiling hyper v0.14.28
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling reqwest v0.11.27
[INFO] [stderr]    Compiling carrier-pigeon-core v0.1.0 (/opt/rustwide/workdir/carrier-pigeon-core)
[INFO] [stderr]    Compiling carrier-pigeon-app v0.1.0 (/opt/rustwide/workdir/carrier-pigeon-app)
[INFO] [stdout] warning: field `input_buf` is never read
[INFO] [stdout]    --> carrier-pigeon-app/src/state.rs:275:9
[INFO] [stdout]     |
[INFO] [stdout] 268 | pub struct App<'a> {
[INFO] [stdout]     |            --- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 275 |     pub input_buf: String,
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> carrier-pigeon-app/src/state.rs:227:84
[INFO] [stdout]     |
[INFO] [stdout] 227 |     pub fn logs(self, logs: Arc<Mutex<ui::logging::RecordBuff<'a>>>) -> AppBuilder<Logs, G, W> {
[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] 227 |     pub fn logs(self, logs: Arc<Mutex<ui::logging::RecordBuff<'a>>>) -> AppBuilder<Logs<'a>, G, W> {
[INFO] [stdout]     |                                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> carrier-pigeon-app/src/ui/widgets.rs:23:52
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub fn _new(is_focused: bool, url_text: Option<&String>) -> UrlBar {
[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] 23 |     pub fn _new(is_focused: bool, url_text: Option<&String>) -> UrlBar<'_> {
[INFO] [stdout]    |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
[INFO] running `Command { std: "docker" "inspect" "7bafd29830661ec05b53e88b31d4a66a8e3ba1955ef92484562deb96efa874b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7bafd29830661ec05b53e88b31d4a66a8e3ba1955ef92484562deb96efa874b6", kill_on_drop: false }`
[INFO] [stdout] 7bafd29830661ec05b53e88b31d4a66a8e3ba1955ef92484562deb96efa874b6
[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" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0462ae8e1e1f147876dd72052aab030b5f4633fac27bfd1d409d88f408b571cf
[INFO] running `Command { std: "docker" "start" "-a" "0462ae8e1e1f147876dd72052aab030b5f4633fac27bfd1d409d88f408b571cf", kill_on_drop: false }`
[INFO] [stderr]    Compiling carrier-pigeon-macros v0.1.0 (/opt/rustwide/workdir/carrier-pigeon-macros)
[INFO] [stderr]    Compiling carrier-pigeon-core v0.1.0 (/opt/rustwide/workdir/carrier-pigeon-core)
[INFO] [stderr]    Compiling carrier-pigeon-app v0.1.0 (/opt/rustwide/workdir/carrier-pigeon-app)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> carrier-pigeon-app/src/ui/widgets.rs:23:52
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub fn _new(is_focused: bool, url_text: Option<&String>) -> UrlBar {
[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] 23 |     pub fn _new(is_focused: bool, url_text: Option<&String>) -> UrlBar<'_> {
[INFO] [stdout]    |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> carrier-pigeon-app/src/state.rs:227:84
[INFO] [stdout]     |
[INFO] [stdout] 227 |     pub fn logs(self, logs: Arc<Mutex<ui::logging::RecordBuff<'a>>>) -> AppBuilder<Logs, G, W> {
[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] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 227 |     pub fn logs(self, logs: Arc<Mutex<ui::logging::RecordBuff<'a>>>) -> AppBuilder<Logs<'a>, G, W> {
[INFO] [stdout]     |                                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `input_buf` is never read
[INFO] [stdout]    --> carrier-pigeon-app/src/state.rs:275:9
[INFO] [stdout]     |
[INFO] [stdout] 268 | pub struct App<'a> {
[INFO] [stdout]     |            --- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 275 |     pub input_buf: String,
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.96s
[INFO] running `Command { std: "docker" "inspect" "0462ae8e1e1f147876dd72052aab030b5f4633fac27bfd1d409d88f408b571cf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0462ae8e1e1f147876dd72052aab030b5f4633fac27bfd1d409d88f408b571cf", kill_on_drop: false }`
[INFO] [stdout] 0462ae8e1e1f147876dd72052aab030b5f4633fac27bfd1d409d88f408b571cf
