Hello Adolf, thanks for your e-mail. Interesting to hear that - on my workstation, the build runs until tshark, which fails to build with the following error messages: > tshark (3.6.3) [ 1 ][ FAIL ] > > '/usr/src/config/rootfiles/packages//libpciaccess' -> '/tmp/package-libpciaccess/ROOTFILES' > # Replace variables in rootfiles > sed -i /tmp/package-libpciaccess/ROOTFILES -e 's/BUILDTARGET/x86_64-pc-linux-gnu/g' -e 's/KVER/6.1.7/g' -e 's/xxxMACHINExxx/x86_64/g' > # Replace variables in scripts > sed -i /tmp/package-libpciaccess/install.sh -e 's/xxxKVERxxx/6.1.7/g' > # Make scripts executable > chmod 754 /tmp/package-libpciaccess/{{,un}install,update}.sh > # Collect all files > rm -rf /tmp/package-libpciaccess/root && mkdir -p /tmp/package-libpciaccess/root > tar -c --exclude='#*' --exclude='proc/*' --exclude='dev/pts/*' --exclude='tmp/*' --exclude='__pycache__' -C / --files-from=/tmp/package-libpciaccess/ROOTFILES | tar -x -C /tmp/package-libpciaccess/root; exit ${PIPESTATUS[0]} > # Compress tarball > cd /tmp/package-libpciaccess/root && tar cf - * | xz -8 -T0 --memory=5485MiB > /tmp/package-libpciaccess/files.tar.xz > # Cleanup temporary files > rm -rf /tmp/package-libpciaccess/root > # Remove any commented lines > sed -i /tmp/package-libpciaccess/ROOTFILES -e "/^#/d" > # Make package > cd /tmp/package-libpciaccess && tar cf /install/packages/libpciaccess-0.17-3.ipfire * > # Cleanup > rm -rf /tmp/package-libpciaccess > # Escape SUMMARY variable and create meta file > summaryEscaped=$(sed 's/[&/\]/\\&/g' <<< "Generic PCI access library"); sed -e "s/NAME/libpciaccess/g" -e "s/SUMMARY/$summaryEscaped/g" -e "s/VER/0.17/g" -e "s/RELEASE/3/g" -e "s/DEPS//g" -e "s/SIZE/$(stat --format=%s /install/packages/libpciaccess-0.17-3.ipfire)/g" -e "s/SERVICES//g" < /usr/src/src/pakfire/meta > /install/packages/meta-libpciaccess > Jan 19 17:42:03: Building tshark wireshark-3.6.3.tar.xz checksum OK > + cd /usr/src/lfs > + make -f tshark LFS_BASEDIR=/usr/src dist > '/usr/src/config/rootfiles/packages//tshark' -> '/tmp/package-tshark/ROOTFILES' > tar: usr/lib/wireshark/plugins/3.6/codecs/g722.so: Cannot stat: No such file or directory > tar: usr/lib/wireshark/plugins/3.6/codecs/g726.so: Cannot stat: No such file or directory > tar: Exiting with failure status due to previous errors > make: *** [tshark:61: dist] Error 2 > > ERROR: Packaging tshark [ FAIL ] I'll check for changed handling of spaces in filenames and see if that resolves the issue. All the best, Peter Müller > Hi All, > > I just got the same failure with python3-setuptools on a build on my system. > > Looking at the actual rootfile it now has a last line that just contains a minus sign on its own. This was not there prior to the build. Lines with spaces now seem to be dealt with correctly in the rootfile. Somehow the minus sign has been added to the actual rootfile. Could this be due to the "[PATCH 3/3] rootfiles: Remove further spaces" patch. > > I removed the minus sign from the rootfile and re-ran the build and the python3-setuptools line ran fine and the complete build finished without failures but the python3 rootfile now is being flagged up as being different. There are now two new lines in the log rootfile that have spaces in them. Also that file has a minus sign in the last line of the rootfile but the actual python3 rootfile has not been modified. > > > Regards, > > Adolf. > > On 19/01/2023 18:12, IPFire Nightly Builder wrote: >> https://nightly.ipfire.org/next/2023-01-19%2011%3A00%3A23%20%2B0000-8318a967/x86_64 >> >> commit 8318a967e2d1ff2882cd2c670dc0f5ead256e844 >> Author: Peter Müller >> Date:   Thu Jan 19 11:00:23 2023 +0000 >> >>      make.sh: Remove dropped spandsp add-on >>           Signed-off-by: Peter Müller >> >> https://git.ipfire.org/?p=ipfire-2.x.git;a=shortlog;h=8318a967e2d1ff2882cd2c670dc0f5ead256e844 >> >> Packaged toolchain compilation >> Checking for necessary space on disk                                    [ DONE ] >> Set cache size limit to 4.0 GB >> Building LFS >> stage2                                                      [        1 ][ DONE ] >> linux (6.1.7)                                 KCFG=-headers [       52 ][ DONE ] >> man-pages (5.13)                                            [       12 ][ DONE ] >> glibc (2.36)                                                [     6:16 ][ DONE ] >> tzdata (2022e)                                              [        5 ][ DONE ] >> cleanup-toolchain                                           [        0 ][ DONE ] >> zlib (1.2.13)                                               [        2 ][ DONE ] >> zstd (1.5.2)                                                [        3 ][ DONE ] >> autoconf (2.71)                                             [        4 ][ DONE ] >> automake (1.16.3)                                           [        4 ][ DONE ] >> libtool (2.4.6)                                             [       13 ][ DONE ] >> binutils (2.39)                                             [     1:23 ][ DONE ] >> gmp (6.2.1)                                                 [       44 ][ DONE ] >> mpfr (4.2.0)                                                [       21 ][ DONE ] >> libmpc (1.3.1)                                              [        9 ][ DONE ] >> libxcrypt (4.4.33)                                          [       25 ][ DONE ] >> file (5.44)                                                 [       17 ][ DONE ] >> gcc (11.3.0)                                                [     7:12 ][ DONE ] >> attr (2.5.1)                                                [       10 ][ DONE ] >> acl (2.3.1)                                                 [       18 ][ DONE ] >> sed (4.9)                                                   [       39 ][ DONE ] >> berkeley (5.3.28)                                           [       40 ][ DONE ] >> coreutils (9.0)                                             [     3:30 ][ DONE ] >> iana-etc (20221226)                                         [        1 ][ DONE ] >> m4 (1.4.19)                                                 [     1:00 ][ DONE ] >> bison (3.8.2)                                               [     1:01 ][ DONE ] >> ncurses (6.4)                                               [       51 ][ DONE ] >> perl (5.36.0)                                               [     3:50 ][ DONE ] >> readline (8.2)                                              [       11 ][ DONE ] >> bzip2 (1.0.8)                                               [        2 ][ DONE ] >> xz (5.4.0)                                                  [       17 ][ DONE ] >> lzip (1.23)                                                 [        1 ][ DONE ] >> pcre (8.45)                                                 [       14 ][ DONE ] >> pcre2 (10.42)                                               [       10 ][ DONE ] >> gettext (0.21)                                              [     4:02 ][ DONE ] >> bash (5.2)                                                  [       47 ][ DONE ] >> diffutils (3.8)                                             [       45 ][ DONE ] >> ed (1.17)                                                   [        0 ][ DONE ] >> findutils (4.9.0)                                           [     1:24 ][ DONE ] >> flex (2.6.4)                                                [       16 ][ DONE ] >> gawk (5.1.1)                                                [       23 ][ DONE ] >> go (1.15.4)                                                 [       42 ][ DONE ] >> grep (3.8)                                                  [       44 ][ DONE ] >> groff (1.22.4)                                              [     1:06 ][ DONE ] >> gperf (3.1)                                                 [        6 ][ DONE ] >> gzip (1.12)                                                 [       30 ][ DONE ] >> hostname (3.20)                                             [        0 ][ DONE ] >> whois (5.5.13)                                              [        2 ][ DONE ] >> kbd (2.5.1)                                                 [       22 ][ DONE ] >> less (608)                                                  [        9 ][ DONE ] >> pkg-config (0.29.2)                                         [       45 ][ DONE ] >> procps (v4.0.0)                                             [       33 ][ DONE ] >> make (4.3)                                                  [       33 ][ DONE ] >> libpipeline (1.5.7)                                         [       33 ][ DONE ] >> man (2.10.2)                                                [     1:27 ][ DONE ] >> net-tools (2.10)                                            [        3 ][ DONE ] >> patch (2.7.6)                                               [       45 ][ DONE ] >> psmisc (23.6)                                               [       12 ][ DONE ] >> shadow (4.11.1)                                             [       26 ][ DONE ] >> sysklogd (1.5.1)                                            [        0 ][ DONE ] >> sysvinit (3.00)                                             [        2 ][ DONE ] >> tar (1.34)                                                  [     1:01 ][ DONE ] >> texinfo (6.8)                                               [       45 ][ DONE ] >> util-linux (2.38.1)                                         [       56 ][ DONE ] >> vim (9.0)                                                   [       33 ][ DONE ] >> e2fsprogs (1.46.5)                                          [       31 ][ DONE ] >> jq (1.6)                                                    [       19 ][ DONE ] >> Building IPFire >> configroot                                                  [        2 ][ DONE ] >> initscripts                                                 [        2 ][ DONE ] >> backup                                                      [        0 ][ DONE ] >> rust (2022-01-27)                                           [       34 ][ DONE ] >> openssl (1.1.1s)                                            [     2:55 ][ DONE ] >> kmod (30)                                                   [       23 ][ DONE ] >> udev (3.2.11)                                               [       23 ][ DONE ] >> popt (1.18)                                                 [        9 ][ DONE ] >> libedit (20221030-3.1)                                      [       14 ][ DONE ] >> libusb (1.0.26)                                             [       12 ][ DONE ] >> libpcap (1.10.3)                                            [       14 ][ DONE ] >> ppp (2.4.9)                                                 [        4 ][ DONE ] >> pptp (1.10.0)                                               [        0 ][ DONE ] >> unzip (60)                                                  [        4 ][ DONE ] >> which (2.21)                                                [        5 ][ DONE ] >> linux-firmware (20221214)                                   [     1:08 ][ DONE ] >> dvb-firmwares (20141125)                                    [        7 ][ DONE ] >> xr819-firmware (c01.08.0043)                                [        3 ][ DONE ] >> zd1211-firmware (1.5)                                       [        1 ][ DONE ] >> rpi-firmware (20211127)                                     [        0 ][ SKIP ] >> intel-microcode (20221108)                                  [        1 ][ DONE ] >> pcengines-apu-firmware (4.17.0.2)                           [        0 ][ DONE ] >> bc (1.07.1)                                                 [        7 ][ DONE ] >> u-boot (2022.10)                                  MKIMAGE=1 [        0 ][ SKIP ] >> cpio (2.13)                                                 [       45 ][ DONE ] >> mdadm (4.2)                                                 [        2 ][ DONE ] >> dracut (056)                                                [        3 ][ DONE ] >> libaio (0.3.113)                                            [        3 ][ DONE ] >> lvm2 (2.02.188)                                             [       22 ][ DONE ] >> multipath-tools (0.8.9)                                     [        1 ][ DONE ] >> freetype (2.12.1)                                           [        7 ][ DONE ] >> libmnl (1.0.5)                                              [        6 ][ DONE ] >> libnfnetlink (1.0.2)                                        [        6 ][ DONE ] >> libnetfilter_queue (1.0.5)                                  [        8 ][ DONE ] >> libnetfilter_conntrack (1.0.9)                              [        7 ][ DONE ] >> libnetfilter_cthelper (1.0.1)                               [        5 ][ DONE ] >> libnetfilter_cttimeout (1.0.1)                              [        6 ][ DONE ] >> iptables (1.8.9)                                            [       13 ][ DONE ] >> iproute2 (6.1.0)                                            [        5 ][ DONE ] >> screen (4.9.0)                                              [       14 ][ DONE ] >> elfutils (0.187)                                            [       22 ][ DONE ] >> linux (6.1.7)                                         KCFG= [     8:49 ][ DONE ] >> rtl8189es (e58bd86c9d9408c648b1246a0dd76b16856ec172)               KCFG= [        7 ][ DONE ] >> rtl8189fs (476020109b3841421af289a7b78c7a25b0c45fac)               KCFG= [       17 ][ DONE ] >> rtl8812au (20210629-07ac856293e247347b891c5dbd13f3ab8321132d)               KCFG= [        7 ][ DONE ] >> rtl8822bu (20210702-2590672d717e2516dd2e96ed66f1037a6815bced)               KCFG= [       11 ][ DONE ] >> rtl8821cu (20210118-7b8c45a270454f05e2dbf3beeb4afcf817db65da)               KCFG= [       11 ][ DONE ] >> xradio (354e8c32e7948d46a63796d0ca266b1f702999b0)               KCFG= [        0 ][ SKIP ] >> linux-initrd ($(KVER))                                KCFG= [       34 ][ DONE ] >> expat (2.5.0)                                               [       12 ][ DONE ] >> libconfig (1.7.3)                                           [       27 ][ DONE ] >> curl (7.87.0)                                               [       45 ][ DONE ] >> libarchive (3.6.2)                                          [       48 ][ DONE ] >> cmake (3.21.0)                                              [       52 ][ DONE ] >> json-c (0.16)                                               [        9 ][ DONE ] >> tcl (8.6.12)                                                [     1:09 ][ DONE ] >> libffi (3.4.4)                                              [       10 ][ DONE ] >> gdbm (1.23)                                                 [       18 ][ DONE ] >> sqlite (3400100)                                            [        7 ][ DONE ] >> python3 (3.10.8)                                            [     1:30 ][ DONE ] >> python3-setuptools (65.4.1)                                 [        8 ][ DONE ] >> ninja (1.11.0)                                              [        3 ][ DONE ] >> meson (0.64.1)                                              [        5 ][ DONE ] >> glib (2.71.1)                                               [       32 ][ DONE ] >> libgudev (237)                                              [        4 ][ DONE ] >> libgpg-error (1.46)                                         [       24 ][ DONE ] >> libgcrypt (1.10.1)                                          [       28 ][ DONE ] >> libassuan (2.5.5)                                           [       15 ][ DONE ] >> nettle (3.8.1)                                              [       15 ][ DONE ] >> libsodium (1.0.18)                                          [       26 ][ DONE ] >> libevent2 (2.1.12-stable)                                   [       25 ][ DONE ] >> apr (1.7.0)                                                 [       43 ][ DONE ] >> aprutil (1.6.1)                                             [        9 ][ DONE ] >> unbound (1.17.0)                                            [       40 ][ DONE ] >> gnutls (3.7.7)                                              [     2:00 ][ DONE ] >> libuv (1.44.2)                                              [       22 ][ DONE ] >> bind (9.16.35)                                              [     1:03 ][ DONE ] >> dhcp (4.4.3-P1)                                             [       49 ][ DONE ] >> dhcpcd (9.4.1)                                              [        3 ][ DONE ] >> boost (1_76_0)                                              [     3:15 ][ DONE ] >> linux-atm (2.4.1)                                           [       15 ][ DONE ] >> libqmi (1.30.8)                                             [       27 ][ DONE ] >> pam (1.5.2)                                                 [       59 ][ DONE ] >> c-ares (1.17.1)                                             [     2:12 ][ DONE ] >> rust (2022-01-27)                                           [        0 ][ DONE ] >> rust-dissimilar (1.0.3)                                     [        3 ][ DONE ] >> rust-cfg-if (1.0.0)                                         [        1 ][ DONE ] >> rust-libc (0.2.108)                                         [        4 ][ DONE ] >> rust-getrandom (0.2.4)                                      [        3 ][ DONE ] >> rust-typenum (1.15.0)                                       [        4 ][ DONE ] >> rust-version-check (0.9.4)                                  [        2 ][ DONE ] >> rust-generic-array (0.14.4)                                 [        5 ][ DONE ] >> rust-cipher (0.3.0)                                         [        5 ][ DONE ] >> rust-hex (0.4.3)                                            [        1 ][ DONE ] >> rust-unicode-xid (0.2.1)                                    [        2 ][ DONE ] >> rust-proc-macro2 (1.0.36)                                   [        5 ][ DONE ] >> rust-quote (1.0.15)                                         [       10 ][ DONE ] >> rust-syn (1.0.86)                                           [       21 ][ DONE ] >> rust-home (0.5.3)                                           [        2 ][ DONE ] >> rust-lazy-static (1.4.0)                                    [        1 ][ DONE ] >> rust-memchr (2.4.1)                                         [        5 ][ DONE ] >> rust-aho-corasick (0.7.18)                                  [       10 ][ DONE ] >> rust-regex-syntax (0.6.25)                                  [       15 ][ DONE ] >> rust-regex (1.5.3)                                          [       29 ][ DONE ] >> rust-ucd-trie (0.1.3)                                       [        2 ][ DONE ] >> rust-pest (2.1.3)                                           [        3 ][ DONE ] >> rust-semver-parser (0.7.0)                                  [        2 ][ DONE ] >> rust-semver (0.9.0)                                         [        2 ][ DONE ] >> rust-same-file (1.0.6)                                      [        2 ][ DONE ] >> rust-walkdir (2.3.2)                                        [        3 ][ DONE ] >> rust-dirs (1.0.5)                                           [        3 ][ DONE ] >> rust-toolchain_find (0.1.4)                                 [       22 ][ DONE ] >> rust-serde (1.0.136)                                        [        8 ][ DONE ] >> rust-itoa (1.0.1)                                           [        1 ][ DONE ] >> rust-ryu (1.0.9)                                            [        2 ][ DONE ] >> rust-serde_json (1.0.78)                                    [       12 ][ DONE ] >> rust-synstructure (0.12.6)                                  [       31 ][ DONE ] >> rust-block-buffer (0.9.0)                                   [        4 ][ DONE ] >> rust-crypto-common (0.1.1)                                  [        5 ][ DONE ] >> rust-digest (0.9.0)                                         [        5 ][ DONE ] >> rust-ppv-lite86 (0.2.16)                                    [        2 ][ DONE ] >> rust-rand_core (0.6.3)                                      [        1 ][ DONE ] >> rust-rand_core-0.4.2 (0.4.2)                                [        2 ][ DONE ] >> rust-rand_core-0.3.1 (0.3.1)                                [        1 ][ DONE ] >> rust-rand_chacha (0.3.1)                                    [        3 ][ DONE ] >> rust-rand_hc (0.3.1)                                        [        2 ][ DONE ] >> rust-rand (0.8.4)                                           [        5 ][ DONE ] >> rust-rdrand (0.4.0)                                         [        2 ][ DONE ] >> rust-rand-0.4 (0.4.6)                                       [        5 ][ DONE ] >> rust-log (0.4.14)                                           [        2 ][ DONE ] >> rust-num_cpus (1.13.1)                                      [        4 ][ DONE ] >> rust-crossbeam-utils (0.8.6)                                [        3 ][ DONE ] >> rust-autocfg (1.0.1)                                        [        3 ][ DONE ] >> rust-memoffset (0.6.5)                                      [        3 ][ DONE ] >> rust-scopeguard (1.1.0)                                     [        2 ][ DONE ] >> rust-crossbeam-epoch (0.9.6)                                [        4 ][ DONE ] >> rust-crossbeam-deque (0.8.1)                                [        4 ][ DONE ] >> rust-either (1.6.1)                                         [        2 ][ DONE ] >> rust-crossbeam-channel (0.5.2)                              [        3 ][ DONE ] >> rust-rayon-core (1.9.1)                                     [        7 ][ DONE ] >> rust-rayon (1.5.1)                                          [        9 ][ DONE ] >> rust-remove_dir_all (0.5.3)                                 [        2 ][ DONE ] >> rust-tempdir (0.3.7)                                        [        4 ][ DONE ] >> rust-glob (0.3.0)                                           [        4 ][ DONE ] >> rust-once_cell (1.9.0)                                      [        1 ][ DONE ] >> rust-termcolor (1.1.2)                                      [        2 ][ DONE ] >> rust-toml (0.5.8)                                           [       16 ][ DONE ] >> rust-serde_derive (1.0.136)                                 [       46 ][ DONE ] >> rust-trybuild (1.0.54)                                      [     1:27 ][ DONE ] >> rust-unindent (0.1.7)                                       [        2 ][ DONE ] >> rust-proc-macro-hack (0.5.19)                               [        6 ][ DONE ] >> rust-indoc-impl (0.3.6)                                     [       23 ][ DONE ] >> rust-indoc (1.0.3)                                          [        3 ][ DONE ] >> rust-indoc-0.3.6 (0.3.6)                                    [       30 ][ DONE ] >> rust-instant (0.1.12)                                       [        1 ][ DONE ] >> rust-lock_api (0.4.5)                                       [        2 ][ DONE ] >> rust-smallvec (1.8.0)                                       [        1 ][ DONE ] >> rust-parking_lot_core (0.8.5)                               [        4 ][ DONE ] >> rust-parking_lot (0.11.2)                                   [        5 ][ DONE ] >> rust-paste-impl (0.1.18)                                    [        8 ][ DONE ] >> rust-paste (1.0.3)                                          [        4 ][ DONE ] >> rust-paste-0.1.18 (0.1.18)                                  [       15 ][ DONE ] >> rust-ctor (0.1.21)                                          [       38 ][ DONE ] >> rust-ghost (0.1.2)                                          [       26 ][ DONE ] >> rust-inventory-impl (0.1.4)                                 [       23 ][ DONE ] >> rust-inventory (0.1.4)                                      [       45 ][ DONE ] >> rust-pyo3-build-config (0.15.2)                             [       11 ][ DONE ] >> rust-pyo3-macros-backend (0.15.2)                           [       43 ][ DONE ] >> rust-pyo3-macros (0.15.2)                                   [       51 ][ DONE ] >> rust-pyo3 (0.15.2)                                          [     1:04 ][ DONE ] >> rust-num-traits (0.2.15)                                    [        6 ][ DONE ] >> rust-num-integer (0.1.45)                                   [        7 ][ DONE ] >> rust-num_threads (0.1.5)                                    [        9 ][ DONE ] >> rust-time (0.1.43)                                          [        4 ][ DONE ] >> rust-iana-time-zone (0.1.51)                                [        2 ][ DONE ] >> rust-chrono (0.4.22)                                        [       11 ][ DONE ] >> rust-asn1_derive (0.12.2)                                   [       29 ][ DONE ] >> rust-asn1 (0.12.2)                                          [       30 ][ DONE ] >> rust-proc-macro-error-attr (1.0.4)                          [        7 ][ DONE ] >> rust-proc-macro-error (1.0.4)                               [       10 ][ DONE ] >> rust-Inflector (0.11.4)                                     [       23 ][ DONE ] >> rust-ouroboros_macro (0.15.5)                               [       52 ][ DONE ] >> rust-aliasable (0.1.3)                                      [        1 ][ DONE ] >> rust-stable_deref_trait (1.2.0)                             [        1 ][ DONE ] >> rust-ouroboros (0.15.5)                                     [       52 ][ DONE ] >> rust-base64 (0.13.0)                                        [        2 ][ DONE ] >> rust-pem (1.1.0)                                            [        3 ][ DONE ] >> gdb (12.1)                                                  [     1:38 ][ DONE ] >> grub (2.06)                                                 [     2:58 ][ DONE ] >> mandoc (1.14.6)                                             [        5 ][ DONE ] >> efivar (38)                                                 [        3 ][ DONE ] >> efibootmgr (18)                                             [        1 ][ DONE ] >> libtasn1 (4.19.0)                                           [       29 ][ DONE ] >> p11-kit (0.24.1)                                            [       19 ][ DONE ] >> ca-certificates (20221201)                                  [        5 ][ DONE ] >> fireinfo (2.2.0)                                            [       19 ][ DONE ] >> libnet (1.1.6)                                              [       11 ][ DONE ] >> libnl-3 (3.5.0)                                             [       20 ][ DONE ] >> libidn (1.41)                                               [       23 ][ DONE ] >> nasm (2.15.05)                                              [       20 ][ DONE ] >> libjpeg (2.1.4)                                             [        4 ][ DONE ] >> openjpeg (2.4.0)                                            [        4 ][ DONE ] >> libexif (0.6.24)                                            [        9 ][ DONE ] >> libpng (1.6.39)                                             [        7 ][ DONE ] >> libtiff (4.5.0)                                             [       25 ][ DONE ] >> gd (2.3.3)                                                  [       13 ][ DONE ] >> slang (2.3.2)                                               [       31 ][ DONE ] >> newt (0.52.21)                                              [        4 ][ DONE ] >> libsmooth                                                   [       13 ][ DONE ] >> libcap (2.66)                                               [        5 ][ DONE ] >> libcap-ng (0.8.3)                                           [       10 ][ DONE ] >> pciutils (3.8.0)                                            [        1 ][ DONE ] >> usbutils (015)                                              [       19 ][ DONE ] >> libxml2 (2.10.3)                                            [       14 ][ DONE ] >> libxslt (1.1.37)                                            [       12 ][ DONE ] >> perl-BerkeleyDB (0.63)                                      [        3 ][ DONE ] >> cyrus-sasl (2.1.26)                                         [       36 ][ DONE ] >> openldap (2.6.1)                                            [     1:25 ][ DONE ] >> apache2 (2.4.54)                                            [       55 ][ DONE ] >> web-user-interface                                          [        9 ][ DONE ] >> flag-icons (2.6)                                            [        2 ][ DONE ] >> jquery (3.6.3)                                              [        1 ][ DONE ] >> bootstrap (4.0.0-alpha.6)                                   [        1 ][ DONE ] >> arping (2.21)                                               [       11 ][ DONE ] >> beep (1.3)                                                  [        1 ][ DONE ] >> libssh (0.10.4)                                             [       25 ][ DONE ] >> libinih (56)                                                [        3 ][ DONE ] >> cdrkit (1.1.11)                                             [       11 ][ DONE ] >> dosfstools (4.2)                                            [        8 ][ DONE ] >> exfatprogs (1.1.3)                                          [        7 ][ DONE ] >> reiserfsprogs (3.6.27)                                      [       21 ][ DONE ] >> liburcu (0.13.2)                                            [       24 ][ DONE ] >> xfsprogs (6.1.0)                                            [     1:08 ][ DONE ] >> sysfsutils (2.1.1)                                          [       16 ][ DONE ] >> fuse (3.11.0)                                               [        6 ][ DONE ] >> ntfs-3g (2021.8.22)                                         [       23 ][ DONE ] >> ethtool (6.0)                                               [        5 ][ DONE ] >> fcron (3.2.1)                                               [       15 ][ DONE ] >> perl-ExtUtils-PkgConfig (1.16)                              [        2 ][ DONE ] >> perl-GD (2.73)                                              [        4 ][ DONE ] >> perl-GD-Graph (1.54)                                        [        2 ][ DONE ] >> perl-GD-TextUtil (0.86)                                     [        2 ][ DONE ] >> perl-Device-SerialPort (1.000002)                           [       14 ][ DONE ] >> perl-Device-Modem (1.56)                                    [        1 ][ DONE ] >> perl-Apache-Htpasswd (1.9)                                  [        2 ][ DONE ] >> perl-Parse-Yapp (1.21)                                      [        2 ][ DONE ] >> perl-Data-UUID (1.224)                                      [        2 ][ DONE ] >> perl-Try-Tiny (0.31)                                        [        2 ][ DONE ] >> perl-HTTP-Message (6.36)                                    [        2 ][ DONE ] >> perl-HTTP-Date (6.05)                                       [        2 ][ DONE ] >> gnupg (1.4.23)                                              [       29 ][ DONE ] >> hdparm (9.65)                                               [        1 ][ DONE ] >> whatmask (1.2)                                              [        5 ][ DONE ] >> libtirpc (1.3.1)                                            [        9 ][ DONE ] >> conntrack-tools (1.4.7)                                     [       11 ][ DONE ] >> iputils (20221126)                                          [        5 ][ DONE ] >> l7-protocols (2009-05-10)                                   [        2 ][ DONE ] >> hwdata                                                      [        1 ][ DONE ] >> logrotate (3.21.0)                                          [        9 ][ DONE ] >> logwatch (7.7)                                              [        3 ][ DONE ] >> misc-progs                                                  [        4 ][ DONE ] >> nano (7.1)                                                  [       41 ][ DONE ] >> perl-URI (5.09)                                             [        3 ][ DONE ] >> perl-CGI (4.54)                                             [        2 ][ DONE ] >> perl-Switch (2.17)                                          [        2 ][ DONE ] >> perl-HTML-Tagset (3.04)                                     [        1 ][ DONE ] >> perl-HTML-Parser (3.78)                                     [        3 ][ DONE ] >> perl-HTML-Template (2.94)                                   [        1 ][ DONE ] >> perl-Compress-Zlib (1.35)                                   [        3 ][ DONE ] >> perl-Digest (1.19)                                          [        1 ][ DONE ] >> perl-Digest-SHA1 (2.13)                                     [        2 ][ DONE ] >> perl-Digest-HMAC (1.03)                                     [        2 ][ DONE ] >> perl-libwww (6.62)                                          [        2 ][ DONE ] >> perl-LWP-Protocol-https (6.10)                              [        2 ][ DONE ] >> perl-Net-HTTP (6.22)                                        [        2 ][ DONE ] >> perl-Net-DNS (1.30)                                         [        4 ][ DONE ] >> perl-Net-IPv4Addr (0.10)                                    [        2 ][ DONE ] >> perl-Net_SSLeay (1.88)                                      [        4 ][ DONE ] >> perl-IO-Stringy (2.110)                                     [        2 ][ DONE ] >> perl-IO-Socket-SSL (2.066)                                  [        3 ][ DONE ] >> perl-Unix-Syslog (1.1)                                      [        2 ][ DONE ] >> perl-Mail-Tools (2.07)                                      [        2 ][ DONE ] >> perl-MIME-Tools (5.509)                                     [        3 ][ DONE ] >> perl-Net-Server (0.97)                                      [        2 ][ DONE ] >> perl-Canary-Stability (2013)                                [        2 ][ DONE ] >> perl-Convert-TNEF (0.18)                                    [        1 ][ DONE ] >> perl-Convert-UUlib (1.8)                                    [        5 ][ DONE ] >> perl-Archive-Tar (1.29)                                     [        2 ][ DONE ] >> perl-Archive-Zip (1.16)                                     [        1 ][ DONE ] >> perl-Text-Tabs+Wrap (2013.0523)                             [        2 ][ DONE ] >> perl-XML-Parser (2.46)                                      [        3 ][ DONE ] >> perl-Crypt-PasswdMD5 (1.41)                                 [        1 ][ DONE ] >> perl-Net-Telnet (3.03)                                      [        2 ][ DONE ] >> perl-JSON (4.05)                                            [        2 ][ DONE ] >> python3-inotify (0.2.10)                                    [        1 ][ DONE ] >> python3-docutils (0.19)                                     [        5 ][ DONE ] >> python3-daemon (2.3.1)                                      [        2 ][ DONE ] >> ntp (4.2.8p15)                                              [     1:31 ][ DONE ] >> openssh (9.1p1)                                             [       55 ][ DONE ] >> fontconfig (2.13.1)                                         [       19 ][ DONE ] >> dejavu-fonts-ttf (2.37)                                     [        2 ][ DONE ] >> ubuntu-font-family (0.83)                                   [        1 ][ DONE ] >> freefont (20060126)                                         [        1 ][ DONE ] >> pixman (0.40.0)                                             [       13 ][ DONE ] >> cairo (1.16.0)                                              [       41 ][ DONE ] >> harfbuzz (6.0.0)                                            [       23 ][ DONE ] >> fribidi (1.0.12)                                            [        5 ][ DONE ] >> pango (1.50.6)                                              [       14 ][ DONE ] >> rrdtool (1.8.0)                                             [       35 ][ DONE ] >> setup                                                       [       18 ][ DONE ] >> jansson (2.14)                                              [        8 ][ DONE ] >> yaml (0.2.5)                                                [        6 ][ DONE ] >> libhtp (0.5.42)                                             [       18 ][ DONE ] >> colm (0.13.0.6)                                             [       19 ][ DONE ] >> ragel (7.0.0.11)                                            [     1:32 ][ DONE ] >> hyperscan (5.4.0)                                           [       16 ][ DONE ] >> suricata (6.0.9)                                            [     2:53 ][ DONE ] >> ids-ruleset-sources                                         [        1 ][ DONE ] >> ipblocklist-sources                                         [        1 ][ DONE ] >> squid (5.7)                                                 [     3:26 ][ DONE ] >> squidguard (1.6.0)                                          [       12 ][ DONE ] >> calamaris (2.59)                                            [        1 ][ DONE ] >> tcpdump (4.99.3)                                            [       12 ][ DONE ] >> traceroute (2.1.0)                                          [        1 ][ DONE ] >> vlan (1.9)                                                  [        1 ][ DONE ] >> wireless (30.pre9)                                          [        2 ][ DONE ] >> pakfire (0.99)                                              [        1 ][ DONE ] >> lz4 (1.9.3)                                                 [       14 ][ DONE ] >> lzo (2.10)                                                  [       19 ][ DONE ] >> openvpn (2.5.8)                                             [       50 ][ DONE ] >> mpage (2.5.7)                                               [        1 ][ DONE ] >> dbus (1.14.4)                                               [       35 ][ DONE ] >> intltool (0.51.0)                                           [        2 ][ DONE ] >> libdaemon (0.14)                                            [       16 ][ DONE ] >> avahi (0.8)                                                 [       42 ][ DONE ] >> cups (2.4.1)                                                [     1:03 ][ DONE ] >> lcms2 (2.14)                                                [       13 ][ DONE ] >> ghostscript (10.0.0)                                        [     1:35 ][ DONE ] >> qpdf (10.4.0)                                               [       35 ][ DONE ] >> poppler (23.01.0)                                           [       40 ][ DONE ] >> poppler-data (0.4.11)                                       [        4 ][ DONE ] >> cups-filters (1.28.16)                                      [       30 ][ DONE ] >> epson-inkjet-printer-escpr (1.6.12)                         [       16 ][ DONE ] >> cups-pdf (3.0.1)                                            [        2 ][ DONE ] >> foomatic (4.0.9)                                            [     1:55 ][ DONE ] >> hplip (3.22.6)                                              [       26 ][ DONE ] >> cifs-utils (6.14)                                           [       15 ][ DONE ] >> krb5 (1.20.1)                                               [     1:56 ][ DONE ] >> rpcsvc-proto (1.4.3)                                        [        5 ][ DONE ] >> samba (4.17.4)                                              [    13:54 ][ DONE ] >> netatalk (3.1.12)                                           [     1:06 ][ DONE ] >> sudo (1.9.12p1)                                             [     1:14 ][ DONE ] >> mc (4.8.28)                                                 [     1:31 ][ DONE ] >> wget (1.21.3)                                               [     1:04 ][ DONE ] >> bridge-utils (1.5)                                          [        6 ][ DONE ] >> smartmontools (7.3)                                         [       17 ][ DONE ] >> htop (3.2.1)                                                [       18 ][ DONE ] >> chkconfig (1.5)                                             [        1 ][ DONE ] >> postfix (3.7.3)                                             [       30 ][ DONE ] >> fetchmail (6.4.34)                                          [       20 ][ DONE ] >> clamav (0.105.1)                                            [     1:31 ][ DONE ] >> perl-NetAddr-IP (4.079)                                     [       19 ][ DONE ] >> dma (0.13)                                                  [        6 ][ DONE ] >> alsa (1.2.5.1)                                              [     1:00 ][ DONE ] >> mpfire                                                      [        1 ][ DONE ] >> guardian (2.0.2)                                            [        1 ][ DONE ] >> libid3tag (0.15.1b)                                         [       11 ][ DONE ] >> libmad (0.15.1b)                                            [       21 ][ DONE ] >> libogg (1.3.5)                                              [        8 ][ DONE ] >> libvorbis (1.3.7)                                           [       10 ][ DONE ] >> flac (1.4.2)                                                [       29 ][ DONE ] >> lame (3.100)                                                [       34 ][ DONE ] >> sox (14.4.2)                                                [       55 ][ DONE ] >> soxr (0.1.3)                                                [        3 ][ DONE ] >> libshout (2.4.6)                                            [       14 ][ DONE ] >> xvid (1.3.7)                                                [        4 ][ DONE ] >> libmpeg2 (0.4.1)                                            [       18 ][ DONE ] >> gnump3d (3.0)                                               [        6 ][ DONE ] >> rsync (3.2.7)                                               [       37 ][ DONE ] >> rpcbind (1.2.6)                                             [        3 ][ DONE ] >> keyutils (1.6.3)                                            [        2 ][ DONE ] >> nfs (2.6.1)                                                 [       59 ][ DONE ] >> ncat (7.92)                                                 [     1:18 ][ DONE ] >> nmap (7.92)                                                 [     1:25 ][ DONE ] >> etherwake (1.09)                                            [        1 ][ DONE ] >> bwm-ng (0.6.1-f54b3fa)                                      [       16 ][ DONE ] >> sysstat (12.7.1)                                            [       11 ][ DONE ] >> strongswan (5.9.9)                                          [     2:26 ][ DONE ] >> rng-tools (6.14)                                            [        9 ][ DONE ] >> lsof (4.95.0.linux)                                         [        3 ][ DONE ] >> br2684ctl                                                   [        2 ][ DONE ] >> lm_sensors (3-6-0)                                          [        2 ][ DONE ] >> libstatgrab (0.92.1)                                        [       59 ][ DONE ] >> liboping (1.3.4)                                            [       11 ][ DONE ] >> collectd (4.10.9)                                           [     3:03 ][ DONE ] >> elinks (0.15.1)                                             [     1:13 ][ DONE ] >> igmpproxy (0.3)                                             [        4 ][ DONE ] >> opus (1.3.1)                                                [       12 ][ DONE ] >> python3-toml (0.10.2)                                       [        2 ][ DONE ] >> python3-pyproject2setuppy (22)                              [        2 ][ DONE ] >> python3-pyparsing (3.0.9)                                   [        4 ][ DONE ] >> spice-protocol (0.14.3)                                     [        2 ][ DONE ] >> spice (0.15.0)                                              [       49 ][ DONE ] >> sdl2 (2.26.2)                                               [       55 ][ DONE ] >> libusbredir (0.13.0)                                        [        5 ][ DONE ] >> libseccomp (2.5.4)                                          [        8 ][ DONE ] >> qemu (7.1.0)                                                [     7:48 ][ DONE ] >> netsnmpd (5.9.1)                                            [     8:12 ][ DONE ] >> nagios_nrpe (4.1.0)                                         [     1:05 ][ DONE ] >> nagios-plugins (2.3.3)                                      [     1:38 ][ DONE ] >> icinga (1.11.4)                                             [       54 ][ DONE ] >> observium-agent (18.9.1)                                    [        6 ][ DONE ] >> ebtables (2.0.10-4)                                         [        3 ][ DONE ] >> faad2 (2_10_0)                                              [       24 ][ DONE ] >> alac (0.0.7)                                                [       17 ][ DONE ] >> ffmpeg (5.1.2)                                              [     1:18 ][ DONE ] >> vdr (2.4.7)                                                 [       16 ][ DONE ] >> vdr_streamdev (0.6.1)                                       [       56 ][ DONE ] >> vdr_epgsearch (2.4.0+git20191101)                           [     2:19 ][ DONE ] >> vdr_dvbapi (2.2.5)                                          [       16 ][ DONE ] >> vdr_eepg (master)                                           [       23 ][ DONE ] >> w_scan (20170107)                                           [       10 ][ DONE ] >> fmt (9.1.0)                                                 [     1:36 ][ DONE ] >> mpd (0.23.10)                                               [       24 ][ DONE ] >> libmpdclient (2.19)                                         [        5 ][ DONE ] >> mpc (0.34)                                                  [        3 ][ DONE ] >> perl-Net-CIDR-Lite (0.21)                                   [        2 ][ DONE ] >> perl-Net-SMTP-SSL (1.04)                                    [        1 ][ DONE ] >> perl-MIME-Base64 (3.16)                                     [        4 ][ DONE ] >> perl-Authen-SASL (2.16)                                     [        2 ][ DONE ] >> perl-MIME-Lite (3.033)                                      [        2 ][ DONE ] >> perl-Email-Date-Format (1.005)                              [        2 ][ DONE ] >> git (2.38.1)                                                [       54 ][ DONE ] >> squidclamav (5.11)                                          [       22 ][ DONE ] >> vnstat (2.10)                                               [       17 ][ DONE ] >> iw (5.19)                                                   [        3 ][ DONE ] >> wpa_supplicant (2.10)                                       [       35 ][ DONE ] >> hostapd (2_10)                                              [        7 ][ DONE ] >> syslinux (6.04-pre1)                                        [       20 ][ DONE ] >> tftpd (5.2)                                                 [       22 ][ DONE ] >> cpufrequtils (008)                                          [        3 ][ DONE ] >> gutenprint (5.3.4)                                          [       23 ][ DONE ] >> apcupsd (3.14.14)                                           [       21 ][ DONE ] >> fireperf (0.2.0)                                            [       14 ][ DONE ] >> iperf (2.1.8)                                               [       20 ][ DONE ] >> iperf3 (3.12)                                               [       16 ][ DONE ] >> 7zip (17.04)                                                [       14 ][ DONE ] >> lynis (3.0.8)                                               [        1 ][ DONE ] >> sshfs (3.7.2)                                               [        6 ][ DONE ] >> taglib (1.12)                                               [        8 ][ DONE ] >> sslh (1.22c)                                                [        2 ][ DONE ] >> perl-gettext (1.05)                                         [        3 ][ DONE ] >> perl-Sort-Naturally (1.03)                                  [        2 ][ DONE ] >> vdradmin (3.6.10)                                           [        2 ][ DONE ] >> perl-DBI (1.631)                                            [       12 ][ DONE ] >> perl-DBD-SQLite (1.40)                                      [       48 ][ DONE ] >> perl-File-ReadBackwards (1.05)                              [        2 ][ DONE ] >> openvmtools (stable-12.0.5)                                 [     2:06 ][ DONE ] >> joe (4.6)                                                   [       14 ][ DONE ] >> monit (5.32.0)                                              [       50 ][ DONE ] >> nut (2.8.0)                                                 [     2:34 ][ DONE ] >> watchdog (5.16)                                             [        6 ][ DONE ] >> usb_modeswitch (2.6.1)                                      [        3 ][ DONE ] >> usb_modeswitch_data (20191128)                              [        5 ][ DONE ] >> zerofree (1.1.1)                                            [        1 ][ DONE ] >> minicom (2.8)                                               [       16 ][ DONE ] >> ddrescue (1.26)                                             [        7 ][ DONE ] >> powertop (2.14)                                             [       42 ][ DONE ] >> parted (3.5)                                                [     1:00 ][ DONE ] >> swig (4.1.0)                                                [       29 ][ DONE ] >> dtc (1.6.1)                                                 [        0 ][ SKIP ] >> u-boot (2022.10)                                            [        0 ][ SKIP ] >> u-boot-friendlyarm (5e8607b-nanopi-r1-binary)                     [        0 ][ SKIP ] >> wireless-regdb (2022-08-12)                                 [        1 ][ DONE ] >> ddns (014)                                                  [        8 ][ DONE ] >> python3-pycparser (2.21)                                    [        4 ][ DONE ] >> python3-charset-normalizer (2.1.1)                          [        2 ][ DONE ] >> python3-certifi (2022.9.24)                                 [        2 ][ DONE ] >> python3-idna (3.4)                                          [        2 ][ DONE ] >> python3-requests (2.28.1)                                   [        2 ][ DONE ] >> python3-tomli (2.0.1)                                       [        3 ][ DONE ] >> python3-pep517 (0.13.0)                                     [        2 ][ DONE ] >> python3-build (0.8.0)                                       [        2 ][ DONE ] >> python3-install (0.0.3)                                     [        2 ][ DONE ] >> python3-urllib3 (1.26.12)                                   [        3 ][ DONE ] >> python3-flit (3.7.1)                                        [        3 ][ DONE ] >> python3-packaging (21.3)                                    [        2 ][ DONE ] >> python3-typing-extensions (4.4.0)                           [        2 ][ DONE ] >> python3-semantic-version (2.10.0)                           [        2 ][ DONE ] >> python3-setuptools-scm (7.0.5)                              [        2 ][ DONE ] >> python3-setuptools-rust (1.5.2)                             [        3 ][ DONE ] >> python3-six (1.16.0)                                        [        2 ][ DONE ] >> python3-dateutil (2.8.2)                                    [        3 ][ DONE ] >> python3-jmespath (1.0.1)                                    [        2 ][ DONE ] >> python3-colorama (0.4.5)                                    [        9 ][ DONE ] >> python3-yaml (6.0)                                          [        2 ][ DONE ] >> python3-s3transfer (0.6.0)                                  [        3 ][ DONE ] >> python3-rsa (4.9)                                           [        2 ][ DONE ] >> python3-pyasn1 (0.4.8)                                      [        2 ][ DONE ] >> python3-botocore (1.27.89)                                  [       11 ][ DONE ] >> python3-cffi (1.15.1)                                       [        9 ][ DONE ] >> python3-cryptography (38.0.1)                               [     2:38 ][ DONE ] >> python3-circuitbreaker (1.4.0)                              [        3 ][ DONE ] >> python3-pytz (2022.4)                                       [        6 ][ DONE ] >> python3-click (8.1.3)                                       [        3 ][ DONE ] >> python3-arrow (1.2.3)                                       [        2 ][ DONE ] >> python3-terminaltables (3.1.10)                             [        3 ][ DONE ] >> python3-pkgconfig (1.5.5)                                   [        2 ][ DONE ] >> python3-msgpack (1.0.4)                                     [        7 ][ DONE ] >> python3-attr (0.3.2)                                        [        3 ][ DONE ] >> python3-attrs (22.1.0)                                      [        2 ][ DONE ] >> python3-sniffio (1.3.0)                                     [        8 ][ DONE ] >> python3-sortedcontainers (2.4.0)                            [        3 ][ DONE ] >> python3-outcome (1.2.0)                                     [        2 ][ DONE ] >> python3-async_generator (1.10)                              [        2 ][ DONE ] >> python3-trio (0.22.0)                                       [        4 ][ DONE ] >> python3-pyfuse3 (3.2.2)                                     [       22 ][ DONE ] >> aws-cli (1.23.12)                                           [       29 ][ DONE ] >> oci-python-sdk (2.64.0)                                     [     1:38 ][ DONE ] >> oci-cli (3.7.3)                                             [       24 ][ DONE ] >> transmission (3.00)                                         [       32 ][ DONE ] >> mtr (0.95)                                                  [       13 ][ DONE ] >> minidlna (1.3.0)                                            [       28 ][ DONE ] >> acpid (2.0.32)                                              [       10 ][ DONE ] >> fping (5.0)                                                 [        4 ][ DONE ] >> telnet (0.17)                                               [        6 ][ DONE ] >> xinetd (2.3.15)                                             [       11 ][ DONE ] >> stress (1.0.5)                                              [        7 ][ DONE ] >> sarg (2.4.0)                                                [       15 ][ DONE ] >> nginx (1.22.1)                                              [       28 ][ DONE ] >> sysbench (1.0.20)                                           [       51 ][ DONE ] >> strace (6.1)                                                [     1:53 ][ DONE ] >> ltrace (0.7.3)                                              [       18 ][ DONE ] >> ipfire-netboot (v2.0)                                       [     3:08 ][ DONE ] >> lcdproc (0e2ce9b)                                           [       20 ][ DONE ] >> keepalived (2.2.7)                                          [       54 ][ DONE ] >> ipvsadm (1.31)                                              [        3 ][ DONE ] >> perl-Carp-Clan (6.08)                                       [        2 ][ DONE ] >> perl-Date-Calc (6.4)                                        [        2 ][ DONE ] >> perl-Date-Manip (6.86)                                      [       17 ][ DONE ] >> perl-File-Tail (1.3)                                        [        2 ][ DONE ] >> perl-TimeDate (2.33)                                        [        2 ][ DONE ] >> swatch (3.2.4)                                              [        2 ][ DONE ] >> tor (0.4.7.12)                                              [     1:30 ][ DONE ] >> wavemon (0.7.5)                                             [       12 ][ DONE ] >> iptraf-ng (1.2.1)                                           [        3 ][ DONE ] >> iotop (0.6)                                                 [        2 ][ DONE ] >> stunnel (5.63)                                              [       32 ][ DONE ] >> bacula (9.6.7)                                              [     1:03 ][ DONE ] >> perl-Font-TTF (1.06)                                        [        4 ][ DONE ] >> perl-IO-String (1.08)                                       [        2 ][ DONE ] >> perl-PDF-API2 (2.033)                                       [        4 ][ DONE ] >> proxy-accounting (1.0.4)                                    [        1 ][ DONE ] >> tmux (3.3)                                                  [       17 ][ DONE ] >> perl-Text-CSV_XS (1.12)                                     [        5 ][ DONE ] >> lua (5.4.4)                                                 [        2 ][ DONE ] >> haproxy (2.7.1)                                             [       24 ][ DONE ] >> ipset (7.17)                                                [       21 ][ DONE ] >> dnsdist (1.7.3)                                             [     2:19 ][ DONE ] >> bird (2.0.11)                                               [       19 ][ DONE ] >> libyang (2.1.4)                                             [       15 ][ DONE ] >> frr (8.0.1)                                                 [     1:27 ][ DONE ] >> dmidecode (3.3)                                             [        1 ][ DONE ] >> mcelog (181)                                                [        4 ][ DONE ] >> libpciaccess (0.17)                                         [       10 ][ DONE ] >> libyajl (2.1.0)                                             [        3 ][ DONE ] >> libvirt (8.10.0)                                            [     1:21 ][ DONE ] >> libtalloc (2.3.4)                                           [     2:04 ][ DONE ] >> freeradius (3.0.23)                                         [     2:12 ][ DONE ] >> perl-common-sense (3.74)                                    [        2 ][ DONE ] >> perl-inotify2 (1.22)                                        [        4 ][ DONE ] >> perl-Net-IP (1.26)                                          [        2 ][ DONE ] >> wio (1.3.2)                                                 [        1 ][ DONE ] >> iftop (1.0pre4)                                             [        9 ][ DONE ] >> mdns-repeater (1.10)                                        [        1 ][ DONE ] >> i2c-tools (4.3)                                             [        2 ][ DONE ] >> nss-myhostname (0.3)                                        [       22 ][ DONE ] >> dehydrated (0.7.1)                                          [        1 ][ DONE ] >> libplist (2.2.0)                                            [       27 ][ DONE ] >> nqptp (d900567)                                             [        9 ][ DONE ] >> shairport-sync (3cc1ec6)                                    [       19 ][ DONE ] >> borgbackup (1.2.0)                                          [       51 ][ DONE ] >> lmdb (0.9.29)                                               [        6 ][ DONE ] >> knot (3.2.4)                                                [       18 ][ DONE ] >> spectre-meltdown-checker (0.45)                             [        2 ][ DONE ] >> zabbix_agentd (6.0.6)                                       [     1:33 ][ DONE ] >> flashrom (1.2)                                              [        8 ][ DONE ] >> firmware-update (20210107)                                  [        6 ][ DONE ] >> tshark (3.6.3)                                              [     1:14 ][ DONE ] >> speedtest-cli (2.1.3)                                       [        2 ][ DONE ] >> amazon-ssm-agent (3.0.356.0)                                [       55 ][ DONE ] >> libloc (0.9.15)                                             [     1:04 ][ DONE ] >> ncdu (1.17)                                                 [        7 ][ DONE ] >> lshw (B.02.19.2)                                            [        6 ][ DONE ] >> socat (1.7.4.2)                                             [       59 ][ DONE ] >> libcdada (0.4.0)                                            [       46 ][ DONE ] >> pmacct (1.7.6)                                              [     3:14 ][ DONE ] >> squid-asnbl (0.2.3)                                         [        2 ][ DONE ] >> qemu-ga (7.1.0)                                             [        1 ][ DONE ] >> gptfdisk (1.0.9)                                            [       30 ][ DONE ] >> oath-toolkit (2.6.7)                                        [     2:26 ][ DONE ] >> qrencode (4.1.1)                                            [        8 ][ DONE ] >> perl-File-Remove (1.60)                                     [        2 ][ DONE ] >> perl-Module-Build (0.4231)                                  [        3 ][ DONE ] >> perl-Module-ScanDeps (1.31)                                 [        2 ][ DONE ] >> perl-YAML-Tiny (1.73)                                       [        2 ][ DONE ] >> perl-Module-Install (1.19)                                  [        3 ][ DONE ] >> perl-Imager (1.012)                                         [       26 ][ DONE ] >> perl-Imager-QRCode (0.035)                                  [        3 ][ DONE ] >> perl-MIME-Base32 (1.303)                                    [        2 ][ DONE ] >> perl-URI-Encode (1.1.1)                                     [        2 ][ DONE ] >> Building installer >> memtest (6.00)                                              [        2 ][ DONE ] >> installer                                                   [       21 ][ DONE ] >> strip                                                       [     1:47 ][ DONE ] >> Building packages >> Generating packages list from logs                                      [ DONE ] >> cdrom                                                       [     3:07 ][ DONE ] >> flash-images                                                [     2:41 ][ DONE ] >> core-updates                                                [       51 ][ DONE ] >> samba (4.17.4)                                              [       45 ][ DONE ] >> vdr_dvbapi (2.2.5)                                          [        0 ][ DONE ] >> amazon-ssm-agent (3.0.356.0)                                [     1:01 ][ DONE ] >> perl-Parse-Yapp (1.21)                                      [        1 ][ DONE ] >> vdr_streamdev (0.6.1)                                       [        0 ][ DONE ] >> joe (4.6)                                                   [        1 ][ DONE ] >> elfutils (0.187)                                            [        1 ][ DONE ] >> libusbredir (0.13.0)                                        [        1 ][ DONE ] >> cups-pdf (3.0.1)                                            [        0 ][ DONE ] >> tor (0.4.7.12)                                              [       10 ][ DONE ] >> python3-trio (0.22.0)                                       [        2 ][ DONE ] >> python3-colorama (0.4.5)                                    [        0 ][ DONE ] >> shairport-sync (3cc1ec6)                                    [        0 ][ DONE ] >> iftop (1.0pre4)                                             [        0 ][ DONE ] >> libmpdclient (2.19)                                         [        0 ][ DONE ] >> python3-typing-extensions (4.4.0)                           [        0 ][ DONE ] >> flac (1.4.2)                                                [        1 ][ DONE ] >> 7zip (17.04)                                                [        6 ][ DONE ] >> swatch (3.2.4)                                              [        0 ][ DONE ] >> netatalk (3.1.12)                                           [        1 ][ DONE ] >> aws-cli (1.23.12)                                           [        9 ][ DONE ] >> libvirt (8.10.0)                                            [        8 ][ DONE ] >> powertop (2.14)                                             [        3 ][ DONE ] >> python3-urllib3 (1.26.12)                                   [        0 ][ DONE ] >> observium-agent (18.9.1)                                    [        1 ][ DONE ] >> flashrom (1.2)                                              [        0 ][ DONE ] >> libpciaccess (0.17)                                         [        1 ][ DONE ] >> python3-packaging (21.3)                                    [        0 ][ DONE ] >> libshout (2.4.6)                                            [        0 ][ DONE ] >> c-ares (1.17.1)                                             [        1 ][ DONE ] >> qemu-ga (7.1.0)                                             [        1 ][ DONE ] >> perl-File-ReadBackwards (1.05)                              [        0 ][ DONE ] >> bird (2.0.11)                                               [        1 ][ DONE ] >> epson-inkjet-printer-escpr (1.6.12)                         [        6 ][ DONE ] >> dbus (1.14.4)                                               [        0 ][ DONE ] >> minidlna (1.3.0)                                            [        1 ][ DONE ] >> python3-rsa (4.9)                                           [        0 ][ DONE ] >> postfix (3.7.3)                                             [        8 ][ DONE ] >> lshw (B.02.19.2)                                            [        0 ][ DONE ] >> oci-python-sdk (2.64.0)                                     [       31 ][ DONE ] >> mcelog (181)                                                [        0 ][ DONE ] >> pmacct (1.7.6)                                              [        2 ][ DONE ] >> mtr (0.95)                                                  [        0 ][ DONE ] >> perl-gettext (1.05)                                         [        1 ][ DONE ] >> python3-setuptools (65.4.1)                                 [        0 ][ FAIL ] >> >>      Jan 19 17:11:28: Building oci-python-sdk oci-python-sdk-2.64.0.tar.gz checksum OK >>      + cd /usr/src/lfs >>      + make -f oci-python-sdk LFS_BASEDIR=/usr/src dist >>      '/usr/src/config/rootfiles/packages//oci-python-sdk' -> '/tmp/package-oci-python-sdk/ROOTFILES' >>      Jan 19 17:12:00: Building mcelog mcelog-181.tar.gz checksum OK >>      + cd /usr/src/lfs >>      + make -f mcelog LFS_BASEDIR=/usr/src dist >>      '/usr/src/config/rootfiles/packages//mcelog' -> '/tmp/package-mcelog/ROOTFILES' >>      Jan 19 17:12:00: Building pmacct pmacct-1.7.6.tar.gz checksum OK >>      + cd /usr/src/lfs >>      + make -f pmacct LFS_BASEDIR=/usr/src dist >>      '/usr/src/config/rootfiles/packages//pmacct' -> '/tmp/package-pmacct/ROOTFILES' >>      Jan 19 17:12:02: Building mtr mtr-0.95.tar.gz checksum OK >>      + cd /usr/src/lfs >>      + make -f mtr LFS_BASEDIR=/usr/src dist >>      '/usr/src/config/rootfiles/packages//mtr' -> '/tmp/package-mtr/ROOTFILES' >>      Jan 19 17:12:02: Building perl-gettext perl-gettext-1.05.tar.gz checksum OK >>      + cd /usr/src/lfs >>      + make -f perl-gettext LFS_BASEDIR=/usr/src dist >>      '/usr/src/config/rootfiles/packages//perl-gettext' -> '/tmp/package-perl-gettext/ROOTFILES' >>      Jan 19 17:12:03: Building python3-setuptools setuptools-65.4.1.tar.gz checksum OK >>      + cd /usr/src/lfs >>      + make -f python3-setuptools LFS_BASEDIR=/usr/src dist >>      '/usr/src/config/rootfiles/packages//python3-setuptools' -> '/tmp/package-python3-setuptools/ROOTFILES' >>      tar: unhandled positional option 0 >>      tar: Error is not recoverable: exiting now >>      tar: Unexpected EOF in archive >>      tar: Unexpected EOF in archive >>      tar: Error is not recoverable: exiting now >>      make: *** [python3-setuptools:61: dist] Error 2 >> >> ERROR: Packaging python3-setuptools                                     [ FAIL ] >>      Check /build/nightly/next/log/_build.packages.log for errors if applicable[ FAIL ]