From: "Peter Müller" <peter.mueller@ipfire.org>
To: development@lists.ipfire.org
Subject: Re: [FAILED] Nightly Build of next (afd2a2a) for armv6l on arm64-01.zrh.ipfire.org
Date: Fri, 25 Nov 2022 12:06:24 +0000 [thread overview]
Message-ID: <bde29da6-937c-db73-c6aa-d1fae66ff809@ipfire.org> (raw)
In-Reply-To: <094361c1-7dc3-ffd0-3a3e-551f5505648a@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 99642 bytes --]
Hello Adolf,
thanks for your reply.
> Hi Peter,
>
> On 19/11/2022 21:33, Peter Müller wrote:
>> Hello *,
>>
>> ever since merging the Python 3.10 patchset, the nightly builds on 32-bit ARM crash
>> due to some files missing the builder expects to be present. Since file names containing
>> architecture prefixes do not read "xxxMACHINExxx-linux-gnu" on 32-bit ARM, but
>> "arm-linux-gnueabi", such quirks are rather familiar, and usually easy to fix by updating
>> the affected rootfiles.
>>
>> This time, however, I struggle finding the root cause: Searching for "_testcapi" in
>> all rootfiles returns this:
>>
>> $ grep -r "_testcapi" config/rootfiles/
>> config/rootfiles/common/armv6l/python3:usr/lib/python3.10/lib-dynload/_testcapi.cpython-310-arm-linux-gnueabi.so
>> config/rootfiles/common/python3:usr/lib/python3.10/lib-dynload/_testcapi.cpython-310-xxxMACHINExxx-linux-gnu.so
>
> I definitely didn't do a very good job with the python update patch set. My apologies for that.
I second Michael: There is absolutely no need to apologize. You are doing great work,
and stuff like this just happens, particularly if you are dealing with an architecture
you don't really have access to. :-)
>
> The line in question refers to cpython. With the pyfuse3 package update being properly cythonised the python3-Cython package was removed. I have the suspicion that this line is related to that Cython aspect as looking back through previous CU's it was only present in python3 when python3-Cython was present.
>
> So the line probably should be removed from the rootfile is my conclusion, although I am not 100% certain on that.
I interpret this diffently: For some reason, the builder _expects_ all of these
/usr/lib/python3.10/lib-dynload/${something}.cpython-310-armv6l-linux-gnu.so files to be
present, but they are not - otherwise, a rootfile warning would be logged, but the build
would run through.
What puzzles me is that we have this pattern of "xxxMACHINExxx-linux-gnu" only in the generic
rootfile for Python 3 - but that should not be relevant, given that its armv6l, and there is
a dedicated rootfile for this architecture around, which looks quite correct.
I suspect a bug in the way architecture-dependent rootfiles are processed, but cannot spot
any recent changes that could have caused this, so I am pretty much lost here. :-(
@Michael: Do you have an idea?
Thanks, and best regards,
Peter Müller
>
> Sorry for causing all the hassles.
>
> Regards,
>
> Adolf.
>
>> Based on this output, I would have expected the 32-bit ARM builder to use the armv6l rootfile
>> rather than the generic one - just as it did before. However,
>>
>> tar: usr/lib/python3.10/lib-dynload/_testcapi.cpython-310-armv6l-linux-gnu.so: Cannot stat: No such file or directory
>> ^^^^^^ ^^^^^^
>>
>> reads like I am mistaken.
>>
>> Has anything changed on that front? Am I overlooking something?
>>
>> Thanks, and best regards,
>> Peter Müller
>>
>>
>>> https://nightly.ipfire.org/next/2022-11-18%2019%3A55%3A41%20%2B0000-afd2a2a7/armv6l
>>>
>>> commit afd2a2a7b143ecf69bc7cda9b54199caadc4f7d4
>>> Author: Robin Roevens <robin.roevens(a)disroot.org>
>>> Date: Fri Nov 18 16:42:34 2022 +0100
>>>
>>> Rename misleading "check filesystem" reboot option NL translation
>>> Some users assume that "check filesystem" does more than just
>>> trigger a simple "fsck" run. This patch changes the button label to avoid
>>> confusion. - NL translation
>>> Signed-off-by: Robin Roevens <robin.roevens(a)disroot.org>
>>>
>>> https://git.ipfire.org/?p=ipfire-2.x.git;a=shortlog;h=afd2a2a7b143ecf69bc7cda9b54199caadc4f7d4
>>>
>>> Packaged toolchain compilation
>>> Checking for necessary space on disk [ DONE ]
>>> Set cache size limit to 4.0 GB
>>> Building LFS
>>> stage2 [ 1 ][ DONE ]
>>> linux (5.15.71) KCFG=-headers [ 22 ][ DONE ]
>>> man-pages (5.13) [ 7 ][ DONE ]
>>> glibc (2.36) [ 4:50 ][ DONE ]
>>> tzdata (2022e) [ 3 ][ DONE ]
>>> cleanup-toolchain [ 0 ][ DONE ]
>>> zlib (1.2.13) [ 1 ][ DONE ]
>>> zstd (1.5.2) [ 2 ][ DONE ]
>>> autoconf (2.71) [ 2 ][ DONE ]
>>> automake (1.16.3) [ 3 ][ DONE ]
>>> libtool (2.4.6) [ 6 ][ DONE ]
>>> binutils (2.39) [ 37 ][ DONE ]
>>> gmp (6.2.1) [ 29 ][ DONE ]
>>> mpfr (4.1.0) [ 15 ][ DONE ]
>>> libmpc (1.2.1) [ 5 ][ DONE ]
>>> libxcrypt (4.4.28) [ 11 ][ DONE ]
>>> file (5.40) [ 8 ][ DONE ]
>>> gcc (11.3.0) [ 5:38 ][ DONE ]
>>> attr (2.5.1) [ 6 ][ DONE ]
>>> acl (2.3.1) [ 9 ][ DONE ]
>>> sed (4.8) [ 25 ][ DONE ]
>>> berkeley (5.3.28) [ 24 ][ DONE ]
>>> coreutils (9.0) [ 2:02 ][ DONE ]
>>> iana-etc (20220414) [ 0 ][ DONE ]
>>> m4 (1.4.19) [ 33 ][ DONE ]
>>> bison (3.8.2) [ 31 ][ DONE ]
>>> ncurses (6.3) [ 27 ][ DONE ]
>>> perl (5.36.0) [ 2:09 ][ DONE ]
>>> readline (8.1) [ 7 ][ DONE ]
>>> bzip2 (1.0.8) [ 1 ][ DONE ]
>>> xz (5.2.5) [ 10 ][ DONE ]
>>> lzip (1.23) [ 1 ][ DONE ]
>>> pcre (8.45) [ 8 ][ DONE ]
>>> pcre2 (10.40) [ 6 ][ DONE ]
>>> gettext (0.21) [ 2:34 ][ DONE ]
>>> bash (5.1.16) [ 31 ][ DONE ]
>>> diffutils (3.8) [ 26 ][ DONE ]
>>> ed (1.17) [ 0 ][ DONE ]
>>> findutils (4.9.0) [ 40 ][ DONE ]
>>> flex (2.6.4) [ 8 ][ DONE ]
>>> gawk (5.1.1) [ 14 ][ DONE ]
>>> go (1.15.4) [ 0 ][ SKIP ]
>>> grep (3.7) [ 27 ][ DONE ]
>>> groff (1.22.4) [ 36 ][ DONE ]
>>> gperf (3.1) [ 2 ][ DONE ]
>>> gzip (1.12) [ 17 ][ DONE ]
>>> hostname (3.20) [ 0 ][ DONE ]
>>> whois (5.5.13) [ 0 ][ DONE ]
>>> kbd (2.5.1) [ 14 ][ DONE ]
>>> less (590) [ 5 ][ DONE ]
>>> pkg-config (0.29.2) [ 24 ][ DONE ]
>>> procps (v4.0.0) [ 15 ][ DONE ]
>>> make (4.3) [ 16 ][ DONE ]
>>> libpipeline (1.5.6) [ 18 ][ DONE ]
>>> man (2.10.2) [ 48 ][ DONE ]
>>> net-tools (2.10) [ 1 ][ DONE ]
>>> patch (2.7.6) [ 22 ][ DONE ]
>>> psmisc (23.4) [ 6 ][ DONE ]
>>> shadow (4.11.1) [ 15 ][ DONE ]
>>> sysklogd (1.5.1) [ 0 ][ DONE ]
>>> sysvinit (3.00) [ 1 ][ DONE ]
>>> tar (1.34) [ 34 ][ DONE ]
>>> texinfo (6.8) [ 26 ][ DONE ]
>>> util-linux (2.38.1) [ 29 ][ DONE ]
>>> vim (9.0) [ 19 ][ DONE ]
>>> e2fsprogs (1.46.5) [ 14 ][ DONE ]
>>> jq (1.6) [ 12 ][ DONE ]
>>> Building IPFire
>>> configroot [ 1 ][ DONE ]
>>> initscripts [ 1 ][ DONE ]
>>> backup [ 0 ][ DONE ]
>>> rust (2022-01-27) [ 17 ][ DONE ]
>>> openssl (1.1.1q) [ 1:28 ][ DONE ]
>>> kmod (30) [ 7 ][ DONE ]
>>> udev (3.2.11) [ 13 ][ DONE ]
>>> popt (1.18) [ 5 ][ DONE ]
>>> libedit (20210910-3.1) [ 7 ][ DONE ]
>>> libusb (1.0.25) [ 5 ][ DONE ]
>>> libpcap (1.10.1) [ 6 ][ DONE ]
>>> ppp (2.4.9) [ 2 ][ DONE ]
>>> pptp (1.10.0) [ 0 ][ DONE ]
>>> unzip (60) [ 1 ][ DONE ]
>>> which (2.21) [ 3 ][ DONE ]
>>> linux-firmware (20220913) [ 27 ][ DONE ]
>>> dvb-firmwares (20141125) [ 0 ][ DONE ]
>>> xr819-firmware (c01.08.0043) [ 1 ][ DONE ]
>>> zd1211-firmware (1.5) [ 0 ][ DONE ]
>>> rpi-firmware (20211127) [ 0 ][ DONE ]
>>> intel-microcode (20220809) [ 0 ][ SKIP ]
>>> pcengines-apu-firmware (4.17.0.1) [ 0 ][ SKIP ]
>>> bc (1.07.1) [ 4 ][ DONE ]
>>> u-boot (2021.07) MKIMAGE=1 [ 8 ][ DONE ]
>>> cpio (2.13) [ 39 ][ DONE ]
>>> mdadm (4.2) [ 0 ][ DONE ]
>>> dracut (056) [ 2 ][ DONE ]
>>> libaio (0.3.113) [ 0 ][ DONE ]
>>> lvm2 (2.02.188) [ 15 ][ DONE ]
>>> multipath-tools (0.8.9) [ 1 ][ DONE ]
>>> freetype (2.12.1) [ 5 ][ DONE ]
>>> libmnl (1.0.5) [ 3 ][ DONE ]
>>> libnfnetlink (1.0.2) [ 3 ][ DONE ]
>>> libnetfilter_queue (1.0.5) [ 3 ][ DONE ]
>>> libnetfilter_conntrack (1.0.8) [ 4 ][ DONE ]
>>> libnetfilter_cthelper (1.0.1) [ 3 ][ DONE ]
>>> libnetfilter_cttimeout (1.0.1) [ 3 ][ DONE ]
>>> iptables (1.8.8) [ 7 ][ DONE ]
>>> iproute2 (5.19.0) [ 3 ][ DONE ]
>>> screen (4.9.0) [ 9 ][ DONE ]
>>> elfutils (0.187) [ 12 ][ DONE ]
>>> linux (5.15.71) KCFG= [ 7:23 ][ DONE ]
>>> rtl8189es (03ac413135a355b55b693154c44b70f86a39732e) KCFG= [ 4 ][ DONE ]
>>> rtl8189fs (3129a665f835ce0342f9a85a0ce14a556e656b8c) KCFG= [ 3 ][ DONE ]
>>> rtl8812au (307d694076b056588c652c2bdaa543a89eb255d9) KCFG= [ 4 ][ DONE ]
>>> rtl8822bu (fd0b735e2e30d32f4d91497242cf6af288bdd082) KCFG= [ 7 ][ DONE ]
>>> rtl8821cu (20210118-f91ddf3cc7555b9a1c27c90f23764cfc0b1b6f9c) KCFG= [ 8 ][ DONE ]
>>> xradio (354e8c32e7948d46a63796d0ca266b1f702999b0) KCFG= [ 1 ][ DONE ]
>>> linux-initrd ($(KVER)) KCFG= [ 14 ][ DONE ]
>>> libgpg-error (1.44) [ 13 ][ DONE ]
>>> libgcrypt (1.10.1) [ 15 ][ DONE ]
>>> libassuan (2.5.4) [ 8 ][ DONE ]
>>> nettle (3.8.1) [ 11 ][ DONE ]
>>> libsodium (1.0.18) [ 25 ][ DONE ]
>>> json-c (0.13.1) [ 6 ][ DONE ]
>>> libconfig (1.7.2) [ 15 ][ DONE ]
>>> libevent2 (2.1.12-stable) [ 13 ][ DONE ]
>>> expat (2.5.0) [ 6 ][ DONE ]
>>> apr (1.7.0) [ 23 ][ DONE ]
>>> aprutil (1.6.1) [ 5 ][ DONE ]
>>> unbound (1.17.0) [ 23 ][ DONE ]
>>> gnutls (3.7.7) [ 1:01 ][ DONE ]
>>> libuv (1.42.0) [ 13 ][ DONE ]
>>> bind (9.16.35) [ 1:56 ][ DONE ]
>>> dhcp (4.4.3-P1) [ 24 ][ DONE ]
>>> dhcpcd (9.4.1) [ 2 ][ DONE ]
>>> boost (1_76_0) [ 2:09 ][ DONE ]
>>> linux-atm (2.4.1) [ 10 ][ DONE ]
>>> gdbm (1.23) [ 12 ][ DONE ]
>>> pam (1.5.2) [ 37 ][ DONE ]
>>> c-ares (1.17.1) [ 26 ][ DONE ]
>>> curl (7.84.0) [ 29 ][ DONE ]
>>> tcl (8.6.12) [ 29 ][ DONE ]
>>> sqlite (3390200) [ 4 ][ DONE ]
>>> libffi (3.4.2) [ 6 ][ DONE ]
>>> python3 (3.10.8) [ 56 ][ DONE ]
>>> rust (2022-01-27) [ 0 ][ DONE ]
>>> rust-dissimilar (1.0.3) [ 5 ][ DONE ]
>>> rust-cfg-if (1.0.0) [ 0 ][ DONE ]
>>> rust-libc (0.2.108) [ 4 ][ DONE ]
>>> rust-getrandom (0.2.4) [ 4 ][ DONE ]
>>> rust-typenum (1.15.0) [ 4 ][ DONE ]
>>> rust-version-check (0.9.4) [ 3 ][ DONE ]
>>> rust-generic-array (0.14.4) [ 5 ][ DONE ]
>>> rust-cipher (0.3.0) [ 6 ][ DONE ]
>>> rust-hex (0.4.3) [ 1 ][ DONE ]
>>> rust-unicode-xid (0.2.1) [ 1 ][ DONE ]
>>> rust-proc-macro2 (1.0.36) [ 6 ][ DONE ]
>>> rust-quote (1.0.15) [ 7 ][ DONE ]
>>> rust-syn (1.0.86) [ 27 ][ DONE ]
>>> rust-home (0.5.3) [ 1 ][ DONE ]
>>> rust-lazy-static (1.4.0) [ 1 ][ DONE ]
>>> rust-memchr (2.4.1) [ 3 ][ DONE ]
>>> rust-aho-corasick (0.7.18) [ 7 ][ DONE ]
>>> rust-regex-syntax (0.6.25) [ 18 ][ DONE ]
>>> rust-regex (1.5.3) [ 38 ][ 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) [ 3 ][ DONE ]
>>> rust-same-file (1.0.6) [ 1 ][ DONE ]
>>> rust-walkdir (2.3.2) [ 3 ][ DONE ]
>>> rust-dirs (1.0.5) [ 3 ][ DONE ]
>>> rust-toolchain_find (0.1.4) [ 31 ][ DONE ]
>>> rust-serde (1.0.136) [ 9 ][ DONE ]
>>> rust-itoa (1.0.1) [ 1 ][ DONE ]
>>> rust-ryu (1.0.9) [ 1 ][ DONE ]
>>> rust-serde_json (1.0.78) [ 15 ][ DONE ]
>>> rust-synstructure (0.12.6) [ 33 ][ DONE ]
>>> rust-block-buffer (0.9.0) [ 5 ][ DONE ]
>>> rust-crypto-common (0.1.1) [ 6 ][ DONE ]
>>> rust-digest (0.9.0) [ 5 ][ DONE ]
>>> rust-ppv-lite86 (0.2.16) [ 1 ][ DONE ]
>>> rust-rand_core (0.6.3) [ 1 ][ DONE ]
>>> rust-rand_core-0.4.2 (0.4.2) [ 1 ][ DONE ]
>>> rust-rand_core-0.3.1 (0.3.1) [ 1 ][ DONE ]
>>> rust-rand_chacha (0.3.1) [ 6 ][ DONE ]
>>> rust-rand_hc (0.3.1) [ 1 ][ DONE ]
>>> rust-rand (0.8.4) [ 9 ][ DONE ]
>>> rust-rdrand (0.4.0) [ 1 ][ DONE ]
>>> rust-rand-0.4 (0.4.6) [ 6 ][ DONE ]
>>> rust-log (0.4.14) [ 2 ][ DONE ]
>>> rust-num_cpus (1.13.1) [ 5 ][ DONE ]
>>> rust-crossbeam-utils (0.8.6) [ 2 ][ DONE ]
>>> rust-autocfg (1.0.1) [ 3 ][ DONE ]
>>> rust-memoffset (0.6.5) [ 3 ][ DONE ]
>>> rust-scopeguard (1.1.0) [ 1 ][ DONE ]
>>> rust-crossbeam-epoch (0.9.6) [ 5 ][ DONE ]
>>> rust-crossbeam-deque (0.8.1) [ 5 ][ DONE ]
>>> rust-either (1.6.1) [ 1 ][ DONE ]
>>> rust-crossbeam-channel (0.5.2) [ 3 ][ DONE ]
>>> rust-rayon-core (1.9.1) [ 9 ][ DONE ]
>>> rust-rayon (1.5.1) [ 12 ][ DONE ]
>>> rust-remove_dir_all (0.5.3) [ 1 ][ DONE ]
>>> rust-tempdir (0.3.7) [ 5 ][ 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) [ 20 ][ DONE ]
>>> rust-serde_derive (1.0.136) [ 1:00 ][ DONE ]
>>> rust-trybuild (1.0.54) [ 1:56 ][ DONE ]
>>> rust-unindent (0.1.7) [ 2 ][ DONE ]
>>> rust-proc-macro-hack (0.5.19) [ 6 ][ DONE ]
>>> rust-indoc-impl (0.3.6) [ 31 ][ DONE ]
>>> rust-indoc (1.0.3) [ 3 ][ DONE ]
>>> rust-indoc-0.3.6 (0.3.6) [ 31 ][ DONE ]
>>> rust-instant (0.1.12) [ 0 ][ 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) [ 6 ][ DONE ]
>>> rust-paste-impl (0.1.18) [ 9 ][ DONE ]
>>> rust-paste (1.0.3) [ 4 ][ DONE ]
>>> rust-paste-0.1.18 (0.1.18) [ 9 ][ DONE ]
>>> rust-ctor (0.1.21) [ 49 ][ DONE ]
>>> rust-ghost (0.1.2) [ 33 ][ DONE ]
>>> rust-inventory-impl (0.1.4) [ 29 ][ DONE ]
>>> rust-inventory (0.1.4) [ 1:00 ][ DONE ]
>>> rust-pyo3-build-config (0.15.2) [ 13 ][ DONE ]
>>> rust-pyo3-macros-backend (0.15.2) [ 1:03 ][ DONE ]
>>> rust-pyo3-macros (0.15.2) [ 1:10 ][ DONE ]
>>> rust-pyo3 (0.15.2) [ 1:35 ][ DONE ]
>>> rust-num-traits (0.2.15) [ 6 ][ DONE ]
>>> rust-num-integer (0.1.45) [ 6 ][ DONE ]
>>> rust-num_threads (0.1.5) [ 2 ][ DONE ]
>>> rust-time (0.1.43) [ 5 ][ DONE ]
>>> rust-iana-time-zone (0.1.51) [ 1 ][ DONE ]
>>> rust-chrono (0.4.22) [ 15 ][ DONE ]
>>> rust-asn1_derive (0.12.2) [ 38 ][ DONE ]
>>> rust-asn1 (0.12.2) [ 42 ][ DONE ]
>>> rust-proc-macro-error-attr (1.0.4) [ 9 ][ DONE ]
>>> rust-proc-macro-error (1.0.4) [ 15 ][ DONE ]
>>> rust-Inflector (0.11.4) [ 29 ][ DONE ]
>>> rust-ouroboros_macro (0.15.5) [ 1:07 ][ DONE ]
>>> rust-aliasable (0.1.3) [ 1 ][ DONE ]
>>> rust-stable_deref_trait (1.2.0) [ 1 ][ DONE ]
>>> rust-ouroboros (0.15.5) [ 1:08 ][ DONE ]
>>> rust-base64 (0.13.0) [ 1 ][ DONE ]
>>> rust-pem (1.1.0) [ 3 ][ DONE ]
>>> gdb (12.1) [ 1:01 ][ DONE ]
>>> grub (2.06) [ 0 ][ SKIP ]
>>> mandoc (1.14.6) [ 4 ][ DONE ]
>>> efivar (38) [ 0 ][ SKIP ]
>>> efibootmgr (18) [ 0 ][ SKIP ]
>>> libtasn1 (4.18.0) [ 14 ][ DONE ]
>>> p11-kit (0.24.1) [ 15 ][ DONE ]
>>> ca-certificates (20220917) [ 3 ][ DONE ]
>>> fireinfo (2.2.0) [ 9 ][ DONE ]
>>> libnet (1.1.6) [ 7 ][ DONE ]
>>> libnl-3 (3.5.0) [ 17 ][ DONE ]
>>> libidn (1.38) [ 16 ][ DONE ]
>>> nasm (2.15.05) [ 11 ][ DONE ]
>>> libarchive (3.6.1) [ 28 ][ DONE ]
>>> cmake (3.21.0) [ 30 ][ DONE ]
>>> ninja (1.11.0) [ 3 ][ DONE ]
>>> meson (0.62.1) [ 3 ][ DONE ]
>>> libjpeg (2.0.4) [ 3 ][ DONE ]
>>> openjpeg (2.4.0) [ 3 ][ DONE ]
>>> libexif (0.6.22) [ 5 ][ DONE ]
>>> libpng (1.6.37) [ 5 ][ DONE ]
>>> libtiff (4.3.0) [ 12 ][ DONE ]
>>> gd (2.3.3) [ 6 ][ DONE ]
>>> slang (2.3.2) [ 19 ][ DONE ]
>>> newt (0.52.21) [ 3 ][ DONE ]
>>> libsmooth [ 8 ][ DONE ]
>>> libcap (2.64) [ 2 ][ DONE ]
>>> libcap-ng (0.8.3) [ 5 ][ DONE ]
>>> pciutils (3.8.0) [ 1 ][ DONE ]
>>> usbutils (014) [ 13 ][ DONE ]
>>> libxml2 (2.10.3) [ 7 ][ DONE ]
>>> libxslt (1.1.35) [ 9 ][ DONE ]
>>> perl-BerkeleyDB (0.63) [ 1 ][ DONE ]
>>> cyrus-sasl (2.1.26) [ 19 ][ DONE ]
>>> openldap (2.6.1) [ 44 ][ DONE ]
>>> apache2 (2.4.54) [ 34 ][ DONE ]
>>> web-user-interface [ 2 ][ DONE ]
>>> flag-icons (2.6) [ 1 ][ DONE ]
>>> jquery (3.6.0) [ 1 ][ DONE ]
>>> bootstrap (4.0.0-alpha.6) [ 0 ][ DONE ]
>>> arping (2.21) [ 6 ][ DONE ]
>>> beep (1.3) [ 1 ][ DONE ]
>>> libssh (0.9.6) [ 9 ][ DONE ]
>>> libinih (r55) [ 3 ][ DONE ]
>>> cdrkit (1.1.11) [ 6 ][ DONE ]
>>> dosfstools (4.2) [ 3 ][ DONE ]
>>> exfatprogs (1.1.3) [ 4 ][ DONE ]
>>> reiserfsprogs (3.6.27) [ 11 ][ DONE ]
>>> liburcu (0.13.0) [ 14 ][ DONE ]
>>> xfsprogs (5.18.0) [ 37 ][ DONE ]
>>> sysfsutils (2.1.1) [ 10 ][ DONE ]
>>> fuse (3.11.0) [ 3 ][ DONE ]
>>> ntfs-3g (2021.8.22) [ 11 ][ DONE ]
>>> ethtool (5.16) [ 3 ][ DONE ]
>>> fcron (3.2.1) [ 10 ][ DONE ]
>>> perl-ExtUtils-PkgConfig (1.16) [ 0 ][ DONE ]
>>> perl-GD (2.73) [ 2 ][ DONE ]
>>> perl-GD-Graph (1.54) [ 1 ][ DONE ]
>>> perl-GD-TextUtil (0.86) [ 1 ][ DONE ]
>>> perl-Device-SerialPort (1.000002) [ 7 ][ DONE ]
>>> perl-Device-Modem (1.56) [ 1 ][ DONE ]
>>> perl-Apache-Htpasswd (1.9) [ 1 ][ DONE ]
>>> perl-Parse-Yapp (1.21) [ 1 ][ DONE ]
>>> perl-Data-UUID (1.224) [ 2 ][ DONE ]
>>> perl-Try-Tiny (0.31) [ 1 ][ DONE ]
>>> perl-HTTP-Message (6.36) [ 1 ][ DONE ]
>>> perl-HTTP-Date (6.05) [ 1 ][ DONE ]
>>> gnupg (1.4.23) [ 17 ][ DONE ]
>>> hdparm (9.64) [ 0 ][ DONE ]
>>> whatmask (1.2) [ 3 ][ DONE ]
>>> libtirpc (1.3.1) [ 6 ][ DONE ]
>>> conntrack-tools (1.4.6) [ 9 ][ DONE ]
>>> iputils (20210202) [ 4 ][ DONE ]
>>> l7-protocols (2009-05-10) [ 1 ][ DONE ]
>>> hwdata [ 0 ][ DONE ]
>>> logrotate (3.20.1) [ 5 ][ DONE ]
>>> logwatch (7.7) [ 1 ][ DONE ]
>>> misc-progs [ 3 ][ DONE ]
>>> nano (6.4) [ 21 ][ DONE ]
>>> perl-URI (5.09) [ 1 ][ DONE ]
>>> perl-CGI (4.54) [ 1 ][ DONE ]
>>> perl-Switch (2.17) [ 1 ][ DONE ]
>>> perl-HTML-Tagset (3.04) [ 1 ][ DONE ]
>>> perl-HTML-Parser (3.45) [ 1 ][ DONE ]
>>> perl-HTML-Template (2.94) [ 1 ][ DONE ]
>>> perl-Compress-Zlib (1.35) [ 2 ][ DONE ]
>>> perl-Digest (1.19) [ 1 ][ DONE ]
>>> perl-Digest-SHA1 (2.13) [ 1 ][ DONE ]
>>> perl-Digest-HMAC (1.03) [ 1 ][ DONE ]
>>> perl-libwww (6.62) [ 1 ][ DONE ]
>>> perl-LWP-Protocol-https (6.10) [ 1 ][ DONE ]
>>> perl-Net-HTTP (6.22) [ 1 ][ DONE ]
>>> perl-Net-DNS (1.30) [ 2 ][ DONE ]
>>> perl-Net-IPv4Addr (0.10) [ 1 ][ DONE ]
>>> perl-Net_SSLeay (1.88) [ 3 ][ DONE ]
>>> perl-IO-Stringy (2.110) [ 1 ][ DONE ]
>>> perl-IO-Socket-SSL (2.066) [ 1 ][ DONE ]
>>> perl-Unix-Syslog (1.1) [ 1 ][ DONE ]
>>> perl-Mail-Tools (2.07) [ 1 ][ DONE ]
>>> perl-MIME-Tools (5.509) [ 2 ][ DONE ]
>>> perl-Net-Server (0.97) [ 1 ][ DONE ]
>>> perl-Canary-Stability (2013) [ 1 ][ DONE ]
>>> perl-Convert-TNEF (0.18) [ 1 ][ DONE ]
>>> perl-Convert-UUlib (1.8) [ 2 ][ DONE ]
>>> perl-Archive-Tar (1.29) [ 1 ][ DONE ]
>>> perl-Archive-Zip (1.16) [ 1 ][ DONE ]
>>> perl-Text-Tabs+Wrap (2013.0523) [ 1 ][ DONE ]
>>> perl-XML-Parser (2.46) [ 2 ][ DONE ]
>>> perl-Crypt-PasswdMD5 (1.41) [ 0 ][ DONE ]
>>> perl-Net-Telnet (3.03) [ 1 ][ DONE ]
>>> perl-JSON (4.05) [ 1 ][ DONE ]
>>> python3-setuptools (65.4.1) [ 5 ][ DONE ]
>>> python3-inotify (0.2.10) [ 1 ][ DONE ]
>>> python3-docutils (0.19) [ 3 ][ DONE ]
>>> python3-daemon (2.3.1) [ 1 ][ DONE ]
>>> glib (2.71.1) [ 26 ][ DONE ]
>>> ntp (4.2.8p15) [ 50 ][ DONE ]
>>> openssh (9.1p1) [ 33 ][ DONE ]
>>> fontconfig (2.13.1) [ 13 ][ DONE ]
>>> dejavu-fonts-ttf (2.37) [ 1 ][ DONE ]
>>> ubuntu-font-family (0.83) [ 1 ][ DONE ]
>>> freefont (20060126) [ 1 ][ DONE ]
>>> pixman (0.40.0) [ 9 ][ DONE ]
>>> cairo (1.16.0) [ 29 ][ DONE ]
>>> harfbuzz (4.4.1) [ 15 ][ DONE ]
>>> fribidi (1.0.12) [ 4 ][ DONE ]
>>> pango (1.50.6) [ 8 ][ DONE ]
>>> rrdtool (1.8.0) [ 22 ][ DONE ]
>>> setup [ 12 ][ DONE ]
>>> jansson (2.14) [ 5 ][ DONE ]
>>> yaml (0.2.5) [ 4 ][ DONE ]
>>> libhtp (0.5.41) [ 11 ][ DONE ]
>>> colm (0.13.0.6) [ 15 ][ DONE ]
>>> ragel (7.0.0.11) [ 1:20 ][ DONE ]
>>> hyperscan (5.4.0) [ 0 ][ SKIP ]
>>> suricata (6.0.8) [ 3:34 ][ DONE ]
>>> ids-ruleset-sources [ 0 ][ DONE ]
>>> ipblocklist-sources [ 1 ][ DONE ]
>>> squid (5.7) [ 2:08 ][ DONE ]
>>> squidguard (1.6.0) [ 6 ][ DONE ]
>>> calamaris (2.59) [ 1 ][ DONE ]
>>> tcpdump (4.99.1) [ 6 ][ DONE ]
>>> traceroute (2.1.0) [ 0 ][ DONE ]
>>> vlan (1.9) [ 1 ][ DONE ]
>>> wireless (30.pre9) [ 1 ][ DONE ]
>>> pakfire (0.99) [ 0 ][ DONE ]
>>> spandsp (0.0.6) [ 11 ][ DONE ]
>>> lz4 (1.9.3) [ 9 ][ DONE ]
>>> lzo (2.10) [ 14 ][ DONE ]
>>> openvpn (2.5.7) [ 23 ][ DONE ]
>>> mpage (2.5.7) [ 1 ][ DONE ]
>>> dbus (1.14.0) [ 20 ][ DONE ]
>>> intltool (0.51.0) [ 2 ][ DONE ]
>>> libdaemon (0.14) [ 7 ][ DONE ]
>>> avahi (0.8) [ 20 ][ DONE ]
>>> cups (2.4.1) [ 21 ][ DONE ]
>>> lcms2 (2.13.1) [ 8 ][ DONE ]
>>> ghostscript (9.56.1) [ 30 ][ DONE ]
>>> qpdf (10.4.0) [ 16 ][ DONE ]
>>> poppler (22.04.0) [ 7 ][ DONE ]
>>> poppler-data (0.4.11) [ 2 ][ DONE ]
>>> cups-filters (1.28.14) [ 12 ][ DONE ]
>>> epson-inkjet-printer-escpr (1.6.12) [ 7 ][ DONE ]
>>> cups-pdf (3.0.1) [ 1 ][ DONE ]
>>> foomatic (4.0.9) [ 56 ][ DONE ]
>>> hplip (3.22.6) [ 18 ][ DONE ]
>>> cifs-utils (6.14) [ 5 ][ DONE ]
>>> krb5 (1.20) [ 27 ][ DONE ]
>>> rpcsvc-proto (1.4.3) [ 3 ][ DONE ]
>>> samba (4.17.0) [ 6:12 ][ DONE ]
>>> netatalk (3.1.12) [ 25 ][ DONE ]
>>> sudo (1.9.11p3) [ 27 ][ DONE ]
>>> mc (4.8.28) [ 29 ][ DONE ]
>>> wget (1.21.3) [ 34 ][ DONE ]
>>> bridge-utils (1.5) [ 4 ][ DONE ]
>>> smartmontools (7.3) [ 6 ][ DONE ]
>>> htop (3.2.1) [ 8 ][ DONE ]
>>> chkconfig (1.5) [ 1 ][ DONE ]
>>> postfix (3.7.3) [ 12 ][ DONE ]
>>> fetchmail (6.4.32) [ 7 ][ DONE ]
>>> clamav (0.105.1) [ 3:18 ][ DONE ]
>>> perl-NetAddr-IP (4.079) [ 15 ][ DONE ]
>>> dma (0.13) [ 1 ][ DONE ]
>>> alsa (1.2.5.1) [ 25 ][ DONE ]
>>> mpfire [ 1 ][ DONE ]
>>> guardian (2.0.2) [ 0 ][ DONE ]
>>> libid3tag (0.15.1b) [ 7 ][ DONE ]
>>> libmad (0.15.1b) [ 10 ][ DONE ]
>>> libogg (1.3.5) [ 5 ][ DONE ]
>>> libvorbis (1.3.7) [ 5 ][ DONE ]
>>> flac (1.3.3) [ 12 ][ DONE ]
>>> lame (3.100) [ 9 ][ DONE ]
>>> sox (14.4.2) [ 26 ][ DONE ]
>>> soxr (0.1.3) [ 4 ][ DONE ]
>>> libshout (2.4.3) [ 7 ][ DONE ]
>>> xvid (1.3.7) [ 2 ][ DONE ]
>>> libmpeg2 (0.4.1) [ 9 ][ DONE ]
>>> gnump3d (3.0) [ 3 ][ DONE ]
>>> rsync (3.2.6) [ 16 ][ DONE ]
>>> rpcbind (1.2.6) [ 2 ][ DONE ]
>>> keyutils (1.5.11) [ 1 ][ DONE ]
>>> nfs (2.6.1) [ 20 ][ DONE ]
>>> gnu-netcat (0.7.1) [ 7 ][ DONE ]
>>> ncat (7.92) [ 32 ][ DONE ]
>>> nmap (7.92) [ 37 ][ DONE ]
>>> etherwake (1.09) [ 1 ][ DONE ]
>>> bwm-ng (0.6.1-f54b3fa) [ 7 ][ DONE ]
>>> sysstat (12.5.4) [ 5 ][ DONE ]
>>> strongswan (5.9.8) [ 51 ][ DONE ]
>>> rng-tools (6.14) [ 5 ][ DONE ]
>>> lsof (4.95.0.linux) [ 1 ][ DONE ]
>>> br2684ctl [ 1 ][ DONE ]
>>> pcmciautils (014) [ 2 ][ DONE ]
>>> lm_sensors (3-6-0) [ 1 ][ DONE ]
>>> libstatgrab (0.92) [ 15 ][ DONE ]
>>> liboping (1.3.4) [ 6 ][ DONE ]
>>> collectd (4.10.9) [ 1:38 ][ DONE ]
>>> elinks (0.12pre6) [ 19 ][ DONE ]
>>> igmpproxy (0.3) [ 2 ][ DONE ]
>>> opus (1.3.1) [ 9 ][ DONE ]
>>> python3-toml (0.10.2) [ 2 ][ DONE ]
>>> python3-pyproject2setuppy (22) [ 1 ][ DONE ]
>>> python3-pyparsing (3.0.9) [ 2 ][ DONE ]
>>> spice-protocol (0.14.3) [ 1 ][ DONE ]
>>> spice (0.15.0) [ 34 ][ DONE ]
>>> sdl2 (2.0.22) [ 19 ][ DONE ]
>>> libusbredir (0.8.0) [ 4 ][ DONE ]
>>> libseccomp (2.5.4) [ 4 ][ DONE ]
>>> qemu (7.0.0) [ 1:21 ][ DONE ]
>>> netsnmpd (5.9.1) [ 2:51 ][ DONE ]
>>> nagios_nrpe (4.1.0) [ 19 ][ DONE ]
>>> nagios-plugins (2.3.3) [ 52 ][ DONE ]
>>> icinga (1.11.4) [ 23 ][ DONE ]
>>> observium-agent (18.9.1) [ 4 ][ DONE ]
>>> ebtables (2.0.10-4) [ 1 ][ DONE ]
>>> faad2 (2_10_0) [ 12 ][ DONE ]
>>> alac (0.0.7) [ 10 ][ DONE ]
>>> ffmpeg (4.4) [ 38 ][ DONE ]
>>> vdr (2.4.7) [ 4 ][ DONE ]
>>> vdr_streamdev (0.6.1) [ 3 ][ DONE ]
>>> vdr_epgsearch (2.4.0+git20191101) [ 12 ][ DONE ]
>>> vdr_dvbapi (2.2.5) [ 1 ][ DONE ]
>>> vdr_eepg (master) [ 2 ][ DONE ]
>>> w_scan (20170107) [ 3 ][ DONE ]
>>> fmt (9.0.0) [ 4 ][ DONE ]
>>> mpd (0.23.8) [ 11 ][ DONE ]
>>> libmpdclient (2.19) [ 2 ][ DONE ]
>>> mpc (0.34) [ 2 ][ DONE ]
>>> perl-Net-CIDR-Lite (0.21) [ 1 ][ DONE ]
>>> perl-Net-SMTP-SSL (1.04) [ 1 ][ DONE ]
>>> perl-MIME-Base64 (3.16) [ 2 ][ DONE ]
>>> perl-Authen-SASL (2.16) [ 1 ][ DONE ]
>>> perl-MIME-Lite (3.033) [ 1 ][ DONE ]
>>> perl-Email-Date-Format (1.005) [ 1 ][ DONE ]
>>> git (2.37.1) [ 11 ][ DONE ]
>>> squidclamav (5.11) [ 7 ][ DONE ]
>>> vnstat (2.10) [ 5 ][ DONE ]
>>> iw (5.9) [ 1 ][ DONE ]
>>> wpa_supplicant (2.10) [ 3 ][ DONE ]
>>> hostapd (2_10) [ 2 ][ DONE ]
>>> syslinux (6.04-pre1) [ 0 ][ SKIP ]
>>> tftpd (5.2) [ 7 ][ DONE ]
>>> cpufrequtils (008) [ 1 ][ DONE ]
>>> gutenprint (5.3.4) [ 14 ][ DONE ]
>>> apcupsd (3.14.14) [ 8 ][ DONE ]
>>> fireperf (0.2.0) [ 8 ][ DONE ]
>>> iperf (2.1.7) [ 7 ][ DONE ]
>>> iperf3 (3.10.1) [ 5 ][ DONE ]
>>> 7zip (17.04) [ 4 ][ DONE ]
>>> lynis (3.0.8) [ 1 ][ DONE ]
>>> sshfs (3.7.2) [ 2 ][ DONE ]
>>> taglib (1.12) [ 3 ][ DONE ]
>>> sslh (1.22c) [ 1 ][ DONE ]
>>> perl-gettext (1.05) [ 1 ][ DONE ]
>>> perl-Sort-Naturally (1.03) [ 1 ][ DONE ]
>>> vdradmin (3.6.10) [ 1 ][ DONE ]
>>> perl-DBI (1.631) [ 4 ][ DONE ]
>>> perl-DBD-SQLite (1.40) [ 1 ][ DONE ]
>>> perl-File-ReadBackwards (1.05) [ 1 ][ DONE ]
>>> openvmtools (stable-12.0.5) [ 0 ][ SKIP ]
>>> joe (4.6) [ 10 ][ DONE ]
>>> monit (5.32.0) [ 21 ][ DONE ]
>>> nut (2.8.0) [ 31 ][ DONE ]
>>> watchdog (5.16) [ 4 ][ DONE ]
>>> usb_modeswitch (2.6.1) [ 1 ][ DONE ]
>>> usb_modeswitch_data (20191128) [ 2 ][ DONE ]
>>> zerofree (1.1.1) [ 1 ][ DONE ]
>>> minicom (2.8) [ 6 ][ DONE ]
>>> ddrescue (1.25) [ 1 ][ DONE ]
>>> parted (3.5) [ 31 ][ DONE ]
>>> swig (4.0.2) [ 12 ][ DONE ]
>>> dtc (1.6.1) [ 0 ][ SKIP ]
>>> u-boot (2021.07) [ 1:52 ][ DONE ]
>>> u-boot-friendlyarm (5e8607b-nanopi-r1-binary) [ 0 ][ DONE ]
>>> wireless-regdb (2022-08-12) [ 1 ][ DONE ]
>>> ddns (014) [ 5 ][ DONE ]
>>> python3-pycparser (2.21) [ 2 ][ DONE ]
>>> python3-charset-normalizer (2.1.1) [ 2 ][ DONE ]
>>> python3-certifi (2022.9.24) [ 1 ][ DONE ]
>>> python3-idna (3.4) [ 2 ][ DONE ]
>>> python3-requests (2.28.1) [ 1 ][ DONE ]
>>> python3-tomli (2.0.1) [ 2 ][ DONE ]
>>> python3-pep517 (0.13.0) [ 1 ][ DONE ]
>>> python3-build (0.8.0) [ 2 ][ DONE ]
>>> python3-install (0.0.3) [ 1 ][ DONE ]
>>> python3-urllib3 (1.26.12) [ 2 ][ DONE ]
>>> python3-flit (3.7.1) [ 2 ][ DONE ]
>>> python3-packaging (21.3) [ 2 ][ DONE ]
>>> python3-typing-extensions (4.4.0) [ 1 ][ DONE ]
>>> python3-semantic-version (2.10.0) [ 1 ][ DONE ]
>>> python3-setuptools-scm (7.0.5) [ 2 ][ DONE ]
>>> python3-setuptools-rust (1.5.2) [ 1 ][ DONE ]
>>> python3-six (1.16.0) [ 2 ][ DONE ]
>>> python3-dateutil (2.8.2) [ 2 ][ DONE ]
>>> python3-jmespath (1.0.1) [ 1 ][ DONE ]
>>> python3-colorama (0.4.5) [ 1 ][ DONE ]
>>> python3-yaml (6.0) [ 2 ][ DONE ]
>>> python3-s3transfer (0.6.0) [ 2 ][ DONE ]
>>> python3-rsa (4.9) [ 1 ][ DONE ]
>>> python3-pyasn1 (0.4.8) [ 2 ][ DONE ]
>>> python3-botocore (1.27.89) [ 6 ][ DONE ]
>>> python3-cffi (1.15.1) [ 2 ][ DONE ]
>>> python3-cryptography (38.0.1) [ 3:14 ][ DONE ]
>>> python3-circuitbreaker (1.4.0) [ 1 ][ DONE ]
>>> python3-pytz (2022.4) [ 4 ][ DONE ]
>>> python3-click (8.1.3) [ 2 ][ DONE ]
>>> python3-arrow (1.2.3) [ 2 ][ DONE ]
>>> python3-terminaltables (3.1.10) [ 1 ][ DONE ]
>>> python3-pkgconfig (1.5.5) [ 2 ][ DONE ]
>>> python3-msgpack (1.0.4) [ 2 ][ DONE ]
>>> python3-attr (0.3.2) [ 1 ][ DONE ]
>>> python3-attrs (22.1.0) [ 2 ][ DONE ]
>>> python3-sniffio (1.3.0) [ 1 ][ DONE ]
>>> python3-sortedcontainers (2.4.0) [ 2 ][ DONE ]
>>> python3-outcome (1.2.0) [ 1 ][ DONE ]
>>> python3-async_generator (1.10) [ 2 ][ DONE ]
>>> python3-trio (0.22.0) [ 2 ][ DONE ]
>>> python3-pyfuse3 (3.2.2) [ 2 ][ DONE ]
>>> aws-cli (1.23.12) [ 14 ][ DONE ]
>>> oci-python-sdk (2.64.0) [ 50 ][ DONE ]
>>> oci-cli (3.7.3) [ 13 ][ DONE ]
>>> transmission (3.00) [ 14 ][ DONE ]
>>> mtr (0.95) [ 6 ][ DONE ]
>>> minidlna (1.3.0) [ 9 ][ DONE ]
>>> acpid (2.0.32) [ 5 ][ DONE ]
>>> fping (5.0) [ 3 ][ DONE ]
>>> telnet (0.17) [ 3 ][ DONE ]
>>> xinetd (2.3.15) [ 6 ][ DONE ]
>>> stress (1.0.5) [ 4 ][ DONE ]
>>> sarg (2.4.0) [ 9 ][ DONE ]
>>> nginx (1.21.6) [ 10 ][ DONE ]
>>> sysbench (1.0.20) [ 0 ][ SKIP ]
>>> strace (5.17) [ 32 ][ DONE ]
>>> ltrace (0.7.3) [ 8 ][ DONE ]
>>> ipfire-netboot (v2.0) [ 0 ][ SKIP ]
>>> lcdproc (0e2ce9b) [ 11 ][ DONE ]
>>> keepalived (2.2.7) [ 11 ][ DONE ]
>>> ipvsadm (1.31) [ 1 ][ DONE ]
>>> perl-Carp-Clan (6.08) [ 1 ][ DONE ]
>>> perl-Date-Calc (6.4) [ 1 ][ DONE ]
>>> perl-Date-Manip (6.86) [ 8 ][ DONE ]
>>> perl-File-Tail (1.3) [ 1 ][ DONE ]
>>> perl-TimeDate (2.33) [ 1 ][ DONE ]
>>> swatch (3.2.4) [ 2 ][ DONE ]
>>> tor (0.4.7.11) [ 35 ][ DONE ]
>>> wavemon (0.7.5) [ 4 ][ DONE ]
>>> iptraf-ng (1.2.1) [ 1 ][ DONE ]
>>> iotop (0.6) [ 2 ][ DONE ]
>>> stunnel (5.63) [ 8 ][ DONE ]
>>> bacula (9.6.7) [ 27 ][ DONE ]
>>> perl-Font-TTF (1.06) [ 3 ][ DONE ]
>>> perl-IO-String (1.08) [ 1 ][ DONE ]
>>> perl-PDF-API2 (2.033) [ 2 ][ DONE ]
>>> proxy-accounting (1.0.4) [ 1 ][ DONE ]
>>> tmux (3.3) [ 8 ][ DONE ]
>>> perl-Text-CSV_XS (1.12) [ 2 ][ DONE ]
>>> lua (5.4.4) [ 1 ][ DONE ]
>>> haproxy (2.6.0) [ 2 ][ DONE ]
>>> ipset (7.15) [ 13 ][ DONE ]
>>> dnsdist (1.7.2) [ 0 ][ SKIP ]
>>> bird (2.0.9) [ 5 ][ DONE ]
>>> libyang (2.0.194) [ 3 ][ DONE ]
>>> frr (8.0.1) [ 40 ][ DONE ]
>>> dmidecode (3.3) [ 0 ][ SKIP ]
>>> mcelog (181) [ 0 ][ SKIP ]
>>> libpciaccess (0.16) [ 6 ][ DONE ]
>>> libyajl (2.1.0) [ 2 ][ DONE ]
>>> libvirt (7.10.0) [ 0 ][ SKIP ]
>>> libtalloc (2.3.1) [ 28 ][ DONE ]
>>> freeradius (3.0.23) [ 58 ][ DONE ]
>>> perl-common-sense (3.74) [ 1 ][ DONE ]
>>> perl-inotify2 (1.22) [ 2 ][ DONE ]
>>> perl-Net-IP (1.26) [ 1 ][ DONE ]
>>> wio (1.3.2) [ 1 ][ DONE ]
>>> iftop (1.0pre4) [ 4 ][ DONE ]
>>> mdns-repeater (1.10) [ 1 ][ DONE ]
>>> i2c-tools (4.3) [ 1 ][ DONE ]
>>> nss-myhostname (0.3) [ 6 ][ DONE ]
>>> dehydrated (0.7.0) [ 1 ][ DONE ]
>>> libplist (2.2.0) [ 10 ][ DONE ]
>>> nqptp (d900567) [ 5 ][ DONE ]
>>> shairport-sync (3cc1ec6) [ 12 ][ DONE ]
>>> borgbackup (1.2.0) [ 3 ][ DONE ]
>>> lmdb (0.9.29) [ 1 ][ DONE ]
>>> knot (3.1.7) [ 11 ][ DONE ]
>>> spectre-meltdown-checker (0.45) [ 1 ][ DONE ]
>>> zabbix_agentd (6.0.6) [ 20 ][ DONE ]
>>> flashrom (1.2) [ 0 ][ SKIP ]
>>> firmware-update (20210107) [ 4 ][ DONE ]
>>> tshark (3.6.3) [ 40 ][ DONE ]
>>> speedtest-cli (2.1.3) [ 2 ][ DONE ]
>>> amazon-ssm-agent (3.0.356.0) [ 0 ][ SKIP ]
>>> libloc (0.9.15) [ 34 ][ DONE ]
>>> ncdu (1.17) [ 3 ][ DONE ]
>>> lshw (B.02.19.2) [ 1 ][ DONE ]
>>> socat (1.7.4.2) [ 24 ][ DONE ]
>>> libcdada (0.3.5) [ 20 ][ DONE ]
>>> pmacct (1.7.6) [ 1:54 ][ DONE ]
>>> squid-asnbl (0.2.3) [ 1 ][ DONE ]
>>> qemu-ga (7.0.0) [ 1 ][ DONE ]
>>> gptfdisk (1.0.9) [ 1 ][ DONE ]
>>> oath-toolkit (2.6.7) [ 1:17 ][ DONE ]
>>> qrencode (4.1.1) [ 3 ][ DONE ]
>>> perl-File-Remove (1.60) [ 2 ][ DONE ]
>>> perl-Module-Build (0.4231) [ 1 ][ DONE ]
>>> perl-Module-ScanDeps (1.31) [ 1 ][ DONE ]
>>> perl-YAML-Tiny (1.73) [ 2 ][ DONE ]
>>> perl-Module-Install (1.19) [ 1 ][ DONE ]
>>> perl-Imager (1.012) [ 10 ][ DONE ]
>>> perl-Imager-QRCode (0.035) [ 2 ][ DONE ]
>>> perl-MIME-Base32 (1.303) [ 1 ][ DONE ]
>>> perl-URI-Encode (1.1.1) [ 1 ][ DONE ]
>>> Building installer
>>> memtest (6.00) [ 0 ][ SKIP ]
>>> installer [ 12 ][ DONE ]
>>> strip [ 42 ][ DONE ]
>>> Building packages
>>> Generating packages list from logs [ DONE ]
>>> cdrom [ 3:11 ][ DONE ]
>>> flash-images [ 4:17 ][ DONE ]
>>> core-updates [ 0 ][ FAIL ]
>>>
>>> tar: usr/lib/python3.10/lib-dynload/_testcapi.cpython-310-armv6l-linux-gnu.so: Cannot stat: No such file or directory
>>> tar: usr/lib/python3.10/lib-dynload/_testimportmultiple.cpython-310-armv6l-linux-gnu.so: Cannot stat: No such file or directory
>>> tar: usr/lib/python3.10/lib-dynload/_testinternalcapi.cpython-310-armv6l-linux-gnu.so: Cannot stat: No such file or directory
>>> tar: usr/lib/python3.10/lib-dynload/_testmultiphase.cpython-310-armv6l-linux-gnu.so: Cannot stat: No such file or directory
>>> tar: usr/lib/python3.10/lib-dynload/_uuid.cpython-310-armv6l-linux-gnu.so: Cannot stat: No such file or directory
>>> tar: usr/lib/python3.10/lib-dynload/_xxsubinterpreters.cpython-310-armv6l-linux-gnu.so: Cannot stat: No such file or directory
>>> tar: usr/lib/python3.10/lib-dynload/_xxtestfuzz.cpython-310-armv6l-linux-gnu.so: Cannot stat: No such file or directory
>>> tar: usr/lib/python3.10/lib-dynload/_zoneinfo.cpython-310-armv6l-linux-gnu.so: Cannot stat: No such file or directory
>>> tar: usr/lib/python3.10/lib-dynload/array.cpython-310-armv6l-linux-gnu.so: Cannot stat: No such file or directory
>>> tar: usr/lib/python3.10/lib-dynload/audioop.cpython-310-armv6l-linux-gnu.so: Cannot stat: No such file or directory
>>> tar: usr/lib/python3.10/lib-dynload/binascii.cpython-310-armv6l-linux-gnu.so: Cannot stat: No such file or directory
>>> tar: usr/lib/python3.10/lib-dynload/cmath.cpython-310-armv6l-linux-gnu.so: Cannot stat: No such file or directory
>>> tar: usr/lib/python3.10/lib-dynload/fcntl.cpython-310-armv6l-linux-gnu.so: Cannot stat: No such file or directory
>>> tar: usr/lib/python3.10/lib-dynload/grp.cpython-310-armv6l-linux-gnu.so: Cannot stat: No such file or directory
>>> tar: usr/lib/python3.10/lib-dynload/math.cpython-310-armv6l-linux-gnu.so: Cannot stat: No such file or directory
>>> tar: usr/lib/python3.10/lib-dynload/mmap.cpython-310-armv6l-linux-gnu.so: Cannot stat: No such file or directory
>>> tar: usr/lib/python3.10/lib-dynload/ossaudiodev.cpython-310-armv6l-linux-gnu.so: Cannot stat: No such file or directory
>>> tar: usr/lib/python3.10/lib-dynload/pyexpat.cpython-310-armv6l-linux-gnu.so: Cannot stat: No such file or directory
>>> tar: usr/lib/python3.10/lib-dynload/readline.cpython-310-armv6l-linux-gnu.so: Cannot stat: No such file or directory
>>> tar: usr/lib/python3.10/lib-dynload/resource.cpython-310-armv6l-linux-gnu.so: Cannot stat: No such file or directory
>>> tar: usr/lib/python3.10/lib-dynload/select.cpython-310-armv6l-linux-gnu.so: Cannot stat: No such file or directory
>>> tar: usr/lib/python3.10/lib-dynload/spwd.cpython-310-armv6l-linux-gnu.so: Cannot stat: No such file or directory
>>> tar: usr/lib/python3.10/lib-dynload/syslog.cpython-310-armv6l-linux-gnu.so: Cannot stat: No such file or directory
>>> tar: usr/lib/python3.10/lib-dynload/termios.cpython-310-armv6l-linux-gnu.so: Cannot stat: No such file or directory
>>> tar: usr/lib/python3.10/lib-dynload/unicodedata.cpython-310-armv6l-linux-gnu.so: Cannot stat: No such file or directory
>>> tar: usr/lib/python3.10/lib-dynload/xxlimited.cpython-310-armv6l-linux-gnu.so: Cannot stat: No such file or directory
>>> tar: usr/lib/python3.10/lib-dynload/xxlimited_35.cpython-310-armv6l-linux-gnu.so: Cannot stat: No such file or directory
>>> tar: usr/lib/python3.10/lib-dynload/zlib.cpython-310-armv6l-linux-gnu.so: Cannot stat: No such file or directory
>>> tar: Exiting with failure status due to previous errors
>>> make: *** [core-updates:65: core/172] Error 2
>>>
>>> ERROR: Building core-updates [ FAIL ]
>>> Check /build/nightly/next/log/_build.packages.log for errors if applicable[ FAIL ]
prev parent reply other threads:[~2022-11-25 12:06 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <4NDkG32JB7z1yBl@arm64-01.zrh.ipfire.org>
2022-11-19 20:33 ` Peter Müller
2022-11-19 22:08 ` Adolf Belka
2022-11-21 11:30 ` Michael Tremer
2022-11-25 12:06 ` Peter Müller [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bde29da6-937c-db73-c6aa-d1fae66ff809@ipfire.org \
--to=peter.mueller@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox