public inbox for nightly-builds@lists.ipfire.org
 help / color / mirror / Atom feed
* [FAILED] Nightly Build of next (98278fe) for aarch64 on arm64-01.zrh.ipfire.org
@ 2024-06-04 19:41 IPFire Nightly Builder
  0 siblings, 0 replies; only message in thread
From: IPFire Nightly Builder @ 2024-06-04 19:41 UTC (permalink / raw)
  To: nightly-builds

[-- Attachment #1: Type: text/plain, Size: 75305 bytes --]

https://nightly.ipfire.org/next/2024-06-04%2015%3A07%3A20%20%2B0200-98278fef/aarch64

commit 98278fef4c3321387c1673bddaa652fb0adb922d
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date:   Wed May 29 21:03:13 2024 +0200

    nut: Update to version 2.8.2
    
    - Update from version 2.8.1 to 2.8.2
    - Update of rootfile
    - Changelog
        2.8.2
             - Fix fallout of development in NUT v2.8.0 and/or v2.8.1:
               * dstate machinery: a segmentation fault (null pointer dereference) was
                 possible with `INSTCMD` processing of commands without parameters nor
                 `TRACKING` identifier. [#2155]
               * USB bus number detection for libusb-1.0 builds was overly zealous and
                 wrongly considered zero values as an error. [#2198]
               * `upsmon` recognition of `CAL` state could linger after the calibration
                 activity was completed by the hardware, which led to mis-processing of
                 shutdown triggers. Also, notification was added to report "finished
                 calibration". [issue #2168, PR #2169]
               * `upsmon` recognition of `OFF` state as a trigger for FSD (forced shut
                 down) criticality considered also the input line state, which may be
                 an independently evolving circumstance. [issue #2278, PR #2279]
               * `upsmon` support for `POLLFAIL_LOG_THROTTLE_MAX` did not neuter the
                 applied setting when live-reloading configuration, so commenting it
                 away in `upsmon.conf` did not have the effect of resetting the logging
                 frequency to default. It also did not reset the counters to certainly
                 follow the new configuration for existing faults. [issue #2207, PR #2209]
               * `upsmon` support for `POLLFAIL_LOG_THROTTLE_MAX` had an off-by-one error
                 (e.g. reporting "Data stale" or "Driver not connected" every 30 sec with
                 `POLLFAIL_LOG_THROTTLE_MAX 5` and `POLLFREQ 5` settings). [#2207]
               * Drivers running with non-default user account (e.g. with `user=root`
                 in their configuration) failed to apply group ownership and permissions
                 to their Unix socket file for interaction with the local data server.
                 [#2185, #2096]
               * Dispatcher script `scripts/python/app/NUT-Monitor` referenced `py3qt3`
                 instead of the correct `py3qt5`. It also tries to check both `py2gtk2`
                 and `py3qt5` implementations verbosely, even if one is not installed.
                 [#2199, #2201]
               * Set the `DesktopFileName` in `scripts/python/app/NUT-Monitor-py3qt5`,
                 this binds the application with the desktop file and allow the Open
                 Desktop compatible implementation to display the proper icon and
                 application name. [#2205]
               * Original recipe for `apc_modbus` strictly required USB support even if
                 building NUT without it. [#2262]
               * Builds requested with a specific C/C++ language standard revision via
                 `CFLAGS` and `CXXFLAGS` should again be honoured. [PR #2306]
               * Allow requesting detailed debug builds (with disabled optimizations for
                 binaries to best match the source code) for supported compilers using
                 `configure` script option `--with-debuginfo`. Note that default autoconf
                 behavior usually embeds moderate optimizations and debug information on
                 its own. [PR #2310]
               * A fix applied among clean-ups between NUT v2.7.4 and v2.8.0 releases
                 backfired for `usbhid-ups` subdriver `belkin-hid` which in practice
                 relied on the broken older behavior; more details in its entry below.
                 [PR #2371]
             - nut-usbinfo.pl, nut-scanner and libnutscan:
               * Library API version for `libnutscan` was bumped from 2.2.0 to 2.5.0
                 during evolution of this NUT release.
               * USB VendorID:ProductID support list files generated by the script for
                 different OS frameworks now include a comment with other possibly
                 compatible driver names, where the respective file format allows for
                 comments.
               * Added the concept of `alt_driver_names` in `nutscan_device_t` structure
                 for ability to suggest a comment with other possibly compatible driver
                 names in configuration snippets generated by `nut-scanner`; practical
                 support implemented for USB connected drivers.
               * Added the concept of commented-away suggested option values `comment_tag`
                 and a method to `nutscan_add_commented_option_to_device()`, instead of
                 hacks in prepared config data which broke some use-cases. [#2221]
               * Command-line option `-U` for USB scan can now be specified several times
                 to increase the detail level about hardware link to the device (this was
                 previously always suggested, but may be not reliable if USB enumeration
                 gets changed over time). [#2221]
               * Added generation of FreeBSD/pfSense quirks for USB devices supported
                 by NUT (may get installed to `$datadir` e.g. `/usr/local/share/nut`
                 and need to be pasted into your `/boot/loader.conf.local`). [#2159]
               * nut-scanner now avoids creating ambiguous `nutdevN` device section names
                 when called separately to scan different media buses (one at a time).
                 Now the "bus" name would be embedded (e.g. non-colliding `nutdev-usb1`
                 and `nutdev-snmp1`). [#2247]
               * nut-scanner can now discover NUT simulated devices (`.dev` and `.seq`
                 files) located in your sysconfig directory, and prepare configuration
                 sections with the simulation driver (currently `dummy-ups`). [#2246]
               * nut-scanner now reports `dummy-ups` as driver when scanning NUT "bus"
                 with Old or Avahi method. [#2236, #2245]
             - upsd: Fixed conditions for "no listening interface available" diagnosis
               to check how many listeners we succeeded with, not whether the first one
               succeeded or not. If not all requested (non-localhost) listeners were
               available, default to fail the daemon start-up attempt; support for an
               `ALLOW_NOT_ALL_LISTENERS` setting was added to control this behavior. [#723]
             - NUT CI improvements:
               * Added publishing recipes for PyNUT client bindings for NUT, so it ends
                 up in the link:https://pypi.org/project/PyNUTClient[PyPI repository].
                 [#2158]
               * Added support for new `ccache` namespace concept, where possible. [#2256]
               * Fixed an issue for builds configured `--without-usb`. [#2263]
               * Added a fallback for `libgd` discovery (for CGI etc. builds). [#2287]
               * Made `aspell` TeX module detection more reliable. [#2206]
               * Fixed recipes for completely out-of-tree builds to pass with documentation
                 generation and checking on all tested "make" implementations. [#2318]
               * Various other recipe and documentation clean-up efforts. [#2284, #2269,
                 #2261]
             - main driver core codebase:
               * Help users of drivers that can be built to support optionally USB and
                 other media (like `nutdrv_qx` built for serial-only support), and built
                 in fact without USB support but used for USB devices, with some more
                 information to make troubleshooting easier. [issue #2259, PR #2260]
               * Driver programs with debug tracing support via `-D` CLI option and/or
                 the `NUT_DEBUG_LEVEL` environment variable now check those earlier in
                 their life-time, so that initialization routine can be debugged. [#2259]
               * Multiple USB-capable drivers got options to customize `usb_config_index`
                 `usb_hid_rep_index`, `usb_hid_desc_index`, `usb_hid_ep_in` and
                 `usb_hid_ep_out` hardware connection settings via `ups.conf` options.
                 This is treated as experimental, not all code paths may be actually
                 using such values from `struct usb_communication_subdriver_t` rather
                 than hard-coded defaults. Discovery of correct values is up to the
                 user at the moment (using `lsusb`, internet search, luck...) [#2149]
             - nut-driver-enumerator (NDE) service/script:
               * The optional daemon mode (primarily useful for systems which monitor
                 a large and dynamic population of power devices) was enhanced with a
                 `--daemon-after` variant which parses the configuration once before
                 daemonization and this has a chance to fail while not forked off, as
                 well as to allow only completing the service unit initialization when
                 everything is actually ready to work (so further dependencies can start
                 at the proper time). [#682]
               * Also applied other optimizations to the script implementation. [#682]
             - powerpanel text driver now handles status responses in any format and should
               support most devices. [#2156]
             - tripplite_usb driver now allows any device to match if a particular Unit ID
               was not specified in `ups.conf`. [PR #2297, issues #2282 and #2258]
             - snmp-ups driver:
               * added support for Eaton EMP002 sensor for ATS16 NM2 sub-driver. [#2286]
               * mapping table updates for apc-mib sub-driver. [#2264]
             - usbhid-ups driver:
               * `arduino-hid` subdriver was enhanced from "initial bare bones" experimental
                 set of mapped data points to support some 20 more mappings to make it more
                 useful as an UPS driver, not just a controller developer sandbox. [#2188]
               * `cps-hid` subdriver now supports devices branded as Cyber Energy and built
                 by cooperation with Cyber Power Systems. [#2312]
               * `belkin-hid` subdriver now supports Liebert PSI5 devices which have a
                 different numeric reading scale than earlier handled models. [issue #2271,
                 PR #2272, PR #2369] Generally the wrong-scale processing was addressed,
                 including a regression in NUT v2.8.0 which led to zero values
                 in voltage data points which NUT v2.7.4 reported well [#2371]
               * The `onlinedischarge` configuration flag name was too ambiguous and got
                 deprecated (will be supported but no longer promoted by documentation),
                 introducing `onlinedischarge_onbattery` as the meaningful alias. [#2213]
               * Logged notifications about `OL+DISCHRG` state should now be throttled
                 (see the driver manual page for more details) [#2214, #2215]:
                 - If `battery.charge` is available, make the message when entering the
                   state and then only if the charge differs from that when we posted
                   the earlier message (e.g. really discharging) and is under
                   `onlinedischarge_log_throttle_hovercharge` value (defaults to 100%);
                 - Also can throttle to a time frequency configurable by a new option
                   `onlinedischarge_log_throttle_sec`, by default 30 sec if `battery.charge`
                   is not reported by the device (should be frequent by default, in case
                   the UPS-reported state combination does reflect a bad power condition).
             - nutdrv_qx driver:
               * Fixed handling of `battery_voltage_reports_one_pack` configuration flag
                 introduced in NUT v2.8.1. [originally by PR #1279; fixed by PR #2324,
                 issue #2325]
             - Various code and documentation fixes for NSS crypto support. [#2274, #2268]
             - Laid foundations for the SmartNUT effort (aiming to integrate drivers with
               some other backends than the networked NUT data server process).
             - Eaton contributed recipes and scripts used to create the IPP for Unix
               bundle (aka Eaton IPSS Unix or UPP), a freely available value-added
               packaging of NUT distributed as the UPS software companion for OSes
               where their more complex UPS monitoring/management tools had not been
               ported. This allows for delivery of NUT packages with an interactive
               installer and some system integration scripts (events, notifications,
               status, shutdown daemon...), and was contributed to the NUT upstream
               project by Eaton -- provided "as is" at the moment, and may later serve
               as foundation or inspiration for new NUT features. [#2288]
             - nutconf (C++ library and tool to read and manage NUT configuration files)
               was started in the open by Eaton employees and used in the IPP installer,
               but the code lingered in a side branch. It was now brushed up to our common
               best practices and added to the main codebase. As of this import, there are
               known deficiencies in Windows platform support, as well as some un-awareness
               about configuration key words which appeared in NUT since 2013. [#2290]
             - The `tools/gitlog2changelog.py.in` script was revised, in particular to
               convert section titles (with contributor names coming from Git metadata)
               into plain ASCII character set, for `dblatex` versions which do not allow
               diacritics and other kinds of non-trivial characters in sections. This can
               cause successful builds of `ChangeLog.pdf` file on more platforms, but at
               expense of a semi-cosmetic difference in those names. [PR #2360, PR #2366]
    
    Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
    Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>

https://git.ipfire.org/?p=ipfire-2.x.git;a=shortlog;h=98278fef4c3321387c1673bddaa652fb0adb922d

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.6.32)                                KCFG=-headers [       23 ][ DONE ]
man-pages (5.13)                                            [        6 ][ DONE ]
glibc (2.39)                                                [     6:26 ][ DONE ]
tzdata (2024a)                                              [        2 ][ DONE ]
cleanup-toolchain                                           [        0 ][ DONE ]
zlib (1.3.1)                                                [        1 ][ DONE ]
zstd (1.5.5)                                                [        3 ][ DONE ]
autoconf (2.71)                                             [        2 ][ DONE ]
automake (1.16.5)                                           [        3 ][ DONE ]
help2man (1.49.3)                                           [        0 ][ DONE ]
libtool (2.4.7)                                             [        7 ][ DONE ]
binutils (2.42)                                             [       51 ][ DONE ]
gmp (6.3.0)                                                 [       36 ][ DONE ]
mpfr (4.2.1)                                                [       20 ][ DONE ]
libmpc (1.3.1)                                              [        7 ][ DONE ]
libxcrypt (4.4.36)                                          [       11 ][ DONE ]
file (5.45)                                                 [        9 ][ DONE ]
gcc (13.3.0)                                                [     5:25 ][ DONE ]
attr (2.5.2)                                                [        6 ][ DONE ]
acl (2.3.2)                                                 [        9 ][ DONE ]
sed (4.9)                                                   [       30 ][ DONE ]
berkeley (5.3.28)                                           [       29 ][ DONE ]
coreutils (9.0)                                             [     2:16 ][ DONE ]
iana-etc (20240125)                                         [        0 ][ DONE ]
m4 (1.4.19)                                                 [       39 ][ DONE ]
bison (3.8.2)                                               [       36 ][ DONE ]
ncurses (6.4)                                               [       32 ][ DONE ]
perl (5.36.0)                                               [     2:07 ][ DONE ]
readline (8.2)                                              [        8 ][ DONE ]
bzip2 (1.0.8)                                               [        1 ][ DONE ]
xz (5.4.5)                                                  [       15 ][ DONE ]
lzip (1.24)                                                 [        0 ][ DONE ]
pcre (8.45)                                                 [       10 ][ DONE ]
pcre2 (10.42)                                               [        8 ][ DONE ]
gettext (0.22.4)                                            [     3:37 ][ DONE ]
bash (5.2)                                                  [       34 ][ DONE ]
diffutils (3.10)                                            [       31 ][ DONE ]
ed (1.20)                                                   [        0 ][ DONE ]
findutils (4.9.0)                                           [       46 ][ DONE ]
flex (2.6.4)                                                [       10 ][ DONE ]
gawk (5.3.0)                                                [       17 ][ DONE ]
go (1.20.4)                                                 [       21 ][ DONE ]
grep (3.11)                                                 [       33 ][ DONE ]
groff (1.23.0)                                              [       41 ][ DONE ]
gperf (3.1)                                                 [        3 ][ DONE ]
gzip (1.13)                                                 [       20 ][ DONE ]
hostname (3.20)                                             [        0 ][ DONE ]
whois (5.5.21)                                              [        1 ][ DONE ]
kbd (2.5.1)                                                 [       15 ][ DONE ]
less (633)                                                  [        6 ][ DONE ]
pkg-config (0.29.2)                                         [       28 ][ DONE ]
procps (v4.0.4)                                             [       15 ][ DONE ]
make (4.4.1)                                                [       14 ][ DONE ]
libpipeline (1.5.7)                                         [       21 ][ DONE ]
man (2.12.0)                                                [       59 ][ DONE ]
net-tools (2.10)                                            [        3 ][ DONE ]
patch (2.7.6)                                               [       28 ][ DONE ]
psmisc (23.6)                                               [        7 ][ DONE ]
shadow (4.15.0)                                             [       14 ][ DONE ]
sysklogd (1.5.1)                                            [        1 ][ DONE ]
sysvinit (3.08)                                             [        1 ][ DONE ]
tar (1.35)                                                  [       41 ][ DONE ]
texinfo (7.1)                                               [       32 ][ DONE ]
util-linux (2.39.3)                                         [       37 ][ DONE ]
vim (9.0)                                                   [       20 ][ DONE ]
e2fsprogs (1.47.0)                                          [       17 ][ DONE ]
jq (1.7)                                                    [       13 ][ DONE ]
Building IPFire                                                         
configroot                                                  [        1 ][ DONE ]
initscripts                                                 [        1 ][ DONE ]
backup                                                      [        0 ][ DONE ]
rust (1.67.0)                                               [       15 ][ DONE ]
openssl (3.2.1)                                             [     3:20 ][ DONE ]
popt (1.19)                                                 [        5 ][ DONE ]
libedit (20230828-3.1)                                      [        8 ][ DONE ]
pam (1.6.0)                                                 [       38 ][ DONE ]
libcap (2.69)                                               [        2 ][ DONE ]
libcap-ng (0.8.3)                                           [        5 ][ DONE ]
libpcap (1.10.4)                                            [        8 ][ DONE ]
ppp (e1266c7)                                               [       23 ][ DONE ]
pptp (1.10.0)                                               [        0 ][ DONE ]
unzip (60)                                                  [        2 ][ DONE ]
which (2.21)                                                [        3 ][ DONE ]
bc (1.07.1)                                                 [        5 ][ DONE ]
cpio (2.14)                                                 [       30 ][ DONE ]
libaio (0.3.113)                                            [        0 ][ DONE ]
freetype (2.13.2)                                           [        6 ][ DONE ]
libmnl (1.0.5)                                              [        4 ][ DONE ]
libnfnetlink (1.0.2)                                        [        3 ][ DONE ]
libnetfilter_queue (1.0.5)                                  [        4 ][ DONE ]
libnetfilter_conntrack (1.0.9)                              [        5 ][ DONE ]
libnetfilter_cthelper (1.0.1)                               [        3 ][ DONE ]
libnetfilter_cttimeout (1.0.1)                              [        4 ][ DONE ]
iptables (1.8.10)                                           [        8 ][ DONE ]
iproute2 (6.8.0)                                            [        5 ][ DONE ]
screen (4.9.0)                                              [        9 ][ DONE ]
elfutils (0.191)                                            [       23 ][ DONE ]
expat (2.6.2)                                               [        7 ][ DONE ]
libconfig (1.7.3)                                           [       15 ][ DONE ]
curl (8.2.1)                                                [       30 ][ DONE ]
libarchive (3.7.0)                                          [       30 ][ DONE ]
cmake (3.25.2)                                              [     1:17 ][ DONE ]
json-c (0.17)                                               [        8 ][ DONE ]
tcl (8.6.14)                                                [       36 ][ DONE ]
libffi (3.4.6)                                              [        7 ][ DONE ]
gdbm (1.23)                                                 [       13 ][ DONE ]
sqlite (3450300)                                            [        5 ][ DONE ]
python3 (3.10.8)                                            [     1:03 ][ DONE ]
python3-setuptools (67.5.1)                                 [        4 ][ DONE ]
python3-MarkupSafe (2.1.3)                                  [        1 ][ DONE ]
python3-Jinja2 (3.1.2)                                      [        1 ][ DONE ]
ninja (1.11.1)                                              [        5 ][ DONE ]
meson (1.4.0)                                               [        2 ][ DONE ]
kmod (32)                                                   [       10 ][ DONE ]
udev (254)                                                  [       28 ][ DONE ]
libusb (1.0.26)                                             [        6 ][ DONE ]
mdadm (4.2)                                                 [        1 ][ DONE ]
dracut (056)                                                [        1 ][ DONE ]
lvm2 (2.03.23)                                              [       15 ][ DONE ]
multipath-tools (0.8.9)                                     [        1 ][ DONE ]
glib (2.77.0)                                               [       42 ][ DONE ]
libgudev (238)                                              [        2 ][ DONE ]
libgpg-error (1.48)                                         [       14 ][ DONE ]
libgcrypt (1.10.3)                                          [       17 ][ DONE ]
libassuan (2.5.5)                                           [       10 ][ DONE ]
nettle (3.9)                                                [       12 ][ DONE ]
libsodium (1.0.19)                                          [       15 ][ DONE ]
libevent2 (2.1.12-stable)                                   [       16 ][ DONE ]
apr (1.7.4)                                                 [       24 ][ DONE ]
aprutil (1.6.3)                                             [        6 ][ DONE ]
unbound (1.20.0)                                            [       24 ][ DONE ]
gnutls (3.8.3)                                              [     1:12 ][ DONE ]
libuv (1.44.2)                                              [        8 ][ DONE ]
bind (9.16.49)                                              [       43 ][ DONE ]
dhcp (4.4.3-P1)                                             [       37 ][ DONE ]
dhcpcd (10.0.6)                                             [        3 ][ DONE ]
boost (1_83_0)                                              [     3:42 ][ DONE ]
linux-atm (2.4.1)                                           [       11 ][ DONE ]
libqmi (1.30.8)                                             [       18 ][ DONE ]
c-ares (1.17.1)                                             [     1:19 ][ DONE ]
rust-dissimilar (1.0.3)                                     [        2 ][ DONE ]
rust-cfg-if (1.0.0)                                         [        1 ][ DONE ]
rust-libc (0.2.108)                                         [        2 ][ DONE ]
rust-getrandom (0.2.4)                                      [        2 ][ DONE ]
rust-typenum (1.15.0)                                       [        3 ][ DONE ]
rust-version-check (0.9.4)                                  [        1 ][ DONE ]
rust-generic-array (0.14.4)                                 [        4 ][ DONE ]
rust-crypto-common (0.1.1)                                  [        3 ][ DONE ]
rust-cipher (0.3.0)                                         [        3 ][ DONE ]
rust-hex (0.4.3)                                            [        1 ][ DONE ]
rust-unicode-xid (0.2.1)                                    [        1 ][ DONE ]
rust-proc-macro2 (1.0.36)                                   [        3 ][ DONE ]
rust-quote (1.0.15)                                         [        4 ][ DONE ]
rust-syn (1.0.86)                                           [       15 ][ DONE ]
rust-home (0.5.3)                                           [        0 ][ DONE ]
rust-lazy-static (1.4.0)                                    [        1 ][ DONE ]
rust-memchr (2.4.1)                                         [        2 ][ DONE ]
rust-aho-corasick (0.7.18)                                  [        4 ][ DONE ]
rust-regex-syntax (0.6.25)                                  [       11 ][ DONE ]
rust-regex (1.5.3)                                          [       24 ][ DONE ]
rust-ucd-trie (0.1.3)                                       [        1 ][ DONE ]
rust-pest (2.1.3)                                           [        2 ][ DONE ]
rust-semver-parser (0.7.0)                                  [        1 ][ DONE ]
rust-semver (0.9.0)                                         [        2 ][ DONE ]
rust-same-file (1.0.6)                                      [        0 ][ DONE ]
rust-walkdir (2.3.2)                                        [        2 ][ DONE ]
rust-dirs (1.0.5)                                           [        2 ][ DONE ]
rust-toolchain_find (0.1.4)                                 [       18 ][ DONE ]
rust-serde (1.0.136)                                        [        6 ][ DONE ]
rust-itoa (1.0.1)                                           [        1 ][ DONE ]
rust-ryu (1.0.9)                                            [        0 ][ DONE ]
rust-serde_json (1.0.78)                                    [       10 ][ DONE ]
rust-synstructure (0.12.6)                                  [       19 ][ DONE ]
rust-block-buffer (0.9.0)                                   [        3 ][ DONE ]
rust-digest (0.9.0)                                         [        4 ][ DONE ]
rust-ppv-lite86 (0.2.16)                                    [        0 ][ 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)                                [        0 ][ DONE ]
rust-rand_chacha (0.3.1)                                    [        3 ][ DONE ]
rust-rand_hc (0.3.1)                                        [        1 ][ DONE ]
rust-rand (0.8.4)                                           [        4 ][ DONE ]
rust-rdrand (0.4.0)                                         [        1 ][ DONE ]
rust-rand-0.4 (0.4.6)                                       [        3 ][ DONE ]
rust-log (0.4.14)                                           [        1 ][ DONE ]
rust-num_cpus (1.13.1)                                      [        3 ][ DONE ]
rust-crossbeam-utils (0.8.6)                                [        2 ][ DONE ]
rust-autocfg (1.0.1)                                        [        1 ][ DONE ]
rust-memoffset (0.6.5)                                      [        2 ][ DONE ]
rust-scopeguard (1.1.0)                                     [        1 ][ DONE ]
rust-crossbeam-epoch (0.9.6)                                [        3 ][ DONE ]
rust-crossbeam-deque (0.8.1)                                [        3 ][ DONE ]
rust-either (1.6.1)                                         [        0 ][ DONE ]
rust-crossbeam-channel (0.5.2)                              [        2 ][ DONE ]
rust-rayon-core (1.9.1)                                     [        5 ][ DONE ]
rust-rayon (1.5.1)                                          [        7 ][ DONE ]
rust-remove_dir_all (0.5.3)                                 [        1 ][ DONE ]
rust-tempdir (0.3.7)                                        [        3 ][ DONE ]
rust-glob (0.3.0)                                           [        2 ][ DONE ]
rust-once_cell (1.9.0)                                      [        1 ][ DONE ]
rust-termcolor (1.1.2)                                      [        1 ][ DONE ]
rust-toml (0.5.8)                                           [       13 ][ DONE ]
rust-serde_derive (1.0.136)                                 [       37 ][ DONE ]
rust-trybuild (1.0.54)                                      [     1:09 ][ DONE ]
rust-unindent (0.1.7)                                       [        1 ][ DONE ]
rust-proc-macro-hack (0.5.19)                               [        4 ][ DONE ]
rust-indoc-impl (0.3.6)                                     [       17 ][ DONE ]
rust-indoc (1.0.3)                                          [        2 ][ DONE ]
rust-indoc-0.3.6 (0.3.6)                                    [       16 ][ DONE ]
rust-instant (0.1.12)                                       [        1 ][ DONE ]
rust-lock_api (0.4.5)                                       [        1 ][ DONE ]
rust-smallvec (1.8.0)                                       [        0 ][ DONE ]
rust-parking_lot_core (0.8.5)                               [        2 ][ DONE ]
rust-parking_lot (0.11.2)                                   [        3 ][ DONE ]
rust-paste-impl (0.1.18)                                    [        7 ][ DONE ]
rust-paste (1.0.3)                                          [        3 ][ DONE ]
rust-paste-0.1.18 (0.1.18)                                  [        7 ][ DONE ]
rust-ctor (0.1.21)                                          [       28 ][ DONE ]
rust-ghost (0.1.2)                                          [       18 ][ DONE ]
rust-inventory-impl (0.1.4)                                 [       17 ][ DONE ]
rust-inventory (0.1.4)                                      [       33 ][ DONE ]
rust-pyo3-build-config (0.15.2)                             [        8 ][ DONE ]
rust-pyo3-macros-backend (0.15.2)                           [       35 ][ DONE ]
rust-pyo3-macros (0.15.2)                                   [       38 ][ DONE ]
rust-pyo3 (0.15.2)                                          [       51 ][ DONE ]
rust-num-traits (0.2.15)                                    [        4 ][ DONE ]
rust-num-integer (0.1.45)                                   [        4 ][ DONE ]
rust-num_threads (0.1.5)                                    [        1 ][ DONE ]
rust-time (0.1.43)                                          [        3 ][ DONE ]
rust-iana-time-zone (0.1.51)                                [        1 ][ DONE ]
rust-chrono (0.4.22)                                        [        8 ][ DONE ]
rust-asn1_derive (0.12.2)                                   [       21 ][ DONE ]
rust-asn1 (0.12.2)                                          [       23 ][ DONE ]
rust-proc-macro-error-attr (1.0.4)                          [        5 ][ DONE ]
rust-proc-macro-error (1.0.4)                               [        8 ][ DONE ]
rust-Inflector (0.11.4)                                     [       17 ][ DONE ]
rust-ouroboros_macro (0.15.5)                               [       37 ][ DONE ]
rust-aliasable (0.1.3)                                      [        1 ][ DONE ]
rust-stable_deref_trait (1.2.0)                             [        0 ][ DONE ]
rust-ouroboros (0.15.5)                                     [       40 ][ DONE ]
rust-base64 (0.13.0)                                        [        1 ][ DONE ]
rust-pem (1.1.0)                                            [        2 ][ DONE ]
gdb (14.2)                                                  [     1:32 ][ DONE ]
grub (2.12)                                                 [     1:06 ][ DONE ]
mandoc (1.14.6)                                             [        3 ][ DONE ]
efivar (38)                                                 [        2 ][ DONE ]
efibootmgr (18)                                             [        1 ][ DONE ]
libtasn1 (4.19.0)                                           [       17 ][ DONE ]
p11-kit (0.25.3)                                            [       11 ][ DONE ]
ca-certificates (20240217)                                  [        3 ][ DONE ]
fireinfo (2.2.0)                                            [        9 ][ DONE ]
libnet (1.1.6)                                              [        9 ][ DONE ]
libnl-3 (3.9.0)                                             [       18 ][ DONE ]
libidn (1.42)                                               [       18 ][ DONE ]
nasm (2.15.05)                                              [       13 ][ DONE ]
libjpeg (2.1.4)                                             [        5 ][ DONE ]
openjpeg (2.5.2)                                            [        3 ][ DONE ]
libexif (0.6.24)                                            [        7 ][ DONE ]
libpng (1.6.42)                                             [        6 ][ DONE ]
libtiff (4.5.1)                                             [       14 ][ DONE ]
gd (2.3.3)                                                  [        8 ][ DONE ]
slang (2.3.3)                                               [       19 ][ DONE ]
newt (0.52.24)                                              [        3 ][ DONE ]
libsmooth                                                   [        8 ][ DONE ]
pciutils (3.11.1)                                           [        1 ][ DONE ]
usbutils (017)                                              [       12 ][ DONE ]
libxml2 (2.12.3)                                            [        8 ][ DONE ]
libxslt (1.1.37)                                            [        7 ][ DONE ]
perl-BerkeleyDB (0.63)                                      [        2 ][ DONE ]
cyrus-sasl (2.1.26)                                         [       22 ][ DONE ]
openldap (2.6.5)                                            [       49 ][ DONE ]
apache2 (2.4.59)                                            [       43 ][ DONE ]
web-user-interface                                          [        2 ][ DONE ]
flag-icons (2.6)                                            [        1 ][ DONE ]
jquery (3.6.3)                                              [        0 ][ DONE ]
bootstrap (4.0.0-alpha.6)                                   [        1 ][ DONE ]
arping (2.23)                                               [        7 ][ DONE ]
beep (1.3)                                                  [        0 ][ DONE ]
libssh (0.10.6)                                             [       13 ][ DONE ]
libinih (56)                                                [        1 ][ DONE ]
cdrkit (1.1.11)                                             [        9 ][ DONE ]
dosfstools (4.2)                                            [        4 ][ DONE ]
exfatprogs (1.1.3)                                          [        4 ][ DONE ]
reiserfsprogs (3.6.27)                                      [       12 ][ DONE ]
liburcu (0.14.0)                                            [       19 ][ DONE ]
xfsprogs (6.5.0)                                            [       42 ][ DONE ]
sysfsutils (2.1.1)                                          [       10 ][ DONE ]
fuse (3.15.0)                                               [        3 ][ DONE ]
ntfs-3g (2022.10.3)                                         [       12 ][ DONE ]
ethtool (6.7)                                               [        3 ][ DONE ]
fcron (3.2.1)                                               [       11 ][ DONE ]
perl-ExtUtils-PkgConfig (1.16)                              [        1 ][ DONE ]
perl-GD (2.73)                                              [        1 ][ 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)                                      [        1 ][ DONE ]
perl-Try-Tiny (0.31)                                        [        0 ][ DONE ]
perl-HTTP-Message (6.36)                                    [        1 ][ DONE ]
perl-HTTP-Date (6.05)                                       [        1 ][ DONE ]
gnupg (1.4.23)                                              [       19 ][ DONE ]
hdparm (9.65)                                               [        1 ][ DONE ]
whatmask (1.2)                                              [        3 ][ DONE ]
libtirpc (1.3.3)                                            [        6 ][ DONE ]
conntrack-tools (1.4.7)                                     [        8 ][ DONE ]
iputils (20240117)                                          [        3 ][ DONE ]
l7-protocols (2009-05-10)                                   [        1 ][ DONE ]
hwdata                                                      [        0 ][ DONE ]
logrotate (3.21.0)                                          [        5 ][ DONE ]
logwatch (7.8)                                              [        2 ][ DONE ]
misc-progs                                                  [        2 ][ DONE ]
nano (7.2)                                                  [       27 ][ DONE ]
perl-URI (5.09)                                             [        1 ][ DONE ]
perl-CGI (4.54)                                             [        1 ][ DONE ]
perl-Switch (2.17)                                          [        0 ][ DONE ]
perl-HTML-Tagset (3.04)                                     [        1 ][ DONE ]
perl-HTML-Parser (3.78)                                     [        1 ][ DONE ]
perl-HTML-Template (2.94)                                   [        1 ][ DONE ]
perl-Compress-Zlib (1.35)                                   [        1 ][ 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)                              [        0 ][ DONE ]
perl-Net-HTTP (6.22)                                        [        0 ][ DONE ]
perl-Net-DNS (1.30)                                         [        2 ][ DONE ]
perl-Net-IPv4Addr (0.10)                                    [        1 ][ DONE ]
perl-Net_SSLeay (1.88)                                      [        2 ][ 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)                                     [        1 ][ 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)                                    [        3 ][ DONE ]
perl-Archive-Tar (1.29)                                     [        1 ][ DONE ]
perl-Archive-Zip (1.16)                                     [        1 ][ DONE ]
perl-Text-Tabs+Wrap (2013.0523)                             [        0 ][ DONE ]
perl-XML-Parser (2.46)                                      [        2 ][ DONE ]
perl-Crypt-PasswdMD5 (1.41)                                 [        1 ][ DONE ]
perl-Net-Telnet (3.03)                                      [        1 ][ DONE ]
perl-JSON (4.05)                                            [        0 ][ DONE ]
perl-Capture-Tiny (0.48)                                    [        1 ][ DONE ]
perl-Config-AutoConf (0.320)                                [        1 ][ DONE ]
perl-Object-Tiny (1.09)                                     [        1 ][ DONE ]
perl-Archive-Peek-Libarchive (0.38)                         [        1 ][ DONE ]
python3-inotify (0.2.10)                                    [        1 ][ DONE ]
python3-docutils (0.19)                                     [        2 ][ DONE ]
python3-daemon (2.3.1)                                      [        1 ][ DONE ]
ntp (4.2.8p17)                                              [       53 ][ DONE ]
openssh (9.7p1)                                             [       41 ][ DONE ]
fontconfig (2.15.0)                                         [       14 ][ DONE ]
dejavu-fonts-ttf (2.37)                                     [        1 ][ DONE ]
ubuntu-font-family (0.83)                                   [        0 ][ DONE ]
freefont (20100919)                                         [        0 ][ DONE ]
pixman (0.43.4)                                             [        5 ][ DONE ]
cairo (1.17.6)                                              [       22 ][ DONE ]
harfbuzz (8.2.2)                                            [       21 ][ DONE ]
fribidi (1.0.12)                                            [        3 ][ DONE ]
pango (1.52.0)                                              [        8 ][ DONE ]
rrdtool (1.8.0)                                             [       26 ][ DONE ]
setup                                                       [       11 ][ DONE ]
jansson (2.14)                                              [        7 ][ DONE ]
yaml (0.2.5)                                                [        4 ][ DONE ]
libhtp (0.5.48)                                             [       11 ][ DONE ]
colm (0.14.7)                                               [     1:08 ][ DONE ]
ragel (7.0.4)                                               [     1:48 ][ DONE ]
vectorscan (5.4.11)                                         [       41 ][ DONE ]
suricata (7.0.5)                                            [     4:51 ][ DONE ]
ids-ruleset-sources                                         [        0 ][ DONE ]
ipblocklist-sources                                         [        1 ][ DONE ]
squid (6.9)                                                 [     2:32 ][ DONE ]
squidguard (1.6.0)                                          [        7 ][ DONE ]
calamaris (2.59)                                            [        0 ][ DONE ]
tcpdump (4.99.4)                                            [        8 ][ DONE ]
traceroute (2.1.2)                                          [        0 ][ DONE ]
vlan (1.9)                                                  [        1 ][ DONE ]
wireless (30.pre9)                                          [        0 ][ DONE ]
pakfire (0.99)                                              [        1 ][ DONE ]
lz4 (1.9.4)                                                 [        8 ][ DONE ]
lzo (2.10)                                                  [       15 ][ DONE ]
openvpn (2.5.9)                                             [       25 ][ DONE ]
mpage (2.5.7)                                               [        1 ][ DONE ]
dbus (1.14.10)                                              [       23 ][ DONE ]
intltool (0.51.0)                                           [        1 ][ DONE ]
libdaemon (0.14)                                            [        8 ][ DONE ]
avahi (0.8)                                                 [       22 ][ DONE ]
cups (2.4.6)                                                [       28 ][ DONE ]
lcms2 (2.16)                                                [        8 ][ DONE ]
ghostscript (10.03.0)                                       [       44 ][ DONE ]
qpdf (11.9.0)                                               [       16 ][ DONE ]
poppler (24.03.0)                                           [       14 ][ DONE ]
poppler-data (0.4.12)                                       [        2 ][ DONE ]
cups-filters (1.28.16)                                      [       12 ][ DONE ]
epson-inkjet-printer-escpr (1.7.23)                         [        9 ][ DONE ]
cups-pdf (3.0.1)                                            [        1 ][ DONE ]
foomatic (4.0.13)                                           [     1:37 ][ DONE ]
hplip (3.23.5)                                              [       19 ][ DONE ]
cifs-utils (7.0)                                            [        7 ][ DONE ]
krb5 (1.21.2)                                               [       40 ][ DONE ]
rpcsvc-proto (1.4.4)                                        [        2 ][ DONE ]
samba (4.20.1)                                              [    13:06 ][ DONE ]
netatalk (3.1.12)                                           [       29 ][ DONE ]
sudo (1.9.15p5)                                             [       31 ][ DONE ]
mc (4.8.31)                                                 [       34 ][ DONE ]
wget (1.24.5)                                               [       43 ][ DONE ]
bridge-utils (1.5)                                          [        3 ][ DONE ]
smartmontools (7.4)                                         [        7 ][ DONE ]
htop (3.3.0)                                                [       11 ][ DONE ]
chkconfig (1.5)                                             [        0 ][ DONE ]
postfix (3.9.0)                                             [       44 ][ DONE ]
fetchmail (6.4.36)                                          [        9 ][ DONE ]
clamav (1.3.0)                                              [     2:49 ][ DONE ]
perl-NetAddr-IP (4.079)                                     [       15 ][ DONE ]
dma (0.13)                                                  [        2 ][ DONE ]
alsa (1.2.10)                                               [       36 ][ DONE ]
mpfire                                                      [        1 ][ DONE ]
guardian (2.0.2)                                            [        0 ][ DONE ]
libid3tag (0.15.1b)                                         [        7 ][ DONE ]
libmad (0.15.1b)                                            [       12 ][ DONE ]
libogg (1.3.5)                                              [        5 ][ DONE ]
libvorbis (1.3.7)                                           [        6 ][ DONE ]
flac (1.4.2)                                                [       14 ][ DONE ]
lame (3.100)                                                [       10 ][ DONE ]
soxr (0.1.3)                                                [        2 ][ DONE ]
libshout (2.4.6)                                            [        9 ][ DONE ]
xvid (1.3.7)                                                [        4 ][ DONE ]
libmpeg2 (0.4.1)                                            [       11 ][ DONE ]
gnump3d (3.0)                                               [        2 ][ DONE ]
rsync (3.3.0)                                               [       24 ][ DONE ]
rpcbind (1.2.6)                                             [        2 ][ DONE ]
keyutils (1.6.3)                                            [        1 ][ DONE ]
nfs (2.6.4)                                                 [       21 ][ DONE ]
ncat (7.94)                                                 [       43 ][ DONE ]
nmap (7.94)                                                 [       48 ][ DONE ]
etherwake (1.09)                                            [        1 ][ DONE ]
bwm-ng (0.6.1-f54b3fa)                                      [        8 ][ DONE ]
sysstat (12.7.1)                                            [        5 ][ DONE ]
strongswan (5.9.14)                                         [       58 ][ DONE ]
rng-tools (6.16)                                            [        5 ][ DONE ]
lsof (4.99.3)                                               [        1 ][ DONE ]
br2684ctl                                                   [        0 ][ DONE ]
lm_sensors (3-6-0)                                          [        1 ][ DONE ]
libstatgrab (0.92.1)                                        [       20 ][ DONE ]
liboping (1.3.4)                                            [        6 ][ DONE ]
collectd (4.10.9)                                           [     1:35 ][ DONE ]
git (2.45.2)                                                [     1:18 ][ DONE ]
linux-firmware (20231030)                                   [       37 ][ DONE ]
dvb-firmwares (20141125)                                    [        0 ][ DONE ]
zd1211-firmware (1.5)                                       [        1 ][ DONE ]
rpi-firmware (20211127)                                     [        0 ][ DONE ]
intel-microcode (20240514)                                  [        0 ][ SKIP ]
pcengines-apu-firmware (4.19.0.1)                           [        0 ][ SKIP ]
elinks (0.16.0)                                             [       11 ][ DONE ]
igmpproxy (0.4)                                             [        2 ][ DONE ]
opus (1.5.1)                                                [       16 ][ DONE ]
python3-toml (0.10.2)                                       [        1 ][ DONE ]
python3-pyproject2setuppy (22)                              [        1 ][ DONE ]
python3-pyparsing (3.0.9)                                   [        1 ][ DONE ]
spice-protocol (0.14.3)                                     [        1 ][ DONE ]
spice (0.15.0)                                              [       35 ][ DONE ]
sdl2 (2.30.1)                                               [       24 ][ DONE ]
libusbredir (0.13.0)                                        [        2 ][ DONE ]
libseccomp (2.5.5)                                          [        5 ][ DONE ]
libslirp (4.7.0)                                            [        2 ][ DONE ]
qemu (8.1.2)                                                [     3:25 ][ DONE ]
netsnmpd (5.9.1)                                            [     3:22 ][ DONE ]
nagios_nrpe (4.1.0)                                         [     1:06 ][ DONE ]
nagios-plugins (2.3.3)                                      [     1:05 ][ DONE ]
observium-agent (23.1)                                      [        4 ][ DONE ]
ebtables (2.0.11)                                           [        6 ][ DONE ]
faad2 (2_10_0)                                              [       13 ][ DONE ]
alac (0.0.7)                                                [       10 ][ DONE ]
ffmpeg (6.0)                                                [       51 ][ DONE ]
vdr (2.6.6)                                                 [        6 ][ DONE ]
vdr_streamdev (0.6.3)                                       [        7 ][ DONE ]
vdr_epgsearch (2.4.2)                                       [       17 ][ DONE ]
vdr_dvbapi (2.2.5)                                          [        3 ][ DONE ]
vdr_eepg (master)                                           [        2 ][ DONE ]
w_scan (20170107)                                           [        4 ][ DONE ]
fmt (10.2.1)                                                [        5 ][ DONE ]
mpd (0.23.15)                                               [       20 ][ DONE ]
libmpdclient (2.22)                                         [        3 ][ DONE ]
mpc (0.35)                                                  [        2 ][ DONE ]
perl-Net-CIDR-Lite (0.21)                                   [        1 ][ DONE ]
perl-Net-SMTP-SSL (1.04)                                    [        0 ][ DONE ]
perl-MIME-Base64 (3.16)                                     [        1 ][ DONE ]
perl-Authen-SASL (2.16)                                     [        1 ][ DONE ]
perl-MIME-Lite (3.033)                                      [        0 ][ DONE ]
perl-Email-Date-Format (1.005)                              [        1 ][ DONE ]
vnstat (2.12)                                               [        6 ][ DONE ]
iw (5.19)                                                   [        1 ][ DONE ]
wpa_supplicant (2.10)                                       [       11 ][ DONE ]
hostapd (2_10)                                              [        2 ][ DONE ]
syslinux (6.04-pre1)                                        [        0 ][ SKIP ]
tftpd (5.2)                                                 [        8 ][ DONE ]
cpufrequtils                                                [        1 ][ DONE ]
gutenprint (5.3.4)                                          [       16 ][ DONE ]
apcupsd (3.14.14)                                           [        9 ][ DONE ]
fireperf (0.2.0)                                            [        8 ][ DONE ]
iperf (2.1.8)                                               [        9 ][ DONE ]
iperf3 (3.16)                                               [        7 ][ DONE ]
7zip (17.05)                                                [        3 ][ DONE ]
lynis (3.1.1)                                               [        1 ][ DONE ]
sshfs (3.7.2)                                               [        2 ][ DONE ]
taglib (1.12)                                               [        5 ][ DONE ]
perl-gettext (1.05)                                         [        2 ][ DONE ]
perl-Sort-Naturally (1.03)                                  [        0 ][ DONE ]
vdradmin (3.6.10)                                           [        2 ][ DONE ]
perl-DBI (1.631)                                            [        2 ][ DONE ]
perl-DBD-SQLite (1.40)                                      [        2 ][ DONE ]
perl-File-ReadBackwards (1.05)                              [        1 ][ DONE ]
openvmtools (stable-12.0.5)                                 [        0 ][ SKIP ]
joe (4.6)                                                   [       10 ][ DONE ]
monit (5.33.0)                                              [       23 ][ DONE ]
nut (2.8.2)                                                 [     1:48 ][ DONE ]
watchdog (5.16)                                             [        3 ][ DONE ]
usb_modeswitch (2.6.1)                                      [        2 ][ DONE ]
usb_modeswitch_data (20191128)                              [        2 ][ DONE ]
zerofree (1.1.1)                                            [        1 ][ DONE ]
minicom (2.9)                                               [        6 ][ DONE ]
ddrescue (1.26)                                             [        1 ][ DONE ]
parted (3.6)                                                [       37 ][ DONE ]
swig (4.1.0)                                                [       13 ][ DONE ]
dtc (1.6.1)                                                 [        4 ][ DONE ]
u-boot (2022.10)                                            [     2:53 ][ DONE ]
wireless-regdb (2023-05-03)                                 [        1 ][ DONE ]
ddns (014)                                                  [        4 ][ DONE ]
python3-pycparser (2.21)                                    [        2 ][ DONE ]
python3-charset-normalizer (2.1.1)                          [        1 ][ 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)                                       [        1 ][ DONE ]
python3-pep517 (0.13.0)                                     [        1 ][ DONE ]
python3-build (0.8.0)                                       [        1 ][ DONE ]
python3-install (0.0.3)                                     [        2 ][ DONE ]
python3-urllib3 (1.26.12)                                   [        1 ][ DONE ]
python3-flit (3.7.1)                                        [        1 ][ DONE ]
python3-packaging (23.2)                                    [        2 ][ DONE ]
python3-typing-extensions (4.4.0)                           [        1 ][ DONE ]
python3-semantic-version (2.10.0)                           [        1 ][ DONE ]
python3-setuptools-scm (7.0.5)                              [        1 ][ DONE ]
python3-setuptools-rust (1.5.2)                             [        1 ][ DONE ]
python3-six (1.16.0)                                        [        1 ][ 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)                                          [        1 ][ DONE ]
python3-s3transfer (0.6.0)                                  [        1 ][ DONE ]
python3-rsa (4.9)                                           [        2 ][ DONE ]
python3-pyasn1 (0.4.8)                                      [        1 ][ DONE ]
python3-botocore (1.27.89)                                  [        5 ][ DONE ]
python3-cffi (1.15.1)                                       [        2 ][ DONE ]
python3-cryptography (38.0.1)                               [     1:47 ][ DONE ]
python3-circuitbreaker (1.4.0)                              [        1 ][ DONE ]
python3-pytz (2022.4)                                       [        4 ][ DONE ]
python3-click (8.1.3)                                       [        1 ][ DONE ]
python3-arrow (1.2.3)                                       [        1 ][ DONE ]
python3-terminaltables (3.1.10)                             [        1 ][ DONE ]
python3-pkgconfig (1.5.5)                                   [        2 ][ DONE ]
python3-msgpack (1.0.7)                                     [        1 ][ DONE ]
python3-editables (0.5)                                     [        2 ][ DONE ]
python3-pathspec (0.12.1)                                   [        1 ][ DONE ]
python3-pluggy (1.4.0)                                      [        1 ][ DONE ]
python3-calver (2022.6.26)                                  [        1 ][ DONE ]
python3-trove-classifiers (2024.1.8)                        [        2 ][ DONE ]
python3-hatchling (1.21.1)                                  [        1 ][ DONE ]
python3-hatch-vcs (0.4.0)                                   [        2 ][ DONE ]
python3-hatch-fancy-pypi-readme (24.1.0)                     [        1 ][ DONE ]
python3-attrs (23.2.0)                                      [        2 ][ DONE ]
python3-sniffio (1.3.0)                                     [        1 ][ DONE ]
python3-sortedcontainers (2.4.0)                            [        1 ][ DONE ]
python3-outcome (1.2.0)                                     [        2 ][ DONE ]
python3-async_generator (1.10)                              [        1 ][ DONE ]
python3-flit_scm (1.7.0)                                    [        1 ][ DONE ]
python3-exceptiongroup (1.2.0)                              [        2 ][ DONE ]
python3-trio (0.23.1)                                       [        2 ][ DONE ]
python3-pyfuse3 (3.3.0)                                     [        1 ][ DONE ]
aws-cli (1.27.100)                                          [       14 ][ DONE ]
oci-python-sdk (2.107.0)                                    [     1:11 ][ DONE ]
oci-cli (3.29.4)                                            [       17 ][ DONE ]
transmission (4.0.5)                                        [       28 ][ DONE ]
mtr (0.95)                                                  [        6 ][ DONE ]
minidlna (1.3.3)                                            [       10 ][ DONE ]
acpid (2.0.34)                                              [        5 ][ DONE ]
fping (5.1)                                                 [        3 ][ DONE ]
telnet (0.17)                                               [        3 ][ DONE ]
xinetd (2.3.15.4)                                           [        6 ][ DONE ]
stress (1.0.7)                                              [        4 ][ DONE ]
sarg (2.4.0)                                                [       11 ][ DONE ]
nginx (1.24.0)                                              [       13 ][ DONE ]
sysbench (1.0.20)                                           [       18 ][ DONE ]
strace (6.6)                                                [       39 ][ DONE ]
ltrace (0.7.3)                                              [        0 ][ SKIP ]
ipfire-netboot (v2.0)                                       [        0 ][ SKIP ]
lcdproc (0e2ce9b)                                           [       12 ][ DONE ]
keepalived (2.2.8)                                          [       15 ][ DONE ]
ipvsadm (1.31)                                              [        0 ][ 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)                                              [        1 ][ DONE ]
tor (0.4.8.11)                                              [       50 ][ DONE ]
wavemon (0.9.5)                                             [        4 ][ DONE ]
iptraf-ng (1.2.1)                                           [        1 ][ DONE ]
iotop (1.22)                                                [        3 ][ DONE ]
stunnel (5.71)                                              [       10 ][ DONE ]
bacula (13.0.4)                                             [       37 ][ DONE ]
perl-Font-TTF (1.06)                                        [        2 ][ DONE ]
perl-IO-String (1.08)                                       [        1 ][ DONE ]
perl-PDF-API2 (2.033)                                       [        2 ][ DONE ]
proxy-accounting (1.0.4)                                    [        1 ][ DONE ]
tmux (3.3a)                                                 [       10 ][ DONE ]
perl-Text-CSV_XS (1.12)                                     [        1 ][ DONE ]
lua (5.4.6)                                                 [        1 ][ DONE ]
haproxy (2.9.2)                                             [        5 ][ DONE ]
ipset (7.19)                                                [        6 ][ DONE ]
dnsdist (1.9.4)                                             [       45 ][ DONE ]
bird (2.14)                                                 [       16 ][ DONE ]
libyang (2.1.148)                                           [        5 ][ DONE ]
abseil-cpp (20230802.1)                                     [       10 ][ DONE ]
protobuf (25.2)                                             [       24 ][ DONE ]
protobuf-c (1.5.0)                                          [        8 ][ DONE ]
frr (9.1)                                                   [       54 ][ DONE ]
dmidecode (3.5)                                             [        0 ][ SKIP ]
mcelog (196)                                                [        0 ][ SKIP ]
libpciaccess (0.17)                                         [        6 ][ DONE ]
libyajl (2.1.0)                                             [        2 ][ DONE ]
libvirt (10.0.0)                                            [       33 ][ DONE ]
libtalloc (2.4.1)                                           [       34 ][ DONE ]
freeradius (3.2.3)                                          [     1:13 ][ DONE ]
perl-common-sense (3.74)                                    [        1 ][ DONE ]
perl-inotify2 (1.22)                                        [        1 ][ DONE ]
perl-Net-IP (1.26)                                          [        1 ][ DONE ]
wio (1.3.2)                                                 [        1 ][ DONE ]
iftop (1.0pre4)                                             [        5 ][ DONE ]
mdns-repeater (1.11)                                        [        0 ][ DONE ]
i2c-tools (4.3)                                             [        1 ][ DONE ]
nss-myhostname (0.3)                                        [        7 ][ DONE ]
dehydrated (0.7.1)                                          [        1 ][ DONE ]
libplist (2.4.0)                                            [        8 ][ DONE ]
nqptp (1.2.4)                                               [        5 ][ DONE ]
shairport-sync (4.3.2)                                      [       11 ][ DONE ]
borgbackup (1.2.7)                                          [        4 ][ DONE ]
lmdb (0.9.31)                                               [        1 ][ DONE ]
knot (3.3.5)                                                [       11 ][ DONE ]
spectre-meltdown-checker (0.46)                             [        1 ][ DONE ]
zabbix_agentd (6.0.27)                                      [       27 ][ DONE ]
flashrom (1.2)                                              [        0 ][ SKIP ]
firmware-update (20210107)                                  [        4 ][ DONE ]
tshark (4.0.8)                                              [     1:20 ][ DONE ]
speedtest-cli (2.1.3)                                       [        1 ][ DONE ]
amazon-ssm-agent (3.2.582.0)                                [       33 ][ DONE ]
libloc (0.9.17)                                             [       29 ][ DONE ]
ncdu (1.18.1)                                               [        3 ][ DONE ]
lshw (B.02.20)                                              [        2 ][ DONE ]
socat (1.7.4.2)                                             [       27 ][ DONE ]
libcdada (0.4.0)                                            [       18 ][ DONE ]
pmacct (5a5e272)                                            [       30 ][ DONE ]
squid-asnbl (0.2.5)                                         [        0 ][ DONE ]
qemu-ga (8.1.2)                                             [        1 ][ DONE ]
gptfdisk (1.0.10)                                           [        2 ][ DONE ]
oath-toolkit (2.6.9)                                        [       54 ][ DONE ]
qrencode (4.1.1)                                            [        4 ][ DONE ]
perl-File-Remove (1.60)                                     [        1 ][ DONE ]
perl-Module-Build (0.4231)                                  [        2 ][ DONE ]
perl-Module-ScanDeps (1.31)                                 [        1 ][ DONE ]
perl-YAML-Tiny (1.73)                                       [        1 ][ DONE ]
perl-Module-Install (1.19)                                  [        1 ][ DONE ]
perl-Imager (1.012)                                         [       10 ][ DONE ]
perl-Imager-QRCode (0.035)                                  [        1 ][ DONE ]
perl-MIME-Base32 (1.303)                                    [        1 ][ DONE ]
perl-URI-Encode (1.1.1)                                     [        1 ][ DONE ]
rsnapshot (1.4.5)                                           [        3 ][ DONE ]
mympd (15.0.1)                                              [       11 ][ DONE ]
wsdd (0.7.1)                                                [        0 ][ DONE ]
btrfs-progs (6.7.1)                                         [       13 ][ DONE ]
inotify-tools (4.23.9.0)                                    [       10 ][ DONE ]
grub-btrfs (4.13)                                           [        0 ][ DONE ]
linux (6.6.32)                                        KCFG= [     9:17 ][ DONE ]
rtl8812au (20210629-e6a0d1704ccd31145800ff5eb09ec2435a02f995)               KCFG= [        6 ][ DONE ]
linux-initrd ($(KVER))                                KCFG= [       20 ][ DONE ]
Building installer                                                      
memtest (7.00)                                              [        0 ][ SKIP ]
installer                                                   [       11 ][ DONE ]
strip                                                       [       54 ][ DONE ]
Building packages                                                       
Generating packages list from logs                                      [ DONE ]
cdrom                                                       [     3:34 ][ DONE ]
flash-images                                                [     3:32 ][ DONE ]
core-updates                                                [       10 ][ DONE ]
samba (4.20.1)                                              [        0 ][ FAIL ]

    tar: usr/lib/samba/libsamdb-common-samba4.so: Cannot stat: No such file or directory
    tar: usr/lib/samba/libsecrets3-samba4.so: Cannot stat: No such file or directory
    tar: usr/lib/samba/libserver-id-db-samba4.so: Cannot stat: No such file or directory
    tar: usr/lib/samba/libserver-role-samba4.so: Cannot stat: No such file or directory
    tar: usr/lib/samba/libshares-samba4.so: Cannot stat: No such file or directory
    tar: usr/lib/samba/libsmb-transport-samba4.so: Cannot stat: No such file or directory
    tar: usr/lib/samba/libsmbclient-raw-samba4.so: Cannot stat: No such file or directory
    tar: usr/lib/samba/libsmbd-base-samba4.so: Cannot stat: No such file or directory
    tar: usr/lib/samba/libsmbd-shim-samba4.so: Cannot stat: No such file or directory
    tar: usr/lib/samba/libsmbldaphelper-samba4.so: Cannot stat: No such file or directory
    tar: usr/lib/samba/libsmbpasswdparser-samba4.so: Cannot stat: No such file or directory
    tar: usr/lib/samba/libsocket-blocking-samba4.so: Cannot stat: No such file or directory
    tar: usr/lib/samba/libstable-sort-samba4.so: Cannot stat: No such file or directory
    tar: usr/lib/samba/libsys-rw-samba4.so: Cannot stat: No such file or directory
    tar: usr/lib/samba/libtalloc-report-printf-samba4.so: Cannot stat: No such file or directory
    tar: usr/lib/samba/libtalloc-report-samba4.so: Cannot stat: No such file or directory
    tar: usr/lib/samba/libtalloc-samba4.so: Cannot stat: No such file or directory
    tar: usr/lib/samba/libtdb-samba4.so: Cannot stat: No such file or directory
    tar: usr/lib/samba/libtdb-wrap-samba4.so: Cannot stat: No such file or directory
    tar: usr/lib/samba/libtevent-samba4.so: Cannot stat: No such file or directory
    tar: usr/lib/samba/libtime-basic-samba4.so: Cannot stat: No such file or directory
    tar: usr/lib/samba/libtorture-samba4.so: Cannot stat: No such file or directory
    tar: usr/lib/samba/libtrusts-util-samba4.so: Cannot stat: No such file or directory
    tar: usr/lib/samba/libutil-reg-samba4.so: Cannot stat: No such file or directory
    tar: usr/lib/samba/libutil-setid-samba4.so: Cannot stat: No such file or directory
    tar: usr/lib/samba/libutil-tdb-samba4.so: Cannot stat: No such file or directory
    tar: usr/lib/samba/libwind-samba4.so: Cannot stat: No such file or directory
    tar: usr/lib/samba/libxattr-tdb-samba4.so: Cannot stat: No such file or directory
    tar: Exiting with failure status due to previous errors
    make: *** [samba:61: dist] Error 2

ERROR: Packaging samba                                                  [ FAIL ]
    Check /build/nightly/next/log/_build.packages.log for errors if applicable[ FAIL ]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-06-04 19:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-04 19:41 [FAILED] Nightly Build of next (98278fe) for aarch64 on arm64-01.zrh.ipfire.org IPFire Nightly Builder

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox