Console Output

Started by user Travis Burtrum
Looking up repository moparisthebest/self-ci
Querying the current revision of branch master...
Current revision of branch master is 471e7d761fd995bad12598c8529c49508b8675f1
Obtained .ci/Jenkinsfile from 471e7d761fd995bad12598c8529c49508b8675f1
[Pipeline] Start of Pipeline
[Pipeline] properties
[Pipeline] node
Running on Jenkins in /var/lib/jenkins/workspace/moparisthebest_self-ci_master
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] checkout
The recommended git tool is: NONE
using credential c6ea0d71-5fe1-48ba-ad49-f6dd0c20363a
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://code.moparisthebest.com/moparisthebest/self-ci.git
 > git init /var/lib/jenkins/workspace/moparisthebest_self-ci_master # timeout=10
Fetching upstream changes from https://code.moparisthebest.com/moparisthebest/self-ci.git
 > git --version # timeout=10
 > git --version # 'git version 2.35.1'
using GIT_ASKPASS to set credentials jenkins @ code.moparisthebest.com
 > git fetch --no-tags --force --progress -- https://code.moparisthebest.com/moparisthebest/self-ci.git +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://code.moparisthebest.com/moparisthebest/self-ci.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
Avoid second fetch
Checking out Revision 471e7d761fd995bad12598c8529c49508b8675f1 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 471e7d761fd995bad12598c8529c49508b8675f1 # timeout=10
Commit message: "Point Dockerfile to new archlinux image"
 > git rev-list --no-walk 370c653ba40d0aa62adedd82a5db3072750d5f61 # timeout=10
First time build. Skipping changelog.
[Gitea] Notifying branch build status: PENDING Build started...
[Gitea] Notified
[Pipeline] echo
My branch is: master
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build self-ci-base)
[Pipeline] sh
+ set -ex
+ image_tag=master
+ '[' master == master ']'
+ image_tag=latest
+ docker pull docker.io/library/archlinux:latest
latest: Pulling from library/archlinux
Digest: sha256:df3968bf4cc3b56c870fc3687d9c217ebc7a9b47ab66a66961217317ef372622
Status: Image is up to date for archlinux:latest
docker.io/library/archlinux:latest
+ docker build -t moparisthebest/self-ci-base:latest .
Sending build context to Docker daemon  266.8kB

Step 1/9 : FROM docker.io/library/archlinux:latest
 ---> 7b17a3e650d6
Step 2/9 : ENV PACMAN_MIRROR https://burtrum.org/archlinux
 ---> Running in de4a2a3118c7
Removing intermediate container de4a2a3118c7
 ---> fc540bf8f714
Step 3/9 : ENV TZ=America/New_York
 ---> Running in a6b8cd3d6f89
Removing intermediate container a6b8cd3d6f89
 ---> 1de1e06a6132
Step 4/9 : RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone &&     mkdir /build &&     pacman-key --init &&     curl --pinnedpubkey 'sha256//eEHQC9au2QRAP1FnvcYEsmvXT7511EXQ2gw8ppBfseM=' https://burtrum.org/aur/aur.sh | bash &&     echo -e "Server = $PACMAN_MIRROR/\$repo/os/\$arch" > /etc/pacman.d/mirrorlist &&     echo "TZ=$TZ" > /etc/environment &&     pacman -Syu --noconfirm --needed sed grep gawk sudo git which jq &&     echo 'ci ALL=(ALL) NOPASSWD: ALL' > /etc/sudoers.d/ci
 ---> Running in a4d517a6540e
==> Generating pacman master key. This may take some time.
gpg: Generating pacman keyring master key...
gpg: revocation certificate stored as '/etc/pacman.d/gnupg/openpgp-revocs.d/92559DC5F9656FD7C9BEADEF48F1CA37EACBB9D5.rev'
gpg: Done
==> Updating trust database...
gpg: marginals needed: 3  completes needed: 1  trust model: pgp
gpg: depth: 0  valid:   2  signed:   6  trust: 0-, 0q, 0n, 0m, 0f, 2u
gpg: depth: 1  valid:   6  signed:  94  trust: 0-, 0q, 0n, 6m, 0f, 0u
gpg: depth: 2  valid:  74  signed:  28  trust: 74-, 0q, 0n, 0m, 0f, 0u
gpg: next trustdb check due at 2022-11-16
  % 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  1168  100  1168    0     0   1494      0 --:--:-- --:--:-- --:--:--  1493
100  1168  100  1168    0     0   1493      0 --:--:-- --:--:-- --:--:--  1493
+ curlb='curl --pinnedpubkey sha256//eEHQC9au2QRAP1FnvcYEsmvXT7511EXQ2gw8ppBfseM='
+ curl --pinnedpubkey sha256//eEHQC9au2QRAP1FnvcYEsmvXT7511EXQ2gw8ppBfseM= https://burtrum.org/aur/aur.key
+ gpg --import -
gpg: directory '/root/.gnupg' created
  %gpg: keybox '/root/.gnupg/pubring.kbx' created
 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   271  100   271    0     0    352      0 --:--:-- --:--:-- --:--:--   352
gpg: /root/.gnupg/trustdb.gpg: trustdb created
gpg: key C763CC85EC708119: public key "moparisthebest (ArchLinux Build Server) <ppa@moparisthebest.com>" imported
gpg: Total number processed: 1
gpg:               imported: 1
+ curl --pinnedpubkey sha256//eEHQC9au2QRAP1FnvcYEsmvXT7511EXQ2gw8ppBfseM= -O https://burtrum.org/aur/pacman.conf -O https://burtrum.org/aur/pacman.conf.sig
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  4098  100  4098    0     0   5049      0 --:--:-- --:--:-- --:--:--  5046
  % 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   119  100   119    0     0    859      0 --:--:-- --:--:-- --:--:--   862
+ gpg -v pacman.conf.sig
gpg: WARNING: no command supplied.  Trying to guess what you mean ...
gpg: assuming signed data in 'pacman.conf'
gpg: Signature made Fri Aug 31 09:07:50 2018 EDT
gpg:                using EDDSA key C2D58F05E6597D2C75550D6AC763CC85EC708119
gpg: using pgp trust model
gpg: Good signature from "moparisthebest (ArchLinux Build Server) <ppa@moparisthebest.com>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: C2D5 8F05 E659 7D2C 7555  0D6A C763 CC85 EC70 8119
gpg: binary signature, digest algorithm SHA256, key algorithm ed25519
+ rm pacman.conf.sig
+ mv pacman.conf /etc/pacman.conf
+ pacman-key -d C2D58F05E6597D2C75550D6AC763CC85EC708119
==> ERROR: The key identified by C2D58F05E6597D2C75550D6AC763CC85EC708119 could not be found locally.
+ true
+ gpg --export C2D58F05E6597D2C75550D6AC763CC85EC708119
+ gpg --homedir /etc/pacman.d/gnupg --import -
gpg: WARNING: unsafe permissions on homedir '/etc/pacman.d/gnupg'
gpg: key C763CC85EC708119: public key "moparisthebest (ArchLinux Build Server) <ppa@moparisthebest.com>" imported
gpg: Total number processed: 1
gpg:               imported: 1
+ pacman-key --lsign-key C2D58F05E6597D2C75550D6AC763CC85EC708119
  -> Locally signed 1 keys.
==> Updating trust database...
gpg: marginals needed: 3  completes needed: 1  trust model: pgp
gpg: depth: 0  valid:   2  signed:   7  trust: 0-, 0q, 0n, 0m, 0f, 2u
gpg: depth: 1  valid:   7  signed:  94  trust: 1-, 0q, 0n, 6m, 0f, 0u
gpg: depth: 2  valid:  74  signed:  28  trust: 74-, 0q, 0n, 0m, 0f, 0u
gpg: next trustdb check due at 2022-11-16
:: Synchronizing package databases...
 aur downloading...
 core downloading...
 extra downloading...
 community downloading...
 multilib downloading...
warning: sed-4.8-1 is up to date -- skipping
warning: grep-3.8-2 is up to date -- skipping
warning: gawk-5.2.0-3 is up to date -- skipping
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...

Packages (21) db-5.3.28-5  glibc-2.36-5  hwdata-0.363-1  iproute2-6.0.0-1  krb5-1.20-1  libbpf-1.0.1-1  oniguruma-6.9.8-1  perl-5.36.0-1  perl-error-0.17029-4  perl-mailtools-2.21-6  perl-timedate-2.33-4  pinentry-1.2.1-1  sqlite-3.39.4-1  systemd-251.5-1  systemd-libs-251.5-1  systemd-sysvcompat-251.5-1  xz-5.2.7-1  git-2.38.0-1  jq-1.6-4  sudo-1.9.11.p3-1  which-2.21-5

Total Download Size:    48.81 MiB
Total Installed Size:  213.61 MiB
Net Upgrade Size:      111.06 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 perl-5.36.0-1-x86_64 downloading...
 glibc-2.36-5-x86_64 downloading...
 systemd-251.5-1-x86_64 downloading...
 git-2.38.0-1-x86_64 downloading...
 sudo-1.9.11.p3-1-x86_64 downloading...
 sqlite-3.39.4-1-x86_64 downloading...
 hwdata-0.363-1-any downloading...
 krb5-1.20-1-x86_64 downloading...
 iproute2-6.0.0-1-x86_64 downloading...
 db-5.3.28-5-x86_64 downloading...
 systemd-libs-251.5-1-x86_64 downloading...
 xz-5.2.7-1-x86_64 downloading...
 libbpf-1.0.1-1-x86_64 downloading...
 jq-1.6-4-x86_64 downloading...
 oniguruma-6.9.8-1-x86_64 downloading...
 pinentry-1.2.1-1-x86_64 downloading...
 perl-mailtools-2.21-6-any downloading...
 perl-timedate-2.33-4-any downloading...
 perl-error-0.17029-4-any downloading...
 which-2.21-5-x86_64 downloading...
 systemd-sysvcompat-251.5-1-x86_64 downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
