==> Synchronizing chroot copy [/home/alhp/workspace/chroot/root] -> [build_b4e287c6-d670-4660-b2b9-60cec9ab8a59]...done
==> Making package: shy 0.1.10-3.1 (Thu Apr 30 16:47:33 2026)
==> Retrieving sources...
  -> Downloading shy-0.1.10.tar.gz...
  % Total    % Received % Xferd  Average Speed  Time    Time    Time   Current
                                 Dload  Upload  Total   Spent   Left   Speed
  0      0   0      0   0      0      0      0                              0  0      0   0      0   0      0      0      0                              0  0      0   0      0   0      0      0      0                              0
  0      0   0      0   0      0      0      0                              0100 123.0k   0 123.0k   0      0 323.8k      0                              0100 123.0k   0 123.0k   0      0 323.8k      0                              0100 123.0k   0 123.0k   0      0 323.7k      0                              0
==> Validating source files with sha256sums...
    shy-0.1.10.tar.gz ... Passed
==> Making package: shy 0.1.10-3.1 (Thu Apr 30 14:47:36 2026)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Package (7)        New Version     Net Change

extra/compiler-rt  22.1.3-1         53.77 MiB
core/libedit       20251016_3.1-1    0.26 MiB
extra/libgit2      1:1.9.2-3         3.04 MiB
extra/lld          22.1.3-1          6.97 MiB
extra/llhttp       9.3.1-1           0.11 MiB
extra/llvm-libs    22.1.3-1        160.11 MiB
extra/rust         1:1.95.0-1      273.51 MiB

Total Installed Size:  497.77 MiB

:: Proceed with installation? [Y/n] 
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
:: Processing package changes...
installing compiler-rt...
installing llhttp...
installing libgit2...
installing libedit...
installing llvm-libs...
installing lld...
installing rust...
Optional dependencies for rust
    gdb: rust-gdb script
    lldb: rust-lldb script
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Retrieving sources...
  -> Found shy-0.1.10.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting shy-0.1.10.tar.gz with bsdtar
==> Starting build()...
warning: `/startdir/src/shy-0.1.10/.cargo/config` is deprecated in favor of `config.toml`
  |
  = help: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml`
    Updating crates.io index
 Downloading crates ...
  Downloaded indexmap v1.3.2
  Downloaded fuzzy-matcher v0.3.5
  Downloaded lazy_static v1.4.0
  Downloaded spin v0.5.2
  Downloaded thread_local v1.0.1
  Downloaded signal-hook-registry v1.2.0
  Downloaded autocfg v1.0.0
  Downloaded termion v1.5.5
  Downloaded numtoa v0.1.0
  Downloaded signal-hook v0.1.14
  Downloaded flume v0.7.1
  Downloaded arc-swap v0.4.6
  Downloaded libc v0.2.69
   Compiling libc v0.2.69
   Compiling autocfg v1.0.0
   Compiling lazy_static v1.4.0
   Compiling arc-swap v0.4.6
   Compiling numtoa v0.1.0
   Compiling spin v0.5.2
   Compiling thread_local v1.0.1
   Compiling flume v0.7.1
   Compiling fuzzy-matcher v0.3.5
   Compiling signal-hook-registry v1.2.0
   Compiling termion v1.5.5
   Compiling signal-hook v0.1.14
   Compiling indexmap v1.3.2
   Compiling shy v0.1.10 (/startdir/src/shy-0.1.10)
warning: hiding a lifetime that's elided elsewhere is confusing
   --> src/tui.rs:421:26
    |
421 |     fn highlight_matches(&self) -> io::Result<Cow<str>> {
    |                          ^^^^^                ^^^^^^^^ the same lifetime is hidden here
    |                          |
    |                          the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
421 |     fn highlight_matches(&self) -> io::Result<Cow<'_, str>> {
    |                                                   +++

warning: `shy` (lib) generated 1 warning (run `cargo fix --lib -p shy` to apply 1 suggestion)
    Finished `release` profile [optimized] target(s) in 8.42s
==> Starting check()...
warning: `/startdir/src/shy-0.1.10/.cargo/config` is deprecated in favor of `config.toml`
  |
  = help: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml`
warning: hiding a lifetime that's elided elsewhere is confusing
   --> src/tui.rs:421:26
    |
