CI failure: linux release bundle @ baad28d1f9 #14
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
ra/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/9967037c90f00bec/hostexecutor/crates/websocket)
warning: unexpected
cfgcondition 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-clippyas a feature inCargo.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 defaultwarning: unexpected
cfgcondition 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-clippyas a feature inCargo.toml= note: see https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html for more information about checking conditional configuration
warning: unexpected
cfgcondition 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-clippyas a feature inCargo.toml= note: see https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html for more information about checking conditional configuration
warning: unexpected
cfgcondition 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-clippyas a feature inCargo.toml= note: see https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html for more information about checking conditional configuration
warning: field
marksis never read--> vendor/yaml-rust/src/parser.rs:70:5
|
66 | pub struct Parser {
| ------ field in this struct
...
70 | marks: Vec,
| ^^^^^
|
= note:
Parserhas a derived impl for the traitDebug, but this is intentionally ignored during dead code analysis= note:
#[warn(dead_code)](part of#[warn(unused)]) on by defaultwarning: 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 defaulthelp: consistently use
'a|
107 | pub fn new(writer: &'a mut dyn fmt::Write) -> YamlEmitter<'a> {
| ++++
warning:
yaml-rust(lib) generated 6 warnings (runcargo fix --lib -p yaml-rustto apply 1 suggestion)warning: unexpected
cfgcondition 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, andtestand 31 more= help: consider using a Cargo feature instead
= help: or consider adding in
Cargo.tomlthecheck-cfglint 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 thebuild.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 defaultwarning: unexpected
cfgcondition 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.tomlthecheck-cfglint 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 thebuild.rs= note: see https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html for more information about checking conditional configuration
warning: unexpected
cfgcondition 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.tomlthecheck-cfglint 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 thebuild.rs= note: see https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html for more information about checking conditional configuration
warning: unexpected
cfgcondition 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.tomlthecheck-cfglint 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 thebuild.rs= note: see https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html for more information about checking conditional configuration
warning: unexpected
cfgcondition 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.tomlthecheck-cfglint 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 thebuild.rs= note: see https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html for more information about checking conditional configuration
warning: unexpected
cfgcondition 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.tomlthecheck-cfglint 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 thebuild.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 warningswarning: 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 defaultwarning: 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 (runcargo fix --lib -p font-kitto apply 1 suggestion)Compiling ring v0.17.14
Compiling bork_errors v0.0.0 (/home/blah/.cache/act/9967037c90f00bec/hostexecutor/crates/bork_errors)
Compiling command v0.1.0 (/home/blah/.cache/act/9967037c90f00bec/hostexecutor/crates/command)
Compiling bork_util v0.1.0 (/home/blah/.cache/act/9967037c90f00bec/hostexecutor/crates/bork_util)
Compiling sum_tree v0.1.0 (/home/blah/.cache/act/9967037c90f00bec/hostexecutor/crates/sum_tree)
Compiling borkui_core v0.1.0 (/home/blah/.cache/act/9967037c90f00bec/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 defaultwarning: 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 defaultwarning: 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_validatorwarning: 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:
_axiswarning: 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 defaultwarning: 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:
_locationwarning: fields
default_binding_validatorandbinding_validatorsare 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 defaultCompiling borkui_extras v0.0.0 (/home/blah/.cache/act/9967037c90f00bec/hostexecutor/crates/borkui_extras)
Compiling bork_core v0.0.0 (/home/blah/.cache/act/9967037c90f00bec/hostexecutor/crates/bork_core)
Compiling settings v0.0.0 (/home/blah/.cache/act/9967037c90f00bec/hostexecutor/crates/settings)
Compiling http_client v0.0.0 (/home/blah/.cache/act/9967037c90f00bec/hostexecutor/crates/http_client)
Compiling local_control v0.0.0 (/home/blah/.cache/act/9967037c90f00bec/hostexecutor/crates/local_control)
Compiling bork_cli v0.0.0 (/home/blah/.cache/act/9967037c90f00bec/hostexecutor/crates/bork_cli)
warning:
borkui_core(lib) generated 8 warnings (runcargo fix --lib -p borkui_coreto apply 7 suggestions)Compiling bork_graphql v0.1.0 (/home/blah/.cache/act/9967037c90f00bec/hostexecutor/crates/graphql)
Compiling watcher v0.1.0 (/home/blah/.cache/act/9967037c90f00bec/hostexecutor/crates/watcher)
Compiling vim v0.1.0 (/home/blah/.cache/act/9967037c90f00bec/hostexecutor/crates/vim)
Compiling repo_metadata v0.1.0 (/home/blah/.cache/act/9967037c90f00bec/hostexecutor/crates/repo_metadata)
Compiling mermaid_to_svg v0.1.0 (/home/blah/.cache/act/9967037c90f00bec/hostexecutor/vendor/mermaid-to-svg)
Compiling asset_cache v0.0.0 (/home/blah/.cache/act/9967037c90f00bec/hostexecutor/crates/asset_cache)
warning:
yaml-rust(lib) generated 6 warnings (6 duplicates)Compiling bork_editor v0.1.0 (/home/blah/.cache/act/9967037c90f00bec/hostexecutor/crates/editor)
Compiling bork_completer v0.1.0 (/home/blah/.cache/act/9967037c90f00bec/hostexecutor/crates/bork_completer)
Compiling bork_isolation_platform v0.1.0 (/home/blah/.cache/act/9967037c90f00bec/hostexecutor/crates/isolation_platform)
Compiling bork_managed_secrets v0.1.0 (/home/blah/.cache/act/9967037c90f00bec/hostexecutor/crates/managed_secrets)
Compiling languages v0.0.0 (/home/blah/.cache/act/9967037c90f00bec/hostexecutor/crates/languages)
Compiling channel_versions v0.1.0 (/home/blah/.cache/act/9967037c90f00bec/hostexecutor/crates/channel_versions)
Compiling bork_terminal v0.0.0 (/home/blah/.cache/act/9967037c90f00bec/hostexecutor/crates/bork_terminal)
Compiling bork_server_auth v0.1.0 (/home/blah/.cache/act/9967037c90f00bec/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 defaultCompiling computer_use v0.0.0 (/home/blah/.cache/act/9967037c90f00bec/hostexecutor/crates/computer_use)
warning:
bork_terminal(lib) generated 1 warning (runcargo fix --lib -p bork_terminalto apply 1 suggestion)Compiling syntax_tree v0.1.0 (/home/blah/.cache/act/9967037c90f00bec/hostexecutor/crates/syntax_tree)
Compiling ai v0.1.0 (/home/blah/.cache/act/9967037c90f00bec/hostexecutor/crates/ai)
Compiling cloud_objects v0.1.0 (/home/blah/.cache/act/9967037c90f00bec/hostexecutor/crates/cloud_objects)
Compiling cloud_object_persistence v0.1.0 (/home/blah/.cache/act/9967037c90f00bec/hostexecutor/crates/cloud_object_persistence)
Compiling cloud_object_models v0.1.0 (/home/blah/.cache/act/9967037c90f00bec/hostexecutor/crates/cloud_object_models)
Compiling winit v0.30.13 (/home/blah/.cache/act/9967037c90f00bec/hostexecutor/vendor/winit)
Compiling cosmic-text v0.12.0 (/home/blah/.cache/act/9967037c90f00bec/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 defaulthelp: 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/9967037c90f00bec/hostexecutor/crates/borkui)
warning:
cosmic-text(lib) generated 5 warnings (runcargo fix --lib -p cosmic-textto apply 5 suggestions)Compiling cloud_object_client v0.1.0 (/home/blah/.cache/act/9967037c90f00bec/hostexecutor/crates/cloud_object_client)
Compiling simple_logger v0.1.0 (/home/blah/.cache/act/9967037c90f00bec/hostexecutor/crates/simple_logger)
Compiling bork_server_client v0.1.0 (/home/blah/.cache/act/9967037c90f00bec/hostexecutor/crates/bork_server_client)
Compiling bork_logging v0.0.0 (/home/blah/.cache/act/9967037c90f00bec/hostexecutor/crates/bork_logging)
Compiling remote_server v0.1.0 (/home/blah/.cache/act/9967037c90f00bec/hostexecutor/crates/remote_server)
Compiling node_runtime v0.1.0 (/home/blah/.cache/act/9967037c90f00bec/hostexecutor/crates/node_runtime)
Compiling bork v0.1.0 (/home/blah/.cache/act/9967037c90f00bec/hostexecutor/app)
Compiling ui_components v0.0.0 (/home/blah/.cache/act/9967037c90f00bec/hostexecutor/crates/ui_components)
Compiling jsonrpc v0.1.0 (/home/blah/.cache/act/9967037c90f00bec/hostexecutor/crates/jsonrpc)
Compiling bork_multi_agent_client v0.1.0 (/home/blah/.cache/act/9967037c90f00bec/hostexecutor/crates/bork_multi_agent_client)
Compiling lsp v0.1.0 (/home/blah/.cache/act/9967037c90f00bec/hostexecutor/crates/lsp)
Compiling onboarding v0.1.0 (/home/blah/.cache/act/9967037c90f00bec/hostexecutor/crates/onboarding)
Compiling input_classifier v0.0.0 (/home/blah/.cache/act/9967037c90f00bec/hostexecutor/crates/input_classifier)
Compiling app-installation-detection v0.1.0 (/home/blah/.cache/act/9967037c90f00bec/hostexecutor/crates/app-installation-detection)
Compiling bork_search_core v0.1.0 (/home/blah/.cache/act/9967037c90f00bec/hostexecutor/crates/bork_search_core)
Compiling bork_files v0.1.0 (/home/blah/.cache/act/9967037c90f00bec/hostexecutor/crates/bork_files)
Compiling bork_ripgrep v0.1.0 (/home/blah/.cache/act/9967037c90f00bec/hostexecutor/crates/bork_ripgrep)
Compiling mcp v0.1.0 (/home/blah/.cache/act/9967037c90f00bec/hostexecutor/crates/mcp)
Compiling ipc v0.1.0 (/home/blah/.cache/act/9967037c90f00bec/hostexecutor/crates/ipc)
Compiling http_server v0.0.0 (/home/blah/.cache/act/9967037c90f00bec/hostexecutor/crates/http_server)
Compiling bork_assets v0.0.0 (/home/blah/.cache/act/9967037c90f00bec/hostexecutor/crates/bork_assets)
warning: use of deprecated method
core::str::<impl str>::trim_right: superseded bytrim_end--> vendor/difflib/src/differ.rs:272:52
|
272 | first_tags = first_tags.split_at(common).1.trim_right();
| ^^^^^^^^^^
|
= note:
#[warn(deprecated)]on by defaulthelp: 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 bytrim_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 defaultwarning:
difflib(lib) generated 3 warnings (runcargo fix --lib -p difflibto apply 3 suggestions)Compiling bork_channel_config v0.0.0 (/home/blah/.cache/act/9967037c90f00bec/hostexecutor/crates/bork_channel_config)
Compiling account_client v0.0.0 (/home/blah/.cache/act/9967037c90f00bec/hostexecutor/crates/account_client)
warning: lint
private_in_publichas 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 defaultwarning:
email_address(lib) generated 1 warningwarning: 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 defaultwarning: unexpected
cfgcondition value:preview_channel--> app/src/settings/input.rs:263:53
|
263 | let should_default_to_universal = (cfg!(feature = "preview_channel")
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for
featureare: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, andartifact_commandand 263 more= help: consider adding
preview_channelas a feature inCargo.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 defaultwarning: 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_suiteis 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 defaultwarning: function
revision_improvesis 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_stepis 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_stepandskip_to_browser_open_stepare 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 (runcargo fix --lib -p borkto apply 2 suggestions)Finished
release-ltoprofile [optimized + debuginfo] target(s) in 9m 53sRunning
/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.jsonUnknown 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
linuxdeploy version 1-alpha (git commit ID cc7b864), GitHub actions build 331 built on 2025-11-07 19:41:54 UTC
-- Creating basic AppDir structure --
Creating directory /mnt/terra/forgejo-ci/cargo-target/dist/AppDir/usr/bin/
Creating directory /mnt/terra/forgejo-ci/cargo-target/dist/AppDir/usr/lib/
Creating directory /mnt/terra/forgejo-ci/cargo-target/dist/AppDir/usr/share/applications/
Creating directory /mnt/terra/forgejo-ci/cargo-target/dist/AppDir/usr/share/icons/hicolor/
Creating directory /mnt/terra/forgejo-ci/cargo-target/dist/AppDir/usr/share/pixmaps/
Creating directory /mnt/terra/forgejo-ci/cargo-target/dist/AppDir/usr/share/icons/hicolor/16x16/apps/
Creating directory /mnt/terra/forgejo-ci/cargo-target/dist/AppDir/usr/share/icons/hicolor/32x32/apps/
Creating directory /mnt/terra/forgejo-ci/cargo-target/dist/AppDir/usr/share/icons/hicolor/64x64/apps/
Creating directory /mnt/terra/forgejo-ci/cargo-target/dist/AppDir/usr/share/icons/hicolor/128x128/apps/
Creating directory /mnt/terra/forgejo-ci/cargo-target/dist/AppDir/usr/share/icons/hicolor/256x256/apps/
Creating directory /mnt/terra/forgejo-ci/cargo-target/dist/AppDir/usr/share/icons/hicolor/scalable/apps/
-- Deploying dependencies for existing files in AppDir --
-- Deploying executables --
Deploying executable /mnt/terra/forgejo-ci/cargo-target/dist/appimagepkg/opt/borkdotdev/bork-terminal/bork
WARNING: Could not find copyright files for file /mnt/terra/forgejo-ci/cargo-target/dist/appimagepkg/opt/borkdotdev/bork-terminal/bork using dpkg-query
Deploying dependencies for ELF file /mnt/terra/forgejo-ci/cargo-target/dist/appimagepkg/opt/borkdotdev/bork-terminal/bork
Skipping deployment of blacklisted library /lib/x86_64-linux-gnu/libz.so.1
Deploying shared library /lib/x86_64-linux-gnu/liblzma.so.5
Deploying copyright files for file /lib/x86_64-linux-gnu/liblzma.so.5
Skipping deployment of blacklisted library /lib/x86_64-linux-gnu/libasound.so.2
Skipping deployment of blacklisted library /lib/x86_64-linux-gnu/libgcc_s.so.1
Skipping deployment of blacklisted library /lib/x86_64-linux-gnu/libm.so.6
Skipping deployment of blacklisted library /lib/x86_64-linux-gnu/libc.so.6
-- Copying files into AppDir --
Copying file /lib/x86_64-linux-gnu/liblzma.so.5 to /mnt/terra/forgejo-ci/cargo-target/dist/AppDir/usr/lib/liblzma.so.5
Copying file /mnt/terra/forgejo-ci/cargo-target/dist/appimagepkg/opt/borkdotdev/bork-terminal/bork to /mnt/terra/forgejo-ci/cargo-target/dist/AppDir/usr/bin/bork
Copying file /usr/share/doc/liblzma5/copyright to /mnt/terra/forgejo-ci/cargo-target/dist/AppDir/usr/share/doc/liblzma5/copyright
Calling strip on library /mnt/terra/forgejo-ci/cargo-target/dist/AppDir/usr/bin/bork
Calling strip on library /mnt/terra/forgejo-ci/cargo-target/dist/AppDir/usr/lib/liblzma.so.5
Setting rpath in ELF file /mnt/terra/forgejo-ci/cargo-target/dist/AppDir/usr/bin/bork to $ORIGIN/../lib
Setting rpath in ELF file /mnt/terra/forgejo-ci/cargo-target/dist/AppDir/usr/lib/liblzma.so.5 to $ORIGIN
-- Running input plugin: bork --
[bork/stdout] Relocating binary to /mnt/terra/forgejo-ci/cargo-target/dist/AppDir/opt/borkdotdev/bork-terminal/bork
[bork/stdout] Creating symlink at usr/bin/bork
[bork/stdout] Copying bundled resources to /mnt/terra/forgejo-ci/cargo-target/dist/AppDir/opt/borkdotdev/bork-terminal/resources
[bork/stdout] Successfully restructured AppDir for Bork
-- Deploying icons --
Deploying icon /mnt/terra/forgejo-ci/cargo-target/dist/appimagepkg/usr/share/icons/hicolor/512x512/apps/bork.baby.Bork.png
WARNING: Could not find copyright files for file /mnt/terra/forgejo-ci/cargo-target/dist/appimagepkg/usr/share/icons/hicolor/512x512/apps/bork.baby.Bork.png using dpkg-query
-- Deploying desktop files --
Deploying desktop file /mnt/terra/forgejo-ci/cargo-target/dist/appimagepkg/usr/share/applications/bork.baby.Bork.desktop
-- Copying files into AppDir --
Copying file /mnt/terra/forgejo-ci/cargo-target/dist/appimagepkg/usr/share/applications/bork.baby.Bork.desktop to /mnt/terra/forgejo-ci/cargo-target/dist/AppDir/usr/share/applications/bork.baby.Bork.desktop
Copying file /mnt/terra/forgejo-ci/cargo-target/dist/appimagepkg/usr/share/icons/hicolor/512x512/apps/bork.baby.Bork.png to /mnt/terra/forgejo-ci/cargo-target/dist/AppDir/usr/share/icons/hicolor/512x512/apps/bork.baby.Bork.png
-- Deploying files into AppDir root directory --
Deploying files to AppDir root using desktop file: /mnt/terra/forgejo-ci/cargo-target/dist/AppDir/usr/share/applications/bork.baby.Bork.desktop
Deploying desktop file to AppDir root: /mnt/terra/forgejo-ci/cargo-target/dist/AppDir/usr/share/applications/bork.baby.Bork.desktop
Creating symlink for file /mnt/terra/forgejo-ci/cargo-target/dist/AppDir/usr/share/applications/bork.baby.Bork.desktop in/as /mnt/terra/forgejo-ci/cargo-target/dist/AppDir
Deploying icon to AppDir root: /mnt/terra/forgejo-ci/cargo-target/dist/AppDir/usr/share/icons/hicolor/512x512/apps/bork.baby.Bork.png
Creating symlink for file /mnt/terra/forgejo-ci/cargo-target/dist/AppDir/usr/share/icons/hicolor/512x512/apps/bork.baby.Bork.png in/as /mnt/terra/forgejo-ci/cargo-target/dist/AppDir
Deploying AppRun symlink for executable in AppDir root: /mnt/terra/forgejo-ci/cargo-target/dist/AppDir/usr/bin/bork
Creating symlink for file /mnt/terra/forgejo-ci/cargo-target/dist/AppDir/usr/bin/bork in/as /mnt/terra/forgejo-ci/cargo-target/dist/AppDir/AppRun
-- Running output plugin: appimage --
[appimage/stdout] Found appimagetool: /mnt/terra/forgejo-ci/tmp/.mount_linuxdDnKNMf/plugins/linuxdeploy-plugin-appimage/usr/bin/appimagetool
[appimage/stdout]
[appimage/stderr] Running command: /mnt/terra/forgejo-ci/tmp/.mount_linuxdDnKNMf/plugins/linuxdeploy-plugin-appimage/usr/bin/appimagetool "/mnt/terra/forgejo-ci/cargo-target/dist/AppDir"
[appimage/stderr]
[appimage/stdout] /mnt/terra/forgejo-ci/cargo-target/dist/AppDir should be packaged as Bork-x86_64.AppImage
[appimage/stderr] appimagetool, continuous build (git version 07aa21f), build 261 built on 2025-10-19 19:25:44 UTC
[appimage/stderr] Using architecture x86_64
[appimage/stderr] Deleting pre-existing .DirIcon
[appimage/stderr] Creating .DirIcon symlink based on information from desktop file
[appimage/stderr] WARNING: AppStream upstream metadata is missing, please consider creating it
[appimage/stderr] in usr/share/metainfo/bork.baby.Bork.appdata.xml
[appimage/stderr] Please see https://www.freedesktop.org/software/appstream/docs/chap-Quickstart.html#sect-Quickstart-DesktopApps
[appimage/stderr] for more information or use the generator at
[appimage/stderr] https://docs.appimage.org/packaging-guide/optional/appstream.html#using-the-appstream-generator
[appimage/stderr] Generating squashfs...
[appimage/stderr] Downloading runtime file from https://github.com/AppImage/type2-runtime/releases/download/continuous/runtime-x86_64
[appimage/stdout] Parallel mksquashfs: Using 8 processors
[appimage/stderr] Downloaded runtime binary of size 944632
[appimage/stdout] Creating 4.0 filesystem on Bork-x86_64.AppImage, block size 131072.
[appimage/stdout]
[appimage/stdout] [=============================================================|] 2745/2745 100%[appimage/stderr] Embedding ELF...
[appimage/stdout]
[appimage/stdout] Exportable Squashfs 4.0 filesystem, zstd compressed, data block size 131072
[appimage/stdout] compressed data, compressed metadata, compressed fragments,
[appimage/stdout] compressed xattrs, compressed ids
[appimage/stdout] duplicates are removed
[appimage/stdout] Filesystem size 124873.14 Kbytes (121.95 Mbytes)
[appimage/stdout] 37.02% of uncompressed filesystem size (337273.84 Kbytes)
[appimage/stdout] Inode table size 7962 bytes (7.78 Kbytes)
[appimage/stdout] 45.64% of uncompressed inode table size (17444 bytes)
[appimage/stdout] Directory table size 2346 bytes (2.29 Kbytes)
[appimage/stdout] 43.05% of uncompressed directory table size (5449 bytes)
[appimage/stdout] Number of duplicate files found 1
[appimage/stdout] Number of inodes 212
[appimage/stdout] Number of files 125
[appimage/stdout] Number of fragments 12
[appimage/stdout] Number of symbolic links 5
[appimage/stdout] Number of device nodes 0
[appimage/stdout] Number of fifo nodes 0
[appimage/stdout] Number of socket nodes 0
[appimage/stdout] Number of directories 82
[appimage/stdout] Number of hard-links 0
[appimage/stdout] Number of ids (unique uids + gids) 1
[appimage/stdout] Number of uids 1
[appimage/stdout] root (0)
[appimage/stdout] Number of gids 1
[appimage/stdout] root (0)
[appimage/stderr] Marking the AppImage as executable...
[appimage/stderr] Embedding MD5 digest
[appimage/stderr] Success
[appimage/stderr]
[appimage/stderr] Please consider submitting your AppImage to AppImageHub, the crowd-sourced
[appimage/stderr] central directory of available AppImages, by opening a pull request
[appimage/stderr] at https://github.com/AppImage/appimage.github.io
::echo::on
::echo::off
Successfully built AppImage at /mnt/terra/forgejo-ci/cargo-target/release-lto/bundle/linux/Bork-x86_64.AppImage!
Building .deb package...
Copying bundled resources to /mnt/terra/forgejo-ci/cargo-target/dist/debpkg/bork-terminal-amd64//opt/borkdotdev/bork-terminal/resources/bundled
Writing bundled Bork version metadata to /mnt/terra/forgejo-ci/cargo-target/dist/debpkg/bork-terminal-amd64//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/debpkg/bork-terminal-amd64//opt/borkdotdev/bork-terminal/resources/THIRD_PARTY_LICENSES.txt
Generating settings schema at /mnt/terra/forgejo-ci/cargo-target/dist/debpkg/bork-terminal-amd64//opt/borkdotdev/bork-terminal/resources/settings_schema.json
warning: unexpected
cfgcondition 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-clippyas a feature inCargo.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 defaultwarning: unexpected
cfgcondition 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-clippyas a feature inCargo.toml= note: see https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html for more information about checking conditional configuration
warning: unexpected
cfgcondition 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-clippyas a feature inCargo.toml= note: see https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html for more information about checking conditional configuration
warning: unexpected
cfgcondition 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-clippyas a feature inCargo.toml= note: see https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html for more information about checking conditional configuration
warning: field
marksis never read--> vendor/yaml-rust/src/parser.rs:70:5
|
66 | pub struct Parser {
| ------ field in this struct
...
70 | marks: Vec,
| ^^^^^
|
= note:
Parserhas a derived impl for the traitDebug, but this is intentionally ignored during dead code analysis= note:
#[warn(dead_code)](part of#[warn(unused)]) on by defaultwarning: 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 defaulthelp: consistently use
'a|
107 | pub fn new(writer: &'a mut dyn fmt::Write) -> YamlEmitter<'a> {
| ++++
warning:
yaml-rust(lib) generated 6 warnings (runcargo fix --lib -p yaml-rustto apply 1 suggestion)warning: unexpected
cfgcondition 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, andtestand 31 more= help: consider using a Cargo feature instead
= help: or consider adding in
Cargo.tomlthecheck-cfglint 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 thebuild.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 defaultwarning: unexpected
cfgcondition 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.tomlthecheck-cfglint 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 thebuild.rs= note: see https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html for more information about checking conditional configuration
warning: unexpected
cfgcondition 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.tomlthecheck-cfglint 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 thebuild.rs= note: see https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html for more information about checking conditional configuration
warning: unexpected
cfgcondition 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.tomlthecheck-cfglint 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 thebuild.rs= note: see https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html for more information about checking conditional configuration
warning: unexpected
cfgcondition 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.tomlthecheck-cfglint 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 thebuild.rs= note: see https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html for more information about checking conditional configuration
warning: unexpected
cfgcondition 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.tomlthecheck-cfglint 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 thebuild.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 warningswarning: 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 defaultwarning: 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 (runcargo fix --lib -p font-kitto apply 1 suggestion)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 defaultwarning: 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 defaultwarning: 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_validatorwarning: 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:
_axiswarning: 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 defaultwarning: 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:
_locationwarning: fields
default_binding_validatorandbinding_validatorsare 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 defaultwarning:
borkui_core(lib) generated 8 warnings (runcargo fix --lib -p borkui_coreto apply 7 suggestions)warning:
yaml-rust(lib) generated 6 warnings (6 duplicates)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 defaultwarning:
bork_terminal(lib) generated 1 warning (runcargo fix --lib -p bork_terminalto apply 1 suggestion)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 defaulthelp: 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 (runcargo fix --lib -p cosmic-textto apply 5 suggestions)warning: use of deprecated method
core::str::<impl str>::trim_right: superseded bytrim_end--> vendor/difflib/src/differ.rs:272:52
|
272 | first_tags = first_tags.split_at(common).1.trim_right();
| ^^^^^^^^^^
|
= note:
#[warn(deprecated)]on by defaulthelp: 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 bytrim_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 defaultwarning:
difflib(lib) generated 3 warnings (runcargo fix --lib -p difflibto apply 3 suggestions)warning: lint
private_in_publichas 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 defaultwarning:
email_address(lib) generated 1 warningwarning: 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 defaultwarning: unexpected
cfgcondition value:preview_channel--> app/src/settings/input.rs:263:53
|
263 | let should_default_to_universal = (cfg!(feature = "preview_channel")
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for
featureare: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, andartifact_commandand 263 more= help: consider adding
preview_channelas a feature inCargo.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 defaultwarning: 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_suiteis 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 defaultwarning: function
revision_improvesis 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_stepis 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_stepandskip_to_browser_open_stepare 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 (runcargo fix --lib -p borkto apply 2 suggestions)Finished
release-ltoprofile [optimized + debuginfo] target(s) in 1.45sRunning
/mnt/terra/forgejo-ci/cargo-target/release-lto/generate_settings_schema --channel oss /mnt/terra/forgejo-ci/cargo-target/dist/debpkg/bork-terminal-amd64//opt/borkdotdev/bork-terminal/resources/settings_schema.jsonUnknown channel 'oss', defaulting to dev
Wrote 230 settings to /mnt/terra/forgejo-ci/cargo-target/dist/debpkg/bork-terminal-amd64//opt/borkdotdev/bork-terminal/resources/settings_schema.json
Successfully prepared bundled resources in /mnt/terra/forgejo-ci/cargo-target/dist/debpkg/bork-terminal-amd64//opt/borkdotdev/bork-terminal/resources
dpkg-deb: building package 'bork-terminal' in '/mnt/terra/forgejo-ci/cargo-target/release-lto/bundle/linux/bork-terminal_0.1.0_amd64.deb'.
Successfully built .deb package at /mnt/terra/forgejo-ci/cargo-target/release-lto/bundle/linux/bork-terminal_0.1.0_amd64.deb!
Building .rpm package...
/usr/bin/fakeroot: 175: rpmbuild: not found