balena-io / etcher

Flash OS images to SD cards & USB drives, safely and easily.
https://etcher.io/
Apache License 2.0
29.81k stars 2.11k forks source link

cannot install balena-etcher from aur repos using yay #4245

Closed vanos001 closed 4 months ago

vanos001 commented 5 months ago

logs for reference :

[home@home ~]$ yay -S balena-etcher
AUR Explicit (1): balena-etcher-2:1.19.17-1
AUR Make Dependency (1): nvm-0.39.7-1
:: (1/2) Downloaded PKGBUILD: nvm
:: (2/2) Downloaded PKGBUILD: balena-etcher
  2 balena-etcher                    (Build Files Exist)
  1 nvm                              (Build Files Exist)
==> Packages to cleanBuild?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> N
  2 balena-etcher                    (Build Files Exist)
  1 nvm                              (Build Files Exist)
==> Diffs to show?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> N
==> Making package: balena-etcher 2:1.19.17-1 (Thursday 06 June 2024 08:26:22 PM)
==> Retrieving sources...
  -> Cloning etcher git repo...
Cloning into bare repository '/home/home/.cache/yay/balena-etcher/etcher'...
remote: Enumerating objects: 39890, done.
remote: Counting objects: 100% (256/256), done.
remote: Compressing objects: 100% (175/175), done.
remote: Total 39890 (delta 104), reused 166 (delta 59), pack-reused 39634
Receiving objects: 100% (39890/39890), 105.41 MiB | 3.65 MiB/s, done.
Resolving deltas: 100% (24783/24783), done.
  -> Found balena-etcher.desktop
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    etcher ... Passed
    balena-etcher.desktop ... Passed
==> Making package: nvm 0.39.7-1 (Thursday 06 June 2024 08:27:00 PM)
==> Retrieving sources...
  -> Downloading nvm-0.39.7.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
100  322k  100  322k    0     0  57926      0  0:00:05  0:00:05 --:--:-- 73743
  -> Found init-nvm.sh
  -> Found install-nvm-exec
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    nvm-0.39.7.tar.gz ... Passed
    init-nvm.sh ... Passed
    install-nvm-exec ... Passed
:: Remove make dependencies after install? [y/N] y
:: (1/2) Parsing SRCINFO: balena-etcher
:: (2/2) Parsing SRCINFO: nvm
==> Making package: nvm 0.39.7-1 (Thursday 06 June 2024 08:27:11 PM)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found nvm-0.39.7.tar.gz
  -> Found init-nvm.sh
  -> Found install-nvm-exec
==> Validating source files with sha256sums...
    nvm-0.39.7.tar.gz ... Passed
    init-nvm.sh ... Passed
    install-nvm-exec ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting nvm-0.39.7.tar.gz with bsdtar
==> Sources are ready.
==> Making package: nvm 0.39.7-1 (Thursday 06 June 2024 08:27:14 PM)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Entering fakeroot environment...
==> Starting package()...
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "nvm"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Adding install file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: nvm 0.39.7-1 (Thursday 06 June 2024 08:27:19 PM)
==> Cleaning up...
[sudo] password for home: 
loading packages...
resolving dependencies...
looking for conflicting packages...

Package (1)  New Version  Net Change

nvm          0.39.7-1       0.14 MiB

Total Installed Size:  0.14 MiB

:: Proceed with installation? [Y/n] y
(1/1) checking keys in keyring                     [----------------------] 100%
(1/1) checking package integrity                   [----------------------] 100%
(1/1) loading package files                        [----------------------] 100%
(1/1) checking for file conflicts                  [----------------------] 100%
:: Processing package changes...
(1/1) installing nvm                               [----------------------] 100%

You need to source nvm before you can use it. Do one of the following
or similar depending on your shell (and then restart your shell):

  echo 'source /usr/share/nvm/init-nvm.sh' >> ~/.bashrc
  echo 'source /usr/share/nvm/init-nvm.sh' >> ~/.zshrc

You can now install node.js versions (e.g. nvm install 10) and
activate them (e.g. nvm use 10).

init-nvm.sh is a convenience script which does the following:

[ -z "$NVM_DIR" ] && export NVM_DIR="$HOME/.nvm"
source /usr/share/nvm/nvm.sh
source /usr/share/nvm/bash_completion
source /usr/share/nvm/install-nvm-exec

You may wish to customize and put these lines directly in your
.bashrc (or similar) if, for example, you would like an NVM_DIR
other than ~/.nvm or you don't want bash completion.

See the nvm readme for more information: https://github.com/creationix/nvm

Optional dependencies for nvm
    bash: bash completion [installed]
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Making package: balena-etcher 2:1.19.17-1 (Thursday 06 June 2024 08:27:29 PM)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Updating etcher git repo...
  -> Found balena-etcher.desktop
==> Validating source files with sha256sums...
    etcher ... Passed
    balena-etcher.desktop ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Creating working copy of etcher git repo...
Cloning into 'etcher'...
done.
Switched to a new branch 'makepkg'
==> Starting prepare()...
Downloading and installing node v20.14.0...
Downloading https://nodejs.org/dist/v20.14.0/node-v20.14.0-linux-x64.tar.xz...
######################################################################### 100.0%
Computing checksum with sha256sum
Checksums matched!
Now using node v20.14.0 (npm v10.7.0)
Creating default alias: default -> 20 (-> v20.14.0)
Now using node v20.14.0 (npm v10.7.0)
==> Sources are ready.
==> Making package: balena-etcher 2:1.19.17-1 (Thursday 06 June 2024 08:27:53 PM)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
v20.14.0 is already installed.
Now using node v20.14.0 (npm v10.7.0)
Now using node v20.14.0 (npm v10.7.0)
npm warn skipping integrity check for git dependency ssh://git@github.com/balena-io-modules/unbzip2-stream.git
npm warn deprecated xterm-addon-search@0.8.2: This package is now deprecated. Move to @xterm/addon-search instead.
npm warn deprecated xterm-addon-fit@0.5.0: This package is now deprecated. Move to @xterm/addon-fit instead.
npm warn deprecated xterm@4.19.0: This package is now deprecated. Move to @xterm/xterm instead.
npm warn deprecated trim@0.0.1: Use String.prototype.trim() instead
npm warn deprecated shortid@2.2.16: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
npm warn deprecated json-schema-ref-parser@6.1.0: Please switch to @apidevtools/json-schema-ref-parser
npm warn deprecated gar@1.0.4: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
npm warn deprecated asar@3.2.0: Please use @electron/asar moving forward.  There is no API change, just a package name change
npm warn deprecated core-js@2.6.12: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.
npm warn deprecated @types/ajv-keywords@3.5.0: This is a stub types definition. ajv-keywords provides its own type definitions, so you do not need this installed.
npm warn deprecated @npmcli/move-file@2.0.1: This functionality has been moved to @npmcli/fs
npm warn deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
npm notice
npm notice New minor version of npm available! 10.7.0 -> 10.8.1
npm notice Changelog: https://github.com/npm/cli/releases/tag/v10.8.1
npm notice To update run: npm install -g npm@10.8.1
npm notice
npm error code 1
npm error path /home/home/.cache/yay/balena-etcher/src/etcher/node_modules/drivelist
npm error command failed
npm error command sh -c prebuild-install --runtime napi || node-gyp rebuild
npm error gyp info it worked if it ends with ok
npm error gyp info using node-gyp@9.4.1
npm error gyp info using node@20.14.0 | linux | x64
npm error gyp info find Python using Python version 3.12.3 found at "/usr/bin/python3"
npm error gyp http GET https://nodejs.org/download/release/v20.14.0/node-v20.14.0-headers.tar.gz
npm error gyp http 200 https://nodejs.org/download/release/v20.14.0/node-v20.14.0-headers.tar.gz
npm error gyp http GET https://nodejs.org/download/release/v20.14.0/SHASUMS256.txt
npm error gyp http 200 https://nodejs.org/download/release/v20.14.0/SHASUMS256.txt
npm error gyp info spawn /usr/bin/python3
npm error gyp info spawn args [
npm error gyp info spawn args   '/home/home/.cache/yay/balena-etcher/src/etcher/node_modules/node-gyp/gyp/gyp_main.py',
npm error gyp info spawn args   'binding.gyp',
npm error gyp info spawn args   '-f',
npm error gyp info spawn args   'make',
npm error gyp info spawn args   '-I',
npm error gyp info spawn args   '/home/home/.cache/yay/balena-etcher/src/etcher/node_modules/drivelist/build/config.gypi',
npm error gyp info spawn args   '-I',
npm error gyp info spawn args   '/home/home/.cache/yay/balena-etcher/src/etcher/node_modules/node-gyp/addon.gypi',
npm error gyp info spawn args   '-I',
npm error gyp info spawn args   '/home/home/.cache/node-gyp/20.14.0/include/node/common.gypi',
npm error gyp info spawn args   '-Dlibrary=shared_library',
npm error gyp info spawn args   '-Dvisibility=default',
npm error gyp info spawn args   '-Dnode_root_dir=/home/home/.cache/node-gyp/20.14.0',
npm error gyp info spawn args   '-Dnode_gyp_dir=/home/home/.cache/yay/balena-etcher/src/etcher/node_modules/node-gyp',
npm error gyp info spawn args   '-Dnode_lib_file=/home/home/.cache/node-gyp/20.14.0/<(target_arch)/node.lib',
npm error gyp info spawn args   '-Dmodule_root_dir=/home/home/.cache/yay/balena-etcher/src/etcher/node_modules/drivelist',
npm error gyp info spawn args   '-Dnode_engine=v8',
npm error gyp info spawn args   '--depth=.',
npm error gyp info spawn args   '--no-parallel',
npm error gyp info spawn args   '--generator-output',
npm error gyp info spawn args   'build',
npm error gyp info spawn args   '-Goutput_dir=.'
npm error gyp info spawn args ]
npm error Traceback (most recent call last):
npm error   File "/home/home/.cache/yay/balena-etcher/src/etcher/node_modules/node-gyp/gyp/gyp_main.py", line 42, in <module>
npm error     import gyp  # noqa: E402
npm error     ^^^^^^^^^^
npm error   File "/home/home/.cache/yay/balena-etcher/src/etcher/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 9, in <module>
npm error     import gyp.input
npm error   File "/home/home/.cache/yay/balena-etcher/src/etcher/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 19, in <module>
npm error     from distutils.version import StrictVersion
npm error ModuleNotFoundError: No module named 'distutils'
npm error gyp ERR! configure error 
npm error gyp ERR! stack Error: `gyp` failed with exit code: 1
npm error gyp ERR! stack     at ChildProcess.onCpExit (/home/home/.cache/yay/balena-etcher/src/etcher/node_modules/node-gyp/lib/configure.js:325:16)
npm error gyp ERR! stack     at ChildProcess.emit (node:events:519:28)
npm error gyp ERR! stack     at ChildProcess._handle.onexit (node:internal/child_process:294:12)
npm error gyp ERR! System Linux 6.9.3-arch1-1
npm error gyp ERR! command "/home/home/.cache/yay/balena-etcher/src/.nvm/versions/node/v20.14.0/bin/node" "/home/home/.cache/yay/balena-etcher/src/etcher/node_modules/.bin/node-gyp" "rebuild"
npm error gyp ERR! cwd /home/home/.cache/yay/balena-etcher/src/etcher/node_modules/drivelist
npm error gyp ERR! node -v v20.14.0
npm error gyp ERR! node-gyp -v v9.4.1
npm error gyp ERR! not ok

npm error A complete log of this run can be found in: /home/home/.cache/yay/balena-etcher/src/.npm_cache/_logs/2024-06-06T14_57_56_173Z-debug-0.log
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: balena-etcher-exit status 4
checking dependencies...

Package (1)  Old Version  Net Change

nvm          0.39.7-1      -0.14 MiB

Total Removed Size:  0.14 MiB

:: Do you want to remove these packages? [Y/n] 
:: Processing package changes...
(1/1) removing nvm                                 [----------------------] 100%

Don't forget to clean up any lines added to your shell's startup script!

For example, from your .bashrc (or .zshrc etc.), delete the line:

source /usr/share/nvm/init-nvm.sh

:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
 -> Failed to install the following packages. Manual intervention is required:
balena-etcher - exit status 4
[home@home ~]$ 
vanos001 commented 5 months ago

found out about --debug and -v in yay so terminal output with debug and verbose mode :

[home@home ~]$ yay --debug -v -S balena-etcher
[DEBUG:runtime] packages to query [balena-etcher]
[DEBUG:runtime] rpc request https://aur.archlinux.org/rpc?arg%5B%5D=balena-etcher&type=info&v=5
[DEBUG:grapher] deps to find [nvm]
[DEBUG:runtime] packages to query [nvm]
[DEBUG:runtime] rpc request https://aur.archlinux.org/rpc?arg%5B%5D=nvm&type=info&v=5
AUR Explicit (1): balena-etcher-2:1.19.17-1
AUR Make Dependency (1): nvm-0.39.7-1
:: PKGBUILD up to date, skipping download: balena-etcher
:: PKGBUILD up to date, skipping download: nvm
[DEBUG:runner] capturing /usr/bin/git -C /home/home/.cache/yay/balena-etcher reset --hard HEAD
[DEBUG:runner] capturing /usr/bin/git -C /home/home/.cache/yay/balena-etcher merge --no-edit --ff
[DEBUG:runner] capturing /usr/bin/git -C /home/home/.cache/yay/nvm reset --hard HEAD
[DEBUG:runner] capturing /usr/bin/git -C /home/home/.cache/yay/nvm merge --no-edit --ff
[DEBUG:db] populating db executor package caches. sync_len 873 remote_len 1
  2 nvm                              (Build Files Exist)
  1 balena-etcher                    (Build Files Exist)
==> Packages to cleanBuild?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> A
:: Deleting (1/2): /home/home/.cache/yay/nvm
[DEBUG:runner] running /usr/bin/git -C /home/home/.cache/yay/nvm reset --hard origin/HEAD
HEAD is now at 6e8d9b7 Upgrade to v0.39.7
[DEBUG:runner] running /usr/bin/git -C /home/home/.cache/yay/nvm clean -fdx
Removing nvm-0.39.7-1-any.pkg.tar.zst
Removing nvm-0.39.7.tar.gz
:: Deleting (2/2): /home/home/.cache/yay/balena-etcher
[DEBUG:runner] running /usr/bin/git -C /home/home/.cache/yay/balena-etcher reset --hard origin/HEAD
HEAD is now at e84e5af upgpkg: balena-etcher@1.19.17
[DEBUG:runner] running /usr/bin/git -C /home/home/.cache/yay/balena-etcher clean -fdx
warning: could not open directory 'pkg/': Permission denied
Removing etcher/
Removing pkg/
Skipping repository src/etcher
Removing src/.npm_cache
Removing src/balena-etcher.desktop
Removing src/.nvm
  2 balena-etcher                    (Build Files Exist)
  1 nvm                              (Build Files Exist)
==> Diffs to show?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> N
[DEBUG:runner] running /usr/bin/makepkg --verifysource --skippgpcheck -f -Cc
==> Making package: balena-etcher 2:1.19.17-1 (Thursday 06 June 2024 09:38:59 PM)
==> Retrieving sources...
  -> Cloning etcher git repo...
Cloning into bare repository '/home/home/.cache/yay/balena-etcher/etcher'...
remote: Enumerating objects: 39890, done.
remote: Counting objects: 100% (256/256), done.
remote: Compressing objects: 100% (175/175), done.
remote: Total 39890 (delta 104), reused 167 (delta 59), pack-reused 39634
Receiving objects: 100% (39890/39890), 105.34 MiB | 3.38 MiB/s, done.
Resolving deltas: 100% (24785/24785), done.
  -> Found balena-etcher.desktop
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    etcher ... Passed
    balena-etcher.desktop ... Passed
[DEBUG:runner] running /usr/bin/makepkg --verifysource --skippgpcheck -f -Cc
==> Making package: nvm 0.39.7-1 (Thursday 06 June 2024 09:39:39 PM)
==> Retrieving sources...
  -> Downloading nvm-0.39.7.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
100  322k  100  322k    0     0   213k      0  0:00:01  0:00:01 --:--:--  900k
  -> Found init-nvm.sh
  -> Found install-nvm-exec
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    nvm-0.39.7.tar.gz ... Passed
    init-nvm.sh ... Passed
    install-nvm-exec ... Passed
:: Remove make dependencies after install? [y/N] y
[DEBUG:workdir] added post install hook to clean up AUR makedeps [nvm]
:: (1/2) Parsing SRCINFO: balena-etcher
:: (2/2) Parsing SRCINFO: nvm
[DEBUG:installer] manualConfirmRequired: true
[DEBUG:installer] origTargets: Set{balena-etcher}
[DEBUG:installer] syncDeps Set{} SyncExp Set{} aurDeps Set{nvm} aurExp Set{} upgrade false
[DEBUG:runner] running /usr/bin/makepkg --nobuild -f -C --ignorearch
==> Making package: nvm 0.39.7-1 (Thursday 06 June 2024 09:39:48 PM)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found nvm-0.39.7.tar.gz
  -> Found init-nvm.sh
  -> Found install-nvm-exec
==> Validating source files with sha256sums...
    nvm-0.39.7.tar.gz ... Passed
    init-nvm.sh ... Passed
    install-nvm-exec ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting nvm-0.39.7.tar.gz with bsdtar