421 |     fn highlight_matches(&self) -> io::Result<Cow<str>> {
    |                          ^^^^^                ^^^^^^^^ the same lifetime is hidden here
    |                          |
    |                          the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
421 |     fn highlight_matches(&self) -> io::Result<Cow<'_, str>> {
    |                                                   +++

   Compiling shy v0.1.10 (/startdir/src/shy-0.1.10)
warning: `shy` (lib) generated 1 warning (run `cargo fix --lib -p shy` to apply 1 suggestion)
warning: `shy` (lib test) generated 1 warning (1 duplicate)
    Finished `release` profile [optimized] target(s) in 8.54s
     Running unittests src/lib.rs (target/release/deps/shy-af93e8f9af13afb8)

running 2 tests
test color::tests::test_colors ... ok
test ssh_config::tests::test_config ... ok

test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

     Running unittests src/main.rs (target/release/deps/shy-ffbd9d8c89f5a585)

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

   Doc-tests shy

running 3 tests
test src/color.rs - color::color_string (line 12) ... FAILED
test src/color.rs - color::color (line 27) ... FAILED
test src/color.rs - color::define_color (line 41) ... FAILED

failures:

---- src/color.rs - color::color_string (line 12) stdout ----
error: cannot find macro `color_string` in this scope
  --> src/color.rs:13:9
   |
13 | let s = color_string!("Red string", Red);
   |         ^^^^^^^^^^^^

error: cannot find macro `color_string` in this scope
  --> src/color.rs:14:11
   |
14 |   let x = color_string!("Hyperlink-ish", Blue, Underline);
   |           ^^^^^^^^^^^^

error: aborting due to 2 previous errors

Couldn't compile the test.
---- src/color.rs - color::color (line 27) stdout ----
error: cannot find macro `color` in this scope
  --> src/color.rs:29:14
   |
29 |   o.push_str(color!(Blue));
   |              ^^^^^

error: cannot find macro `color` in this scope
  --> src/color.rs:30:14
   |
30 |   o.push_str(color!(Underline));
   |              ^^^^^

error: cannot find macro `color` in this scope
  --> src/color.rs:32:14
   |
32 |   o.push_str(color!(Reset));
   |              ^^^^^

error: aborting due to 3 previous errors

Couldn't compile the test.
---- src/color.rs - color::define_color (line 41) stdout ----
error[E0425]: cannot find value `Red` in this scope
  --> src/color.rs:42:14
   |
42 | define_color(Red, 91);
   |              ^^^ not found in this scope

error[E0425]: cannot find value `Reset` in this scope
  --> src/color.rs:43:16
   |
43 |   define_color(Reset, 0);
   |                ^^^^^ not found in this scope

error[E0425]: cannot find value `msg` in this scope
  --> src/color.rs:45:41
   |
45 |   println!("{}Error: {}{}", color::Red, msg, color::Reset);
   |                                         ^^^ not found in this scope

error[E0425]: cannot find function `define_color` in this scope
  --> src/color.rs:42:1
   |
42 | define_color(Red, 91);
   | ^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function `define_color` in this scope
  --> src/color.rs:43:3
   |
43 |   define_color(Reset, 0);
   |   ^^^^^^^^^^^^ not found in this scope

error[E0433]: cannot find module or crate `color` in this scope
  --> src/color.rs:45:29
   |
45 |   println!("{}Error: {}{}", color::Red, msg, color::Reset);
   |                             ^^^^^ use of unresolved module or unlinked crate `color`
   |
help: to make use of source file src/color.rs, use `mod color` in this file to declare the module
   |
41 + mod color;
   |

error[E0433]: cannot find module or crate `color` in this scope
  --> src/color.rs:45:46
   |
45 |   println!("{}Error: {}{}", color::Red, msg, color::Reset);
   |                                              ^^^^^ use of unresolved module or unlinked crate `color`
   |
help: to make use of source file src/color.rs, use `mod color` in this file to declare the module
   |
41 + mod color;
   |

error: aborting due to 7 previous errors

Some errors have detailed explanations: E0425, E0433.
For more information about an error, try `rustc --explain E0425`.
Couldn't compile the test.

failures:
    src/color.rs - color::color (line 27)
    src/color.rs - color::color_string (line 12)
    src/color.rs - color::define_color (line 41)

test result: FAILED. 0 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s

error: doctest failed, to rerun pass `--doc`
==> ERROR: A failure occurred in check().
    Aborting...
==> ERROR: Build failed, check /home/alhp/workspace/chroot/build_b4e287c6-d670-4660-b2b9-60cec9ab8a59/build