warning: could not get file information for usr/share/i18n/SUPPORTED
warning: could not get file information for usr/share/i18n/charmaps/ANSI_X3.110-1983.gz
warning: could not get file information for usr/share/i18n/charmaps/ARMSCII-8.gz
warning: could not get file information for usr/share/i18n/charmaps/ASMO_449.gz
warning: could not get file information for usr/share/i18n/charmaps/BIG5-HKSCS.gz
warning: could not get file information for usr/share/i18n/charmaps/BIG5.gz
warning: could not get file information for usr/share/i18n/charmaps/BRF.gz
warning: could not get file information for usr/share/i18n/charmaps/BS_4730.gz
warning: could not get file information for usr/share/i18n/charmaps/BS_VIEWDATA.gz
warning: could not get file information for usr/share/i18n/charmaps/CP10007.gz
warning: could not get file information for usr/share/i18n/charmaps/CP1125.gz
warning: could not get file information for usr/share/i18n/charmaps/CP1250.gz
warning: could not get file information for usr/share/i18n/charmaps/CP1251.gz
warning: could not get file information for usr/share/i18n/charmaps/CP1252.gz
warning: could not get file information for usr/share/i18n/charmaps/CP1253.gz
warning: could not get file information for usr/share/i18n/charmaps/CP1254.gz
warning: could not get file information for usr/share/i18n/charmaps/CP1255.gz
warning: could not get file information for usr/share/i18n/charmaps/CP1256.gz
warning: could not get file information for usr/share/i18n/charmaps/CP1257.gz
warning: could not get file information for usr/share/i18n/charmaps/CP1258.gz
warning: could not get file information for usr/share/i18n/charmaps/CP737.gz
warning: could not get file information for usr/share/i18n/charmaps/CP770.gz
warning: could not get file information for usr/share/i18n/charmaps/CP771.gz
warning: could not get file information for usr/share/i18n/charmaps/CP772.gz
warning: could not get file information for usr/share/i18n/charmaps/CP773.gz
warning: could not get file information for usr/share/i18n/charmaps/CP774.gz
warning: could not get file information for usr/share/i18n/charmaps/CP775.gz
warning: could not get file information for usr/share/i18n/charmaps/CP949.gz
warning: could not get file information for usr/share/i18n/charmaps/CSA_Z243.4-1985-1.gz
warning: could not get file information for usr/share/i18n/charmaps/CSA_Z243.4-1985-2.gz
warning: could not get file information for usr/share/i18n/charmaps/CSA_Z243.4-1985-GR.gz
warning: could not get file information for usr/share/i18n/charmaps/CSN_369103.gz
warning: could not get file information for usr/share/i18n/charmaps/CWI.gz
warning: could not get file information for usr/share/i18n/charmaps/DEC-MCS.gz
warning: could not get file information for usr/share/i18n/charmaps/DIN_66003.gz
warning: could not get file information for usr/share/i18n/charmaps/DS_2089.gz
warning: could not get file information for usr/share/i18n/charmaps/EBCDIC-AT-DE-A.gz
warning: could not get file information for usr/share/i18n/charmaps/EBCDIC-AT-DE.gz
warning: could not get file information for usr/share/i18n/charmaps/EBCDIC-CA-FR.gz
warning: could not get file information for usr/share/i18n/charmaps/EBCDIC-DK-NO-A.gz
warning: could not get file information for usr/share/i18n/charmaps/EBCDIC-DK-NO.gz
warning: could not get file information for usr/share/i18n/charmaps/EBCDIC-ES-A.gz
warning: could not get file information for usr/share/i18n/charmaps/EBCDIC-ES-S.gz
warning: could not get file information for usr/share/i18n/charmaps/EBCDIC-ES.gz
warning: could not get file information for usr/share/i18n/charmaps/EBCDIC-FI-SE-A.gz
warning: could not get file information for usr/share/i18n/charmaps/EBCDIC-FI-SE.gz
warning: could not get file information for usr/share/i18n/charmaps/EBCDIC-FR.gz
warning: could not get file information for usr/share/i18n/charmaps/EBCDIC-IS-FRISS.gz
warning: could not get file information for usr/share/i18n/charmaps/EBCDIC-IT.gz
warning: could not get file information for usr/share/i18n/charmaps/EBCDIC-PT.gz
warning: could not get file information for usr/share/i18n/charmaps/EBCDIC-UK.gz
warning: could not get file information for usr/share/i18n/charmaps/EBCDIC-US.gz
warning: could not get file information for usr/share/i18n/charmaps/ECMA-CYRILLIC.gz
warning: could not get file information for usr/share/i18n/charmaps/ES.gz
warning: could not get file information for usr/share/i18n/charmaps/ES2.gz
warning: could not get file information for usr/share/i18n/charmaps/EUC-JISX0213.gz
warning: could not get file information for usr/share/i18n/charmaps/EUC-JP-MS.gz
warning: could not get file information for usr/share/i18n/charmaps/EUC-JP.gz
warning: could not get file information for usr/share/i18n/charmaps/EUC-KR.gz
warning: could not get file information for usr/share/i18n/charmaps/EUC-TW.gz
warning: could not get file information for usr/share/i18n/charmaps/GB18030.gz
warning: could not get file information for usr/share/i18n/charmaps/GB2312.gz
warning: could not get file information for usr/share/i18n/charmaps/GBK.gz
warning: could not get file information for usr/share/i18n/charmaps/GB_1988-80.gz
warning: could not get file information for usr/share/i18n/charmaps/GEORGIAN-ACADEMY.gz
warning: could not get file information for usr/share/i18n/charmaps/GEORGIAN-PS.gz
warning: could not get file information for usr/share/i18n/charmaps/GOST_19768-74.gz
warning: could not get file information for usr/share/i18n/charmaps/GREEK-CCITT.gz
warning: could not get file information for usr/share/i18n/charmaps/GREEK7-OLD.gz
warning: could not get file information for usr/share/i18n/charmaps/GREEK7.gz
warning: could not get file information for usr/share/i18n/charmaps/HP-GREEK8.gz
warning: could not get file information for usr/share/i18n/charmaps/HP-ROMAN8.gz
warning: could not get file information for usr/share/i18n/charmaps/HP-ROMAN9.gz
warning: could not get file information for usr/share/i18n/charmaps/HP-THAI8.gz
warning: could not get file information for usr/share/i18n/charmaps/HP-TURKISH8.gz
warning: could not get file information for usr/share/i18n/charmaps/IBM037.gz
warning: could not get file information for usr/share/i18n/charmaps/IBM038.gz
warning: could not get file information for usr/share/i18n/charmaps/IBM1004.gz
warning: could not get file information for usr/share/i18n/charmaps/IBM1026.gz
warning: could not get file information for usr/share/i18n/charmaps/IBM1047.gz
warning: could not get file information for usr/share/i18n/charmaps/IBM1124.gz
warning: could not get file information for usr/share/i18n/charmaps/IBM1129.gz
warning: could not get file information for usr/share/i18n/charmaps/IBM1132.gz
warning: could not get file information for usr/share/i18n/charmaps/IBM1133.gz
warning: could not get file information for usr/share/i18n/charmaps/IBM1160.gz
warning: could not get file information for usr/share/i18n/charmaps/IBM1161.gz
warning: could not get file information for usr/share/i18n/charmaps/IBM1162.gz
warning: could not get file information for usr/share/i18n/charmaps/IBM1163.gz
warning: could not get file information for usr/share/i18n/charmaps/IBM1164.gz
warning: could not get file information for usr/share/i18n/charmaps/IBM256.gz
warning: could not get file information for usr/share/i18n/charmaps/IBM273.gz
warning: could not get file information for usr/share/i18n/charmaps/IBM274.gz
warning: could not get file information for usr/share/i18n/charmaps/IBM275.gz
warning: could not get file information for usr/share/i18n/charmaps/IBM277.gz
warning: could not get file information for usr/share/i18n/charmaps/IBM278.gz
warning: could not get file information for usr/share/i18n/charmaps/IBM280.gz
warning: could not get file information for usr/share/i18n/charmaps/IBM281.gz
warning: could not get file information for usr/share/i18n/charmaps/IBM284.gz
warning: could not get file information for usr/share/i18n/charmaps/IBM285.gz
warning: could not get file information for usr/share/i18n/charmaps/IBM290.gz
warning: could not get file information for usr/share/i18n/charmaps/IBM297.gz
warning: could not get file information for usr/share/i18n/charmaps/IBM420.gz
warning: could not get file information for usr/share/i18n/charmaps/IBM423.gz
warning: could not get file information for usr/share/i18n/charmaps/IBM424.gz
warning: could not get file information for usr/share/i18n/charmaps/IBM437.gz
warning: could not get file information for usr/share/i18n/charmaps/IBM500.gz
warning: could not get file information for usr/share/i18n/charmaps/IBM850.gz
warning: could not get file information for usr/share/i18n/charmaps/IBM851.gz
warning: could not get file information for usr/share/i18n/charmaps/IBM852.gz
warning: could not get file information for usr/share/i18n/charmaps/IBM855.gz
warning: could not get file information for usr/share/i18n/charmaps/IBM856.gz
warning: could not get file information for usr/share/i18n/charmaps/IBM857.gz
warning: could not get file information for usr/share/i18n/charmaps/IBM858.gz
warning: could not get file information for usr/share/i18n/charmaps/IBM860.gz
warning: could not get file information for usr/share/i18n/charmaps/IBM861.gz
warning: could not get file information for usr/share/i18n/charmaps/IBM862.gz
warning: could not get file information for usr/share/i18n/charmaps/IBM863.gz
warning: could not get file information for usr/share/i18n/charmaps/IBM864.gz
warning: could not get file information for usr/share/i18n/charmaps/IBM865.gz
warning: could not get file information for usr/share/i18n/charmaps/IBM866.gz
warning: could not get file information for usr/share/i18n/charmaps/IBM866NAV.gz
warning: could not get file information for usr/share/i18n/charmaps/IBM868.gz
warning: could not get file information for usr/share/i18n/charmaps/IBM869.gz
warning: could not get file information for usr/share/i18n/charmaps/IBM870.gz
warning: could not get file information for usr/share/i18n/charmaps/IBM871.gz
warning: could not get file information for usr/share/i18n/charmaps/IBM874.gz
warning: could not get file information for usr/share/i18n/charmaps/IBM875.gz
warning: could not get file information for usr/share/i18n/charmaps/IBM880.gz
warning: could not get file information for usr/share/i18n/charmaps/IBM891.gz
warning: could not get file information for usr/share/i18n/charmaps/IBM903.gz
warning: could not get file information for usr/share/i18n/charmaps/IBM904.gz
warning: could not get file information for usr/share/i18n/charmaps/IBM905.gz
warning: could not get file information for usr/share/i18n/charmaps/IBM918.gz
warning: could not get file information for usr/share/i18n/charmaps/IBM922.gz
warning: could not get file information for usr/share/i18n/charmaps/IEC_P27-1.gz
warning: could not get file information for usr/share/i18n/charmaps/INIS-8.gz
warning: could not get file information for usr/share/i18n/charmaps/INIS-CYRILLIC.gz
warning: could not get file information for usr/share/i18n/charmaps/INIS.gz
warning: could not get file information for usr/share/i18n/charmaps/INVARIANT.gz
warning: could not get file information for usr/share/i18n/charmaps/ISIRI-3342.gz
warning: could not get file information for usr/share/i18n/charmaps/ISO-8859-1.gz
warning: could not get file information for usr/share/i18n/charmaps/ISO-8859-10.gz
warning: could not get file information for usr/share/i18n/charmaps/ISO-8859-11.gz
warning: could not get file information for usr/share/i18n/charmaps/ISO-8859-13.gz
warning: could not get file information for usr/share/i18n/charmaps/ISO-8859-14.gz
warning: could not get file information for usr/share/i18n/charmaps/ISO-8859-15.gz
warning: could not get file information for usr/share/i18n/charmaps/ISO-8859-16.gz
warning: could not get file information for usr/share/i18n/charmaps/ISO-8859-2.gz
warning: could not get file information for usr/share/i18n/charmaps/ISO-8859-3.gz
warning: could not get file information for usr/share/i18n/charmaps/ISO-8859-4.gz
warning: could not get file information for usr/share/i18n/charmaps/ISO-8859-5.gz
warning: could not get file information for usr/share/i18n/charmaps/ISO-8859-6.gz
warning: could not get file information for usr/share/i18n/charmaps/ISO-8859-7.gz
warning: could not get file information for usr/share/i18n/charmaps/ISO-8859-8.gz
warning: could not get file information for usr/share/i18n/charmaps/ISO-8859-9.gz
warning: could not get file information for usr/share/i18n/charmaps/ISO-8859-9E.gz
warning: could not get file information for usr/share/i18n/charmaps/ISO-IR-197.gz
warning: could not get file information for usr/share/i18n/charmaps/ISO-IR-209.gz
warning: could not get file information for usr/share/i18n/charmaps/ISO-IR-90.gz
warning: could not get file information for usr/share/i18n/charmaps/ISO_10367-BOX.gz
warning: could not get file information for usr/share/i18n/charmaps/ISO_10646.gz
warning: could not get file information for usr/share/i18n/charmaps/ISO_11548-1.gz
warning: could not get file information for usr/share/i18n/charmaps/ISO_2033-1983.gz
warning: could not get file information for usr/share/i18n/charmaps/ISO_5427-EXT.gz
warning: could not get file information for usr/share/i18n/charmaps/ISO_5427.gz
warning: could not get file information for usr/share/i18n/charmaps/ISO_5428.gz
warning: could not get file information for usr/share/i18n/charmaps/ISO_646.BASIC.gz
warning: could not get file information for usr/share/i18n/charmaps/ISO_646.IRV.gz
warning: could not get file information for usr/share/i18n/charmaps/ISO_6937-2-25.gz
warning: could not get file information for usr/share/i18n/charmaps/ISO_6937-2-ADD.gz
warning: could not get file information for usr/share/i18n/charmaps/ISO_6937.gz
warning: could not get file information for usr/share/i18n/charmaps/ISO_8859-1,GL.gz
warning: could not get file information for usr/share/i18n/charmaps/ISO_8859-SUPP.gz
warning: could not get file information for usr/share/i18n/charmaps/IT.gz
warning: could not get file information for usr/share/i18n/charmaps/JIS_C6220-1969-JP.gz
warning: could not get file information for usr/share/i18n/charmaps/JIS_C6220-1969-RO.gz
warning: could not get file information for usr/share/i18n/charmaps/JIS_C6229-1984-A.gz
warning: could not get file information for usr/share/i18n/charmaps/JIS_C6229-1984-B-ADD.gz
warning: could not get file information for usr/share/i18n/charmaps/JIS_C6229-1984-B.gz
warning: could not get file information for usr/share/i18n/charmaps/JIS_C6229-1984-HAND-ADD.gz
warning: could not get file information for usr/share/i18n/charmaps/JIS_C6229-1984-HAND.gz
warning: could not get file information for usr/share/i18n/charmaps/JIS_C6229-1984-KANA.gz
warning: could not get file information for usr/share/i18n/charmaps/JIS_X0201.gz
warning: could not get file information for usr/share/i18n/charmaps/JOHAB.gz
warning: could not get file information for usr/share/i18n/charmaps/JUS_I.B1.002.gz
warning: could not get file information for usr/share/i18n/charmaps/JUS_I.B1.003-MAC.gz
warning: could not get file information for usr/share/i18n/charmaps/JUS_I.B1.003-SERB.gz
warning: could not get file information for usr/share/i18n/charmaps/KOI-8.gz
warning: could not get file information for usr/share/i18n/charmaps/KOI8-R.gz
warning: could not get file information for usr/share/i18n/charmaps/KOI8-RU.gz
warning: could not get file information for usr/share/i18n/charmaps/KOI8-T.gz
warning: could not get file information for usr/share/i18n/charmaps/KOI8-U.gz
warning: could not get file information for usr/share/i18n/charmaps/KSC5636.gz
warning: could not get file information for usr/share/i18n/charmaps/LATIN-GREEK-1.gz
warning: could not get file information for usr/share/i18n/charmaps/LATIN-GREEK.gz
warning: could not get file information for usr/share/i18n/charmaps/MAC-CENTRALEUROPE.gz
warning: could not get file information for usr/share/i18n/charmaps/MAC-CYRILLIC.gz
warning: could not get file information for usr/share/i18n/charmaps/MAC-IS.gz
warning: could not get file information for usr/share/i18n/charmaps/MAC-SAMI.gz
warning: could not get file information for usr/share/i18n/charmaps/MAC-UK.gz
warning: could not get file information for usr/share/i18n/charmaps/MACINTOSH.gz
warning: could not get file information for usr/share/i18n/charmaps/MIK.gz
warning: could not get file information for usr/share/i18n/charmaps/MSZ_7795.3.gz
warning: could not get file information for usr/share/i18n/charmaps/NATS-DANO-ADD.gz
warning: could not get file information for usr/share/i18n/charmaps/NATS-DANO.gz
warning: could not get file information for usr/share/i18n/charmaps/NATS-SEFI-ADD.gz
warning: could not get file information for usr/share/i18n/charmaps/NATS-SEFI.gz
warning: could not get file information for usr/share/i18n/charmaps/NC_NC00-10.gz
warning: could not get file information for usr/share/i18n/charmaps/NEXTSTEP.gz
warning: could not get file information for usr/share/i18n/charmaps/NF_Z_62-010.gz
warning: could not get file information for usr/share/i18n/charmaps/NF_Z_62-010_1973.gz
warning: could not get file information for usr/share/i18n/charmaps/NS_4551-1.gz
warning: could not get file information for usr/share/i18n/charmaps/NS_4551-2.gz
warning: could not get file information for usr/share/i18n/charmaps/PT.gz
warning: could not get file information for usr/share/i18n/charmaps/PT154.gz
warning: could not get file information for usr/share/i18n/charmaps/PT2.gz
warning: could not get file information for usr/share/i18n/charmaps/RK1048.gz
warning: could not get file information for usr/share/i18n/charmaps/SAMI-WS2.gz
warning: could not get file information for usr/share/i18n/charmaps/SAMI.gz
warning: could not get file information for usr/share/i18n/charmaps/SEN_850200_B.gz
warning: could not get file information for usr/share/i18n/charmaps/SEN_850200_C.gz
warning: could not get file information for usr/share/i18n/charmaps/SHIFT_JIS.gz
warning: could not get file information for usr/share/i18n/charmaps/SHIFT_JISX0213.gz
warning: could not get file information for usr/share/i18n/charmaps/T.101-G2.gz
warning: could not get file information for usr/share/i18n/charmaps/T.61-7BIT.gz
warning: could not get file information for usr/share/i18n/charmaps/T.61-8BIT.gz
warning: could not get file information for usr/share/i18n/charmaps/TCVN5712-1.gz
warning: could not get file information for usr/share/i18n/charmaps/TIS-620.gz
warning: could not get file information for usr/share/i18n/charmaps/TSCII.gz
warning: could not get file information for usr/share/i18n/charmaps/VIDEOTEX-SUPPL.gz
warning: could not get file information for usr/share/i18n/charmaps/VISCII.gz
warning: could not get file information for usr/share/i18n/charmaps/WINDOWS-31J.gz
warning: could not get file information for usr/share/i18n/locales/aa_DJ
warning: could not get file information for usr/share/i18n/locales/aa_ER
warning: could not get file information for usr/share/i18n/locales/aa_ER@saaho
warning: could not get file information for usr/share/i18n/locales/aa_ET
warning: could not get file information for usr/share/i18n/locales/ab_GE
warning: could not get file information for usr/share/i18n/locales/af_ZA
warning: could not get file information for usr/share/i18n/locales/agr_PE
warning: could not get file information for usr/share/i18n/locales/ak_GH
warning: could not get file information for usr/share/i18n/locales/am_ET
warning: could not get file information for usr/share/i18n/locales/an_ES
warning: could not get file information for usr/share/i18n/locales/anp_IN
warning: could not get file information for usr/share/i18n/locales/ar_AE
warning: could not get file information for usr/share/i18n/locales/ar_BH
warning: could not get file information for usr/share/i18n/locales/ar_DZ
warning: could not get file information for usr/share/i18n/locales/ar_EG
warning: could not get file information for usr/share/i18n/locales/ar_IN
warning: could not get file information for usr/share/i18n/locales/ar_IQ
warning: could not get file information for usr/share/i18n/locales/ar_JO
warning: could not get file information for usr/share/i18n/locales/ar_KW
warning: could not get file information for usr/share/i18n/locales/ar_LB
warning: could not get file information for usr/share/i18n/locales/ar_LY
warning: could not get file information for usr/share/i18n/locales/ar_MA
warning: could not get file information for usr/share/i18n/locales/ar_OM
warning: could not get file information for usr/share/i18n/locales/ar_QA
warning: could not get file information for usr/share/i18n/locales/ar_SA
warning: could not get file information for usr/share/i18n/locales/ar_SD
warning: could not get file information for usr/share/i18n/locales/ar_SS
warning: could not get file information for usr/share/i18n/locales/ar_SY
warning: could not get file information for usr/share/i18n/locales/ar_TN
warning: could not get file information for usr/share/i18n/locales/ar_YE
warning: could not get file information for usr/share/i18n/locales/as_IN
warning: could not get file information for usr/share/i18n/locales/ast_ES
warning: could not get file information for usr/share/i18n/locales/ayc_PE
warning: could not get file information for usr/share/i18n/locales/az_AZ
warning: could not get file information for usr/share/i18n/locales/az_IR
warning: could not get file information for usr/share/i18n/locales/be_BY
warning: could not get file information for usr/share/i18n/locales/be_BY@latin
warning: could not get file information for usr/share/i18n/locales/bem_ZM
warning: could not get file information for usr/share/i18n/locales/ber_DZ
warning: could not get file information for usr/share/i18n/locales/ber_MA
warning: could not get file information for usr/share/i18n/locales/bg_BG
warning: could not get file information for usr/share/i18n/locales/bhb_IN
warning: could not get file information for usr/share/i18n/locales/bho_IN
warning: could not get file information for usr/share/i18n/locales/bho_NP
warning: could not get file information for usr/share/i18n/locales/bi_VU
warning: could not get file information for usr/share/i18n/locales/bn_BD
warning: could not get file information for usr/share/i18n/locales/bn_IN
warning: could not get file information for usr/share/i18n/locales/bo_CN
warning: could not get file information for usr/share/i18n/locales/bo_IN
warning: could not get file information for usr/share/i18n/locales/br_FR
warning: could not get file information for usr/share/i18n/locales/br_FR@euro
warning: could not get file information for usr/share/i18n/locales/brx_IN
warning: could not get file information for usr/share/i18n/locales/bs_BA
warning: could not get file information for usr/share/i18n/locales/byn_ER
warning: could not get file information for usr/share/i18n/locales/ca_AD
warning: could not get file information for usr/share/i18n/locales/ca_ES
warning: could not get file information for usr/share/i18n/locales/ca_ES@euro
warning: could not get file information for usr/share/i18n/locales/ca_ES@valencia
warning: could not get file information for usr/share/i18n/locales/ca_FR
warning: could not get file information for usr/share/i18n/locales/ca_IT
warning: could not get file information for usr/share/i18n/locales/ce_RU
warning: could not get file information for usr/share/i18n/locales/chr_US
warning: could not get file information for usr/share/i18n/locales/ckb_IQ
warning: could not get file information for usr/share/i18n/locales/cmn_TW
warning: could not get file information for usr/share/i18n/locales/cns11643_stroke
warning: could not get file information for usr/share/i18n/locales/crh_UA
warning: could not get file information for usr/share/i18n/locales/cs_CZ
warning: could not get file information for usr/share/i18n/locales/csb_PL
warning: could not get file information for usr/share/i18n/locales/cv_RU
warning: could not get file information for usr/share/i18n/locales/cy_GB
warning: could not get file information for usr/share/i18n/locales/da_DK
warning: could not get file information for usr/share/i18n/locales/de_AT
warning: could not get file information for usr/share/i18n/locales/de_AT@euro
warning: could not get file information for usr/share/i18n/locales/de_BE
warning: could not get file information for usr/share/i18n/locales/de_BE@euro
warning: could not get file information for usr/share/i18n/locales/de_CH
warning: could not get file information for usr/share/i18n/locales/de_DE
warning: could not get file information for usr/share/i18n/locales/de_DE@euro
warning: could not get file information for usr/share/i18n/locales/de_IT
warning: could not get file information for usr/share/i18n/locales/de_LI
warning: could not get file information for usr/share/i18n/locales/de_LU
warning: could not get file information for usr/share/i18n/locales/de_LU@euro
warning: could not get file information for usr/share/i18n/locales/doi_IN
warning: could not get file information for usr/share/i18n/locales/dsb_DE
warning: could not get file information for usr/share/i18n/locales/dv_MV
warning: could not get file information for usr/share/i18n/locales/dz_BT
warning: could not get file information for usr/share/i18n/locales/el_CY
warning: could not get file information for usr/share/i18n/locales/el_GR
warning: could not get file information for usr/share/i18n/locales/el_GR@euro
warning: could not get file information for usr/share/i18n/locales/en_IE@euro
warning: could not get file information for usr/share/i18n/locales/eo
warning: could not get file information for usr/share/i18n/locales/es_AR
warning: could not get file information for usr/share/i18n/locales/es_BO
warning: could not get file information for usr/share/i18n/locales/es_CL
warning: could not get file information for usr/share/i18n/locales/es_CO
warning: could not get file information for usr/share/i18n/locales/es_CR
warning: could not get file information for usr/share/i18n/locales/es_CU
warning: could not get file information for usr/share/i18n/locales/es_DO
warning: could not get file information for usr/share/i18n/locales/es_EC
warning: could not get file information for usr/share/i18n/locales/es_ES
warning: could not get file information for usr/share/i18n/locales/es_ES@euro
warning: could not get file information for usr/share/i18n/locales/es_GT
warning: could not get file information for usr/share/i18n/locales/es_HN
warning: could not get file information for usr/share/i18n/locales/es_MX
warning: could not get file information for usr/share/i18n/locales/es_NI
warning: could not get file information for usr/share/i18n/locales/es_PA
warning: could not get file information for usr/share/i18n/locales/es_PE
warning: could not get file information for usr/share/i18n/locales/es_PR
warning: could not get file information for usr/share/i18n/locales/es_PY
warning: could not get file information for usr/share/i18n/locales/es_SV
warning: could not get file information for usr/share/i18n/locales/es_US
warning: could not get file information for usr/share/i18n/locales/es_UY
warning: could not get file information for usr/share/i18n/locales/es_VE
warning: could not get file information for usr/share/i18n/locales/et_EE
warning: could not get file information for usr/share/i18n/locales/eu_ES
warning: could not get file information for usr/share/i18n/locales/eu_ES@euro
warning: could not get file information for usr/share/i18n/locales/fa_IR
warning: could not get file information for usr/share/i18n/locales/ff_SN
warning: could not get file information for usr/share/i18n/locales/fi_FI
warning: could not get file information for usr/share/i18n/locales/fi_FI@euro
warning: could not get file information for usr/share/i18n/locales/fil_PH
warning: could not get file information for usr/share/i18n/locales/fo_FO
warning: could not get file information for usr/share/i18n/locales/fr_BE
warning: could not get file information for usr/share/i18n/locales/fr_BE@euro
warning: could not get file information for usr/share/i18n/locales/fr_CA
warning: could not get file information for usr/share/i18n/locales/fr_CH
warning: could not get file information for usr/share/i18n/locales/fr_FR
warning: could not get file information for usr/share/i18n/locales/fr_FR@euro
warning: could not get file information for usr/share/i18n/locales/fr_LU
warning: could not get file information for usr/share/i18n/locales/fr_LU@euro
warning: could not get file information for usr/share/i18n/locales/fur_IT
warning: could not get file information for usr/share/i18n/locales/fy_DE
warning: could not get file information for usr/share/i18n/locales/fy_NL
warning: could not get file information for usr/share/i18n/locales/ga_IE
warning: could not get file information for usr/share/i18n/locales/ga_IE@euro
warning: could not get file information for usr/share/i18n/locales/gd_GB
warning: could not get file information for usr/share/i18n/locales/gez_ER
warning: could not get file information for usr/share/i18n/locales/gez_ER@abegede
warning: could not get file information for usr/share/i18n/locales/gez_ET
warning: could not get file information for usr/share/i18n/locales/gez_ET@abegede
warning: could not get file information for usr/share/i18n/locales/gl_ES
warning: could not get file information for usr/share/i18n/locales/gl_ES@euro
warning: could not get file information for usr/share/i18n/locales/gu_IN
warning: could not get file information for usr/share/i18n/locales/gv_GB
warning: could not get file information for usr/share/i18n/locales/ha_NG
warning: could not get file information for usr/share/i18n/locales/hak_TW
warning: could not get file information for usr/share/i18n/locales/he_IL
warning: could not get file information for usr/share/i18n/locales/hi_IN
warning: could not get file information for usr/share/i18n/locales/hif_FJ
warning: could not get file information for usr/share/i18n/locales/hne_IN
warning: could not get file information for usr/share/i18n/locales/hr_HR
warning: could not get file information for usr/share/i18n/locales/hsb_DE
warning: could not get file information for usr/share/i18n/locales/ht_HT
warning: could not get file information for usr/share/i18n/locales/hu_HU
warning: could not get file information for usr/share/i18n/locales/hy_AM
warning: could not get file information for usr/share/i18n/locales/ia_FR
warning: could not get file information for usr/share/i18n/locales/id_ID
warning: could not get file information for usr/share/i18n/locales/ig_NG
warning: could not get file information for usr/share/i18n/locales/ik_CA
warning: could not get file information for usr/share/i18n/locales/is_IS
warning: could not get file information for usr/share/i18n/locales/it_CH
warning: could not get file information for usr/share/i18n/locales/it_IT
warning: could not get file information for usr/share/i18n/locales/it_IT@euro
warning: could not get file information for usr/share/i18n/locales/iu_CA
warning: could not get file information for usr/share/i18n/locales/ja_JP
warning: could not get file information for usr/share/i18n/locales/ka_GE
warning: could not get file information for usr/share/i18n/locales/kab_DZ
warning: could not get file information for usr/share/i18n/locales/kk_KZ
warning: could not get file information for usr/share/i18n/locales/kl_GL
warning: could not get file information for usr/share/i18n/locales/km_KH
warning: could not get file information for usr/share/i18n/locales/kn_IN
warning: could not get file information for usr/share/i18n/locales/ko_KR
warning: could not get file information for usr/share/i18n/locales/kok_IN
warning: could not get file information for usr/share/i18n/locales/ks_IN
warning: could not get file information for usr/share/i18n/locales/ks_IN@devanagari
warning: could not get file information for usr/share/i18n/locales/ku_TR
warning: could not get file information for usr/share/i18n/locales/kw_GB
warning: could not get file information for usr/share/i18n/locales/ky_KG
warning: could not get file information for usr/share/i18n/locales/lb_LU
warning: could not get file information for usr/share/i18n/locales/lg_UG
warning: could not get file information for usr/share/i18n/locales/li_BE
warning: could not get file information for usr/share/i18n/locales/li_NL
warning: could not get file information for usr/share/i18n/locales/lij_IT
warning: could not get file information for usr/share/i18n/locales/ln_CD
warning: could not get file information for usr/share/i18n/locales/lo_LA
warning: could not get file information for usr/share/i18n/locales/lt_LT
warning: could not get file information for usr/share/i18n/locales/lv_LV
warning: could not get file information for usr/share/i18n/locales/lzh_TW
warning: could not get file information for usr/share/i18n/locales/mag_IN
warning: could not get file information for usr/share/i18n/locales/mai_IN
warning: could not get file information for usr/share/i18n/locales/mai_NP
warning: could not get file information for usr/share/i18n/locales/mfe_MU
warning: could not get file information for usr/share/i18n/locales/mg_MG
warning: could not get file information for usr/share/i18n/locales/mhr_RU
warning: could not get file information for usr/share/i18n/locales/mi_NZ
warning: could not get file information for usr/share/i18n/locales/miq_NI
warning: could not get file information for usr/share/i18n/locales/mjw_IN
warning: could not get file information for usr/share/i18n/locales/mk_MK
warning: could not get file information for usr/share/i18n/locales/ml_IN
warning: could not get file information for usr/share/i18n/locales/mn_MN
warning: could not get file information for usr/share/i18n/locales/mni_IN
warning: could not get file information for usr/share/i18n/locales/mnw_MM
warning: could not get file information for usr/share/i18n/locales/mr_IN
warning: could not get file information for usr/share/i18n/locales/ms_MY
warning: could not get file information for usr/share/i18n/locales/mt_MT
warning: could not get file information for usr/share/i18n/locales/my_MM
warning: could not get file information for usr/share/i18n/locales/nan_TW
warning: could not get file information for usr/share/i18n/locales/nan_TW@latin
warning: could not get file information for usr/share/i18n/locales/nb_NO
warning: could not get file information for usr/share/i18n/locales/nds_DE
warning: could not get file information for usr/share/i18n/locales/nds_NL
warning: could not get file information for usr/share/i18n/locales/ne_NP
warning: could not get file information for usr/share/i18n/locales/nhn_MX
warning: could not get file information for usr/share/i18n/locales/niu_NU
warning: could not get file information for usr/share/i18n/locales/niu_NZ
warning: could not get file information for usr/share/i18n/locales/nl_AW
warning: could not get file information for usr/share/i18n/locales/nl_BE
warning: could not get file information for usr/share/i18n/locales/nl_BE@euro
warning: could not get file information for usr/share/i18n/locales/nl_NL
warning: could not get file information for usr/share/i18n/locales/nl_NL@euro
warning: could not get file information for usr/share/i18n/locales/nn_NO
warning: could not get file information for usr/share/i18n/locales/nr_ZA
warning: could not get file information for usr/share/i18n/locales/nso_ZA
warning: could not get file information for usr/share/i18n/locales/oc_FR
warning: could not get file information for usr/share/i18n/locales/om_ET
warning: could not get file information for usr/share/i18n/locales/om_KE
warning: could not get file information for usr/share/i18n/locales/or_IN
warning: could not get file information for usr/share/i18n/locales/os_RU
warning: could not get file information for usr/share/i18n/locales/pa_IN
warning: could not get file information for usr/share/i18n/locales/pa_PK
warning: could not get file information for usr/share/i18n/locales/pap_AW
warning: could not get file information for usr/share/i18n/locales/pap_CW
warning: could not get file information for usr/share/i18n/locales/pl_PL
warning: could not get file information for usr/share/i18n/locales/ps_AF
warning: could not get file information for usr/share/i18n/locales/pt_BR
warning: could not get file information for usr/share/i18n/locales/pt_PT
warning: could not get file information for usr/share/i18n/locales/pt_PT@euro
warning: could not get file information for usr/share/i18n/locales/quz_PE
warning: could not get file information for usr/share/i18n/locales/raj_IN
warning: could not get file information for usr/share/i18n/locales/rif_MA
warning: could not get file information for usr/share/i18n/locales/ro_RO
warning: could not get file information for usr/share/i18n/locales/ru_RU
warning: could not get file information for usr/share/i18n/locales/ru_UA
warning: could not get file information for usr/share/i18n/locales/rw_RW
warning: could not get file information for usr/share/i18n/locales/sa_IN
warning: could not get file information for usr/share/i18n/locales/sah_RU
warning: could not get file information for usr/share/i18n/locales/sat_IN
warning: could not get file information for usr/share/i18n/locales/sc_IT
warning: could not get file information for usr/share/i18n/locales/sd_IN
warning: could not get file information for usr/share/i18n/locales/sd_IN@devanagari
warning: could not get file information for usr/share/i18n/locales/se_NO
warning: could not get file information for usr/share/i18n/locales/sgs_LT
warning: could not get file information for usr/share/i18n/locales/shn_MM
warning: could not get file information for usr/share/i18n/locales/shs_CA
warning: could not get file information for usr/share/i18n/locales/si_LK
warning: could not get file information for usr/share/i18n/locales/sid_ET
warning: could not get file information for usr/share/i18n/locales/sk_SK
warning: could not get file information for usr/share/i18n/locales/sl_SI
warning: could not get file information for usr/share/i18n/locales/sm_WS
warning: could not get file information for usr/share/i18n/locales/so_DJ
warning: could not get file information for usr/share/i18n/locales/so_ET
warning: could not get file information for usr/share/i18n/locales/so_KE
warning: could not get file information for usr/share/i18n/locales/so_SO
warning: could not get file information for usr/share/i18n/locales/sq_AL
warning: could not get file information for usr/share/i18n/locales/sq_MK
warning: could not get file information for usr/share/i18n/locales/sr_ME
warning: could not get file information for usr/share/i18n/locales/sr_RS
warning: could not get file information for usr/share/i18n/locales/sr_RS@latin
warning: could not get file information for usr/share/i18n/locales/ss_ZA
warning: could not get file information for usr/share/i18n/locales/st_ZA
warning: could not get file information for usr/share/i18n/locales/sv_FI
warning: could not get file information for usr/share/i18n/locales/sv_FI@euro
warning: could not get file information for usr/share/i18n/locales/sv_SE
warning: could not get file information for usr/share/i18n/locales/sw_KE
warning: could not get file information for usr/share/i18n/locales/sw_TZ
warning: could not get file information for usr/share/i18n/locales/syr
warning: could not get file information for usr/share/i18n/locales/szl_PL
warning: could not get file information for usr/share/i18n/locales/ta_IN
warning: could not get file information for usr/share/i18n/locales/ta_LK
warning: could not get file information for usr/share/i18n/locales/tcy_IN
warning: could not get file information for usr/share/i18n/locales/te_IN
warning: could not get file information for usr/share/i18n/locales/tg_TJ
warning: could not get file information for usr/share/i18n/locales/th_TH
warning: could not get file information for usr/share/i18n/locales/the_NP
warning: could not get file information for usr/share/i18n/locales/ti_ER
warning: could not get file information for usr/share/i18n/locales/ti_ET
warning: could not get file information for usr/share/i18n/locales/tig_ER
warning: could not get file information for usr/share/i18n/locales/tk_TM
warning: could not get file information for usr/share/i18n/locales/tl_PH
warning: could not get file information for usr/share/i18n/locales/tn_ZA
warning: could not get file information for usr/share/i18n/locales/to_TO
warning: could not get file information for usr/share/i18n/locales/tpi_PG
warning: could not get file information for usr/share/i18n/locales/tr_CY
warning: could not get file information for usr/share/i18n/locales/tr_TR
warning: could not get file information for usr/share/i18n/locales/ts_ZA
warning: could not get file information for usr/share/i18n/locales/tt_RU
warning: could not get file information for usr/share/i18n/locales/tt_RU@iqtelif
warning: could not get file information for usr/share/i18n/locales/ug_CN
warning: could not get file information for usr/share/i18n/locales/uk_UA
warning: could not get file information for usr/share/i18n/locales/unm_US
warning: could not get file information for usr/share/i18n/locales/ur_IN
warning: could not get file information for usr/share/i18n/locales/ur_PK
warning: could not get file information for usr/share/i18n/locales/uz_UZ
warning: could not get file information for usr/share/i18n/locales/uz_UZ@cyrillic
warning: could not get file information for usr/share/i18n/locales/ve_ZA
warning: could not get file information for usr/share/i18n/locales/vi_VN
warning: could not get file information for usr/share/i18n/locales/wa_BE
warning: could not get file information for usr/share/i18n/locales/wa_BE@euro
warning: could not get file information for usr/share/i18n/locales/wae_CH
warning: could not get file information for usr/share/i18n/locales/wal_ET
warning: could not get file information for usr/share/i18n/locales/wo_SN
warning: could not get file information for usr/share/i18n/locales/xh_ZA
warning: could not get file information for usr/share/i18n/locales/yi_US
warning: could not get file information for usr/share/i18n/locales/yo_NG
warning: could not get file information for usr/share/i18n/locales/yue_HK
warning: could not get file information for usr/share/i18n/locales/yuw_PG
warning: could not get file information for usr/share/i18n/locales/zh_CN
warning: could not get file information for usr/share/i18n/locales/zh_HK
warning: could not get file information for usr/share/i18n/locales/zh_SG
warning: could not get file information for usr/share/i18n/locales/zh_TW
warning: could not get file information for usr/share/i18n/locales/zu_ZA
warning: could not get file information for usr/share/info/
warning: could not get file information for usr/share/info/libc.info-1.gz
warning: could not get file information for usr/share/info/libc.info-10.gz
warning: could not get file information for usr/share/info/libc.info-11.gz
warning: could not get file information for usr/share/info/libc.info-12.gz
warning: could not get file information for usr/share/info/libc.info-13.gz
warning: could not get file information for usr/share/info/libc.info-14.gz
warning: could not get file information for usr/share/info/libc.info-15.gz
warning: could not get file information for usr/share/info/libc.info-16.gz
warning: could not get file information for usr/share/info/libc.info-17.gz
warning: could not get file information for usr/share/info/libc.info-18.gz
warning: could not get file information for usr/share/info/libc.info-2.gz
warning: could not get file information for usr/share/info/libc.info-3.gz
warning: could not get file information for usr/share/info/libc.info-4.gz
warning: could not get file information for usr/share/info/libc.info-5.gz
warning: could not get file information for usr/share/info/libc.info-6.gz
warning: could not get file information for usr/share/info/libc.info-7.gz
warning: could not get file information for usr/share/info/libc.info-8.gz
warning: could not get file information for usr/share/info/libc.info-9.gz
warning: could not get file information for usr/share/info/libc.info.gz
warning: could not get file information for usr/share/locale/be/
warning: could not get file information for usr/share/locale/be/LC_MESSAGES/
warning: could not get file information for usr/share/locale/be/LC_MESSAGES/libc.mo
warning: could not get file information for usr/share/locale/bg/
warning: could not get file information for usr/share/locale/bg/LC_MESSAGES/
warning: could not get file information for usr/share/locale/bg/LC_MESSAGES/libc.mo
warning: could not get file information for usr/share/locale/ca/
warning: could not get file information for usr/share/locale/ca/LC_MESSAGES/
warning: could not get file information for usr/share/locale/ca/LC_MESSAGES/libc.mo
warning: could not get file information for usr/share/locale/cs/
warning: could not get file information for usr/share/locale/cs/LC_MESSAGES/
warning: could not get file information for usr/share/locale/cs/LC_MESSAGES/libc.mo
warning: could not get file information for usr/share/locale/da/
warning: could not get file information for usr/share/locale/da/LC_MESSAGES/
warning: could not get file information for usr/share/locale/da/LC_MESSAGES/libc.mo
warning: could not get file information for usr/share/locale/de/
warning: could not get file information for usr/share/locale/de/LC_MESSAGES/
warning: could not get file information for usr/share/locale/de/LC_MESSAGES/libc.mo
warning: could not get file information for usr/share/locale/el/
warning: could not get file information for usr/share/locale/el/LC_MESSAGES/
warning: could not get file information for usr/share/locale/el/LC_MESSAGES/libc.mo
warning: could not get file information for usr/share/locale/eo/
warning: could not get file information for usr/share/locale/eo/LC_MESSAGES/
warning: could not get file information for usr/share/locale/eo/LC_MESSAGES/libc.mo
warning: could not get file information for usr/share/locale/es/
warning: could not get file information for usr/share/locale/es/LC_MESSAGES/
warning: could not get file information for usr/share/locale/es/LC_MESSAGES/libc.mo
warning: could not get file information for usr/share/locale/fi/
warning: could not get file information for usr/share/locale/fi/LC_MESSAGES/
warning: could not get file information for usr/share/locale/fi/LC_MESSAGES/libc.mo
warning: could not get file information for usr/share/locale/fr/
warning: could not get file information for usr/share/locale/fr/LC_MESSAGES/
warning: could not get file information for usr/share/locale/fr/LC_MESSAGES/libc.mo
warning: could not get file information for usr/share/locale/gl/
warning: could not get file information for usr/share/locale/gl/LC_MESSAGES/
warning: could not get file information for usr/share/locale/gl/LC_MESSAGES/libc.mo
warning: could not get file information for usr/share/locale/hr/
warning: could not get file information for usr/share/locale/hr/LC_MESSAGES/
warning: could not get file information for usr/share/locale/hr/LC_MESSAGES/libc.mo
warning: could not get file information for usr/share/locale/hu/
warning: could not get file information for usr/share/locale/hu/LC_MESSAGES/
warning: could not get file information for usr/share/locale/hu/LC_MESSAGES/libc.mo
warning: could not get file information for usr/share/locale/ia/
warning: could not get file information for usr/share/locale/ia/LC_MESSAGES/
warning: could not get file information for usr/share/locale/ia/LC_MESSAGES/libc.mo
warning: could not get file information for usr/share/locale/id/
warning: could not get file information for usr/share/locale/id/LC_MESSAGES/
warning: could not get file information for usr/share/locale/id/LC_MESSAGES/libc.mo
warning: could not get file information for usr/share/locale/it/
warning: could not get file information for usr/share/locale/it/LC_MESSAGES/
warning: could not get file information for usr/share/locale/it/LC_MESSAGES/libc.mo
warning: could not get file information for usr/share/locale/ja/
warning: could not get file information for usr/share/locale/ja/LC_MESSAGES/
warning: could not get file information for usr/share/locale/ja/LC_MESSAGES/libc.mo
warning: could not get file information for usr/share/locale/ko/
warning: could not get file information for usr/share/locale/ko/LC_MESSAGES/
warning: could not get file information for usr/share/locale/ko/LC_MESSAGES/libc.mo
warning: could not get file information for usr/share/locale/lt/
warning: could not get file information for usr/share/locale/lt/LC_MESSAGES/
warning: could not get file information for usr/share/locale/lt/LC_MESSAGES/libc.mo
warning: could not get file information for usr/share/locale/nb/
warning: could not get file information for usr/share/locale/nb/LC_MESSAGES/
warning: could not get file information for usr/share/locale/nb/LC_MESSAGES/libc.mo
warning: could not get file information for usr/share/locale/nl/
warning: could not get file information for usr/share/locale/nl/LC_MESSAGES/
warning: could not get file information for usr/share/locale/nl/LC_MESSAGES/libc.mo
warning: could not get file information for usr/share/locale/pl/
warning: could not get file information for usr/share/locale/pl/LC_MESSAGES/
warning: could not get file information for usr/share/locale/pl/LC_MESSAGES/libc.mo
warning: could not get file information for usr/share/locale/pt/
warning: could not get file information for usr/share/locale/pt/LC_MESSAGES/
warning: could not get file information for usr/share/locale/pt/LC_MESSAGES/libc.mo
warning: could not get file information for usr/share/locale/pt_BR/
warning: could not get file information for usr/share/locale/pt_BR/LC_MESSAGES/
warning: could not get file information for usr/share/locale/pt_BR/LC_MESSAGES/libc.mo
warning: could not get file information for usr/share/locale/ru/
warning: could not get file information for usr/share/locale/ru/LC_MESSAGES/
warning: could not get file information for usr/share/locale/ru/LC_MESSAGES/libc.mo
warning: could not get file information for usr/share/locale/rw/
warning: could not get file information for usr/share/locale/rw/LC_MESSAGES/
warning: could not get file information for usr/share/locale/rw/LC_MESSAGES/libc.mo
warning: could not get file information for usr/share/locale/sk/
warning: could not get file information for usr/share/locale/sk/LC_MESSAGES/
warning: could not get file information for usr/share/locale/sk/LC_MESSAGES/libc.mo
warning: could not get file information for usr/share/locale/sl/
warning: could not get file information for usr/share/locale/sl/LC_MESSAGES/
warning: could not get file information for usr/share/locale/sl/LC_MESSAGES/libc.mo
warning: could not get file information for usr/share/locale/sr/
warning: could not get file information for usr/share/locale/sr/LC_MESSAGES/
warning: could not get file information for usr/share/locale/sr/LC_MESSAGES/libc.mo
warning: could not get file information for usr/share/locale/sv/
warning: could not get file information for usr/share/locale/sv/LC_MESSAGES/
warning: could not get file information for usr/share/locale/sv/LC_MESSAGES/libc.mo
warning: could not get file information for usr/share/locale/tr/
warning: could not get file information for usr/share/locale/tr/LC_MESSAGES/
warning: could not get file information for usr/share/locale/tr/LC_MESSAGES/libc.mo
warning: could not get file information for usr/share/locale/uk/
warning: could not get file information for usr/share/locale/uk/LC_MESSAGES/
warning: could not get file information for usr/share/locale/uk/LC_MESSAGES/libc.mo
warning: could not get file information for usr/share/locale/vi/
warning: could not get file information for usr/share/locale/vi/LC_MESSAGES/
warning: could not get file information for usr/share/locale/vi/LC_MESSAGES/libc.mo
warning: could not get file information for usr/share/locale/zh_CN/
warning: could not get file information for usr/share/locale/zh_CN/LC_MESSAGES/
warning: could not get file information for usr/share/locale/zh_CN/LC_MESSAGES/libc.mo
warning: could not get file information for usr/share/locale/zh_TW/
warning: could not get file information for usr/share/locale/zh_TW/LC_MESSAGES/
warning: could not get file information for usr/share/locale/zh_TW/LC_MESSAGES/libc.mo
warning: could not get file information for usr/share/doc/
warning: could not get file information for usr/share/doc/krb5/
warning: could not get file information for usr/share/doc/krb5/examples/
warning: could not get file information for usr/share/doc/krb5/examples/kdc.conf
warning: could not get file information for usr/share/doc/krb5/examples/kerberos.ldif
warning: could not get file information for usr/share/doc/krb5/examples/kerberos.schema
warning: could not get file information for usr/share/doc/krb5/examples/krb5.conf
warning: could not get file information for usr/share/doc/krb5/examples/services.append
warning: could not get file information for usr/share/locale/de/
warning: could not get file information for usr/share/locale/de/LC_MESSAGES/
warning: could not get file information for usr/share/locale/de/LC_MESSAGES/mit-krb5.mo
warning: could not get file information for usr/share/man/
warning: could not get file information for usr/share/man/man1/
warning: could not get file information for usr/share/man/man1/k5srvutil.1.gz
warning: could not get file information for usr/share/man/man1/kadmin.1.gz
warning: could not get file information for usr/share/man/man1/kdestroy.1.gz
warning: could not get file information for usr/share/man/man1/kinit.1.gz
warning: could not get file information for usr/share/man/man1/klist.1.gz
warning: could not get file information for usr/share/man/man1/kpasswd.1.gz
warning: could not get file information for usr/share/man/man1/krb5-config.1.gz
warning: could not get file information for usr/share/man/man1/ksu.1.gz
warning: could not get file information for usr/share/man/man1/kswitch.1.gz
warning: could not get file information for usr/share/man/man1/ktutil.1.gz
warning: could not get file information for usr/share/man/man1/kvno.1.gz
warning: could not get file information for usr/share/man/man1/sclient.1.gz
warning: could not get file information for usr/share/man/man5/
warning: could not get file information for usr/share/man/man5/.k5identity.5.gz
warning: could not get file information for usr/share/man/man5/.k5login.5.gz
warning: could not get file information for usr/share/man/man5/k5identity.5.gz
warning: could not get file information for usr/share/man/man5/k5login.5.gz
warning: could not get file information for usr/share/man/man5/kadm5.acl.5.gz
warning: could not get file information for usr/share/man/man5/kdc.conf.5.gz
warning: could not get file information for usr/share/man/man5/krb5.conf.5.gz
warning: could not get file information for usr/share/man/man7/
warning: could not get file information for usr/share/man/man7/kerberos.7.gz
warning: could not get file information for usr/share/man/man8/
warning: could not get file information for usr/share/man/man8/kadmin.local.8.gz
warning: could not get file information for usr/share/man/man8/kadmind.8.gz
warning: could not get file information for usr/share/man/man8/kdb5_ldap_util.8.gz
warning: could not get file information for usr/share/man/man8/kdb5_util.8.gz
warning: could not get file information for usr/share/man/man8/kprop.8.gz
warning: could not get file information for usr/share/man/man8/kpropd.8.gz
warning: could not get file information for usr/share/man/man8/kproplog.8.gz
warning: could not get file information for usr/share/man/man8/krb5kdc.8.gz
warning: could not get file information for usr/share/man/man8/sserver.8.gz
warning: could not get file information for usr/share/doc/
warning: could not get file information for usr/share/doc/xz/
warning: could not get file information for usr/share/doc/xz/AUTHORS
warning: could not get file information for usr/share/doc/xz/COPYING
warning: could not get file information for usr/share/doc/xz/COPYING.GPLv2
warning: could not get file information for usr/share/doc/xz/NEWS
warning: could not get file information for usr/share/doc/xz/README
warning: could not get file information for usr/share/doc/xz/THANKS
warning: could not get file information for usr/share/doc/xz/TODO
warning: could not get file information for usr/share/doc/xz/examples/
warning: could not get file information for usr/share/doc/xz/examples/00_README.txt
warning: could not get file information for usr/share/doc/xz/examples/01_compress_easy.c
warning: could not get file information for usr/share/doc/xz/examples/02_decompress.c
warning: could not get file information for usr/share/doc/xz/examples/03_compress_custom.c
warning: could not get file information for usr/share/doc/xz/examples/04_compress_easy_mt.c
warning: could not get file information for usr/share/doc/xz/examples/Makefile
warning: could not get file information for usr/share/doc/xz/examples_old/
warning: could not get file information for usr/share/doc/xz/examples_old/xz_pipe_comp.c
warning: could not get file information for usr/share/doc/xz/examples_old/xz_pipe_decomp.c
warning: could not get file information for usr/share/doc/xz/faq.txt
warning: could not get file information for usr/share/doc/xz/history.txt
warning: could not get file information for usr/share/doc/xz/lzma-file-format.txt
warning: could not get file information for usr/share/doc/xz/xz-file-format.txt
warning: could not get file information for usr/share/locale/ca/
warning: could not get file information for usr/share/locale/ca/LC_MESSAGES/
warning: could not get file information for usr/share/locale/ca/LC_MESSAGES/xz.mo
warning: could not get file information for usr/share/locale/cs/
warning: could not get file information for usr/share/locale/cs/LC_MESSAGES/
warning: could not get file information for usr/share/locale/cs/LC_MESSAGES/xz.mo
warning: could not get file information for usr/share/locale/da/
warning: could not get file information for usr/share/locale/da/LC_MESSAGES/
warning: could not get file information for usr/share/locale/da/LC_MESSAGES/xz.mo
warning: could not get file information for usr/share/locale/de/
warning: could not get file information for usr/share/locale/de/LC_MESSAGES/
warning: could not get file information for usr/share/locale/de/LC_MESSAGES/xz.mo
warning: could not get file information for usr/share/locale/eo/
warning: could not get file information for usr/share/locale/eo/LC_MESSAGES/
warning: could not get file information for usr/share/locale/eo/LC_MESSAGES/xz.mo
warning: could not get file information for usr/share/locale/es/
warning: could not get file information for usr/share/locale/es/LC_MESSAGES/
warning: could not get file information for usr/share/locale/es/LC_MESSAGES/xz.mo
warning: could not get file information for usr/share/locale/fi/
warning: could not get file information for usr/share/locale/fi/LC_MESSAGES/
warning: could not get file information for usr/share/locale/fi/LC_MESSAGES/xz.mo
warning: could not get file information for usr/share/locale/fr/
warning: could not get file information for usr/share/locale/fr/LC_MESSAGES/
warning: could not get file information for usr/share/locale/fr/LC_MESSAGES/xz.mo
warning: could not get file information for usr/share/locale/hr/
warning: could not get file information for usr/share/locale/hr/LC_MESSAGES/
warning: could not get file information for usr/share/locale/hr/LC_MESSAGES/xz.mo
warning: could not get file information for usr/share/locale/hu/
warning: could not get file information for usr/share/locale/hu/LC_MESSAGES/
warning: could not get file information for usr/share/locale/hu/LC_MESSAGES/xz.mo
warning: could not get file information for usr/share/locale/it/
warning: could not get file information for usr/share/locale/it/LC_MESSAGES/
warning: could not get file information for usr/share/locale/it/LC_MESSAGES/xz.mo
warning: could not get file information for usr/share/locale/ko/
warning: could not get file information for usr/share/locale/ko/LC_MESSAGES/
warning: could not get file information for usr/share/locale/ko/LC_MESSAGES/xz.mo
warning: could not get file information for usr/share/locale/pl/
warning: could not get file information for usr/share/locale/pl/LC_MESSAGES/
warning: could not get file information for usr/share/locale/pl/LC_MESSAGES/xz.mo
warning: could not get file information for usr/share/locale/pt/
warning: could not get file information for usr/share/locale/pt/LC_MESSAGES/
warning: could not get file information for usr/share/locale/pt/LC_MESSAGES/xz.mo
warning: could not get file information for usr/share/locale/pt_BR/
warning: could not get file information for usr/share/locale/pt_BR/LC_MESSAGES/
warning: could not get file information for usr/share/locale/pt_BR/LC_MESSAGES/xz.mo
warning: could not get file information for usr/share/locale/ro/
warning: could not get file information for usr/share/locale/ro/LC_MESSAGES/
warning: could not get file information for usr/share/locale/ro/LC_MESSAGES/xz.mo
warning: could not get file information for usr/share/locale/sr/
warning: could not get file information for usr/share/locale/sr/LC_MESSAGES/
warning: could not get file information for usr/share/locale/sr/LC_MESSAGES/xz.mo
warning: could not get file information for usr/share/locale/sv/
warning: could not get file information for usr/share/locale/sv/LC_MESSAGES/
warning: could not get file information for usr/share/locale/sv/LC_MESSAGES/xz.mo
warning: could not get file information for usr/share/locale/uk/
warning: could not get file information for usr/share/locale/uk/LC_MESSAGES/
warning: could not get file information for usr/share/locale/uk/LC_MESSAGES/xz.mo
warning: could not get file information for usr/share/locale/vi/
warning: could not get file information for usr/share/locale/vi/LC_MESSAGES/
warning: could not get file information for usr/share/locale/vi/LC_MESSAGES/xz.mo
warning: could not get file information for usr/share/locale/zh_CN/
warning: could not get file information for usr/share/locale/zh_CN/LC_MESSAGES/
warning: could not get file information for usr/share/locale/zh_CN/LC_MESSAGES/xz.mo
warning: could not get file information for usr/share/locale/zh_TW/
warning: could not get file information for usr/share/locale/zh_TW/LC_MESSAGES/
warning: could not get file information for usr/share/locale/zh_TW/LC_MESSAGES/xz.mo
warning: could not get file information for usr/share/man/
warning: could not get file information for usr/share/man/de/
warning: could not get file information for usr/share/man/de/man1/
warning: could not get file information for usr/share/man/de/man1/lzcat.1.gz
warning: could not get file information for usr/share/man/de/man1/lzcmp.1.gz
warning: could not get file information for usr/share/man/de/man1/lzdiff.1.gz
warning: could not get file information for usr/share/man/de/man1/lzless.1.gz
warning: could not get file information for usr/share/man/de/man1/lzma.1.gz
warning: could not get file information for usr/share/man/de/man1/lzmadec.1.gz
warning: could not get file information for usr/share/man/de/man1/lzmore.1.gz
warning: could not get file information for usr/share/man/de/man1/unlzma.1.gz
warning: could not get file information for usr/share/man/de/man1/unxz.1.gz
warning: could not get file information for usr/share/man/de/man1/xz.1.gz
warning: could not get file information for usr/share/man/de/man1/xzcat.1.gz
warning: could not get file information for usr/share/man/de/man1/xzcmp.1.gz
warning: could not get file information for usr/share/man/de/man1/xzdec.1.gz
warning: could not get file information for usr/share/man/de/man1/xzdiff.1.gz
warning: could not get file information for usr/share/man/de/man1/xzless.1.gz
warning: could not get file information for usr/share/man/de/man1/xzmore.1.gz
warning: could not get file information for usr/share/man/fr_FR/
warning: could not get file information for usr/share/man/fr_FR/man1/
warning: could not get file information for usr/share/man/fr_FR/man1/lzcat.1.gz
warning: could not get file information for usr/share/man/fr_FR/man1/lzcmp.1.gz
warning: could not get file information for usr/share/man/fr_FR/man1/lzdiff.1.gz
warning: could not get file information for usr/share/man/fr_FR/man1/lzless.1.gz
warning: could not get file information for usr/share/man/fr_FR/man1/lzma.1.gz
warning: could not get file information for usr/share/man/fr_FR/man1/lzmadec.1.gz
warning: could not get file information for usr/share/man/fr_FR/man1/lzmore.1.gz
warning: could not get file information for usr/share/man/fr_FR/man1/unlzma.1.gz
warning: could not get file information for usr/share/man/fr_FR/man1/unxz.1.gz
warning: could not get file information for usr/share/man/fr_FR/man1/xz.1.gz
warning: could not get file information for usr/share/man/fr_FR/man1/xzcat.1.gz
warning: could not get file information for usr/share/man/fr_FR/man1/xzcmp.1.gz
warning: could not get file information for usr/share/man/fr_FR/man1/xzdec.1.gz
warning: could not get file information for usr/share/man/fr_FR/man1/xzdiff.1.gz
warning: could not get file information for usr/share/man/fr_FR/man1/xzless.1.gz
warning: could not get file information for usr/share/man/fr_FR/man1/xzmore.1.gz
warning: could not get file information for usr/share/man/man1/
warning: could not get file information for usr/share/man/man1/lzcat.1.gz
warning: could not get file information for usr/share/man/man1/lzcmp.1.gz
warning: could not get file information for usr/share/man/man1/lzdiff.1.gz
warning: could not get file information for usr/share/man/man1/lzegrep.1.gz
warning: could not get file information for usr/share/man/man1/lzfgrep.1.gz
warning: could not get file information for usr/share/man/man1/lzgrep.1.gz
warning: could not get file information for usr/share/man/man1/lzless.1.gz
warning: could not get file information for usr/share/man/man1/lzma.1.gz
warning: could not get file information for usr/share/man/man1/lzmadec.1.gz
warning: could not get file information for usr/share/man/man1/lzmainfo.1.gz
warning: could not get file information for usr/share/man/man1/lzmore.1.gz
warning: could not get file information for usr/share/man/man1/unlzma.1.gz
warning: could not get file information for usr/share/man/man1/unxz.1.gz
warning: could not get file information for usr/share/man/man1/xz.1.gz
warning: could not get file information for usr/share/man/man1/xzcat.1.gz
warning: could not get file information for usr/share/man/man1/xzcmp.1.gz
warning: could not get file information for usr/share/man/man1/xzdec.1.gz
warning: could not get file information for usr/share/man/man1/xzdiff.1.gz
warning: could not get file information for usr/share/man/man1/xzegrep.1.gz
warning: could not get file information for usr/share/man/man1/xzfgrep.1.gz
warning: could not get file information for usr/share/man/man1/xzgrep.1.gz
warning: could not get file information for usr/share/man/man1/xzless.1.gz
warning: could not get file information for usr/share/man/man1/xzmore.1.gz
warning: could not get file information for usr/share/doc/
warning: could not get file information for usr/share/doc/libbpf/
warning: could not get file information for usr/share/doc/libbpf/README.md
warning: could not get file information for usr/share/man/
warning: could not get file information for usr/share/man/man3/
warning: could not get file information for usr/share/man/man3/libnetlink.3.gz
warning: could not get file information for usr/share/man/man7/
warning: could not get file information for usr/share/man/man7/tc-hfsc.7.gz
warning: could not get file information for usr/share/man/man8/
warning: could not get file information for usr/share/man/man8/arpd.8.gz
warning: could not get file information for usr/share/man/man8/bridge.8.gz
warning: could not get file information for usr/share/man/man8/ctstat.8.gz
warning: could not get file information for usr/share/man/man8/dcb-app.8.gz
warning: could not get file information for usr/share/man/man8/dcb-buffer.8.gz
warning: could not get file information for usr/share/man/man8/dcb-dcbx.8.gz
warning: could not get file information for usr/share/man/man8/dcb-ets.8.gz
warning: could not get file information for usr/share/man/man8/dcb-maxrate.8.gz
warning: could not get file information for usr/share/man/man8/dcb-pfc.8.gz
warning: could not get file information for usr/share/man/man8/dcb.8.gz
warning: could not get file information for usr/share/man/man8/devlink-dev.8.gz
warning: could not get file information for usr/share/man/man8/devlink-dpipe.8.gz
warning: could not get file information for usr/share/man/man8/devlink-health.8.gz
warning: could not get file information for usr/share/man/man8/devlink-monitor.8.gz
warning: could not get file information for usr/share/man/man8/devlink-port.8.gz
warning: could not get file information for usr/share/man/man8/devlink-rate.8.gz
warning: could not get file information for usr/share/man/man8/devlink-region.8.gz
warning: could not get file information for usr/share/man/man8/devlink-resource.8.gz
warning: could not get file information for usr/share/man/man8/devlink-sb.8.gz
warning: could not get file information for usr/share/man/man8/devlink-trap.8.gz
warning: could not get file information for usr/share/man/man8/devlink.8.gz
warning: could not get file information for usr/share/man/man8/genl.8.gz
warning: could not get file information for usr/share/man/man8/ifstat.8.gz
warning: could not get file information for usr/share/man/man8/ip-address.8.gz
warning: could not get file information for usr/share/man/man8/ip-addrlabel.8.gz
warning: could not get file information for usr/share/man/man8/ip-fou.8.gz
warning: could not get file information for usr/share/man/man8/ip-gue.8.gz
warning: could not get file information for usr/share/man/man8/ip-ioam.8.gz
warning: could not get file information for usr/share/man/man8/ip-l2tp.8.gz
warning: could not get file information for usr/share/man/man8/ip-link.8.gz
warning: could not get file information for usr/share/man/man8/ip-macsec.8.gz
warning: could not get file information for usr/share/man/man8/ip-maddress.8.gz
warning: could not get file information for usr/share/man/man8/ip-monitor.8.gz
warning: could not get file information for usr/share/man/man8/ip-mptcp.8.gz
warning: could not get file information for usr/share/man/man8/ip-mroute.8.gz
warning: could not get file information for usr/share/man/man8/ip-neighbour.8.gz
warning: could not get file information for usr/share/man/man8/ip-netconf.8.gz
warning: could not get file information for usr/share/man/man8/ip-netns.8.gz
warning: could not get file information for usr/share/man/man8/ip-nexthop.8.gz
warning: could not get file information for usr/share/man/man8/ip-ntable.8.gz
warning: could not get file information for usr/share/man/man8/ip-route.8.gz
warning: could not get file information for usr/share/man/man8/ip-rule.8.gz
warning: could not get file information for usr/share/man/man8/ip-sr.8.gz
warning: could not get file information for usr/share/man/man8/ip-stats.8.gz
warning: could not get file information for usr/share/man/man8/ip-tcp_metrics.8.gz
warning: could not get file information for usr/share/man/man8/ip-token.8.gz
warning: could not get file information for usr/share/man/man8/ip-tunnel.8.gz
warning: could not get file information for usr/share/man/man8/ip-vrf.8.gz
warning: could not get file information for usr/share/man/man8/ip-xfrm.8.gz
warning: could not get file information for usr/share/man/man8/ip.8.gz
warning: could not get file information for usr/share/man/man8/lnstat.8.gz
warning: could not get file information for usr/share/man/man8/nstat.8.gz
warning: could not get file information for usr/share/man/man8/rdma-dev.8.gz
warning: could not get file information for usr/share/man/man8/rdma-link.8.gz
warning: could not get file information for usr/share/man/man8/rdma-resource.8.gz
warning: could not get file information for usr/share/man/man8/rdma-statistic.8.gz
warning: could not get file information for usr/share/man/man8/rdma-system.8.gz
warning: could not get file information for usr/share/man/man8/rdma.8.gz
warning: could not get file information for usr/share/man/man8/routel.8.gz
warning: could not get file information for usr/share/man/man8/rtacct.8.gz
warning: could not get file information for usr/share/man/man8/rtmon.8.gz
warning: could not get file information for usr/share/man/man8/rtstat.8.gz
warning: could not get file information for usr/share/man/man8/ss.8.gz
warning: could not get file information for usr/share/man/man8/tc-actions.8.gz
warning: could not get file information for usr/share/man/man8/tc-basic.8.gz
warning: could not get file information for usr/share/man/man8/tc-bfifo.8.gz
warning: could not get file information for usr/share/man/man8/tc-bpf.8.gz
warning: could not get file information for usr/share/man/man8/tc-cake.8.gz
warning: could not get file information for usr/share/man/man8/tc-cbq-details.8.gz
warning: could not get file information for usr/share/man/man8/tc-cbq.8.gz
warning: could not get file information for usr/share/man/man8/tc-cbs.8.gz
warning: could not get file information for usr/share/man/man8/tc-cgroup.8.gz
warning: could not get file information for usr/share/man/man8/tc-choke.8.gz
warning: could not get file information for usr/share/man/man8/tc-codel.8.gz
warning: could not get file information for usr/share/man/man8/tc-connmark.8.gz
warning: could not get file information for usr/share/man/man8/tc-csum.8.gz
warning: could not get file information for usr/share/man/man8/tc-ct.8.gz
warning: could not get file information for usr/share/man/man8/tc-ctinfo.8.gz
warning: could not get file information for usr/share/man/man8/tc-drr.8.gz
warning: could not get file information for usr/share/man/man8/tc-ematch.8.gz
warning: could not get file information for usr/share/man/man8/tc-etf.8.gz
warning: could not get file information for usr/share/man/man8/tc-ets.8.gz
warning: could not get file information for usr/share/man/man8/tc-flow.8.gz
warning: could not get file information for usr/share/man/man8/tc-flower.8.gz
warning: could not get file information for usr/share/man/man8/tc-fq.8.gz
warning: could not get file information for usr/share/man/man8/tc-fq_codel.8.gz
warning: could not get file information for usr/share/man/man8/tc-fq_pie.8.gz
warning: could not get file information for usr/share/man/man8/tc-fw.8.gz
warning: could not get file information for usr/share/man/man8/tc-gate.8.gz
warning: could not get file information for usr/share/man/man8/tc-hfsc.8.gz
warning: could not get file information for usr/share/man/man8/tc-htb.8.gz
warning: could not get file information for usr/share/man/man8/tc-ife.8.gz
warning: could not get file information for usr/share/man/man8/tc-matchall.8.gz
warning: could not get file information for usr/share/man/man8/tc-mirred.8.gz
warning: could not get file information for usr/share/man/man8/tc-mpls.8.gz
warning: could not get file information for usr/share/man/man8/tc-mqprio.8.gz
warning: could not get file information for usr/share/man/man8/tc-nat.8.gz
warning: could not get file information for usr/share/man/man8/tc-netem.8.gz
warning: could not get file information for usr/share/man/man8/tc-pedit.8.gz
warning: could not get file information for usr/share/man/man8/tc-pfifo.8.gz
warning: could not get file information for usr/share/man/man8/tc-pfifo_fast.8.gz
warning: could not get file information for usr/share/man/man8/tc-pie.8.gz
warning: could not get file information for usr/share/man/man8/tc-police.8.gz
warning: could not get file information for usr/share/man/man8/tc-prio.8.gz
warning: could not get file information for usr/share/man/man8/tc-red.8.gz
warning: could not get file information for usr/share/man/man8/tc-route.8.gz
warning: could not get file information for usr/share/man/man8/tc-sample.8.gz
warning: could not get file information for usr/share/man/man8/tc-sfb.8.gz
warning: could not get file information for usr/share/man/man8/tc-sfq.8.gz
warning: could not get file information for usr/share/man/man8/tc-simple.8.gz
warning: could not get file information for usr/share/man/man8/tc-skbedit.8.gz
warning: could not get file information for usr/share/man/man8/tc-skbmod.8.gz
warning: could not get file information for usr/share/man/man8/tc-skbprio.8.gz
warning: could not get file information for usr/share/man/man8/tc-stab.8.gz
warning: could not get file information for usr/share/man/man8/tc-taprio.8.gz
warning: could not get file information for usr/share/man/man8/tc-tbf.8.gz
warning: could not get file information for usr/share/man/man8/tc-tcindex.8.gz
warning: could not get file information for usr/share/man/man8/tc-tunnel_key.8.gz
warning: could not get file information for usr/share/man/man8/tc-u32.8.gz
warning: could not get file information for usr/share/man/man8/tc-vlan.8.gz
warning: could not get file information for usr/share/man/man8/tc-xt.8.gz
warning: could not get file information for usr/share/man/man8/tc.8.gz
warning: could not get file information for usr/share/man/man8/tipc-bearer.8.gz
warning: could not get file information for usr/share/man/man8/tipc-link.8.gz
warning: could not get file information for usr/share/man/man8/tipc-media.8.gz
warning: could not get file information for usr/share/man/man8/tipc-nametable.8.gz
warning: could not get file information for usr/share/man/man8/tipc-node.8.gz
warning: could not get file information for usr/share/man/man8/tipc-peer.8.gz
warning: could not get file information for usr/share/man/man8/tipc-socket.8.gz
warning: could not get file information for usr/share/man/man8/tipc.8.gz
warning: could not get file information for usr/share/man/man8/vdpa-dev.8.gz
warning: could not get file information for usr/share/man/man8/vdpa-mgmtdev.8.gz
warning: could not get file information for usr/share/man/man8/vdpa.8.gz
warning: could not get file information for usr/share/info/
warning: could not get file information for usr/share/info/pinentry.info.gz
warning: could not get file information for usr/share/man/
warning: could not get file information for usr/share/man/man1/
warning: could not get file information for usr/share/man/man1/sqlite3.1.gz
warning: could not get file information for usr/share/doc/
warning: could not get file information for usr/share/doc/systemd/
warning: could not get file information for usr/share/doc/systemd/CODING_STYLE.md
warning: could not get file information for usr/share/doc/systemd/DISTRO_PORTING.md
warning: could not get file information for usr/share/doc/systemd/ENVIRONMENT.md
warning: could not get file information for usr/share/doc/systemd/GVARIANT-SERIALIZATION.md
warning: could not get file information for usr/share/doc/systemd/HACKING.md
warning: could not get file information for usr/share/doc/systemd/LICENSE.GPL2
warning: could not get file information for usr/share/doc/systemd/LICENSE.LGPL2.1
warning: could not get file information for usr/share/doc/systemd/LICENSES/
warning: could not get file information for usr/share/doc/systemd/LICENSES/BSD-2-Clause.txt
warning: could not get file information for usr/share/doc/systemd/LICENSES/BSD-3-Clause.txt
warning: could not get file information for usr/share/doc/systemd/LICENSES/CC0-1.0.txt
warning: could not get file information for usr/share/doc/systemd/LICENSES/LGPL-2.0-or-later.txt
warning: could not get file information for usr/share/doc/systemd/LICENSES/Linux-syscall-note.txt
warning: could not get file information for usr/share/doc/systemd/LICENSES/MIT.txt
warning: could not get file information for usr/share/doc/systemd/LICENSES/OFL-1.1.txt
warning: could not get file information for usr/share/doc/systemd/LICENSES/README.md
warning: could not get file information for usr/share/doc/systemd/LICENSES/lookup3-public-domain.txt
warning: could not get file information for usr/share/doc/systemd/LICENSES/murmurhash2-public-domain.txt
warning: could not get file information for usr/share/doc/systemd/NEWS
warning: could not get file information for usr/share/doc/systemd/README
warning: could not get file information for usr/share/doc/systemd/TRANSIENT-SETTINGS.md
warning: could not get file information for usr/share/doc/systemd/TRANSLATORS.md
warning: could not get file information for usr/share/doc/systemd/UIDS-GIDS.md
warning: could not get file information for usr/share/locale/be/
warning: could not get file information for usr/share/locale/be/LC_MESSAGES/
warning: could not get file information for usr/share/locale/be/LC_MESSAGES/systemd.mo
warning: could not get file information for usr/share/locale/be@latin/
warning: could not get file information for usr/share/locale/be@latin/LC_MESSAGES/
warning: could not get file information for usr/share/locale/be@latin/LC_MESSAGES/systemd.mo
warning: could not get file information for usr/share/locale/bg/
warning: could not get file information for usr/share/locale/bg/LC_MESSAGES/
warning: could not get file information for usr/share/locale/bg/LC_MESSAGES/systemd.mo
warning: could not get file information for usr/share/locale/ca/
warning: could not get file information for usr/share/locale/ca/LC_MESSAGES/
warning: could not get file information for usr/share/locale/ca/LC_MESSAGES/systemd.mo
warning: could not get file information for usr/share/locale/cs/
warning: could not get file information for usr/share/locale/cs/LC_MESSAGES/
warning: could not get file information for usr/share/locale/cs/LC_MESSAGES/systemd.mo
warning: could not get file information for usr/share/locale/da/
warning: could not get file information for usr/share/locale/da/LC_MESSAGES/
warning: could not get file information for usr/share/locale/da/LC_MESSAGES/systemd.mo
warning: could not get file information for usr/share/locale/de/
warning: could not get file information for usr/share/locale/de/LC_MESSAGES/
warning: could not get file information for usr/share/locale/de/LC_MESSAGES/systemd.mo
warning: could not get file information for usr/share/locale/el/
warning: could not get file information for usr/share/locale/el/LC_MESSAGES/
warning: could not get file information for usr/share/locale/el/LC_MESSAGES/systemd.mo
warning: could not get file information for usr/share/locale/es/
warning: could not get file information for usr/share/locale/es/LC_MESSAGES/
warning: could not get file information for usr/share/locale/es/LC_MESSAGES/systemd.mo
warning: could not get file information for usr/share/locale/fi/
warning: could not get file information for usr/share/locale/fi/LC_MESSAGES/
warning: could not get file information for usr/share/locale/fi/LC_MESSAGES/systemd.mo
warning: could not get file information for usr/share/locale/fr/
warning: could not get file information for usr/share/locale/fr/LC_MESSAGES/
warning: could not get file information for usr/share/locale/fr/LC_MESSAGES/systemd.mo
warning: could not get file information for usr/share/locale/gl/
warning: could not get file information for usr/share/locale/gl/LC_MESSAGES/
warning: could not get file information for usr/share/locale/gl/LC_MESSAGES/systemd.mo
warning: could not get file information for usr/share/locale/hr/
warning: could not get file information for usr/share/locale/hr/LC_MESSAGES/
warning: could not get file information for usr/share/locale/hr/LC_MESSAGES/systemd.mo
warning: could not get file information for usr/share/locale/hu/
warning: could not get file information for usr/share/locale/hu/LC_MESSAGES/
warning: could not get file information for usr/share/locale/hu/LC_MESSAGES/systemd.mo
warning: could not get file information for usr/share/locale/id/
warning: could not get file information for usr/share/locale/id/LC_MESSAGES/
warning: could not get file information for usr/share/locale/id/LC_MESSAGES/systemd.mo
warning: could not get file information for usr/share/locale/it/
warning: could not get file information for usr/share/locale/it/LC_MESSAGES/
warning: could not get file information for usr/share/locale/it/LC_MESSAGES/systemd.mo
warning: could not get file information for usr/share/locale/ja/
warning: could not get file information for usr/share/locale/ja/LC_MESSAGES/
warning: could not get file information for usr/share/locale/ja/LC_MESSAGES/systemd.mo
warning: could not get file information for usr/share/locale/ka/
warning: could not get file information for usr/share/locale/ka/LC_MESSAGES/
warning: could not get file information for usr/share/locale/ka/LC_MESSAGES/systemd.mo
warning: could not get file information for usr/share/locale/kab/
warning: could not get file information for usr/share/locale/kab/LC_MESSAGES/
warning: could not get file information for usr/share/locale/kab/LC_MESSAGES/systemd.mo
warning: could not get file information for usr/share/locale/ko/
warning: could not get file information for usr/share/locale/ko/LC_MESSAGES/
warning: could not get file information for usr/share/locale/ko/LC_MESSAGES/systemd.mo
warning: could not get file information for usr/share/locale/lt/
warning: could not get file information for usr/share/locale/lt/LC_MESSAGES/
warning: could not get file information for usr/share/locale/lt/LC_MESSAGES/systemd.mo
warning: could not get file information for usr/share/locale/nl/
warning: could not get file information for usr/share/locale/nl/LC_MESSAGES/
warning: could not get file information for usr/share/locale/nl/LC_MESSAGES/systemd.mo
warning: could not get file information for usr/share/locale/pa/
warning: could not get file information for usr/share/locale/pa/LC_MESSAGES/
warning: could not get file information for usr/share/locale/pa/LC_MESSAGES/systemd.mo
warning: could not get file information for usr/share/locale/pl/
warning: could not get file information for usr/share/locale/pl/LC_MESSAGES/
warning: could not get file information for usr/share/locale/pl/LC_MESSAGES/systemd.mo
warning: could not get file information for usr/share/locale/pt/
warning: could not get file information for usr/share/locale/pt/LC_MESSAGES/
warning: could not get file information for usr/share/locale/pt/LC_MESSAGES/systemd.mo
warning: could not get file information for usr/share/locale/pt_BR/
warning: could not get file information for usr/share/locale/pt_BR/LC_MESSAGES/
warning: could not get file information for usr/share/locale/pt_BR/LC_MESSAGES/systemd.mo
warning: could not get file information for usr/share/locale/ro/
warning: could not get file information for usr/share/locale/ro/LC_MESSAGES/
warning: could not get file information for usr/share/locale/ro/LC_MESSAGES/systemd.mo
warning: could not get file information for usr/share/locale/ru/
warning: could not get file information for usr/share/locale/ru/LC_MESSAGES/
warning: could not get file information for usr/share/locale/ru/LC_MESSAGES/systemd.mo
warning: could not get file information for usr/share/locale/si/
warning: could not get file information for usr/share/locale/si/LC_MESSAGES/
warning: could not get file information for usr/share/locale/si/LC_MESSAGES/systemd.mo
warning: could not get file information for usr/share/locale/sk/
warning: could not get file information for usr/share/locale/sk/LC_MESSAGES/
warning: could not get file information for usr/share/locale/sk/LC_MESSAGES/systemd.mo
warning: could not get file information for usr/share/locale/sr/
warning: could not get file information for usr/share/locale/sr/LC_MESSAGES/
warning: could not get file information for usr/share/locale/sr/LC_MESSAGES/systemd.mo
warning: could not get file information for usr/share/locale/sv/
warning: could not get file information for usr/share/locale/sv/LC_MESSAGES/
warning: could not get file information for usr/share/locale/sv/LC_MESSAGES/systemd.mo
warning: could not get file information for usr/share/locale/tr/
warning: could not get file information for usr/share/locale/tr/LC_MESSAGES/
warning: could not get file information for usr/share/locale/tr/LC_MESSAGES/systemd.mo
warning: could not get file information for usr/share/locale/uk/
warning: could not get file information for usr/share/locale/uk/LC_MESSAGES/
warning: could not get file information for usr/share/locale/uk/LC_MESSAGES/systemd.mo
warning: could not get file information for usr/share/locale/zh_CN/
warning: could not get file information for usr/share/locale/zh_CN/LC_MESSAGES/
warning: could not get file information for usr/share/locale/zh_CN/LC_MESSAGES/systemd.mo
warning: could not get file information for usr/share/locale/zh_TW/
warning: could not get file information for usr/share/locale/zh_TW/LC_MESSAGES/
warning: could not get file information for usr/share/locale/zh_TW/LC_MESSAGES/systemd.mo
warning: could not get file information for usr/share/man/
warning: could not get file information for usr/share/man/man1/
warning: could not get file information for usr/share/man/man1/bootctl.1.gz
warning: could not get file information for usr/share/man/man1/busctl.1.gz
warning: could not get file information for usr/share/man/man1/coredumpctl.1.gz
warning: could not get file information for usr/share/man/man1/homectl.1.gz
warning: could not get file information for usr/share/man/man1/hostnamectl.1.gz
warning: could not get file information for usr/share/man/man1/init.1.gz
warning: could not get file information for usr/share/man/man1/journalctl.1.gz
warning: could not get file information for usr/share/man/man1/localectl.1.gz
warning: could not get file information for usr/share/man/man1/loginctl.1.gz
warning: could not get file information for usr/share/man/man1/machinectl.1.gz
warning: could not get file information for usr/share/man/man1/networkctl.1.gz
warning: could not get file information for usr/share/man/man1/oomctl.1.gz
warning: could not get file information for usr/share/man/man1/portablectl.1.gz
warning: could not get file information for usr/share/man/man1/resolvectl.1.gz
warning: could not get file information for usr/share/man/man1/systemctl.1.gz
warning: could not get file information for usr/share/man/man1/systemd-analyze.1.gz
warning: could not get file information for usr/share/man/man1/systemd-ask-password.1.gz
warning: could not get file information for usr/share/man/man1/systemd-cat.1.gz
warning: could not get file information for usr/share/man/man1/systemd-cgls.1.gz
warning: could not get file information for usr/share/man/man1/systemd-cgtop.1.gz
warning: could not get file information for usr/share/man/man1/systemd-creds.1.gz
warning: could not get file information for usr/share/man/man1/systemd-cryptenroll.1.gz
warning: could not get file information for usr/share/man/man1/systemd-delta.1.gz
warning: could not get file information for usr/share/man/man1/systemd-detect-virt.1.gz
warning: could not get file information for usr/share/man/man1/systemd-dissect.1.gz
warning: could not get file information for usr/share/man/man1/systemd-escape.1.gz
warning: could not get file information for usr/share/man/man1/systemd-firstboot.1.gz
warning: could not get file information for usr/share/man/man1/systemd-firstboot.service.1.gz
warning: could not get file information for usr/share/man/man1/systemd-id128.1.gz
warning: could not get file information for usr/share/man/man1/systemd-inhibit.1.gz
warning: could not get file information for usr/share/man/man1/systemd-machine-id-setup.1.gz
warning: could not get file information for usr/share/man/man1/systemd-mount.1.gz
warning: could not get file information for usr/share/man/man1/systemd-notify.1.gz
warning: could not get file information for usr/share/man/man1/systemd-nspawn.1.gz
warning: could not get file information for usr/share/man/man1/systemd-path.1.gz
warning: could not get file information for usr/share/man/man1/systemd-run.1.gz
warning: could not get file information for usr/share/man/man1/systemd-socket-activate.1.gz
warning: could not get file information for usr/share/man/man1/systemd-stdio-bridge.1.gz
warning: could not get file information for usr/share/man/man1/systemd-tty-ask-password-agent.1.gz
warning: could not get file information for usr/share/man/man1/systemd-umount.1.gz
warning: could not get file information for usr/share/man/man1/systemd.1.gz
warning: could not get file information for usr/share/man/man1/timedatectl.1.gz
warning: could not get file information for usr/share/man/man1/userdbctl.1.gz
warning: could not get file information for usr/share/man/man3/
warning: could not get file information for usr/share/man/man3/SD_ALERT.3.gz
warning: could not get file information for usr/share/man/man3/SD_BUS_ERROR_ACCESS_DENIED.3.gz
warning: could not get file information for usr/share/man/man3/SD_BUS_ERROR_ADDRESS_IN_USE.3.gz
warning: could not get file information for usr/share/man/man3/SD_BUS_ERROR_AUTH_FAILED.3.gz
warning: could not get file information for usr/share/man/man3/SD_BUS_ERROR_BAD_ADDRESS.3.gz
warning: could not get file information for usr/share/man/man3/SD_BUS_ERROR_DISCONNECTED.3.gz
warning: could not get file information for usr/share/man/man3/SD_BUS_ERROR_END.3.gz
warning: could not get file information for usr/share/man/man3/SD_BUS_ERROR_FAILED.3.gz
warning: could not get file information for usr/share/man/man3/SD_BUS_ERROR_FILE_EXISTS.3.gz
warning: could not get file information for usr/share/man/man3/SD_BUS_ERROR_FILE_NOT_FOUND.3.gz
warning: could not get file information for usr/share/man/man3/SD_BUS_ERROR_INCONSISTENT_MESSAGE.3.gz
warning: could not get file information for usr/share/man/man3/SD_BUS_ERROR_INTERACTIVE_AUTHORIZATION_REQUIRED.3.gz
warning: could not get file information for usr/share/man/man3/SD_BUS_ERROR_INVALID_ARGS.3.gz
warning: could not get file information for usr/share/man/man3/SD_BUS_ERROR_INVALID_SIGNATURE.3.gz
warning: could not get file information for usr/share/man/man3/SD_BUS_ERROR_IO_ERROR.3.gz
warning: could not get file information for usr/share/man/man3/SD_BUS_ERROR_LIMITS_EXCEEDED.3.gz
warning: could not get file information for usr/share/man/man3/SD_BUS_ERROR_MAKE_CONST.3.gz
warning: could not get file information for usr/share/man/man3/SD_BUS_ERROR_MAP.3.gz
warning: could not get file information for usr/share/man/man3/SD_BUS_ERROR_MATCH_RULE_INVALID.3.gz
warning: could not get file information for usr/share/man/man3/SD_BUS_ERROR_MATCH_RULE_NOT_FOUND.3.gz
warning: could not get file information for usr/share/man/man3/SD_BUS_ERROR_NAME_HAS_NO_OWNER.3.gz
warning: could not get file information for usr/share/man/man3/SD_BUS_ERROR_NOT_SUPPORTED.3.gz
warning: could not get file information for usr/share/man/man3/SD_BUS_ERROR_NO_MEMORY.3.gz
warning: could not get file information for usr/share/man/man3/SD_BUS_ERROR_NO_NETWORK.3.gz
warning: could not get file information for usr/share/man/man3/SD_BUS_ERROR_NO_REPLY.3.gz
warning: could not get file information for usr/share/man/man3/SD_BUS_ERROR_NO_SERVER.3.gz
warning: could not get file information for usr/share/man/man3/SD_BUS_ERROR_NULL.3.gz
warning: could not get file information for usr/share/man/man3/SD_BUS_ERROR_PROPERTY_READ_ONLY.3.gz
warning: could not get file information for usr/share/man/man3/SD_BUS_ERROR_SERVICE_UNKNOWN.3.gz
warning: could not get file information for usr/share/man/man3/SD_BUS_ERROR_TIMEOUT.3.gz
warning: could not get file information for usr/share/man/man3/SD_BUS_ERROR_UNIX_PROCESS_ID_UNKNOWN.3.gz
warning: could not get file information for usr/share/man/man3/SD_BUS_ERROR_UNKNOWN_INTERFACE.3.gz
warning: could not get file information for usr/share/man/man3/SD_BUS_ERROR_UNKNOWN_METHOD.3.gz
warning: could not get file information for usr/share/man/man3/SD_BUS_ERROR_UNKNOWN_OBJECT.3.gz
warning: could not get file information for usr/share/man/man3/SD_BUS_ERROR_UNKNOWN_PROPERTY.3.gz
warning: could not get file information for usr/share/man/man3/SD_BUS_MESSAGE_METHOD_CALL.3.gz
warning: could not get file information for usr/share/man/man3/SD_BUS_MESSAGE_METHOD_ERROR.3.gz
warning: could not get file information for usr/share/man/man3/SD_BUS_MESSAGE_METHOD_RETURN.3.gz
warning: could not get file information for usr/share/man/man3/SD_BUS_MESSAGE_SIGNAL.3.gz
warning: could not get file information for usr/share/man/man3/SD_BUS_METHOD.3.gz
warning: could not get file information for usr/share/man/man3/SD_BUS_METHOD_WITH_NAMES.3.gz
warning: could not get file information for usr/share/man/man3/SD_BUS_METHOD_WITH_NAMES_OFFSET.3.gz
warning: could not get file information for usr/share/man/man3/SD_BUS_METHOD_WITH_OFFSET.3.gz
warning: could not get file information for usr/share/man/man3/SD_BUS_PARAM.3.gz
warning: could not get file information for usr/share/man/man3/SD_BUS_PROPERTY.3.gz
warning: could not get file information for usr/share/man/man3/SD_BUS_SIGNAL.3.gz
warning: could not get file information for usr/share/man/man3/SD_BUS_SIGNAL_WITH_NAMES.3.gz
warning: could not get file information for usr/share/man/man3/SD_BUS_VTABLE_CAPABILITY.3.gz
warning: could not get file information for usr/share/man/man3/SD_BUS_VTABLE_END.3.gz
warning: could not get file information for usr/share/man/man3/SD_BUS_VTABLE_START.3.gz
warning: could not get file information for usr/share/man/man3/SD_BUS_WRITABLE_PROPERTY.3.gz
warning: could not get file information for usr/share/man/man3/SD_CRIT.3.gz
warning: could not get file information for usr/share/man/man3/SD_DEBUG.3.gz
warning: could not get file information for usr/share/man/man3/SD_EMERG.3.gz
warning: could not get file information for usr/share/man/man3/SD_ERR.3.gz
warning: could not get file information for usr/share/man/man3/SD_EVENT_ARMED.3.gz
warning: could not get file information for usr/share/man/man3/SD_EVENT_EXITING.3.gz
warning: could not get file information for usr/share/man/man3/SD_EVENT_FINISHED.3.gz
warning: could not get file information for usr/share/man/man3/SD_EVENT_INITIAL.3.gz
warning: could not get file information for usr/share/man/man3/SD_EVENT_OFF.3.gz
warning: could not get file information for usr/share/man/man3/SD_EVENT_ON.3.gz
warning: could not get file information for usr/share/man/man3/SD_EVENT_ONESHOT.3.gz
warning: could not get file information for usr/share/man/man3/SD_EVENT_PENDING.3.gz
warning: could not get file information for usr/share/man/man3/SD_EVENT_PREPARING.3.gz
warning: could not get file information for usr/share/man/man3/SD_EVENT_PRIORITY_IDLE.3.gz
warning: could not get file information for usr/share/man/man3/SD_EVENT_PRIORITY_IMPORTANT.3.gz
warning: could not get file information for usr/share/man/man3/SD_EVENT_PRIORITY_NORMAL.3.gz
warning: could not get file information for usr/share/man/man3/SD_EVENT_RUNNING.3.gz
warning: could not get file information for usr/share/man/man3/SD_HWDB_FOREACH_PROPERTY.3.gz
warning: could not get file information for usr/share/man/man3/SD_ID128_ALLF.3.gz
warning: could not get file information for usr/share/man/man3/SD_ID128_CONST_STR.3.gz
warning: could not get file information for usr/share/man/man3/SD_ID128_FORMAT_STR.3.gz
warning: could not get file information for usr/share/man/man3/SD_ID128_FORMAT_VAL.3.gz
warning: could not get file information for usr/share/man/man3/SD_ID128_MAKE.3.gz
warning: could not get file information for usr/share/man/man3/SD_ID128_MAKE_STR.3.gz
warning: could not get file information for usr/share/man/man3/SD_ID128_MAKE_UUID_STR.3.gz
warning: could not get file information for usr/share/man/man3/SD_ID128_NULL.3.gz
warning: could not get file information for usr/share/man/man3/SD_ID128_STRING_MAX.3.gz
warning: could not get file information for usr/share/man/man3/SD_ID128_TO_STRING.3.gz
warning: could not get file information for usr/share/man/man3/SD_ID128_TO_UUID_STRING.3.gz
warning: could not get file information for usr/share/man/man3/SD_ID128_UUID_FORMAT_STR.3.gz
warning: could not get file information for usr/share/man/man3/SD_ID128_UUID_STRING_MAX.3.gz
warning: could not get file information for usr/share/man/man3/SD_INFO.3.gz
warning: could not get file information for usr/share/man/man3/SD_JOURNAL_ALL_NAMESPACES.3.gz
warning: could not get file information for usr/share/man/man3/SD_JOURNAL_APPEND.3.gz
warning: could not get file information for usr/share/man/man3/SD_JOURNAL_CURRENT_USER.3.gz
warning: could not get file information for usr/share/man/man3/SD_JOURNAL_FOREACH.3.gz
warning: could not get file information for usr/share/man/man3/SD_JOURNAL_FOREACH_BACKWARDS.3.gz
warning: could not get file information for usr/share/man/man3/SD_JOURNAL_FOREACH_DATA.3.gz
warning: could not get file information for usr/share/man/man3/SD_JOURNAL_FOREACH_FIELD.3.gz
warning: could not get file information for usr/share/man/man3/SD_JOURNAL_FOREACH_UNIQUE.3.gz
warning: could not get file information for usr/share/man/man3/SD_JOURNAL_INCLUDE_DEFAULT_NAMESPACE.3.gz
warning: could not get file information for usr/share/man/man3/SD_JOURNAL_INVALIDATE.3.gz
warning: could not get file information for usr/share/man/man3/SD_JOURNAL_LOCAL_ONLY.3.gz
warning: could not get file information for usr/share/man/man3/SD_JOURNAL_NOP.3.gz
warning: could not get file information for usr/share/man/man3/SD_JOURNAL_OS_ROOT.3.gz
warning: could not get file information for usr/share/man/man3/SD_JOURNAL_RUNTIME_ONLY.3.gz
warning: could not get file information for usr/share/man/man3/SD_JOURNAL_SUPPRESS_LOCATION.3.gz
warning: could not get file information for usr/share/man/man3/SD_JOURNAL_SYSTEM.3.gz
warning: could not get file information for usr/share/man/man3/SD_LISTEN_FDS_START.3.gz
warning: could not get file information for usr/share/man/man3/SD_NOTICE.3.gz
warning: could not get file information for usr/share/man/man3/SD_WARNING.3.gz
warning: could not get file information for usr/share/man/man3/libudev.3.gz
warning: could not get file information for usr/share/man/man3/sd-bus-errors.3.gz
warning: could not get file information for usr/share/man/man3/sd-bus.3.gz
warning: could not get file information for usr/share/man/man3/sd-daemon.3.gz
warning: could not get file information for usr/share/man/man3/sd-device.3.gz
warning: could not get file information for usr/share/man/man3/sd-event.3.gz
warning: could not get file information for usr/share/man/man3/sd-hwdb.3.gz
warning: could not get file information for usr/share/man/man3/sd-id128.3.gz
warning: could not get file information for usr/share/man/man3/sd-journal.3.gz
warning: could not get file information for usr/share/man/man3/sd-login.3.gz
warning: could not get file information for usr/share/man/man3/sd_booted.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_add_fallback.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_add_fallback_vtable.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_add_filter.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_add_match.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_add_match_async.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_add_node_enumerator.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_add_object.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_add_object_manager.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_add_object_vtable.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_attach_event.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_call.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_call_async.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_call_method.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_call_method_async.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_call_method_asyncv.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_call_methodv.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_can_send.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_close.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_close_unref.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_close_unrefp.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_creds_get_audit_login_uid.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_creds_get_audit_session_id.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_creds_get_augmented_mask.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_creds_get_cgroup.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_creds_get_cmdline.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_creds_get_comm.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_creds_get_description.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_creds_get_egid.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_creds_get_euid.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_creds_get_exe.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_creds_get_fsgid.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_creds_get_fsuid.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_creds_get_gid.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_creds_get_mask.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_creds_get_owner_uid.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_creds_get_pid.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_creds_get_ppid.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_creds_get_selinux_context.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_creds_get_session.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_creds_get_sgid.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_creds_get_slice.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_creds_get_suid.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_creds_get_supplementary_gids.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_creds_get_tid.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_creds_get_tid_comm.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_creds_get_tty.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_creds_get_uid.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_creds_get_unique_name.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_creds_get_unit.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_creds_get_user_slice.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_creds_get_user_unit.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_creds_get_well_known_names.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_creds_has_bounding_cap.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_creds_has_effective_cap.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_creds_has_inheritable_cap.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_creds_has_permitted_cap.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_creds_new_from_pid.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_creds_ref.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_creds_unref.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_creds_unrefp.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_default.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_default_flush_close.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_default_system.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_default_user.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_destroy_t.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_detach_event.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_emit_interfaces_added.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_emit_interfaces_added_strv.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_emit_interfaces_removed.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_emit_interfaces_removed_strv.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_emit_object_added.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_emit_object_removed.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_emit_properties_changed.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_emit_properties_changed_strv.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_emit_signal.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_emit_signalv.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_enqueue_for_read.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_error.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_error_add_map.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_error_copy.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_error_free.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_error_get_errno.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_error_has_name.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_error_has_names.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_error_has_names_sentinel.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_error_is_set.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_error_map.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_error_move.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_error_set.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_error_set_const.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_error_set_errno.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_error_set_errnof.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_error_set_errnofv.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_error_setf.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_flush.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_flush_close_unref.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_flush_close_unrefp.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_get_address.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_get_allow_interactive_authorization.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_get_bus_id.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_get_close_on_exit.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_get_connected_signal.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_get_creds_mask.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_get_current_handler.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_get_current_message.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_get_current_slot.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_get_current_userdata.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_get_description.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_get_event.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_get_events.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_get_exit_on_disconnect.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_get_fd.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_get_method_call_timeout.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_get_n_queued_read.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_get_n_queued_write.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_get_name_creds.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_get_name_machine_id.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_get_owner_creds.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_get_property.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_get_property_string.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_get_property_strv.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_get_property_trivial.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_get_scope.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_get_sender.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_get_tid.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_get_timeout.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_get_unique_name.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_get_watch_bind.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_interface_name_is_valid.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_is_anonymous.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_is_bus_client.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_is_monitor.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_is_open.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_is_ready.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_is_server.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_is_trusted.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_list_names.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_match_signal.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_match_signal_async.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_member_name_is_valid.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_append.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_append_array.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_append_array_iovec.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_append_array_memfd.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_append_array_space.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_append_basic.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_append_string_iovec.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_append_string_memfd.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_append_string_space.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_append_strv.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_appendv.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_at_end.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_close_container.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_copy.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_dump.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_enter_container.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_exit_container.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_get_allow_interactive_authorization.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_get_auto_start.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_get_bus.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_get_cookie.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_get_creds.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_get_destination.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_get_errno.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_get_error.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_get_expect_reply.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_get_interface.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_get_member.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_get_monotonic_usec.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_get_path.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_get_realtime_usec.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_get_reply_cookie.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_get_sender.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_get_seqnum.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_get_signature.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_get_type.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_has_signature.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_is_empty.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_is_method_call.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_is_method_error.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_is_signal.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_new.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_new_method_call.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_new_method_errno.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_new_method_errnof.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_new_method_error.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_new_method_errorf.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_new_method_return.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_new_signal.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_open_container.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_peek_type.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_read.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_read_array.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_read_basic.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_read_strv.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_readv.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_ref.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_rewind.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_seal.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_send.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_sensitive.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_set_allow_interactive_authorization.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_set_auto_start.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_set_destination.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_set_expect_reply.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_set_sender.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_skip.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_unref.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_unrefp.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_message_verify_type.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_negotiate_creds.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_negotiate_fds.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_negotiate_timestamp.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_new.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_object_path_is_valid.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_open.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_open_system.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_open_system_machine.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_open_system_remote.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_open_system_with_description.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_open_user.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_open_user_machine.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_open_user_with_description.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_open_with_description.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_path_decode.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_path_decode_many.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_path_encode.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_path_encode_many.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_process.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_query_sender_creds.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_query_sender_privilege.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_ref.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_release_name.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_release_name_async.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_reply_method_errno.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_reply_method_errnof.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_reply_method_errnofv.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_reply_method_error.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_reply_method_errorf.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_reply_method_errorfv.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_reply_method_return.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_reply_method_returnv.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_request_name.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_request_name_async.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_send.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_send_to.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_service_name_is_valid.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_set_address.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_set_allow_interactive_authorization.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_set_anonymous.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_set_bus_client.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_set_close_on_exit.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_set_connected_signal.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_set_description.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_set_exec.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_set_exit_on_disconnect.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_set_fd.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_set_method_call_timeout.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_set_monitor.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_set_property.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_set_propertyv.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_set_sender.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_set_server.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_set_trusted.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_set_watch_bind.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_slot_get_bus.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_slot_get_current_handler.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_slot_get_current_message.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_slot_get_current_userdata.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_slot_get_description.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_slot_get_destroy_callback.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_slot_get_floating.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_slot_get_userdata.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_slot_ref.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_slot_set_description.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_slot_set_destroy_callback.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_slot_set_floating.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_slot_set_userdata.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_slot_unref.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_slot_unrefp.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_start.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_track_add_name.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_track_add_sender.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_track_contains.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_track_count.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_track_count_name.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_track_count_sender.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_track_first.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_track_get_bus.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_track_get_destroy_callback.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_track_get_recursive.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_track_get_userdata.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_track_new.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_track_next.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_track_ref.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_track_remove_name.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_track_remove_sender.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_track_set_destroy_callback.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_track_set_recursive.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_track_set_userdata.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_track_unref.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_track_unrefp.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_unref.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_unrefp.3.gz
warning: could not get file information for usr/share/man/man3/sd_bus_wait.3.gz
warning: could not get file information for usr/share/man/man3/sd_device_get_devname.3.gz
warning: could not get file information for usr/share/man/man3/sd_device_get_devnum.3.gz
warning: could not get file information for usr/share/man/man3/sd_device_get_devpath.3.gz
warning: could not get file information for usr/share/man/man3/sd_device_get_devtype.3.gz
warning: could not get file information for usr/share/man/man3/sd_device_get_diskseq.3.gz
warning: could not get file information for usr/share/man/man3/sd_device_get_driver.3.gz
warning: could not get file information for usr/share/man/man3/sd_device_get_ifindex.3.gz
warning: could not get file information for usr/share/man/man3/sd_device_get_subsystem.3.gz
warning: could not get file information for usr/share/man/man3/sd_device_get_sysname.3.gz
warning: could not get file information for usr/share/man/man3/sd_device_get_sysnum.3.gz
warning: could not get file information for usr/share/man/man3/sd_device_get_syspath.3.gz
warning: could not get file information for usr/share/man/man3/sd_device_ref.3.gz
warning: could not get file information for usr/share/man/man3/sd_device_unref.3.gz
warning: could not get file information for usr/share/man/man3/sd_device_unrefp.3.gz
warning: could not get file information for usr/share/man/man3/sd_event.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_add_child.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_add_child_pidfd.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_add_defer.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_add_exit.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_add_inotify.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_add_inotify_fd.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_add_io.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_add_post.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_add_signal.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_add_time.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_add_time_relative.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_child_handler_t.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_default.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_destroy_t.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_dispatch.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_exit.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_get_exit_code.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_get_fd.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_get_iteration.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_get_state.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_get_tid.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_get_watchdog.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_handler_t.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_inotify_handler_t.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_io_handler_t.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_loop.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_new.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_now.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_prepare.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_ref.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_run.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_set_watchdog.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_signal_handler_t.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_source.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_source_disable_unref.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_source_disable_unrefp.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_source_get_child_pid.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_source_get_child_pidfd.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_source_get_child_pidfd_own.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_source_get_child_process_own.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_source_get_description.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_source_get_destroy_callback.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_source_get_enabled.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_source_get_event.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_source_get_exit_on_failure.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_source_get_floating.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_source_get_inotify_mask.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_source_get_io_events.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_source_get_io_fd.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_source_get_io_fd_own.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_source_get_io_revents.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_source_get_pending.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_source_get_priority.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_source_get_ratelimit.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_source_get_signal.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_source_get_time.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_source_get_time_accuracy.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_source_get_time_clock.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_source_get_userdata.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_source_is_ratelimited.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_source_ref.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_source_send_child_signal.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_source_set_child_pidfd_own.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_source_set_child_process_own.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_source_set_description.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_source_set_destroy_callback.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_source_set_enabled.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_source_set_exit_on_failure.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_source_set_floating.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_source_set_io_events.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_source_set_io_fd.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_source_set_io_fd_own.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_source_set_prepare.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_source_set_priority.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_source_set_ratelimit.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_source_set_ratelimit_expire_callback.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_source_set_time.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_source_set_time_accuracy.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_source_set_time_relative.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_source_set_userdata.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_source_unref.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_source_unrefp.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_time_handler_t.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_unref.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_unrefp.3.gz
warning: could not get file information for usr/share/man/man3/sd_event_wait.3.gz
warning: could not get file information for usr/share/man/man3/sd_get_machine_names.3.gz
warning: could not get file information for usr/share/man/man3/sd_get_seats.3.gz
warning: could not get file information for usr/share/man/man3/sd_get_sessions.3.gz
warning: could not get file information for usr/share/man/man3/sd_get_uids.3.gz
warning: could not get file information for usr/share/man/man3/sd_hwdb_enumerate.3.gz
warning: could not get file information for usr/share/man/man3/sd_hwdb_get.3.gz
warning: could not get file information for usr/share/man/man3/sd_hwdb_new.3.gz
warning: could not get file information for usr/share/man/man3/sd_hwdb_ref.3.gz
warning: could not get file information for usr/share/man/man3/sd_hwdb_seek.3.gz
warning: could not get file information for usr/share/man/man3/sd_hwdb_unref.3.gz
warning: could not get file information for usr/share/man/man3/sd_id128_equal.3.gz
warning: could not get file information for usr/share/man/man3/sd_id128_from_string.3.gz
warning: could not get file information for usr/share/man/man3/sd_id128_get_boot.3.gz
warning: could not get file information for usr/share/man/man3/sd_id128_get_boot_app_specific.3.gz
warning: could not get file information for usr/share/man/man3/sd_id128_get_invocation.3.gz
warning: could not get file information for usr/share/man/man3/sd_id128_get_machine.3.gz
warning: could not get file information for usr/share/man/man3/sd_id128_get_machine_app_specific.3.gz
warning: could not get file information for usr/share/man/man3/sd_id128_in_set.3.gz
warning: could not get file information for usr/share/man/man3/sd_id128_in_set_sentinel.3.gz
warning: could not get file information for usr/share/man/man3/sd_id128_in_setv.3.gz
warning: could not get file information for usr/share/man/man3/sd_id128_is_allf.3.gz
warning: could not get file information for usr/share/man/man3/sd_id128_is_null.3.gz
warning: could not get file information for usr/share/man/man3/sd_id128_randomize.3.gz
warning: could not get file information for usr/share/man/man3/sd_id128_t.3.gz
warning: could not get file information for usr/share/man/man3/sd_id128_to_string.3.gz
warning: could not get file information for usr/share/man/man3/sd_id128_to_uuid_string.3.gz
warning: could not get file information for usr/share/man/man3/sd_is_fifo.3.gz
warning: could not get file information for usr/share/man/man3/sd_is_mq.3.gz
warning: could not get file information for usr/share/man/man3/sd_is_socket.3.gz
warning: could not get file information for usr/share/man/man3/sd_is_socket_inet.3.gz
warning: could not get file information for usr/share/man/man3/sd_is_socket_sockaddr.3.gz
warning: could not get file information for usr/share/man/man3/sd_is_socket_unix.3.gz
warning: could not get file information for usr/share/man/man3/sd_is_special.3.gz
warning: could not get file information for usr/share/man/man3/sd_journal.3.gz
warning: could not get file information for usr/share/man/man3/sd_journal_add_conjunction.3.gz
warning: could not get file information for usr/share/man/man3/sd_journal_add_disjunction.3.gz
warning: could not get file information for usr/share/man/man3/sd_journal_add_match.3.gz
warning: could not get file information for usr/share/man/man3/sd_journal_close.3.gz
warning: could not get file information for usr/share/man/man3/sd_journal_enumerate_available_data.3.gz
warning: could not get file information for usr/share/man/man3/sd_journal_enumerate_available_unique.3.gz
warning: could not get file information for usr/share/man/man3/sd_journal_enumerate_data.3.gz
warning: could not get file information for usr/share/man/man3/sd_journal_enumerate_fields.3.gz
warning: could not get file information for usr/share/man/man3/sd_journal_enumerate_unique.3.gz
warning: could not get file information for usr/share/man/man3/sd_journal_flush_matches.3.gz
warning: could not get file information for usr/share/man/man3/sd_journal_get_catalog.3.gz
warning: could not get file information for usr/share/man/man3/sd_journal_get_catalog_for_message_id.3.gz
warning: could not get file information for usr/share/man/man3/sd_journal_get_cursor.3.gz
warning: could not get file information for usr/share/man/man3/sd_journal_get_cutoff_monotonic_usec.3.gz
warning: could not get file information for usr/share/man/man3/sd_journal_get_cutoff_realtime_usec.3.gz
warning: could not get file information for usr/share/man/man3/sd_journal_get_data.3.gz
warning: could not get file information for usr/share/man/man3/sd_journal_get_data_threshold.3.gz
warning: could not get file information for usr/share/man/man3/sd_journal_get_events.3.gz
warning: could not get file information for usr/share/man/man3/sd_journal_get_fd.3.gz
warning: could not get file information for usr/share/man/man3/sd_journal_get_monotonic_usec.3.gz
warning: could not get file information for usr/share/man/man3/sd_journal_get_realtime_usec.3.gz
warning: could not get file information for usr/share/man/man3/sd_journal_get_timeout.3.gz
warning: could not get file information for usr/share/man/man3/sd_journal_get_usage.3.gz
warning: could not get file information for usr/share/man/man3/sd_journal_has_persistent_files.3.gz
warning: could not get file information for usr/share/man/man3/sd_journal_has_runtime_files.3.gz
warning: could not get file information for usr/share/man/man3/sd_journal_next.3.gz
warning: could not get file information for usr/share/man/man3/sd_journal_next_skip.3.gz
warning: could not get file information for usr/share/man/man3/sd_journal_open.3.gz
warning: could not get file information for usr/share/man/man3/sd_journal_open_directory.3.gz
warning: could not get file information for usr/share/man/man3/sd_journal_open_directory_fd.3.gz
warning: could not get file information for usr/share/man/man3/sd_journal_open_files.3.gz
warning: could not get file information for usr/share/man/man3/sd_journal_open_files_fd.3.gz
warning: could not get file information for usr/share/man/man3/sd_journal_open_namespace.3.gz
warning: could not get file information for usr/share/man/man3/sd_journal_perror.3.gz
warning: could not get file information for usr/share/man/man3/sd_journal_perror_with_location.3.gz
warning: could not get file information for usr/share/man/man3/sd_journal_previous.3.gz
warning: could not get file information for usr/share/man/man3/sd_journal_previous_skip.3.gz
warning: could not get file information for usr/share/man/man3/sd_journal_print.3.gz
warning: could not get file information for usr/share/man/man3/sd_journal_print_with_location.3.gz
warning: could not get file information for usr/share/man/man3/sd_journal_printv.3.gz
warning: could not get file information for usr/share/man/man3/sd_journal_printv_with_location.3.gz
warning: could not get file information for usr/share/man/man3/sd_journal_process.3.gz
warning: could not get file information for usr/share/man/man3/sd_journal_query_unique.3.gz
warning: could not get file information for usr/share/man/man3/sd_journal_reliable_fd.3.gz
warning: could not get file information for usr/share/man/man3/sd_journal_restart_data.3.gz
warning: could not get file information for usr/share/man/man3/sd_journal_restart_fields.3.gz
warning: could not get file information for usr/share/man/man3/sd_journal_restart_unique.3.gz
warning: could not get file information for usr/share/man/man3/sd_journal_seek_cursor.3.gz
warning: could not get file information for usr/share/man/man3/sd_journal_seek_head.3.gz
warning: could not get file information for usr/share/man/man3/sd_journal_seek_monotonic_usec.3.gz
warning: could not get file information for usr/share/man/man3/sd_journal_seek_realtime_usec.3.gz
warning: could not get file information for usr/share/man/man3/sd_journal_seek_tail.3.gz
warning: could not get file information for usr/share/man/man3/sd_journal_send.3.gz
warning: could not get file information for usr/share/man/man3/sd_journal_send_with_location.3.gz
warning: could not get file information for usr/share/man/man3/sd_journal_sendv.3.gz
warning: could not get file information for usr/share/man/man3/sd_journal_sendv_with_location.3.gz
warning: could not get file information for usr/share/man/man3/sd_journal_set_data_threshold.3.gz
warning: could not get file information for usr/share/man/man3/sd_journal_stream_fd.3.gz
warning: could not get file information for usr/share/man/man3/sd_journal_test_cursor.3.gz
warning: could not get file information for usr/share/man/man3/sd_journal_wait.3.gz
warning: could not get file information for usr/share/man/man3/sd_listen_fds.3.gz
warning: could not get file information for usr/share/man/man3/sd_listen_fds_with_names.3.gz
warning: could not get file information for usr/share/man/man3/sd_login_monitor.3.gz
warning: could not get file information for usr/share/man/man3/sd_login_monitor_flush.3.gz
warning: could not get file information for usr/share/man/man3/sd_login_monitor_get_events.3.gz
warning: could not get file information for usr/share/man/man3/sd_login_monitor_get_fd.3.gz
warning: could not get file information for usr/share/man/man3/sd_login_monitor_get_timeout.3.gz
warning: could not get file information for usr/share/man/man3/sd_login_monitor_new.3.gz
warning: could not get file information for usr/share/man/man3/sd_login_monitor_unref.3.gz
warning: could not get file information for usr/share/man/man3/sd_login_monitor_unrefp.3.gz
warning: could not get file information for usr/share/man/man3/sd_machine_get_class.3.gz
warning: could not get file information for usr/share/man/man3/sd_machine_get_ifindices.3.gz
warning: could not get file information for usr/share/man/man3/sd_notify.3.gz
warning: could not get file information for usr/share/man/man3/sd_notify_barrier.3.gz
warning: could not get file information for usr/share/man/man3/sd_notifyf.3.gz
warning: could not get file information for usr/share/man/man3/sd_path_lookup.3.gz
warning: could not get file information for usr/share/man/man3/sd_path_lookup_strv.3.gz
warning: could not get file information for usr/share/man/man3/sd_peer_get_cgroup.3.gz
warning: could not get file information for usr/share/man/man3/sd_peer_get_machine_name.3.gz
warning: could not get file information for usr/share/man/man3/sd_peer_get_owner_uid.3.gz
warning: could not get file information for usr/share/man/man3/sd_peer_get_session.3.gz
warning: could not get file information for usr/share/man/man3/sd_peer_get_slice.3.gz
warning: could not get file information for usr/share/man/man3/sd_peer_get_unit.3.gz
warning: could not get file information for usr/share/man/man3/sd_peer_get_user_slice.3.gz
warning: could not get file information for usr/share/man/man3/sd_peer_get_user_unit.3.gz
warning: could not get file information for usr/share/man/man3/sd_pid_get_cgroup.3.gz
warning: could not get file information for usr/share/man/man3/sd_pid_get_machine_name.3.gz
warning: could not get file information for usr/share/man/man3/sd_pid_get_owner_uid.3.gz
warning: could not get file information for usr/share/man/man3/sd_pid_get_session.3.gz
warning: could not get file information for usr/share/man/man3/sd_pid_get_slice.3.gz
warning: could not get file information for usr/share/man/man3/sd_pid_get_unit.3.gz
warning: could not get file information for usr/share/man/man3/sd_pid_get_user_slice.3.gz
warning: could not get file information for usr/share/man/man3/sd_pid_get_user_unit.3.gz
warning: could not get file information for usr/share/man/man3/sd_pid_notify.3.gz
warning: could not get file information for usr/share/man/man3/sd_pid_notify_with_fds.3.gz
warning: could not get file information for usr/share/man/man3/sd_pid_notifyf.3.gz
warning: could not get file information for usr/share/man/man3/sd_seat_can_graphical.3.gz
warning: could not get file information for usr/share/man/man3/sd_seat_can_tty.3.gz
warning: could not get file information for usr/share/man/man3/sd_seat_get_active.3.gz
warning: could not get file information for usr/share/man/man3/sd_seat_get_sessions.3.gz
warning: could not get file information for usr/share/man/man3/sd_session_get_class.3.gz
warning: could not get file information for usr/share/man/man3/sd_session_get_desktop.3.gz
warning: could not get file information for usr/share/man/man3/sd_session_get_display.3.gz
warning: could not get file information for usr/share/man/man3/sd_session_get_remote_host.3.gz
warning: could not get file information for usr/share/man/man3/sd_session_get_remote_user.3.gz
warning: could not get file information for usr/share/man/man3/sd_session_get_seat.3.gz
warning: could not get file information for usr/share/man/man3/sd_session_get_service.3.gz
warning: could not get file information for usr/share/man/man3/sd_session_get_state.3.gz
warning: could not get file information for usr/share/man/man3/sd_session_get_tty.3.gz
warning: could not get file information for usr/share/man/man3/sd_session_get_type.3.gz
warning: could not get file information for usr/share/man/man3/sd_session_get_uid.3.gz
warning: could not get file information for usr/share/man/man3/sd_session_get_vt.3.gz
warning: could not get file information for usr/share/man/man3/sd_session_is_active.3.gz
warning: could not get file information for usr/share/man/man3/sd_session_is_remote.3.gz
warning: could not get file information for usr/share/man/man3/sd_uid_get_display.3.gz
warning: could not get file information for usr/share/man/man3/sd_uid_get_seats.3.gz
warning: could not get file information for usr/share/man/man3/sd_uid_get_sessions.3.gz
warning: could not get file information for usr/share/man/man3/sd_uid_get_state.3.gz
warning: could not get file information for usr/share/man/man3/sd_uid_is_on_seat.3.gz
warning: could not get file information for usr/share/man/man3/sd_watchdog_enabled.3.gz
warning: could not get file information for usr/share/man/man3/udev_device_get_action.3.gz
warning: could not get file information for usr/share/man/man3/udev_device_get_current_tags_list_entry.3.gz
warning: could not get file information for usr/share/man/man3/udev_device_get_devlinks_list_entry.3.gz
warning: could not get file information for usr/share/man/man3/udev_device_get_devnode.3.gz
warning: could not get file information for usr/share/man/man3/udev_device_get_devnum.3.gz
warning: could not get file information for usr/share/man/man3/udev_device_get_devpath.3.gz
warning: could not get file information for usr/share/man/man3/udev_device_get_devtype.3.gz
warning: could not get file information for usr/share/man/man3/udev_device_get_driver.3.gz
warning: could not get file information for usr/share/man/man3/udev_device_get_is_initialized.3.gz
warning: could not get file information for usr/share/man/man3/udev_device_get_parent.3.gz
warning: could not get file information for usr/share/man/man3/udev_device_get_parent_with_subsystem_devtype.3.gz
warning: could not get file information for usr/share/man/man3/udev_device_get_properties_list_entry.3.gz
warning: could not get file information for usr/share/man/man3/udev_device_get_property_value.3.gz
warning: could not get file information for usr/share/man/man3/udev_device_get_subsystem.3.gz
warning: could not get file information for usr/share/man/man3/udev_device_get_sysattr_list_entry.3.gz
warning: could not get file information for usr/share/man/man3/udev_device_get_sysattr_value.3.gz
warning: could not get file information for usr/share/man/man3/udev_device_get_sysname.3.gz
warning: could not get file information for usr/share/man/man3/udev_device_get_sysnum.3.gz
warning: could not get file information for usr/share/man/man3/udev_device_get_syspath.3.gz
warning: could not get file information for usr/share/man/man3/udev_device_get_tags_list_entry.3.gz
warning: could not get file information for usr/share/man/man3/udev_device_get_udev.3.gz
warning: could not get file information for usr/share/man/man3/udev_device_has_current_tag.3.gz
warning: could not get file information for usr/share/man/man3/udev_device_has_tag.3.gz
warning: could not get file information for usr/share/man/man3/udev_device_new_from_device_id.3.gz
warning: could not get file information for usr/share/man/man3/udev_device_new_from_devnum.3.gz
warning: could not get file information for usr/share/man/man3/udev_device_new_from_environment.3.gz
warning: could not get file information for usr/share/man/man3/udev_device_new_from_subsystem_sysname.3.gz
warning: could not get file information for usr/share/man/man3/udev_device_new_from_syspath.3.gz
warning: could not get file information for usr/share/man/man3/udev_device_ref.3.gz
warning: could not get file information for usr/share/man/man3/udev_device_set_sysattr_value.3.gz
warning: could not get file information for usr/share/man/man3/udev_device_unref.3.gz
warning: could not get file information for usr/share/man/man3/udev_enumerate_add_match_is_initialized.3.gz
warning: could not get file information for usr/share/man/man3/udev_enumerate_add_match_parent.3.gz
warning: could not get file information for usr/share/man/man3/udev_enumerate_add_match_property.3.gz
warning: could not get file information for usr/share/man/man3/udev_enumerate_add_match_subsystem.3.gz
warning: could not get file information for usr/share/man/man3/udev_enumerate_add_match_sysattr.3.gz
warning: could not get file information for usr/share/man/man3/udev_enumerate_add_match_sysname.3.gz
warning: could not get file information for usr/share/man/man3/udev_enumerate_add_match_tag.3.gz
warning: could not get file information for usr/share/man/man3/udev_enumerate_add_nomatch_subsystem.3.gz
warning: could not get file information for usr/share/man/man3/udev_enumerate_add_nomatch_sysattr.3.gz
warning: could not get file information for usr/share/man/man3/udev_enumerate_add_syspath.3.gz
warning: could not get file information for usr/share/man/man3/udev_enumerate_get_list_entry.3.gz
warning: could not get file information for usr/share/man/man3/udev_enumerate_get_udev.3.gz
warning: could not get file information for usr/share/man/man3/udev_enumerate_new.3.gz
warning: could not get file information for usr/share/man/man3/udev_enumerate_ref.3.gz
warning: could not get file information for usr/share/man/man3/udev_enumerate_scan_devices.3.gz
warning: could not get file information for usr/share/man/man3/udev_enumerate_scan_subsystems.3.gz
warning: could not get file information for usr/share/man/man3/udev_enumerate_unref.3.gz
warning: could not get file information for usr/share/man/man3/udev_list_entry.3.gz
warning: could not get file information for usr/share/man/man3/udev_list_entry_get_by_name.3.gz
warning: could not get file information for usr/share/man/man3/udev_list_entry_get_name.3.gz
warning: could not get file information for usr/share/man/man3/udev_list_entry_get_next.3.gz
warning: could not get file information for usr/share/man/man3/udev_list_entry_get_value.3.gz
warning: could not get file information for usr/share/man/man3/udev_monitor_enable_receiving.3.gz
warning: could not get file information for usr/share/man/man3/udev_monitor_filter_add_match_subsystem_devtype.3.gz
warning: could not get file information for usr/share/man/man3/udev_monitor_filter_add_match_tag.3.gz
warning: could not get file information for usr/share/man/man3/udev_monitor_filter_remove.3.gz
warning: could not get file information for usr/share/man/man3/udev_monitor_filter_update.3.gz
warning: could not get file information for usr/share/man/man3/udev_monitor_get_fd.3.gz
warning: could not get file information for usr/share/man/man3/udev_monitor_get_udev.3.gz
warning: could not get file information for usr/share/man/man3/udev_monitor_new_from_netlink.3.gz
warning: could not get file information for usr/share/man/man3/udev_monitor_receive_device.3.gz
warning: could not get file information for usr/share/man/man3/udev_monitor_ref.3.gz
warning: could not get file information for usr/share/man/man3/udev_monitor_set_receive_buffer_size.3.gz
warning: could not get file information for usr/share/man/man3/udev_monitor_unref.3.gz
warning: could not get file information for usr/share/man/man3/udev_new.3.gz
warning: could not get file information for usr/share/man/man3/udev_ref.3.gz
warning: could not get file information for usr/share/man/man3/udev_unref.3.gz
warning: could not get file information for usr/share/man/man5/
warning: could not get file information for usr/share/man/man5/binfmt.d.5.gz
warning: could not get file information for usr/share/man/man5/coredump.conf.5.gz
warning: could not get file information for usr/share/man/man5/coredump.conf.d.5.gz
warning: could not get file information for usr/share/man/man5/crypttab.5.gz
warning: could not get file information for usr/share/man/man5/dnssec-trust-anchors.d.5.gz
warning: could not get file information for usr/share/man/man5/environment.d.5.gz
warning: could not get file information for usr/share/man/man5/extension-release.5.gz
warning: could not get file information for usr/share/man/man5/homed.conf.5.gz
warning: could not get file information for usr/share/man/man5/homed.conf.d.5.gz
warning: could not get file information for usr/share/man/man5/hostname.5.gz
warning: could not get file information for usr/share/man/man5/initrd-release.5.gz
warning: could not get file information for usr/share/man/man5/integritytab.5.gz
warning: could not get file information for usr/share/man/man5/journal-remote.conf.5.gz
warning: could not get file information for usr/share/man/man5/journal-remote.conf.d.5.gz
warning: could not get file information for usr/share/man/man5/journal-upload.conf.5.gz
warning: could not get file information for usr/share/man/man5/journal-upload.conf.d.5.gz
warning: could not get file information for usr/share/man/man5/journald.conf.5.gz
warning: could not get file information for usr/share/man/man5/journald.conf.d.5.gz
warning: could not get file information for usr/share/man/man5/journald@.conf.5.gz
warning: could not get file information for usr/share/man/man5/loader.conf.5.gz
warning: could not get file information for usr/share/man/man5/locale.conf.5.gz
warning: could not get file information for usr/share/man/man5/localtime.5.gz
warning: could not get file information for usr/share/man/man5/logind.conf.5.gz
warning: could not get file information for usr/share/man/man5/logind.conf.d.5.gz
warning: could not get file information for usr/share/man/man5/machine-id.5.gz
warning: could not get file information for usr/share/man/man5/machine-info.5.gz
warning: could not get file information for usr/share/man/man5/modules-load.d.5.gz
warning: could not get file information for usr/share/man/man5/networkd.conf.5.gz
warning: could not get file information for usr/share/man/man5/networkd.conf.d.5.gz
warning: could not get file information for usr/share/man/man5/oomd.conf.5.gz
warning: could not get file information for usr/share/man/man5/oomd.conf.d.5.gz
warning: could not get file information for usr/share/man/man5/org.freedesktop.LogControl1.5.gz
warning: could not get file information for usr/share/man/man5/org.freedesktop.home1.5.gz
warning: could not get file information for usr/share/man/man5/org.freedesktop.hostname1.5.gz
warning: could not get file information for usr/share/man/man5/org.freedesktop.import1.5.gz
warning: could not get file information for usr/share/man/man5/org.freedesktop.locale1.5.gz
warning: could not get file information for usr/share/man/man5/org.freedesktop.login1.5.gz
warning: could not get file information for usr/share/man/man5/org.freedesktop.machine1.5.gz
warning: could not get file information for usr/share/man/man5/org.freedesktop.network1.5.gz
warning: could not get file information for usr/share/man/man5/org.freedesktop.oom1.5.gz
warning: could not get file information for usr/share/man/man5/org.freedesktop.portable1.5.gz
warning: could not get file information for usr/share/man/man5/org.freedesktop.resolve1.5.gz
warning: could not get file information for usr/share/man/man5/org.freedesktop.systemd1.5.gz
warning: could not get file information for usr/share/man/man5/org.freedesktop.timedate1.5.gz
warning: could not get file information for usr/share/man/man5/os-release.5.gz
warning: could not get file information for usr/share/man/man5/pstore.conf.5.gz
warning: could not get file information for usr/share/man/man5/pstore.conf.d.5.gz
warning: could not get file information for usr/share/man/man5/repart.d.5.gz
warning: could not get file information for usr/share/man/man5/resolved.conf.5.gz
warning: could not get file information for usr/share/man/man5/resolved.conf.d.5.gz
warning: could not get file information for usr/share/man/man5/sleep.conf.d.5.gz
warning: could not get file information for usr/share/man/man5/sysctl.d.5.gz
warning: could not get file information for usr/share/man/man5/system.conf.d.5.gz
warning: could not get file information for usr/share/man/man5/systemd-sleep.conf.5.gz
warning: could not get file information for usr/share/man/man5/systemd-system.conf.5.gz
warning: could not get file information for usr/share/man/man5/systemd-user-runtime-dir.5.gz
warning: could not get file information for usr/share/man/man5/systemd-user.conf.5.gz
warning: could not get file information for usr/share/man/man5/systemd.automount.5.gz
warning: could not get file information for usr/share/man/man5/systemd.device.5.gz
warning: could not get file information for usr/share/man/man5/systemd.dnssd.5.gz
warning: could not get file information for usr/share/man/man5/systemd.exec.5.gz
warning: could not get file information for usr/share/man/man5/systemd.kill.5.gz
warning: could not get file information for usr/share/man/man5/systemd.link.5.gz
warning: could not get file information for usr/share/man/man5/systemd.mount.5.gz
warning: could not get file information for usr/share/man/man5/systemd.negative.5.gz
warning: could not get file information for usr/share/man/man5/systemd.netdev.5.gz
warning: could not get file information for usr/share/man/man5/systemd.network.5.gz
warning: could not get file information for usr/share/man/man5/systemd.nspawn.5.gz
warning: could not get file information for usr/share/man/man5/systemd.path.5.gz
warning: could not get file information for usr/share/man/man5/systemd.positive.5.gz
warning: could not get file information for usr/share/man/man5/systemd.preset.5.gz
warning: could not get file information for usr/share/man/man5/systemd.resource-control.5.gz
warning: could not get file information for usr/share/man/man5/systemd.scope.5.gz
warning: could not get file information for usr/share/man/man5/systemd.service.5.gz
warning: could not get file information for usr/share/man/man5/systemd.slice.5.gz
warning: could not get file information for usr/share/man/man5/systemd.socket.5.gz
warning: could not get file information for usr/share/man/man5/systemd.swap.5.gz
warning: could not get file information for usr/share/man/man5/systemd.target.5.gz
warning: could not get file information for usr/share/man/man5/systemd.timer.5.gz
warning: could not get file information for usr/share/man/man5/systemd.unit.5.gz
warning: could not get file information for usr/share/man/man5/sysupdate.d.5.gz
warning: could not get file information for usr/share/man/man5/sysusers.d.5.gz
warning: could not get file information for usr/share/man/man5/timesyncd.conf.5.gz
warning: could not get file information for usr/share/man/man5/timesyncd.conf.d.5.gz
warning: could not get file information for usr/share/man/man5/tmpfiles.d.5.gz
warning: could not get file information for usr/share/man/man5/udev.conf.5.gz
warning: could not get file information for usr/share/man/man5/user-runtime-dir@.service.5.gz
warning: could not get file information for usr/share/man/man5/user.conf.d.5.gz
warning: could not get file information for usr/share/man/man5/user@.service.5.gz
warning: could not get file information for usr/share/man/man5/vconsole.conf.5.gz
warning: could not get file information for usr/share/man/man5/veritytab.5.gz
warning: could not get file information for usr/share/man/man7/
warning: could not get file information for usr/share/man/man7/bootup.7.gz
warning: could not get file information for usr/share/man/man7/daemon.7.gz
warning: could not get file information for usr/share/man/man7/file-hierarchy.7.gz
warning: could not get file information for usr/share/man/man7/hwdb.7.gz
warning: could not get file information for usr/share/man/man7/kernel-command-line.7.gz
warning: could not get file information for usr/share/man/man7/linuxaa64.efi.stub.7.gz
warning: could not get file information for usr/share/man/man7/linuxia32.efi.stub.7.gz
warning: could not get file information for usr/share/man/man7/linuxx64.efi.stub.7.gz
warning: could not get file information for usr/share/man/man7/sd-boot.7.gz
warning: could not get file information for usr/share/man/man7/sd-stub.7.gz
warning: could not get file information for usr/share/man/man7/systemd-boot.7.gz
warning: could not get file information for usr/share/man/man7/systemd-stub.7.gz
warning: could not get file information for usr/share/man/man7/systemd.directives.7.gz
warning: could not get file information for usr/share/man/man7/systemd.environment-generator.7.gz
warning: could not get file information for usr/share/man/man7/systemd.generator.7.gz
warning: could not get file information for usr/share/man/man7/systemd.index.7.gz
warning: could not get file information for usr/share/man/man7/systemd.journal-fields.7.gz
warning: could not get file information for usr/share/man/man7/systemd.net-naming-scheme.7.gz
warning: could not get file information for usr/share/man/man7/systemd.offline-updates.7.gz
warning: could not get file information for usr/share/man/man7/systemd.special.7.gz
warning: could not get file information for usr/share/man/man7/systemd.syntax.7.gz
warning: could not get file information for usr/share/man/man7/systemd.time.7.gz
warning: could not get file information for usr/share/man/man7/udev.7.gz
warning: could not get file information for usr/share/man/man8/
warning: could not get file information for usr/share/man/man8/30-systemd-environment-d-generator.8.gz
warning: could not get file information for usr/share/man/man8/kernel-install.8.gz
warning: could not get file information for usr/share/man/man8/libnss_myhostname.so.2.8.gz
warning: could not get file information for usr/share/man/man8/libnss_mymachines.so.2.8.gz
warning: could not get file information for usr/share/man/man8/libnss_resolve.so.2.8.gz
warning: could not get file information for usr/share/man/man8/libnss_systemd.so.2.8.gz
warning: could not get file information for usr/share/man/man8/nss-myhostname.8.gz
warning: could not get file information for usr/share/man/man8/nss-mymachines.8.gz
warning: could not get file information for usr/share/man/man8/nss-resolve.8.gz
warning: could not get file information for usr/share/man/man8/nss-systemd.8.gz
warning: could not get file information for usr/share/man/man8/pam_systemd.8.gz
warning: could not get file information for usr/share/man/man8/pam_systemd_home.8.gz
warning: could not get file information for usr/share/man/man8/systemd-ask-password-console.path.8.gz
warning: could not get file information for usr/share/man/man8/systemd-ask-password-console.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-ask-password-wall.path.8.gz
warning: could not get file information for usr/share/man/man8/systemd-ask-password-wall.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-backlight.8.gz
warning: could not get file information for usr/share/man/man8/systemd-backlight@.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-binfmt.8.gz
warning: could not get file information for usr/share/man/man8/systemd-binfmt.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-bless-boot-generator.8.gz
warning: could not get file information for usr/share/man/man8/systemd-bless-boot.8.gz
warning: could not get file information for usr/share/man/man8/systemd-bless-boot.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-boot-check-no-failures.8.gz
warning: could not get file information for usr/share/man/man8/systemd-boot-check-no-failures.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-boot-system-token.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-coredump.8.gz
warning: could not get file information for usr/share/man/man8/systemd-coredump.socket.8.gz
warning: could not get file information for usr/share/man/man8/systemd-coredump@.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-cryptsetup-generator.8.gz
warning: could not get file information for usr/share/man/man8/systemd-cryptsetup.8.gz
warning: could not get file information for usr/share/man/man8/systemd-cryptsetup@.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-debug-generator.8.gz
warning: could not get file information for usr/share/man/man8/systemd-environment-d-generator.8.gz
warning: could not get file information for usr/share/man/man8/systemd-fsck-root.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-fsck.8.gz
warning: could not get file information for usr/share/man/man8/systemd-fsck@.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-fstab-generator.8.gz
warning: could not get file information for usr/share/man/man8/systemd-getty-generator.8.gz
warning: could not get file information for usr/share/man/man8/systemd-gpt-auto-generator.8.gz
warning: could not get file information for usr/share/man/man8/systemd-growfs.8.gz
warning: could not get file information for usr/share/man/man8/systemd-growfs@.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-halt.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-hibernate-resume-generator.8.gz
warning: could not get file information for usr/share/man/man8/systemd-hibernate-resume.8.gz
warning: could not get file information for usr/share/man/man8/systemd-hibernate-resume@.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-hibernate.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-homed.8.gz
warning: could not get file information for usr/share/man/man8/systemd-homed.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-hostnamed.8.gz
warning: could not get file information for usr/share/man/man8/systemd-hostnamed.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-hwdb.8.gz
warning: could not get file information for usr/share/man/man8/systemd-hybrid-sleep.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-importd.8.gz
warning: could not get file information for usr/share/man/man8/systemd-importd.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-integritysetup-generator.8.gz
warning: could not get file information for usr/share/man/man8/systemd-integritysetup.8.gz
warning: could not get file information for usr/share/man/man8/systemd-integritysetup@.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-journal-gatewayd.8.gz
warning: could not get file information for usr/share/man/man8/systemd-journal-gatewayd.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-journal-gatewayd.socket.8.gz
warning: could not get file information for usr/share/man/man8/systemd-journal-remote.8.gz
warning: could not get file information for usr/share/man/man8/systemd-journal-remote.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-journal-remote.socket.8.gz
warning: could not get file information for usr/share/man/man8/systemd-journal-upload.8.gz
warning: could not get file information for usr/share/man/man8/systemd-journal-upload.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-journald-audit.socket.8.gz
warning: could not get file information for usr/share/man/man8/systemd-journald-dev-log.socket.8.gz
warning: could not get file information for usr/share/man/man8/systemd-journald-varlink@.socket.8.gz
warning: could not get file information for usr/share/man/man8/systemd-journald.8.gz
warning: could not get file information for usr/share/man/man8/systemd-journald.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-journald.socket.8.gz
warning: could not get file information for usr/share/man/man8/systemd-journald@.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-journald@.socket.8.gz
warning: could not get file information for usr/share/man/man8/systemd-kexec.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-localed.8.gz
warning: could not get file information for usr/share/man/man8/systemd-localed.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-logind.8.gz
warning: could not get file information for usr/share/man/man8/systemd-logind.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-machine-id-commit.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-machined.8.gz
warning: could not get file information for usr/share/man/man8/systemd-machined.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-makefs.8.gz
warning: could not get file information for usr/share/man/man8/systemd-makefs@.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-mkswap@.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-modules-load.8.gz
warning: could not get file information for usr/share/man/man8/systemd-modules-load.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-network-generator.8.gz
warning: could not get file information for usr/share/man/man8/systemd-network-generator.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-networkd-wait-online.8.gz
warning: could not get file information for usr/share/man/man8/systemd-networkd-wait-online.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-networkd-wait-online@.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-networkd.8.gz
warning: could not get file information for usr/share/man/man8/systemd-networkd.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-oomd.8.gz
warning: could not get file information for usr/share/man/man8/systemd-oomd.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-portabled.8.gz
warning: could not get file information for usr/share/man/man8/systemd-portabled.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-poweroff.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-pstore.8.gz
warning: could not get file information for usr/share/man/man8/systemd-pstore.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-quotacheck.8.gz
warning: could not get file information for usr/share/man/man8/systemd-quotacheck.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-random-seed.8.gz
warning: could not get file information for usr/share/man/man8/systemd-random-seed.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-reboot.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-remount-fs.8.gz
warning: could not get file information for usr/share/man/man8/systemd-remount-fs.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-repart.8.gz
warning: could not get file information for usr/share/man/man8/systemd-repart.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-resolved.8.gz
warning: could not get file information for usr/share/man/man8/systemd-resolved.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-rfkill.8.gz
warning: could not get file information for usr/share/man/man8/systemd-rfkill.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-rfkill.socket.8.gz
warning: could not get file information for usr/share/man/man8/systemd-run-generator.8.gz
warning: could not get file information for usr/share/man/man8/systemd-shutdown.8.gz
warning: could not get file information for usr/share/man/man8/systemd-sleep.8.gz
warning: could not get file information for usr/share/man/man8/systemd-socket-proxyd.8.gz
warning: could not get file information for usr/share/man/man8/systemd-suspend-then-hibernate.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-suspend.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-sysctl.8.gz
warning: could not get file information for usr/share/man/man8/systemd-sysctl.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-sysext.8.gz
warning: could not get file information for usr/share/man/man8/systemd-sysext.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-system-update-generator.8.gz
warning: could not get file information for usr/share/man/man8/systemd-sysupdate-reboot.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-sysupdate-reboot.timer.8.gz
warning: could not get file information for usr/share/man/man8/systemd-sysupdate.8.gz
warning: could not get file information for usr/share/man/man8/systemd-sysupdate.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-sysupdate.timer.8.gz
warning: could not get file information for usr/share/man/man8/systemd-sysusers.8.gz
warning: could not get file information for usr/share/man/man8/systemd-sysusers.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-time-wait-sync.8.gz
warning: could not get file information for usr/share/man/man8/systemd-time-wait-sync.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-timedated.8.gz
warning: could not get file information for usr/share/man/man8/systemd-timedated.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-timesyncd.8.gz
warning: could not get file information for usr/share/man/man8/systemd-timesyncd.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-tmpfiles-clean.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-tmpfiles-clean.timer.8.gz
warning: could not get file information for usr/share/man/man8/systemd-tmpfiles-setup-dev.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-tmpfiles-setup.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-tmpfiles.8.gz
warning: could not get file information for usr/share/man/man8/systemd-udev-settle.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-udevd-control.socket.8.gz
warning: could not get file information for usr/share/man/man8/systemd-udevd-kernel.socket.8.gz
warning: could not get file information for usr/share/man/man8/systemd-udevd.8.gz
warning: could not get file information for usr/share/man/man8/systemd-udevd.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-update-done.8.gz
warning: could not get file information for usr/share/man/man8/systemd-update-done.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-update-utmp-runlevel.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-update-utmp.8.gz
warning: could not get file information for usr/share/man/man8/systemd-update-utmp.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-user-sessions.8.gz
warning: could not get file information for usr/share/man/man8/systemd-user-sessions.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-userdbd.8.gz
warning: could not get file information for usr/share/man/man8/systemd-userdbd.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-vconsole-setup.8.gz
warning: could not get file information for usr/share/man/man8/systemd-vconsole-setup.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-veritysetup-generator.8.gz
warning: could not get file information for usr/share/man/man8/systemd-veritysetup.8.gz
warning: could not get file information for usr/share/man/man8/systemd-veritysetup@.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-volatile-root.8.gz
warning: could not get file information for usr/share/man/man8/systemd-volatile-root.service.8.gz
warning: could not get file information for usr/share/man/man8/systemd-xdg-autostart-generator.8.gz
warning: could not get file information for usr/share/man/man8/udevadm.8.gz
warning: could not get file information for usr/share/man/
warning: could not get file information for usr/share/man/man8/
warning: could not get file information for usr/share/man/man8/halt.8.gz
warning: could not get file information for usr/share/man/man8/poweroff.8.gz
warning: could not get file information for usr/share/man/man8/reboot.8.gz
warning: could not get file information for usr/share/man/man8/shutdown.8.gz
:: Processing package changes...
upgrading glibc...
Generating locales...
Generation complete.
upgrading krb5...
installing sudo...
installing db...
installing perl...
installing perl-error...
installing perl-timedate...
installing perl-mailtools...
upgrading xz...
upgrading systemd-libs...
installing git...
Optional dependencies for git
    tk: gitk and git gui
    perl-libwww: git svn
    perl-term-readkey: git svn and interactive.singlekey setting
    perl-io-socket-ssl: git send-email TLS support
    perl-authen-sasl: git send-email TLS support
    perl-mediawiki-api: git mediawiki support
    perl-datetime-format-iso8601: git mediawiki support
    perl-lwp-protocol-https: git mediawiki https support
    perl-cgi: gitweb (web interface) support
    python: git svn & git p4
    subversion: git svn
    org.freedesktop.secrets: keyring credential helper
    libsecret: libsecret credential helper [installed]
installing which...
installing oniguruma...
installing jq...
upgrading hwdata...
upgrading libbpf...
upgrading iproute2...
upgrading pinentry...
upgrading sqlite...
upgrading systemd...
Creating group 'git' with GID 974.
Creating user 'git' (git daemon user) with UID 974 and GID 974.
upgrading systemd-sysvcompat...
:: Running post-transaction hooks...
( 1/10) Creating system user accounts...
( 2/10) Updating journal message catalog...
( 3/10) Reloading system manager configuration...
  Skipped: Current root is not booted.
( 4/10) Updating udev hardware database...
( 5/10) Applying kernel sysctl settings...
  Skipped: Current root is not booted.
( 6/10) Creating temporary files...
/usr/lib/tmpfiles.d/journal-nocow.conf:26: Failed to resolve specifier: uninitialized /etc detected, skipping
All rules containing unresolvable specifiers will be skipped.
Failed to adjust quota for subvolume "/var/lib/portables": Operation not permitted
Failed to adjust quota for subvolume "/var/lib/machines": Operation not permitted
error: command failed to execute correctly
( 7/10) Reloading device manager configuration...
  Skipped: Device manager is not running.
( 8/10) Arming ConditionNeedsUpdate...
( 9/10) Reloading system bus configuration...
  Skipped: Current root is not booted.
(10/10) Warn about old perl modules
Removing intermediate container a4d517a6540e
 ---> 214b2b577e1f
Step 5/9 : COPY ./run.sh ./ci-release-helper.sh /usr/bin/
 ---> bf28dc2662ad
Step 6/9 : VOLUME [ "/build" ]
 ---> Running in b519bb474962
Removing intermediate container b519bb474962
 ---> c6801d6d3635
Step 7/9 : WORKDIR /build
 ---> Running in 54ceb0ca9d49
Removing intermediate container 54ceb0ca9d49
 ---> f57d3f5321e9
Step 8/9 : ENTRYPOINT ["/usr/bin/run.sh"]
 ---> Running in b39169e88f57
Removing intermediate container b39169e88f57
 ---> 07fac0665755
Step 9/9 : CMD ["/usr/bin/bash"]
 ---> Running in d97099ae63e9
Removing intermediate container d97099ae63e9
 ---> 6808e6e7b874
Successfully built 6808e6e7b874
Successfully tagged moparisthebest/self-ci-base:latest
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build self-ci-java)
[Pipeline] sh
+ set -ex
+ image_tag=master
+ '[' master == master ']'
+ image_tag=latest
+ cd java
+ docker build -t moparisthebest/self-ci-java:latest .
Sending build context to Docker daemon  9.728kB

Step 1/7 : FROM moparisthebest/self-ci-base:latest
 ---> 6808e6e7b874
Step 2/7 : RUN mkdir /m2 /npm && ln -sf /m2/ /root/.m2 && ln -sf /npm/ /root/.npm &&     echo "JAVA_HOME=/usr/lib/jvm/default" > /etc/environment &&     pacman -Syu --noconfirm --needed maven     jdk6     jdk7-openjdk     jdk8-openjdk     jdk11-openjdk     jdk-openjdk &&     archlinux-java set java-14-openjdk &&     curl https://archive.apache.org/dist/maven/maven-3/3.2.5/binaries/apache-maven-3.2.5-bin.tar.gz | bsdtar -xf - -C /opt &&     curl https://download.java.net/openjdk/jdk9/ri/openjdk-9+181_linux-x64_ri.zip | bsdtar -xf - -C /usr/lib/jvm &&     curl https://download.java.net/openjdk/jdk10/ri/openjdk-10+44_linux-x64_bin_ri.tar.gz | bsdtar -xf - -C /usr/lib/jvm &&     curl https://download.java.net/openjdk/jdk12/ri/openjdk-12+32_linux-x64_bin.tar.gz | bsdtar -xf - -C /usr/lib/jvm &&     curl https://download.java.net/openjdk/jdk13/ri/openjdk-13+33_linux-x64_bin.tar.gz | bsdtar -xf - -C /usr/lib/jvm &&     curl https://download.java.net/openjdk/jdk15/ri/openjdk-15+36_linux-x64_bin.tar.gz | bsdtar -xf - -C /usr/lib/jvm &&     curl https://download.java.net/java/early_access/jdk16/23/GPL/openjdk-16-ea+23_linux-x64_bin.tar.gz | bsdtar -xf - -C /usr/lib/jvm &&     mv /usr/lib/jvm/java-se-9-ri/jdk-9 /usr/lib/jvm/ && rm -rf java-se-9-ri && chmod +x /usr/lib/jvm/jdk-9/bin/*
 ---> Running in 0d0cb51012be
