[INFO] cloning repository https://github.com/josbeir/harv
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/josbeir/harv" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjosbeir%2Fharv", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjosbeir%2Fharv'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9f5c22f777493235cf2028e1533817aef0eb25b2
[INFO] checking josbeir/harv against 0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0 for pr-158915-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjosbeir%2Fharv" "/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/josbeir/harv
[INFO] finished tweaking git repo https://github.com/josbeir/harv
[INFO] tweaked toml for git repo https://github.com/josbeir/harv written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/josbeir/harv on toolchain 0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/josbeir/harv 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" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: unused field `homepage` in `workspace.package`
[INFO] [stderr]   --> Cargo.toml:11:1
[INFO] [stderr]    |
[INFO] [stderr] 11 | homepage = "https://github.com/josbeir/harv"
[INFO] [stderr]    | ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_workspace_package_fields` is set to `warn` by default
[INFO] [stderr] help: consider removing the field `workspace.package.homepage`
[INFO] [stderr] warning: unused field `repository` in `workspace.package`
[INFO] [stderr]   --> Cargo.toml:13:1
[INFO] [stderr]    |
[INFO] [stderr] 13 | repository = "https://github.com/josbeir/harv"
[INFO] [stderr]    | ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the field `workspace.package.repository`
[INFO] [stderr] warning: workspace (manifest) generated 2 warnings
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] e6b7c7da5f5cb491b4c6ff1f020fc11df13e585198387491718d3a156da844bb
[INFO] running `Command { std: "docker" "start" "e6b7c7da5f5cb491b4c6ff1f020fc11df13e585198387491718d3a156da844bb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e6b7c7da5f5cb491b4c6ff1f020fc11df13e585198387491718d3a156da844bb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e6b7c7da5f5cb491b4c6ff1f020fc11df13e585198387491718d3a156da844bb" "/opt/rustwide/cargo-home/bin/cargo" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e6b7c7da5f5cb491b4c6ff1f020fc11df13e585198387491718d3a156da844bb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e6b7c7da5f5cb491b4c6ff1f020fc11df13e585198387491718d3a156da844bb" "/opt/rustwide/cargo-home/bin/cargo" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: unused field `homepage` in `workspace.package`
[INFO] [stderr]   --> Cargo.toml:11:1
[INFO] [stderr]    |
[INFO] [stderr] 11 | homepage = "https://github.com/josbeir/harv"
[INFO] [stderr]    | ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_workspace_package_fields` is set to `warn` by default
[INFO] [stderr] help: consider removing the field `workspace.package.homepage`
[INFO] [stderr] warning: unused field `repository` in `workspace.package`
[INFO] [stderr]   --> Cargo.toml:13:1
[INFO] [stderr]    |
[INFO] [stderr] 13 | repository = "https://github.com/josbeir/harv"
[INFO] [stderr]    | ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the field `workspace.package.repository`
[INFO] [stderr] warning: workspace (manifest) generated 2 warnings
[INFO] [stderr]    Compiling proc-macro2 v1.0.107
[INFO] [stderr]    Compiling quote v1.0.47
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling libc v0.2.189
[INFO] [stderr]     Checking cfg-if v1.0.4
[INFO] [stderr]     Checking pin-project-lite v0.2.17
[INFO] [stderr]     Checking smallvec v1.15.2
[INFO] [stderr]     Checking futures-core v0.3.34
[INFO] [stderr]     Checking either v1.18.0
[INFO] [stderr]     Checking value-bag v1.13.2
[INFO] [stderr]    Compiling serde v1.0.229
[INFO] [stderr]     Checking stable_deref_trait v1.2.1
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]     Checking writeable v0.6.4
[INFO] [stderr]     Checking memchr v2.8.3
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]     Checking log v0.4.34
[INFO] [stderr]     Checking litemap v0.8.3
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking lock_api v0.4.14
[INFO] [stderr]     Checking futures-io v0.3.34
[INFO] [stderr]     Checking bitflags v2.13.1
[INFO] [stderr]     Checking slab v0.4.12
[INFO] [stderr]     Checking itoa v1.0.18
[INFO] [stderr]     Checking bytes v1.12.1
[INFO] [stderr]     Checking utf8_iter v1.0.4
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]    Compiling icu_properties_data v2.3.0
[INFO] [stderr]     Checking allocator-api2 v0.2.21
[INFO] [stderr]     Checking foldhash v0.2.0
[INFO] [stderr]    Compiling syn v3.0.4
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]     Checking equivalent v1.0.2
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking futures-sink v0.3.34
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling icu_normalizer_data v2.3.0
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking mio v1.2.2
[INFO] [stderr]     Checking socket2 v0.6.5
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking hashbrown v0.17.1
[INFO] [stderr]     Checking fastrand v2.5.0
[INFO] [stderr]     Checking write16 v1.0.0
[INFO] [stderr]     Checking atomic-waker v1.1.2
[INFO] [stderr]     Checking utf16_iter v1.0.5
[INFO] [stderr]     Checking futures-channel v0.3.34
[INFO] [stderr]     Checking aho-corasick v1.1.5
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking regex-syntax v0.8.11
[INFO] [stderr]     Checking futures-task v0.3.34
[INFO] [stderr]    Compiling icu_locale_fallback_data v2.3.0
[INFO] [stderr]     Checking parking v2.2.1
[INFO] [stderr]     Checking percent-encoding v2.3.2
[INFO] [stderr]    Compiling crossbeam-utils v0.8.22
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking http v1.5.0
[INFO] [stderr]    Compiling thiserror v2.0.20
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]     Checking event-listener v5.4.2
[INFO] [stderr]    Compiling find-msvc-tools v0.1.11
[INFO] [stderr]     Checking regex-automata v0.4.18
[INFO] [stderr]     Checking ryu v1.0.23
[INFO] [stderr]    Compiling winnow v1.0.4
[INFO] [stderr]    Compiling shlex v2.0.1
[INFO] [stderr]    Compiling cc v1.4.4
[INFO] [stderr]     Checking http-body v1.1.0
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]     Checking indexmap v2.14.1
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]     Checking futures-lite v2.6.1
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling toml_parser v1.1.3+spec-1.1.0
[INFO] [stderr]     Checking core_maths v0.1.1
[INFO] [stderr]    Compiling icu_calendar_data v2.3.0
[INFO] [stderr]     Checking siphasher v1.0.3
[INFO] [stderr]    Compiling zmij v1.0.23
[INFO] [stderr]     Checking unicode-width v0.2.2
[INFO] [stderr]     Checking iana-time-zone v0.1.65
[INFO] [stderr]     Checking tower-service v0.3.3
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]     Checking phf_shared v0.12.1
[INFO] [stderr]    Compiling async-io v2.6.0
[INFO] [stderr]     Checking fnv v1.0.7
[INFO] [stderr]    Compiling icu_decimal_data v2.3.0
[INFO] [stderr]     Checking try-lock v0.2.5
[INFO] [stderr]    Compiling serde_json v1.0.151
[INFO] [stderr]     Checking async-task v4.7.1
[INFO] [stderr]    Compiling icu_time_data v2.3.0
[INFO] [stderr]    Compiling chrono-tz v0.10.4
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling enumflags2_derive v0.7.12
[INFO] [stderr]     Checking zeroize v1.9.0
[INFO] [stderr]    Compiling displaydoc v0.2.7
[INFO] [stderr]    Compiling serde_derive v1.0.229
[INFO] [stderr]    Compiling zerovec-derive v0.11.6
[INFO] [stderr]    Compiling tokio-macros v2.7.2
[INFO] [stderr]    Compiling futures-macro v0.3.34
[INFO] [stderr]    Compiling thiserror-impl v2.0.20
[INFO] [stderr]     Checking zerofrom v0.1.8
[INFO] [stderr]     Checking tokio v1.53.1
[INFO] [stderr]     Checking yoke v0.8.3
[INFO] [stderr]     Checking zerotrie v0.2.5
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking futures-util v0.3.34
[INFO] [stderr]     Checking zerovec v0.11.8
[INFO] [stderr]    Compiling toml_edit v0.25.13+spec-1.1.0
[INFO] [stderr]    Compiling icu_plurals_data v2.3.0
[INFO] [stderr]     Checking calendrical_calculations v0.2.4
[INFO] [stderr]     Checking fixed_decimal v0.7.2
[INFO] [stderr]     Checking rustls-pki-types v1.15.1
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]     Checking want v0.3.1
[INFO] [stderr]     Checking phf v0.12.1
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]    Compiling icu_datetime_data v2.3.0
[INFO] [stderr]     Checking httpdate v1.0.3
[INFO] [stderr]    Compiling icu_segmenter_data v2.3.0
[INFO] [stderr]    Compiling icu_casemap_data v2.3.0
[INFO] [stderr]    Compiling zerocopy v0.8.56
[INFO] [stderr]    Compiling icu_locale_data v2.3.0
[INFO] [stderr]    Compiling icu_list_data v2.3.0
[INFO] [stderr]     Checking tinystr v0.8.4
[INFO] [stderr]     Checking potential_utf v0.1.6
[INFO] [stderr]    Compiling icu_collator_data v2.3.0
[INFO] [stderr]     Checking ixdtf v0.6.6
[INFO] [stderr]     Checking icu_collections v2.3.0
[INFO] [stderr]     Checking icu_locale_core v2.3.0
[INFO] [stderr]    Compiling rustversion v1.0.23
[INFO] [stderr]     Checking untrusted v0.9.0
[INFO] [stderr]     Checking piper v0.2.5
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling rustls v0.23.43
[INFO] [stderr]     Checking base64 v0.22.1
[INFO] [stderr]     Checking icu_provider v2.3.1
[INFO] [stderr]     Checking unicode-segmentation v1.13.3
[INFO] [stderr]     Checking tower-layer v0.3.3
[INFO] [stderr]     Checking icu_properties v2.3.0
[INFO] [stderr]     Checking icu_normalizer v2.3.0
[INFO] [stderr]     Checking icu_locale_fallback v2.3.0
[INFO] [stderr]     Checking chrono v0.4.45
[INFO] [stderr]     Checking ipnet v2.12.1
[INFO] [stderr]    Compiling zvariant_utils v4.2.0
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling darling_core v0.24.1
[INFO] [stderr]     Checking icu_plurals v2.3.0
[INFO] [stderr]     Checking icu_decimal v2.3.0
[INFO] [stderr]     Checking rustls-webpki v0.103.15
[INFO] [stderr]     Checking blocking v1.7.0
[INFO] [stderr]     Checking icu_calendar v2.3.0
[INFO] [stderr]    Compiling zvariant_derive v5.15.0
[INFO] [stderr]     Checking icu_pattern v0.5.0
[INFO] [stderr]     Checking uuid v1.26.0
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking async-lock v3.4.2
[INFO] [stderr]     Checking http-body-util v0.1.5
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]     Checking tokio-util v0.7.19
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking icu_casemap v2.3.0
[INFO] [stderr]     Checking h2 v0.4.19
[INFO] [stderr]     Checking icu_collator v2.3.1
[INFO] [stderr]     Checking icu_locale v2.3.1
[INFO] [stderr]     Checking castaway v0.2.4
[INFO] [stderr]     Checking icu_list v2.3.0
[INFO] [stderr]     Checking icu_segmenter v2.3.0
[INFO] [stderr]    Compiling zcheapstr v1.1.0
[INFO] [stderr]    Compiling enumflags2 v0.7.12
[INFO] [stderr]     Checking unic-langid-impl v0.9.6
[INFO] [stderr]    Compiling darling_macro v0.24.1
[INFO] [stderr]    Compiling strum_macros v0.28.0
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]    Compiling instability v0.3.13
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]    Compiling endi v1.1.1
[INFO] [stderr]    Compiling harv-core v0.6.0 (/opt/rustwide/workdir/crates/harv-core)
[INFO] [stderr]    Compiling zvariant v5.15.0
[INFO] [stderr]     Checking strum v0.28.0
[INFO] [stderr]     Checking unicode-truncate v2.0.1
[INFO] [stderr]     Checking compact_str v0.9.1
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]     Checking kasuari v0.4.12
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling darling v0.24.1
[INFO] [stderr]     Checking unic-langid v0.9.6
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking webpki-roots v1.0.9
[INFO] [stderr]     Checking async-executor v1.14.0
[INFO] [stderr]     Checking hyper v1.11.1
[INFO] [stderr]     Checking lru v0.18.3
[INFO] [stderr]     Checking is-docker v0.2.0
[INFO] [stderr]     Checking thread_local v1.1.10
[INFO] [stderr]     Checking critical-section v1.2.0
[INFO] [stderr]     Checking mime v0.3.17
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]     Checking winnow v0.7.15
[INFO] [stderr]     Checking toml_write v0.1.2
[INFO] [stderr]     Checking sys-locale v0.3.2
[INFO] [stderr]     Checking option-ext v0.2.0
[INFO] [stderr]    Compiling indoc v2.0.7
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking axum-core v0.5.6
[INFO] [stderr]     Checking ratatui-core v0.1.2
[INFO] [stderr]     Checking icu_time v2.3.0
[INFO] [stderr]     Checking icu_datetime v2.3.0
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]    Compiling zbus_names v4.3.4
[INFO] [stderr]     Checking is-wsl v0.4.0
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]     Checking tower-http v0.6.11
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking async-signal v0.2.14
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]     Checking rmp v0.8.15
[INFO] [stderr]     Checking deranged v0.5.8
[INFO] [stderr]     Checking num-conv v0.2.2
[INFO] [stderr]     Checking num_threads v0.1.7
[INFO] [stderr]     Checking powerfmt v0.2.0
[INFO] [stderr]     Checking time-core v0.1.9
[INFO] [stderr]     Checking matchit v0.8.4
[INFO] [stderr]    Compiling litrs v1.0.0
[INFO] [stderr]     Checking rmp-serde v1.3.1
[INFO] [stderr]     Checking atomicwrites v0.4.4
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]     Checking async-process v2.5.0
[INFO] [stderr]     Checking hyper-rustls v0.27.9
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]     Checking axum v0.8.9
[INFO] [stderr]    Compiling zbus_macros v5.19.0
[INFO] [stderr]     Checking open v5.4.2
[INFO] [stderr]    Compiling document-features v0.2.12
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]     Checking time v0.3.55
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking futures-executor v0.3.34
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]    Compiling async-trait v0.1.92
[INFO] [stderr]    Compiling serde_repr v0.1.21
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]    Compiling async-recursion v1.1.1
[INFO] [stderr]     Checking fs4 v0.13.1
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking async-broadcast v0.7.2
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking hostname v0.4.2
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking line-clipping v0.3.8
[INFO] [stderr]     Checking ordered-stream v0.2.0
[INFO] [stderr]     Checking nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]     Checking ratatui-widgets v0.3.2
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking crossterm v0.29.0
[INFO] [stderr]     Checking regex v1.13.1
[INFO] [stderr]    Compiling eyre v0.6.14
[INFO] [stderr]     Checking event-listener v2.5.3
[INFO] [stderr]     Checking gimli v0.32.3
[INFO] [stderr]     Checking anstyle v1.0.14
[INFO] [stderr]    Compiling color-spantrace v0.3.0
[INFO] [stderr]     Checking adler2 v2.0.1
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking ratatui-crossterm v0.1.2
[INFO] [stderr]     Checking async-channel v1.9.0
[INFO] [stderr]     Checking rand v0.8.8
[INFO] [stderr]     Checking async-global-executor v2.4.1
[INFO] [stderr]     Checking zbus v5.19.0
[INFO] [stderr]     Checking async-fs v2.2.0
[INFO] [stderr]     Checking async-net v2.0.0
[INFO] [stderr]     Checking tracing-error v0.2.1
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]     Checking kv-log-macro v1.0.7
[INFO] [stderr]    Compiling dark-light v2.0.0
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]     Checking utf8parse v0.2.2
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]     Checking deadpool-runtime v0.1.4
[INFO] [stderr]     Checking owo-colors v4.4.0
[INFO] [stderr]     Checking rustc-demangle v0.1.28
[INFO] [stderr]     Checking indenter v0.3.4
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]     Checking deadpool v0.12.3
[INFO] [stderr]     Checking async-std v1.13.2
[INFO] [stderr]     Checking anstyle-parse v1.0.0
[INFO] [stderr]     Checking ratatui-macros v0.7.2
[INFO] [stderr]     Checking futures v0.3.34
[INFO] [stderr]     Checking assert-json-diff v2.0.2
[INFO] [stderr]     Checking anstyle-query v1.1.5
[INFO] [stderr]     Checking colorchoice v1.0.5
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.2
[INFO] [stderr]     Checking addr2line v0.25.1
[INFO] [stderr]     Checking wiremock v0.6.5
[INFO] [stderr]     Checking anstream v1.0.0
[INFO] [stderr]     Checking ratatui v0.30.2
[INFO] [stderr]     Checking ratatui-textarea v0.9.2
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling portable-atomic v1.15.0
[INFO] [stderr]     Checking clap_lex v1.1.0
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]     Checking clap_builder v4.6.6
[INFO] [stderr]    Compiling clap_derive v4.6.4
[INFO] [stderr]     Checking bytecount v0.6.9
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking papergrid v0.15.0
[INFO] [stderr]     Checking fxhash v0.2.1
[INFO] [stderr]     Checking crossterm v0.25.0
[INFO] [stderr]     Checking icu v2.3.1
[INFO] [stderr]    Compiling tabled_derive v0.11.0
[INFO] [stderr]     Checking fuzzy-matcher v0.3.7
[INFO] [stderr]     Checking harv-sdk v0.6.0 (/opt/rustwide/workdir/crates/harv-sdk)
[INFO] [stderr]     Checking backtrace v0.3.76
[INFO] [stderr]     Checking newline-converter v0.3.0
[INFO] [stderr]     Checking console v0.15.11
[INFO] [stderr]     Checking testing_table v0.3.0
[INFO] [stderr]     Checking predicates-core v1.0.10
[INFO] [stderr]     Checking number_prefix v0.4.0
[INFO] [stderr]     Checking color-eyre v0.6.5
[INFO] [stderr]     Checking is_executable v1.0.6
[INFO] [stderr]     Checking dyn-clone v1.0.20
[INFO] [stderr]     Checking unicode-width v0.1.14
[INFO] [stderr]     Checking indicatif v0.17.11
[INFO] [stderr]     Checking tabled v0.19.0
[INFO] [stderr]     Checking float-cmp v0.10.0
[INFO] [stderr]     Checking clap v4.6.6
[INFO] [stderr]     Checking inquire v0.7.5
[INFO] [stderr]     Checking normalize-line-endings v0.3.0
[INFO] [stderr]     Checking clap_complete v4.6.9
[INFO] [stderr]     Checking difflib v0.4.0
[INFO] [stderr]    Compiling assert_cmd v2.2.2
[INFO] [stderr]     Checking termtree v0.5.1
[INFO] [stderr]     Checking predicates v3.1.4
[INFO] [stderr]     Checking predicates-tree v1.0.13
[INFO] [stderr]     Checking bstr v1.13.1
[INFO] [stderr]     Checking wait-timeout v0.2.1
[INFO] [stderr]     Checking tokio-stream v0.1.19
[INFO] [stderr]    Compiling serial_test_derive v3.5.0
[INFO] [stderr]     Checking tokio-test v0.4.5
[INFO] [stderr]     Checking serial_test v3.5.0
[INFO] [stderr]     Checking ashpd v0.10.3
[INFO] [stderr]     Checking ashpd v0.13.13
[INFO] [stderr]     Checking harv-tui v0.6.0 (/opt/rustwide/workdir/crates/harv-tui)
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/harv-tui/src/app.rs:743:52: 743:62}: std::marker::Send`
[INFO] [stdout]    --> crates/harv-tui/src/app.rs:743:39
[INFO] [stdout]     |
[INFO] [stdout] 743 |           self.dashboard_request = Some(tokio::spawn(async move {
[INFO] [stdout]     |  _______________________________________^
[INFO] [stdout] 744 | |             use harv_sdk::resources::time_entries::TimeEntryListParams;
[INFO] [stdout] 745 | |
[INFO] [stdout] 746 | |             let params = TimeEntryListParams {
[INFO] [stdout] ...   |
[INFO] [stdout] 798 | |             };
[INFO] [stdout] 799 | |         }));
[INFO] [stdout]     | |__________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: which requires `{coroutine witness@crates/harv-tui/src/app.rs:743:52: 743:62}: std::marker::Send`
[INFO] [stdout]     = note: which requires `std::future::PollFn<{closure@/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.53.1/src/macros/join.rs:151:42: 151:51}>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{closure@/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.53.1/src/macros/join.rs:151:42: 151:51}: std::marker::Send`
[INFO] [stdout]     = note: which requires `(tokio::macros::support::Rotator<2>, &mut (tokio::future::maybe_done::MaybeDone<impl futures_util::Future<Output = Result<Vec<TimeEntry>, HarvError>>>, tokio::future::maybe_done::MaybeDone<_>)): std::marker::Send`
[INFO] [stdout]     = note: which requires `&mut (tokio::future::maybe_done::MaybeDone<impl futures_util::Future<Output = Result<Vec<TimeEntry>, HarvError>>>, tokio::future::maybe_done::MaybeDone<impl futures_util::Future<Output = Result<_, _>>>): std::marker::Send`
[INFO] [stdout]     = note: which requires `(tokio::future::maybe_done::MaybeDone<impl futures_util::Future<Output = Result<Vec<TimeEntry>, HarvError>>>, tokio::future::maybe_done::MaybeDone<impl futures_util::Future<Output = Result<(_, usize), _>>>): std::marker::Send`
[INFO] [stdout]     = note: which requires `tokio::future::maybe_done::MaybeDone<impl futures_util::Future<Output = Result<(Vec<ProjectAssignment>, usize), HarvError>>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl futures_util::Future<Output = Result<(Vec<ProjectAssignment>, usize), HarvError>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of ProjectsApi<'_>::my_assignments()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@ProjectsApi<'_>::my_assignments::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl futures_util::Future<Output = Result<(Vec<ProjectAssignment>, usize), HarvError>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of harv_sdk::cache::get_cached_assignments<{async block@ProjectsApi<'_>::my_assignments::{closure#0}::{closure#0}}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@harv_sdk::cache::get_cached_assignments<{async block@ProjectsApi<'_>::my_assignments::{closure#0}::{closure#0}}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async block@ProjectsApi<'_>::my_assignments::{closure#0}::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@ProjectsApi<'_>::my_assignments::{closure#0}::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: and so on...
[INFO] [stdout]     = help: consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = help: or consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`harv_tui`)
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking harv-cli v0.6.0 (/opt/rustwide/workdir/crates/harv-cli)
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/harv-tui/src/app.rs:743:52: 743:62}: std::marker::Send`
[INFO] [stdout]    --> crates/harv-tui/src/app.rs:743:39
[INFO] [stdout]     |
[INFO] [stdout] 743 |           self.dashboard_request = Some(tokio::spawn(async move {
[INFO] [stdout]     |  _______________________________________^
[INFO] [stdout] 744 | |             use harv_sdk::resources::time_entries::TimeEntryListParams;
[INFO] [stdout] 745 | |
[INFO] [stdout] 746 | |             let params = TimeEntryListParams {
[INFO] [stdout] ...   |
[INFO] [stdout] 798 | |             };
[INFO] [stdout] 799 | |         }));
[INFO] [stdout]     | |__________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: which requires `{coroutine witness@crates/harv-tui/src/app.rs:743:52: 743:62}: std::marker::Send`
[INFO] [stdout]     = note: which requires `std::future::PollFn<{closure@/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.53.1/src/macros/join.rs:151:42: 151:51}>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{closure@/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.53.1/src/macros/join.rs:151:42: 151:51}: std::marker::Send`
[INFO] [stdout]     = note: which requires `(tokio::macros::support::Rotator<2>, &mut (tokio::future::maybe_done::MaybeDone<impl futures_util::Future<Output = Result<Vec<TimeEntry>, HarvError>>>, tokio::future::maybe_done::MaybeDone<_>)): std::marker::Send`
[INFO] [stdout]     = note: which requires `&mut (tokio::future::maybe_done::MaybeDone<impl futures_util::Future<Output = Result<Vec<TimeEntry>, HarvError>>>, tokio::future::maybe_done::MaybeDone<impl futures_util::Future<Output = Result<_, _>>>): std::marker::Send`
[INFO] [stdout]     = note: which requires `(tokio::future::maybe_done::MaybeDone<impl futures_util::Future<Output = Result<Vec<TimeEntry>, HarvError>>>, tokio::future::maybe_done::MaybeDone<impl futures_util::Future<Output = Result<(_, usize), _>>>): std::marker::Send`
[INFO] [stdout]     = note: which requires `tokio::future::maybe_done::MaybeDone<impl futures_util::Future<Output = Result<(Vec<ProjectAssignment>, usize), HarvError>>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl futures_util::Future<Output = Result<(Vec<ProjectAssignment>, usize), HarvError>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of ProjectsApi<'_>::my_assignments()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@ProjectsApi<'_>::my_assignments::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl futures_util::Future<Output = Result<(Vec<ProjectAssignment>, usize), HarvError>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of harv_sdk::cache::get_cached_assignments<{async block@ProjectsApi<'_>::my_assignments::{closure#0}::{closure#0}}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@harv_sdk::cache::get_cached_assignments<{async block@ProjectsApi<'_>::my_assignments::{closure#0}::{closure#0}}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async block@ProjectsApi<'_>::my_assignments::{closure#0}::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@ProjectsApi<'_>::my_assignments::{closure#0}::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: and so on...
[INFO] [stdout]     = help: consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = help: or consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`harv_tui`)
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 12s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "e6b7c7da5f5cb491b4c6ff1f020fc11df13e585198387491718d3a156da844bb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e6b7c7da5f5cb491b4c6ff1f020fc11df13e585198387491718d3a156da844bb", kill_on_drop: false }`
[INFO] [stdout] e6b7c7da5f5cb491b4c6ff1f020fc11df13e585198387491718d3a156da844bb
