https://nightly.ipfire.org/next/2022-05-05%2014%3A25%3A20%20%2B0000-c36610e0/armv6l commit c36610e051b931b4ae497b633ca41713e03d53e7 Author: Adolf Belka Date: Tue Apr 12 12:33:36 2022 +0200 haproxy: Update to version 2.5.5 - Update from 2.4.15 to 2.5.5 - Update of rootfile not required - Changelog 2.5.5 - CI: github actions: add the output of $CC -dM -E- - CI: github actions: use cache for OpenTracing - CI: refactor OpenTracing build script - CI: github actions: use cache for SSL libs - CI: Consistently use actions/checkout(a)v2 - BUILD: atomic: make the old HA_ATOMIC_LOAD() support const pointers - BUILD: tree-wide: mark a few numeric constants as explicitly long long - BUG/MEDIUM: mux-fcgi: Don't rely on SI src/dst addresses for FCGI health-checks - BUG/MEDIUM: htx: Fix a possible null derefs in htx_xfer_blks() - REGTESTS: fix the race conditions in normalize_uri.vtc - REGTESTS: fix the race conditions in secure_memcmp.vtc - BUG/MEDIUM: httpclient/lua: infinite appctx loop with POST - BUG/MINOR: pool: always align pool_heads to 64 bytes - BUG/MEDIUM: pools: fix ha_free() on area in the process of being freed - BUILD: fix kFreeBSD build. - MINOR: pools: add a new global option "no-memory-trimming" - MINOR: stats: Add dark mode support for socket rows - BUILD: pools: fix backport of no-memory-trimming on non-linux OS - BUILD: fix recent build breakage of freebsd caused by kFreeBSD build fix - BUG/MINOR: add missing modes in proxy_mode_str() - BUG/MINOR: cli: shows correct mode in "show sess" - BUG/MINOR: httpclient: Set conn-stream/channel EOI flags at the end of request - BUG/MINOR: hlua: Set conn-stream/channel EOI flags at the end of request - BUG/MINOR: stats: Set conn-stream/channel EOI flags at the end of request - BUG/MINOR: cache: Set conn-stream/channel EOI flags at the end of request - BUG/MINOR: promex: Set conn-stream/channel EOI flags at the end of request - BUG/MEDIUM: stream: Use the front analyzers for new listener-less streams - DEBUG: cache: Update underlying buffer when loading HTX message in cache applet - BUG/MEDIUM: mcli: Properly handle errors and timeouts during reponse processing - DEBUG: stream: Add the missing descriptions for stream trace events - DEBUG: stream: Fix stream trace message to print response buffer state - BUG/MAJOR: mux-pt: Always destroy the backend connection on detach - BUG/MINOR: session: fix theoretical risk of memleak in session_accept_fd() - BUG/MEDIUM: httpclient: don't consume data before it was analyzed - CLEANUP: htx: remove unused co_htx_remove_blk() - BUG/MINOR: httpclient: consume partly the blocks when necessary - BUG/MINOR: httpclient: remove the UNUSED block when parsing headers - BUG/MEDIUM: httpclient: must manipulate head, not first - REGTESTS: fix the race conditions in be2hex.vtc 2.5.4 - BUG/MEDIUM: htx: Be sure to have a buffer to perform a raw copy of a message - BUG/MEDIUM: mux-h1: Don't wake h1s if mux is blocked on lack of output buffer - BUG/MAJOR: mux-h2: Be sure to always report HTX parsing error to the app layer - DOC: Fix usage/examples of deprecated ACLs - BUG/MINOR: proxy: preset the error message pointer to NULL in parse_new_proxy() - REGTESTS: fix the race conditions in 40be_2srv_odd_health_checks - CI: github: enable pool debugging by default - BUG/MEDIUM: stream: Abort processing if response buffer allocation fails 2.5.3 - MINOR: sock: move the unused socket cleaning code into its own function - BUG/MEDIUM: mworker: close unused transferred FDs on load failure - BUG/MINOR: mworker: fix a FD leak of a sockpair upon a failed reload - BUG/MINOR: sink: Use the right field in appctx context in release callback - BUG/MEDIUM: resolvers: Really ignore trailing dot in domain names - BUG/MEDIUM: fd: always align fdtab[] to 64 bytes - BUG/MAJOR: compiler: relax alignment constraints on certain structures - MINOR: httpclient: Don't limit data transfer to 1024 bytes - BUG/MINOR: httpclient: reinit flags in httpclient_start() - BUG/MINOR: mailers: negotiate SMTP, not ESMTP - BUG/MINOR: ssl: Add missing return value check in ssl_ocsp_response_print - BUG/MINOR: ssl: Fix leak in "show ssl ocsp-response" CLI command - BUG/MINOR: ssl: Missing return value check in ssl_ocsp_response_print - CLEANUP: httpclient/cli: fix indentation alignment of the help message - BUG/MINOR: tools: url2sa reads ipv4 too far - BUG/MEDIUM: httpclient: limit transfers to the maximum available room - DEBUG: buffer: check in __b_put_blk() whether the buffer room is respected 2.5.2 - BUG/MEDIUM: connection: properly leave stopping list on error - BUG/MEDIUM: htx: Adjust length to add DATA block in an empty HTX buffer - BUG/MINOR: httpclient: don't send an empty body - BUG/MINOR: httpclient: set default Accept and User-Agent headers - BUG/MINOR: httpclient/lua: don't pop the lua stack when getting headers - BUILD/MINOR: fix solaris build with clang. - BUG/MEDIUM: server: avoid changing healthcheck ctx with set server ssl - DOC: management: mark "set server ssl" as deprecated - MEDIUM: cli: yield between each pipelined command - MINOR: channel: add new function co_getdelim() to support multiple delimiters - BUG/MINOR: cli: avoid O(bufsize) parsing cost on pipelined commands - MEDIUM: h2/hpack: emit a Dynamic Table Size Update after settings change - BUG/MEDIUM: cli: Never wait for more data on client shutdown - BUG/MEDIUM: mcli: do not try to parse empty buffers - BUG/MEDIUM: mcli: always realign wrapping buffers before parsing them - BUG/MINOR: stream: make the call_rate only count the no-progress calls - DEBUG: cli: add a new "debug dev fd" expert command - BUILD: debug/cli: condition test of O_ASYNC to its existence - DEBUG: pools: add new build option DEBUG_POOL_INTEGRITY - REGTESTS: ssl: Fix ssl_errors regtest with OpenSSL 1.0.2 - BUG/MEDIUM: mworker: don't lose the stats socket on failed reload - BUG/MINOR: mworker: does not add the -sf in wait mode - BUG/MINOR: pools: always flush pools about to be destroyed - DEBUG: pools: add extra sanity checks when picking objects from a local cache - DEBUG: pools: let's add reverse mapping from cache heads to thread and pool - DEBUG: pools: replace the link pointer with the caller's address on pool_free() - BUG/MAJOR: sched: prevent rare concurrent wakeup of multi-threaded tasks - BUG/MINOR: mworker: does not erase the pidfile upon reload - DEBUG: fd: make sure we never try to insert/delete an impossible FD number - MINOR: listener: replace the listener's spinlock with an rwlock - BUG/MEDIUM: listener: read-lock the listener during accept() - BUG/MINOR: httpclient: Revisit HC request and response buffers allocation - BUG/MEDIUM: httpclient: Xfer the request when the stream is created - BUG/MINOR: ssl: Remove empty lines from "show ssl ocsp-response " output - BUG/MINOR: jwt: Double free in deinit function - BUG/MINOR: jwt: Missing pkey free during cleanup - BUG/MINOR: jwt: Memory leak if same key is used in multiple jwt_verify calls - BUG/MINOR: httpclient/cli: display junk characters in vsn - BUG/MAJOR: http/htx: prevent unbounded loop in http_manage_server_side_cookies - BUG/MAJOR: spoe: properly detach all agents when releasing the applet - REGTESTS: server: close an occasional race on dynamic_server_ssl.vtc - REGTESTS: peers: leave a bit more time to peers to synchronize - BUG/MEDIUM: h2/hpack: fix emission of HPACK DTSU after settings change - BUG/MINOR: mux-h2: update the session's idle delay before creating the stream 2.5.1 - BUG/MINOR: cache: Fix loop on cache entries in "show cache" - BUG/MINOR: httpclient: allow to replace the host header - BUG/MINOR: lua: don't expose internal proxies - BUG/MINOR: lua: remove loop initial declarations - BUG/MEDIUM: cli: Properly set stream analyzers to process one command at a time - BUILD: evports: remove a leftover from the dead_fd cleanup - BUG/MINOR: vars: Fix the set-var and unset-var converters - BUG/MINOR: server: Don't rely on last default-server to init server SSL context - BUG/MEDIUM: resolvers: Detach query item on response error - BUG/MAJOR: segfault using multiple log forward sections. - BUG/MEDIUM: h1: Properly reset h1m flags when headers parsing is restarted - BUG/MEDIUM: mworker: FD leak of the eventpoll in wait mode - BUG/MINOR: mworker: deinit of thread poller was called when not initialized - MINOR: mux-h1: Improve H1 traces by adding info about http parsers - BUILD: bug: Fix error when compiling with -DDEBUG_STRICT_NOCRASH - BUG/MEDIUM: sample: Fix memory leak in sample_conv_jwt_member_query - MINOR: cli: "show version" displays the current process version - BUILD: tree-wide: avoid warnings caused by redundant checks of obj_types - IMPORT: slz: use the correct CRC32 instruction when running in 32-bit mode - MINOR: http-rules: Add capture action to http-after-response ruleset - BUG/MINOR: cli/server: Don't crash when a server is added with a custom id - DOC: spoe: Clarify use of the event directive in spoe-message section - DOC: config: Specify %Ta is only available in HTTP mode - DOC: config: retry-on list is space-delimited - DOC: config: fix error-log-format example - BUG/MEDIUM: mworker/cli: crash when trying to access an old PID in prompt mode - MINOR: ssl: Remove empty lines from "show ssl ocsp-response" output - MINOR: pools: work around possibly slow malloc_trim() during gc - BUG/MEDIUM: backend: fix possible sockaddr leak on redispatch - BUG/MEDIUM: peers: properly skip conn_cur from incoming messages - BUG/MEDIUM: mux-h1: Fix splicing by properly detecting end of message - BUG/MINOR: mux-h1: Fix splicing for messages with unknown length - BUILD: ssl: unbreak the build with newer libressl - DOC: fix misspelled keyword "resolve_retries" in resolvers - DEBUG: ssl: make sure we never change a servername on established connections - BUILD: opentracing: display warning in case of using OT_USE_VARS at compile time - BUG/MEDIUM: ssl: initialize correctly ssl w/ default-server - REGTESTS: ssl: fix ssl_default_server.vtc - MINOR: compat: detect support for dl_iterate_phdr() - MINOR: debug: add ability to dump loaded shared libraries - MINOR: debug: add support for -dL to dump library names at boot - MINOR: proxy: add option idle-close-on-response - MINOR: cpuset: switch to sched_setaffinity for FreeBSD 14 and above. - BUILD: makefile: add -Wno-atomic-alignment to work around clang abusive warning - CI: Github Actions: do not show VTest failures if build failed - BUG/MINOR: ssl: free the fields in srv->ssl_ctx - BUG/MEDIUM: ssl: free the ckch instance linked to a server - REGTESTS: ssl: update of a crt with server deletion - BUILD/MINOR: cpuset FreeBSD 14 build fix. - CI: github actions: update OpenSSL to 3.0.1 - BUILD/MINOR: tools: solaris build fix on dladdr. - BUG/MINOR: cli: fix _getsocks with musl libc - BUG/MEDIUM: http-ana: Preserve response's FLT_END analyser on L7 retry - BUG/MEDIUM: mworker: don't use _getsocks in wait mode - BUG/MINOR: ssl: Store client SNI in SSL context in case of ClientHello error - BUG/MAJOR: mux-h1: Don't decrement .curr_len for unsent data - BUILD: cpuset: fix build issue on macos introduced by previous change - CI: github actions: clean default step conditions 2.5.0 - BUILD: SSL: add quictls build to scripts/build-ssl.sh - BUILD: SSL: add QUICTLS to build matrix - CLEANUP: sock: Wrap `accept4_broken = 1` into additional parenthesis - BUILD: cli: clear a maybe-unused warning on some older compilers - BUG/MEDIUM: cli: make sure we can report a warning from a bind keyword - BUG/MINOR: ssl: make SSL counters atomic - CLEANUP: assorted typo fixes in the code and comments - BUG/MINOR: ssl: free correctly the sni in the backend SSL cache - MINOR: version: mention that it's stable now Signed-off-by: Adolf Belka https://git.ipfire.org/?p=ipfire-2.x.git;a=shortlog;h=c36610e051b931b4ae497b633ca41713e03d53e7 Packaged toolchain compilation Checking for necessary space on disk [ DONE ] Set cache size limit to 4.0 GB Building LFS stage2 [ 0 ][ DONE ] linux (5.15.35) KCFG=-headers [ 23 ][ DONE ] man-pages (5.13) [ 7 ][ DONE ] glibc (2.35) [ 4:46 ][ DONE ] tzdata (2021a) [ 2 ][ DONE ] cleanup-toolchain [ 0 ][ DONE ] zlib (1.2.12) [ 2 ][ DONE ] zstd (1.5.2) [ 1 ][ DONE ] autoconf (2.71) [ 2 ][ DONE ] automake (1.16.3) [ 3 ][ DONE ] libtool (2.4.6) [ 7 ][ DONE ] binutils (2.37) [ 31 ][ DONE ] gmp (6.2.1) [ 30 ][ DONE ] mpfr (4.1.0) [ 16 ][ DONE ] libmpc (1.2.1) [ 6 ][ DONE ] libxcrypt (4.4.28) [ 11 ][ DONE ] file (5.40) [ 8 ][ DONE ] gcc (11.1.0) [ 5:36 ][ DONE ] attr (2.5.1) [ 6 ][ DONE ] acl (2.3.1) [ 9 ][ DONE ] sed (4.8) [ 26 ][ DONE ] berkeley (5.3.28) [ 24 ][ DONE ] coreutils (9.0) [ 2:04 ][ DONE ] iana-etc (20220414) [ 0 ][ DONE ] m4 (1.4.19) [ 32 ][ DONE ] bison (3.8.2) [ 32 ][ DONE ] ncurses (6.3) [ 26 ][ DONE ] perl (5.32.1) [ 2:07 ][ DONE ] readline (8.1) [ 7 ][ DONE ] bzip2 (1.0.8) [ 1 ][ DONE ] xz (5.2.5) [ 10 ][ DONE ] lzip (1.22) [ 0 ][ DONE ] pcre (8.45) [ 8 ][ DONE ] pcre2 (10.40) [ 7 ][ DONE ] gettext (0.21) [ 2:37 ][ DONE ] bash (5.1.8) [ 32 ][ DONE ] diffutils (3.8) [ 25 ][ DONE ] ed (1.17) [ 1 ][ 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) [ 26 ][ DONE ] groff (1.22.4) [ 35 ][ DONE ] gperf (3.1) [ 2 ][ DONE ] gzip (1.12) [ 17 ][ DONE ] hostname (3.20) [ 0 ][ DONE ] whois (5.5.13) [ 0 ][ DONE ] kbd (2.2.0) [ 12 ][ DONE ] less (590) [ 4 ][ DONE ] pkg-config (0.29.2) [ 25 ][ 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) [ 24 ][ DONE ] psmisc (23.4) [ 6 ][ DONE ] shadow (4.11.1) [ 16 ][ 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) [ 40 ][ DONE ] vim (8.2) [ 18 ][ DONE ] e2fsprogs (1.46.5) [ 15 ][ DONE ] jq (1.6) [ 12 ][ DONE ] Building IPFire configroot [ 1 ][ DONE ] initscripts [ 1 ][ DONE ] backup [ 0 ][ DONE ] rust (2022-01-27) [ 18 ][ DONE ] openssl (1.1.1o) [ 1:40 ][ DONE ] kmod (29) [ 7 ][ DONE ] udev (3.2.6) [ 13 ][ DONE ] popt (1.18) [ 5 ][ DONE ] libedit (20210910-3.1) [ 6 ][ DONE ] libusb (1.0.25) [ 5 ][ DONE ] libusb-compat (0.1.5) [ 3 ][ DONE ] libpcap (1.10.1) [ 7 ][ DONE ] ppp (2.4.9) [ 2 ][ DONE ] pptp (1.10.0) [ 1 ][ DONE ] unzip (60) [ 2 ][ DONE ] which (2.21) [ 3 ][ DONE ] linux-firmware (20220411) [ 26 ][ DONE ] dvb-firmwares (20141125) [ 1 ][ DONE ] xr819-firmware (c01.08.0043) [ 0 ][ DONE ] zd1211-firmware (1.5) [ 0 ][ DONE ] rpi-firmware (20211127) [ 1 ][ DONE ] intel-microcode (20220207) [ 0 ][ SKIP ] pcengines-apu-firmware (4.16.0.3) [ 0 ][ SKIP ] bc (1.07.1) [ 4 ][ DONE ] u-boot (2021.07) MKIMAGE=1 [ 8 ][ DONE ] cpio (2.13) [ 38 ][ DONE ] mdadm (4.2) [ 1 ][ DONE ] dracut (056) [ 1 ][ DONE ] libaio (0.3.113) [ 1 ][ DONE ] lvm2 (2.02.188) [ 14 ][ DONE ] multipath-tools (0.8.9) [ 1 ][ DONE ] freetype (2.11.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) [ 5 ][ DONE ] libnetfilter_cthelper (1.0.0) [ 4 ][ DONE ] libnetfilter_cttimeout (1.0.0) [ 4 ][ DONE ] iptables (1.8.7) [ 7 ][ DONE ] iproute2 (5.17.0) [ 3 ][ DONE ] screen (4.8.0) [ 6 ][ DONE ] elfutils (0.186) [ 12 ][ DONE ] linux (5.15.35) KCFG= [ 7:23 ][ DONE ] rtl8189es (03ac413135a355b55b693154c44b70f86a39732e) KCFG= [ 4 ][ DONE ] rtl8189fs (3129a665f835ce0342f9a85a0ce14a556e656b8c) KCFG= [ 4 ][ DONE ] rtl8812au (307d694076b056588c652c2bdaa543a89eb255d9) KCFG= [ 5 ][ DONE ] rtl8822bu (fd0b735e2e30d32f4d91497242cf6af288bdd082) KCFG= [ 6 ][ DONE ] xradio (354e8c32e7948d46a63796d0ca266b1f702999b0) KCFG= [ 2 ][ DONE ] linux-initrd ($(KVER)) KCFG= [ 15 ][ DONE ] libgpg-error (1.44) [ 13 ][ DONE ] libgcrypt (1.10.1) [ 15 ][ DONE ] libassuan (2.5.4) [ 9 ][ DONE ] nettle (3.7.3) [ 11 ][ DONE ] json-c (0.13.1) [ 5 ][ DONE ] libconfig (1.7.2) [ 16 ][ DONE ] libevent2 (2.1.12-stable) [ 14 ][ DONE ] expat (2.4.8) [ 6 ][ DONE ] apr (1.7.0) [ 23 ][ DONE ] aprutil (1.6.1) [ 5 ][ DONE ] unbound (1.14.0) [ 24 ][ DONE ] gnutls (3.6.16) [ 1:42 ][ DONE ] libuv (1.42.0) [ 12 ][ DONE ] bind (9.16.28) [ 36 ][ DONE ] dhcp (4.4.1) [ 24 ][ DONE ] dhcpcd (9.4.1) [ 2 ][ DONE ] boost (1_76_0) [ 2:11 ][ DONE ] linux-atm (2.4.1) [ 10 ][ DONE ] gdbm (1.23) [ 12 ][ DONE ] pam (1.5.2) [ 39 ][ DONE ] c-ares (1.17.1) [ 27 ][ DONE ] curl (7.83.0) [ 31 ][ DONE ] tcl (8.6.12) [ 30 ][ DONE ] sqlite (3380300) [ 5 ][ DONE ] libffi (3.4.2) [ 6 ][ DONE ] python3 (3.10.1) [ 57 ][ DONE ] rust (2022-01-27) [ 0 ][ DONE ] rust-dissimilar (1.0.3) [ 4 ][ DONE ] rust-cfg-if (1.0.0) [ 1 ][ DONE ] rust-libc (0.2.108) [ 4 ][ DONE ] rust-getrandom (0.2.4) [ 3 ][ DONE ] rust-typenum (1.15.0) [ 4 ][ DONE ] rust-version-check (0.9.4) [ 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) [ 7 ][ DONE ] rust-quote (1.0.15) [ 6 ][ DONE ] rust-syn (1.0.86) [ 28 ][ DONE ] rust-home (0.5.3) [ 1 ][ DONE ] rust-lazy-static (1.4.0) [ 1 ][ DONE ] rust-memchr (2.4.1) [ 4 ][ DONE ] rust-aho-corasick (0.7.18) [ 6 ][ DONE ] rust-regex-syntax (0.6.25) [ 18 ][ DONE ] rust-regex (1.5.3) [ 39 ][ DONE ] rust-ucd-trie (0.1.3) [ 2 ][ DONE ] rust-pest (2.1.3) [ 3 ][ DONE ] rust-semver-parser (0.7.0) [ 2 ][ DONE ] rust-semver (0.9.0) [ 2 ][ DONE ] rust-same-file (1.0.6) [ 1 ][ DONE ] rust-walkdir (2.3.2) [ 3 ][ DONE ] rust-dirs (1.0.5) [ 4 ][ 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) [ 16 ][ 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) [ 2 ][ DONE ] rust-rand_core (0.6.3) [ 1 ][ DONE ] rust-rand_core-0.4.2 (0.4.2) [ 0 ][ 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) [ 1 ][ DONE ] rust-num_cpus (1.13.1) [ 5 ][ DONE ] rust-crossbeam-utils (0.8.6) [ 3 ][ DONE ] rust-autocfg (1.0.1) [ 3 ][ DONE ] rust-memoffset (0.6.5) [ 3 ][ DONE ] rust-scopeguard (1.1.0) [ 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) [ 21 ][ DONE ] rust-serde_derive (1.0.136) [ 1:02 ][ DONE ] rust-trybuild (1.0.54) [ 1:57 ][ DONE ] rust-unindent (0.1.7) [ 2 ][ DONE ] rust-proc-macro-hack (0.5.19) [ 6 ][ DONE ] rust-indoc-impl (0.3.6) [ 30 ][ DONE ] rust-indoc (1.0.3) [ 4 ][ DONE ] rust-instant (0.1.12) [ 1 ][ DONE ] rust-lock_api (0.4.5) [ 1 ][ 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) [ 10 ][ DONE ] rust-paste (1.0.3) [ 4 ][ DONE ] rust-ctor (0.1.21) [ 51 ][ DONE ] rust-ghost (0.1.2) [ 33 ][ DONE ] rust-inventory-impl (0.1.4) [ 30 ][ DONE ] rust-inventory (0.1.4) [ 1:00 ][ DONE ] rust-pyo3-build-config (0.15.1) [ 13 ][ DONE ] rust-pyo3-macros-backend (0.13.1) [ 1:03 ][ DONE ] rust-pyo3-macros (0.13.1) [ 1:10 ][ DONE ] rust-pyo3 (0.13.1) [ 1:34 ][ DONE ] gdb (11.2) [ 57 ][ DONE ] grub (2.06) [ 0 ][ SKIP ] efivar (37) [ 0 ][ SKIP ] efibootmgr (17) [ 0 ][ SKIP ] libtasn1 (4.18.0) [ 15 ][ DONE ] p11-kit (0.24.1) [ 16 ][ DONE ] ca-certificates (20220402) [ 3 ][ DONE ] fireinfo (2.2.0) [ 9 ][ DONE ] libnet (1.1.6) [ 7 ][ DONE ] libnl-3 (3.5.0) [ 19 ][ DONE ] libidn (1.38) [ 16 ][ DONE ] nasm (2.15.05) [ 12 ][ DONE ] libarchive (3.6.0) [ 28 ][ DONE ] cmake (3.21.0) [ 30 ][ DONE ] ninja (1.10.2) [ 2 ][ DONE ] meson (0.62.1) [ 3 ][ DONE ] libjpeg (2.0.4) [ 3 ][ DONE ] openjpeg (2.4.0) [ 3 ][ DONE ] libexif (0.6.22) [ 6 ][ DONE ] libpng (1.6.37) [ 5 ][ DONE ] libtiff (4.3.0) [ 12 ][ DONE ] gd (2.3.3) [ 6 ][ DONE ] slang (2.3.2) [ 20 ][ DONE ] newt (0.52.21) [ 2 ][ DONE ] libsmooth [ 8 ][ DONE ] libcap (2.64) [ 3 ][ DONE ] libcap-ng (0.8.3) [ 4 ][ DONE ] pciutils (3.8.0) [ 0 ][ DONE ] usbutils (013) [ 13 ][ DONE ] libxml2 (2.9.12) [ 9 ][ DONE ] libxslt (1.1.34) [ 9 ][ DONE ] perl-BerkeleyDB (0.63) [ 2 ][ DONE ] cyrus-sasl (2.1.26) [ 19 ][ DONE ] openldap (2.6.1) [ 45 ][ DONE ] apache2 (2.4.53) [ 36 ][ DONE ] web-user-interface [ 1 ][ DONE ] flag-icons (2.6) [ 2 ][ DONE ] jquery (3.6.0) [ 0 ][ DONE ] bootstrap (4.0.0-alpha.6) [ 1 ][ DONE ] arping (2.21) [ 7 ][ DONE ] beep (1.3) [ 0 ][ DONE ] libssh (0.9.6) [ 11 ][ DONE ] libinih (r55) [ 2 ][ DONE ] cdrkit (1.1.11) [ 6 ][ DONE ] dosfstools (4.2) [ 4 ][ DONE ] exfatprogs (1.1.3) [ 4 ][ DONE ] reiserfsprogs (3.6.27) [ 11 ][ DONE ] liburcu (0.13.0) [ 15 ][ DONE ] xfsprogs (5.14.2) [ 39 ][ DONE ] sysfsutils (2.1.1) [ 10 ][ DONE ] fuse (3.10.4) [ 4 ][ DONE ] ntfs-3g (2021.8.22) [ 13 ][ DONE ] ethtool (5.16) [ 2 ][ DONE ] fcron (3.2.1) [ 10 ][ DONE ] perl-ExtUtils-PkgConfig (1.16) [ 1 ][ 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) [ 1 ][ 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) [ 18 ][ DONE ] hdparm (9.63) [ 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 [ 1 ][ DONE ] logrotate (3.18.0) [ 5 ][ DONE ] logwatch (7.6) [ 1 ][ DONE ] misc-progs [ 2 ][ DONE ] nano (6.3) [ 22 ][ 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) [ 17 ][ DONE ] perl-IO-Stringy (2.110) [ 1 ][ DONE ] perl-IO-Socket-SSL (2.066) [ 1 ][ DONE ] perl-Unix-Syslog (1.1) [ 2 ][ 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) [ 1 ][ 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) [ 1 ][ DONE ] python3-setuptools (62.0.0) [ 7 ][ DONE ] python3-inotify (0.2.10) [ 1 ][ DONE ] python3-docutils (0.18.1) [ 3 ][ DONE ] python3-daemon (2.3.0) [ 1 ][ DONE ] glib (2.71.1) [ 26 ][ DONE ] ntp (4.2.8p15) [ 52 ][ DONE ] openssh (9.0p1) [ 45 ][ DONE ] fontconfig (2.13.1) [ 14 ][ DONE ] dejavu-fonts-ttf (2.37) [ 1 ][ DONE ] ubuntu-font-family (0.83) [ 0 ][ DONE ] freefont (20060126) [ 1 ][ DONE ] pixman (0.40.0) [ 9 ][ DONE ] cairo (1.16.0) [ 30 ][ DONE ] harfbuzz (4.2.0) [ 15 ][ DONE ] fribidi (1.0.12) [ 5 ][ DONE ] pango (1.50.6) [ 8 ][ DONE ] rrdtool (1.8.0) [ 23 ][ DONE ] setup [ 11 ][ DONE ] jansson (2.14) [ 5 ][ DONE ] yaml (0.2.5) [ 4 ][ DONE ] libhtp (0.5.40) [ 12 ][ DONE ] colm (0.13.0.6) [ 15 ][ DONE ] ragel (7.0.0.11) [ 1:20 ][ DONE ] hyperscan (5.4.0) [ 0 ][ SKIP ] suricata (5.0.9) [ 2:18 ][ DONE ] oinkmaster (2.0) [ 0 ][ DONE ] ids-ruleset-sources [ 1 ][ DONE ] squid (5.5) [ 2:09 ][ DONE ] squidguard (1.6.0) [ 7 ][ DONE ] calamaris (2.59) [ 1 ][ DONE ] tcpdump (4.99.1) [ 7 ][ 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) [ 10 ][ DONE ] lzo (2.10) [ 14 ][ DONE ] openvpn (2.5.6) [ 26 ][ DONE ] mpage (2.5.7) [ 0 ][ DONE ] dbus (1.14.0) [ 21 ][ DONE ] intltool (0.51.0) [ 2 ][ DONE ] libdaemon (0.14) [ 7 ][ DONE ] avahi (0.8) [ 20 ][ DONE ] cups (2.4.1) [ 22 ][ DONE ] lcms2 (2.13.1) [ 9 ][ DONE ] ghostscript (9.56.1) [ 31 ][ DONE ] qpdf (10.4.0) [ 16 ][ DONE ] poppler (22.04.0) [ 7 ][ DONE ] poppler-data (0.4.11) [ 1 ][ DONE ] cups-filters (1.28.14) [ 13 ][ DONE ] epson-inkjet-printer-escpr (1.6.12) [ 7 ][ DONE ] foomatic (4.0.9) [ 58 ][ DONE ] hplip (3.22.2) [ 14 ][ DONE ] cifs-utils (6.14) [ 6 ][ DONE ] krb5 (1.19.2) [ 29 ][ DONE ] rpcsvc-proto (1.4.2) [ 2 ][ DONE ] samba (4.16.0) [ 6:08 ][ DONE ] netatalk (3.1.12) [ 27 ][ DONE ] sudo (1.9.10) [ 32 ][ DONE ] mc (4.8.28) [ 31 ][ DONE ] wget (1.21.3) [ 34 ][ DONE ] bridge-utils (1.5) [ 4 ][ DONE ] smartmontools (7.3) [ 6 ][ DONE ] htop (3.1.2) [ 8 ][ DONE ] chkconfig (1.5) [ 1 ][ DONE ] postfix (3.7.1) [ 18 ][ DONE ] fetchmail (6.4.19) [ 10 ][ DONE ] clamav (0.104.2) [ 14 ][ DONE ] perl-NetAddr-IP (4.079) [ 14 ][ DONE ] dma (0.13) [ 2 ][ DONE ] alsa (1.2.5.1) [ 26 ][ DONE ] mpfire [ 1 ][ DONE ] guardian (2.0.2) [ 1 ][ DONE ] libid3tag (0.15.1b) [ 6 ][ DONE ] libmad (0.15.1b) [ 11 ][ DONE ] libogg (1.3.5) [ 5 ][ DONE ] libvorbis (1.3.6) [ 6 ][ DONE ] flac (1.3.3) [ 12 ][ DONE ] lame (3.100) [ 9 ][ DONE ] sox (14.4.2) [ 28 ][ DONE ] soxr (0.1.3) [ 3 ][ DONE ] libshout (2.4.3) [ 7 ][ DONE ] xvid (1.3.7) [ 3 ][ DONE ] libmpeg2 (0.4.1) [ 10 ][ DONE ] gnump3d (3.0) [ 2 ][ DONE ] rsync (3.2.4) [ 19 ][ 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.91) [ 35 ][ DONE ] nmap (7.92) [ 38 ][ DONE ] etherwake (1.09) [ 1 ][ DONE ] bwm-ng (0.6.1-f54b3fa) [ 8 ][ DONE ] sysstat (12.5.4) [ 4 ][ DONE ] strongswan (5.9.5) [ 54 ][ DONE ] rng-tools (6.14) [ 5 ][ DONE ] lsof (4.91) [ 1 ][ DONE ] br2684ctl [ 0 ][ 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:40 ][ DONE ] elinks (0.12pre6) [ 21 ][ DONE ] igmpproxy (0.3) [ 2 ][ DONE ] opus (1.3.1) [ 10 ][ DONE ] python3-pyparsing (3.0.7) [ 1 ][ DONE ] spice-protocol (0.14.3) [ 2 ][ DONE ] spice (0.15.0) [ 36 ][ DONE ] sdl2 (2.0.20) [ 20 ][ DONE ] libusbredir (0.8.0) [ 4 ][ DONE ] libseccomp (2.5.4) [ 5 ][ DONE ] qemu (6.1.0) [ 1:18 ][ DONE ] netsnmpd (5.9.1) [ 3:16 ][ DONE ] nagios_nrpe (4.0.3) [ 2:38 ][ DONE ] nagios-plugins (2.3.3) [ 54 ][ DONE ] icinga (1.11.4) [ 24 ][ DONE ] observium-agent (18.9.1) [ 3 ][ DONE ] ebtables (2.0.10-4) [ 1 ][ DONE ] faad2 (2_10_0) [ 13 ][ DONE ] alac (0.0.7) [ 10 ][ DONE ] ffmpeg (4.4) [ 38 ][ DONE ] vdr (2.4.7) [ 5 ][ DONE ] vdr_streamdev (0.6.1) [ 3 ][ DONE ] vdr_epgsearch (2.4.0+git20191101) [ 11 ][ DONE ] vdr_dvbapi (2.2.5) [ 2 ][ DONE ] vdr_eepg (master) [ 2 ][ DONE ] w_scan (20170107) [ 3 ][ DONE ] fmt (8.1.1) [ 4 ][ DONE ] mpd (0.23.6) [ 11 ][ DONE ] libmpdclient (2.19) [ 2 ][ DONE ] mpc (0.34) [ 3 ][ DONE ] perl-Net-CIDR-Lite (0.21) [ 1 ][ DONE ] perl-Net-SMTP-SSL (1.04) [ 1 ][ DONE ] perl-MIME-Base64 (3.16) [ 1 ][ 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.36.0) [ 26 ][ DONE ] squidclamav (5.11) [ 7 ][ DONE ] vnstat (2.9) [ 6 ][ DONE ] iw (5.9) [ 1 ][ DONE ] wpa_supplicant (2.10) [ 4 ][ DONE ] hostapd (2_10) [ 2 ][ DONE ] syslinux (6.04-pre1) [ 0 ][ SKIP ] tftpd (5.2) [ 7 ][ DONE ] cpufrequtils (008) [ 1 ][ DONE ] gutenprint (5.2.9) [ 33 ][ DONE ] apcupsd (3.14.14) [ 8 ][ DONE ] fireperf (0.2.0) [ 8 ][ DONE ] iperf (2.0.14a) [ 6 ][ DONE ] iperf3 (3.10.1) [ 7 ][ DONE ] 7zip (17.04) [ 3 ][ DONE ] lynis (3.0.7) [ 1 ][ DONE ] sshfs (3.7.2) [ 2 ][ DONE ] taglib (1.12) [ 3 ][ DONE ] sslh (1.22c) [ 0 ][ DONE ] perl-gettext (1.05) [ 2 ][ DONE ] perl-Sort-Naturally (1.03) [ 1 ][ DONE ] vdradmin (3.6.10) [ 1 ][ DONE ] perl-DBI (1.631) [ 3 ][ DONE ] perl-DBD-SQLite (1.40) [ 2 ][ DONE ] perl-File-ReadBackwards (1.05) [ 1 ][ DONE ] openvmtools (stable-12.0.0) [ 0 ][ SKIP ] joe (4.6) [ 9 ][ DONE ] monit (5.32.0) [ 23 ][ DONE ] nut (2.7.4) [ 23 ][ 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 ] powertop (2.14) [ 19 ][ DONE ] parted (3.5) [ 31 ][ DONE ] swig (4.0.2) [ 12 ][ DONE ] dtc (1.6.1) [ 0 ][ SKIP ] u-boot (2021.07) [ 1:58 ][ DONE ] u-boot-friendlyarm (5e8607b-nanopi-r1-binary) [ 1 ][ DONE ] wireless-regdb (2022.02.18) [ 1 ][ DONE ] ddns (014) [ 4 ][ DONE ] python3-pycparser (2.21) [ 3 ][ DONE ] python3-charset-normalizer (2.0.12) [ 1 ][ DONE ] python3-certifi (2021.10.8) [ 1 ][ DONE ] python3-idna (3.3) [ 2 ][ DONE ] python3-requests (2.27.1) [ 1 ][ DONE ] python3-toml (0.10.2) [ 1 ][ DONE ] python3-pyproject2setuppy (22) [ 2 ][ DONE ] python3-tomli (2.0.1) [ 1 ][ DONE ] python3-pep517 (0.12.0) [ 1 ][ DONE ] python3-build (0.7.0) [ 1 ][ DONE ] python3-install (0.0.3) [ 1 ][ DONE ] python3-urllib3 (1.26.9) [ 2 ][ DONE ] python3-flit (3.7.1) [ 2 ][ DONE ] python3-packaging (21.3) [ 1 ][ DONE ] python3-typing-extensions (4.1.1) [ 1 ][ DONE ] python3-semantic-version (2.9.0) [ 2 ][ DONE ] python3-setuptools-scm (6.4.2) [ 1 ][ DONE ] python3-setuptools-rust (1.2.0) [ 2 ][ DONE ] python3-six (1.16.0) [ 1 ][ DONE ] python3-dateutil (2.8.2) [ 2 ][ DONE ] python3-jmespath (1.0.0) [ 1 ][ DONE ] python3-colorama (0.4.4) [ 1 ][ DONE ] python3-yaml (6.0) [ 2 ][ DONE ] python3-s3transfer (0.5.2) [ 1 ][ DONE ] python3-rsa (4.8) [ 1 ][ DONE ] python3-pyasn1 (0.4.8) [ 2 ][ DONE ] python3-botocore (1.24.37) [ 6 ][ DONE ] python3-cffi (1.15.0) [ 1 ][ DONE ] python3-cryptography (3.4.7) [ 2:05 ][ DONE ] python3-circuitbreaker (1.3.2) [ 1 ][ DONE ] python3-pytz (2022.1) [ 4 ][ DONE ] python3-click (8.1.2) [ 2 ][ DONE ] python3-arrow (1.2.2) [ 1 ][ DONE ] python3-terminaltables (3.1.10) [ 1 ][ DONE ] python3-pkgconfig (1.5.5) [ 2 ][ DONE ] aws-cli (1.18.188) [ 13 ][ DONE ] oci-python-sdk (2.64.0) [ 52 ][ DONE ] oci-cli (3.7.3) [ 13 ][ DONE ] transmission (3.00) [ 14 ][ DONE ] mtr (0.95) [ 5 ][ DONE ] minidlna (1.3.0) [ 10 ][ 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) [ 5 ][ DONE ] sarg (2.4.0) [ 9 ][ DONE ] nginx (1.21.6) [ 14 ][ DONE ] sysbench (1.0.20) [ 0 ][ SKIP ] strace (5.17) [ 34 ][ DONE ] ltrace (0.7.3) [ 7 ][ DONE ] ipfire-netboot (v2.0) [ 0 ][ SKIP ] lcdproc (0.5.9) [ 10 ][ DONE ] keepalived (2.2.7) [ 13 ][ DONE ] ipvsadm (1.31) [ 0 ][ DONE ] perl-Carp-Clan (6.08) [ 2 ][ DONE ] perl-Date-Calc (6.4) [ 1 ][ DONE ] perl-Date-Manip (6.86) [ 10 ][ DONE ] perl-File-Tail (1.3) [ 1 ][ DONE ] perl-TimeDate (2.33) [ 1 ][ DONE ] swatch (3.2.4) [ 2 ][ DONE ] tor (0.4.7.7) [ 42 ][ DONE ] wavemon (0.7.5) [ 4 ][ DONE ] iptraf-ng (1.2.1) [ 1 ][ DONE ] iotop (0.6) [ 1 ][ DONE ] stunnel (5.63) [ 10 ][ DONE ] bacula (9.6.7) [ 33 ][ 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.2a) [ 8 ][ DONE ] perl-Text-CSV_XS (1.12) [ 2 ][ DONE ] lua (5.4.4) [ 1 ][ DONE ] haproxy (2.5.5) [ 35 ][ DONE ] ipset (7.15) [ 13 ][ DONE ] dnsdist (1.7.0) [ 0 ][ SKIP ] bird (2.0.9) [ 5 ][ DONE ] libyang (2.0.7) [ 3 ][ DONE ] frr (8.0.1) [ 38 ][ 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) [ 1:05 ][ DONE ] perl-common-sense (3.74) [ 1 ][ DONE ] perl-inotify2 (1.22) [ 1 ][ DONE ] perl-Net-IP (1.26) [ 2 ][ DONE ] wio (1.3.2) [ 1 ][ DONE ] iftop (1.0pre4) [ 4 ][ DONE ] mdns-repeater (1.10) [ 1 ][ DONE ] i2c-tools (3.1.2) [ 0 ][ DONE ] nss-myhostname (0.3) [ 7 ][ DONE ] dehydrated (0.7.0) [ 1 ][ DONE ] shairport-sync (3.3.8) [ 10 ][ DONE ] borgbackup (1.2.0) [ 8 ][ DONE ] lmdb (0.9.24) [ 1 ][ DONE ] knot (3.1.7) [ 11 ][ DONE ] spectre-meltdown-checker (0.44) [ 1 ][ DONE ] zabbix_agentd (4.2.6) [ 18 ][ DONE ] flashrom (1.2) [ 0 ][ SKIP ] firmware-update (20210107) [ 4 ][ DONE ] tshark (3.6.3) [ 39 ][ DONE ] speedtest-cli (2.1.3) [ 1 ][ DONE ] amazon-ssm-agent (3.0.356.0) [ 0 ][ SKIP ] libloc (0.9.13) [ 33 ][ DONE ] ncdu (1.17) [ 3 ][ DONE ] lshw (B.02.19.2) [ 1 ][ DONE ] socat (1.7.4.2) [ 25 ][ DONE ] libcdada (0.3.5) [ 20 ][ DONE ] pmacct (1.7.6) [ 1:56 ][ DONE ] squid-asnbl (0.2.3) [ 0 ][ DONE ] qemu-ga (6.1.0) [ 1 ][ DONE ] gptfdisk (1.0.8) [ 1 ][ DONE ] Building installer memtest (5.01) [ 0 ][ SKIP ] installer [ 12 ][ DONE ] strip [ 40 ][ DONE ] Building packages Generating packages list from logs [ DONE ] cdrom [ 17 ][ FAIL ] ... see detailed log in _build.*.log files May 5 19:52:59: Building cdrom + cd /usr/src/lfs + make -f cdrom LFS_BASEDIR=/usr/src install # Update /etc/system-release, because the string might have changed # since stage2 has been executed.. echo "IPFire 2.27 (armv6l) - core167 Development Build: next/c36610e0" > /etc/system-release # Create a directory to authorise the CDROM in rm -rf /tmp/cdrom && mkdir -p /tmp/cdrom # Clear mtab (prevents .journal problems) rm -vf /etc/mtab removed '/etc/mtab' ln -s /proc/self/mounts /etc/mtab # Create filelist for packaging. BUILDTARGET="armv6l-pc-linux-gnueabi" BUILD_ARCH="armv6l" KVER="5.15.35" \ /usr/src/src/scripts/archive.files \ /usr/src/config/rootfiles/common \ > /tmp/ROOTFILES # Compress root filesystem # Reason for this tar+untar+tar is removing of entries listed two or more in src/ROOTFILES rm -rf /tmp/root && mkdir -p /tmp/root tar --format=pax --acls --xattrs --xattrs-include='*' -c --exclude='#*' --exclude='proc/*' --exclude='dev/pts/*' --exclude='tmp/*' \ --exclude='__pycache__' \ -C / --files-from=/tmp/ROOTFILES | tar --format=pax --acls --xattrs --xattrs-include='*' -x -C /tmp/root tar: usr/lib/libboost_python310-a32.so.1.76.0: Cannot stat: No such file or directory tar: usr/lib/libboost_python310-mt-a32.so.1.76.0: Cannot stat: No such file or directory tar: Exiting with failure status due to previous errors make: *** [cdrom:156: /usr/src/log/cdrom] Error 2 ERROR: Building cdrom [ FAIL ] Check /build/nightly/next/log/_build.packages.log for errors if applicable[ FAIL ]