==> Sources are ready.
[DEBUG:runner] capturing /usr/bin/makepkg --packagelist
[DEBUG:installer] pkgIsBuilt: /home/home/.cache/yay/nvm/nvm-0.39.7-1-any.pkg.tar.zst does not exist
[DEBUG:runner] running /usr/bin/makepkg -f --noconfirm --noextract --noprepare --holdver --ignorearch -c
==> Making package: nvm 0.39.7-1 (Thursday 06 June 2024 09:39:53 PM)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Entering fakeroot environment...
==> Starting package()...
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "nvm"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Adding install file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: nvm 0.39.7-1 (Thursday 06 June 2024 09:39:57 PM)
==> Cleaning up...
[DEBUG:runner] running /usr/bin/sudo pacman --debug -v -U --config /etc/pacman.conf -- /home/home/.cache/yay/nvm/nvm-0.39.7-1-any.pkg.tar.zst
debug: pacman v6.1.0 - libalpm v14.0.0
debug: config: attempting to read file /etc/pacman.conf
debug: config: new section 'options'
debug: config: HoldPkg: pacman
debug: config: HoldPkg: glibc
debug: config: HoldPkg: dracut
debug: config: HoldPkg: kernel-install-for-dracut
debug: config: HoldPkg: eos-dracut
debug: config: Architecture: auto
debug: config: arch: x86_64
debug: config: chomp
debug: config: verbosepkglists
debug: config: SigLevel: Required
debug: config: SigLevel: DatabaseOptional
debug: config: LocalFileSigLevel: Optional
debug: config: new section 'endeavouros'
debug: config: SigLevel: PackageRequired
debug: config file /etc/pacman.conf, line 75: including /etc/pacman.d/endeavouros-mirrorlist
debug: config: new section 'core'
debug: config file /etc/pacman.conf, line 81: including /etc/pacman.d/mirrorlist
debug: config: new section 'extra'
debug: config file /etc/pacman.conf, line 87: including /etc/pacman.d/mirrorlist
debug: config: new section 'multilib'
debug: config file /etc/pacman.conf, line 96: including /etc/pacman.d/mirrorlist
debug: config: finished parsing `
                                �c
debug: setup_libalpm called
debug: option 'logfile' = /var/log/pacman.log
debug: option 'gpgdir' = /etc/pacman.d/gnupg/
debug: option 'hookdir' = /etc/pacman.d/hooks/
debug: option 'cachedir' = /var/cache/pacman/pkg/
debug: registering sync database 'endeavouros'
debug: database path for tree endeavouros set to /var/lib/pacman/sync/endeavouros.db
debug: "/var/lib/pacman/sync/endeavouros.db.sig" is not readable: No such file or directory
debug: sig path /var/lib/pacman/sync/endeavouros.db.sig could not be opened
debug: got error 43 at _alpm_gpgme_checksig (../lib/libalpm/signing.c: 599) : missing PGP signature
debug: missing optional signature
debug: setting usage of 15 for endeavouros repository
debug: adding new server URL to database 'endeavouros': https://mirrors.nxtgen.com/endeavouros-mirror/repo/endeavouros/x86_64
debug: adding new server URL to database 'endeavouros': https://mirror.albony.xyz/endeavouros/repo/endeavouros/x86_64
debug: adding new server URL to database 'endeavouros': https://mirror.moson.org/endeavouros/repo/endeavouros/x86_64
debug: adding new server URL to database 'endeavouros': https://md.mirrors.hacktegic.com/endeavouros/repo/endeavouros/x86_64
debug: adding new server URL to database 'endeavouros': https://endeavouros.ip-connect.info/repo/endeavouros/x86_64
debug: adding new server URL to database 'endeavouros': https://de.freedif.org/EndeavourOS/repo/endeavouros/x86_64
debug: adding new server URL to database 'endeavouros': https://fosszone.csd.auth.gr/endeavouros/repo/endeavouros/x86_64
debug: adding new server URL to database 'endeavouros': https://mirror.nimatarlani.com/endeavouros/repo/endeavouros/x86_64
debug: adding new server URL to database 'endeavouros': https://mirror.archlinux.tw/EndeavourOS/repo/endeavouros/x86_64
debug: adding new server URL to database 'endeavouros': https://mirrors.gigenet.com/endeavouros/repo/endeavouros/x86_64
debug: adding new server URL to database 'endeavouros': https://mirror.alpix.eu/endeavouros/repo/endeavouros/x86_64
debug: adding new server URL to database 'endeavouros': https://ftp.belnet.be/mirror/endeavouros/repo/endeavouros/x86_64
debug: adding new server URL to database 'endeavouros': https://mirror.accum.se/mirror/endeavouros/repo/endeavouros/x86_64
debug: adding new server URL to database 'endeavouros': https://mirror.funami.tech/endeavouros/repo/endeavouros/x86_64
debug: adding new server URL to database 'endeavouros': https://mirrors.jlu.edu.cn/endeavouros/repo/endeavouros/x86_64
debug: adding new server URL to database 'endeavouros': https://mirrors.tuna.tsinghua.edu.cn/endeavouros/repo/endeavouros/x86_64
debug: adding new server URL to database 'endeavouros': https://mirrors.urbanwave.co.za/endeavouros/repo/endeavouros/x86_64
debug: adding new server URL to database 'endeavouros': https://mirror.sjtu.edu.cn/endeavouros/repo/endeavouros/x86_64
debug: adding new server URL to database 'endeavouros': https://mirror.jingk.ai/endeavouros/repo/endeavouros/x86_64
debug: registering sync database 'core'
debug: database path for tree core set to /var/lib/pacman/sync/core.db
debug: "/var/lib/pacman/sync/core.db.sig" is not readable: No such file or directory
debug: sig path /var/lib/pacman/sync/core.db.sig could not be opened
debug: got error 43 at _alpm_gpgme_checksig (../lib/libalpm/signing.c: 599) : missing PGP signature
debug: missing optional signature
debug: setting usage of 15 for core repository
debug: adding new server URL to database 'core': http://au.mirrors.cicku.me/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://jp.mirrors.cicku.me/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': https://mirror.cyberbits.asia/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': https://mirror.guillaumea.fr/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.jingk.ai/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.sahil.world/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': https://au.mirrors.cicku.me/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': https://mirror1.sl-chat.ru/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': https://mirror.sahil.world/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://archlinux.mirror.kangaroot.net/core/os/x86_64
debug: adding new server URL to database 'core': https://at.arch.mirror.kescher.at/core/os/x86_64
debug: adding new server URL to database 'core': http://super.quantum-mirror.hu/mirrors/pub/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirrors.uni-plovdiv.net/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://archlinux.interhost.co.il/core/os/x86_64
debug: adding new server URL to database 'core': https://us.mirrors.cicku.me/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://archlinux.iskon.hr/core/os/x86_64
debug: adding new server URL to database 'core': http://mirrors.atviras.lt/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://md.mirrors.hacktegic.com/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://ftp.myrveln.se/pub/linux/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': https://mirror.tux.si/arch/core/os/x86_64
debug: adding new server URL to database 'core': http://ftp.snt.utwente.nl/pub/os/linux/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.telepoint.bg/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.neuf.no/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': https://mirror2.sl-chat.ru/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.tux.si/arch/core/os/x86_64
debug: adding new server URL to database 'core': https://asia.mirror.pkgbuild.com/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.efect.ro/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://nova.quantum-mirror.hu/mirrors/pub/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': https://mirrors.atviras.lt/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': https://nox.panibrez.com/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://ftp.byfly.by/pub/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://www.miraa.jp/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': https://arch.jsc.mx/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.vinehost.net/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': https://mirror.vinehost.net/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirrors.pidginhost.com/arch/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.nw-sys.ru/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.sunred.org/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.lty.me/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://arch.yhtez.xyz/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.cyberbits.eu/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': https://mirror.quantum5.ca/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': https://ftp.rnl.tecnico.ulisboa.pt/pub/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': https://md.mirrors.hacktegic.com/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': https://mirror.dkm.cz/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': https://edgeuno-bog2.mm.fcix.net/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': https://archlinux.mivzakim.net/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.alwyzon.net/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': https://mirrors.dotsrc.org/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://edgeuno-bog2.mm.fcix.net/archlinux/core/os/x86_64
debug: registering sync database 'extra'
debug: database path for tree extra set to /var/lib/pacman/sync/extra.db
debug: "/var/lib/pacman/sync/extra.db.sig" is not readable: No such file or directory
debug: sig path /var/lib/pacman/sync/extra.db.sig could not be opened
debug: got error 43 at _alpm_gpgme_checksig (../lib/libalpm/signing.c: 599) : missing PGP signature
debug: missing optional signature
debug: setting usage of 15 for extra repository
debug: adding new server URL to database 'extra': http://au.mirrors.cicku.me/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://jp.mirrors.cicku.me/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': https://mirror.cyberbits.asia/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': https://mirror.guillaumea.fr/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.jingk.ai/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.sahil.world/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': https://au.mirrors.cicku.me/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': https://mirror1.sl-chat.ru/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': https://mirror.sahil.world/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://archlinux.mirror.kangaroot.net/extra/os/x86_64
debug: adding new server URL to database 'extra': https://at.arch.mirror.kescher.at/extra/os/x86_64
debug: adding new server URL to database 'extra': http://super.quantum-mirror.hu/mirrors/pub/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirrors.uni-plovdiv.net/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://archlinux.interhost.co.il/extra/os/x86_64
debug: adding new server URL to database 'extra': https://us.mirrors.cicku.me/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://archlinux.iskon.hr/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirrors.atviras.lt/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://md.mirrors.hacktegic.com/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://ftp.myrveln.se/pub/linux/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': https://mirror.tux.si/arch/extra/os/x86_64
debug: adding new server URL to database 'extra': http://ftp.snt.utwente.nl/pub/os/linux/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.telepoint.bg/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.neuf.no/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': https://mirror2.sl-chat.ru/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.tux.si/arch/extra/os/x86_64
debug: adding new server URL to database 'extra': https://asia.mirror.pkgbuild.com/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.efect.ro/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://nova.quantum-mirror.hu/mirrors/pub/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': https://mirrors.atviras.lt/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': https://nox.panibrez.com/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://ftp.byfly.by/pub/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://www.miraa.jp/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': https://arch.jsc.mx/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.vinehost.net/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': https://mirror.vinehost.net/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirrors.pidginhost.com/arch/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.nw-sys.ru/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.sunred.org/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.lty.me/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://arch.yhtez.xyz/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.cyberbits.eu/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': https://mirror.quantum5.ca/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': https://ftp.rnl.tecnico.ulisboa.pt/pub/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': https://md.mirrors.hacktegic.com/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': https://mirror.dkm.cz/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': https://edgeuno-bog2.mm.fcix.net/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': https://archlinux.mivzakim.net/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.alwyzon.net/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': https://mirrors.dotsrc.org/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://edgeuno-bog2.mm.fcix.net/archlinux/extra/os/x86_64
debug: registering sync database 'multilib'
debug: database path for tree multilib set to /var/lib/pacman/sync/multilib.db
debug: "/var/lib/pacman/sync/multilib.db.sig" is not readable: No such file or directory
debug: sig path /var/lib/pacman/sync/multilib.db.sig could not be opened
debug: got error 43 at _alpm_gpgme_checksig (../lib/libalpm/signing.c: 599) : missing PGP signature
debug: missing optional signature
debug: setting usage of 15 for multilib repository
debug: adding new server URL to database 'multilib': http://au.mirrors.cicku.me/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://jp.mirrors.cicku.me/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': https://mirror.cyberbits.asia/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': https://mirror.guillaumea.fr/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.jingk.ai/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.sahil.world/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': https://au.mirrors.cicku.me/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': https://mirror1.sl-chat.ru/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': https://mirror.sahil.world/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://archlinux.mirror.kangaroot.net/multilib/os/x86_64
debug: adding new server URL to database 'multilib': https://at.arch.mirror.kescher.at/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://super.quantum-mirror.hu/mirrors/pub/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirrors.uni-plovdiv.net/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://archlinux.interhost.co.il/multilib/os/x86_64
debug: adding new server URL to database 'multilib': https://us.mirrors.cicku.me/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://archlinux.iskon.hr/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirrors.atviras.lt/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://md.mirrors.hacktegic.com/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://ftp.myrveln.se/pub/linux/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': https://mirror.tux.si/arch/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://ftp.snt.utwente.nl/pub/os/linux/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.telepoint.bg/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.neuf.no/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': https://mirror2.sl-chat.ru/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.tux.si/arch/multilib/os/x86_64
debug: adding new server URL to database 'multilib': https://asia.mirror.pkgbuild.com/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.efect.ro/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://nova.quantum-mirror.hu/mirrors/pub/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': https://mirrors.atviras.lt/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': https://nox.panibrez.com/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://ftp.byfly.by/pub/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://www.miraa.jp/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': https://arch.jsc.mx/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.vinehost.net/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': https://mirror.vinehost.net/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirrors.pidginhost.com/arch/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.nw-sys.ru/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.sunred.org/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.lty.me/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://arch.yhtez.xyz/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.cyberbits.eu/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': https://mirror.quantum5.ca/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': https://ftp.rnl.tecnico.ulisboa.pt/pub/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': https://md.mirrors.hacktegic.com/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': https://mirror.dkm.cz/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': https://edgeuno-bog2.mm.fcix.net/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': https://archlinux.mivzakim.net/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.alwyzon.net/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': https://mirrors.dotsrc.org/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://edgeuno-bog2.mm.fcix.net/archlinux/multilib/os/x86_64
Root      : /
Conf File : /etc/pacman.conf
DB Path   : /var/lib/pacman/
Cache Dirs: /var/cache/pacman/pkg/  
Hook Dirs : /usr/share/libalpm/hooks/  /etc/pacman.d/hooks/  
Lock File : /var/lib/pacman/db.lck
Log File  : /var/log/pacman.log
GPG Dir   : /etc/pacman.d/gnupg/
Targets   : /home/home/.cache/yay/nvm/nvm-0.39.7-1-any.pkg.tar.zst
loading packages...
debug: "/home/home/.cache/yay/nvm/nvm-0.39.7-1-any.pkg.tar.zst.sig" is not readable: No such file or directory
debug: "/home/home/.cache/yay/nvm/nvm-0.39.7-1-any.pkg.tar.zst.sig" is not readable: No such file or directory
debug: sig data: <from .sig>
debug: "/home/home/.cache/yay/nvm/nvm-0.39.7-1-any.pkg.tar.zst.sig" is not readable: No such file or directory
debug: sig path /home/home/.cache/yay/nvm/nvm-0.39.7-1-any.pkg.tar.zst.sig could not be opened
debug: got error 43 at _alpm_gpgme_checksig (../lib/libalpm/signing.c: 599) : missing PGP signature
debug: missing optional signature
debug: opening archive /home/home/.cache/yay/nvm/nvm-0.39.7-1-any.pkg.tar.zst
debug: starting package load for /home/home/.cache/yay/nvm/nvm-0.39.7-1-any.pkg.tar.zst
debug: found mtree for package /home/home/.cache/yay/nvm/nvm-0.39.7-1-any.pkg.tar.zst, getting file list
debug: finished mtree reading for /home/home/.cache/yay/nvm/nvm-0.39.7-1-any.pkg.tar.zst
debug: sorting package filelist for /home/home/.cache/yay/nvm/nvm-0.39.7-1-any.pkg.tar.zst
debug: adding package 'nvm'
debug: loading package cache for repository 'local'
debug: added 874 packages to package cache for db 'local'
debug: adding package nvm-0.39.7-1 to the transaction add list
resolving dependencies...
debug: resolving target's dependencies
debug: started resolving dependencies
debug: checkdeps: package nvm-0.39.7-1
debug: finished resolving dependencies
looking for conflicting packages...
debug: looking for conflicts
debug: check targets vs targets
debug: check targets vs targets
debug: check targets vs db and db vs targets
debug: check targets vs db
debug: check db vs targets
debug: checking dependencies
debug: checkdeps: package nvm-0.39.7-1
debug: returning error 33 from alpm_db_get_pkg (../lib/libalpm/db.c: 316) : could not find or read package
debug: sorting by dependencies
debug: started sorting dependencies
debug: sorting dependencies finished
debug: returning error 33 from alpm_db_get_pkg (../lib/libalpm/db.c: 316) : could not find or read package

Package (1)  New Version  Net Change

nvm          0.39.7-1       0.14 MiB

Total Installed Size:  0.14 MiB

:: Proceed with installation? [Y/n] y
debug: using cachedir: /var/cache/pacman/pkg/
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
debug: looking for file conflicts
debug: searching for file conflicts: nvm
debug: searching for filesystem conflicts: nvm
debug: checking possible conflict: /usr/
debug: file is a directory, not a conflict
debug: checking possible conflict: /usr/share/
debug: file is a directory, not a conflict
debug: checking possible conflict: /usr/share/licenses/
debug: file is a directory, not a conflict
debug: parsing hook file /usr/share/libalpm/hooks/30-systemd-catalog.hook
debug: parsing hook file /usr/share/libalpm/hooks/30-systemd-udev-reload.hook
debug: parsing hook file /usr/share/libalpm/hooks/gtk-query-immodules-3.0.hook
debug: parsing hook file /usr/share/libalpm/hooks/eos-os-release.hook
debug: parsing hook file /usr/share/libalpm/hooks/gtk-update-icon-cache.hook
debug: parsing hook file /usr/share/libalpm/hooks/gdk-pixbuf-query-loaders.hook
debug: parsing hook file /usr/share/libalpm/hooks/30-systemd-sysctl.hook
debug: parsing hook file /usr/share/libalpm/hooks/40-update-ca-trust.hook
debug: parsing hook file /usr/share/libalpm/hooks/rebuild-detector.hook
debug: parsing hook file /usr/share/libalpm/hooks/60-dracut-remove.hook
debug: parsing hook file /usr/share/libalpm/hooks/eos-reboot-required.hook
debug: parsing hook file /usr/share/libalpm/hooks/30-systemd-hwdb.hook
debug: parsing hook file /usr/share/libalpm/hooks/gtk4-querymodules.hook
debug: parsing hook file /usr/share/libalpm/hooks/glib-compile-schemas.hook
debug: parsing hook file /usr/share/libalpm/hooks/texinfo-remove.hook
debug: parsing hook file /usr/share/libalpm/hooks/detect-old-perl-modules.hook
debug: parsing hook file /usr/share/libalpm/hooks/90-dracut-install.hook
debug: parsing hook file /usr/share/libalpm/hooks/fontconfig.hook
debug: parsing hook file /usr/share/libalpm/hooks/20-systemd-sysusers.hook
debug: parsing hook file /usr/share/libalpm/hooks/eos-hooks.hook
debug: parsing hook file /usr/share/libalpm/hooks/30-systemd-binfmt.hook
debug: parsing hook file /usr/share/libalpm/hooks/40-fontconfig-config.hook
debug: parsing hook file /usr/share/libalpm/hooks/gio-querymodules.hook
debug: parsing hook file /usr/share/libalpm/hooks/dconf-update.hook
debug: parsing hook file /usr/share/libalpm/hooks/eos-rankmirrors.hook
debug: parsing hook file /usr/share/libalpm/hooks/30-systemd-update.hook
debug: parsing hook file /usr/share/libalpm/hooks/90-update-appstream-cache.hook
debug: parsing hook file /usr/share/libalpm/hooks/30-systemd-daemon-reload-system.hook
debug: parsing hook file /usr/share/libalpm/hooks/60-depmod.hook
debug: parsing hook file /usr/share/libalpm/hooks/30-systemd-tmpfiles.hook
debug: parsing hook file /usr/share/libalpm/hooks/gvfsd.hook
debug: parsing hook file /usr/share/libalpm/hooks/accounts-daemon-restart.hook
debug: parsing hook file /usr/share/libalpm/hooks/eos-lsb-release.hook
debug: parsing hook file /usr/share/libalpm/hooks/dbus-reload.hook
debug: parsing hook file /usr/share/libalpm/hooks/texinfo-install.hook
debug: parsing hook file /usr/share/libalpm/hooks/30-update-mime-database.hook
debug: parsing hook file /usr/share/libalpm/hooks/30-systemd-daemon-reload-user.hook
debug: parsing hook file /usr/share/libalpm/hooks/update-desktop-database.hook
:: Processing package changes...
debug: installing packages
installing nvm...
debug: adding package nvm-0.39.7-1
debug: opening archive /home/home/.cache/yay/nvm/nvm-0.39.7-1-any.pkg.tar.zst
debug: extracting: .INSTALL
debug: opening archive /home/home/.cache/yay/nvm/nvm-0.39.7-1-any.pkg.tar.zst
debug: extracting files
debug: skipping extraction of '.BUILDINFO'
debug: skipping extraction of '.PKGINFO'
debug: extract: skipping dir extraction of /usr/
debug: extract: skipping dir extraction of /usr/share/
debug: extract: skipping dir extraction of /usr/share/licenses/
debug: extracting /usr/share/licenses/nvm/
debug: extracting /usr/share/licenses/nvm/LICENSE.md
debug: extracting /usr/share/nvm/
debug: extracting /usr/share/nvm/bash_completion
debug: extracting /usr/share/nvm/init-nvm.sh
debug: extracting /usr/share/nvm/install-nvm-exec
debug: extracting /usr/share/nvm/nvm-exec
debug: extracting /usr/share/nvm/nvm.sh
debug: updating database
debug: adding database entry 'nvm'
debug: writing nvm-0.39.7-1 DESC information back to db
debug: writing nvm-0.39.7-1 FILES information back to db
debug: adding entry 'nvm' in 'local' cache
debug: executing ". /tmp/alpm_vNNH0e/.INSTALL; post_install 0.39.7-1"
debug: executing "/usr/bin/bash" under chroot "/"
debug: unregistering database 'local'
debug: freeing package cache for repository 'local'
debug: unregistering database 'endeavouros'
debug: unregistering database 'core'
debug: unregistering database 'extra'
debug: unregistering database 'multilib'

You need to source nvm before you can use it. Do one of the following
or similar depending on your shell (and then restart your shell):

  echo 'source /usr/share/nvm/init-nvm.sh' >> ~/.bashrc
  echo 'source /usr/share/nvm/init-nvm.sh' >> ~/.zshrc

You can now install node.js versions (e.g. nvm install 10) and
activate them (e.g. nvm use 10).

init-nvm.sh is a convenience script which does the following:

[ -z "$NVM_DIR" ] && export NVM_DIR="$HOME/.nvm"
source /usr/share/nvm/nvm.sh
source /usr/share/nvm/bash_completion
source /usr/share/nvm/install-nvm-exec

You may wish to customize and put these lines directly in your
.bashrc (or similar) if, for example, you would like an NVM_DIR
other than ~/.nvm or you don't want bash completion.

See the nvm readme for more information: https://github.com/creationix/nvm

debug: call to waitpid succeeded
Optional dependencies for nvm
    bash: bash completion [installed]
debug: running ldconfig
debug: executing "/usr/bin/ldconfig" under chroot "/"
debug: unregistering database 'local'
debug: freeing package cache for repository 'local'
debug: unregistering database 'endeavouros'
debug: unregistering database 'core'
debug: unregistering database 'extra'
debug: unregistering database 'multilib'
debug: call to waitpid succeeded
debug: parsing hook file /usr/share/libalpm/hooks/30-systemd-catalog.hook
debug: parsing hook file /usr/share/libalpm/hooks/30-systemd-udev-reload.hook
debug: parsing hook file /usr/share/libalpm/hooks/gtk-query-immodules-3.0.hook
debug: parsing hook file /usr/share/libalpm/hooks/eos-os-release.hook
debug: parsing hook file /usr/share/libalpm/hooks/gtk-update-icon-cache.hook
debug: parsing hook file /usr/share/libalpm/hooks/gdk-pixbuf-query-loaders.hook
debug: parsing hook file /usr/share/libalpm/hooks/30-systemd-sysctl.hook
debug: parsing hook file /usr/share/libalpm/hooks/40-update-ca-trust.hook
debug: parsing hook file /usr/share/libalpm/hooks/rebuild-detector.hook
debug: parsing hook file /usr/share/libalpm/hooks/60-dracut-remove.hook
debug: parsing hook file /usr/share/libalpm/hooks/eos-reboot-required.hook
debug: parsing hook file /usr/share/libalpm/hooks/30-systemd-hwdb.hook
debug: parsing hook file /usr/share/libalpm/hooks/gtk4-querymodules.hook
debug: parsing hook file /usr/share/libalpm/hooks/glib-compile-schemas.hook
debug: parsing hook file /usr/share/libalpm/hooks/texinfo-remove.hook
debug: parsing hook file /usr/share/libalpm/hooks/detect-old-perl-modules.hook
debug: parsing hook file /usr/share/libalpm/hooks/90-dracut-install.hook
debug: parsing hook file /usr/share/libalpm/hooks/fontconfig.hook
debug: parsing hook file /usr/share/libalpm/hooks/20-systemd-sysusers.hook
debug: parsing hook file /usr/share/libalpm/hooks/eos-hooks.hook
debug: parsing hook file /usr/share/libalpm/hooks/30-systemd-binfmt.hook
debug: parsing hook file /usr/share/libalpm/hooks/40-fontconfig-config.hook
debug: parsing hook file /usr/share/libalpm/hooks/gio-querymodules.hook
debug: parsing hook file /usr/share/libalpm/hooks/dconf-update.hook
debug: parsing hook file /usr/share/libalpm/hooks/eos-rankmirrors.hook
debug: parsing hook file /usr/share/libalpm/hooks/30-systemd-update.hook
debug: parsing hook file /usr/share/libalpm/hooks/90-update-appstream-cache.hook
debug: parsing hook file /usr/share/libalpm/hooks/30-systemd-daemon-reload-system.hook
debug: parsing hook file /usr/share/libalpm/hooks/60-depmod.hook
debug: parsing hook file /usr/share/libalpm/hooks/30-systemd-tmpfiles.hook
debug: parsing hook file /usr/share/libalpm/hooks/gvfsd.hook
debug: parsing hook file /usr/share/libalpm/hooks/accounts-daemon-restart.hook
debug: parsing hook file /usr/share/libalpm/hooks/eos-lsb-release.hook
debug: parsing hook file /usr/share/libalpm/hooks/dbus-reload.hook
debug: parsing hook file /usr/share/libalpm/hooks/texinfo-install.hook
debug: parsing hook file /usr/share/libalpm/hooks/30-update-mime-database.hook
debug: parsing hook file /usr/share/libalpm/hooks/30-systemd-daemon-reload-user.hook
debug: parsing hook file /usr/share/libalpm/hooks/update-desktop-database.hook
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
debug: executing "/usr/share/libalpm/scripts/systemd-hook" under chroot "/"
debug: unregistering database 'local'
debug: freeing package cache for repository 'local'
debug: unregistering database 'endeavouros'
debug: unregistering database 'core'
debug: unregistering database 'extra'
debug: unregistering database 'multilib'
debug: call to waitpid succeeded
debug: unregistering database 'local'
debug: freeing package cache for repository 'local'
debug: unregistering database 'endeavouros'
debug: unregistering database 'core'
debug: unregistering database 'extra'
debug: unregistering database 'multilib'
[DEBUG:runner] running /usr/bin/sudo pacman --debug -v -D -q --asdeps --config /etc/pacman.conf -- nvm
debug: pacman v6.1.0 - libalpm v14.0.0
debug: config: attempting to read file /etc/pacman.conf
debug: config: new section 'options'
debug: config: HoldPkg: pacman
debug: config: HoldPkg: glibc
debug: config: HoldPkg: dracut
debug: config: HoldPkg: kernel-install-for-dracut
debug: config: HoldPkg: eos-dracut
debug: config: Architecture: auto
debug: config: arch: x86_64
debug: config: chomp
debug: config: verbosepkglists
debug: config: SigLevel: Required
debug: config: SigLevel: DatabaseOptional
debug: config: LocalFileSigLevel: Optional
debug: config: new section 'endeavouros'
debug: config: SigLevel: PackageRequired
debug: config file /etc/pacman.conf, line 75: including /etc/pacman.d/endeavouros-mirrorlist
debug: config: new section 'core'
debug: config file /etc/pacman.conf, line 81: including /etc/pacman.d/mirrorlist
debug: config: new section 'extra'
debug: config file /etc/pacman.conf, line 87: including /etc/pacman.d/mirrorlist
debug: config: new section 'multilib'
debug: config file /etc/pacman.conf, line 96: including /etc/pacman.d/mirrorlist
debug: config: finished parsing @��W�d
debug: setup_libalpm called
debug: option 'logfile' = /var/log/pacman.log
debug: option 'gpgdir' = /etc/pacman.d/gnupg/
debug: option 'hookdir' = /etc/pacman.d/hooks/
debug: option 'cachedir' = /var/cache/pacman/pkg/
debug: registering sync database 'endeavouros'
debug: database path for tree endeavouros set to /var/lib/pacman/sync/endeavouros.db
debug: "/var/lib/pacman/sync/endeavouros.db.sig" is not readable: No such file or directory
debug: sig path /var/lib/pacman/sync/endeavouros.db.sig could not be opened
debug: got error 43 at _alpm_gpgme_checksig (../lib/libalpm/signing.c: 599) : missing PGP signature
debug: missing optional signature
debug: setting usage of 15 for endeavouros repository
debug: adding new server URL to database 'endeavouros': https://mirrors.nxtgen.com/endeavouros-mirror/repo/endeavouros/x86_64
debug: adding new server URL to database 'endeavouros': https://mirror.albony.xyz/endeavouros/repo/endeavouros/x86_64
debug: adding new server URL to database 'endeavouros': https://mirror.moson.org/endeavouros/repo/endeavouros/x86_64
debug: adding new server URL to database 'endeavouros': https://md.mirrors.hacktegic.com/endeavouros/repo/endeavouros/x86_64
debug: adding new server URL to database 'endeavouros': https://endeavouros.ip-connect.info/repo/endeavouros/x86_64
debug: adding new server URL to database 'endeavouros': https://de.freedif.org/EndeavourOS/repo/endeavouros/x86_64
debug: adding new server URL to database 'endeavouros': https://fosszone.csd.auth.gr/endeavouros/repo/endeavouros/x86_64
debug: adding new server URL to database 'endeavouros': https://mirror.nimatarlani.com/endeavouros/repo/endeavouros/x86_64
debug: adding new server URL to database 'endeavouros': https://mirror.archlinux.tw/EndeavourOS/repo/endeavouros/x86_64
debug: adding new server URL to database 'endeavouros': https://mirrors.gigenet.com/endeavouros/repo/endeavouros/x86_64
debug: adding new server URL to database 'endeavouros': https://mirror.alpix.eu/endeavouros/repo/endeavouros/x86_64
debug: adding new server URL to database 'endeavouros': https://ftp.belnet.be/mirror/endeavouros/repo/endeavouros/x86_64
debug: adding new server URL to database 'endeavouros': https://mirror.accum.se/mirror/endeavouros/repo/endeavouros/x86_64
debug: adding new server URL to database 'endeavouros': https://mirror.funami.tech/endeavouros/repo/endeavouros/x86_64
debug: adding new server URL to database 'endeavouros': https://mirrors.jlu.edu.cn/endeavouros/repo/endeavouros/x86_64
debug: adding new server URL to database 'endeavouros': https://mirrors.tuna.tsinghua.edu.cn/endeavouros/repo/endeavouros/x86_64
debug: adding new server URL to database 'endeavouros': https://mirrors.urbanwave.co.za/endeavouros/repo/endeavouros/x86_64
debug: adding new server URL to database 'endeavouros': https://mirror.sjtu.edu.cn/endeavouros/repo/endeavouros/x86_64
debug: adding new server URL to database 'endeavouros': https://mirror.jingk.ai/endeavouros/repo/endeavouros/x86_64
debug: registering sync database 'core'
debug: database path for tree core set to /var/lib/pacman/sync/core.db
debug: "/var/lib/pacman/sync/core.db.sig" is not readable: No such file or directory
debug: sig path /var/lib/pacman/sync/core.db.sig could not be opened
debug: got error 43 at _alpm_gpgme_checksig (../lib/libalpm/signing.c: 599) : missing PGP signature
debug: missing optional signature
debug: setting usage of 15 for core repository
debug: adding new server URL to database 'core': http://au.mirrors.cicku.me/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://jp.mirrors.cicku.me/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': https://mirror.cyberbits.asia/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': https://mirror.guillaumea.fr/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.jingk.ai/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.sahil.world/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': https://au.mirrors.cicku.me/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': https://mirror1.sl-chat.ru/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': https://mirror.sahil.world/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://archlinux.mirror.kangaroot.net/core/os/x86_64
debug: adding new server URL to database 'core': https://at.arch.mirror.kescher.at/core/os/x86_64
debug: adding new server URL to database 'core': http://super.quantum-mirror.hu/mirrors/pub/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirrors.uni-plovdiv.net/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://archlinux.interhost.co.il/core/os/x86_64
debug: adding new server URL to database 'core': https://us.mirrors.cicku.me/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://archlinux.iskon.hr/core/os/x86_64
debug: adding new server URL to database 'core': http://mirrors.atviras.lt/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://md.mirrors.hacktegic.com/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://ftp.myrveln.se/pub/linux/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': https://mirror.tux.si/arch/core/os/x86_64
debug: adding new server URL to database 'core': http://ftp.snt.utwente.nl/pub/os/linux/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.telepoint.bg/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.neuf.no/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': https://mirror2.sl-chat.ru/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.tux.si/arch/core/os/x86_64
debug: adding new server URL to database 'core': https://asia.mirror.pkgbuild.com/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.efect.ro/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://nova.quantum-mirror.hu/mirrors/pub/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': https://mirrors.atviras.lt/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': https://nox.panibrez.com/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://ftp.byfly.by/pub/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://www.miraa.jp/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': https://arch.jsc.mx/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.vinehost.net/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': https://mirror.vinehost.net/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirrors.pidginhost.com/arch/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.nw-sys.ru/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.sunred.org/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.lty.me/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://arch.yhtez.xyz/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.cyberbits.eu/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': https://mirror.quantum5.ca/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': https://ftp.rnl.tecnico.ulisboa.pt/pub/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': https://md.mirrors.hacktegic.com/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': https://mirror.dkm.cz/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': https://edgeuno-bog2.mm.fcix.net/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': https://archlinux.mivzakim.net/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.alwyzon.net/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': https://mirrors.dotsrc.org/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://edgeuno-bog2.mm.fcix.net/archlinux/core/os/x86_64
debug: registering sync database 'extra'
debug: database path for tree extra set to /var/lib/pacman/sync/extra.db
debug: "/var/lib/pacman/sync/extra.db.sig" is not readable: No such file or directory
debug: sig path /var/lib/pacman/sync/extra.db.sig could not be opened
debug: got error 43 at _alpm_gpgme_checksig (../lib/libalpm/signing.c: 599) : missing PGP signature
debug: missing optional signature
debug: setting usage of 15 for extra repository
debug: adding new server URL to database 'extra': http://au.mirrors.cicku.me/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://jp.mirrors.cicku.me/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': https://mirror.cyberbits.asia/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': https://mirror.guillaumea.fr/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.jingk.ai/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.sahil.world/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': https://au.mirrors.cicku.me/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': https://mirror1.sl-chat.ru/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': https://mirror.sahil.world/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://archlinux.mirror.kangaroot.net/extra/os/x86_64
debug: adding new server URL to database 'extra': https://at.arch.mirror.kescher.at/extra/os/x86_64
debug: adding new server URL to database 'extra': http://super.quantum-mirror.hu/mirrors/pub/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirrors.uni-plovdiv.net/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://archlinux.interhost.co.il/extra/os/x86_64
debug: adding new server URL to database 'extra': https://us.mirrors.cicku.me/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://archlinux.iskon.hr/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirrors.atviras.lt/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://md.mirrors.hacktegic.com/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://ftp.myrveln.se/pub/linux/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': https://mirror.tux.si/arch/extra/os/x86_64
debug: adding new server URL to database 'extra': http://ftp.snt.utwente.nl/pub/os/linux/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.telepoint.bg/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.neuf.no/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': https://mirror2.sl-chat.ru/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.tux.si/arch/extra/os/x86_64
debug: adding new server URL to database 'extra': https://asia.mirror.pkgbuild.com/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.efect.ro/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://nova.quantum-mirror.hu/mirrors/pub/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': https://mirrors.atviras.lt/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': https://nox.panibrez.com/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://ftp.byfly.by/pub/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://www.miraa.jp/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': https://arch.jsc.mx/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.vinehost.net/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': https://mirror.vinehost.net/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirrors.pidginhost.com/arch/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.nw-sys.ru/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.sunred.org/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.lty.me/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://arch.yhtez.xyz/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.cyberbits.eu/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': https://mirror.quantum5.ca/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': https://ftp.rnl.tecnico.ulisboa.pt/pub/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': https://md.mirrors.hacktegic.com/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': https://mirror.dkm.cz/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': https://edgeuno-bog2.mm.fcix.net/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': https://archlinux.mivzakim.net/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.alwyzon.net/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': https://mirrors.dotsrc.org/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://edgeuno-bog2.mm.fcix.net/archlinux/extra/os/x86_64
debug: registering sync database 'multilib'
debug: database path for tree multilib set to /var/lib/pacman/sync/multilib.db
debug: "/var/lib/pacman/sync/multilib.db.sig" is not readable: No such file or directory
debug: sig path /var/lib/pacman/sync/multilib.db.sig could not be opened
debug: got error 43 at _alpm_gpgme_checksig (../lib/libalpm/signing.c: 599) : missing PGP signature
debug: missing optional signature
debug: setting usage of 15 for multilib repository
debug: adding new server URL to database 'multilib': http://au.mirrors.cicku.me/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://jp.mirrors.cicku.me/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': https://mirror.cyberbits.asia/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': https://mirror.guillaumea.fr/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.jingk.ai/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.sahil.world/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': https://au.mirrors.cicku.me/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': https://mirror1.sl-chat.ru/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': https://mirror.sahil.world/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://archlinux.mirror.kangaroot.net/multilib/os/x86_64
debug: adding new server URL to database 'multilib': https://at.arch.mirror.kescher.at/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://super.quantum-mirror.hu/mirrors/pub/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirrors.uni-plovdiv.net/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://archlinux.interhost.co.il/multilib/os/x86_64
debug: adding new server URL to database 'multilib': https://us.mirrors.cicku.me/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://archlinux.iskon.hr/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirrors.atviras.lt/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://md.mirrors.hacktegic.com/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://ftp.myrveln.se/pub/linux/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': https://mirror.tux.si/arch/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://ftp.snt.utwente.nl/pub/os/linux/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.telepoint.bg/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.neuf.no/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': https://mirror2.sl-chat.ru/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.tux.si/arch/multilib/os/x86_64
debug: adding new server URL to database 'multilib': https://asia.mirror.pkgbuild.com/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.efect.ro/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://nova.quantum-mirror.hu/mirrors/pub/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': https://mirrors.atviras.lt/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': https://nox.panibrez.com/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://ftp.byfly.by/pub/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://www.miraa.jp/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': https://arch.jsc.mx/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.vinehost.net/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': https://mirror.vinehost.net/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirrors.pidginhost.com/arch/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.nw-sys.ru/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.sunred.org/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.lty.me/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://arch.yhtez.xyz/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.cyberbits.eu/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': https://mirror.quantum5.ca/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': https://ftp.rnl.tecnico.ulisboa.pt/pub/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': https://md.mirrors.hacktegic.com/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': https://mirror.dkm.cz/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': https://edgeuno-bog2.mm.fcix.net/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': https://archlinux.mivzakim.net/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.alwyzon.net/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': https://mirrors.dotsrc.org/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://edgeuno-bog2.mm.fcix.net/archlinux/multilib/os/x86_64
Root      : /
Conf File : /etc/pacman.conf
DB Path   : /var/lib/pacman/
Cache Dirs: /var/cache/pacman/pkg/  
Hook Dirs : /usr/share/libalpm/hooks/  /etc/pacman.d/hooks/  
Lock File : /var/lib/pacman/db.lck
Log File  : /var/log/pacman.log
GPG Dir   : /etc/pacman.d/gnupg/
Targets   : nvm
debug: loading package cache for repository 'local'
debug: added 875 packages to package cache for db 'local'
debug: setting install reason 1 for nvm
debug: writing nvm-0.39.7-1 DESC information back to db
debug: unregistering database 'local'
debug: freeing package cache for repository 'local'
debug: unregistering database 'endeavouros'
debug: unregistering database 'core'
debug: unregistering database 'extra'
debug: unregistering database 'multilib'
[DEBUG:installer] syncDeps Set{} SyncExp Set{} aurDeps Set{} aurExp Set{balena-etcher} upgrade false
[DEBUG:runner] running /usr/bin/makepkg --nobuild -f -C --ignorearch
==> Making package: balena-etcher 2:1.19.17-1 (Thursday 06 June 2024 09:40:05 PM)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Updating etcher git repo...
  -> Found balena-etcher.desktop
==> Validating source files with sha256sums...
    etcher ... Passed
    balena-etcher.desktop ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Creating working copy of etcher git repo...
Cloning into 'etcher'...
done.
Switched to a new branch 'makepkg'
==> Starting prepare()...
Downloading and installing node v20.14.0...
Downloading https://nodejs.org/dist/v20.14.0/node-v20.14.0-linux-x64.tar.xz...
####################################################################################################################################################################################################################################### 100.0%
Computing checksum with sha256sum
Checksums matched!
Now using node v20.14.0 (npm v10.7.0)
Creating default alias: default -> 20 (-> v20.14.0)
Now using node v20.14.0 (npm v10.7.0)
==> Sources are ready.
[DEBUG:runner] capturing /usr/bin/makepkg --packagelist
[DEBUG:installer] pkgIsBuilt: /home/home/.cache/yay/balena-etcher/balena-etcher-2:1.19.17-1-x86_64.pkg.tar.zst does not exist
[DEBUG:runner] running /usr/bin/makepkg -f --noconfirm --noextract --noprepare --holdver --ignorearch -c
==> Making package: balena-etcher 2:1.19.17-1 (Thursday 06 June 2024 09:40:32 PM)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
v20.14.0 is already installed.
Now using node v20.14.0 (npm v10.7.0)
Now using node v20.14.0 (npm v10.7.0)
npm warn skipping integrity check for git dependency ssh://git@github.com/balena-io-modules/unbzip2-stream.git
npm warn deprecated xterm-addon-search@0.8.2: This package is now deprecated. Move to @xterm/addon-search instead.
npm warn deprecated xterm-addon-fit@0.5.0: This package is now deprecated. Move to @xterm/addon-fit instead.
npm warn deprecated xterm@4.19.0: This package is now deprecated. Move to @xterm/xterm instead.
npm warn deprecated trim@0.0.1: Use String.prototype.trim() instead
npm warn deprecated shortid@2.2.16: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
npm warn deprecated json-schema-ref-parser@6.1.0: Please switch to @apidevtools/json-schema-ref-parser
npm warn deprecated gar@1.0.4: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
npm warn deprecated asar@3.2.0: Please use @electron/asar moving forward.  There is no API change, just a package name change
npm warn deprecated core-js@2.6.12: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.
npm warn deprecated @types/ajv-keywords@3.5.0: This is a stub types definition. ajv-keywords provides its own type definitions, so you do not need this installed.
npm warn deprecated @npmcli/move-file@2.0.1: This functionality has been moved to @npmcli/fs
npm warn deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
npm warn cleanup Failed to remove some directories [
npm warn cleanup   [
npm warn cleanup     '/home/home/.cache/yay/balena-etcher/src/etcher/node_modules',
npm warn cleanup     [Error: ENOTEMPTY: directory not empty, rmdir '/home/home/.cache/yay/balena-etcher/src/etcher/node_modules/mountutils'] {
npm warn cleanup       errno: -39,
npm warn cleanup       code: 'ENOTEMPTY',
npm warn cleanup       syscall: 'rmdir',
npm warn cleanup       path: '/home/home/.cache/yay/balena-etcher/src/etcher/node_modules/mountutils'
npm warn cleanup     }
npm warn cleanup   ],
npm warn cleanup   [
npm warn cleanup     '/home/home/.cache/yay/balena-etcher/src/etcher/node_modules/mountutils',
npm warn cleanup     [Error: ENOTEMPTY: directory not empty, rmdir '/home/home/.cache/yay/balena-etcher/src/etcher/node_modules/mountutils'] {
npm warn cleanup       errno: -39,
npm warn cleanup       code: 'ENOTEMPTY',
npm warn cleanup       syscall: 'rmdir',
npm warn cleanup       path: '/home/home/.cache/yay/balena-etcher/src/etcher/node_modules/mountutils'
npm warn cleanup     }
npm warn cleanup   ]
npm warn cleanup ]
npm notice
npm notice New minor version of npm available! 10.7.0 -> 10.8.1
npm notice Changelog: https://github.com/npm/cli/releases/tag/v10.8.1
npm notice To update run: npm install -g npm@10.8.1
npm notice
npm error code 1
npm error path /home/home/.cache/yay/balena-etcher/src/etcher/node_modules/drivelist
npm error command failed
npm error command sh -c prebuild-install --runtime napi || node-gyp rebuild
npm error gyp info it worked if it ends with ok
npm error gyp info using node-gyp@9.4.1
npm error gyp info using node@20.14.0 | linux | x64
npm error gyp info find Python using Python version 3.12.3 found at "/usr/bin/python3"
npm error gyp http GET https://nodejs.org/download/release/v20.14.0/node-v20.14.0-headers.tar.gz
npm error gyp http 200 https://nodejs.org/download/release/v20.14.0/node-v20.14.0-headers.tar.gz
npm error gyp http GET https://nodejs.org/download/release/v20.14.0/SHASUMS256.txt
npm error gyp http 200 https://nodejs.org/download/release/v20.14.0/SHASUMS256.txt
npm error gyp info spawn /usr/bin/python3
npm error gyp info spawn args [
npm error gyp info spawn args   '/home/home/.cache/yay/balena-etcher/src/etcher/node_modules/node-gyp/gyp/gyp_main.py',
npm error gyp info spawn args   'binding.gyp',
npm error gyp info spawn args   '-f',
npm error gyp info spawn args   'make',
npm error gyp info spawn args   '-I',
npm error gyp info spawn args   '/home/home/.cache/yay/balena-etcher/src/etcher/node_modules/drivelist/build/config.gypi',
npm error gyp info spawn args   '-I',
npm error gyp info spawn args   '/home/home/.cache/yay/balena-etcher/src/etcher/node_modules/node-gyp/addon.gypi',
npm error gyp info spawn args   '-I',
npm error gyp info spawn args   '/home/home/.cache/node-gyp/20.14.0/include/node/common.gypi',
npm error gyp info spawn args   '-Dlibrary=shared_library',
npm error gyp info spawn args   '-Dvisibility=default',
npm error gyp info spawn args   '-Dnode_root_dir=/home/home/.cache/node-gyp/20.14.0',
npm error gyp info spawn args   '-Dnode_gyp_dir=/home/home/.cache/yay/balena-etcher/src/etcher/node_modules/node-gyp',
npm error gyp info spawn args   '-Dnode_lib_file=/home/home/.cache/node-gyp/20.14.0/<(target_arch)/node.lib',
npm error gyp info spawn args   '-Dmodule_root_dir=/home/home/.cache/yay/balena-etcher/src/etcher/node_modules/drivelist',
npm error gyp info spawn args   '-Dnode_engine=v8',
npm error gyp info spawn args   '--depth=.',
npm error gyp info spawn args   '--no-parallel',
npm error gyp info spawn args   '--generator-output',
npm error gyp info spawn args   'build',
npm error gyp info spawn args   '-Goutput_dir=.'
npm error gyp info spawn args ]
npm error Traceback (most recent call last):
npm error   File "/home/home/.cache/yay/balena-etcher/src/etcher/node_modules/node-gyp/gyp/gyp_main.py", line 42, in <module>
npm error     import gyp  # noqa: E402
npm error     ^^^^^^^^^^
npm error   File "/home/home/.cache/yay/balena-etcher/src/etcher/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 9, in <module>
npm error     import gyp.input
npm error   File "/home/home/.cache/yay/balena-etcher/src/etcher/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 19, in <module>
npm error     from distutils.version import StrictVersion
npm error ModuleNotFoundError: No module named 'distutils'
npm error gyp ERR! configure error 
npm error gyp ERR! stack Error: `gyp` failed with exit code: 1
npm error gyp ERR! stack     at ChildProcess.onCpExit (/home/home/.cache/yay/balena-etcher/src/etcher/node_modules/node-gyp/lib/configure.js:325:16)
npm error gyp ERR! stack     at ChildProcess.emit (node:events:519:28)
npm error gyp ERR! stack     at ChildProcess._handle.onexit (node:internal/child_process:294:12)
npm error gyp ERR! System Linux 6.9.3-arch1-1
npm error gyp ERR! command "/home/home/.cache/yay/balena-etcher/src/.nvm/versions/node/v20.14.0/bin/node" "/home/home/.cache/yay/balena-etcher/src/etcher/node_modules/.bin/node-gyp" "rebuild"
npm error gyp ERR! cwd /home/home/.cache/yay/balena-etcher/src/etcher/node_modules/drivelist
npm error gyp ERR! node -v v20.14.0
npm error gyp ERR! node-gyp -v v9.4.1
npm error gyp ERR! not ok

npm error A complete log of this run can be found in: /home/home/.cache/yay/balena-etcher/src/.npm_cache/_logs/2024-06-06T16_10_35_133Z-debug-0.log
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: balena-etcher-exit status 4
[DEBUG:srcinfo] skipping VCS update for nvm not in targets
[DEBUG:srcinfo] checking VCS entry for nvm source: [{ nvm-0.39.7.tar.gz::https://github.com/nvm-sh/nvm/archive/v0.39.7.tar.gz} { init-nvm.sh} { install-nvm-exec}]
[DEBUG:srcinfo] skipping VCS update for balena-etcher due to install error
[DEBUG:srcinfo] skipping VCS update for balena-etcher not in targets
[DEBUG:runner] running /usr/bin/sudo pacman --debug -v -R -s -u --noconfirm --config /etc/pacman.conf -- nvm
debug: pacman v6.1.0 - libalpm v14.0.0
debug: config: attempting to read file /etc/pacman.conf
debug: config: new section 'options'
debug: config: HoldPkg: pacman
debug: config: HoldPkg: glibc
debug: config: HoldPkg: dracut
debug: config: HoldPkg: kernel-install-for-dracut
debug: config: HoldPkg: eos-dracut
debug: config: Architecture: auto
debug: config: arch: x86_64
debug: config: chomp
debug: config: verbosepkglists
debug: config: SigLevel: Required
debug: config: SigLevel: DatabaseOptional
debug: config: LocalFileSigLevel: Optional
debug: config: new section 'endeavouros'
debug: config: SigLevel: PackageRequired
debug: config file /etc/pacman.conf, line 75: including /etc/pacman.d/endeavouros-mirrorlist
debug: config: new section 'core'
debug: config file /etc/pacman.conf, line 81: including /etc/pacman.d/mirrorlist
debug: config: new section 'extra'
debug: config file /etc/pacman.conf, line 87: including /etc/pacman.d/mirrorlist
debug: config: new section 'multilib'
debug: config file /etc/pacman.conf, line 96: including /etc/pacman.d/mirrorlist
debug: config: finished parsing @�c
debug: setup_libalpm called
debug: option 'logfile' = /var/log/pacman.log
debug: option 'gpgdir' = /etc/pacman.d/gnupg/
debug: option 'hookdir' = /etc/pacman.d/hooks/
debug: option 'cachedir' = /var/cache/pacman/pkg/
debug: registering sync database 'endeavouros'
debug: database path for tree endeavouros set to /var/lib/pacman/sync/endeavouros.db
debug: "/var/lib/pacman/sync/endeavouros.db.sig" is not readable: No such file or directory
debug: sig path /var/lib/pacman/sync/endeavouros.db.sig could not be opened
debug: got error 43 at _alpm_gpgme_checksig (../lib/libalpm/signing.c: 599) : missing PGP signature
debug: missing optional signature
debug: setting usage of 15 for endeavouros repository
debug: adding new server URL to database 'endeavouros': https://mirrors.nxtgen.com/endeavouros-mirror/repo/endeavouros/x86_64
debug: adding new server URL to database 'endeavouros': https://mirror.albony.xyz/endeavouros/repo/endeavouros/x86_64
debug: adding new server URL to database 'endeavouros': https://mirror.moson.org/endeavouros/repo/endeavouros/x86_64
debug: adding new server URL to database 'endeavouros': https://md.mirrors.hacktegic.com/endeavouros/repo/endeavouros/x86_64
debug: adding new server URL to database 'endeavouros': https://endeavouros.ip-connect.info/repo/endeavouros/x86_64
debug: adding new server URL to database 'endeavouros': https://de.freedif.org/EndeavourOS/repo/endeavouros/x86_64
debug: adding new server URL to database 'endeavouros': https://fosszone.csd.auth.gr/endeavouros/repo/endeavouros/x86_64
debug: adding new server URL to database 'endeavouros': https://mirror.nimatarlani.com/endeavouros/repo/endeavouros/x86_64
debug: adding new server URL to database 'endeavouros': https://mirror.archlinux.tw/EndeavourOS/repo/endeavouros/x86_64
debug: adding new server URL to database 'endeavouros': https://mirrors.gigenet.com/endeavouros/repo/endeavouros/x86_64
debug: adding new server URL to database 'endeavouros': https://mirror.alpix.eu/endeavouros/repo/endeavouros/x86_64
debug: adding new server URL to database 'endeavouros': https://ftp.belnet.be/mirror/endeavouros/repo/endeavouros/x86_64
debug: adding new server URL to database 'endeavouros': https://mirror.accum.se/mirror/endeavouros/repo/endeavouros/x86_64
debug: adding new server URL to database 'endeavouros': https://mirror.funami.tech/endeavouros/repo/endeavouros/x86_64
debug: adding new server URL to database 'endeavouros': https://mirrors.jlu.edu.cn/endeavouros/repo/endeavouros/x86_64
debug: adding new server URL to database 'endeavouros': https://mirrors.tuna.tsinghua.edu.cn/endeavouros/repo/endeavouros/x86_64
debug: adding new server URL to database 'endeavouros': https://mirrors.urbanwave.co.za/endeavouros/repo/endeavouros/x86_64
debug: adding new server URL to database 'endeavouros': https://mirror.sjtu.edu.cn/endeavouros/repo/endeavouros/x86_64
debug: adding new server URL to database 'endeavouros': https://mirror.jingk.ai/endeavouros/repo/endeavouros/x86_64
debug: registering sync database 'core'
debug: database path for tree core set to /var/lib/pacman/sync/core.db
debug: "/var/lib/pacman/sync/core.db.sig" is not readable: No such file or directory
debug: sig path /var/lib/pacman/sync/core.db.sig could not be opened
debug: got error 43 at _alpm_gpgme_checksig (../lib/libalpm/signing.c: 599) : missing PGP signature
debug: missing optional signature
debug: setting usage of 15 for core repository
debug: adding new server URL to database 'core': http://au.mirrors.cicku.me/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://jp.mirrors.cicku.me/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': https://mirror.cyberbits.asia/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': https://mirror.guillaumea.fr/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.jingk.ai/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.sahil.world/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': https://au.mirrors.cicku.me/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': https://mirror1.sl-chat.ru/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': https://mirror.sahil.world/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://archlinux.mirror.kangaroot.net/core/os/x86_64
debug: adding new server URL to database 'core': https://at.arch.mirror.kescher.at/core/os/x86_64
debug: adding new server URL to database 'core': http://super.quantum-mirror.hu/mirrors/pub/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirrors.uni-plovdiv.net/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://archlinux.interhost.co.il/core/os/x86_64
debug: adding new server URL to database 'core': https://us.mirrors.cicku.me/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://archlinux.iskon.hr/core/os/x86_64
debug: adding new server URL to database 'core': http://mirrors.atviras.lt/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://md.mirrors.hacktegic.com/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://ftp.myrveln.se/pub/linux/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': https://mirror.tux.si/arch/core/os/x86_64
debug: adding new server URL to database 'core': http://ftp.snt.utwente.nl/pub/os/linux/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.telepoint.bg/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.neuf.no/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': https://mirror2.sl-chat.ru/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.tux.si/arch/core/os/x86_64
debug: adding new server URL to database 'core': https://asia.mirror.pkgbuild.com/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.efect.ro/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://nova.quantum-mirror.hu/mirrors/pub/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': https://mirrors.atviras.lt/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': https://nox.panibrez.com/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://ftp.byfly.by/pub/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://www.miraa.jp/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': https://arch.jsc.mx/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.vinehost.net/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': https://mirror.vinehost.net/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirrors.pidginhost.com/arch/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.nw-sys.ru/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.sunred.org/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.lty.me/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://arch.yhtez.xyz/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.cyberbits.eu/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': https://mirror.quantum5.ca/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': https://ftp.rnl.tecnico.ulisboa.pt/pub/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': https://md.mirrors.hacktegic.com/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': https://mirror.dkm.cz/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': https://edgeuno-bog2.mm.fcix.net/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': https://archlinux.mivzakim.net/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.alwyzon.net/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': https://mirrors.dotsrc.org/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://edgeuno-bog2.mm.fcix.net/archlinux/core/os/x86_64
debug: registering sync database 'extra'
debug: database path for tree extra set to /var/lib/pacman/sync/extra.db
debug: "/var/lib/pacman/sync/extra.db.sig" is not readable: No such file or directory
debug: sig path /var/lib/pacman/sync/extra.db.sig could not be opened
debug: got error 43 at _alpm_gpgme_checksig (../lib/libalpm/signing.c: 599) : missing PGP signature
debug: missing optional signature
debug: setting usage of 15 for extra repository
debug: adding new server URL to database 'extra': http://au.mirrors.cicku.me/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://jp.mirrors.cicku.me/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': https://mirror.cyberbits.asia/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': https://mirror.guillaumea.fr/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.jingk.ai/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.sahil.world/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': https://au.mirrors.cicku.me/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': https://mirror1.sl-chat.ru/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': https://mirror.sahil.world/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://archlinux.mirror.kangaroot.net/extra/os/x86_64
debug: adding new server URL to database 'extra': https://at.arch.mirror.kescher.at/extra/os/x86_64
debug: adding new server URL to database 'extra': http://super.quantum-mirror.hu/mirrors/pub/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirrors.uni-plovdiv.net/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://archlinux.interhost.co.il/extra/os/x86_64
debug: adding new server URL to database 'extra': https://us.mirrors.cicku.me/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://archlinux.iskon.hr/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirrors.atviras.lt/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://md.mirrors.hacktegic.com/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://ftp.myrveln.se/pub/linux/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': https://mirror.tux.si/arch/extra/os/x86_64
debug: adding new server URL to database 'extra': http://ftp.snt.utwente.nl/pub/os/linux/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.telepoint.bg/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.neuf.no/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': https://mirror2.sl-chat.ru/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.tux.si/arch/extra/os/x86_64
debug: adding new server URL to database 'extra': https://asia.mirror.pkgbuild.com/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.efect.ro/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://nova.quantum-mirror.hu/mirrors/pub/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': https://mirrors.atviras.lt/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': https://nox.panibrez.com/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://ftp.byfly.by/pub/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://www.miraa.jp/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': https://arch.jsc.mx/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.vinehost.net/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': https://mirror.vinehost.net/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirrors.pidginhost.com/arch/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.nw-sys.ru/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.sunred.org/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.lty.me/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://arch.yhtez.xyz/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.cyberbits.eu/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': https://mirror.quantum5.ca/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': https://ftp.rnl.tecnico.ulisboa.pt/pub/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': https://md.mirrors.hacktegic.com/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': https://mirror.dkm.cz/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': https://edgeuno-bog2.mm.fcix.net/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': https://archlinux.mivzakim.net/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.alwyzon.net/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': https://mirrors.dotsrc.org/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://edgeuno-bog2.mm.fcix.net/archlinux/extra/os/x86_64
debug: registering sync database 'multilib'
debug: database path for tree multilib set to /var/lib/pacman/sync/multilib.db
debug: "/var/lib/pacman/sync/multilib.db.sig" is not readable: No such file or directory
debug: sig path /var/lib/pacman/sync/multilib.db.sig could not be opened
debug: got error 43 at _alpm_gpgme_checksig (../lib/libalpm/signing.c: 599) : missing PGP signature
debug: missing optional signature
debug: setting usage of 15 for multilib repository
debug: adding new server URL to database 'multilib': http://au.mirrors.cicku.me/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://jp.mirrors.cicku.me/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': https://mirror.cyberbits.asia/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': https://mirror.guillaumea.fr/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.jingk.ai/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.sahil.world/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': https://au.mirrors.cicku.me/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': https://mirror1.sl-chat.ru/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': https://mirror.sahil.world/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://archlinux.mirror.kangaroot.net/multilib/os/x86_64
debug: adding new server URL to database 'multilib': https://at.arch.mirror.kescher.at/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://super.quantum-mirror.hu/mirrors/pub/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirrors.uni-plovdiv.net/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://archlinux.interhost.co.il/multilib/os/x86_64
debug: adding new server URL to database 'multilib': https://us.mirrors.cicku.me/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://archlinux.iskon.hr/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirrors.atviras.lt/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://md.mirrors.hacktegic.com/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://ftp.myrveln.se/pub/linux/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': https://mirror.tux.si/arch/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://ftp.snt.utwente.nl/pub/os/linux/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.telepoint.bg/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.neuf.no/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': https://mirror2.sl-chat.ru/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.tux.si/arch/multilib/os/x86_64
debug: adding new server URL to database 'multilib': https://asia.mirror.pkgbuild.com/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.efect.ro/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://nova.quantum-mirror.hu/mirrors/pub/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': https://mirrors.atviras.lt/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': https://nox.panibrez.com/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://ftp.byfly.by/pub/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://www.miraa.jp/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': https://arch.jsc.mx/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.vinehost.net/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': https://mirror.vinehost.net/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirrors.pidginhost.com/arch/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.nw-sys.ru/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.sunred.org/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.lty.me/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://arch.yhtez.xyz/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.cyberbits.eu/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': https://mirror.quantum5.ca/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': https://ftp.rnl.tecnico.ulisboa.pt/pub/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': https://md.mirrors.hacktegic.com/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': https://mirror.dkm.cz/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': https://edgeuno-bog2.mm.fcix.net/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': https://archlinux.mivzakim.net/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://mirror.alwyzon.net/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': https://mirrors.dotsrc.org/archlinux/multilib/os/x86_64
debug: adding new server URL to database 'multilib': http://edgeuno-bog2.mm.fcix.net/archlinux/multilib/os/x86_64
Root      : /
Conf File : /etc/pacman.conf
DB Path   : /var/lib/pacman/
Cache Dirs: /var/cache/pacman/pkg/  
Hook Dirs : /usr/share/libalpm/hooks/  /etc/pacman.d/hooks/  
Lock File : /var/lib/pacman/db.lck
Log File  : /var/log/pacman.log
GPG Dir   : /etc/pacman.d/gnupg/
Targets   : nvm
debug: loading package cache for repository 'local'
debug: added 875 packages to package cache for db 'local'
debug: adding package nvm to the transaction remove list
debug: finding removable dependencies
checking dependencies...
debug: looking for unsatisfied dependencies
debug: sorting by dependencies
debug: started sorting dependencies
debug: sorting dependencies finished

Package (1)  Old Version  Net Change

nvm          0.39.7-1      -0.14 MiB

Total Removed Size:  0.14 MiB

:: Do you want to remove these packages? [Y/n] 
debug: parsing hook file /usr/share/libalpm/hooks/30-systemd-catalog.hook
debug: parsing hook file /usr/share/libalpm/hooks/30-systemd-udev-reload.hook
debug: parsing hook file /usr/share/libalpm/hooks/gtk-query-immodules-3.0.hook
debug: parsing hook file /usr/share/libalpm/hooks/eos-os-release.hook
debug: parsing hook file /usr/share/libalpm/hooks/gtk-update-icon-cache.hook
debug: parsing hook file /usr/share/libalpm/hooks/gdk-pixbuf-query-loaders.hook
debug: parsing hook file /usr/share/libalpm/hooks/30-systemd-sysctl.hook
debug: parsing hook file /usr/share/libalpm/hooks/40-update-ca-trust.hook
debug: parsing hook file /usr/share/libalpm/hooks/rebuild-detector.hook
debug: parsing hook file /usr/share/libalpm/hooks/60-dracut-remove.hook
debug: parsing hook file /usr/share/libalpm/hooks/eos-reboot-required.hook
debug: parsing hook file /usr/share/libalpm/hooks/30-systemd-hwdb.hook
debug: parsing hook file /usr/share/libalpm/hooks/gtk4-querymodules.hook
debug: parsing hook file /usr/share/libalpm/hooks/glib-compile-schemas.hook
debug: parsing hook file /usr/share/libalpm/hooks/texinfo-remove.hook
debug: parsing hook file /usr/share/libalpm/hooks/detect-old-perl-modules.hook
debug: parsing hook file /usr/share/libalpm/hooks/90-dracut-install.hook
debug: parsing hook file /usr/share/libalpm/hooks/fontconfig.hook
debug: parsing hook file /usr/share/libalpm/hooks/20-systemd-sysusers.hook
debug: parsing hook file /usr/share/libalpm/hooks/eos-hooks.hook
debug: parsing hook file /usr/share/libalpm/hooks/30-systemd-binfmt.hook
debug: parsing hook file /usr/share/libalpm/hooks/40-fontconfig-config.hook
debug: parsing hook file /usr/share/libalpm/hooks/gio-querymodules.hook
debug: parsing hook file /usr/share/libalpm/hooks/dconf-update.hook
debug: parsing hook file /usr/share/libalpm/hooks/eos-rankmirrors.hook
debug: parsing hook file /usr/share/libalpm/hooks/30-systemd-update.hook
debug: parsing hook file /usr/share/libalpm/hooks/90-update-appstream-cache.hook
debug: parsing hook file /usr/share/libalpm/hooks/30-systemd-daemon-reload-system.hook
debug: parsing hook file /usr/share/libalpm/hooks/60-depmod.hook
debug: parsing hook file /usr/share/libalpm/hooks/30-systemd-tmpfiles.hook
debug: parsing hook file /usr/share/libalpm/hooks/gvfsd.hook
debug: parsing hook file /usr/share/libalpm/hooks/accounts-daemon-restart.hook
debug: parsing hook file /usr/share/libalpm/hooks/eos-lsb-release.hook
debug: parsing hook file /usr/share/libalpm/hooks/dbus-reload.hook
debug: parsing hook file /usr/share/libalpm/hooks/texinfo-install.hook
debug: parsing hook file /usr/share/libalpm/hooks/30-update-mime-database.hook
debug: parsing hook file /usr/share/libalpm/hooks/30-systemd-daemon-reload-user.hook
debug: parsing hook file /usr/share/libalpm/hooks/update-desktop-database.hook
:: Processing package changes...
removing nvm...
debug: removing package nvm-0.39.7-1
debug: removing 11 files
debug: unlinking /usr/share/nvm/nvm.sh
debug: unlinking /usr/share/nvm/nvm-exec
debug: unlinking /usr/share/nvm/install-nvm-exec
debug: unlinking /usr/share/nvm/init-nvm.sh
debug: unlinking /usr/share/nvm/bash_completion
debug: failed to stat parent of /usr/share/nvm: /usr/share/nvm..: No such file or directory
debug: removed directory /usr/share/nvm (no remaining owners)
debug: unlinking /usr/share/licenses/nvm/LICENSE.md
debug: failed to stat parent of /usr/share/licenses/nvm: /usr/share/licenses/nvm..: No such file or directory
debug: removed directory /usr/share/licenses/nvm (no remaining owners)
debug: keeping directory /usr/share/licenses (contains files)
debug: keeping directory /usr/share (contains files)
debug: keeping directory /usr (contains files)
debug: executing ". /tmp/alpm_GxgKN4/.INSTALL; post_remove 0.39.7-1"
debug: executing "/usr/bin/bash" under chroot "/"
debug: unregistering database 'local'
debug: freeing package cache for repository 'local'
debug: unregistering database 'endeavouros'
debug: unregistering database 'core'
debug: unregistering database 'extra'
debug: unregistering database 'multilib'

Don't forget to clean up any lines added to your shell's startup script!

For example, from your .bashrc (or .zshrc etc.), delete the line:

source /usr/share/nvm/init-nvm.sh

debug: call to waitpid succeeded
debug: removing database entry 'nvm'
debug: removing entry 'nvm' from 'local' cache
debug: running ldconfig
debug: executing "/usr/bin/ldconfig" under chroot "/"
debug: unregistering database 'local'
debug: freeing package cache for repository 'local'
debug: unregistering database 'endeavouros'
debug: unregistering database 'core'
debug: unregistering database 'extra'
debug: unregistering database 'multilib'
debug: call to waitpid succeeded
debug: parsing hook file /usr/share/libalpm/hooks/30-systemd-catalog.hook
debug: parsing hook file /usr/share/libalpm/hooks/30-systemd-udev-reload.hook
debug: parsing hook file /usr/share/libalpm/hooks/gtk-query-immodules-3.0.hook
debug: parsing hook file /usr/share/libalpm/hooks/eos-os-release.hook
debug: parsing hook file /usr/share/libalpm/hooks/gtk-update-icon-cache.hook
debug: parsing hook file /usr/share/libalpm/hooks/gdk-pixbuf-query-loaders.hook
debug: parsing hook file /usr/share/libalpm/hooks/30-systemd-sysctl.hook
debug: parsing hook file /usr/share/libalpm/hooks/40-update-ca-trust.hook
debug: parsing hook file /usr/share/libalpm/hooks/rebuild-detector.hook
debug: parsing hook file /usr/share/libalpm/hooks/60-dracut-remove.hook
debug: parsing hook file /usr/share/libalpm/hooks/eos-reboot-required.hook
debug: parsing hook file /usr/share/libalpm/hooks/30-systemd-hwdb.hook
debug: parsing hook file /usr/share/libalpm/hooks/gtk4-querymodules.hook
debug: parsing hook file /usr/share/libalpm/hooks/glib-compile-schemas.hook
debug: parsing hook file /usr/share/libalpm/hooks/texinfo-remove.hook
debug: parsing hook file /usr/share/libalpm/hooks/detect-old-perl-modules.hook
debug: parsing hook file /usr/share/libalpm/hooks/90-dracut-install.hook
debug: parsing hook file /usr/share/libalpm/hooks/fontconfig.hook
debug: parsing hook file /usr/share/libalpm/hooks/20-systemd-sysusers.hook
debug: parsing hook file /usr/share/libalpm/hooks/eos-hooks.hook
debug: parsing hook file /usr/share/libalpm/hooks/30-systemd-binfmt.hook
debug: parsing hook file /usr/share/libalpm/hooks/40-fontconfig-config.hook
debug: parsing hook file /usr/share/libalpm/hooks/gio-querymodules.hook
debug: parsing hook file /usr/share/libalpm/hooks/dconf-update.hook
debug: parsing hook file /usr/share/libalpm/hooks/eos-rankmirrors.hook
debug: parsing hook file /usr/share/libalpm/hooks/30-systemd-update.hook
debug: parsing hook file /usr/share/libalpm/hooks/90-update-appstream-cache.hook
debug: parsing hook file /usr/share/libalpm/hooks/30-systemd-daemon-reload-system.hook
debug: parsing hook file /usr/share/libalpm/hooks/60-depmod.hook
debug: parsing hook file /usr/share/libalpm/hooks/30-systemd-tmpfiles.hook
debug: parsing hook file /usr/share/libalpm/hooks/gvfsd.hook
debug: parsing hook file /usr/share/libalpm/hooks/accounts-daemon-restart.hook
debug: parsing hook file /usr/share/libalpm/hooks/eos-lsb-release.hook
debug: parsing hook file /usr/share/libalpm/hooks/dbus-reload.hook
debug: parsing hook file /usr/share/libalpm/hooks/texinfo-install.hook
debug: parsing hook file /usr/share/libalpm/hooks/30-update-mime-database.hook
debug: parsing hook file /usr/share/libalpm/hooks/30-systemd-daemon-reload-user.hook
debug: parsing hook file /usr/share/libalpm/hooks/update-desktop-database.hook
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
debug: executing "/usr/share/libalpm/scripts/systemd-hook" under chroot "/"
debug: unregistering database 'local'
debug: freeing package cache for repository 'local'
debug: unregistering database 'endeavouros'
debug: unregistering database 'core'
debug: unregistering database 'extra'
debug: unregistering database 'multilib'
debug: call to waitpid succeeded
debug: unregistering database 'local'
debug: freeing package cache for repository 'local'
debug: unregistering database 'endeavouros'
debug: unregistering database 'core'
debug: unregistering database 'extra'
debug: unregistering database 'multilib'
 -> Failed to install the following packages. Manual intervention is required:
balena-etcher - exit status 4

hope it helps

sukanka commented 4 months ago

Hello, I just fixed the aur package, can you try again?

vanos001 commented 4 months ago

installed successfully and working properly now installs 1.19.21 thank you @sukanka