From: IPFire Nightly Builder <nightly-builds@ipfire.org>
To: nightly-builds@lists.ipfire.org
Subject: [FAILED] Nightly Build of next (c36610e) for aarch64 on arm64-01.zrh.ipfire.org
Date: Thu, 05 May 2022 17:16:41 +0000 [thread overview]
Message-ID: <4KvL2x3qccz1y0v@arm64-01.zrh.ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 69737 bytes --]
https://nightly.ipfire.org/next/2022-05-05%2014%3A25%3A20%20%2B0000-c36610e0/aarch64
commit c36610e051b931b4ae497b633ca41713e03d53e7
Author: Adolf Belka <adolf.belka(a)ipfire.org>
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 <id>" 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 <adolf.belka(a)ipfire.org>
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 [ 1 ][ DONE ]
linux (5.15.35) KCFG=-headers [ 20 ][ DONE ]
man-pages (5.13) [ 6 ][ DONE ]
glibc (2.35) [ 4:41 ][ DONE ]
tzdata (2021a) [ 3 ][ DONE ]
cleanup-toolchain [ 0 ][ DONE ]
zlib (1.2.12) [ 1 ][ DONE ]
zstd (1.5.2) [ 2 ][ 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) [ 27 ][ DONE ]
mpfr (4.1.0) [ 14 ][ DONE ]
libmpc (1.2.1) [ 5 ][ DONE ]
libxcrypt (4.4.28) [ 10 ][ DONE ]
file (5.40) [ 7 ][ DONE ]
gcc (11.1.0) [ 4:40 ][ DONE ]
attr (2.5.1) [ 6 ][ DONE ]
acl (2.3.1) [ 8 ][ DONE ]
sed (4.8) [ 24 ][ DONE ]
berkeley (5.3.28) [ 22 ][ DONE ]
coreutils (9.0) [ 1:53 ][ DONE ]
iana-etc (20220414) [ 0 ][ DONE ]
m4 (1.4.19) [ 31 ][ DONE ]
bison (3.8.2) [ 28 ][ DONE ]
ncurses (6.3) [ 25 ][ DONE ]
perl (5.32.1) [ 1:57 ][ DONE ]
readline (8.1) [ 6 ][ DONE ]
bzip2 (1.0.8) [ 1 ][ DONE ]
xz (5.2.5) [ 9 ][ DONE ]
lzip (1.22) [ 1 ][ DONE ]
pcre (8.45) [ 7 ][ DONE ]
pcre2 (10.40) [ 6 ][ DONE ]
gettext (0.21) [ 2:24 ][ DONE ]
bash (5.1.8) [ 30 ][ DONE ]
diffutils (3.8) [ 23 ][ DONE ]
ed (1.17) [ 0 ][ DONE ]
findutils (4.9.0) [ 39 ][ DONE ]
flex (2.6.4) [ 8 ][ DONE ]
gawk (5.1.1) [ 12 ][ DONE ]
go (1.15.4) [ 0 ][ SKIP ]
grep (3.7) [ 24 ][ DONE ]
groff (1.22.4) [ 33 ][ DONE ]
gperf (3.1) [ 3 ][ DONE ]
gzip (1.12) [ 15 ][ DONE ]
hostname (3.20) [ 0 ][ DONE ]
whois (5.5.13) [ 0 ][ DONE ]
kbd (2.2.0) [ 12 ][ DONE ]
less (590) [ 5 ][ DONE ]
pkg-config (0.29.2) [ 25 ][ DONE ]
procps (v4.0.0) [ 14 ][ DONE ]
make (4.3) [ 14 ][ DONE ]
libpipeline (1.5.6) [ 17 ][ DONE ]
man (2.10.2) [ 43 ][ DONE ]
net-tools (2.10) [ 1 ][ DONE ]
patch (2.7.6) [ 22 ][ DONE ]
psmisc (23.4) [ 6 ][ DONE ]
shadow (4.11.1) [ 14 ][ DONE ]
sysklogd (1.5.1) [ 0 ][ DONE ]
sysvinit (3.00) [ 1 ][ DONE ]
tar (1.34) [ 31 ][ DONE ]
texinfo (6.8) [ 24 ][ DONE ]
util-linux (2.38) [ 36 ][ DONE ]
vim (8.2) [ 17 ][ DONE ]
e2fsprogs (1.46.5) [ 14 ][ DONE ]
jq (1.6) [ 10 ][ DONE ]
Building IPFire
configroot [ 1 ][ DONE ]
initscripts [ 1 ][ DONE ]
backup [ 0 ][ DONE ]
rust (2022-01-27) [ 18 ][ DONE ]
openssl (1.1.1o) [ 1:34 ][ DONE ]
kmod (29) [ 6 ][ DONE ]
udev (3.2.6) [ 13 ][ DONE ]
popt (1.18) [ 4 ][ DONE ]
libedit (20210910-3.1) [ 6 ][ DONE ]
libusb (1.0.25) [ 4 ][ DONE ]
libusb-compat (0.1.5) [ 3 ][ DONE ]
libpcap (1.10.1) [ 6 ][ DONE ]
ppp (2.4.9) [ 2 ][ DONE ]
pptp (1.10.0) [ 0 ][ DONE ]
unzip (60) [ 2 ][ DONE ]
which (2.21) [ 3 ][ DONE ]
linux-firmware (20220411) [ 25 ][ DONE ]
dvb-firmwares (20141125) [ 0 ][ DONE ]
xr819-firmware (c01.08.0043) [ 0 ][ DONE ]
zd1211-firmware (1.5) [ 0 ][ DONE ]
rpi-firmware (20211127) [ 0 ][ 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 [ 7 ][ DONE ]
cpio (2.13) [ 34 ][ DONE ]
mdadm (4.2) [ 0 ][ DONE ]
dracut (056) [ 1 ][ DONE ]
libaio (0.3.113) [ 1 ][ DONE ]
lvm2 (2.02.188) [ 14 ][ DONE ]
multipath-tools (0.8.9) [ 0 ][ DONE ]
freetype (2.11.1) [ 5 ][ DONE ]
libmnl (1.0.5) [ 3 ][ DONE ]
libnfnetlink (1.0.2) [ 2 ][ DONE ]
libnetfilter_queue (1.0.5) [ 3 ][ DONE ]
libnetfilter_conntrack (1.0.8) [ 4 ][ DONE ]
libnetfilter_cthelper (1.0.0) [ 4 ][ DONE ]
libnetfilter_cttimeout (1.0.0) [ 3 ][ DONE ]
iptables (1.8.7) [ 7 ][ DONE ]
iproute2 (5.17.0) [ 2 ][ DONE ]
screen (4.8.0) [ 6 ][ DONE ]
elfutils (0.186) [ 11 ][ DONE ]
linux (5.15.35) KCFG= [ 7:10 ][ DONE ]
rtl8189es (03ac413135a355b55b693154c44b70f86a39732e) KCFG= [ 4 ][ DONE ]
rtl8189fs (3129a665f835ce0342f9a85a0ce14a556e656b8c) KCFG= [ 3 ][ DONE ]
rtl8812au (307d694076b056588c652c2bdaa543a89eb255d9) KCFG= [ 5 ][ DONE ]
rtl8822bu (fd0b735e2e30d32f4d91497242cf6af288bdd082) KCFG= [ 7 ][ DONE ]
xradio (354e8c32e7948d46a63796d0ca266b1f702999b0) KCFG= [ 0 ][ SKIP ]
linux-initrd ($(KVER)) KCFG= [ 14 ][ DONE ]
libgpg-error (1.44) [ 12 ][ DONE ]
libgcrypt (1.10.1) [ 15 ][ DONE ]
libassuan (2.5.4) [ 8 ][ DONE ]
nettle (3.7.3) [ 8 ][ DONE ]
json-c (0.13.1) [ 6 ][ DONE ]
libconfig (1.7.2) [ 14 ][ DONE ]
libevent2 (2.1.12-stable) [ 13 ][ DONE ]
expat (2.4.8) [ 5 ][ DONE ]
apr (1.7.0) [ 22 ][ DONE ]
aprutil (1.6.1) [ 4 ][ DONE ]
unbound (1.14.0) [ 22 ][ DONE ]
gnutls (3.6.16) [ 1:22 ][ DONE ]
libuv (1.42.0) [ 12 ][ DONE ]
bind (9.16.28) [ 32 ][ DONE ]
dhcp (4.4.1) [ 21 ][ DONE ]
dhcpcd (9.4.1) [ 2 ][ DONE ]
boost (1_76_0) [ 1:55 ][ DONE ]
linux-atm (2.4.1) [ 10 ][ DONE ]
gdbm (1.23) [ 11 ][ DONE ]
pam (1.5.2) [ 35 ][ DONE ]
c-ares (1.17.1) [ 1:09 ][ DONE ]
curl (7.83.0) [ 35 ][ DONE ]
tcl (8.6.12) [ 26 ][ DONE ]
sqlite (3380300) [ 5 ][ DONE ]
libffi (3.4.2) [ 5 ][ DONE ]
python3 (3.10.1) [ 49 ][ DONE ]
rust (2022-01-27) [ 0 ][ DONE ]
rust-dissimilar (1.0.3) [ 4 ][ DONE ]
rust-cfg-if (1.0.0) [ 0 ][ DONE ]
rust-libc (0.2.108) [ 2 ][ DONE ]
rust-getrandom (0.2.4) [ 3 ][ 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-cipher (0.3.0) [ 4 ][ DONE ]
rust-hex (0.4.3) [ 1 ][ DONE ]
rust-unicode-xid (0.2.1) [ 0 ][ DONE ]
rust-proc-macro2 (1.0.36) [ 5 ][ DONE ]
rust-quote (1.0.15) [ 4 ][ DONE ]
rust-syn (1.0.86) [ 19 ][ 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) [ 13 ][ DONE ]
rust-regex (1.5.3) [ 25 ][ DONE ]
rust-ucd-trie (0.1.3) [ 1 ][ DONE ]
rust-pest (2.1.3) [ 2 ][ DONE ]
rust-semver-parser (0.7.0) [ 2 ][ 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) [ 20 ][ DONE ]
rust-serde (1.0.136) [ 6 ][ DONE ]
rust-itoa (1.0.1) [ 0 ][ DONE ]
rust-ryu (1.0.9) [ 1 ][ DONE ]
rust-serde_json (1.0.78) [ 10 ][ DONE ]
rust-synstructure (0.12.6) [ 22 ][ DONE ]
rust-block-buffer (0.9.0) [ 4 ][ DONE ]
rust-crypto-common (0.1.1) [ 3 ][ DONE ]
rust-digest (0.9.0) [ 4 ][ DONE ]
rust-ppv-lite86 (0.2.16) [ 1 ][ DONE ]
rust-rand_core (0.6.3) [ 0 ][ DONE ]
rust-rand_core-0.4.2 (0.4.2) [ 1 ][ DONE ]
rust-rand_core-0.3.1 (0.3.1) [ 1 ][ DONE ]
rust-rand_chacha (0.3.1) [ 3 ][ DONE ]
rust-rand_hc (0.3.1) [ 2 ][ DONE ]
rust-rand (0.8.4) [ 5 ][ 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) [ 2 ][ 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) [ 1 ][ DONE ]
rust-crossbeam-channel (0.5.2) [ 2 ][ DONE ]
rust-rayon-core (1.9.1) [ 6 ][ DONE ]
rust-rayon (1.5.1) [ 7 ][ DONE ]
rust-remove_dir_all (0.5.3) [ 0 ][ DONE ]
rust-tempdir (0.3.7) [ 4 ][ 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) [ 14 ][ DONE ]
rust-serde_derive (1.0.136) [ 42 ][ DONE ]
rust-trybuild (1.0.54) [ 1:20 ][ DONE ]
rust-unindent (0.1.7) [ 0 ][ DONE ]
rust-proc-macro-hack (0.5.19) [ 4 ][ DONE ]
rust-indoc-impl (0.3.6) [ 20 ][ DONE ]
rust-indoc (1.0.3) [ 3 ][ DONE ]
rust-instant (0.1.12) [ 0 ][ DONE ]
rust-lock_api (0.4.5) [ 1 ][ DONE ]
rust-smallvec (1.8.0) [ 1 ][ DONE ]
rust-parking_lot_core (0.8.5) [ 2 ][ DONE ]
rust-parking_lot (0.11.2) [ 4 ][ DONE ]
rust-paste-impl (0.1.18) [ 6 ][ DONE ]
rust-paste (1.0.3) [ 3 ][ DONE ]
rust-ctor (0.1.21) [ 35 ][ DONE ]
rust-ghost (0.1.2) [ 23 ][ DONE ]
rust-inventory-impl (0.1.4) [ 20 ][ DONE ]
rust-inventory (0.1.4) [ 43 ][ DONE ]
rust-pyo3-build-config (0.15.1) [ 9 ][ DONE ]
rust-pyo3-macros-backend (0.13.1) [ 41 ][ DONE ]
rust-pyo3-macros (0.13.1) [ 47 ][ DONE ]
rust-pyo3 (0.13.1) [ 1:03 ][ DONE ]
gdb (11.2) [ 52 ][ DONE ]
grub (2.06) [ 56 ][ DONE ]
efivar (37) [ 2 ][ DONE ]
efibootmgr (17) [ 0 ][ DONE ]
libtasn1 (4.18.0) [ 13 ][ DONE ]
p11-kit (0.24.1) [ 14 ][ DONE ]
ca-certificates (20220402) [ 2 ][ DONE ]
fireinfo (2.2.0) [ 9 ][ DONE ]
libnet (1.1.6) [ 7 ][ DONE ]
libnl-3 (3.5.0) [ 16 ][ DONE ]
libidn (1.38) [ 15 ][ DONE ]
nasm (2.15.05) [ 9 ][ DONE ]
libarchive (3.6.0) [ 26 ][ DONE ]
cmake (3.21.0) [ 25 ][ DONE ]
ninja (1.10.2) [ 2 ][ DONE ]
meson (0.62.1) [ 2 ][ DONE ]
libjpeg (2.0.4) [ 3 ][ DONE ]
openjpeg (2.4.0) [ 3 ][ DONE ]
libexif (0.6.22) [ 4 ][ DONE ]
libpng (1.6.37) [ 5 ][ DONE ]
libtiff (4.3.0) [ 11 ][ DONE ]
gd (2.3.3) [ 7 ][ DONE ]
slang (2.3.2) [ 18 ][ DONE ]
newt (0.52.21) [ 3 ][ DONE ]
libsmooth [ 7 ][ DONE ]
libcap (2.64) [ 2 ][ DONE ]
libcap-ng (0.8.3) [ 4 ][ DONE ]
pciutils (3.8.0) [ 1 ][ DONE ]
usbutils (013) [ 12 ][ DONE ]
libxml2 (2.9.12) [ 8 ][ DONE ]
libxslt (1.1.34) [ 9 ][ DONE ]
perl-BerkeleyDB (0.63) [ 1 ][ DONE ]
cyrus-sasl (2.1.26) [ 17 ][ DONE ]
openldap (2.6.1) [ 43 ][ DONE ]
apache2 (2.4.53) [ 33 ][ DONE ]
web-user-interface [ 1 ][ DONE ]
flag-icons (2.6) [ 2 ][ DONE ]
jquery (3.6.0) [ 0 ][ DONE ]
bootstrap (4.0.0-alpha.6) [ 0 ][ DONE ]
arping (2.21) [ 6 ][ DONE ]
beep (1.3) [ 0 ][ DONE ]
libssh (0.9.6) [ 8 ][ DONE ]
libinih (r55) [ 3 ][ DONE ]
cdrkit (1.1.11) [ 4 ][ DONE ]
dosfstools (4.2) [ 3 ][ DONE ]
exfatprogs (1.1.3) [ 4 ][ DONE ]
reiserfsprogs (3.6.27) [ 10 ][ DONE ]
liburcu (0.13.0) [ 13 ][ DONE ]
xfsprogs (5.14.2) [ 38 ][ DONE ]
sysfsutils (2.1.1) [ 8 ][ DONE ]
fuse (3.10.4) [ 3 ][ DONE ]
ntfs-3g (2021.8.22) [ 12 ][ DONE ]
ethtool (5.16) [ 2 ][ DONE ]
fcron (3.2.1) [ 9 ][ 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) [ 6 ][ 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) [ 0 ][ DONE ]
gnupg (1.4.23) [ 16 ][ DONE ]
hdparm (9.63) [ 0 ][ DONE ]
whatmask (1.2) [ 3 ][ DONE ]
libtirpc (1.3.1) [ 5 ][ DONE ]
conntrack-tools (1.4.6) [ 9 ][ DONE ]
iputils (20210202) [ 3 ][ DONE ]
l7-protocols (2009-05-10) [ 0 ][ DONE ]
hwdata [ 0 ][ DONE ]
logrotate (3.18.0) [ 4 ][ DONE ]
logwatch (7.6) [ 1 ][ DONE ]
misc-progs [ 2 ][ DONE ]
nano (6.3) [ 19 ][ DONE ]
perl-URI (5.09) [ 2 ][ DONE ]
perl-CGI (4.54) [ 0 ][ 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) [ 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) [ 1 ][ DONE ]
perl-Net-DNS (1.30) [ 2 ][ DONE ]
perl-Net-IPv4Addr (0.10) [ 1 ][ DONE ]
perl-Net_SSLeay (1.88) [ 18 ][ 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) [ 2 ][ DONE ]
perl-Archive-Tar (1.29) [ 1 ][ DONE ]
perl-Archive-Zip (1.16) [ 1 ][ DONE ]
perl-Text-Tabs+Wrap (2013.0523) [ 1 ][ DONE ]
perl-XML-Parser (2.46) [ 1 ][ DONE ]
perl-Crypt-PasswdMD5 (1.41) [ 1 ][ DONE ]
perl-Net-Telnet (3.03) [ 1 ][ DONE ]
perl-JSON (4.05) [ 0 ][ DONE ]
python3-setuptools (62.0.0) [ 6 ][ DONE ]
python3-inotify (0.2.10) [ 1 ][ DONE ]
python3-docutils (0.18.1) [ 2 ][ DONE ]
python3-daemon (2.3.0) [ 1 ][ DONE ]
glib (2.71.1) [ 20 ][ DONE ]
ntp (4.2.8p15) [ 49 ][ DONE ]
openssh (9.0p1) [ 38 ][ DONE ]
fontconfig (2.13.1) [ 13 ][ DONE ]
dejavu-fonts-ttf (2.37) [ 1 ][ DONE ]
ubuntu-font-family (0.83) [ 0 ][ DONE ]
freefont (20060126) [ 1 ][ DONE ]
pixman (0.40.0) [ 7 ][ DONE ]
cairo (1.16.0) [ 25 ][ DONE ]
harfbuzz (4.2.0) [ 14 ][ DONE ]
fribidi (1.0.12) [ 3 ][ DONE ]
pango (1.50.6) [ 7 ][ DONE ]
rrdtool (1.8.0) [ 22 ][ DONE ]
setup [ 10 ][ DONE ]
jansson (2.14) [ 4 ][ DONE ]
yaml (0.2.5) [ 4 ][ DONE ]
libhtp (0.5.40) [ 10 ][ DONE ]
colm (0.13.0.6) [ 12 ][ DONE ]
ragel (7.0.0.11) [ 1:13 ][ DONE ]
hyperscan (5.4.0) [ 0 ][ SKIP ]
suricata (5.0.9) [ 1:33 ][ DONE ]
oinkmaster (2.0) [ 0 ][ DONE ]
ids-ruleset-sources [ 0 ][ DONE ]
squid (5.5) [ 1:55 ][ DONE ]
squidguard (1.6.0) [ 6 ][ DONE ]
calamaris (2.59) [ 0 ][ DONE ]
tcpdump (4.99.1) [ 6 ][ DONE ]
traceroute (2.1.0) [ 0 ][ DONE ]
vlan (1.9) [ 0 ][ DONE ]
wireless (30.pre9) [ 1 ][ DONE ]
pakfire (0.99) [ 0 ][ DONE ]
spandsp (0.0.6) [ 10 ][ DONE ]
lz4 (1.9.3) [ 10 ][ DONE ]
lzo (2.10) [ 13 ][ DONE ]
openvpn (2.5.6) [ 23 ][ DONE ]
mpage (2.5.7) [ 0 ][ DONE ]
dbus (1.14.0) [ 19 ][ DONE ]
intltool (0.51.0) [ 1 ][ DONE ]
libdaemon (0.14) [ 7 ][ DONE ]
avahi (0.8) [ 18 ][ DONE ]
cups (2.4.1) [ 20 ][ DONE ]
lcms2 (2.13.1) [ 8 ][ DONE ]
ghostscript (9.56.1) [ 26 ][ DONE ]
qpdf (10.4.0) [ 14 ][ DONE ]
poppler (22.04.0) [ 6 ][ DONE ]
poppler-data (0.4.11) [ 1 ][ DONE ]
cups-filters (1.28.14) [ 10 ][ DONE ]
epson-inkjet-printer-escpr (1.6.12) [ 7 ][ DONE ]
foomatic (4.0.9) [ 52 ][ DONE ]
hplip (3.22.2) [ 13 ][ DONE ]
cifs-utils (6.14) [ 6 ][ DONE ]
krb5 (1.19.2) [ 26 ][ DONE ]
rpcsvc-proto (1.4.2) [ 2 ][ DONE ]
samba (4.16.0) [ 4:24 ][ DONE ]
netatalk (3.1.12) [ 23 ][ DONE ]
sudo (1.9.10) [ 29 ][ DONE ]
mc (4.8.28) [ 27 ][ DONE ]
wget (1.21.3) [ 31 ][ DONE ]
bridge-utils (1.5) [ 3 ][ DONE ]
smartmontools (7.3) [ 5 ][ DONE ]
htop (3.1.2) [ 7 ][ DONE ]
chkconfig (1.5) [ 1 ][ DONE ]
postfix (3.7.1) [ 16 ][ DONE ]
fetchmail (6.4.19) [ 9 ][ DONE ]
clamav (0.104.2) [ 12 ][ DONE ]
perl-NetAddr-IP (4.079) [ 14 ][ DONE ]
dma (0.13) [ 2 ][ DONE ]
alsa (1.2.5.1) [ 23 ][ DONE ]
mpfire [ 0 ][ DONE ]
guardian (2.0.2) [ 1 ][ DONE ]
libid3tag (0.15.1b) [ 6 ][ DONE ]
libmad (0.15.1b) [ 10 ][ DONE ]
libogg (1.3.5) [ 4 ][ DONE ]
libvorbis (1.3.6) [ 5 ][ DONE ]
flac (1.3.3) [ 11 ][ DONE ]
lame (3.100) [ 8 ][ DONE ]
sox (14.4.2) [ 26 ][ DONE ]
soxr (0.1.3) [ 2 ][ DONE ]
libshout (2.4.3) [ 6 ][ DONE ]
xvid (1.3.7) [ 2 ][ DONE ]
libmpeg2 (0.4.1) [ 10 ][ DONE ]
gnump3d (3.0) [ 2 ][ DONE ]
rsync (3.2.4) [ 17 ][ DONE ]
rpcbind (1.2.6) [ 2 ][ DONE ]
keyutils (1.5.11) [ 1 ][ DONE ]
nfs (2.6.1) [ 18 ][ DONE ]
gnu-netcat (0.7.1) [ 6 ][ DONE ]
ncat (7.91) [ 33 ][ DONE ]
nmap (7.92) [ 37 ][ DONE ]
etherwake (1.09) [ 0 ][ DONE ]
bwm-ng (0.6.1-f54b3fa) [ 7 ][ DONE ]
sysstat (12.5.4) [ 4 ][ DONE ]
strongswan (5.9.5) [ 47 ][ DONE ]
rng-tools (6.14) [ 4 ][ DONE ]
lsof (4.91) [ 1 ][ DONE ]
br2684ctl [ 1 ][ DONE ]
pcmciautils (014) [ 1 ][ DONE ]
lm_sensors (3-6-0) [ 1 ][ DONE ]
libstatgrab (0.92) [ 14 ][ DONE ]
liboping (1.3.4) [ 6 ][ DONE ]
collectd (4.10.9) [ 1:31 ][ DONE ]
elinks (0.12pre6) [ 18 ][ DONE ]
igmpproxy (0.3) [ 2 ][ DONE ]
opus (1.3.1) [ 8 ][ DONE ]
python3-pyparsing (3.0.7) [ 1 ][ DONE ]
spice-protocol (0.14.3) [ 1 ][ DONE ]
spice (0.15.0) [ 30 ][ DONE ]
sdl2 (2.0.20) [ 17 ][ DONE ]
libusbredir (0.8.0) [ 3 ][ DONE ]
libseccomp (2.5.4) [ 4 ][ DONE ]
qemu (6.1.0) [ 59 ][ DONE ]
netsnmpd (5.9.1) [ 3:12 ][ DONE ]
nagios_nrpe (4.0.3) [ 1:08 ][ DONE ]
nagios-plugins (2.3.3) [ 52 ][ DONE ]
icinga (1.11.4) [ 22 ][ DONE ]
observium-agent (18.9.1) [ 3 ][ DONE ]
ebtables (2.0.10-4) [ 1 ][ DONE ]
faad2 (2_10_0) [ 11 ][ DONE ]
alac (0.0.7) [ 9 ][ DONE ]
ffmpeg (4.4) [ 34 ][ DONE ]
vdr (2.4.7) [ 4 ][ 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) [ 1 ][ DONE ]
w_scan (20170107) [ 3 ][ DONE ]
fmt (8.1.1) [ 3 ][ DONE ]
mpd (0.23.6) [ 9 ][ DONE ]
libmpdclient (2.19) [ 3 ][ DONE ]
mpc (0.34) [ 1 ][ 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) [ 22 ][ DONE ]
squidclamav (5.11) [ 7 ][ DONE ]
vnstat (2.9) [ 5 ][ DONE ]
iw (5.9) [ 1 ][ DONE ]
wpa_supplicant (2.10) [ 4 ][ DONE ]
hostapd (2_10) [ 1 ][ DONE ]
syslinux (6.04-pre1) [ 0 ][ SKIP ]
tftpd (5.2) [ 7 ][ DONE ]
cpufrequtils (008) [ 1 ][ DONE ]
gutenprint (5.2.9) [ 31 ][ DONE ]
apcupsd (3.14.14) [ 7 ][ DONE ]
fireperf (0.2.0) [ 7 ][ DONE ]
iperf (2.0.14a) [ 6 ][ DONE ]
iperf3 (3.10.1) [ 5 ][ DONE ]
7zip (17.04) [ 3 ][ DONE ]
lynis (3.0.7) [ 1 ][ DONE ]
sshfs (3.7.2) [ 2 ][ DONE ]
taglib (1.12) [ 2 ][ DONE ]
sslh (1.22c) [ 1 ][ DONE ]
perl-gettext (1.05) [ 1 ][ DONE ]
perl-Sort-Naturally (1.03) [ 1 ][ DONE ]
vdradmin (3.6.10) [ 1 ][ DONE ]
perl-DBI (1.631) [ 3 ][ DONE ]
perl-DBD-SQLite (1.40) [ 1 ][ DONE ]
perl-File-ReadBackwards (1.05) [ 1 ][ DONE ]
openvmtools (stable-12.0.0) [ 0 ][ SKIP ]
joe (4.6) [ 9 ][ DONE ]
monit (5.32.0) [ 21 ][ DONE ]
nut (2.7.4) [ 20 ][ DONE ]
watchdog (5.16) [ 3 ][ 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) [ 17 ][ DONE ]
parted (3.5) [ 28 ][ DONE ]
swig (4.0.2) [ 12 ][ DONE ]
dtc (1.6.1) [ 2 ][ DONE ]
u-boot (2021.07) [ 1:12 ][ DONE ]
u-boot-friendlyarm (5e8607b-nanopi-r1-binary) [ 0 ][ SKIP ]
wireless-regdb (2022.02.18) [ 0 ][ DONE ]
ddns (014) [ 5 ][ DONE ]
python3-pycparser (2.21) [ 2 ][ DONE ]
python3-charset-normalizer (2.0.12) [ 1 ][ DONE ]
python3-certifi (2021.10.8) [ 1 ][ DONE ]
python3-idna (3.3) [ 1 ][ DONE ]
python3-requests (2.27.1) [ 1 ][ DONE ]
python3-toml (0.10.2) [ 1 ][ DONE ]
python3-pyproject2setuppy (22) [ 1 ][ DONE ]
python3-tomli (2.0.1) [ 1 ][ DONE ]
python3-pep517 (0.12.0) [ 0 ][ DONE ]
python3-build (0.7.0) [ 1 ][ DONE ]
python3-install (0.0.3) [ 1 ][ DONE ]
python3-urllib3 (1.26.9) [ 1 ][ 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) [ 1 ][ DONE ]
python3-setuptools-scm (6.4.2) [ 1 ][ DONE ]
python3-setuptools-rust (1.2.0) [ 1 ][ DONE ]
python3-six (1.16.0) [ 1 ][ DONE ]
python3-dateutil (2.8.2) [ 1 ][ DONE ]
python3-jmespath (1.0.0) [ 1 ][ DONE ]
python3-colorama (0.4.4) [ 1 ][ DONE ]
python3-yaml (6.0) [ 1 ][ DONE ]
python3-s3transfer (0.5.2) [ 1 ][ DONE ]
python3-rsa (4.8) [ 1 ][ DONE ]
python3-pyasn1 (0.4.8) [ 1 ][ DONE ]
python3-botocore (1.24.37) [ 5 ][ DONE ]
python3-cffi (1.15.0) [ 1 ][ DONE ]
python3-cryptography (3.4.7) [ 1:25 ][ DONE ]
python3-circuitbreaker (1.3.2) [ 1 ][ DONE ]
python3-pytz (2022.1) [ 3 ][ DONE ]
python3-click (8.1.2) [ 1 ][ DONE ]
python3-arrow (1.2.2) [ 1 ][ DONE ]
python3-terminaltables (3.1.10) [ 1 ][ DONE ]
python3-pkgconfig (1.5.5) [ 1 ][ DONE ]
aws-cli (1.18.188) [ 11 ][ DONE ]
oci-python-sdk (2.64.0) [ 45 ][ DONE ]
oci-cli (3.7.3) [ 11 ][ DONE ]
transmission (3.00) [ 12 ][ DONE ]
mtr (0.95) [ 4 ][ DONE ]
minidlna (1.3.0) [ 9 ][ DONE ]
acpid (2.0.32) [ 4 ][ DONE ]
fping (5.0) [ 2 ][ DONE ]
telnet (0.17) [ 3 ][ DONE ]
xinetd (2.3.15) [ 5 ][ DONE ]
stress (1.0.5) [ 5 ][ DONE ]
sarg (2.4.0) [ 7 ][ DONE ]
nginx (1.21.6) [ 13 ][ DONE ]
sysbench (1.0.20) [ 15 ][ DONE ]
strace (5.17) [ 32 ][ DONE ]
ltrace (0.7.3) [ 0 ][ SKIP ]
ipfire-netboot (v2.0) [ 0 ][ SKIP ]
lcdproc (0.5.9) [ 10 ][ DONE ]
keepalived (2.2.7) [ 12 ][ 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) [ 9 ][ DONE ]
perl-File-Tail (1.3) [ 1 ][ DONE ]
perl-TimeDate (2.33) [ 1 ][ DONE ]
swatch (3.2.4) [ 1 ][ DONE ]
tor (0.4.7.7) [ 38 ][ DONE ]
wavemon (0.7.5) [ 4 ][ DONE ]
iptraf-ng (1.2.1) [ 1 ][ DONE ]
iotop (0.6) [ 0 ][ DONE ]
stunnel (5.63) [ 9 ][ DONE ]
bacula (9.6.7) [ 29 ][ 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) [ 7 ][ DONE ]
perl-Text-CSV_XS (1.12) [ 1 ][ DONE ]
lua (5.4.4) [ 0 ][ DONE ]
haproxy (2.5.5) [ 33 ][ DONE ]
ipset (7.15) [ 12 ][ DONE ]
dnsdist (1.7.0) [ 30 ][ DONE ]
bird (2.0.9) [ 4 ][ DONE ]
libyang (2.0.7) [ 2 ][ DONE ]
frr (8.0.1) [ 32 ][ DONE ]
dmidecode (3.3) [ 0 ][ SKIP ]
mcelog (181) [ 0 ][ SKIP ]
libpciaccess (0.16) [ 5 ][ DONE ]
libyajl (2.1.0) [ 2 ][ DONE ]
libvirt (7.10.0) [ 20 ][ DONE ]
libtalloc (2.3.1) [ 24 ][ DONE ]
freeradius (3.0.23) [ 1:03 ][ 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) [ 3 ][ DONE ]
mdns-repeater (1.10) [ 1 ][ DONE ]
i2c-tools (3.1.2) [ 0 ][ DONE ]
nss-myhostname (0.3) [ 6 ][ DONE ]
dehydrated (0.7.0) [ 0 ][ DONE ]
shairport-sync (3.3.8) [ 9 ][ DONE ]
borgbackup (1.2.0) [ 7 ][ DONE ]
lmdb (0.9.24) [ 1 ][ DONE ]
knot (3.1.7) [ 10 ][ DONE ]
spectre-meltdown-checker (0.44) [ 1 ][ DONE ]
zabbix_agentd (4.2.6) [ 17 ][ DONE ]
flashrom (1.2) [ 0 ][ SKIP ]
firmware-update (20210107) [ 3 ][ DONE ]
tshark (3.6.3) [ 32 ][ DONE ]
speedtest-cli (2.1.3) [ 1 ][ DONE ]
amazon-ssm-agent (3.0.356.0) [ 0 ][ SKIP ]
libloc (0.9.13) [ 36 ][ DONE ]
ncdu (1.17) [ 2 ][ DONE ]
lshw (B.02.19.2) [ 1 ][ DONE ]
socat (1.7.4.2) [ 23 ][ DONE ]
libcdada (0.3.5) [ 18 ][ DONE ]
pmacct (1.7.6) [ 1:47 ][ 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 [ 11 ][ DONE ]
strip [ 42 ][ DONE ]
Building packages
Generating packages list from logs [ DONE ]
cdrom [ 18 ][ FAIL ]
... see detailed log in _build.*.log files
May 5 17:16:18: 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 (aarch64) - 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="aarch64-pc-linux-gnu" BUILD_ARCH="aarch64" 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-a64.so.1.76.0: Cannot stat: No such file or directory
tar: usr/lib/libboost_python310-mt-a64.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 ]
reply other threads:[~2022-05-05 17:16 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4KvL2x3qccz1y0v@arm64-01.zrh.ipfire.org \
--to=nightly-builds@ipfire.org \
--cc=nightly-builds@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox