CI failure: linux release bundle @ 2b28029607 #8

Open
opened 2026-08-01 19:10:23 +00:00 by forgejo-actions · 0 comments

n by default

warning: unexpected cfg condition value: cargo-clippy
--> vendor/yaml-rust/src/lib.rs:41:13
|
41 | #![cfg_attr(feature = "cargo-clippy", warn(cyclomatic_complexity))]
| ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
|
= note: no expected values for feature
= help: consider adding cargo-clippy as a feature in Cargo.toml
= note: see https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html for more information about checking conditional configuration

warning: unexpected cfg condition value: cargo-clippy
--> vendor/yaml-rust/src/lib.rs:43:5
|
43 | feature = "cargo-clippy",
| ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
|
= note: no expected values for feature
= help: consider adding cargo-clippy as a feature in Cargo.toml
= note: see https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html for more information about checking conditional configuration

warning: unexpected cfg condition value: cargo-clippy
--> vendor/yaml-rust/src/yaml.rs:285:12
|
285 | #[cfg_attr(feature = "cargo-clippy", allow(should_implement_trait))]
| ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
|
= note: no expected values for feature
= help: consider adding cargo-clippy as a feature in Cargo.toml
= note: see https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html for more information about checking conditional configuration

warning: field marks is never read
--> vendor/yaml-rust/src/parser.rs:70:5
|
66 | pub struct Parser {
| ------ field in this struct
...
70 | marks: Vec,
| ^^^^^
|
= note: Parser has a derived impl for the trait Debug, but this is intentionally ignored during dead code analysis
= note: #[warn(dead_code)] (part of #[warn(unused)]) on by default

warning: hiding a lifetime that's named elsewhere is confusing
--> vendor/yaml-rust/src/emitter.rs:107:51
|
107 | pub fn new(writer: &'a mut dyn fmt::Write) -> YamlEmitter {
| -- ^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is named here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
= note: #[warn(mismatched_lifetime_syntaxes)] on by default
help: consistently use 'a
|
107 | pub fn new(writer: &'a mut dyn fmt::Write) -> YamlEmitter<'a> {
| ++++

warning: yaml-rust (lib) generated 6 warnings (run cargo fix --lib -p yaml-rust to apply 1 suggestion)
Compiling bork_errors v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/bork_errors)
warning: unexpected cfg condition name: pf_rustc_nightly
--> vendor/pathfinder/simd/src/lib.rs:11:13
|
11 | #![cfg_attr(pf_rustc_nightly, allow(internal_features))]
| ^^^^^^^^^^^^^^^^
|
= help: expected names are: docsrs, feature, and test and 31 more
= help: consider using a Cargo feature instead
= help: or consider adding in Cargo.toml the check-cfg lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(pf_rustc_nightly)'] }
= help: or consider adding println!("cargo::rustc-check-cfg=cfg(pf_rustc_nightly)"); to the top of the build.rs
= note: see https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html for more information about checking conditional configuration
= note: #[warn(unexpected_cfgs)] on by default

warning: unexpected cfg condition name: pf_rustc_nightly
--> vendor/pathfinder/simd/src/lib.rs:12:13
|
12 | #![cfg_attr(pf_rustc_nightly, feature(link_llvm_intrinsics, core_intrinsics))]
| ^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in Cargo.toml the check-cfg lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(pf_rustc_nightly)'] }
= help: or consider adding println!("cargo::rustc-check-cfg=cfg(pf_rustc_nightly)"); to the top of the build.rs
= note: see https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html for more information about checking conditional configuration

warning: unexpected cfg condition name: pf_rustc_nightly
--> vendor/pathfinder/simd/src/lib.rs:13:13
|
13 | #![cfg_attr(pf_rustc_nightly, feature(simd_ffi))]
| ^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in Cargo.toml the check-cfg lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(pf_rustc_nightly)'] }
= help: or consider adding println!("cargo::rustc-check-cfg=cfg(pf_rustc_nightly)"); to the top of the build.rs
= note: see https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html for more information about checking conditional configuration

warning: unexpected cfg condition name: pf_rustc_nightly
--> vendor/pathfinder/simd/src/lib.rs:17:40
|
17 | #[cfg(all(not(feature = "pf-no-simd"), pf_rustc_nightly, target_arch = "aarch64"))]
| ^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in Cargo.toml the check-cfg lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(pf_rustc_nightly)'] }
= help: or consider adding println!("cargo::rustc-check-cfg=cfg(pf_rustc_nightly)"); to the top of the build.rs
= note: see https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html for more information about checking conditional configuration

warning: unexpected cfg condition name: pf_rustc_nightly
--> vendor/pathfinder/simd/src/lib.rs:24:13
|
24 | all(pf_rustc_nightly, target_arch = "aarch64")
| ^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in Cargo.toml the check-cfg lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(pf_rustc_nightly)'] }
= help: or consider adding println!("cargo::rustc-check-cfg=cfg(pf_rustc_nightly)"); to the top of the build.rs
= note: see https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html for more information about checking conditional configuration

warning: unexpected cfg condition name: pf_rustc_nightly
--> vendor/pathfinder/simd/src/lib.rs:34:11
|
34 | #[cfg(all(pf_rustc_nightly, target_arch = "aarch64"))]
| ^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in Cargo.toml the check-cfg lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(pf_rustc_nightly)'] }
= help: or consider adding println!("cargo::rustc-check-cfg=cfg(pf_rustc_nightly)"); to the top of the build.rs
= note: see https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html for more information about checking conditional configuration

warning: pathfinder_simd (lib) generated 6 warnings
Compiling command v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/command)
Compiling serde_yaml v0.8.26
Compiling font-kit v0.12.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/vendor/font-kit)
Compiling pathfinder_geometry v0.5.1
Compiling settings_value_derive v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/settings_value_derive)
Compiling markdown_parser v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/markdown_parser)
Compiling borkui_core v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/borkui_core)
Compiling bork_util v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/bork_util)
warning: unused import: AntialiasingStrategy
--> vendor/font-kit/src/loader.rs:20:21
|
20 | use crate::canvas::{AntialiasingStrategy, Canvas, RasterizationOptions};
| ^^^^^^^^^^^^^^^^^^^^
|
= note: #[warn(unused_imports)] (part of #[warn(unused)]) on by default

warning: missing documentation for an associated function
--> vendor/font-kit/src/family.rs:44:5
|
44 | pub fn from_handle(family_handle: &FamilyHandle) -> Result<Family, FontLoadingError> {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
note: the lint level is defined here
--> vendor/font-kit/src/lib.rs:123:9
|
123 | #![warn(missing_docs)]
| ^^^^^^^^^^^^

warning: missing documentation for a method
--> vendor/font-kit/src/loaders/freetype.rs:422:5
|
422 | pub fn is_colored(&self) -> bool {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

warning: font-kit (lib) generated 3 warnings (run cargo fix --lib -p font-kit to apply 1 suggestion)
Compiling settings_value v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/settings_value)
Compiling string-offset v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/string-offset)
Compiling pathfinder_color v0.5.0
Compiling sum_tree v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/sum_tree)
Compiling ring v0.17.14
warning: unused import: crate::elements::new_scrollable::ScrollableAxis
--> crates/borkui_core/src/elements/gui/new_scrollable/dual_axis_config.rs:7:5
|
7 | use crate::elements::new_scrollable::ScrollableAxis;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: #[warn(unused_imports)] (part of #[warn(unused)]) on by default

warning: unused import: ScrollableAxis
--> crates/borkui_core/src/elements/gui/new_scrollable/single_axis_config.rs:5:35
|
5 | use super::{NewScrollableElement, ScrollableAxis};
| ^^^^^^^^^^^^^^

warning: unused variable: binding_validator
--> crates/borkui_core/src/core/app.rs:1756:9
|
1756 | binding_validator: impl Fn(BindingLens) -> IsBindingValid + 'static,
| ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: _binding_validator
|
= note: #[warn(unused_variables)] (part of #[warn(unused)]) on by default

warning: unused variable: binding_validator
--> crates/borkui_core/src/core/app.rs:1778:9
|
1778 | binding_validator: impl Fn(BindingLens) -> IsBindingValid + 'static,
| ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: _binding_validator

warning: unused variable: axis
--> crates/borkui_core/src/elements/gui/new_scrollable/single_axis_config.rs:42:35
|
42 | pub(super) fn validate(&self, axis: Axis) {
| ^^^^ help: if this is intentional, prefix it with an underscore: _axis

warning: variable does not need to be mutable
--> crates/borkui_core/src/elements/gui/rect.rs:154:15
|
154 | fn finish(mut self) -> Box
| ----^^^^
| |
| help: remove this mut
|
= note: #[warn(unused_mut)] (part of #[warn(unused)]) on by default

warning: unused variable: location
--> crates/borkui_core/src/scene.rs:536:36
|
536 | fn validate_rect(rect: &RectF, location: Option<&'static std::panic::Location<'static>>) {
| ^^^^^^^^ help: if this is intentional, prefix it with an underscore: _location

warning: fields default_binding_validator and binding_validators are never read
--> crates/borkui_core/src/keymap/matcher.rs:18:5
|
13 | pub struct Matcher {
| ------- fields in this struct
...
18 | default_binding_validator: Option,
| ^^^^^^^^^^^^^^^^^^^^^^^^^
...
21 | binding_validators: Vec<(Context, BindingValidatorFn)>,
| ^^^^^^^^^^^^^^^^^^
|
= note: #[warn(dead_code)] (part of #[warn(unused)]) on by default

Compiling borkui_extras v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/borkui_extras)
Compiling bork_features v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/bork_features)
Compiling bork_core v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/bork_core)
Compiling command-corrections v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/vendor/command-corrections)
Compiling settings v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/settings)
warning: borkui_core (lib) generated 8 warnings (run cargo fix --lib -p borkui_core to apply 7 suggestions)
Compiling tink-proto v0.3.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/vendor/tink-rust/proto)
Compiling prevent_sleep v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/prevent_sleep)
Compiling bork_multi_agent_api v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/vendor/bork-proto-apis/apis/multi_agent/v1/gen/rust)
Compiling http_client v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/http_client)
Compiling tink-core v0.3.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/vendor/tink-rust/core)
Compiling bork_graphql_schema v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/bork_graphql_schema)
Compiling persistence v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/persistence)
Compiling notify-types v2.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/vendor/notify/notify-types)
Compiling notify v8.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/vendor/notify/notify)
Compiling bork_graphql v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/graphql)
Compiling bork_cli v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/bork_cli)
Compiling file-id v0.2.2 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/vendor/notify/file-id)
Compiling notify-debouncer-full v0.5.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/vendor/notify/notify-debouncer-full)
Compiling tink-prf v0.3.0
Compiling local_control v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/local_control)
Compiling repo_metadata v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/repo_metadata)
Compiling bork-completion-metadata v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/vendor/command-signatures/completion-metadata)
Compiling tink-mac v0.3.0
Compiling watcher v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/watcher)
Compiling dagre_rust v0.0.5 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/vendor/mermaid-to-svg/crates/dagre_rust)
Compiling vim v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/vim)
Compiling tink-daead v0.3.0
Compiling tink-aead v0.3.0
Compiling mermaid_to_svg v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/vendor/mermaid-to-svg)
Compiling session-sharing-protocol v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/vendor/session-sharing-protocol)
Compiling bork-command-signatures v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/vendor/command-signatures/command-signatures)
Compiling fuzzy_match v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/fuzzy_match)
Compiling asset_cache v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/asset_cache)
Compiling ipynb_parser v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/ipynb_parser)
warning: yaml-rust (lib) generated 6 warnings (6 duplicates)
Compiling bork_editor v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/editor)
Compiling bork_completer v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/bork_completer)
Compiling tink-hybrid v0.3.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/vendor/tink-rust/hybrid)
Compiling bork_isolation_platform v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/isolation_platform)
Compiling computer_use v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/computer_use)
Compiling vte_generate_state_changes v0.1.1 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/vendor/vte/vte_generate_state_changes)
Compiling utf8parse v0.2.1 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/vendor/vte/utf8parse)
Compiling vte v0.13.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/vendor/vte)
Compiling bork_managed_secrets v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/managed_secrets)
Compiling languages v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/languages)
Compiling channel_versions v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/channel_versions)
Compiling uneval v0.2.3 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/vendor/uneval)
Compiling bork-workflows-types v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/vendor/workflows/workflow-types)
Compiling ai v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/ai)
Compiling bork_terminal v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/bork_terminal)
Compiling bork-workflows v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/vendor/workflows/workflows)
Compiling bork_server_auth v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/bork_server_auth)
warning: variable does not need to be mutable
--> crates/bork_terminal/src/model/grid/flat_storage/index.rs:584:40
|
584 | pub fn append_to_index_if_nonempty(mut self, index: &mut Index) {
| ----^^^^
| |
| help: remove this mut
|
= note: #[warn(unused_mut)] (part of #[warn(unused)]) on by default

warning: bork_terminal (lib) generated 1 warning (run cargo fix --lib -p bork_terminal to apply 1 suggestion)
Compiling syntax_tree v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/syntax_tree)
Compiling cloud_objects v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/cloud_objects)
Compiling cloud_object_persistence v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/cloud_object_persistence)
Compiling winit v0.30.13 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/vendor/winit)
Compiling handlebars v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/handlebars)
Compiling cloud_object_models v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/cloud_object_models)
Compiling borkui v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/borkui)
Compiling dpi v0.1.1 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/vendor/winit/dpi)
Compiling cosmic-text v0.12.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/vendor/cosmic-text)
warning: hiding a lifetime that's elided elsewhere is confusing
--> vendor/cosmic-text/src/attrs.rs:92:22
|
92 | pub fn as_family(&self) -> Family {
| ^^^^^ ^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
= note: #[warn(mismatched_lifetime_syntaxes)] on by default
help: use '_ for type paths
|
92 | pub fn as_family(&self) -> Family<'_> {
| ++++

warning: hiding a lifetime that's elided elsewhere is confusing
--> vendor/cosmic-text/src/attrs.rs:273:21
|
273 | pub fn as_attrs(&self) -> Attrs {
| ^^^^^ ^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use '_ for type paths
|
273 | pub fn as_attrs(&self) -> Attrs<'_> {
| ++++

warning: hiding a lifetime that's elided elsewhere is confusing
--> vendor/cosmic-text/src/attrs.rs:305:21
|
305 | pub fn defaults(&self) -> Attrs {
| ^^^^^ ^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use '_ for type paths
|
305 | pub fn defaults(&self) -> Attrs<'_> {
| ++++

warning: hiding a lifetime that's elided elsewhere is confusing
--> vendor/cosmic-text/src/attrs.rs:332:21
|
332 | pub fn get_span(&self, index: usize) -> Attrs {
| ^^^^^ ^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use '_ for type paths
|
332 | pub fn get_span(&self, index: usize) -> Attrs<'_> {
| ++++

warning: hiding a lifetime that's elided elsewhere is confusing
--> vendor/cosmic-text/src/buffer.rs:830:24
|
830 | pub fn layout_runs(&self) -> LayoutRunIter {
| ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use '_ for type paths
|
830 | pub fn layout_runs(&self) -> LayoutRunIter<'_> {
| ++++

warning: cosmic-text (lib) generated 5 warnings (run cargo fix --lib -p cosmic-text to apply 5 suggestions)
Compiling remote_server v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/remote_server)
Compiling node_runtime v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/node_runtime)
Compiling cloud_object_client v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/cloud_object_client)
Compiling simple_logger v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/simple_logger)
Compiling firebase v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/firebase)
Compiling lsp v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/lsp)
Compiling bork_server_client v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/bork_server_client)
Compiling bork_logging v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/bork_logging)
Compiling bork v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/app)
Compiling natural_language_detection v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/natural_language_detection)
Compiling ui_components v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/ui_components)
Compiling jsonrpc v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/jsonrpc)
Compiling voice_input v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/voice_input)
Compiling bork_multi_agent_client v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/bork_multi_agent_client)
Compiling onboarding v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/onboarding)
Compiling input_classifier v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/input_classifier)
Compiling app-installation-detection v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/app-installation-detection)
Compiling bork_files v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/bork_files)
Compiling mcp v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/mcp)
Compiling bork_ripgrep v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/bork_ripgrep)
Compiling bork_search_core v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/bork_search_core)
Compiling syntect v5.2.0
Compiling ipc v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/ipc)
Compiling asset_macro v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/asset_macro)
Compiling http_server v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/http_server)
Compiling difflib v0.4.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/vendor/difflib)
warning: use of deprecated method core::str::<impl str>::trim_right: superseded by trim_end
--> vendor/difflib/src/differ.rs:272:52
|
272 | first_tags = first_tags.split_at(common).1.trim_right();
| ^^^^^^^^^^
|
= note: #[warn(deprecated)] on by default
help: replace the use of the deprecated method
|
272 - first_tags = first_tags.split_at(common).1.trim_right();
272 + first_tags = first_tags.split_at(common).1.trim_end();
|

warning: use of deprecated method core::str::<impl str>::trim_right: superseded by trim_end
--> vendor/difflib/src/differ.rs:273:54
|
273 | second_tags = second_tags.split_at(common).1.trim_right();
| ^^^^^^^^^^
|
help: replace the use of the deprecated method
|
273 - second_tags = second_tags.split_at(common).1.trim_right();
273 + second_tags = second_tags.split_at(common).1.trim_end();
|

warning: variable does not need to be mutable
--> vendor/difflib/src/sequencematcher.rs:128:17
|
128 | let mut counter = second_sequence_elements
| ----^^^^^^^
| |
| help: remove this mut
|
= note: #[warn(unused_mut)] (part of #[warn(unused)]) on by default

warning: difflib (lib) generated 3 warnings (run cargo fix --lib -p difflib to apply 3 suggestions)
Compiling bork_assets v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/bork_assets)
Compiling field_mask v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/field_mask)
Compiling bork_channel_config v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/bork_channel_config)
Compiling account_client v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/account_client)
Compiling email_address v0.2.3 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/vendor/rust-email_address)
warning: lint private_in_public has been removed: replaced with another group of lints, see RFC https://rust-lang.github.io/rfcs/2145-type-privacy.html for more information
--> vendor/rust-email_address/src/lib.rs:270:5
|
270 | private_in_public,
| ^^^^^^^^^^^^^^^^^
|
= note: #[warn(renamed_and_removed_lints)] on by default

warning: email_address (lib) generated 1 warning
warning: unused import: run_jsonl_stream
--> app/src/ai/agent_sdk/driver/harness/ollama_stream_exec.rs:27:75
|
27 | harness_cancel_for, register_harness_session, finish_harness_session, run_jsonl_stream,
| ^^^^^^^^^^^^^^^^
|
= note: #[warn(unused_imports)] (part of #[warn(unused)]) on by default