:: Synchronizing package databases...
 aur downloading...
 core downloading...
 extra downloading...
 community downloading...
 multilib downloading...
error: target not found: jdk7-openjdk
The command '/bin/sh -c mkdir /m2 /npm && ln -sf /m2/ /root/.m2 && ln -sf /npm/ /root/.npm &&     echo "JAVA_HOME=/usr/lib/jvm/default" > /etc/environment &&     pacman -Syu --noconfirm --needed maven     jdk6     jdk7-openjdk     jdk8-openjdk     jdk11-openjdk     jdk-openjdk &&     archlinux-java set java-14-openjdk &&     curl https://archive.apache.org/dist/maven/maven-3/3.2.5/binaries/apache-maven-3.2.5-bin.tar.gz | bsdtar -xf - -C /opt &&     curl https://download.java.net/openjdk/jdk9/ri/openjdk-9+181_linux-x64_ri.zip | bsdtar -xf - -C /usr/lib/jvm &&     curl https://download.java.net/openjdk/jdk10/ri/openjdk-10+44_linux-x64_bin_ri.tar.gz | bsdtar -xf - -C /usr/lib/jvm &&     curl https://download.java.net/openjdk/jdk12/ri/openjdk-12+32_linux-x64_bin.tar.gz | bsdtar -xf - -C /usr/lib/jvm &&     curl https://download.java.net/openjdk/jdk13/ri/openjdk-13+33_linux-x64_bin.tar.gz | bsdtar -xf - -C /usr/lib/jvm &&     curl https://download.java.net/openjdk/jdk15/ri/openjdk-15+36_linux-x64_bin.tar.gz | bsdtar -xf - -C /usr/lib/jvm &&     curl https://download.java.net/java/early_access/jdk16/23/GPL/openjdk-16-ea+23_linux-x64_bin.tar.gz | bsdtar -xf - -C /usr/lib/jvm &&     mv /usr/lib/jvm/java-se-9-ri/jdk-9 /usr/lib/jvm/ && rm -rf java-se-9-ri && chmod +x /usr/lib/jvm/jdk-9/bin/*' returned a non-zero code: 1
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Email)
[Pipeline] step
Sending e-mails to: admin.jenkins@moparisthebest.com
[Pipeline] }
[Pipeline] // stage
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
[Gitea] Notifying branch build status: FAILURE There was a failure building this commit
[Gitea] Notified
Finished: FAILURE