[INFO] cloning repository https://github.com/kjuulh/rev
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kjuulh/rev" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkjuulh%2Frev", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkjuulh%2Frev'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a734a9f87e304b61540885a77e8bd519cf2735b8
[INFO] checking kjuulh/rev against try#b1f2594eac607c1f051534800237eeedb5590a49 for pr-139493-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkjuulh%2Frev" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/kjuulh/rev
[INFO] finished tweaking git repo https://github.com/kjuulh/rev
[INFO] tweaked toml for git repo https://github.com/kjuulh/rev written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kjuulh/rev on toolchain b1f2594eac607c1f051534800237eeedb5590a49
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kjuulh/rev 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" "+b1f2594eac607c1f051534800237eeedb5590a49" "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-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 04aca370e60295f90b5f06a3cc66582c1df21ba6a27ba55306e914486d7c9c17
[INFO] running `Command { std: "docker" "start" "-a" "04aca370e60295f90b5f06a3cc66582c1df21ba6a27ba55306e914486d7c9c17", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "04aca370e60295f90b5f06a3cc66582c1df21ba6a27ba55306e914486d7c9c17", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "04aca370e60295f90b5f06a3cc66582c1df21ba6a27ba55306e914486d7c9c17", kill_on_drop: false }`
[INFO] [stdout] 04aca370e60295f90b5f06a3cc66582c1df21ba6a27ba55306e914486d7c9c17
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bb3435849ac6b2806f08ca438e288422b430b2623806b111761c2a8d204015a7
[INFO] running `Command { std: "docker" "start" "-a" "bb3435849ac6b2806f08ca438e288422b430b2623806b111761c2a8d204015a7", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.149
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling futures-core v0.3.28
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]     Checking bitflags v2.4.0
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]    Compiling anyhow v1.0.75
[INFO] [stderr]    Compiling futures-channel v0.3.28
[INFO] [stderr]     Checking futures-sink v0.3.28
[INFO] [stderr]    Compiling futures-task v0.3.28
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]     Checking futures-io v0.3.28
[INFO] [stderr]    Compiling void v1.0.2
[INFO] [stderr]    Compiling openssl v0.10.57
[INFO] [stderr]     Checking either v1.9.0
[INFO] [stderr]    Compiling unreachable v1.0.0
[INFO] [stderr]     Checking http v0.2.9
[INFO] [stderr]    Compiling ascii v0.9.3
[INFO] [stderr]    Compiling memchr v2.6.4
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]    Compiling itoa v1.0.9
[INFO] [stderr]     Checking try-lock v0.2.4
[INFO] [stderr]     Checking regex-syntax v0.8.8
[INFO] [stderr]    Compiling ryu v1.0.15
[INFO] [stderr]     Checking want v0.3.1
[INFO] [stderr]    Compiling rustix v0.38.17
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking itertools v0.11.0
[INFO] [stderr]     Checking anstyle-parse v0.2.2
[INFO] [stderr]     Checking nu-ansi-term v0.50.3
[INFO] [stderr]     Checking hashbrown v0.14.1
[INFO] [stderr]     Checking unicode-segmentation v1.10.1
[INFO] [stderr]     Checking linux-raw-sys v0.4.9
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]     Checking iana-time-zone v0.1.57
[INFO] [stderr]    Compiling syn v2.0.110
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling combine v3.8.1
[INFO] [stderr]    Compiling indoc v2.0.4
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling async-trait v0.1.73
[INFO] [stderr]     Checking anstream v0.6.4
[INFO] [stderr]     Checking http-body v0.4.5
[INFO] [stderr]     Checking indexmap v2.0.2
[INFO] [stderr]    Compiling vte_generate_state_changes v0.1.1
[INFO] [stderr]     Checking encoding_rs v0.8.33
[INFO] [stderr]     Checking ipnet v2.8.0
[INFO] [stderr]     Checking unicode-ident v1.0.12
[INFO] [stderr]     Checking winnow v0.5.17
[INFO] [stderr]     Checking base64 v0.21.4
[INFO] [stderr]     Checking miniz_oxide v0.7.1
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]     Checking vte v0.11.1
[INFO] [stderr]     Checking phf v0.11.2
[INFO] [stderr]     Checking option-ext v0.2.0
[INFO] [stderr]    Compiling openssl-sys v0.9.93
[INFO] [stderr]    Compiling backtrace v0.3.69
[INFO] [stderr]     Checking clap_lex v0.5.1
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]     Checking parking_lot_core v0.9.8
[INFO] [stderr]     Checking mio v0.8.8
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking socket2 v0.5.4
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking signal-hook v0.3.17
[INFO] [stderr]     Checking socket2 v0.4.9
[INFO] [stderr]     Checking ioctl-rs v0.1.6
[INFO] [stderr]     Checking termios v0.2.2
[INFO] [stderr]     Checking serial-core v0.4.0
[INFO] [stderr]     Checking getrandom v0.2.10
[INFO] [stderr]     Checking clap_builder v4.4.6
[INFO] [stderr]     Checking vt100 v0.15.2
[INFO] [stderr]     Checking which v4.4.2
[INFO] [stderr]     Checking signal-hook-mio v0.2.3
[INFO] [stderr]     Checking nix v0.25.1
[INFO] [stderr]     Checking uuid v1.4.1
[INFO] [stderr]     Checking serial-unix v0.4.0
[INFO] [stderr]     Checking dirs-sys v0.4.1
[INFO] [stderr]     Checking crossterm v0.27.0
[INFO] [stderr]     Checking isolang v2.3.0
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking serial v0.4.0
[INFO] [stderr]     Checking shell-words v1.1.0
[INFO] [stderr]     Checking directories v5.0.1
[INFO] [stderr]     Checking heck v0.4.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v1.0.49
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling futures-macro v0.3.28
[INFO] [stderr]    Compiling tokio-macros v2.1.0
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling strum_macros v0.25.2
[INFO] [stderr]    Compiling miette-derive v5.10.0
[INFO] [stderr]    Compiling clap_derive v4.4.2
[INFO] [stderr]    Compiling tracing-test-macro v0.2.4
[INFO] [stderr]     Checking tokio v1.32.0
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking tracing-subscriber v0.3.22
[INFO] [stderr]     Checking strum v0.25.0
[INFO] [stderr]     Checking ratatui v0.23.0
[INFO] [stderr]     Checking thiserror v1.0.49
[INFO] [stderr]    Compiling graphql-parser v0.4.0
[INFO] [stderr]    Compiling rev-config v0.1.0 (/opt/rustwide/workdir/crates/rev-config)
[INFO] [stderr]     Checking filedescriptor v0.8.2
[INFO] [stderr]     Checking miette v5.10.0
[INFO] [stderr]    Compiling rev-config-derive v0.1.0 (/opt/rustwide/workdir/crates/rev-config-derive)
[INFO] [stderr]     Checking portable-pty v0.8.1
[INFO] [stderr]     Checking kdl v4.6.0
[INFO] [stderr]     Checking rev-widget-list v0.1.0 (/opt/rustwide/workdir/crates/rev-widget-list)
[INFO] [stderr]     Checking tui-term v0.1.4
[INFO] [stderr]     Checking clap v4.4.6
[INFO] [stderr]     Checking tracing-test v0.2.4
[INFO] [stderr]     Checking tracing-error v0.2.1
[INFO] [stderr]     Checking serde_json v1.0.107
[INFO] [stderr]     Checking serde_spanned v0.6.3
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking chrono v0.4.31
[INFO] [stderr]     Checking toml_datetime v0.6.3
[INFO] [stderr]     Checking os_info v3.7.0
[INFO] [stderr]    Compiling graphql-introspection-query v0.2.0
[INFO] [stderr]     Checking toml_edit v0.19.15
[INFO] [stderr]    Compiling graphql_client_codegen v0.13.0
[INFO] [stderr]     Checking toml v0.7.8
[INFO] [stderr]     Checking futures-executor v0.3.28
[INFO] [stderr]     Checking futures v0.3.28
[INFO] [stderr]     Checking human-panic v1.2.1
[INFO] [stderr]     Checking tokio-util v0.7.9
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking h2 v0.3.21
[INFO] [stderr]    Compiling graphql_query_derive v0.13.0
[INFO] [stderr]     Checking graphql_client v0.13.0
[INFO] [stderr]     Checking hyper v0.14.27
[INFO] [stderr]     Checking timeago v0.4.2
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking reqwest v0.11.22
[INFO] [stderr]     Checking rev-git-provider v0.1.0 (/opt/rustwide/workdir/crates/rev-git-provider)
[INFO] [stderr]     Checking rev v0.1.0 (/opt/rustwide/workdir/crates/rev)
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> crates/rev/src/application_config.rs:92:9
[INFO] [stdout]    |
[INFO] [stdout] 90 |         todo!();
[INFO] [stdout]    |         ------- any code following this expression is unreachable
[INFO] [stdout] 91 |
[INFO] [stdout] 92 |         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] warning: value assigned to `next` is never read
[INFO] [stdout]    --> crates/rev/src/components/github_pr.rs:214:13
[INFO] [stdout]     |
[INFO] [stdout] 214 |             next += 1;
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ApplicationSettings` is never constructed
[INFO] [stdout]  --> crates/rev/src/application_config.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct ApplicationSettings {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> crates/rev/src/application_config.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | impl ApplicationSettings {
[INFO] [stdout]    | ------------------------ associated function in this implementation
[INFO] [stdout] 12 |     pub fn new(config_home: PathBuf, config_file_ext: impl Into<String>) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `prs` is never read
[INFO] [stdout]    --> crates/rev/src/git_pull_requests.rs:100:5
[INFO] [stdout]     |
[INFO] [stdout]  98 | pub struct GitPullRequest {
[INFO] [stdout]     |            -------------- field in this struct
[INFO] [stdout]  99 |     provider: GitProvider,
[INFO] [stdout] 100 |     prs: GitPullRequests,
[INFO] [stdout]     |     ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `GitPullRequest` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `next` is never read
[INFO] [stdout]    --> crates/rev/src/components/github_pr.rs:214:13
[INFO] [stdout]     |
[INFO] [stdout] 214 |             next += 1;
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ApplicationSettings` is never constructed
[INFO] [stdout]  --> crates/rev/src/application_config.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct ApplicationSettings {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> crates/rev/src/application_config.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | impl ApplicationSettings {
[INFO] [stdout]    | ------------------------ associated function in this implementation
[INFO] [stdout] 12 |     pub fn new(config_home: PathBuf, config_file_ext: impl Into<String>) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `prs` is never read
[INFO] [stdout]    --> crates/rev/src/git_pull_requests.rs:100:5
[INFO] [stdout]     |
[INFO] [stdout]  98 | pub struct GitPullRequest {
[INFO] [stdout]     |            -------------- field in this struct
[INFO] [stdout]  99 |     provider: GitProvider,
[INFO] [stdout] 100 |     prs: GitPullRequests,
[INFO] [stdout]     |     ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `GitPullRequest` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s
[INFO] running `Command { std: "docker" "inspect" "bb3435849ac6b2806f08ca438e288422b430b2623806b111761c2a8d204015a7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bb3435849ac6b2806f08ca438e288422b430b2623806b111761c2a8d204015a7", kill_on_drop: false }`
[INFO] [stdout] bb3435849ac6b2806f08ca438e288422b430b2623806b111761c2a8d204015a7