warning: unexpected cfg condition value: preview_channel
--> app/src/settings/input.rs:263:53
|
263 | let should_default_to_universal = (cfg!(feature = "preview_channel")
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for feature are: active_conversation_requires_interaction, agent_decides_command_execution, agent_harness, agent_management_details_view, agent_management_popup, agent_management_view, agent_mode, agent_mode_computer_use, agent_mode_debug, agent_mode_evals, agent_mode_pre_plan_xml, agent_mode_primary_xml, agent_onboarding, agent_shared_sessions, agent_tips, agent_toolbar_editor, agent_view, agent_view_block_context, agent_view_conversation_list_view, agent_view_prompt_chip, ai_context_menu, ai_context_menu_code, ai_context_menu_commands, ai_resume_button, ai_rules, alacritty_settings_import, allow_ignoring_input_suggestions, allow_opening_file_links_using_editor_env, am_workflows, ambient_agents_command_line, ambient_agents_image_upload, ambient_agents_rtc, api_key_authentication, api_key_management, and artifact_command and 263 more
= help: consider adding preview_channel as a feature in Cargo.toml
= note: see https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html for more information about checking conditional configuration
= note: #[warn(unexpected_cfgs)] on by default

warning: unused import: bork_errors::report_error
--> app/src/terminal/model/grid/resize.rs:5:5
|
5 | use bork_errors::report_error;
| ^^^^^^^^^^^^^^^^^^^^^^^^^

warning: function score_against_suite is never used
--> app/src/ai/agent_sdk/driver/harness/ollama_committee_proof.rs:433:21
|
433 | pub(crate) async fn score_against_suite(
| ^^^^^^^^^^^^^^^^^^^
|
= note: #[warn(dead_code)] (part of #[warn(unused)]) on by default

warning: function revision_improves is never used
--> app/src/ai/agent_sdk/driver/harness/ollama_committee_proof.rs:467:15
|
467 | pub(crate) fn revision_improves(before: usize, after: usize) -> bool {
| ^^^^^^^^^^^^^^^^^

warning: method set_auth_step is never used
--> app/src/auth/auth_view_body.rs:834:12
|
142 | impl AuthViewBody {
| ----------------- method in this implementation
...
834 | pub fn set_auth_step(&mut self, step: AuthStep) {
| ^^^^^^^^^^^^^

warning: methods set_auth_step and skip_to_browser_open_step are never used
--> app/src/auth/auth_view_modal.rs:205:8
|
150 | impl AuthView {
| ------------- methods in this implementation
...
205 | fn set_auth_step(&mut self, ctx: &mut ViewContext, step: AuthStep) {
| ^^^^^^^^^^^^^
...
214 | pub fn skip_to_browser_open_step(&mut self, ctx: &mut ViewContext) {
| ^^^^^^^^^^^^^^^^^^^^^^^^^

warning: bork (lib) generated 7 warnings (run cargo fix --lib -p bork to apply 2 suggestions)
Finished release-lto profile [optimized + debuginfo] target(s) in 23m 47s
Making debug copy of '/mnt/terra/forgejo-ci/cargo-target/release-lto/bork' at '/mnt/terra/forgejo-ci/cargo-target/release-lto/bork.debug'
Stripping debug symbols from '/mnt/terra/forgejo-ci/cargo-target/release-lto/bork'
::echo::on
::echo::off
Building AppImage...
Copying bundled resources to /mnt/terra/forgejo-ci/cargo-target/dist/appimagepkg//opt/borkdotdev/bork-terminal/resources/bundled
Writing bundled Bork version metadata to /mnt/terra/forgejo-ci/cargo-target/dist/appimagepkg//opt/borkdotdev/bork-terminal/resources/bundled/metadata/version.json
Copying channel-gated skills for channel 'oss'...
Channel 'oss' has no gated skills, skipping
Generating third-party licenses at /mnt/terra/forgejo-ci/cargo-target/dist/appimagepkg//opt/borkdotdev/bork-terminal/resources/THIRD_PARTY_LICENSES.txt
Generating settings schema at /mnt/terra/forgejo-ci/cargo-target/dist/appimagepkg//opt/borkdotdev/bork-terminal/resources/settings_schema.json
Compiling websocket v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/websocket)
warning: unexpected cfg condition value: cargo-clippy
--> vendor/yaml-rust/src/lib.rs:40:13
|
40 | #![cfg_attr(feature = "cargo-clippy", allow(renamed_and_removed_lints))]
| ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
|
= note: no expected values for feature
= help: consider adding cargo-clippy as a feature in Cargo.toml
= note: see https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html for more information about checking conditional configuration
= note: #[warn(unexpected_cfgs)] on by default

warning: unexpected cfg condition value: cargo-clippy
--> vendor/yaml-rust/src/lib.rs:41:13
|
41 | #![cfg_attr(feature = "cargo-clippy", warn(cyclomatic_complexity))]
| ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
|
= note: no expected values for feature
= help: consider adding cargo-clippy as a feature in Cargo.toml
= note: see https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html for more information about checking conditional configuration

warning: unexpected cfg condition value: cargo-clippy
--> vendor/yaml-rust/src/lib.rs:43:5
|
43 | feature = "cargo-clippy",
| ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
|
= note: no expected values for feature
= help: consider adding cargo-clippy as a feature in Cargo.toml
= note: see https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html for more information about checking conditional configuration

warning: unexpected cfg condition value: cargo-clippy
--> vendor/yaml-rust/src/yaml.rs:285:12
|
285 | #[cfg_attr(feature = "cargo-clippy", allow(should_implement_trait))]
| ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
|
= note: no expected values for feature
= help: consider adding cargo-clippy as a feature in Cargo.toml
= note: see https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html for more information about checking conditional configuration

warning: field marks is never read
--> vendor/yaml-rust/src/parser.rs:70:5
|
66 | pub struct Parser {
| ------ field in this struct
...
70 | marks: Vec,
| ^^^^^
|
= note: Parser has a derived impl for the trait Debug, but this is intentionally ignored during dead code analysis
= note: #[warn(dead_code)] (part of #[warn(unused)]) on by default

warning: hiding a lifetime that's named elsewhere is confusing
--> vendor/yaml-rust/src/emitter.rs:107:51
|
107 | pub fn new(writer: &'a mut dyn fmt::Write) -> YamlEmitter {
| -- ^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is named here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
= note: #[warn(mismatched_lifetime_syntaxes)] on by default
help: consistently use 'a
|
107 | pub fn new(writer: &'a mut dyn fmt::Write) -> YamlEmitter<'a> {
| ++++

warning: yaml-rust (lib) generated 6 warnings (run cargo fix --lib -p yaml-rust to apply 1 suggestion)
warning: unexpected cfg condition name: pf_rustc_nightly
--> vendor/pathfinder/simd/src/lib.rs:11:13
|
11 | #![cfg_attr(pf_rustc_nightly, allow(internal_features))]
| ^^^^^^^^^^^^^^^^
|
= help: expected names are: docsrs, feature, and test and 31 more
= help: consider using a Cargo feature instead
= help: or consider adding in Cargo.toml the check-cfg lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(pf_rustc_nightly)'] }
= help: or consider adding println!("cargo::rustc-check-cfg=cfg(pf_rustc_nightly)"); to the top of the build.rs
= note: see https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html for more information about checking conditional configuration
= note: #[warn(unexpected_cfgs)] on by default

warning: unexpected cfg condition name: pf_rustc_nightly
--> vendor/pathfinder/simd/src/lib.rs:12:13
|
12 | #![cfg_attr(pf_rustc_nightly, feature(link_llvm_intrinsics, core_intrinsics))]
| ^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in Cargo.toml the check-cfg lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(pf_rustc_nightly)'] }
= help: or consider adding println!("cargo::rustc-check-cfg=cfg(pf_rustc_nightly)"); to the top of the build.rs
= note: see https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html for more information about checking conditional configuration

warning: unexpected cfg condition name: pf_rustc_nightly
--> vendor/pathfinder/simd/src/lib.rs:13:13
|
13 | #![cfg_attr(pf_rustc_nightly, feature(simd_ffi))]
| ^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in Cargo.toml the check-cfg lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(pf_rustc_nightly)'] }
= help: or consider adding println!("cargo::rustc-check-cfg=cfg(pf_rustc_nightly)"); to the top of the build.rs
= note: see https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html for more information about checking conditional configuration

warning: unexpected cfg condition name: pf_rustc_nightly
--> vendor/pathfinder/simd/src/lib.rs:17:40
|
17 | #[cfg(all(not(feature = "pf-no-simd"), pf_rustc_nightly, target_arch = "aarch64"))]
| ^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in Cargo.toml the check-cfg lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(pf_rustc_nightly)'] }
= help: or consider adding println!("cargo::rustc-check-cfg=cfg(pf_rustc_nightly)"); to the top of the build.rs
= note: see https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html for more information about checking conditional configuration

warning: unexpected cfg condition name: pf_rustc_nightly
--> vendor/pathfinder/simd/src/lib.rs:24:13
|
24 | all(pf_rustc_nightly, target_arch = "aarch64")
| ^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in Cargo.toml the check-cfg lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(pf_rustc_nightly)'] }
= help: or consider adding println!("cargo::rustc-check-cfg=cfg(pf_rustc_nightly)"); to the top of the build.rs
= note: see https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html for more information about checking conditional configuration

warning: unexpected cfg condition name: pf_rustc_nightly
--> vendor/pathfinder/simd/src/lib.rs:34:11
|
34 | #[cfg(all(pf_rustc_nightly, target_arch = "aarch64"))]
| ^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in Cargo.toml the check-cfg lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(pf_rustc_nightly)'] }
= help: or consider adding println!("cargo::rustc-check-cfg=cfg(pf_rustc_nightly)"); to the top of the build.rs
= note: see https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html for more information about checking conditional configuration

warning: pathfinder_simd (lib) generated 6 warnings
warning: unused import: AntialiasingStrategy
--> vendor/font-kit/src/loader.rs:20:21
|
20 | use crate::canvas::{AntialiasingStrategy, Canvas, RasterizationOptions};
| ^^^^^^^^^^^^^^^^^^^^
|
= note: #[warn(unused_imports)] (part of #[warn(unused)]) on by default

warning: missing documentation for an associated function
--> vendor/font-kit/src/family.rs:44:5
|
44 | pub fn from_handle(family_handle: &FamilyHandle) -> Result<Family, FontLoadingError> {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
note: the lint level is defined here
--> vendor/font-kit/src/lib.rs:123:9
|
123 | #![warn(missing_docs)]
| ^^^^^^^^^^^^

warning: missing documentation for a method
--> vendor/font-kit/src/loaders/freetype.rs:422:5
|
422 | pub fn is_colored(&self) -> bool {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

warning: font-kit (lib) generated 3 warnings (run cargo fix --lib -p font-kit to apply 1 suggestion)
Compiling ring v0.17.14
Compiling bork_errors v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/bork_errors)
Compiling command v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/command)
Compiling bork_util v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/bork_util)
Compiling sum_tree v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/sum_tree)
Compiling borkui_core v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/borkui_core)
warning: unused import: crate::elements::new_scrollable::ScrollableAxis
--> crates/borkui_core/src/elements/gui/new_scrollable/dual_axis_config.rs:7:5
|
7 | use crate::elements::new_scrollable::ScrollableAxis;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: #[warn(unused_imports)] (part of #[warn(unused)]) on by default

warning: unused import: ScrollableAxis
--> crates/borkui_core/src/elements/gui/new_scrollable/single_axis_config.rs:5:35
|
5 | use super::{NewScrollableElement, ScrollableAxis};
| ^^^^^^^^^^^^^^

warning: unused variable: binding_validator
--> crates/borkui_core/src/core/app.rs:1756:9
|
1756 | binding_validator: impl Fn(BindingLens) -> IsBindingValid + 'static,
| ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: _binding_validator
|
= note: #[warn(unused_variables)] (part of #[warn(unused)]) on by default

warning: unused variable: binding_validator
--> crates/borkui_core/src/core/app.rs:1778:9
|
1778 | binding_validator: impl Fn(BindingLens) -> IsBindingValid + 'static,
| ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: _binding_validator

warning: unused variable: axis
--> crates/borkui_core/src/elements/gui/new_scrollable/single_axis_config.rs:42:35
|
42 | pub(super) fn validate(&self, axis: Axis) {
| ^^^^ help: if this is intentional, prefix it with an underscore: _axis

warning: variable does not need to be mutable
--> crates/borkui_core/src/elements/gui/rect.rs:154:15
|
154 | fn finish(mut self) -> Box
| ----^^^^
| |
| help: remove this mut
|
= note: #[warn(unused_mut)] (part of #[warn(unused)]) on by default

warning: unused variable: location
--> crates/borkui_core/src/scene.rs:536:36
|
536 | fn validate_rect(rect: &RectF, location: Option<&'static std::panic::Location<'static>>) {
| ^^^^^^^^ help: if this is intentional, prefix it with an underscore: _location

warning: fields default_binding_validator and binding_validators are never read
--> crates/borkui_core/src/keymap/matcher.rs:18:5
|
13 | pub struct Matcher {
| ------- fields in this struct
...
18 | default_binding_validator: Option,
| ^^^^^^^^^^^^^^^^^^^^^^^^^
...
21 | binding_validators: Vec<(Context, BindingValidatorFn)>,
| ^^^^^^^^^^^^^^^^^^
|
= note: #[warn(dead_code)] (part of #[warn(unused)]) on by default

Compiling borkui_extras v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/borkui_extras)
Compiling bork_core v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/bork_core)
Compiling settings v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/settings)
Compiling http_client v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/http_client)
Compiling local_control v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/local_control)
Compiling bork_cli v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/bork_cli)
warning: borkui_core (lib) generated 8 warnings (run cargo fix --lib -p borkui_core to apply 7 suggestions)
Compiling bork_graphql v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/graphql)
Compiling watcher v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/watcher)
Compiling vim v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/vim)
Compiling repo_metadata v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/repo_metadata)
Compiling mermaid_to_svg v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/vendor/mermaid-to-svg)
Compiling asset_cache v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/asset_cache)
Compiling bork_editor v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/editor)
warning: yaml-rust (lib) generated 6 warnings (6 duplicates)
Compiling bork_completer v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/bork_completer)
Compiling bork_isolation_platform v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/isolation_platform)
Compiling bork_managed_secrets v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/managed_secrets)
Compiling languages v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/languages)
Compiling channel_versions v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/channel_versions)
Compiling bork_terminal v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/bork_terminal)
Compiling bork_server_auth v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/bork_server_auth)
warning: variable does not need to be mutable
--> crates/bork_terminal/src/model/grid/flat_storage/index.rs:584:40
|
584 | pub fn append_to_index_if_nonempty(mut self, index: &mut Index) {
| ----^^^^
| |
| help: remove this mut
|
= note: #[warn(unused_mut)] (part of #[warn(unused)]) on by default

Compiling computer_use v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/computer_use)
warning: bork_terminal (lib) generated 1 warning (run cargo fix --lib -p bork_terminal to apply 1 suggestion)
Compiling syntax_tree v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/syntax_tree)
Compiling ai v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/ai)
Compiling cloud_objects v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/cloud_objects)
Compiling cloud_object_persistence v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/cloud_object_persistence)
Compiling cloud_object_models v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/cloud_object_models)
Compiling winit v0.30.13 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/vendor/winit)
Compiling cosmic-text v0.12.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/vendor/cosmic-text)
warning: hiding a lifetime that's elided elsewhere is confusing
--> vendor/cosmic-text/src/attrs.rs:92:22
|
92 | pub fn as_family(&self) -> Family {
| ^^^^^ ^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
= note: #[warn(mismatched_lifetime_syntaxes)] on by default
help: use '_ for type paths
|
92 | pub fn as_family(&self) -> Family<'_> {
| ++++

warning: hiding a lifetime that's elided elsewhere is confusing
--> vendor/cosmic-text/src/attrs.rs:273:21
|
273 | pub fn as_attrs(&self) -> Attrs {
| ^^^^^ ^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use '_ for type paths
|
273 | pub fn as_attrs(&self) -> Attrs<'_> {
| ++++

warning: hiding a lifetime that's elided elsewhere is confusing
--> vendor/cosmic-text/src/attrs.rs:305:21
|
305 | pub fn defaults(&self) -> Attrs {
| ^^^^^ ^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use '_ for type paths
|
305 | pub fn defaults(&self) -> Attrs<'_> {
| ++++

warning: hiding a lifetime that's elided elsewhere is confusing
--> vendor/cosmic-text/src/attrs.rs:332:21
|
332 | pub fn get_span(&self, index: usize) -> Attrs {
| ^^^^^ ^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use '_ for type paths
|
332 | pub fn get_span(&self, index: usize) -> Attrs<'_> {
| ++++

warning: hiding a lifetime that's elided elsewhere is confusing
--> vendor/cosmic-text/src/buffer.rs:830:24
|
830 | pub fn layout_runs(&self) -> LayoutRunIter {
| ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use '_ for type paths
|
830 | pub fn layout_runs(&self) -> LayoutRunIter<'_> {
| ++++

Compiling borkui v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/borkui)
warning: cosmic-text (lib) generated 5 warnings (run cargo fix --lib -p cosmic-text to apply 5 suggestions)
Compiling cloud_object_client v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/cloud_object_client)
Compiling simple_logger v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/simple_logger)
Compiling bork_server_client v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/bork_server_client)
Compiling bork_logging v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/bork_logging)
Compiling remote_server v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/remote_server)
Compiling node_runtime v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/node_runtime)
Compiling bork v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/app)
Compiling ui_components v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/ui_components)
Compiling jsonrpc v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/jsonrpc)
Compiling bork_multi_agent_client v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/bork_multi_agent_client)
Compiling lsp v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/lsp)
Compiling onboarding v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/onboarding)
Compiling input_classifier v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/input_classifier)
Compiling app-installation-detection v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/app-installation-detection)
Compiling bork_search_core v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/bork_search_core)
Compiling bork_files v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/bork_files)
Compiling bork_ripgrep v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/bork_ripgrep)
Compiling mcp v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/mcp)
Compiling ipc v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/ipc)
Compiling http_server v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/http_server)
Compiling bork_assets v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/bork_assets)
warning: use of deprecated method core::str::<impl str>::trim_right: superseded by trim_end
--> vendor/difflib/src/differ.rs:272:52
|
272 | first_tags = first_tags.split_at(common).1.trim_right();
| ^^^^^^^^^^
|
= note: #[warn(deprecated)] on by default
help: replace the use of the deprecated method
|
272 - first_tags = first_tags.split_at(common).1.trim_right();
272 + first_tags = first_tags.split_at(common).1.trim_end();
|

