devel/gitui
Terminal UI for git
| Flavor | Version | Run | OSVersion | Arch | License | Restricted | Status | |
|---|---|---|---|---|---|---|---|---|
| 0.21.0 | 562 | 3.2 | amd64 | mit | 0 | fail |
License Permissions:
Events
| Machine | Type | Time | Message |
|---|---|---|---|
| m3264 | info | 2024-02-29 19:17:24.474589 | Test Started |
| m3264 | fail | 2024-02-29 19:20:39.628549 | make test returned non-zero: 1 |
| m3264 | fail | 2024-02-29 19:20:39.739959 | Test complete. |
Log
[1m===> Testing for gitui-0.21.0[0m
Fresh autocfg v1.1.0
Fresh cfg-if v1.0.0
Fresh libc v0.2.132
Fresh unicode-ident v1.0.3
Fresh pkg-config v0.3.25
Fresh jobserver v0.1.24
Fresh proc-macro2 v1.0.43
Fresh once_cell v1.13.1
Fresh cc v1.0.73
Fresh quote v1.0.21
Fresh log v0.4.17
Fresh scopeguard v1.1.0
Fresh syn v1.0.99
Fresh openssl-src v111.22.0+1.1.1q
warning: field `bin_dir` is never read
--> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/openssl-src-111.22.0+1.1.1q/src/lib.rs:25:5
|
22 | pub struct Artifacts {
| --------- field in this struct
...
25 | bin_dir: PathBuf,
| ^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
Fresh memchr v2.5.0
Fresh bitflags v1.3.2
warning: `openssl-src` (lib) generated 1 warning
Fresh serde_derive v1.0.143
warning: field `last_match_end` is never read
--> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/aho-corasick-0.7.18/src/ahocorasick.rs:1222:5
|
1217 | pub struct FindOverlappingIter<'a, 'b, S: StateID> {
| ------------------- field in this struct
...
1222 | last_match_end: usize,
| ^^^^^^^^^^^^^^
|
= note: `FindOverlappingIter` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
= note: `#[warn(dead_code)]` on by default
warning: field `start` is never read
--> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/aho-corasick-0.7.18/src/ahocorasick.rs:1360:33
|
1360 | NonMatch { bytes: &'r [u8], start: usize },
| -------- ^^^^^
| |
| field in this variant
warning: field `config` is never read
--> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/aho-corasick-0.7.18/src/packed/api.rs:380:5
|
379 | pub struct Searcher {
| -------- field in this struct
380 | config: Config,
| ^^^^^^
|
= note: `Searcher` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
Fresh tinyvec_macros v0.1.0
warning: `aho-corasick` (lib) generated 3 warnings
Fresh serde v1.0.143
Fresh crossbeam-utils v0.8.11
Fresh tinyvec v1.6.0
Fresh matches v0.1.9
Fresh unicode-width v0.1.9
Fresh openssl-sys v0.9.75
Fresh memoffset v0.6.5
Fresh unicode-normalization v0.1.21
Fresh libz-sys v1.1.8
Fresh thiserror-impl v1.0.32
Fresh aho-corasick v0.7.18
Fresh signal-hook-registry v1.4.0
Fresh percent-encoding v2.1.0
Fresh unicode-bidi v0.3.8
warning: `aho-corasick` (lib) generated 3 warnings (3 duplicates)
Fresh itoa v1.0.3
Fresh regex-syntax v0.6.27
Fresh smallvec v1.9.0
Fresh adler v1.0.2
Fresh idna v0.2.3
Fresh signal-hook v0.3.14
Fresh miniz_oxide v0.5.3
Fresh regex v1.6.0
Fresh parking_lot_core v0.9.3
warning: unused return value of `Box::::from_raw` that must be used
--> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/parking_lot_core-0.9.3/src/parking_lot.rs:251:17
|
251 | Box::from_raw(new_table);
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box`
= note: `#[warn(unused_must_use)]` on by default
help: use `let _ = ...` to ignore the resulting value
|
251 | let _ = Box::from_raw(new_table);
| +++++++
Fresh form_urlencoded v1.0.1
Fresh thiserror v1.0.32
warning: `parking_lot_core` (lib) generated 1 warning
Fresh crossbeam-epoch v0.9.10
Fresh libssh2-sys v0.2.23
Fresh proc-macro-hack v0.5.19
Fresh lock_api v0.4.7
Fresh mio v0.8.4
Fresh dirs-sys v0.3.7
Fresh bit-vec v0.6.3
Fresh siphasher v0.3.10
Fresh dirs v4.0.0
Fresh signal-hook-mio v0.2.3
Fresh git-version-macro v0.3.5
Fresh bit-set v0.5.3
Fresh phf_shared v0.11.1
Fresh libgit2-sys v0.14.0+1.5.0
Fresh parking_lot v0.12.1
Fresh unicode-linebreak v0.1.2
Fresh crossbeam-deque v0.8.2
Fresh crc32fast v1.3.2
Fresh url v2.2.2
Fresh num-traits v0.2.15
Fresh crossbeam-channel v0.5.6
Fresh scopetime v0.1.1 (/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/scopetime)
Fresh num_threads v0.1.6
Fresh num_cpus v1.13.1
Fresh either v1.7.0
Fresh ryu v1.0.11
Fresh same-file v1.0.6
Fresh hashbrown v0.12.3
Fresh openssl-probe v0.1.5
Fresh time-macros v0.2.4
warning: lint `const_err` has been removed: converted into hard error, see issue #71800 for more information
--> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/time-macros-0.2.4/src/lib.rs:4:5
|
4 | const_err,
| ^^^^^^^^^
|
= note: `#[warn(renamed_and_removed_lints)]` on by default
Fresh gimli v0.26.2
Fresh smawk v0.3.1
Fresh os_str_bytes v6.3.0
Fresh serde_json v1.0.83
Fresh rayon-core v1.9.3
warning: `time-macros` (lib) generated 1 warning
Fresh git2 v0.15.0
Fresh textwrap v0.15.0
Fresh clap_lex v0.2.4
Fresh time v0.3.13
warning: lint `const_err` has been removed: converted into hard error, see issue #71800 for more information
--> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/time-0.3.13/src/lib.rs:93:5
|
93 | const_err,
| ^^^^^^^^^
|
= note: `#[warn(renamed_and_removed_lints)]` on by default
Fresh addr2line v0.17.0
Fresh indexmap v1.9.1
Fresh walkdir v2.3.2
warning: `time` (lib) generated 1 warning
Fresh flate2 v1.0.24
Fresh num-integer v0.1.45
Fresh phf v0.11.1
Fresh fancy-regex v0.7.1
Fresh crossterm v0.23.2
Fresh shellexpand v2.1.2
Fresh git-version v0.3.5
Fresh sys-info v0.9.1
warning: unreachable expression
--> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/sys-info-0.9.1/lib.rs:857:5
|
838 | return Err(Error::IO(io::Error::last_os_error()));
| ------------------------------------------------- any code following this expression is unreachable
...
857 | Err(Error::UnsupportedSystem)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable expression
|
note: the lint level is defined here
--> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/sys-info-0.9.1/lib.rs:856:12
|
856 | #[warn(unreachable_code)]
| ^^^^^^^^^^^^^^^^
Fresh unicode-truncate v0.2.0
Fresh bincode v1.3.3
Fresh object v0.29.0
Fresh thread_local v1.1.4
Fresh atty v0.2.14
Fresh dirs-sys-next v0.1.2
Fresh iana-time-zone v0.1.45
warning: `sys-info` (lib) generated 1 warning
Fresh strsim v0.10.0
Fresh lazy_static v1.4.0
Compiling ansi_term v0.12.1
Fresh base64 v0.13.0
Compiling diff v0.1.13
Fresh fnv v1.0.7
Fresh cassowary v0.3.0
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/cassowary-0.3.0/src/solver_impl.rs:77:13
|
77 | try!(self.add_constraint(constraint.clone()));
| ^^^
|
= note: `#[warn(deprecated)]` on by default
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/cassowary-0.3.0/src/solver_impl.rs:135:9
|
135 | try!(self.optimise(&objective).map_err(|e| AddConstraintError::InternalSolverError(e.0)));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/cassowary-0.3.0/src/solver_impl.rs:115:17
|
115 | if !try!(self.add_with_artificial_variable(&row)
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/cassowary-0.3.0/src/solver_impl.rs:163:9
|
163 | try!(self.optimise(&objective).map_err(|e| RemoveConstraintError::InternalSolverError(e.0)));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/cassowary-0.3.0/src/solver_impl.rs:141:19
|
141 | let tag = try!(self.cns.remove(constraint).ok_or(RemoveConstraintError::UnknownConstraint));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/cassowary-0.3.0/src/solver_impl.rs:151:38
|
151 | let (leaving, mut row) = try!(self.get_marker_leaving_row(tag.marker)
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/cassowary-0.3.0/src/solver_impl.rs:215:13
|
215 | try!(self.remove_constraint(&constraint)
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/cassowary-0.3.0/src/solver_impl.rs:286:9
|
286 | try!(self.dual_optimise().map_err(|e| SuggestValueError::InternalSolverError(e.0)));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/cassowary-0.3.0/src/solver_impl.rs:239:24
|
239 | let info = try!(self.edits.get_mut(&variable).ok_or(SuggestValueError::UnknownEditVariable));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/cassowary-0.3.0/src/solver_impl.rs:497:9
|
497 | try!(self.optimise(&artificial));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/cassowary-0.3.0/src/solver_impl.rs:560:38
|
560 | let (leaving, mut row) = try!(self.get_leaving_row(entering)
| ^^^
warning: use of deprecated constant `std::sync::atomic::ATOMIC_USIZE_INIT`: the `new` function is now preferred
--> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/cassowary-0.3.0/src/lib.rs:235:77
|
235 | static VARIABLE_ID: ::std::sync::atomic::AtomicUsize = ::std::sync::atomic::ATOMIC_USIZE_INIT;
| ^^^^^^^^^^^^^^^^^
|
help: replace the use of the deprecated constant
|
235 | static VARIABLE_ID: ::std::sync::atomic::AtomicUsize = ::std::sync::atomic::AtomicUsize::new(0);
| ~~~~~~~~~~~~~~~~~~~
Fresh termcolor v1.1.3
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=ansi_term CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/ansi_term-0.12.1 CARGO_PKG_AUTHORS='ogham@bsago.me:Ryan Scheel (Havvy) :Josh Triplett ' CARGO_PKG_DESCRIPTION='Library for ANSI terminal colours and styles (bold, underline)' CARGO_PKG_HOMEPAGE='https://github.com/ogham/rust-ansi-term' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ansi_term CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/ogham/rust-ansi-term' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.12.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name ansi_term /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/ansi_term-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 -C metadata=a6f3efb8f71cf81d -C extra-filename=-a6f3efb8f71cf81d --out-dir /magus/work/usr/mports/devel/gitui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=diff CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/diff-0.1.13 CARGO_PKG_AUTHORS='Utkarsh Kukreti ' CARGO_PKG_DESCRIPTION='An LCS based slice and string diffing implementation.' CARGO_PKG_HOMEPAGE='https://github.com/utkarshkukreti/diff.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=diff CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/utkarshkukreti/diff.rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.13 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name diff /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/diff-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 -C metadata=1419b2e2215ee7d5 -C extra-filename=-1419b2e2215ee7d5 --out-dir /magus/work/usr/mports/devel/gitui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: `cassowary` (lib) generated 12 warnings
Fresh shell-escape v0.1.5
warning: `...` range patterns are deprecated
--> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/shell-escape-0.1.5/src/lib.rs:95:16
|
95 | 'a'...'z' | 'A'...'Z' | '0'...'9' | '-' | '_' | '=' | '/' | ',' | '.' | '+' => false,
| ^^^ help: use `..=` for an inclusive range
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
= note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default
warning: `...` range patterns are deprecated
--> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/shell-escape-0.1.5/src/lib.rs:95:28
|
95 | 'a'...'z' | 'A'...'Z' | '0'...'9' | '-' | '_' | '=' | '/' | ',' | '.' | '+' => false,
| ^^^ help: use `..=` for an inclusive range
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
warning: `...` range patterns are deprecated
--> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/shell-escape-0.1.5/src/lib.rs:95:40
|
95 | 'a'...'z' | 'A'...'Z' | '0'...'9' | '-' | '_' | '=' | '/' | ',' | '.' | '+' => false,
| ^^^ help: use `..=` for an inclusive range
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
Fresh easy-cast v0.4.4
Fresh rustc-demangle v0.1.21
Fresh unicode-segmentation v1.9.0
Fresh ron v0.8.0
Fresh syntect v5.0.0
warning: unnecessary parentheses around match arm expression
--> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/syntect-5.0.0/src/html.rs:473:54
|
473 | IncludeBackground::IfDifferent(c) => (style.background != c),
| ^ ^
|
= note: `#[warn(unused_parens)]` on by default
help: remove these parentheses
|
473 - IncludeBackground::IfDifferent(c) => (style.background != c),
473 + IncludeBackground::IfDifferent(c) => style.background != c,
|
warning: `shell-escape` (lib) generated 3 warnings
warning: `syntect` (lib) generated 1 warning
Fresh tui v0.18.0
Fresh asyncgit v0.21.0 (/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/asyncgit)
Fresh bugreport v0.5.0
Fresh backtrace v0.3.66
Fresh clap v3.2.17
Fresh fuzzy-matcher v0.3.7
warning: use of deprecated struct `thread_local::CachedThreadLocal`: Use `ThreadLocal` instead
--> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/fuzzy-matcher-0.3.7/src/clangd.rs:27:19
|
27 | use thread_local::CachedThreadLocal;
| ^^^^^^^^^^^^^^^^^
|
= note: `#[warn(deprecated)]` on by default
warning: use of deprecated struct `thread_local::CachedThreadLocal`: Use `ThreadLocal` instead
--> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/fuzzy-matcher-0.3.7/src/clangd.rs:41:14
|
41 | c_cache: CachedThreadLocal>>, // vector to store the characters of choice
| ^^^^^^^^^^^^^^^^^
warning: use of deprecated struct `thread_local::CachedThreadLocal`: Use `ThreadLocal` instead
--> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/fuzzy-matcher-0.3.7/src/clangd.rs:42:14
|
42 | p_cache: CachedThreadLocal>>, // vector to store the characters of pattern
| ^^^^^^^^^^^^^^^^^
warning: use of deprecated struct `thread_local::CachedThreadLocal`: Use `ThreadLocal` instead
--> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/fuzzy-matcher-0.3.7/src/clangd.rs:50:22
|
50 | c_cache: CachedThreadLocal::new(),
| ^^^^^^^^^^^^^^^^^
warning: use of deprecated struct `thread_local::CachedThreadLocal`: Use `ThreadLocal` instead
--> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/fuzzy-matcher-0.3.7/src/clangd.rs:51:22
|
51 | p_cache: CachedThreadLocal::new(),
| ^^^^^^^^^^^^^^^^^
warning: `fuzzy-matcher` (lib) generated 5 warnings
Fresh chrono v0.4.22
Fresh dirs-next v2.0.0
Fresh gh-emoji v1.0.7
Fresh simplelog v0.12.0
warning: field `write_log_enable_colors` is never read
--> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/simplelog-0.12.0/src/config.rs:88:16
|
72 | pub struct Config {
| ------ field in this struct
...
88 | pub(crate) write_log_enable_colors: bool,
| ^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `Config` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
= note: `#[warn(dead_code)]` on by default
Fresh anyhow v1.0.62
Fresh which v4.2.5
warning: `simplelog` (lib) generated 1 warning
Fresh itertools v0.10.3
warning: unused attribute `inline`
--> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/itertools-0.10.3/src/flatten_ok.rs:141:5
|
141 | #[inline]
| ^^^^^^^^^
|
note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `clone_fields`
--> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/itertools-0.10.3/src/flatten_ok.rs:142:5
|
142 | clone_fields!(iter, inner_front, inner_back);
| ^^^^^^^^^^^^
= note: `#[warn(unused_attributes)]` on by default
warning: unused attribute `inline`
--> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/itertools-0.10.3/src/rciter_impl.rs:54:5
|
54 | #[inline]
| ^^^^^^^^^
|
note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `clone_fields`
--> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/itertools-0.10.3/src/rciter_impl.rs:55:5
|
55 | clone_fields!(rciter);
| ^^^^^^^^^^^^
warning: `#[must_use]` has no effect when applied to a type alias
--> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/itertools-0.10.3/src/adaptors/mod.rs:495:1
|
495 | #[must_use = "iterator adaptors are lazy and do nothing unless consumed"]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
warning: `#[must_use]` has no effect when applied to a type alias
--> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/itertools-0.10.3/src/adaptors/coalesce.rs:89:1
|
89 | #[must_use = "iterator adaptors are lazy and do nothing unless consumed"]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
warning: `#[must_use]` has no effect when applied to a type alias
--> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/itertools-0.10.3/src/adaptors/coalesce.rs:116:1
|
116 | #[must_use = "iterator adaptors are lazy and do nothing unless consumed"]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
warning: `#[must_use]` has no effect when applied to a type alias
--> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/itertools-0.10.3/src/adaptors/coalesce.rs:189:1
|
189 | #[must_use = "iterator adaptors are lazy and do nothing unless consumed"]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
warning: `#[must_use]` has no effect when applied to a type alias
--> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/itertools-0.10.3/src/grouping_map.rs:42:1
|
42 | #[must_use = "GroupingMapBy is lazy and do nothing unless consumed"]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
warning: `#[must_use]` has no effect when applied to a type alias
--> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/itertools-0.10.3/src/kmerge_impl.rs:107:1
|
107 | #[must_use = "iterator adaptors are lazy and do nothing unless consumed"]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
warning: `#[must_use]` has no effect when applied to a type alias
--> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/itertools-0.10.3/src/duplicates_impl.rs:191:1
|
191 | #[must_use = "iterator adaptors are lazy and do nothing unless consumed"]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
warning: use of deprecated method `Itertools::fold1`: Use `Iterator::reduce` instead
--> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/itertools-0.10.3/src/concat_impl.rs:21:26
|
21 | iterable.into_iter().fold1(|mut a, b| { a.extend(b); a }).unwrap_or_else(<_>::default)
| ^^^^^
|
= note: `#[warn(deprecated)]` on by default
warning: use of deprecated method `Itertools::fold1`: Use `Iterator::reduce` instead
--> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/itertools-0.10.3/src/kmerge_impl.rs:219:19
|
219 | .fold1(size_hint::add)
| ^^^^^
Fresh filetreelist v0.5.0 (/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/filetreelist)
Fresh bytesize v1.1.0
warning: `itertools` (lib) generated 11 warnings
warning: associated type `wstr` should have an upper camel case name
--> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/ansi_term-0.12.1/src/write.rs:6:10
|
6 | type wstr: ?Sized;
| ^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Wstr`
|
= note: `#[warn(non_camel_case_types)]` on by default
warning: trait objects without an explicit `dyn` are deprecated
--> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/ansi_term-0.12.1/src/write.rs:15:23
|
15 | impl<'a> AnyWrite for fmt::Write + 'a {
| ^^^^^^^^^^^^^^^
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
= note: `#[warn(bare_trait_objects)]` on by default
help: use `dyn`
|
15 | impl<'a> AnyWrite for dyn fmt::Write + 'a {
| +++
help: alternatively use a blanket implementation to implement `AnyWrite` for all types that also implement `fmt::Write + 'a`
|
15 | impl<'a, T: fmt::Write + 'a> AnyWrite for T {
| ++++++++++++++++++++ ~
warning: trait objects without an explicit `dyn` are deprecated
--> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/ansi_term-0.12.1/src/write.rs:29:23
|
29 | impl<'a> AnyWrite for io::Write + 'a {
| ^^^^^^^^^^^^^^
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
help: use `dyn`
|
29 | impl<'a> AnyWrite for dyn io::Write + 'a {
| +++
help: alternatively use a blanket implementation to implement `AnyWrite` for all types that also implement `io::Write + 'a`
|
29 | impl<'a, T: io::Write + 'a> AnyWrite for T {
| +++++++++++++++++++ ~
warning: trait objects without an explicit `dyn` are deprecated
--> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/ansi_term-0.12.1/src/ansi.rs:279:21
|
279 | let f: &mut fmt::Write = f;
| ^^^^^^^^^^
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
help: use `dyn`
|
279 | let f: &mut dyn fmt::Write = f;
| +++
warning: trait objects without an explicit `dyn` are deprecated
--> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/ansi_term-0.12.1/src/ansi.rs:291:29
|
291 | let f: &mut fmt::Write = f;
| ^^^^^^^^^^
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
help: use `dyn`
|
291 | let f: &mut dyn fmt::Write = f;
| +++
warning: trait objects without an explicit `dyn` are deprecated
--> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/ansi_term-0.12.1/src/ansi.rs:295:29
|
295 | let f: &mut fmt::Write = f;
| ^^^^^^^^^^
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
help: use `dyn`
|
295 | let f: &mut dyn fmt::Write = f;
| +++
warning: trait objects without an explicit `dyn` are deprecated
--> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/ansi_term-0.12.1/src/ansi.rs:308:21
|
308 | let f: &mut fmt::Write = f;
| ^^^^^^^^^^
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
help: use `dyn`
|
308 | let f: &mut dyn fmt::Write = f;
| +++
warning: trait objects without an explicit `dyn` are deprecated
--> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/ansi_term-0.12.1/src/display.rs:201:21
|
201 | let w: &mut fmt::Write = f;
| ^^^^^^^^^^
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
help: use `dyn`
|
201 | let w: &mut dyn fmt::Write = f;
| +++
warning: trait objects without an explicit `dyn` are deprecated
--> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/ansi_term-0.12.1/src/display.rs:210:21
|
210 | let w: &mut io::Write = w;
| ^^^^^^^^^
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
help: use `dyn`
|
210 | let w: &mut dyn io::Write = w;
| +++
warning: trait objects without an explicit `dyn` are deprecated
--> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/ansi_term-0.12.1/src/display.rs:229:21
|
229 | let f: &mut fmt::Write = f;
| ^^^^^^^^^^
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
help: use `dyn`
|
229 | let f: &mut dyn fmt::Write = f;
| +++
warning: trait objects without an explicit `dyn` are deprecated
--> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/ansi_term-0.12.1/src/display.rs:239:21
|
239 | let w: &mut io::Write = w;
| ^^^^^^^^^
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
help: use `dyn`
|
239 | let w: &mut dyn io::Write = w;
| +++
Compiling pretty_assertions v1.2.1
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=pretty_assertions CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/pretty_assertions-1.2.1 CARGO_PKG_AUTHORS='Colin Kiegel :Florent Fayolle :Tom Milligan ' CARGO_PKG_DESCRIPTION='Overwrite `assert_eq'\!'` and `assert_ne'\!'` with drop-in replacements, adding colorful diffs.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pretty_assertions CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/colin-kiegel/rust-pretty-assertions' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.2.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name pretty_assertions --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/pretty_assertions-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a07f0970381005d0 -C extra-filename=-a07f0970381005d0 --out-dir /magus/work/usr/mports/devel/gitui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern ansi_term=/magus/work/usr/mports/devel/gitui/work/target/x86_64-unknown-freebsd/release/deps/libansi_term-a6f3efb8f71cf81d.rmeta --extern diff=/magus/work/usr/mports/devel/gitui/work/target/x86_64-unknown-freebsd/release/deps/libdiff-1419b2e2215ee7d5.rmeta --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: `ansi_term` (lib) generated 11 warnings
Compiling gitui v0.21.0 (/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0)
Running `CARGO=/usr/local/bin/cargo CARGO_BIN_NAME=gitui CARGO_CRATE_NAME=gitui CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0 CARGO_PKG_AUTHORS='extrawurst ' CARGO_PKG_DESCRIPTION='blazing fast terminal-ui for git' CARGO_PKG_HOMEPAGE='https://github.com/extrawurst/gitui' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gitui CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/extrawurst/gitui' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.21.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=21 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name gitui --edition=2021 src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=z -C lto -C codegen-units=1 --test --cfg 'feature="default"' --cfg 'feature="gh-emoji"' --cfg 'feature="ghemoji"' --cfg 'feature="trace-libgit"' -C metadata=16051a44063130a5 -C extra-filename=-16051a44063130a5 --out-dir /magus/work/usr/mports/devel/gitui/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern anyhow=/magus/work/usr/mports/devel/gitui/work/target/x86_64-unknown-freebsd/release/deps/libanyhow-96f19bf5e7d39727.rlib --extern asyncgit=/magus/work/usr/mports/devel/gitui/work/target/x86_64-unknown-freebsd/release/deps/libasyncgit-44f25a4e21a5a38b.rlib --extern backtrace=/magus/work/usr/mports/devel/gitui/work/target/x86_64-unknown-freebsd/release/deps/libbacktrace-2e527f82a85f2efc.rlib --extern bitflags=/magus/work/usr/mports/devel/gitui/work/target/x86_64-unknown-freebsd/release/deps/libbitflags-b749c20efb198669.rlib --extern bugreport=/magus/work/usr/mports/devel/gitui/work/target/x86_64-unknown-freebsd/release/deps/libbugreport-f8571c4ee5b1498b.rlib --extern bytesize=/magus/work/usr/mports/devel/gitui/work/target/x86_64-unknown-freebsd/release/deps/libbytesize-87859ffa2064a22d.rlib --extern chrono=/magus/work/usr/mports/devel/gitui/work/target/x86_64-unknown-freebsd/release/deps/libchrono-42230dc64f03220a.rlib --extern clap=/magus/work/usr/mports/devel/gitui/work/target/x86_64-unknown-freebsd/release/deps/libclap-aeeb84715b8ea907.rlib --extern crossbeam_channel=/magus/work/usr/mports/devel/gitui/work/target/x86_64-unknown-freebsd/release/deps/libcrossbeam_channel-422145fe24c09c69.rlib --extern crossterm=/magus/work/usr/mports/devel/gitui/work/target/x86_64-unknown-freebsd/release/deps/libcrossterm-7b6b6198f9532e11.rlib --extern dirs_next=/magus/work/usr/mports/devel/gitui/work/target/x86_64-unknown-freebsd/release/deps/libdirs_next-f109123290e0d427.rlib --extern easy_cast=/magus/work/usr/mports/devel/gitui/work/target/x86_64-unknown-freebsd/release/deps/libeasy_cast-c20f1797e851f95e.rlib --extern filetreelist=/magus/work/usr/mports/devel/gitui/work/target/x86_64-unknown-freebsd/release/deps/libfiletreelist-65b425a225a3571a.rlib --extern fuzzy_matcher=/magus/work/usr/mports/devel/gitui/work/target/x86_64-unknown-freebsd/release/deps/libfuzzy_matcher-9c0333f662bd30af.rlib --extern gh_emoji=/magus/work/usr/mports/devel/gitui/work/target/x86_64-unknown-freebsd/release/deps/libgh_emoji-a032c5397bd26ada.rlib --extern itertools=/magus/work/usr/mports/devel/gitui/work/target/x86_64-unknown-freebsd/release/deps/libitertools-6a633ca48fa485b8.rlib --extern lazy_static=/magus/work/usr/mports/devel/gitui/work/target/x86_64-unknown-freebsd/release/deps/liblazy_static-ddfe6e1bc149593f.rlib --extern log=/magus/work/usr/mports/devel/gitui/work/target/x86_64-unknown-freebsd/release/deps/liblog-ae82ca58096074d1.rlib --extern pretty_assertions=/magus/work/usr/mports/devel/gitui/work/target/x86_64-unknown-freebsd/release/deps/libpretty_assertions-a07f0970381005d0.rlib --extern rayon_core=/magus/work/usr/mports/devel/gitui/work/target/x86_64-unknown-freebsd/release/deps/librayon_core-f974e3af937460bc.rlib --extern ron=/magus/work/usr/mports/devel/gitui/work/target/x86_64-unknown-freebsd/release/deps/libron-8638b23eee459a40.rlib --extern scopeguard=/magus/work/usr/mports/devel/gitui/work/target/x86_64-unknown-freebsd/release/deps/libscopeguard-a7cf7552151c7812.rlib --extern scopetime=/magus/work/usr/mports/devel/gitui/work/target/x86_64-unknown-freebsd/release/deps/libscopetime-96fa3287df2da45e.rlib --extern serde=/magus/work/usr/mports/devel/gitui/work/target/x86_64-unknown-freebsd/release/deps/libserde-1bbb68917701e29a.rlib --extern simplelog=/magus/work/usr/mports/devel/gitui/work/target/x86_64-unknown-freebsd/release/deps/libsimplelog-803ba219df0d3221.rlib --extern syntect=/magus/work/usr/mports/devel/gitui/work/target/x86_64-unknown-freebsd/release/deps/libsyntect-d3aa7460ec81d054.rlib --extern textwrap=/magus/work/usr/mports/devel/gitui/work/target/x86_64-unknown-freebsd/release/deps/libtextwrap-df7eea697d66bfda.rlib --extern tui=/magus/work/usr/mports/devel/gitui/work/target/x86_64-unknown-freebsd/release/deps/libtui-2620937f2356971a.rlib --extern unicode_segmentation=/magus/work/usr/mports/devel/gitui/work/target/x86_64-unknown-freebsd/release/deps/libunicode_segmentation-2bd487d93d497773.rlib --extern unicode_truncate=/magus/work/usr/mports/devel/gitui/work/target/x86_64-unknown-freebsd/release/deps/libunicode_truncate-a3265292e9917f5c.rlib --extern unicode_width=/magus/work/usr/mports/devel/gitui/work/target/x86_64-unknown-freebsd/release/deps/libunicode_width-71ce24e835d44f57.rlib --extern which=/magus/work/usr/mports/devel/gitui/work/target/x86_64-unknown-freebsd/release/deps/libwhich-ba077ebfff1a5dae.rlib --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib -L native=/magus/work/usr/mports/devel/gitui/work/target/x86_64-unknown-freebsd/release/build/libgit2-sys-28f217b1bd3f0d9d/out/build -L native=/usr/local/lib -L native=/magus/work/usr/mports/devel/gitui/work/target/x86_64-unknown-freebsd/release/build/openssl-sys-64ba87f3ca3f5d62/out/openssl-build/install/lib -L native=/magus/work/usr/mports/devel/gitui/work/target/x86_64-unknown-freebsd/release/build/sys-info-5a7584bfd7b6a1d7/out`
Finished release [optimized] target(s) in 19.19s
Running `/magus/work/usr/mports/devel/gitui/work/target/x86_64-unknown-freebsd/release/deps/gitui-16051a44063130a5`
running 56 tests
test components::commit_details::details::test_line_count::test_smoke ... ok
test components::commit_details::details::tests::test_textwrap ... ok
test components::commitlist::tests::test_string_width_align ... ok
test components::commitlist::tests::test_string_width_align_unicode ... ok
test args::verify_app ... ok
test components::textinput::tests::test_cursor_second_position ... ok
test components::textinput::tests::test_invisible_newline ... ok
test components::textinput::tests::test_smoke ... ok
test components::textinput::tests::text_cursor_initial_position ... ok
test components::utils::filetree::tests::test_find_parent ... ok
test components::utils::filetree::tests::test_folder_dup ... ok
test components::utils::filetree::tests::test_indent_folder_file_name ... ok
test components::utils::filetree::tests::test_folder ... ok
test components::utils::filetree::tests::test_multiple_items_at_path ... ok
test components::utils::filetree::tests::test_simple ... ok
test components::utils::filetree::tests::test_indent ... ok
test components::utils::scroll_vertical::tests::test_scroll_no_scroll_to_top ... ok
test components::utils::scroll_vertical::tests::test_scroll_zero_height ... ok
test components::utils::logitems::tests::test_emojifi_string_conversion_cases ... ok
test components::utils::logitems::tests::test_emojifi_string_no_conversion_cases ... ok
test components::utils::statustree::tests::test_collapse_too_much ... ok
test components::utils::statustree::tests::test_expand ... ok
test components::utils::statustree::tests::test_expand_bug ... ok
test components::textinput::tests::test_visualize_newline ... FAILED
test components::utils::statustree::tests::test_expand_with_collapsed_sub_parts ... ok
test components::utils::statustree::tests::test_folders_fold_up_down_with_selection_left_right ... ok
test components::utils::statustree::tests::test_folders_fold_up_if_alone_in_directory ... ok
test components::utils::statustree::tests::test_folders_fold_up_if_alone_in_directory_2 ... ok
test components::status_tree::tests::test_correct_foldup_and_not_visible_scroll_position ... ok
test components::utils::statustree::tests::test_keep_collapsed_states ... ok
test components::status_tree::tests::test_correct_scroll_position ... ok
test components::utils::statustree::tests::test_keep_selected_index ... ok
test components::utils::statustree::tests::test_keep_selected_index_if_not_collapsed ... ok
test components::utils::statustree::tests::test_keep_selected_item ... ok
test components::utils::statustree::tests::test_selection ... ok
test components::utils::statustree::tests::test_selection_skips_collapsed ... ok
test keys::key_config::tests::test_get_hint ... ok
test keys::key_list_file::tests::test_load_vim_style_example ... ok
test string_utils::test::test_trim ... ok
test ui::reflow::test::line_composer_char_plus_lots_of_spaces ... ok
test ui::reflow::test::line_composer_double_width_chars ... ok
test ui::reflow::test::line_composer_leading_whitespace_removal ... ok
test ui::reflow::test::line_composer_long_sentence ... ok
test ui::reflow::test::line_composer_long_word ... ok
test ui::reflow::test::line_composer_lots_of_spaces ... ok
test ui::reflow::test::line_composer_max_line_width_of_1 ... ok
test ui::reflow::test::line_composer_max_line_width_of_1_double_width_characters ... ok
test ui::reflow::test::line_composer_one_line ... ok
test ui::reflow::test::line_composer_short_lines ... ok
test ui::reflow::test::line_composer_word_wrapper_double_width_chars_mixed_with_spaces ... ok
test ui::reflow::test::line_composer_word_wrapper_mixed_length ... ok
test ui::reflow::test::line_composer_word_wrapper_nbsp ... ok
test ui::reflow::test::line_composer_word_wrapper_preserve_indentation ... ok
test ui::reflow::test::line_composer_word_wrapper_preserve_indentation_lots_of_whitespace ... ok
test ui::reflow::test::line_composer_word_wrapper_preserve_indentation_with_wrap ... ok
test ui::reflow::test::line_composer_zero_width ... ok
failures:
---- components::textinput::tests::test_visualize_newline stdout ----
thread 'components::textinput::tests::test_visualize_newline' panicked at 'assertion failed: `(left == right)`
left: `Some("\r")`,
right: `Some("")`', src/components/textinput.rs:528:9
stack backtrace:
0: rust_begin_unwind
1: core::panicking::panic_fmt
2: core::panicking::assert_failed_inner
3: core::panicking::assert_failed
4: core::ops::function::FnOnce::call_once
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
failures:
components::textinput::tests::test_visualize_newline
test result: FAILED. 55 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
error: test failed, to rerun pass `--bin gitui`
*** Error code 101
Stop.
make: stopped in /usr/mports/devel/gitui
Links
Depends On
- devel/gmake (build)
- devel/pkgconf (build)
- lang/perl5.36 (build)
- lang/python39 (build)
- lang/rust170 (build)
- shells/bash (build)
- x11/libxcb (build)
- devel/libgit2 (lib)
- ftp/curl (lib)
- security/libssh2 (lib)
- lang/perl5.36 (run)
- x11/libxcb (run)
Depend Of
NothingCategories
CVEs
- Loading CVE information...
MidnightBSD Magus