From mboxrd@z Thu Jan 1 00:00:00 1970 From: IPFire Nightly Builder To: nightly-builds@lists.ipfire.org Subject: [FAILED] Nightly Build of next (c36610e) for x86_64 on x86-01.haj.ipfire.org Date: Thu, 05 May 2022 18:50:43 +0000 Message-ID: <4KvN7S07dMz2xp8@x86-01.haj.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5127002220585439580==" List-Id: --===============5127002220585439580== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable https://nightly.ipfire.org/next/2022-05-05%2014%3A25%3A20%20%2B0000-c36610e0/= x86_64 commit c36610e051b931b4ae497b633ca41713e03d53e7 Author: Adolf Belka Date: Tue Apr 12 12:33:36 2022 +0200 haproxy: Update to version 2.5.5 =20 - 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 explicitl= y long long - BUG/MEDIUM: mux-fcgi: Don't rely on SI src/dst addresses fo= r FCGI health-checks - BUG/MEDIUM: htx: Fix a possible null derefs in htx_xfer_blk= s() - 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-lin= ux OS - BUILD: fix recent build breakage of freebsd caused by kFree= BSD 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 e= nd 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 listene= r-less streams - DEBUG: cache: Update underlying buffer when loading HTX mes= sage in cache applet - BUG/MEDIUM: mcli: Properly handle errors and timeouts durin= g reponse processing - DEBUG: stream: Add the missing descriptions for stream trac= e events - DEBUG: stream: Fix stream trace message to print response b= uffer state - BUG/MAJOR: mux-pt: Always destroy the backend connection on= detach - BUG/MINOR: session: fix theoretical risk of memleak in sess= ion_accept_fd() - BUG/MEDIUM: httpclient: don't consume data before it was an= alyzed - CLEANUP: htx: remove unused co_htx_remove_blk() - BUG/MINOR: httpclient: consume partly the blocks when neces= sary - 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 lac= k of output buffer - BUG/MAJOR: mux-h2: Be sure to always report HTX parsing err= or 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_c= hecks - CI: github: enable pool debugging by default - BUG/MEDIUM: stream: Abort processing if response buffer all= ocation 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 f= ailure - BUG/MINOR: mworker: fix a FD leak of a sockpair upon a fail= ed reload - BUG/MINOR: sink: Use the right field in appctx context in r= elease 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 co= mmand - BUG/MINOR: ssl: Missing return value check in ssl_ocsp_resp= onse_print - CLEANUP: httpclient/cli: fix indentation alignment of the h= elp message - BUG/MINOR: tools: url2sa reads ipv4 too far - BUG/MEDIUM: httpclient: limit transfers to the maximum avai= lable room - DEBUG: buffer: check in __b_put_blk() whether the buffer ro= om is respected 2.5.2 - BUG/MEDIUM: connection: properly leave stopping list on err= or - BUG/MEDIUM: htx: Adjust length to add DATA block in an empt= y HTX buffer - BUG/MINOR: httpclient: don't send an empty body - BUG/MINOR: httpclient: set default Accept and User-Agent he= aders - BUG/MINOR: httpclient/lua: don't pop the lua stack when get= ting 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 m= ultiple delimiters - BUG/MINOR: cli: avoid O(bufsize) parsing cost on pipelined = commands - MEDIUM: h2/hpack: emit a Dynamic Table Size Update after se= ttings 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 pa= rsing them - BUG/MINOR: stream: make the call_rate only count the no-pro= gress 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 ad= dress on pool_free() - BUG/MAJOR: sched: prevent rare concurrent wakeup of multi-t= hreaded tasks - BUG/MINOR: mworker: does not erase the pidfile upon reload - DEBUG: fd: make sure we never try to insert/delete an impos= sible FD number - MINOR: listener: replace the listener's spinlock with an rw= lock - BUG/MEDIUM: listener: read-lock the listener during accept() - BUG/MINOR: httpclient: Revisit HC request and response buff= ers allocation - BUG/MEDIUM: httpclient: Xfer the request when the stream is= created - BUG/MINOR: ssl: Remove empty lines from "show ssl ocsp-resp= onse " 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_serve= r_ssl.vtc - REGTESTS: peers: leave a bit more time to peers to synchron= ize - BUG/MEDIUM: h2/hpack: fix emission of HPACK DTSU after sett= ings change - BUG/MINOR: mux-h2: update the session's idle delay before c= reating 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 o= ne 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 ini= t 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 parsi= ng 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_NO= CRASH - BUG/MEDIUM: sample: Fix memory leak in sample_conv_jwt_memb= er_query - MINOR: cli: "show version" displays the current process ver= sion - 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-respons= e ruleset - BUG/MINOR: cli/server: Don't crash when a server is added w= ith a custom id - DOC: spoe: Clarify use of the event directive in spoe-messa= ge 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() durin= g gc - BUG/MEDIUM: backend: fix possible sockaddr leak on redispat= ch - BUG/MEDIUM: peers: properly skip conn_cur from incoming mes= sages - BUG/MEDIUM: mux-h1: Fix splicing by properly detecting end = of message - BUG/MINOR: mux-h1: Fix splicing for messages with unknown l= ength - 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 estab= lished 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 a= nd above. - BUILD: makefile: add -Wno-atomic-alignment to work around c= lang abusive warning - CI: Github Actions: do not show VTest failures if build fai= led - 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 previ= ous 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 =3D 1` into additional = parenthesis - BUILD: cli: clear a maybe-unused warning on some older com= pilers - BUG/MEDIUM: cli: make sure we can report a warning from a b= ind 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 c= ache - MINOR: version: mention that it's stable now =20 Signed-off-by: Adolf Belka https://git.ipfire.org/?p=3Dipfire-2.x.git;a=3Dshortlog;h=3Dc36610e051b931b4a= e497b633ca41713e03d53e7 Packaged toolchain compilation =20 Checking for necessary space on disk [ DON= E ] Set cache size limit to 4.0 GB Building LFS =20 stage2 [ 1 ][ DON= E ] linux (5.15.35) KCFG=3D-headers [ 48 ][ D= ONE ] man-pages (5.13) [ 13 ][ DON= E ] glibc (2.35) [ 5:47 ][ DON= E ] tzdata (2021a) [ 4 ][ DON= E ] cleanup-toolchain [ 0 ][ DON= E ] zlib (1.2.12) [ 2 ][ DON= E ] zstd (1.5.2) [ 2 ][ DON= E ] autoconf (2.71) [ 3 ][ DON= E ] automake (1.16.3) [ 5 ][ DON= E ] libtool (2.4.6) [ 13 ][ DON= E ] binutils (2.37) [ 55 ][ DON= E ] gmp (6.2.1) [ 42 ][ DON= E ] mpfr (4.1.0) [ 18 ][ DON= E ] libmpc (1.2.1) [ 9 ][ DON= E ] libxcrypt (4.4.28) [ 18 ][ DON= E ] file (5.40) [ 13 ][ DON= E ] gcc (11.1.0) [ 6:52 ][ DON= E ] attr (2.5.1) [ 10 ][ DON= E ] acl (2.3.1) [ 18 ][ DON= E ] sed (4.8) [ 40 ][ DON= E ] berkeley (5.3.28) [ 41 ][ DON= E ] coreutils (9.0) [ 3:12 ][ DON= E ] iana-etc (20220414) [ 0 ][ DON= E ] m4 (1.4.19) [ 54 ][ DON= E ] bison (3.8.2) [ 55 ][ DON= E ] ncurses (6.3) [ 46 ][ DON= E ] perl (5.32.1) [ 3:34 ][ DON= E ] readline (8.1) [ 13 ][ DON= E ] bzip2 (1.0.8) [ 2 ][ DON= E ] xz (5.2.5) [ 18 ][ DON= E ] lzip (1.22) [ 1 ][ DON= E ] pcre (8.45) [ 13 ][ DON= E ] pcre2 (10.40) [ 10 ][ DON= E ] gettext (0.21) [ 4:17 ][ DON= E ] bash (5.1.8) [ 54 ][ DON= E ] diffutils (3.8) [ 41 ][ DON= E ] ed (1.17) [ 1 ][ DON= E ] findutils (4.9.0) [ 1:07 ][ DON= E ] flex (2.6.4) [ 15 ][ DON= E ] gawk (5.1.1) [ 24 ][ DON= E ] go (1.15.4) [ 38 ][ DON= E ] grep (3.7) [ 42 ][ DON= E ] groff (1.22.4) [ 1:06 ][ DON= E ] gperf (3.1) [ 6 ][ DON= E ] gzip (1.12) [ 28 ][ DON= E ] hostname (3.20) [ 1 ][ DON= E ] whois (5.5.13) [ 0 ][ DON= E ] kbd (2.2.0) [ 20 ][ DON= E ] less (590) [ 9 ][ DON= E ] pkg-config (0.29.2) [ 43 ][ DON= E ] procps (v4.0.0) [ 25 ][ DON= E ] make (4.3) [ 27 ][ DON= E ] libpipeline (1.5.6) [ 30 ][ DON= E ] man (2.10.2) [ 1:23 ][ DON= E ] net-tools (2.10) [ 2 ][ DON= E ] patch (2.7.6) [ 39 ][ DON= E ] psmisc (23.4) [ 10 ][ DON= E ] shadow (4.11.1) [ 23 ][ DON= E ] sysklogd (1.5.1) [ 1 ][ DON= E ] sysvinit (3.00) [ 1 ][ DON= E ] tar (1.34) [ 55 ][ DON= E ] texinfo (6.8) [ 43 ][ DON= E ] util-linux (2.38) [ 49 ][ DON= E ] vim (8.2) [ 30 ][ DON= E ] e2fsprogs (1.46.5) [ 27 ][ DON= E ] jq (1.6) [ 17 ][ DON= E ] Building IPFire =20 configroot [ 2 ][ DON= E ] initscripts [ 2 ][ DON= E ] backup [ 0 ][ DON= E ] rust (2022-01-27) [ 33 ][ DON= E ] openssl (1.1.1o) [ 2:51 ][ DON= E ] kmod (29) [ 14 ][ DON= E ] udev (3.2.6) [ 23 ][ DON= E ] popt (1.18) [ 9 ][ DON= E ] libedit (20210910-3.1) [ 11 ][ DON= E ] libusb (1.0.25) [ 9 ][ DON= E ] libusb-compat (0.1.5) [ 5 ][ DON= E ] libpcap (1.10.1) [ 12 ][ DON= E ] ppp (2.4.9) [ 3 ][ DON= E ] pptp (1.10.0) [ 0 ][ DON= E ] unzip (60) [ 4 ][ DON= E ] which (2.21) [ 5 ][ DON= E ] linux-firmware (20220411) [ 55 ][ DON= E ] dvb-firmwares (20141125) [ 1 ][ DON= E ] xr819-firmware (c01.08.0043) [ 0 ][ DON= E ] zd1211-firmware (1.5) [ 1 ][ DON= E ] rpi-firmware (20211127) [ 0 ][ SKI= P ] intel-microcode (20220207) [ 1 ][ DON= E ] pcengines-apu-firmware (4.16.0.3) [ 0 ][ DON= E ] bc (1.07.1) [ 9 ][ DON= E ] u-boot (2021.07) MKIMAGE=3D1 [ 0 ][ S= KIP ] cpio (2.13) [ 46 ][ DON= E ] mdadm (4.2) [ 2 ][ DON= E ] dracut (056) [ 2 ][ DON= E ] libaio (0.3.113) [ 1 ][ DON= E ] lvm2 (2.02.188) [ 25 ][ DON= E ] multipath-tools (0.8.9) [ 1 ][ DON= E ] freetype (2.11.1) [ 8 ][ DON= E ] libmnl (1.0.5) [ 7 ][ DON= E ] libnfnetlink (1.0.2) [ 5 ][ DON= E ] libnetfilter_queue (1.0.5) [ 6 ][ DON= E ] libnetfilter_conntrack (1.0.8) [ 8 ][ DON= E ] libnetfilter_cthelper (1.0.0) [ 7 ][ DON= E ] libnetfilter_cttimeout (1.0.0) [ 7 ][ DON= E ] iptables (1.8.7) [ 11 ][ DON= E ] iproute2 (5.17.0) [ 5 ][ DON= E ] screen (4.8.0) [ 11 ][ DON= E ] elfutils (0.186) [ 17 ][ DON= E ] linux (5.15.35) KCFG=3D [ 6:14 ][ D= ONE ] rtl8189es (03ac413135a355b55b693154c44b70f86a39732e) KCFG=3D [ = 5 ][ DONE ] rtl8189fs (3129a665f835ce0342f9a85a0ce14a556e656b8c) KCFG=3D [ = 4 ][ DONE ] rtl8812au (307d694076b056588c652c2bdaa543a89eb255d9) KCFG=3D [ = 6 ][ DONE ] rtl8822bu (fd0b735e2e30d32f4d91497242cf6af288bdd082) KCFG=3D [ = 8 ][ DONE ] xradio (354e8c32e7948d46a63796d0ca266b1f702999b0) KCFG=3D [ = 0 ][ SKIP ] linux-initrd ($(KVER)) KCFG=3D [ 33 ][ D= ONE ] libgpg-error (1.44) [ 24 ][ DON= E ] libgcrypt (1.10.1) [ 28 ][ DON= E ] libassuan (2.5.4) [ 16 ][ DON= E ] nettle (3.7.3) [ 14 ][ DON= E ] json-c (0.13.1) [ 11 ][ DON= E ] libconfig (1.7.2) [ 24 ][ DON= E ] libevent2 (2.1.12-stable) [ 23 ][ DON= E ] expat (2.4.8) [ 11 ][ DON= E ] apr (1.7.0) [ 41 ][ DON= E ] aprutil (1.6.1) [ 8 ][ DON= E ] unbound (1.14.0) [ 40 ][ DON= E ] gnutls (3.6.16) [ 2:05 ][ DON= E ] libuv (1.42.0) [ 16 ][ DON= E ] bind (9.16.28) [ 1:06 ][ DON= E ] dhcp (4.4.1) [ 46 ][ DON= E ] dhcpcd (9.4.1) [ 3 ][ DON= E ] boost (1_76_0) [ 3:07 ][ DON= E ] linux-atm (2.4.1) [ 16 ][ DON= E ] gdbm (1.23) [ 22 ][ DON= E ] pam (1.5.2) [ 1:14 ][ DON= E ] c-ares (1.17.1) [ 2:11 ][ DON= E ] curl (7.83.0) [ 1:07 ][ DON= E ] tcl (8.6.12) [ 57 ][ DON= E ] sqlite (3380300) [ 9 ][ DON= E ] libffi (3.4.2) [ 10 ][ DON= E ] python3 (3.10.1) [ 1:34 ][ DON= E ] rust (2022-01-27) [ 0 ][ DON= E ] rust-dissimilar (1.0.3) [ 3 ][ DON= E ] rust-cfg-if (1.0.0) [ 1 ][ DON= E ] rust-libc (0.2.108) [ 4 ][ DON= E ] rust-getrandom (0.2.4) [ 3 ][ DON= E ] rust-typenum (1.15.0) [ 4 ][ DON= E ] rust-version-check (0.9.4) [ 3 ][ DON= E ] rust-generic-array (0.14.4) [ 4 ][ DON= E ] rust-cipher (0.3.0) [ 5 ][ DON= E ] rust-hex (0.4.3) [ 2 ][ DON= E ] rust-unicode-xid (0.2.1) [ 1 ][ DON= E ] rust-proc-macro2 (1.0.36) [ 5 ][ DON= E ] rust-quote (1.0.15) [ 6 ][ DON= E ] rust-syn (1.0.86) [ 21 ][ DON= E ] rust-home (0.5.3) [ 2 ][ DON= E ] rust-lazy-static (1.4.0) [ 1 ][ DON= E ] rust-memchr (2.4.1) [ 5 ][ DON= E ] rust-aho-corasick (0.7.18) [ 10 ][ DON= E ] rust-regex-syntax (0.6.25) [ 15 ][ DON= E ] rust-regex (1.5.3) [ 29 ][ DON= E ] rust-ucd-trie (0.1.3) [ 2 ][ DON= E ] rust-pest (2.1.3) [ 3 ][ DON= E ] rust-semver-parser (0.7.0) [ 2 ][ DON= E ] rust-semver (0.9.0) [ 3 ][ DON= E ] rust-same-file (1.0.6) [ 1 ][ DON= E ] rust-walkdir (2.3.2) [ 3 ][ DON= E ] rust-dirs (1.0.5) [ 3 ][ DON= E ] rust-toolchain_find (0.1.4) [ 22 ][ DON= E ] rust-serde (1.0.136) [ 7 ][ DON= E ] rust-itoa (1.0.1) [ 1 ][ DON= E ] rust-ryu (1.0.9) [ 1 ][ DON= E ] rust-serde_json (1.0.78) [ 13 ][ DON= E ] rust-synstructure (0.12.6) [ 25 ][ DON= E ] rust-block-buffer (0.9.0) [ 5 ][ DON= E ] rust-crypto-common (0.1.1) [ 5 ][ DON= E ] rust-digest (0.9.0) [ 4 ][ DON= E ] rust-ppv-lite86 (0.2.16) [ 2 ][ DON= E ] rust-rand_core (0.6.3) [ 1 ][ DON= E ] rust-rand_core-0.4.2 (0.4.2) [ 2 ][ DON= E ] rust-rand_core-0.3.1 (0.3.1) [ 1 ][ DON= E ] rust-rand_chacha (0.3.1) [ 3 ][ DON= E ] rust-rand_hc (0.3.1) [ 2 ][ DON= E ] rust-rand (0.8.4) [ 5 ][ DON= E ] rust-rdrand (0.4.0) [ 2 ][ DON= E ] rust-rand-0.4 (0.4.6) [ 5 ][ DON= E ] rust-log (0.4.14) [ 2 ][ DON= E ] rust-num_cpus (1.13.1) [ 4 ][ DON= E ] rust-crossbeam-utils (0.8.6) [ 3 ][ DON= E ] rust-autocfg (1.0.1) [ 3 ][ DON= E ] rust-memoffset (0.6.5) [ 3 ][ DON= E ] rust-scopeguard (1.1.0) [ 1 ][ DON= E ] rust-crossbeam-epoch (0.9.6) [ 4 ][ DON= E ] rust-crossbeam-deque (0.8.1) [ 4 ][ DON= E ] rust-either (1.6.1) [ 2 ][ DON= E ] rust-crossbeam-channel (0.5.2) [ 3 ][ DON= E ] rust-rayon-core (1.9.1) [ 7 ][ DON= E ] rust-rayon (1.5.1) [ 9 ][ DON= E ] rust-remove_dir_all (0.5.3) [ 1 ][ DON= E ] rust-tempdir (0.3.7) [ 5 ][ DON= E ] rust-glob (0.3.0) [ 3 ][ DON= E ] rust-once_cell (1.9.0) [ 1 ][ DON= E ] rust-termcolor (1.1.2) [ 2 ][ DON= E ] rust-toml (0.5.8) [ 16 ][ DON= E ] rust-serde_derive (1.0.136) [ 48 ][ DON= E ] rust-trybuild (1.0.54) [ 1:31 ][ DON= E ] rust-unindent (0.1.7) [ 1 ][ DON= E ] rust-proc-macro-hack (0.5.19) [ 6 ][ DON= E ] rust-indoc-impl (0.3.6) [ 24 ][ DON= E ] rust-indoc (1.0.3) [ 3 ][ DON= E ] rust-instant (0.1.12) [ 2 ][ DON= E ] rust-lock_api (0.4.5) [ 1 ][ DON= E ] rust-smallvec (1.8.0) [ 2 ][ DON= E ] rust-parking_lot_core (0.8.5) [ 3 ][ DON= E ] rust-parking_lot (0.11.2) [ 5 ][ DON= E ] rust-paste-impl (0.1.18) [ 9 ][ DON= E ] rust-paste (1.0.3) [ 4 ][ DON= E ] rust-ctor (0.1.21) [ 39 ][ DON= E ] rust-ghost (0.1.2) [ 25 ][ DON= E ] rust-inventory-impl (0.1.4) [ 24 ][ DON= E ] rust-inventory (0.1.4) [ 46 ][ DON= E ] rust-pyo3-build-config (0.15.1) [ 11 ][ DON= E ] rust-pyo3-macros-backend (0.13.1) [ 45 ][ DON= E ] rust-pyo3-macros (0.13.1) [ 52 ][ DON= E ] rust-pyo3 (0.13.1) [ 1:05 ][ DON= E ] gdb (11.2) [ 1:25 ][ DON= E ] grub (2.06) [ 2:46 ][ DON= E ] efivar (37) [ 4 ][ DON= E ] efibootmgr (17) [ 1 ][ DON= E ] libtasn1 (4.18.0) [ 23 ][ DON= E ] p11-kit (0.24.1) [ 20 ][ DON= E ] ca-certificates (20220402) [ 5 ][ DON= E ] fireinfo (2.2.0) [ 15 ][ DON= E ] libnet (1.1.6) [ 10 ][ DON= E ] libnl-3 (3.5.0) [ 21 ][ DON= E ] libidn (1.38) [ 26 ][ DON= E ] nasm (2.15.05) [ 19 ][ DON= E ] libarchive (3.6.0) [ 50 ][ DON= E ] cmake (3.21.0) [ 48 ][ DON= E ] ninja (1.10.2) [ 3 ][ DON= E ] meson (0.62.1) [ 4 ][ DON= E ] libjpeg (2.0.4) [ 6 ][ DON= E ] openjpeg (2.4.0) [ 4 ][ DON= E ] libexif (0.6.22) [ 9 ][ DON= E ] libpng (1.6.37) [ 8 ][ DON= E ] libtiff (4.3.0) [ 20 ][ DON= E ] gd (2.3.3) [ 11 ][ DON= E ] slang (2.3.2) [ 33 ][ DON= E ] newt (0.52.21) [ 4 ][ DON= E ] libsmooth [ 14 ][ DON= E ] libcap (2.64) [ 5 ][ DON= E ] libcap-ng (0.8.3) [ 9 ][ DON= E ] pciutils (3.8.0) [ 1 ][ DON= E ] usbutils (013) [ 19 ][ DON= E ] libxml2 (2.9.12) [ 14 ][ DON= E ] libxslt (1.1.34) [ 17 ][ DON= E ] perl-BerkeleyDB (0.63) [ 3 ][ DON= E ] cyrus-sasl (2.1.26) [ 35 ][ DON= E ] openldap (2.6.1) [ 1:21 ][ DON= E ] apache2 (2.4.53) [ 59 ][ DON= E ] web-user-interface [ 3 ][ DON= E ] flag-icons (2.6) [ 2 ][ DON= E ] jquery (3.6.0) [ 1 ][ DON= E ] bootstrap (4.0.0-alpha.6) [ 1 ][ DON= E ] arping (2.21) [ 10 ][ DON= E ] beep (1.3) [ 1 ][ DON= E ] libssh (0.9.6) [ 16 ][ DON= E ] libinih (r55) [ 4 ][ DON= E ] cdrkit (1.1.11) [ 10 ][ DON= E ] dosfstools (4.2) [ 6 ][ DON= E ] exfatprogs (1.1.3) [ 6 ][ DON= E ] reiserfsprogs (3.6.27) [ 20 ][ DON= E ] liburcu (0.13.0) [ 24 ][ DON= E ] xfsprogs (5.14.2) [ 1:01 ][ DON= E ] sysfsutils (2.1.1) [ 17 ][ DON= E ] fuse (3.10.4) [ 5 ][ DON= E ] ntfs-3g (2021.8.22) [ 21 ][ DON= E ] ethtool (5.16) [ 4 ][ DON= E ] fcron (3.2.1) [ 16 ][ DON= E ] perl-ExtUtils-PkgConfig (1.16) [ 1 ][ DON= E ] perl-GD (2.73) [ 4 ][ DON= E ] perl-GD-Graph (1.54) [ 2 ][ DON= E ] perl-GD-TextUtil (0.86) [ 1 ][ DON= E ] perl-Device-SerialPort (1.000002) [ 13 ][ DON= E ] perl-Device-Modem (1.56) [ 2 ][ DON= E ] perl-Apache-Htpasswd (1.9) [ 1 ][ DON= E ] perl-Parse-Yapp (1.21) [ 2 ][ DON= E ] perl-Data-UUID (1.224) [ 2 ][ DON= E ] perl-Try-Tiny (0.31) [ 1 ][ DON= E ] perl-HTTP-Message (6.36) [ 2 ][ DON= E ] perl-HTTP-Date (6.05) [ 2 ][ DON= E ] gnupg (1.4.23) [ 30 ][ DON= E ] hdparm (9.63) [ 1 ][ DON= E ] whatmask (1.2) [ 4 ][ DON= E ] libtirpc (1.3.1) [ 10 ][ DON= E ] conntrack-tools (1.4.6) [ 12 ][ DON= E ] iputils (20210202) [ 6 ][ DON= E ] l7-protocols (2009-05-10) [ 1 ][ DON= E ] hwdata [ 1 ][ DON= E ] logrotate (3.18.0) [ 9 ][ DON= E ] logwatch (7.6) [ 2 ][ DON= E ] misc-progs [ 4 ][ DON= E ] nano (6.3) [ 37 ][ DON= E ] perl-URI (5.09) [ 2 ][ DON= E ] perl-CGI (4.54) [ 2 ][ DON= E ] perl-Switch (2.17) [ 2 ][ DON= E ] perl-HTML-Tagset (3.04) [ 1 ][ DON= E ] perl-HTML-Parser (3.45) [ 3 ][ DON= E ] perl-HTML-Template (2.94) [ 1 ][ DON= E ] perl-Compress-Zlib (1.35) [ 3 ][ DON= E ] perl-Digest (1.19) [ 1 ][ DON= E ] perl-Digest-SHA1 (2.13) [ 2 ][ DON= E ] perl-Digest-HMAC (1.03) [ 2 ][ DON= E ] perl-libwww (6.62) [ 2 ][ DON= E ] perl-LWP-Protocol-https (6.10) [ 2 ][ DON= E ] perl-Net-HTTP (6.22) [ 1 ][ DON= E ] perl-Net-DNS (1.30) [ 5 ][ DON= E ] perl-Net-IPv4Addr (0.10) [ 2 ][ DON= E ] perl-Net_SSLeay (1.88) [ 26 ][ DON= E ] perl-IO-Stringy (2.110) [ 2 ][ DON= E ] perl-IO-Socket-SSL (2.066) [ 2 ][ DON= E ] perl-Unix-Syslog (1.1) [ 2 ][ DON= E ] perl-Mail-Tools (2.07) [ 2 ][ DON= E ] perl-MIME-Tools (5.509) [ 3 ][ DON= E ] perl-Net-Server (0.97) [ 2 ][ DON= E ] perl-Canary-Stability (2013) [ 1 ][ DON= E ] perl-Convert-TNEF (0.18) [ 2 ][ DON= E ] perl-Convert-UUlib (1.8) [ 4 ][ DON= E ] perl-Archive-Tar (1.29) [ 2 ][ DON= E ] perl-Archive-Zip (1.16) [ 2 ][ DON= E ] perl-Text-Tabs+Wrap (2013.0523) [ 2 ][ DON= E ] perl-XML-Parser (2.46) [ 3 ][ DON= E ] perl-Crypt-PasswdMD5 (1.41) [ 2 ][ DON= E ] perl-Net-Telnet (3.03) [ 1 ][ DON= E ] perl-JSON (4.05) [ 2 ][ DON= E ] python3-setuptools (62.0.0) [ 11 ][ DON= E ] python3-inotify (0.2.10) [ 1 ][ DON= E ] python3-docutils (0.18.1) [ 5 ][ DON= E ] python3-daemon (2.3.0) [ 1 ][ DON= E ] glib (2.71.1) [ 33 ][ DON= E ] ntp (4.2.8p15) [ 1:30 ][ DON= E ] openssh (9.0p1) [ 1:06 ][ DON= E ] fontconfig (2.13.1) [ 23 ][ DON= E ] dejavu-fonts-ttf (2.37) [ 2 ][ DON= E ] ubuntu-font-family (0.83) [ 1 ][ DON= E ] freefont (20060126) [ 1 ][ DON= E ] pixman (0.40.0) [ 13 ][ DON= E ] cairo (1.16.0) [ 43 ][ DON= E ] harfbuzz (4.2.0) [ 20 ][ DON= E ] fribidi (1.0.12) [ 6 ][ DON= E ] pango (1.50.6) [ 12 ][ DON= E ] rrdtool (1.8.0) [ 36 ][ DON= E ] setup [ 19 ][ DON= E ] jansson (2.14) [ 9 ][ DON= E ] yaml (0.2.5) [ 7 ][ DON= E ] libhtp (0.5.40) [ 19 ][ DON= E ] colm (0.13.0.6) [ 20 ][ DON= E ] ragel (7.0.0.11) [ 1:25 ][ DON= E ] hyperscan (5.4.0) [ 21 ][ DON= E ] suricata (5.0.9) [ 1:55 ][ DON= E ] oinkmaster (2.0) [ 1 ][ DON= E ] ids-ruleset-sources [ 1 ][ DON= E ] squid (5.5) [ 3:19 ][ DON= E ] squidguard (1.6.0) [ 11 ][ DON= E ] calamaris (2.59) [ 0 ][ DON= E ] tcpdump (4.99.1) [ 11 ][ DON= E ] traceroute (2.1.0) [ 1 ][ DON= E ] vlan (1.9) [ 1 ][ DON= E ] wireless (30.pre9) [ 1 ][ DON= E ] pakfire (0.99) [ 1 ][ DON= E ] spandsp (0.0.6) [ 20 ][ DON= E ] lz4 (1.9.3) [ 14 ][ DON= E ] lzo (2.10) [ 20 ][ DON= E ] openvpn (2.5.6) [ 40 ][ DON= E ] mpage (2.5.7) [ 1 ][ DON= E ] dbus (1.14.0) [ 30 ][ DON= E ] intltool (0.51.0) [ 3 ][ DON= E ] libdaemon (0.14) [ 14 ][ DON= E ] avahi (0.8) [ 35 ][ DON= E ] cups (2.4.1) [ 43 ][ DON= E ] lcms2 (2.13.1) [ 14 ][ DON= E ] ghostscript (9.56.1) [ 54 ][ DON= E ] qpdf (10.4.0) [ 18 ][ DON= E ] poppler (22.04.0) [ 9 ][ DON= E ] poppler-data (0.4.11) [ 3 ][ DON= E ] cups-filters (1.28.14) [ 19 ][ DON= E ] epson-inkjet-printer-escpr (1.6.12) [ 13 ][ DON= E ] foomatic (4.0.9) [ 1:48 ][ DON= E ] hplip (3.22.2) [ 25 ][ DON= E ] cifs-utils (6.14) [ 10 ][ DON= E ] krb5 (1.19.2) [ 51 ][ DON= E ] rpcsvc-proto (1.4.2) [ 4 ][ DON= E ] samba (4.16.0) [ 7:31 ][ DON= E ] netatalk (3.1.12) [ 45 ][ DON= E ] sudo (1.9.10) [ 47 ][ DON= E ] mc (4.8.28) [ 47 ][ DON= E ] wget (1.21.3) [ 56 ][ DON= E ] bridge-utils (1.5) [ 5 ][ DON= E ] smartmontools (7.3) [ 10 ][ DON= E ] htop (3.1.2) [ 13 ][ DON= E ] chkconfig (1.5) [ 1 ][ DON= E ] postfix (3.7.1) [ 26 ][ DON= E ] fetchmail (6.4.19) [ 17 ][ DON= E ] clamav (0.104.2) [ 16 ][ DON= E ] perl-NetAddr-IP (4.079) [ 18 ][ DON= E ] dma (0.13) [ 4 ][ DON= E ] alsa (1.2.5.1) [ 41 ][ DON= E ] mpfire [ 1 ][ DON= E ] guardian (2.0.2) [ 1 ][ DON= E ] libid3tag (0.15.1b) [ 11 ][ DON= E ] libmad (0.15.1b) [ 19 ][ DON= E ] libogg (1.3.5) [ 9 ][ DON= E ] libvorbis (1.3.6) [ 11 ][ DON= E ] flac (1.3.3) [ 21 ][ DON= E ] lame (3.100) [ 16 ][ DON= E ] sox (14.4.2) [ 51 ][ DON= E ] soxr (0.1.3) [ 3 ][ DON= E ] libshout (2.4.3) [ 12 ][ DON= E ] xvid (1.3.7) [ 6 ][ DON= E ] libmpeg2 (0.4.1) [ 18 ][ DON= E ] gnump3d (3.0) [ 4 ][ DON= E ] rsync (3.2.4) [ 33 ][ DON= E ] rpcbind (1.2.6) [ 4 ][ DON= E ] keyutils (1.5.11) [ 1 ][ DON= E ] nfs (2.6.1) [ 37 ][ DON= E ] gnu-netcat (0.7.1) [ 12 ][ DON= E ] ncat (7.91) [ 1:03 ][ DON= E ] nmap (7.92) [ 1:08 ][ DON= E ] etherwake (1.09) [ 1 ][ DON= E ] bwm-ng (0.6.1-f54b3fa) [ 14 ][ DON= E ] sysstat (12.5.4) [ 8 ][ DON= E ] strongswan (5.9.5) [ 1:25 ][ DON= E ] rng-tools (6.14) [ 8 ][ DON= E ] lsof (4.91) [ 2 ][ DON= E ] br2684ctl [ 1 ][ DON= E ] pcmciautils (014) [ 2 ][ DON= E ] lm_sensors (3-6-0) [ 1 ][ DON= E ] libstatgrab (0.92) [ 29 ][ DON= E ] liboping (1.3.4) [ 10 ][ DON= E ] collectd (4.10.9) [ 3:01 ][ DON= E ] elinks (0.12pre6) [ 39 ][ DON= E ] igmpproxy (0.3) [ 3 ][ DON= E ] opus (1.3.1) [ 13 ][ DON= E ] python3-pyparsing (3.0.7) [ 2 ][ DON= E ] spice-protocol (0.14.3) [ 2 ][ DON= E ] spice (0.15.0) [ 47 ][ DON= E ] sdl2 (2.0.20) [ 30 ][ DON= E ] libusbredir (0.8.0) [ 9 ][ DON= E ] libseccomp (2.5.4) [ 8 ][ DON= E ] qemu (6.1.0) [ 1:21 ][ DON= E ] netsnmpd (5.9.1) [ 6:02 ][ DON= E ] nagios_nrpe (4.0.3) [ 1:03 ][ DON= E ] nagios-plugins (2.3.3) [ 1:24 ][ DON= E ] icinga (1.11.4) [ 43 ][ DON= E ] observium-agent (18.9.1) [ 7 ][ DON= E ] ebtables (2.0.10-4) [ 1 ][ DON= E ] faad2 (2_10_0) [ 20 ][ DON= E ] alac (0.0.7) [ 17 ][ DON= E ] ffmpeg (4.4) [ 1:13 ][ DON= E ] vdr (2.4.7) [ 7 ][ DON= E ] vdr_streamdev (0.6.1) [ 6 ][ DON= E ] vdr_epgsearch (2.4.0+git20191101) [ 20 ][ DON= E ] vdr_dvbapi (2.2.5) [ 4 ][ DON= E ] vdr_eepg (master) [ 2 ][ DON= E ] w_scan (20170107) [ 6 ][ DON= E ] fmt (8.1.1) [ 4 ][ DON= E ] mpd (0.23.6) [ 15 ][ DON= E ] libmpdclient (2.19) [ 4 ][ DON= E ] mpc (0.34) [ 3 ][ DON= E ] perl-Net-CIDR-Lite (0.21) [ 2 ][ DON= E ] perl-Net-SMTP-SSL (1.04) [ 1 ][ DON= E ] perl-MIME-Base64 (3.16) [ 3 ][ DON= E ] perl-Authen-SASL (2.16) [ 2 ][ DON= E ] perl-MIME-Lite (3.033) [ 2 ][ DON= E ] perl-Email-Date-Format (1.005) [ 1 ][ DON= E ] git (2.36.0) [ 24 ][ DON= E ] squidclamav (5.11) [ 12 ][ DON= E ] vnstat (2.9) [ 9 ][ DON= E ] iw (5.9) [ 2 ][ DON= E ] wpa_supplicant (2.10) [ 7 ][ DON= E ] hostapd (2_10) [ 3 ][ DON= E ] syslinux (6.04-pre1) [ 15 ][ DON= E ] tftpd (5.2) [ 13 ][ DON= E ] cpufrequtils (008) [ 2 ][ DON= E ] gutenprint (5.2.9) [ 59 ][ DON= E ] apcupsd (3.14.14) [ 14 ][ DON= E ] fireperf (0.2.0) [ 14 ][ DON= E ] iperf (2.0.14a) [ 10 ][ DON= E ] iperf3 (3.10.1) [ 9 ][ DON= E ] 7zip (17.04) [ 4 ][ DON= E ] lynis (3.0.7) [ 1 ][ DON= E ] sshfs (3.7.2) [ 3 ][ DON= E ] taglib (1.12) [ 5 ][ DON= E ] sslh (1.22c) [ 1 ][ DON= E ] perl-gettext (1.05) [ 3 ][ DON= E ] perl-Sort-Naturally (1.03) [ 2 ][ DON= E ] vdradmin (3.6.10) [ 2 ][ DON= E ] perl-DBI (1.631) [ 6 ][ DON= E ] perl-DBD-SQLite (1.40) [ 3 ][ DON= E ] perl-File-ReadBackwards (1.05) [ 1 ][ DON= E ] openvmtools (stable-12.0.0) [ 2:11 ][ DON= E ] joe (4.6) [ 16 ][ DON= E ] monit (5.32.0) [ 40 ][ DON= E ] nut (2.7.4) [ 42 ][ DON= E ] watchdog (5.16) [ 6 ][ DON= E ] usb_modeswitch (2.6.1) [ 2 ][ DON= E ] usb_modeswitch_data (20191128) [ 5 ][ DON= E ] zerofree (1.1.1) [ 1 ][ DON= E ] minicom (2.8) [ 10 ][ DON= E ] ddrescue (1.25) [ 2 ][ DON= E ] powertop (2.14) [ 31 ][ DON= E ] parted (3.5) [ 47 ][ DON= E ] swig (4.0.2) [ 24 ][ DON= E ] dtc (1.6.1) [ 0 ][ SKI= P ] u-boot (2021.07) [ 0 ][ SKI= P ] u-boot-friendlyarm (5e8607b-nanopi-r1-binary) [ 0 = ][ SKIP ] wireless-regdb (2022.02.18) [ 1 ][ DON= E ] ddns (014) [ 6 ][ DON= E ] python3-pycparser (2.21) [ 4 ][ DON= E ] python3-charset-normalizer (2.0.12) [ 2 ][ DON= E ] python3-certifi (2021.10.8) [ 1 ][ DON= E ] python3-idna (3.3) [ 2 ][ DON= E ] python3-requests (2.27.1) [ 2 ][ DON= E ] python3-toml (0.10.2) [ 2 ][ DON= E ] python3-pyproject2setuppy (22) [ 2 ][ DON= E ] python3-tomli (2.0.1) [ 2 ][ DON= E ] python3-pep517 (0.12.0) [ 1 ][ DON= E ] python3-build (0.7.0) [ 2 ][ DON= E ] python3-install (0.0.3) [ 2 ][ DON= E ] python3-urllib3 (1.26.9) [ 2 ][ DON= E ] python3-flit (3.7.1) [ 3 ][ DON= E ] python3-packaging (21.3) [ 2 ][ DON= E ] python3-typing-extensions (4.1.1) [ 2 ][ DON= E ] python3-semantic-version (2.9.0) [ 2 ][ DON= E ] python3-setuptools-scm (6.4.2) [ 2 ][ DON= E ] python3-setuptools-rust (1.2.0) [ 2 ][ DON= E ] python3-six (1.16.0) [ 2 ][ DON= E ] python3-dateutil (2.8.2) [ 2 ][ DON= E ] python3-jmespath (1.0.0) [ 2 ][ DON= E ] python3-colorama (0.4.4) [ 2 ][ DON= E ] python3-yaml (6.0) [ 3 ][ DON= E ] python3-s3transfer (0.5.2) [ 2 ][ DON= E ] python3-rsa (4.8) [ 2 ][ DON= E ] python3-pyasn1 (0.4.8) [ 2 ][ DON= E ] python3-botocore (1.24.37) [ 9 ][ DON= E ] python3-cffi (1.15.0) [ 3 ][ DON= E ] python3-cryptography (3.4.7) [ 1:43 ][ DON= E ] python3-circuitbreaker (1.3.2) [ 2 ][ DON= E ] python3-pytz (2022.1) [ 7 ][ DON= E ] python3-click (8.1.2) [ 2 ][ DON= E ] python3-arrow (1.2.2) [ 2 ][ DON= E ] python3-terminaltables (3.1.10) [ 2 ][ DON= E ] python3-pkgconfig (1.5.5) [ 2 ][ DON= E ] aws-cli (1.18.188) [ 23 ][ DON= E ] oci-python-sdk (2.64.0) [ 1:31 ][ DON= E ] oci-cli (3.7.3) [ 22 ][ DON= E ] transmission (3.00) [ 23 ][ DON= E ] mtr (0.95) [ 10 ][ DON= E ] minidlna (1.3.0) [ 18 ][ DON= E ] acpid (2.0.32) [ 8 ][ DON= E ] fping (5.0) [ 4 ][ DON= E ] telnet (0.17) [ 4 ][ DON= E ] xinetd (2.3.15) [ 11 ][ DON= E ] stress (1.0.5) [ 8 ][ DON= E ] sarg (2.4.0) [ 15 ][ DON= E ] nginx (1.21.6) [ 18 ][ DON= E ] sysbench (1.0.20) [ 29 ][ DON= E ] strace (5.17) [ 1:12 ][ DON= E ] ltrace (0.7.3) [ 14 ][ DON= E ] ipfire-netboot (v2.0) [ 2:32 ][ DON= E ] lcdproc (0.5.9) [ 17 ][ DON= E ] keepalived (2.2.7) [ 21 ][ DON= E ] ipvsadm (1.31) [ 2 ][ DON= E ] perl-Carp-Clan (6.08) [ 2 ][ DON= E ] perl-Date-Calc (6.4) [ 2 ][ DON= E ] perl-Date-Manip (6.86) [ 17 ][ DON= E ] perl-File-Tail (1.3) [ 2 ][ DON= E ] perl-TimeDate (2.33) [ 2 ][ DON= E ] swatch (3.2.4) [ 3 ][ DON= E ] tor (0.4.7.7) [ 59 ][ DON= E ] wavemon (0.7.5) [ 7 ][ DON= E ] iptraf-ng (1.2.1) [ 2 ][ DON= E ] iotop (0.6) [ 1 ][ DON= E ] stunnel (5.63) [ 16 ][ DON= E ] bacula (9.6.7) [ 52 ][ DON= E ] perl-Font-TTF (1.06) [ 4 ][ DON= E ] perl-IO-String (1.08) [ 2 ][ DON= E ] perl-PDF-API2 (2.033) [ 4 ][ DON= E ] proxy-accounting (1.0.4) [ 2 ][ DON= E ] tmux (3.2a) [ 13 ][ DON= E ] perl-Text-CSV_XS (1.12) [ 3 ][ DON= E ] lua (5.4.4) [ 1 ][ DON= E ] haproxy (2.5.5) [ 21 ][ DON= E ] ipset (7.15) [ 21 ][ DON= E ] dnsdist (1.7.0) [ 44 ][ DON= E ] bird (2.0.9) [ 7 ][ DON= E ] libyang (2.0.7) [ 4 ][ DON= E ] frr (8.0.1) [ 54 ][ DON= E ] dmidecode (3.3) [ 1 ][ DON= E ] mcelog (181) [ 3 ][ DON= E ] libpciaccess (0.16) [ 11 ][ DON= E ] libyajl (2.1.0) [ 2 ][ DON= E ] libvirt (7.10.0) [ 29 ][ DON= E ] libtalloc (2.3.1) [ 46 ][ DON= E ] freeradius (3.0.23) [ 1:56 ][ DON= E ] perl-common-sense (3.74) [ 1 ][ DON= E ] perl-inotify2 (1.22) [ 3 ][ DON= E ] perl-Net-IP (1.26) [ 2 ][ DON= E ] wio (1.3.2) [ 1 ][ DON= E ] iftop (1.0pre4) [ 7 ][ DON= E ] mdns-repeater (1.10) [ 1 ][ DON= E ] i2c-tools (3.1.2) [ 2 ][ DON= E ] nss-myhostname (0.3) [ 11 ][ DON= E ] dehydrated (0.7.0) [ 1 ][ DON= E ] shairport-sync (3.3.8) [ 17 ][ DON= E ] borgbackup (1.2.0) [ 11 ][ DON= E ] lmdb (0.9.24) [ 2 ][ DON= E ] knot (3.1.7) [ 16 ][ DON= E ] spectre-meltdown-checker (0.44) [ 1 ][ DON= E ] zabbix_agentd (4.2.6) [ 34 ][ DON= E ] flashrom (1.2) [ 8 ][ DON= E ] firmware-update (20210107) [ 5 ][ DON= E ] tshark (3.6.3) [ 47 ][ DON= E ] speedtest-cli (2.1.3) [ 2 ][ DON= E ] amazon-ssm-agent (3.0.356.0) [ 21 ][ DON= E ] libloc (0.9.13) [ 58 ][ DON= E ] ncdu (1.17) [ 5 ][ DON= E ] lshw (B.02.19.2) [ 2 ][ DON= E ] socat (1.7.4.2) [ 41 ][ DON= E ] libcdada (0.3.5) [ 36 ][ DON= E ] pmacct (1.7.6) [ 3:12 ][ DON= E ] squid-asnbl (0.2.3) [ 1 ][ DON= E ] qemu-ga (6.1.0) [ 1 ][ DON= E ] gptfdisk (1.0.8) [ 1 ][ DON= E ] Building installer =20 memtest (5.01) [ 1 ][ DON= E ] installer [ 20 ][ DON= E ] strip [ 1:22 ][ DON= E ] Building packages =20 Generating packages list from logs [ DON= E ] cdrom [ 55 ][ FAI= L ] ... see detailed log in _build.*.log files May 5 18:49:39: Building cdrom + cd /usr/src/lfs + make -f cdrom LFS_BASEDIR=3D/usr/src install # Update /etc/system-release, because the string might have changed # since stage2 has been executed.. echo "IPFire 2.27 (x86_64) - 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=3D"x86_64-pc-linux-gnu" BUILD_ARCH=3D"x86_64" KVER=3D"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=3Dpax --acls --xattrs --xattrs-include=3D'*' -c --exclude=3D= '#*' --exclude=3D'proc/*' --exclude=3D'dev/pts/*' --exclude=3D'tmp/*' \ --exclude=3D'__pycache__' \ -C / --files-from=3D/tmp/ROOTFILES | tar --format=3Dpax --acls --xattrs -= -xattrs-include=3D'*' -x -C /tmp/root tar: usr/lib/libboost_python310-mt-x64.so.1.76.0: Cannot stat: No such fi= le or directory tar: usr/lib/libboost_python310-x64.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 [ FAI= L ] Check /build/nightly/next/log/_build.packages.log for errors if applicabl= e[ FAIL ] --===============5127002220585439580==--