warning: use of deprecated method core::str::<impl str>::trim_right: superseded by trim_end
--> vendor/difflib/src/differ.rs:273:54
|
273 | second_tags = second_tags.split_at(common).1.trim_right();
| ^^^^^^^^^^
|
help: replace the use of the deprecated method
|
273 - second_tags = second_tags.split_at(common).1.trim_right();
273 + second_tags = second_tags.split_at(common).1.trim_end();
|

warning: variable does not need to be mutable
--> vendor/difflib/src/sequencematcher.rs:128:17
|
128 | let mut counter = second_sequence_elements
| ----^^^^^^^
| |
| help: remove this mut
|
= note: #[warn(unused_mut)] (part of #[warn(unused)]) on by default

warning: difflib (lib) generated 3 warnings (run cargo fix --lib -p difflib to apply 3 suggestions)
Compiling bork_channel_config v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/bork_channel_config)
Compiling account_client v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/account_client)
warning: lint private_in_public has been removed: replaced with another group of lints, see RFC https://rust-lang.github.io/rfcs/2145-type-privacy.html for more information
--> vendor/rust-email_address/src/lib.rs:270:5
|
270 | private_in_public,
| ^^^^^^^^^^^^^^^^^
|
= note: #[warn(renamed_and_removed_lints)] on by default

warning: email_address (lib) generated 1 warning
warning: unused import: run_jsonl_stream
--> app/src/ai/agent_sdk/driver/harness/ollama_stream_exec.rs:27:75
|
27 | harness_cancel_for, register_harness_session, finish_harness_session, run_jsonl_stream,
| ^^^^^^^^^^^^^^^^
|
= note: #[warn(unused_imports)] (part of #[warn(unused)]) on by default

