==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: autojump-rs-git 0.5.1.r14.g65abf11-4 (Sat Feb  7 02:25:06 2026)
==> Retrieving sources...
  -> Updating autojump-rs git repo...
  -> Found autojump.1
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    autojump-rs ... Skipped
    autojump.1 ... Passed
==> Making package: autojump-rs-git 0.5.1.r14.g65abf11-4 (Sat Feb  7 09:25:32 2026)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
:: There are 2 providers available for cargo:
:: Repository extra
   1) rust  2) rustup

Enter a number (default=1): 
resolving dependencies...
looking for conflicting packages...

Packages (12) compiler-rt-21.1.6-1  libedit-20250104_3.1-1  lld-21.1.6-1  llvm-libs-21.1.6-2  mpdecimal-4.0.1-1  perl-error-0.17030-3  perl-mailtools-2.22-3  perl-timedate-2.33-9  zlib-ng-2.3.3-1  git-2.53.0-1  python-3.14.2-2  rust-1:1.93.0-1

Total Installed Size:  500.27 MiB

:: Proceed with installation? [Y/n] 
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing perl-error...
installing perl-timedate...
installing perl-mailtools...
installing zlib-ng...
installing git...
Optional dependencies for git
    git-zsh-completion: upstream zsh completion
    tk: gitk and git gui
    openssh: ssh transport and crypto
    man: show help with `git command --help`
    perl-libwww: git svn
    perl-term-readkey: git svn and interactive.singlekey setting
    perl-io-socket-ssl: git send-email TLS support
    perl-authen-sasl: git send-email TLS support
    perl-cgi: gitweb (web interface) support
    python: git svn & git p4 [pending]
    subversion: git svn
    org.freedesktop.secrets: keyring credential helper
    libsecret: libsecret credential helper [installed]
    less: the default pager for git
installing mpdecimal...
installing python...
Optional dependencies for python
    python-setuptools: for building Python packages using tooling that is usually bundled with Python
    python-pip: for installing Python packages using tooling that is usually bundled with Python
    python-pipx: for installing Python software not packaged on Arch Linux
    sqlite: for a default database integration [installed]
    xz: for lzma [installed]
    tk: for tkinter
installing compiler-rt...
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/3) Creating system user accounts...
Creating group 'git' with GID 968.
Creating user 'git' (git daemon user) with UID 968 and GID 968.
(2/3) Reloading system manager configuration...
  Skipped: Current root is not booted.
(3/3) Arming ConditionNeedsUpdate...
==> Retrieving sources...
  -> Found autojump.1
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Creating working copy of autojump-rs git repo...
Cloning into 'autojump-rs'...
done.
==> Starting pkgver()...
==> Starting build()...
    Updating crates.io index
 Downloading crates ...
  Downloaded strsim v0.10.0
  Downloaded is-terminal v0.4.5
  Downloaded terminal_size v0.2.5
  Downloaded unicode-ident v1.0.8
  Downloaded serde_derive v1.0.158
  Downloaded serde v1.0.158
  Downloaded memchr v2.5.0
  Downloaded proc-macro2 v1.0.52
  Downloaded io-lifetimes v1.0.8
  Downloaded termcolor v1.2.0
  Downloaded os_str_bytes v6.5.0
  Downloaded once_cell v1.17.1
  Downloaded bitflags v2.0.2
  Downloaded rustix v0.36.10
  Downloaded tempfile v3.4.0
  Downloaded syn v2.0.3
  Downloaded regex v1.7.1
  Downloaded clap v4.1.11
  Downloaded regex-syntax v0.6.28
  Downloaded quote v1.0.26
  Downloaded fastrand v1.9.0
  Downloaded dirs-sys v0.3.7
  Downloaded dirs v4.0.0
  Downloaded clap_lex v0.3.3
  Downloaded cfg-if v1.0.0
  Downloaded bitflags v1.3.2
  Downloaded atomicwrites v0.3.1
  Downloaded aho-corasick v0.7.20
  Downloaded libc v0.2.140
  Downloaded linux-raw-sys v0.1.4
   Compiling libc v0.2.140
   Compiling io-lifetimes v1.0.8
   Compiling rustix v0.36.10
   Compiling bitflags v1.3.2
   Compiling linux-raw-sys v0.1.4
   Compiling proc-macro2 v1.0.52
   Compiling memchr v2.5.0
   Compiling unicode-ident v1.0.8
   Compiling quote v1.0.26
   Compiling serde_derive v1.0.158
   Compiling os_str_bytes v6.5.0
   Compiling fastrand v1.9.0
   Compiling cfg-if v1.0.0
   Compiling serde v1.0.158
   Compiling syn v2.0.3
   Compiling clap_lex v0.3.3
   Compiling aho-corasick v0.7.20
   Compiling dirs-sys v0.3.7
   Compiling strsim v0.10.0
   Compiling bitflags v2.0.2
   Compiling once_cell v1.17.1
   Compiling termcolor v1.2.0
   Compiling regex-syntax v0.6.28
   Compiling dirs v4.0.0
   Compiling tempfile v3.4.0
   Compiling is-terminal v0.4.5
   Compiling terminal_size v0.2.5
   Compiling clap v4.1.11
   Compiling atomicwrites v0.3.1
   Compiling regex v1.7.1
   Compiling autojump v0.5.1 (/build/autojump-rs-git/src/autojump-rs)
warning: call to `.clone()` on a reference in this situation does nothing
  --> src/bin/autojump/query.rs:34:47
   |
34 |             let real_needle = query.needles[0].clone();
   |                                               ^^^^^^^^ help: remove this redundant call
   |
   = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
   = note: `#[warn(noop_method_call)]` on by default

warning: `autojump` (bin "autojump") generated 1 warning (run `cargo fix --bin "autojump" -p autojump` to apply 1 suggestion)
    Finished `release` profile [optimized] target(s) in 2m 34s
   Compiling libc v0.2.140
   Compiling io-lifetimes v1.0.8
   Compiling rustix v0.36.10
    Checking bitflags v1.3.2
    Checking linux-raw-sys v0.1.4
   Compiling proc-macro2 v1.0.52
   Compiling unicode-ident v1.0.8
   Compiling memchr v2.5.0
   Compiling quote v1.0.26
    Checking os_str_bytes v6.5.0
    Checking cfg-if v1.0.0
    Checking fastrand v1.9.0
   Compiling serde_derive v1.0.158
   Compiling serde v1.0.158
   Compiling syn v2.0.3
    Checking aho-corasick v0.7.20
    Checking clap_lex v0.3.3
    Checking regex-syntax v0.6.28
    Checking dirs-sys v0.3.7
    Checking once_cell v1.17.1
    Checking termcolor v1.2.0
    Checking strsim v0.10.0
    Checking bitflags v2.0.2
    Checking dirs v4.0.0
    Checking regex v1.7.1
    Checking is-terminal v0.4.5
    Checking terminal_size v0.2.5
    Checking tempfile v3.4.0
    Checking atomicwrites v0.3.1
    Checking clap v4.1.11
    Checking autojump v0.5.1 (/build/autojump-rs-git/src/autojump-rs)
       Fixed src/bin/autojump/query.rs (1 fix)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.06s
==> Entering fakeroot environment...
==> Starting package()...
==> Tidying install...
  -> Removing libtool files...
  -> Removing static library files...
  -> Purging unwanted files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "autojump-rs-git"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: autojump-rs-git 0.5.1.r14.g65abf11-4 (Sat Feb  7 09:29:22 2026)
==> Cleaning up...
[?12l[?25h