warning: unexpected cfg condition value: preview_channel
--> app/src/settings/input.rs:263:53
|
263 | let should_default_to_universal = (cfg!(feature = "preview_channel")
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for feature are: active_conversation_requires_interaction, agent_decides_command_execution, agent_harness, agent_management_details_view, agent_management_popup, agent_management_view, agent_mode, agent_mode_computer_use, agent_mode_debug, agent_mode_evals, agent_mode_pre_plan_xml, agent_mode_primary_xml, agent_onboarding, agent_shared_sessions, agent_tips, agent_toolbar_editor, agent_view, agent_view_block_context, agent_view_conversation_list_view, agent_view_prompt_chip, ai_context_menu, ai_context_menu_code, ai_context_menu_commands, ai_resume_button, ai_rules, alacritty_settings_import, allow_ignoring_input_suggestions, allow_opening_file_links_using_editor_env, am_workflows, ambient_agents_command_line, ambient_agents_image_upload, ambient_agents_rtc, api_key_authentication, api_key_management, and artifact_command and 263 more
= help: consider adding preview_channel as a feature in Cargo.toml
= note: see https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html for more information about checking conditional configuration
= note: #[warn(unexpected_cfgs)] on by default

warning: unused import: bork_errors::report_error
--> app/src/terminal/model/grid/resize.rs:5:5
|
5 | use bork_errors::report_error;
| ^^^^^^^^^^^^^^^^^^^^^^^^^

warning: function score_against_suite is never used
--> app/src/ai/agent_sdk/driver/harness/ollama_committee_proof.rs:433:21
|
433 | pub(crate) async fn score_against_suite(
| ^^^^^^^^^^^^^^^^^^^
|
= note: #[warn(dead_code)] (part of #[warn(unused)]) on by default

warning: function revision_improves is never used
--> app/src/ai/agent_sdk/driver/harness/ollama_committee_proof.rs:467:15
|
467 | pub(crate) fn revision_improves(before: usize, after: usize) -> bool {
| ^^^^^^^^^^^^^^^^^

warning: method set_auth_step is never used
--> app/src/auth/auth_view_body.rs:834:12
|
142 | impl AuthViewBody {
| ----------------- method in this implementation
...
834 | pub fn set_auth_step(&mut self, step: AuthStep) {
| ^^^^^^^^^^^^^

warning: methods set_auth_step and skip_to_browser_open_step are never used
--> app/src/auth/auth_view_modal.rs:205:8
|
150 | impl AuthView {
| ------------- methods in this implementation
...
205 | fn set_auth_step(&mut self, ctx: &mut ViewContext, step: AuthStep) {
| ^^^^^^^^^^^^^
...
214 | pub fn skip_to_browser_open_step(&mut self, ctx: &mut ViewContext) {
| ^^^^^^^^^^^^^^^^^^^^^^^^^

warning: bork (lib) generated 7 warnings (run cargo fix --lib -p bork to apply 2 suggestions)
Finished release-lto profile [optimized + debuginfo] target(s) in 11m 09s
Running /mnt/terra/forgejo-ci/cargo-target/release-lto/generate_settings_schema --channel oss /mnt/terra/forgejo-ci/cargo-target/dist/appimagepkg//opt/borkdotdev/bork-terminal/resources/settings_schema.json
Unknown channel 'oss', defaulting to dev
Wrote 230 settings to /mnt/terra/forgejo-ci/cargo-target/dist/appimagepkg//opt/borkdotdev/bork-terminal/resources/settings_schema.json
Successfully prepared bundled resources in /mnt/terra/forgejo-ci/cargo-target/dist/appimagepkg//opt/borkdotdev/bork-terminal/resources
Running linuxdeploy to create the AppImage
/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/script/linux/bundle_appimage: line 81: linuxdeploy: command not found

n by default warning: unexpected `cfg` condition value: `cargo-clippy` --> vendor/yaml-rust/src/lib.rs:41:13 | 41 | #![cfg_attr(feature = "cargo-clippy", warn(cyclomatic_complexity))] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> vendor/yaml-rust/src/lib.rs:43:5 | 43 | feature = "cargo-clippy", | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> vendor/yaml-rust/src/yaml.rs:285:12 | 285 | #[cfg_attr(feature = "cargo-clippy", allow(should_implement_trait))] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration warning: field `marks` is never read --> vendor/yaml-rust/src/parser.rs:70:5 | 66 | pub struct Parser<T> { | ------ field in this struct ... 70 | marks: Vec<Marker>, | ^^^^^ | = note: `Parser` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default warning: hiding a lifetime that's named elsewhere is confusing --> vendor/yaml-rust/src/emitter.rs:107:51 | 107 | pub fn new(writer: &'a mut dyn fmt::Write) -> YamlEmitter { | -- ^^^^^^^^^^^ the same lifetime is hidden here | | | the lifetime is named here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default help: consistently use `'a` | 107 | pub fn new(writer: &'a mut dyn fmt::Write) -> YamlEmitter<'a> { | ++++ warning: `yaml-rust` (lib) generated 6 warnings (run `cargo fix --lib -p yaml-rust` to apply 1 suggestion) Compiling bork_errors v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/bork_errors) warning: unexpected `cfg` condition name: `pf_rustc_nightly` --> vendor/pathfinder/simd/src/lib.rs:11:13 | 11 | #![cfg_attr(pf_rustc_nightly, allow(internal_features))] | ^^^^^^^^^^^^^^^^ | = help: expected names are: `docsrs`, `feature`, and `test` and 31 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(pf_rustc_nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(pf_rustc_nightly)");` to the top of the `build.rs` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `pf_rustc_nightly` --> vendor/pathfinder/simd/src/lib.rs:12:13 | 12 | #![cfg_attr(pf_rustc_nightly, feature(link_llvm_intrinsics, core_intrinsics))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(pf_rustc_nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(pf_rustc_nightly)");` to the top of the `build.rs` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration warning: unexpected `cfg` condition name: `pf_rustc_nightly` --> vendor/pathfinder/simd/src/lib.rs:13:13 | 13 | #![cfg_attr(pf_rustc_nightly, feature(simd_ffi))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(pf_rustc_nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(pf_rustc_nightly)");` to the top of the `build.rs` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration warning: unexpected `cfg` condition name: `pf_rustc_nightly` --> vendor/pathfinder/simd/src/lib.rs:17:40 | 17 | #[cfg(all(not(feature = "pf-no-simd"), pf_rustc_nightly, target_arch = "aarch64"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(pf_rustc_nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(pf_rustc_nightly)");` to the top of the `build.rs` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration warning: unexpected `cfg` condition name: `pf_rustc_nightly` --> vendor/pathfinder/simd/src/lib.rs:24:13 | 24 | all(pf_rustc_nightly, target_arch = "aarch64") | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(pf_rustc_nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(pf_rustc_nightly)");` to the top of the `build.rs` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration warning: unexpected `cfg` condition name: `pf_rustc_nightly` --> vendor/pathfinder/simd/src/lib.rs:34:11 | 34 | #[cfg(all(pf_rustc_nightly, target_arch = "aarch64"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(pf_rustc_nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(pf_rustc_nightly)");` to the top of the `build.rs` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration warning: `pathfinder_simd` (lib) generated 6 warnings Compiling command v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/command) Compiling serde_yaml v0.8.26 Compiling font-kit v0.12.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/vendor/font-kit) Compiling pathfinder_geometry v0.5.1 Compiling settings_value_derive v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/settings_value_derive) Compiling markdown_parser v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/markdown_parser) Compiling borkui_core v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/borkui_core) Compiling bork_util v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/bork_util) warning: unused import: `AntialiasingStrategy` --> vendor/font-kit/src/loader.rs:20:21 | 20 | use crate::canvas::{AntialiasingStrategy, Canvas, RasterizationOptions}; | ^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default warning: missing documentation for an associated function --> vendor/font-kit/src/family.rs:44:5 | 44 | pub fn from_handle(family_handle: &FamilyHandle) -> Result<Family<F>, FontLoadingError> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | note: the lint level is defined here --> vendor/font-kit/src/lib.rs:123:9 | 123 | #![warn(missing_docs)] | ^^^^^^^^^^^^ warning: missing documentation for a method --> vendor/font-kit/src/loaders/freetype.rs:422:5 | 422 | pub fn is_colored(&self) -> bool { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: `font-kit` (lib) generated 3 warnings (run `cargo fix --lib -p font-kit` to apply 1 suggestion) Compiling settings_value v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/settings_value) Compiling string-offset v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/string-offset) Compiling pathfinder_color v0.5.0 Compiling sum_tree v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/sum_tree) Compiling ring v0.17.14 warning: unused import: `crate::elements::new_scrollable::ScrollableAxis` --> crates/borkui_core/src/elements/gui/new_scrollable/dual_axis_config.rs:7:5 | 7 | use crate::elements::new_scrollable::ScrollableAxis; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default warning: unused import: `ScrollableAxis` --> crates/borkui_core/src/elements/gui/new_scrollable/single_axis_config.rs:5:35 | 5 | use super::{NewScrollableElement, ScrollableAxis}; | ^^^^^^^^^^^^^^ warning: unused variable: `binding_validator` --> crates/borkui_core/src/core/app.rs:1756:9 | 1756 | binding_validator: impl Fn(BindingLens) -> IsBindingValid + 'static, | ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_binding_validator` | = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default warning: unused variable: `binding_validator` --> crates/borkui_core/src/core/app.rs:1778:9 | 1778 | binding_validator: impl Fn(BindingLens) -> IsBindingValid + 'static, | ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_binding_validator` warning: unused variable: `axis` --> crates/borkui_core/src/elements/gui/new_scrollable/single_axis_config.rs:42:35 | 42 | pub(super) fn validate(&self, axis: Axis) { | ^^^^ help: if this is intentional, prefix it with an underscore: `_axis` warning: variable does not need to be mutable --> crates/borkui_core/src/elements/gui/rect.rs:154:15 | 154 | fn finish(mut self) -> Box<dyn Element> | ----^^^^ | | | help: remove this `mut` | = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default warning: unused variable: `location` --> crates/borkui_core/src/scene.rs:536:36 | 536 | fn validate_rect(rect: &RectF, location: Option<&'static std::panic::Location<'static>>) { | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_location` warning: fields `default_binding_validator` and `binding_validators` are never read --> crates/borkui_core/src/keymap/matcher.rs:18:5 | 13 | pub struct Matcher { | ------- fields in this struct ... 18 | default_binding_validator: Option<BindingValidatorFn>, | ^^^^^^^^^^^^^^^^^^^^^^^^^ ... 21 | binding_validators: Vec<(Context, BindingValidatorFn)>, | ^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default Compiling borkui_extras v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/borkui_extras) Compiling bork_features v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/bork_features) Compiling bork_core v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/bork_core) Compiling command-corrections v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/vendor/command-corrections) Compiling settings v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/settings) warning: `borkui_core` (lib) generated 8 warnings (run `cargo fix --lib -p borkui_core` to apply 7 suggestions) Compiling tink-proto v0.3.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/vendor/tink-rust/proto) Compiling prevent_sleep v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/prevent_sleep) Compiling bork_multi_agent_api v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/vendor/bork-proto-apis/apis/multi_agent/v1/gen/rust) Compiling http_client v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/http_client) Compiling tink-core v0.3.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/vendor/tink-rust/core) Compiling bork_graphql_schema v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/bork_graphql_schema) Compiling persistence v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/persistence) Compiling notify-types v2.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/vendor/notify/notify-types) Compiling notify v8.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/vendor/notify/notify) Compiling bork_graphql v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/graphql) Compiling bork_cli v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/bork_cli) Compiling file-id v0.2.2 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/vendor/notify/file-id) Compiling notify-debouncer-full v0.5.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/vendor/notify/notify-debouncer-full) Compiling tink-prf v0.3.0 Compiling local_control v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/local_control) Compiling repo_metadata v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/repo_metadata) Compiling bork-completion-metadata v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/vendor/command-signatures/completion-metadata) Compiling tink-mac v0.3.0 Compiling watcher v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/watcher) Compiling dagre_rust v0.0.5 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/vendor/mermaid-to-svg/crates/dagre_rust) Compiling vim v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/vim) Compiling tink-daead v0.3.0 Compiling tink-aead v0.3.0 Compiling mermaid_to_svg v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/vendor/mermaid-to-svg) Compiling session-sharing-protocol v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/vendor/session-sharing-protocol) Compiling bork-command-signatures v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/vendor/command-signatures/command-signatures) Compiling fuzzy_match v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/fuzzy_match) Compiling asset_cache v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/asset_cache) Compiling ipynb_parser v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/ipynb_parser) warning: `yaml-rust` (lib) generated 6 warnings (6 duplicates) Compiling bork_editor v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/editor) Compiling bork_completer v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/bork_completer) Compiling tink-hybrid v0.3.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/vendor/tink-rust/hybrid) Compiling bork_isolation_platform v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/isolation_platform) Compiling computer_use v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/computer_use) Compiling vte_generate_state_changes v0.1.1 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/vendor/vte/vte_generate_state_changes) Compiling utf8parse v0.2.1 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/vendor/vte/utf8parse) Compiling vte v0.13.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/vendor/vte) Compiling bork_managed_secrets v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/managed_secrets) Compiling languages v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/languages) Compiling channel_versions v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/channel_versions) Compiling uneval v0.2.3 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/vendor/uneval) Compiling bork-workflows-types v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/vendor/workflows/workflow-types) Compiling ai v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/ai) Compiling bork_terminal v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/bork_terminal) Compiling bork-workflows v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/vendor/workflows/workflows) Compiling bork_server_auth v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/bork_server_auth) warning: variable does not need to be mutable --> crates/bork_terminal/src/model/grid/flat_storage/index.rs:584:40 | 584 | pub fn append_to_index_if_nonempty(mut self, index: &mut Index) { | ----^^^^ | | | help: remove this `mut` | = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default warning: `bork_terminal` (lib) generated 1 warning (run `cargo fix --lib -p bork_terminal` to apply 1 suggestion) Compiling syntax_tree v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/syntax_tree) Compiling cloud_objects v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/cloud_objects) Compiling cloud_object_persistence v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/cloud_object_persistence) Compiling winit v0.30.13 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/vendor/winit) Compiling handlebars v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/handlebars) Compiling cloud_object_models v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/cloud_object_models) Compiling borkui v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/borkui) Compiling dpi v0.1.1 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/vendor/winit/dpi) Compiling cosmic-text v0.12.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/vendor/cosmic-text) warning: hiding a lifetime that's elided elsewhere is confusing --> vendor/cosmic-text/src/attrs.rs:92:22 | 92 | pub fn as_family(&self) -> Family { | ^^^^^ ^^^^^^ the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default help: use `'_` for type paths | 92 | pub fn as_family(&self) -> Family<'_> { | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> vendor/cosmic-text/src/attrs.rs:273:21 | 273 | pub fn as_attrs(&self) -> Attrs { | ^^^^^ ^^^^^ the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: use `'_` for type paths | 273 | pub fn as_attrs(&self) -> Attrs<'_> { | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> vendor/cosmic-text/src/attrs.rs:305:21 | 305 | pub fn defaults(&self) -> Attrs { | ^^^^^ ^^^^^ the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: use `'_` for type paths | 305 | pub fn defaults(&self) -> Attrs<'_> { | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> vendor/cosmic-text/src/attrs.rs:332:21 | 332 | pub fn get_span(&self, index: usize) -> Attrs { | ^^^^^ ^^^^^ the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: use `'_` for type paths | 332 | pub fn get_span(&self, index: usize) -> Attrs<'_> { | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> vendor/cosmic-text/src/buffer.rs:830:24 | 830 | pub fn layout_runs(&self) -> LayoutRunIter { | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: use `'_` for type paths | 830 | pub fn layout_runs(&self) -> LayoutRunIter<'_> { | ++++ warning: `cosmic-text` (lib) generated 5 warnings (run `cargo fix --lib -p cosmic-text` to apply 5 suggestions) Compiling remote_server v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/remote_server) Compiling node_runtime v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/node_runtime) Compiling cloud_object_client v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/cloud_object_client) Compiling simple_logger v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/simple_logger) Compiling firebase v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/firebase) Compiling lsp v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/lsp) Compiling bork_server_client v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/bork_server_client) Compiling bork_logging v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/bork_logging) Compiling bork v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/app) Compiling natural_language_detection v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/natural_language_detection) Compiling ui_components v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/ui_components) Compiling jsonrpc v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/jsonrpc) Compiling voice_input v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/voice_input) Compiling bork_multi_agent_client v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/bork_multi_agent_client) Compiling onboarding v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/onboarding) Compiling input_classifier v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/input_classifier) Compiling app-installation-detection v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/app-installation-detection) Compiling bork_files v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/bork_files) Compiling mcp v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/mcp) Compiling bork_ripgrep v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/bork_ripgrep) Compiling bork_search_core v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/bork_search_core) Compiling syntect v5.2.0 Compiling ipc v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/ipc) Compiling asset_macro v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/asset_macro) Compiling http_server v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/http_server) Compiling difflib v0.4.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/vendor/difflib) warning: use of deprecated method `core::str::<impl str>::trim_right`: superseded by `trim_end` --> vendor/difflib/src/differ.rs:272:52 | 272 | first_tags = first_tags.split_at(common).1.trim_right(); | ^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default help: replace the use of the deprecated method | 272 - first_tags = first_tags.split_at(common).1.trim_right(); 272 + first_tags = first_tags.split_at(common).1.trim_end(); | warning: use of deprecated method `core::str::<impl str>::trim_right`: superseded by `trim_end` --> vendor/difflib/src/differ.rs:273:54 | 273 | second_tags = second_tags.split_at(common).1.trim_right(); | ^^^^^^^^^^ | help: replace the use of the deprecated method | 273 - second_tags = second_tags.split_at(common).1.trim_right(); 273 + second_tags = second_tags.split_at(common).1.trim_end(); | warning: variable does not need to be mutable --> vendor/difflib/src/sequencematcher.rs:128:17 | 128 | let mut counter = second_sequence_elements | ----^^^^^^^ | | | help: remove this `mut` | = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default warning: `difflib` (lib) generated 3 warnings (run `cargo fix --lib -p difflib` to apply 3 suggestions) Compiling bork_assets v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/bork_assets) Compiling field_mask v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/field_mask) Compiling bork_channel_config v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/bork_channel_config) Compiling account_client v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/account_client) Compiling email_address v0.2.3 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/vendor/rust-email_address) warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC <https://rust-lang.github.io/rfcs/2145-type-privacy.html> for more information --> vendor/rust-email_address/src/lib.rs:270:5 | 270 | private_in_public, | ^^^^^^^^^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: `email_address` (lib) generated 1 warning warning: unused import: `run_jsonl_stream` --> app/src/ai/agent_sdk/driver/harness/ollama_stream_exec.rs:27:75 | 27 | harness_cancel_for, register_harness_session, finish_harness_session, run_jsonl_stream, | ^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default warning: unexpected `cfg` condition value: `preview_channel` --> app/src/settings/input.rs:263:53 | 263 | let should_default_to_universal = (cfg!(feature = "preview_channel") | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `active_conversation_requires_interaction`, `agent_decides_command_execution`, `agent_harness`, `agent_management_details_view`, `agent_management_popup`, `agent_management_view`, `agent_mode`, `agent_mode_computer_use`, `agent_mode_debug`, `agent_mode_evals`, `agent_mode_pre_plan_xml`, `agent_mode_primary_xml`, `agent_onboarding`, `agent_shared_sessions`, `agent_tips`, `agent_toolbar_editor`, `agent_view`, `agent_view_block_context`, `agent_view_conversation_list_view`, `agent_view_prompt_chip`, `ai_context_menu`, `ai_context_menu_code`, `ai_context_menu_commands`, `ai_resume_button`, `ai_rules`, `alacritty_settings_import`, `allow_ignoring_input_suggestions`, `allow_opening_file_links_using_editor_env`, `am_workflows`, `ambient_agents_command_line`, `ambient_agents_image_upload`, `ambient_agents_rtc`, `api_key_authentication`, `api_key_management`, and `artifact_command` and 263 more = help: consider adding `preview_channel` as a feature in `Cargo.toml` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unused import: `bork_errors::report_error` --> app/src/terminal/model/grid/resize.rs:5:5 | 5 | use bork_errors::report_error; | ^^^^^^^^^^^^^^^^^^^^^^^^^ warning: function `score_against_suite` is never used --> app/src/ai/agent_sdk/driver/harness/ollama_committee_proof.rs:433:21 | 433 | pub(crate) async fn score_against_suite( | ^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default warning: function `revision_improves` is never used --> app/src/ai/agent_sdk/driver/harness/ollama_committee_proof.rs:467:15 | 467 | pub(crate) fn revision_improves(before: usize, after: usize) -> bool { | ^^^^^^^^^^^^^^^^^ warning: method `set_auth_step` is never used --> app/src/auth/auth_view_body.rs:834:12 | 142 | impl AuthViewBody { | ----------------- method in this implementation ... 834 | pub fn set_auth_step(&mut self, step: AuthStep) { | ^^^^^^^^^^^^^ warning: methods `set_auth_step` and `skip_to_browser_open_step` are never used --> app/src/auth/auth_view_modal.rs:205:8 | 150 | impl AuthView { | ------------- methods in this implementation ... 205 | fn set_auth_step(&mut self, ctx: &mut ViewContext<Self>, step: AuthStep) { | ^^^^^^^^^^^^^ ... 214 | pub fn skip_to_browser_open_step(&mut self, ctx: &mut ViewContext<Self>) { | ^^^^^^^^^^^^^^^^^^^^^^^^^ warning: `bork` (lib) generated 7 warnings (run `cargo fix --lib -p bork` to apply 2 suggestions) Finished `release-lto` profile [optimized + debuginfo] target(s) in 23m 47s Making debug copy of '/mnt/terra/forgejo-ci/cargo-target/release-lto/bork' at '/mnt/terra/forgejo-ci/cargo-target/release-lto/bork.debug' Stripping debug symbols from '/mnt/terra/forgejo-ci/cargo-target/release-lto/bork' ::echo::on ::echo::off Building AppImage... Copying bundled resources to /mnt/terra/forgejo-ci/cargo-target/dist/appimagepkg//opt/borkdotdev/bork-terminal/resources/bundled Writing bundled Bork version metadata to /mnt/terra/forgejo-ci/cargo-target/dist/appimagepkg//opt/borkdotdev/bork-terminal/resources/bundled/metadata/version.json Copying channel-gated skills for channel 'oss'... Channel 'oss' has no gated skills, skipping Generating third-party licenses at /mnt/terra/forgejo-ci/cargo-target/dist/appimagepkg//opt/borkdotdev/bork-terminal/resources/THIRD_PARTY_LICENSES.txt Generating settings schema at /mnt/terra/forgejo-ci/cargo-target/dist/appimagepkg//opt/borkdotdev/bork-terminal/resources/settings_schema.json Compiling websocket v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/websocket) warning: unexpected `cfg` condition value: `cargo-clippy` --> vendor/yaml-rust/src/lib.rs:40:13 | 40 | #![cfg_attr(feature = "cargo-clippy", allow(renamed_and_removed_lints))] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `cargo-clippy` --> vendor/yaml-rust/src/lib.rs:41:13 | 41 | #![cfg_attr(feature = "cargo-clippy", warn(cyclomatic_complexity))] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> vendor/yaml-rust/src/lib.rs:43:5 | 43 | feature = "cargo-clippy", | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration warning: unexpected `cfg` condition value: `cargo-clippy` --> vendor/yaml-rust/src/yaml.rs:285:12 | 285 | #[cfg_attr(feature = "cargo-clippy", allow(should_implement_trait))] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration warning: field `marks` is never read --> vendor/yaml-rust/src/parser.rs:70:5 | 66 | pub struct Parser<T> { | ------ field in this struct ... 70 | marks: Vec<Marker>, | ^^^^^ | = note: `Parser` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default warning: hiding a lifetime that's named elsewhere is confusing --> vendor/yaml-rust/src/emitter.rs:107:51 | 107 | pub fn new(writer: &'a mut dyn fmt::Write) -> YamlEmitter { | -- ^^^^^^^^^^^ the same lifetime is hidden here | | | the lifetime is named here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default help: consistently use `'a` | 107 | pub fn new(writer: &'a mut dyn fmt::Write) -> YamlEmitter<'a> { | ++++ warning: `yaml-rust` (lib) generated 6 warnings (run `cargo fix --lib -p yaml-rust` to apply 1 suggestion) warning: unexpected `cfg` condition name: `pf_rustc_nightly` --> vendor/pathfinder/simd/src/lib.rs:11:13 | 11 | #![cfg_attr(pf_rustc_nightly, allow(internal_features))] | ^^^^^^^^^^^^^^^^ | = help: expected names are: `docsrs`, `feature`, and `test` and 31 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(pf_rustc_nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(pf_rustc_nightly)");` to the top of the `build.rs` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `pf_rustc_nightly` --> vendor/pathfinder/simd/src/lib.rs:12:13 | 12 | #![cfg_attr(pf_rustc_nightly, feature(link_llvm_intrinsics, core_intrinsics))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(pf_rustc_nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(pf_rustc_nightly)");` to the top of the `build.rs` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration warning: unexpected `cfg` condition name: `pf_rustc_nightly` --> vendor/pathfinder/simd/src/lib.rs:13:13 | 13 | #![cfg_attr(pf_rustc_nightly, feature(simd_ffi))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(pf_rustc_nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(pf_rustc_nightly)");` to the top of the `build.rs` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration warning: unexpected `cfg` condition name: `pf_rustc_nightly` --> vendor/pathfinder/simd/src/lib.rs:17:40 | 17 | #[cfg(all(not(feature = "pf-no-simd"), pf_rustc_nightly, target_arch = "aarch64"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(pf_rustc_nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(pf_rustc_nightly)");` to the top of the `build.rs` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration warning: unexpected `cfg` condition name: `pf_rustc_nightly` --> vendor/pathfinder/simd/src/lib.rs:24:13 | 24 | all(pf_rustc_nightly, target_arch = "aarch64") | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(pf_rustc_nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(pf_rustc_nightly)");` to the top of the `build.rs` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration warning: unexpected `cfg` condition name: `pf_rustc_nightly` --> vendor/pathfinder/simd/src/lib.rs:34:11 | 34 | #[cfg(all(pf_rustc_nightly, target_arch = "aarch64"))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(pf_rustc_nightly)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(pf_rustc_nightly)");` to the top of the `build.rs` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration warning: `pathfinder_simd` (lib) generated 6 warnings warning: unused import: `AntialiasingStrategy` --> vendor/font-kit/src/loader.rs:20:21 | 20 | use crate::canvas::{AntialiasingStrategy, Canvas, RasterizationOptions}; | ^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default warning: missing documentation for an associated function --> vendor/font-kit/src/family.rs:44:5 | 44 | pub fn from_handle(family_handle: &FamilyHandle) -> Result<Family<F>, FontLoadingError> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | note: the lint level is defined here --> vendor/font-kit/src/lib.rs:123:9 | 123 | #![warn(missing_docs)] | ^^^^^^^^^^^^ warning: missing documentation for a method --> vendor/font-kit/src/loaders/freetype.rs:422:5 | 422 | pub fn is_colored(&self) -> bool { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: `font-kit` (lib) generated 3 warnings (run `cargo fix --lib -p font-kit` to apply 1 suggestion) Compiling ring v0.17.14 Compiling bork_errors v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/bork_errors) Compiling command v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/command) Compiling bork_util v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/bork_util) Compiling sum_tree v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/sum_tree) Compiling borkui_core v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/borkui_core) warning: unused import: `crate::elements::new_scrollable::ScrollableAxis` --> crates/borkui_core/src/elements/gui/new_scrollable/dual_axis_config.rs:7:5 | 7 | use crate::elements::new_scrollable::ScrollableAxis; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default warning: unused import: `ScrollableAxis` --> crates/borkui_core/src/elements/gui/new_scrollable/single_axis_config.rs:5:35 | 5 | use super::{NewScrollableElement, ScrollableAxis}; | ^^^^^^^^^^^^^^ warning: unused variable: `binding_validator` --> crates/borkui_core/src/core/app.rs:1756:9 | 1756 | binding_validator: impl Fn(BindingLens) -> IsBindingValid + 'static, | ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_binding_validator` | = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default warning: unused variable: `binding_validator` --> crates/borkui_core/src/core/app.rs:1778:9 | 1778 | binding_validator: impl Fn(BindingLens) -> IsBindingValid + 'static, | ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_binding_validator` warning: unused variable: `axis` --> crates/borkui_core/src/elements/gui/new_scrollable/single_axis_config.rs:42:35 | 42 | pub(super) fn validate(&self, axis: Axis) { | ^^^^ help: if this is intentional, prefix it with an underscore: `_axis` warning: variable does not need to be mutable --> crates/borkui_core/src/elements/gui/rect.rs:154:15 | 154 | fn finish(mut self) -> Box<dyn Element> | ----^^^^ | | | help: remove this `mut` | = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default warning: unused variable: `location` --> crates/borkui_core/src/scene.rs:536:36 | 536 | fn validate_rect(rect: &RectF, location: Option<&'static std::panic::Location<'static>>) { | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_location` warning: fields `default_binding_validator` and `binding_validators` are never read --> crates/borkui_core/src/keymap/matcher.rs:18:5 | 13 | pub struct Matcher { | ------- fields in this struct ... 18 | default_binding_validator: Option<BindingValidatorFn>, | ^^^^^^^^^^^^^^^^^^^^^^^^^ ... 21 | binding_validators: Vec<(Context, BindingValidatorFn)>, | ^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default Compiling borkui_extras v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/borkui_extras) Compiling bork_core v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/bork_core) Compiling settings v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/settings) Compiling http_client v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/http_client) Compiling local_control v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/local_control) Compiling bork_cli v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/bork_cli) warning: `borkui_core` (lib) generated 8 warnings (run `cargo fix --lib -p borkui_core` to apply 7 suggestions) Compiling bork_graphql v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/graphql) Compiling watcher v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/watcher) Compiling vim v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/vim) Compiling repo_metadata v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/repo_metadata) Compiling mermaid_to_svg v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/vendor/mermaid-to-svg) Compiling asset_cache v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/asset_cache) Compiling bork_editor v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/editor) warning: `yaml-rust` (lib) generated 6 warnings (6 duplicates) Compiling bork_completer v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/bork_completer) Compiling bork_isolation_platform v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/isolation_platform) Compiling bork_managed_secrets v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/managed_secrets) Compiling languages v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/languages) Compiling channel_versions v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/channel_versions) Compiling bork_terminal v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/bork_terminal) Compiling bork_server_auth v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/bork_server_auth) warning: variable does not need to be mutable --> crates/bork_terminal/src/model/grid/flat_storage/index.rs:584:40 | 584 | pub fn append_to_index_if_nonempty(mut self, index: &mut Index) { | ----^^^^ | | | help: remove this `mut` | = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default Compiling computer_use v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/computer_use) warning: `bork_terminal` (lib) generated 1 warning (run `cargo fix --lib -p bork_terminal` to apply 1 suggestion) Compiling syntax_tree v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/syntax_tree) Compiling ai v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/ai) Compiling cloud_objects v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/cloud_objects) Compiling cloud_object_persistence v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/cloud_object_persistence) Compiling cloud_object_models v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/cloud_object_models) Compiling winit v0.30.13 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/vendor/winit) Compiling cosmic-text v0.12.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/vendor/cosmic-text) warning: hiding a lifetime that's elided elsewhere is confusing --> vendor/cosmic-text/src/attrs.rs:92:22 | 92 | pub fn as_family(&self) -> Family { | ^^^^^ ^^^^^^ the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default help: use `'_` for type paths | 92 | pub fn as_family(&self) -> Family<'_> { | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> vendor/cosmic-text/src/attrs.rs:273:21 | 273 | pub fn as_attrs(&self) -> Attrs { | ^^^^^ ^^^^^ the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: use `'_` for type paths | 273 | pub fn as_attrs(&self) -> Attrs<'_> { | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> vendor/cosmic-text/src/attrs.rs:305:21 | 305 | pub fn defaults(&self) -> Attrs { | ^^^^^ ^^^^^ the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: use `'_` for type paths | 305 | pub fn defaults(&self) -> Attrs<'_> { | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> vendor/cosmic-text/src/attrs.rs:332:21 | 332 | pub fn get_span(&self, index: usize) -> Attrs { | ^^^^^ ^^^^^ the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: use `'_` for type paths | 332 | pub fn get_span(&self, index: usize) -> Attrs<'_> { | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> vendor/cosmic-text/src/buffer.rs:830:24 | 830 | pub fn layout_runs(&self) -> LayoutRunIter { | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: use `'_` for type paths | 830 | pub fn layout_runs(&self) -> LayoutRunIter<'_> { | ++++ Compiling borkui v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/borkui) warning: `cosmic-text` (lib) generated 5 warnings (run `cargo fix --lib -p cosmic-text` to apply 5 suggestions) Compiling cloud_object_client v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/cloud_object_client) Compiling simple_logger v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/simple_logger) Compiling bork_server_client v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/bork_server_client) Compiling bork_logging v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/bork_logging) Compiling remote_server v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/remote_server) Compiling node_runtime v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/node_runtime) Compiling bork v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/app) Compiling ui_components v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/ui_components) Compiling jsonrpc v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/jsonrpc) Compiling bork_multi_agent_client v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/bork_multi_agent_client) Compiling lsp v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/lsp) Compiling onboarding v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/onboarding) Compiling input_classifier v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/input_classifier) Compiling app-installation-detection v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/app-installation-detection) Compiling bork_search_core v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/bork_search_core) Compiling bork_files v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/bork_files) Compiling bork_ripgrep v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/bork_ripgrep) Compiling mcp v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/mcp) Compiling ipc v0.1.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/ipc) Compiling http_server v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/http_server) Compiling bork_assets v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/bork_assets) warning: use of deprecated method `core::str::<impl str>::trim_right`: superseded by `trim_end` --> vendor/difflib/src/differ.rs:272:52 | 272 | first_tags = first_tags.split_at(common).1.trim_right(); | ^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default help: replace the use of the deprecated method | 272 - first_tags = first_tags.split_at(common).1.trim_right(); 272 + first_tags = first_tags.split_at(common).1.trim_end(); | warning: use of deprecated method `core::str::<impl str>::trim_right`: superseded by `trim_end` --> vendor/difflib/src/differ.rs:273:54 | 273 | second_tags = second_tags.split_at(common).1.trim_right(); | ^^^^^^^^^^ | help: replace the use of the deprecated method | 273 - second_tags = second_tags.split_at(common).1.trim_right(); 273 + second_tags = second_tags.split_at(common).1.trim_end(); | warning: variable does not need to be mutable --> vendor/difflib/src/sequencematcher.rs:128:17 | 128 | let mut counter = second_sequence_elements | ----^^^^^^^ | | | help: remove this `mut` | = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default warning: `difflib` (lib) generated 3 warnings (run `cargo fix --lib -p difflib` to apply 3 suggestions) Compiling bork_channel_config v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/bork_channel_config) Compiling account_client v0.0.0 (/home/blah/.cache/act/75483c7b1e60e285/hostexecutor/crates/account_client) warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC <https://rust-lang.github.io/rfcs/2145-type-privacy.html> for more information --> vendor/rust-email_address/src/lib.rs:270:5 | 270 | private_in_public, | ^^^^^^^^^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: `email_address` (lib) generated 1 warning warning: unused import: `run_jsonl_stream` --> app/src/ai/agent_sdk/driver/harness/ollama_stream_exec.rs:27:75 | 27 | harness_cancel_for, register_harness_session, finish_harness_session, run_jsonl_stream, | ^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default warning: unexpected `cfg` condition value: `preview_channel` --> app/src/settings/input.rs:263:53 | 263 | let should_default_to_universal = (cfg!(feature = "preview_channel") | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `active_conversation_requires_interaction`, `agent_decides_command_execution`, `agent_harness`, `agent_management_details_view`, `agent_management_popup`, `agent_management_view`, `agent_mode`, `agent_mode_computer_use`, `agent_mode_debug`, `agent_mode_evals`, `agent_mode_pre_plan_xml`, `agent_mode_primary_xml`, `agent_onboarding`, `agent_shared_sessions`, `agent_tips`, `agent_toolbar_editor`, `agent_view`, `agent_view_block_context`, `agent_view_conversation_list_view`, `agent_view_prompt_chip`, `ai_context_menu`, `ai_context_menu_code`, `ai_context_menu_commands`, `ai_resume_button`, `ai_rules`, `alacritty_settings_import`, `allow_ignoring_input_suggestions`, `allow_opening_file_links_using_editor_env`, `am_workflows`, `ambient_agents_command_line`, `ambient_agents_image_upload`, `ambient_agents_rtc`, `api_key_authentication`, `api_key_management`, and `artifact_command` and 263 more = help: consider adding `preview_channel` as a feature in `Cargo.toml` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unused import: `bork_errors::report_error` --> app/src/terminal/model/grid/resize.rs:5:5 | 5 | use bork_errors::report_error; | ^^^^^^^^^^^^^^^^^^^^^^^^^ warning: function `score_against_suite` is never used --> app/src/ai/agent_sdk/driver/harness/ollama_committee_proof.rs:433:21 | 433 | pub(crate) async fn score_against_suite( | ^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default warning: function `revision_improves` is never used --> app/src/ai/agent_sdk/driver/harness/ollama_committee_proof.rs:467:15 | 467 | pub(crate) fn revision_improves(before: usize, after: usize) -> bool { | ^^^^^^^^^^^^^^^^^ warning: method `set_auth_step` is never used --> app/src/auth/auth_view_body.rs:834:12 | 142 | impl AuthViewBody { | ----------------- method in this implementation ... 834 | pub fn set_auth_step(&mut self, step: AuthStep) { | ^^^^^^^^^^^^^ warning: methods `set_auth_step` and `skip_to_browser_open_step` are never used --> app/src/auth/auth_view_modal.rs:205:8 | 150 | impl AuthView { | ------------- methods in this implementation ... 205 | fn set_auth_step(&mut self, ctx: &mut ViewContext<Self>, step: AuthStep) { | ^^^^^^^^^^^^^ ... 214 | pub fn skip_to_browser_open_step(&mut self, ctx: &mut ViewContext<Self>) { | ^^^^^^^^^^^^^^^^^^^^^^^^^ warning: `bork` (lib) generated 7 warnings (run `cargo fix --lib -p bork` to apply 2 suggestions) Finished `release-lto` profile [optimized + debuginfo] target(s) in 11m 09s Running `/mnt/terra/forgejo-ci/cargo-target/release-lto/generate_settings_schema --channel oss /mnt/terra/forgejo-ci/cargo-target/dist/appimagepkg//opt/borkdotdev/bork-terminal/resources/settings_schema.json` Unknown channel 'oss', defaulting to dev Wrote 230 settings to /mnt/terra/forgejo-ci/cargo-target/dist/appimagepkg//opt/borkdotdev/bork-terminal/resources/settings_schema.json Successfully prepared bundled resources in /mnt/terra/forgejo-ci/cargo-target/dist/appimagepkg//opt/borkdotdev/bork-terminal/resources Running linuxdeploy to create the AppImage /home/blah/.cache/act/75483c7b1e60e285/hostexecutor/script/linux/bundle_appimage: line 81: linuxdeploy: command not found
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
n01/bork#8
No description provided.