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

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

https://nightly.ipfire.org/next/2023-04-18%2021%3A25%3A03%20%2B0000-094bbe08/aarch64

commit 094bbe083b20dfe8404ca3f27ae8f2b3d7821864
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date:   Mon Apr 3 18:09:26 2023 +0200

    pmacct: Update to version 1.7.8
    
    - Update from version 1.7.6 to 1.7.8
    - Update of rootfile not required
    - patch to remove Werror no longer required as the build with this version of pmacct
       had no problems with errors being flagged as warnings anymore unlike with the
       previous version.
    - Changelog
         The keys used are:
              !: fixed/modified feature, -: deleted feature, +: new feature
         1.7.8 -- 31-12-2022
              + Introduced support for eBPF for all daemons: if SO_REUSEPORT is
                supported by the OS and eBPF support is compiled in, this allows
                to load a custom load-balancer. To load-share, daemons have to
                be part of the same cluster_name and each be configured with a
                distinct cluster_id.
              + Introduced support for listening on VRF interfaces on Linux for
                all daemons. The feature can be enabled via nfacctd_interface,
                bgp_daemon_interface and equivalent knobs. Many thanks to
                Marcel Menzel ( @WRMSRwasTaken ) for this contribution.
              + pre_tag_map: introduced limited tagging / labelling support for
                BGP (pmbgpd), BMP (pmbmpd), Streaming Telemetry (pmtelemetryd)
                daemons. ip, set_tag, set_label keys being currently supported.
              + pre_tag_map: defined a new pre_tag_label_encode_as_map config
                knob to encode the output 'label' value as a map for JSON and
                Apache Avro encodings, ie. in JSON "label": { "key1": "value1",
                "key2": "value2" }. For keys and values to be correctly mapped,
                the '%' delimiter is used when composing a pre_tag_map, ie.
                "set_label=key1%value1,key2%value2 ip=0.0.0.0/0". Thanks to
                Salvatore Cuzzilla ( @scuzzilla ) for this contribution.
              + pre_tag_map: introduced support for IP prefixes for src_net
                and dst_net keys for indexed maps (maps_index set to true).
                Indexing being an hash map, this feature currently tests data
                against all defined IP prefix lenghts in the map for a match
                (first defined matching prefix wins).
              + pre_tag_map: introduced two new 'is_nsel', 'is_nel' keys to
                check for the presence of firewallEvent field (233) and
                natEvent field (230) in NetFlow/IPFIX respectively in order
                to infer whether data is NSEL / NEL. If set to 'true' this
                does match NSEL / NEL data, if set to 'false' it does match
                non NSEL / NEL data respectively.
              + Introduced a new mpls_label_stack primitive, encoded as a
                string and includes a comma-separated list of integers (label
                values). Thanks to Salvatore Cuzzilla ( @scuzzilla ) for this
                contribution.
              + Introduced a new fw_event primitive, to support NetFlow v9/
                IPFIX firewallEvent 233 Information Element.
              + Introduced a new tunnel_tcp_flags primitive for pmacctd and
                sfacctd to record TCP flags for the inner layer of a tunneled
                technology (ie. VXLAN). Also tunnel_dst_port decoding was
                fixed for sfacctd.
              + Introduced support for in/out VLAN support for sfacctd. To be
                savy, 'in_vlan' and 'vlan' were muxed onto the same primitive
                depending on the daemon being used. Thanks to Jim Westfall
                ( @jwestfall69 ) for this contribution.
              + Introduced a new mpls_label_stack_encode_as_array config knob
                to encode the MPLS label stack as an array for JSON and Apache
                Avro encodings, ie. in JSON "mpls_label_stack": [ "0-label0",
                "1-label1", "2-label2", "3-label3", "4-label4", "5-label5" ]
                and in Avro "name": "mpls_label_stack", "type": { "type":
                "array", "items": { "type": "string" } }. Thanks to Salvatore
                Cuzzilla ( @scuzzilla ) for this contribution.
              + Introduced a new tcpflags_encode_as_array config knob to encode
                TCP flags as an array for JSON and Apache Avro, ie. in JSON
                "tcp_flags": [ "URG", "ACK", "PSH", "RST", "SYN", "FIN" ] and
                in Avro "name": "tcp_flags", "type": { "type": "array",
                "items": { "type": "string" } }. Thanks to Salvatore Cuzzilla
                ( @scuzzilla ) for this contribution.
              + Introduced a new fwd_status_encode_as_string config knob to
                encode the 'fwd_status' primitive in human-readable format
                like described by RFC-7270 Section 4.12 when JSON or Avro
                formats are selected for output. Thanks to Salvatore Cuzzilla
                ( @scuzzilla ) for this contribution.
              + Introduced a new protos_file to define a list of (known/
                interesting/meaningful) IP protocols. Both protocol names, ie.
                "tcp", and protocol numbers, ie. 1 (for icmp), are accepted.
                IANA reserved protocol value 255 is used to bucket as 'others'
                those IP protocols not matching the ones defined in the list.
              + Introduced a new tos_file to define a list of (meaningful) IP
                ToS values; if tos_encode_as_dscp is set to true then DSCP
                values are expected as part of the file. The directive uses
                value 255 to bucket as 'others' those ToS/DSCP values not
                matching the ones defined in the list.
              + A new tos_encode_as_dscp config knob makes pmacct to honour
                only the 6 bits used by DSCP and report only on those.
              + BGP, BMP, Streaming Telemetry daemons: introduced a new
                dump_time_slots config knob to spread the load deriving by
                dumps over the configured refresh time interval. The interval
                is divided into time slots and nodes are assigned to such
                slots. The slot for each node is determined using its IP
                address. Thanks to Raphael Barazzutti ( @rbarazzutti ) for
                this contribution.
              + BGP, BMP daemons: End-of-RIB messages are now being exposed
                in the output feed in order to facilitate tracking their
                arrival (or not!).
              + pmtelemetryd: aligned daemon to the latest Unyte UDP-Notif API
                (0.6.1) and related standardization draft-ietf-netconf-udp-notif
              + RPKI daemon: added case for input "asn" value being integer (ie.
                "asn" : 2914) on top of the string case (ie. "asn" : "AS2914").
              + Kafka, amqp plugins: introduced a new writer_id_string config
                knob to allow to customize the the "writer_id" field value. A
                few variables are supported along with static text definitions.
              + Added a new aggregate_unknown_etype config knob to account also
                frames with EtherTypes for which there is no decoding support
                and allow to aggregate them by the available Ethernet L2 fields
                (ie. 'src_mac', 'dst_mac', 'vlan', 'cos', 'etype'). Thanks to
                @singularsyntax for this contribution.
              + Added a new bgp_daemon_add_path_ignore config knob to ignore
                (do not advertise back) the ADD-PATH capability advertised by
                remote BGP peers.
              + nfacctd, sfacctd: extended the possibility to run daemons from
                a user with non root privileges to these daemons.
              + nfacctd: if Information Element 90 (MPLS VPN RD) is present in
                NetFlow v9/IPFIX, make it available for BGP/BMP correlation.
              + pmacctd, sfacctd: introduced basic support for QinQ, 802.1AD.
              + [print|kafka|amqp]_preprocess: added suppport for 'maxp',
                'maxb' and 'maxf' keys when preprocessing aggregates of non-
                SQL plugins. Thanks to Andrew R. Lake ( @arlake228 ) for this
                contribution.
              + nDPI: newer versions of the library (ie. >= 4.0) bring changes
                to the API. pmacct is now aligned to compile against these. At
                the same time support for nDPI 3.x was dropped.
              ! fix, plugin_common.[ch]: when stitching feature was enabled,
                ie. nfacctd_stitching, timestamp_min was never reset. Also both
                timestamp_min and timestamp_max were clamped to sec granularity.
              ! fix, BGP, BMP daemons: added a tmp_bgp_daemon_origin_type_int to
                print out BGP "origin" field as int (legacy behaviour) instead
                of string (current behaviour). In a future major release the
                legacy behaviour will be dropped.
              ! fix, BGP, BMP daemons: MPLS labels are now encoded in both JSON
                and Apache Avro as 'mpls_label' instead of 'label'. This is to
                align behaviour with pre_tag_map where 'label' has a different
                semantic.
              ! fix, BGP, BMP daemons: resolved memory leak when encoding log
                messaging (logmsg) in Avro format with Schema Registry support.
              ! fix, BGP daemon: improved handling of ADD-PATH capability,
                making it per-AF (as it is supposed to be) and not global.
              ! fix, BMP daemon: now checking that ADD-PATH capability is
                enabled at both ends of the monitored session (check both BGP
                OPEN in a Peer Up message) in order to infer that the capability
                exchange was successful. Also some heuristics were added to
                conciliate BGP Open vs BGP Update 4-bytes ASN reality.
              ! fix, nfacctd: improved parsing of NetFlow v9 Options data
                particularly when multiple IEs are packed as part of a flowset.
              ! fix, nfacctd: corrected parsing of Information Element 351
                (layer2SegmentId).
              ! fix, pmacctd: improved processing of pcap_interfaces_map for
                cases where the same interface is present multiple times (maybe
                with different directions). Also, if the map is empty then bail
                out at startup.
              ! fix, pmacctd: SEGV when ICMP/ICMPv6 traffic was processed and
                'flows' primitive was enabled.
              ! fix, pmacctd: sampling_rate primitive value was not reported
                correctly when 'sampling_rate' config directive was specified.
              ! fix, pmbgpd, pmpmbd, pmtelemtryd: changed SIGCHLD handler to
                prevent zombification of last spawned data dump writer.
              ! fix, Kafka plugin: moved the schema registration from the dump
                writer to the plugin process in order to register the schemas
                only once at plugin startup and not on every start of a writer
                process. Thanks to Uwe Storbeck ( @ustorbeck ) for this
                contribution.
              ! fix, Kafka plugin: a check for kafka_partition was missing,
                leading the plugin to always use the default partitioner
                instead of sending data to the configured fixed partition.
                Thanks to Martin Pels ( @rodecker ) for this contribution.
              ! fix, nfprobe plugin: BGP data enrichment was not working due to
                a mistakenly moved pointer.
              ! fix, sfprobe plugin: AS-PATH was being populated even when null;
                added a check to see if the destination AS is not zero in order
                to put the destination AS into the AS-PATH for sFlow packets.
                Thanks to Marcel Menzel ( @WRMSRwasTaken ) for this contribution.
              ! fix, networks_file: remove_dupes() was making partial commits
                of valid rows hence creating data inconsistencies.
              ! fix, pre_tag_map: resolved a potential string overflow that was
                being triggered in pretag_append_label() when data would be
                assigned more than one single label. Also now allow ',' chars
                in set_label.
              ! fix, maps_index: uninitialized var could cause SEGV in case no
                results are found in the map index. Also introduced support for
                catch-all rules, ie. "set_label=unknown".
              ! fix, maps_index: optimized the case of no 'ip' key specified
                (for nfacctd and sfacctd): when indexing is enabled, prevent
                recirculation from happening, ie. test v4 first then v6, since
                the 'ip' key is not going to be part of the hash serializer.
              ! fix, pretag.c: allow to allocate maps greater than 2GB in size.
                Also several optimizations were carried out yelding to a better
                memory utilization for allocated maps along with improved times
                to resolve JEQs.
              ! fix, pre_tag_label_filter: optimized and improved runtime
                evaluation part of this feature, avoiding a costly strdup() and
                returning immediately on certain basic mismatch conditions.
              ! fix, kafka_common.[ch]: a new p_kafka_produce_data_and_free()
                is invoked to optimize memory allocations and releases.
              ! fix, plugin_cmn_avro.c: when a schema registry is being defined,
                ie. kafka_avro_schema_registry, the logic to generate the schema
                name has been changed: use topic plus record name as the schema
                name, use underscore as separator within the record name, stop
                adding a "-value" suffix. Thanks to Uwe Storbeck ( @ustorbeck )
                for this contribution.
              ! fix, util.c: roundoff_time() to reason always with the locally
                configured time, like for the rest of functional (as in non-data)
                timestamps, ie. refresh time, deadline, etc.
              ! fix, log.c: when log messages are longer than message buffer,
                the message gets cut off. As the trailing newline also gets cut
                off the message will be concatenated with the following message
                which makes the log hard to read. Thanks to Uwe Storbeck
                ( @ustorbeck ) for this contribution.
              - Completed the retirement of legacy packet classification based
                on home-grown code (Shared Objects) and the L7 layer project.
              - Removed the mpls_stck_depth primitive due to the introduction
                of the mpls_label_stack primitive.
         1.7.7 -- 07-11-2021
              + BGP, BMP, Streaming Telemetry daemons: introduced parallelization
                of dump events via a configurable amount of workers where the unit
                of parallelization is the exporter (BGP, BMP, telemetry exporter),
                ie. in a scenario where there are 4 workers and 4 exporters each
                worker is assigned one exporter data to dump.
              + pmtelemetryd: added support for draft-ietf-netconf-udp-notif:
                a UDP-based notification mechanism to collect data from networking
                devices. A shim header is proposed to facilitate the data streaming
                directly from the publishing process on network processor of line
                cards to receivers. The objective is a lightweight approach to
                enable higher frequency and less performance impact on publisher
                and receiver process compared to already established notification
                mechanisms. Many thanks to Alex Huang Feng ( @ahuangfeng ) and the
                whole Unyte team.
              + BGP, BMP, Streaming Telemetry daemons: now correctly honouring the
                supplied Kafka partition key for BGP, BMP and Telemetry msg logs
                and dump events.
              + BGP, BMP daemons: a new "rd_origin" field is added to output log/
                dump to specify the source of Route Distinguisher information (ie.
                flow vs BGP vs BMP).
              + pre_tag_map: added ability to tag new NetFlow/IPFIX and sFlow
                sample_type types: "flow-ipv4", "flow-ipv6", "flow-mpls-ipv4" and
                "flow-mpls-ipv6". Also added a new "is_bi_flow" true/false key to
                tag (or exclude) NSEL bidirectional flows. Added as well a new
                "is_multicast" true/false config key to tag (or exclude) IPv4/IPv6
                multicast destinations.
              + maps_index: enables indexing of maps to increase lookup speeds on
                large maps and/or sustained lookup rates. The feature has been
                remplemented using stream-lined structures from libcdada. This is
                a major work that helps preventing the unpredictable behaviours
                caused by the homegrown map indexing mechanism. Many thanks to
                Marc Sune ( @msune ).
              + maps_index: support for indexing src_net and dst_net keywords has
                been added.
              + Added <daemon_name>_ipv6_only config directives to optionally
                enable the IPV6_V6ONLY socket option. Also changed the wrong
                setsockopt() IPV6_BINDV6ONLY id to IPV6_V6ONLY.
              + Added log function to libserdes to debug transactions with the
                Schema Registry when kafka_avro_schema_registry is set.
              + nDPI: newer versions of the library (ie. >= 3.5) bring changes
                to the API. pmacct is now aligned to compile against these.
              + pmacctd: added pcap_arista_trailer_offset config directive since
                Arista has changed the structure of the trailer format in recent
                releases of EOS. Thanks to Jeremiah Millay ( @floatingstatic )
                for his patch.
              + More improvements carried out on the Continuous Integration
                (CI) side by migrating from Travis CI to GitHub Actions. Huge
                thanks to Marc Sune ( @msune ) to make all of this possible.
              + More improvements also carried out in the space of the Docker
                images being created: optimized image size and a better layered
                pipeline. Thanks to Marc Sune ( @msune ) and Daniel Caballero
                ( @dcaba ) to make all of this possible.
              + libcdada shipped with pmacct was upgraded to version 0.3.5. Many
                thanks Marc Sune ( @msune ) for his work with libcdada.
              ! build system: several improvements carried out in this area,
                ie. improved MySQL checks, introduced pcap-config tool for
                libpcap, compiling on BSD/old compilers, etc. Monumental thanks
                to Marc Sune ( @msune ) for his continued help.
              ! fix, nfacctd: improved euristics to support the case of flows
                with both IPv4 and IPv6 source / destination addresses (either
                or populated). Also improved euristics to distinguish event data
                vs traffic data in NetFlow v9/IPFIX from Cisco 9300/9500, ASA
                firewalls and Cisco 4500X.
              ! fix, nfacctd: improved support for initiatorOctets (IE #231) and
                responderOctets (IE #232). Thanks to Esben Laursen ( @hyberdk )
                for reporting the issue.
              ! fix, nfacctd: in NF_mpls_vpn_id_handler() double ntohl() calls
                were applied for the case of 'vrfid'-encoded mpls_vpn_rd field.
              ! fix, sfacctd: wrong ethertype set for VLAN-tagged, MPLS-labelled
                IPv6 traffic. Impacting BGP resolution among others. Thanks to
                Jeremiah Millay ( @floatingstatic ) for his help resolving the
                problem.
              ! fix, BGP, BMP daemons: parsing improvements: added a check for
                BGP Open message and BGP Open Options lengths. Strengthened
                parsing of Peer Up, Route Monitoring and Peer Down v4 messages.
              ! fix, BGP, BMP daemon: when using Avro encoding and Avro Schema
                Registry, attempt to reconnect if serdes schemas are voided.
                Also now checking for serdes schema definitions before doing a
                serdes_schema_serialize_avro() to avoid triggering a SEGV.
                Finally improved serdes logging.
              ! fix, BGP, Streaming Telemetry daemons: in daemon logs, summary
                counters for amount of tables / entries dumped were wrong.
              ! fix, BGP daemon: distinguish among null and zero value AIGP
                and Prefix SID attributes. Same applies for Local Preference
                and MED attributes.
              ! fix, BMP daemon: resolved a memory leak in bgp_peers_free().
                Thanks to Pether Pothier ( @pothier-peter ) for his patch. Also
                resolved a leak caused by an invalid BGP message contained in a
                BMP Route Message v4.
              ! fix, BMP daemon: correctly setting peer_ip and peer_tcp_port
                JSON fields for Term messages. Also the correct bmp_router
                value when bmp_daemon_parse_proxy_header feature is enabled.
              ! fix, BMP daemon: several encoding issues when using Apache Avro
                ie. u_int64_t now correctly encoded with avro_value_set_long(),
                certain u_int32_t fields switched to avro_value_set_long() due
                to lack of unsignedness in Avro encoding, improved various
                aspectes of Avro-JSON format output, etc.
              ! fix, pmtelemetryd: wrong parsing of pm_tfind() output was
                leading to mistaken data attribution of UDP-based peers (always
                first peer to connect was being picked).
              ! fix, pmtelemetryd: when set, the pidfile config directive was
                not being correctly honoured.
              ! fix, RPKI: the RTR PDU element for maxLength is uint8, therefore
                it might have been possible to transmit incorrect RTR data.
                Thanks to Job Snijders ( @job ) for his patch.
              ! fix, SQL plugins: amended the text composition of SQL queries
                that are involving latitude and longitude keys.
              ! fix, MySQL plugin: check for 'unix:' prefix string only when a
                sql_host configuration directive is specified.
              ! fix, nfprobe: modernized Application Information export. Until
                the previous release pmacct was adhering to aging NBAR model
                whereas now NBAR2 has been implemented. Thanks to Rob Cowart
                ( @robcowart ) for helping out resolving this issue.
              ! fix, tee plugin: restored usefulness of tee_source_ip which was
                broken in 1.7.6. Thanks to Jeremiah Millay ( @floatingstatic )
                for reporting the issue.
              ! fix, maps_index: indexing of mpls_pw_id was broken. Also now,
                when the feature is enabled, actual data is being referenced in
                the index structure instead of creating a copy of it; thanks to
                Sander van Delden ( @SanderDelden ) for reporting the memory
                leak that was resulting from the copy.
              ! fix, kafka_common.c: solved memory leak in p_kafka_set_topic()
                when Kafka session was getting in down state. Many thanks to
                Peter Pothier ( @pothier-peter ) for nailing the issue.
              ! fix, net_aggr.[ch]: when a networks_file is specified in the
                config, gracefully handle max memory structure depth; added
                also de-duplication of entries.
              ! fix, pmacct-defines.h: if PCAP_NETMASK_UNKNOWN is not defined,
                ie. in libpcap < 1.1.0, let's define it.
              ! fix, SO_REUSEPORT feature was being restricted to Linux only in
                previous releases: now it has been unlocked to all other OS that
                do support the feature.
              ! fix, split SO_REUSEPORT and SO_REUSEADDR setsockopt() calls.
                Thanks to @eduarrrd for reporting and resolving the issue.
              ! fix, several code warnings catched gcc9 and clang.
              - Obsoleted sql_history_since_epoch, pre_tag_map_entries and
                refresh_maps configuration directives.
    
    Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>

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

Packaged toolchain compilation                                          
Checking for necessary space on disk                                    [ DONE ]
Set cache size limit to 4.0 GB
Building LFS                                                            
stage2                                                      [        0 ][ DONE ]
linux (6.1.11)                                KCFG=-headers [       24 ][ DONE ]
man-pages (5.13)                                            [        6 ][ DONE ]
glibc (2.37)                                                [     4:47 ][ DONE ]
tzdata (2023b)                                              [        2 ][ DONE ]
cleanup-toolchain                                           [        0 ][ DONE ]
zlib (1.2.13)                                               [        1 ][ DONE ]
zstd (1.5.4)                                                [        2 ][ DONE ]
autoconf (2.71)                                             [        2 ][ DONE ]
automake (1.16.5)                                           [        3 ][ DONE ]
help2man (1.49.2)                                           [        0 ][ DONE ]
libtool (2.4.7)                                             [        7 ][ DONE ]
binutils (2.40)                                             [       42 ][ DONE ]
gmp (6.2.1)                                                 [       27 ][ DONE ]
mpfr (4.2.0)                                                [       13 ][ DONE ]
libmpc (1.3.1)                                              [        5 ][ DONE ]
libxcrypt (4.4.33)                                          [       10 ][ DONE ]
file (5.44)                                                 [        8 ][ DONE ]
gcc (12.2.0)                                                [     4:45 ][ DONE ]
attr (2.5.1)                                                [        5 ][ DONE ]
acl (2.3.1)                                                 [        7 ][ DONE ]
sed (4.9)                                                   [       26 ][ DONE ]
berkeley (5.3.28)                                           [       22 ][ DONE ]
coreutils (9.0)                                             [     1:55 ][ DONE ]
iana-etc (20221226)                                         [        0 ][ DONE ]
m4 (1.4.19)                                                 [       31 ][ DONE ]
bison (3.8.2)                                               [       29 ][ DONE ]
ncurses (6.4)                                               [       26 ][ DONE ]
perl (5.36.0)                                               [     2:01 ][ DONE ]
readline (8.2)                                              [        6 ][ DONE ]
bzip2 (1.0.8)                                               [        1 ][ DONE ]
xz (5.4.1)                                                  [       10 ][ DONE ]
lzip (1.23)                                                 [        1 ][ DONE ]
pcre (8.45)                                                 [        7 ][ DONE ]
pcre2 (10.42)                                               [        6 ][ DONE ]
gettext (0.21)                                              [     2:24 ][ DONE ]
bash (5.2)                                                  [       39 ][ DONE ]
diffutils (3.8)                                             [       24 ][ DONE ]
ed (1.17)                                                   [        0 ][ DONE ]
findutils (4.9.0)                                           [       38 ][ DONE ]
flex (2.6.4)                                                [        8 ][ DONE ]
gawk (5.1.1)                                                [       13 ][ DONE ]
go (1.15.4)                                                 [       16 ][ DONE ]
grep (3.10)                                                 [       37 ][ DONE ]
groff (1.22.4)                                              [       34 ][ DONE ]
gperf (3.1)                                                 [        3 ][ DONE ]
gzip (1.12)                                                 [       15 ][ DONE ]
hostname (3.20)                                             [        0 ][ DONE ]
whois (5.5.13)                                              [        1 ][ DONE ]
kbd (2.5.1)                                                 [       13 ][ DONE ]
less (608)                                                  [        4 ][ DONE ]
pkg-config (0.29.2)                                         [       23 ][ DONE ]
procps (v4.0.0)                                             [       13 ][ DONE ]
make (4.4.1)                                                [       12 ][ DONE ]
libpipeline (1.5.7)                                         [       17 ][ DONE ]
man (2.10.2)                                                [       44 ][ DONE ]
net-tools (2.10)                                            [        0 ][ DONE ]
patch (2.7.6)                                               [       22 ][ DONE ]
psmisc (23.6)                                               [        5 ][ DONE ]
shadow (4.13)                                               [       13 ][ DONE ]
sysklogd (1.5.1)                                            [        0 ][ DONE ]
sysvinit (3.00)                                             [        1 ][ DONE ]
tar (1.34)                                                  [       31 ][ DONE ]
texinfo (7.0.2)                                             [       24 ][ DONE ]
util-linux (2.38.1)                                         [       27 ][ DONE ]
vim (9.0)                                                   [       19 ][ DONE ]
e2fsprogs (1.46.5)                                          [       14 ][ DONE ]
jq (1.6)                                                    [       11 ][ DONE ]
Building IPFire                                                         
configroot                                                  [        1 ][ DONE ]
initscripts                                                 [        0 ][ DONE ]
backup                                                      [        0 ][ DONE ]
rust (1.67.0)                                               [       14 ][ DONE ]
openssl (1.1.1t)                                            [     1:25 ][ DONE ]
kmod (30)                                                   [        7 ][ DONE ]
udev (3.2.11)                                               [       12 ][ DONE ]
popt (1.18)                                                 [        4 ][ DONE ]
libedit (20221030-3.1)                                      [        6 ][ DONE ]
libusb (1.0.26)                                             [        5 ][ DONE ]
libpcap (1.10.3)                                            [        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 (20230210)                                   [       26 ][ DONE ]
dvb-firmwares (20141125)                                    [        0 ][ DONE ]
zd1211-firmware (1.5)                                       [        0 ][ DONE ]
rpi-firmware (20211127)                                     [        1 ][ DONE ]
intel-microcode (20230214)                                  [        0 ][ SKIP ]
pcengines-apu-firmware (4.19.0.1)                           [        0 ][ SKIP ]
bc (1.07.1)                                                 [        4 ][ DONE ]
u-boot (2022.10)                                  MKIMAGE=1 [       11 ][ DONE ]
cpio (2.13)                                                 [       42 ][ DONE ]
mdadm (4.2)                                                 [        1 ][ DONE ]
dracut (056)                                                [        2 ][ DONE ]
libaio (0.3.113)                                            [        0 ][ DONE ]
lvm2 (2.02.188)                                             [       14 ][ DONE ]
multipath-tools (0.8.9)                                     [        1 ][ DONE ]
freetype (2.13.0)                                           [        4 ][ DONE ]
libmnl (1.0.5)                                              [        3 ][ DONE ]
libnfnetlink (1.0.2)                                        [        3 ][ DONE ]
libnetfilter_queue (1.0.5)                                  [        3 ][ DONE ]
libnetfilter_conntrack (1.0.9)                              [        4 ][ DONE ]
libnetfilter_cthelper (1.0.1)                               [        3 ][ DONE ]
libnetfilter_cttimeout (1.0.1)                              [        2 ][ DONE ]
iptables (1.8.9)                                            [        7 ][ DONE ]
iproute2 (6.2.0)                                            [        3 ][ DONE ]
screen (4.9.0)                                              [        8 ][ DONE ]
elfutils (0.189)                                            [       56 ][ DONE ]
linux (6.1.11)                                        KCFG= [     8:21 ][ DONE ]
rtl8189es (e58bd86c9d9408c648b1246a0dd76b16856ec172)               KCFG= [        6 ][ DONE ]
rtl8189fs (476020109b3841421af289a7b78c7a25b0c45fac)               KCFG= [        6 ][ DONE ]
rtl8812au (20210629-07ac856293e247347b891c5dbd13f3ab8321132d)               KCFG= [        6 ][ DONE ]
rtl8822bu (20210702-2590672d717e2516dd2e96ed66f1037a6815bced)               KCFG= [        8 ][ DONE ]
rtl8821cu (20210118-7b8c45a270454f05e2dbf3beeb4afcf817db65da)               KCFG= [        8 ][ DONE ]
linux-initrd ($(KVER))                                KCFG= [       14 ][ DONE ]
expat (2.5.0)                                               [        6 ][ DONE ]
libconfig (1.7.3)                                           [       13 ][ DONE ]
curl (7.88.1)                                               [       25 ][ DONE ]
libarchive (3.6.2)                                          [       24 ][ DONE ]
cmake (3.25.2)                                              [       28 ][ DONE ]
json-c (0.16)                                               [        8 ][ DONE ]
tcl (8.6.12)                                                [       27 ][ DONE ]
libffi (3.4.4)                                              [        6 ][ DONE ]
gdbm (1.23)                                                 [       11 ][ DONE ]
sqlite (3410200)                                            [     1:08 ][ DONE ]
python3 (3.10.8)                                            [       54 ][ DONE ]
python3-setuptools (67.5.1)                                 [        4 ][ DONE ]
ninja (1.11.0)                                              [        1 ][ DONE ]
meson (0.64.1)                                              [        2 ][ DONE ]
glib (2.71.1)                                               [       22 ][ DONE ]
libgudev (237)                                              [        2 ][ DONE ]
libgpg-error (1.46)                                         [       13 ][ DONE ]
libgcrypt (1.10.1)                                          [       15 ][ DONE ]
libassuan (2.5.5)                                           [        9 ][ DONE ]
nettle (3.8.1)                                              [        9 ][ DONE ]
libsodium (1.0.18)                                          [       23 ][ DONE ]
libevent2 (2.1.12-stable)                                   [       12 ][ DONE ]
apr (1.7.2)                                                 [       20 ][ DONE ]
aprutil (1.6.3)                                             [        7 ][ DONE ]
unbound (1.17.0)                                            [       21 ][ DONE ]
gnutls (3.8.0)                                              [       58 ][ DONE ]
libuv (1.44.2)                                              [        8 ][ DONE ]
bind (9.16.39)                                              [     1:56 ][ DONE ]
dhcp (4.4.3-P1)                                             [       23 ][ DONE ]
dhcpcd (9.4.1)                                              [        2 ][ DONE ]
boost (1_81_0)                                              [     2:21 ][ DONE ]
linux-atm (2.4.1)                                           [       10 ][ DONE ]
libqmi (1.30.8)                                             [       11 ][ DONE ]
pam (1.5.2)                                                 [       35 ][ DONE ]
c-ares (1.17.1)                                             [     1:11 ][ DONE ]
rust-dissimilar (1.0.3)                                     [        3 ][ DONE ]
rust-cfg-if (1.0.0)                                         [        0 ][ DONE ]
rust-libc (0.2.108)                                         [        3 ][ DONE ]
rust-getrandom (0.2.4)                                      [        2 ][ DONE ]
rust-typenum (1.15.0)                                       [        3 ][ DONE ]
rust-version-check (0.9.4)                                  [        1 ][ DONE ]
rust-generic-array (0.14.4)                                 [        4 ][ DONE ]
rust-crypto-common (0.1.1)                                  [        3 ][ DONE ]
rust-cipher (0.3.0)                                         [        3 ][ DONE ]
rust-hex (0.4.3)                                            [        1 ][ DONE ]
rust-unicode-xid (0.2.1)                                    [        1 ][ DONE ]
rust-proc-macro2 (1.0.36)                                   [        4 ][ DONE ]
rust-quote (1.0.15)                                         [        4 ][ DONE ]
rust-syn (1.0.86)                                           [       15 ][ DONE ]
rust-home (0.5.3)                                           [        1 ][ DONE ]
rust-lazy-static (1.4.0)                                    [        1 ][ DONE ]
rust-memchr (2.4.1)                                         [        2 ][ DONE ]
rust-aho-corasick (0.7.18)                                  [        4 ][ DONE ]
rust-regex-syntax (0.6.25)                                  [       11 ][ DONE ]
rust-regex (1.5.3)                                          [       24 ][ DONE ]
rust-ucd-trie (0.1.3)                                       [        1 ][ DONE ]
rust-pest (2.1.3)                                           [        2 ][ DONE ]
rust-semver-parser (0.7.0)                                  [        1 ][ DONE ]
rust-semver (0.9.0)                                         [        2 ][ DONE ]
rust-same-file (1.0.6)                                      [        0 ][ DONE ]
rust-walkdir (2.3.2)                                        [        2 ][ DONE ]
rust-dirs (1.0.5)                                           [        2 ][ DONE ]
rust-toolchain_find (0.1.4)                                 [       18 ][ DONE ]
rust-serde (1.0.136)                                        [        6 ][ DONE ]
rust-itoa (1.0.1)                                           [        1 ][ DONE ]
rust-ryu (1.0.9)                                            [        1 ][ DONE ]
rust-serde_json (1.0.78)                                    [       10 ][ DONE ]
rust-synstructure (0.12.6)                                  [       17 ][ DONE ]
rust-block-buffer (0.9.0)                                   [        4 ][ DONE ]
rust-digest (0.9.0)                                         [        3 ][ DONE ]
rust-ppv-lite86 (0.2.16)                                    [        1 ][ DONE ]
rust-rand_core (0.6.3)                                      [        1 ][ DONE ]
rust-rand_core-0.4.2 (0.4.2)                                [        0 ][ 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)                                        [        1 ][ DONE ]
rust-rand (0.8.4)                                           [        5 ][ DONE ]
rust-rdrand (0.4.0)                                         [        0 ][ DONE ]
rust-rand-0.4 (0.4.6)                                       [        4 ][ DONE ]
rust-log (0.4.14)                                           [        1 ][ DONE ]
rust-num_cpus (1.13.1)                                      [        3 ][ DONE ]
rust-crossbeam-utils (0.8.6)                                [        2 ][ DONE ]
rust-autocfg (1.0.1)                                        [        1 ][ DONE ]
rust-memoffset (0.6.5)                                      [        3 ][ DONE ]
rust-scopeguard (1.1.0)                                     [        0 ][ 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)                                     [        5 ][ DONE ]
rust-rayon (1.5.1)                                          [        7 ][ DONE ]
rust-remove_dir_all (0.5.3)                                 [        1 ][ DONE ]
rust-tempdir (0.3.7)                                        [        3 ][ DONE ]
rust-glob (0.3.0)                                           [        2 ][ DONE ]
rust-once_cell (1.9.0)                                      [        1 ][ DONE ]
rust-termcolor (1.1.2)                                      [        1 ][ DONE ]
rust-toml (0.5.8)                                           [       13 ][ DONE ]
rust-serde_derive (1.0.136)                                 [       36 ][ DONE ]
rust-trybuild (1.0.54)                                      [     1:09 ][ DONE ]
rust-unindent (0.1.7)                                       [        1 ][ DONE ]
rust-proc-macro-hack (0.5.19)                               [        4 ][ DONE ]
rust-indoc-impl (0.3.6)                                     [       17 ][ DONE ]
rust-indoc (1.0.3)                                          [        2 ][ DONE ]
rust-indoc-0.3.6 (0.3.6)                                    [       17 ][ 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)                                    [        7 ][ DONE ]
rust-paste (1.0.3)                                          [        3 ][ DONE ]
rust-paste-0.1.18 (0.1.18)                                  [        7 ][ DONE ]
rust-ctor (0.1.21)                                          [       29 ][ DONE ]
rust-ghost (0.1.2)                                          [       19 ][ DONE ]
rust-inventory-impl (0.1.4)                                 [       16 ][ DONE ]
rust-inventory (0.1.4)                                      [       34 ][ DONE ]
rust-pyo3-build-config (0.15.2)                             [        8 ][ DONE ]
rust-pyo3-macros-backend (0.15.2)                           [       34 ][ DONE ]
rust-pyo3-macros (0.15.2)                                   [       38 ][ DONE ]
rust-pyo3 (0.15.2)                                          [       51 ][ DONE ]
rust-num-traits (0.2.15)                                    [        4 ][ DONE ]
rust-num-integer (0.1.45)                                   [        4 ][ DONE ]
rust-num_threads (0.1.5)                                    [        1 ][ DONE ]
rust-time (0.1.43)                                          [        3 ][ DONE ]
rust-iana-time-zone (0.1.51)                                [        1 ][ DONE ]
rust-chrono (0.4.22)                                        [        9 ][ DONE ]
rust-asn1_derive (0.12.2)                                   [       21 ][ DONE ]
rust-asn1 (0.12.2)                                          [       23 ][ DONE ]
rust-proc-macro-error-attr (1.0.4)                          [        6 ][ DONE ]
rust-proc-macro-error (1.0.4)                               [        7 ][ DONE ]
rust-Inflector (0.11.4)                                     [       18 ][ DONE ]
rust-ouroboros_macro (0.15.5)                               [       39 ][ DONE ]
rust-aliasable (0.1.3)                                      [        0 ][ DONE ]
rust-stable_deref_trait (1.2.0)                             [        0 ][ DONE ]
rust-ouroboros (0.15.5)                                     [       39 ][ DONE ]
rust-base64 (0.13.0)                                        [        1 ][ DONE ]
rust-pem (1.1.0)                                            [        2 ][ DONE ]
gdb (12.1)                                                  [       57 ][ DONE ]
grub (2.06)                                                 [       56 ][ DONE ]
mandoc (1.14.6)                                             [        3 ][ DONE ]
efivar (38)                                                 [        2 ][ DONE ]
efibootmgr (18)                                             [        0 ][ DONE ]
libtasn1 (4.19.0)                                           [       14 ][ DONE ]
p11-kit (0.24.1)                                            [       15 ][ DONE ]
ca-certificates (20230305)                                  [        2 ][ DONE ]
fireinfo (2.2.0)                                            [        8 ][ DONE ]
libnet (1.1.6)                                              [        7 ][ DONE ]
libnl-3 (3.5.0)                                             [       16 ][ DONE ]
libidn (1.41)                                               [       14 ][ DONE ]
nasm (2.15.05)                                              [       11 ][ DONE ]
libjpeg (2.1.4)                                             [        5 ][ DONE ]
openjpeg (2.4.0)                                            [        3 ][ DONE ]
libexif (0.6.24)                                            [        6 ][ DONE ]
libpng (1.6.39)                                             [        4 ][ DONE ]
libtiff (4.5.0)                                             [       12 ][ DONE ]
gd (2.3.3)                                                  [        7 ][ DONE ]
slang (2.3.3)                                               [     1:04 ][ DONE ]
newt (0.52.23)                                              [        5 ][ DONE ]
libsmooth                                                   [        7 ][ DONE ]
libcap (2.67)                                               [        5 ][ DONE ]
libcap-ng (0.8.3)                                           [        4 ][ DONE ]
pciutils (3.9.0)                                            [        3 ][ DONE ]
usbutils (015)                                              [       12 ][ DONE ]
libxml2 (2.10.3)                                            [        7 ][ DONE ]
libxslt (1.1.37)                                            [        6 ][ DONE ]
perl-BerkeleyDB (0.63)                                      [        1 ][ DONE ]
cyrus-sasl (2.1.26)                                         [       18 ][ DONE ]
openldap (2.6.1)                                            [       44 ][ DONE ]
apache2 (2.4.56)                                            [     1:04 ][ DONE ]
web-user-interface                                          [        2 ][ DONE ]
flag-icons (2.6)                                            [        1 ][ DONE ]
jquery (3.6.3)                                              [        0 ][ DONE ]
bootstrap (4.0.0-alpha.6)                                   [        1 ][ DONE ]
arping (2.23)                                               [        8 ][ DONE ]
beep (1.3)                                                  [        1 ][ DONE ]
libssh (0.10.4)                                             [       11 ][ DONE ]
libinih (56)                                                [        1 ][ DONE ]
cdrkit (1.1.11)                                             [        8 ][ DONE ]
dosfstools (4.2)                                            [        3 ][ DONE ]
exfatprogs (1.1.3)                                          [        3 ][ DONE ]
reiserfsprogs (3.6.27)                                      [       11 ][ DONE ]
liburcu (0.14.0)                                            [       15 ][ DONE ]
xfsprogs (6.2.0)                                            [     1:07 ][ DONE ]
sysfsutils (2.1.1)                                          [        8 ][ DONE ]
fuse (3.13.0)                                               [        3 ][ DONE ]
ntfs-3g (2021.8.22)                                         [       11 ][ DONE ]
ethtool (6.2)                                               [        3 ][ 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)                           [        7 ][ DONE ]
perl-Device-Modem (1.56)                                    [        1 ][ DONE ]
perl-Apache-Htpasswd (1.9)                                  [        0 ][ 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)                                              [       16 ][ DONE ]
hdparm (9.65)                                               [        1 ][ DONE ]
whatmask (1.2)                                              [        2 ][ DONE ]
libtirpc (1.3.3)                                            [        5 ][ DONE ]
conntrack-tools (1.4.7)                                     [        7 ][ DONE ]
iputils (20221126)                                          [        2 ][ DONE ]
l7-protocols (2009-05-10)                                   [        1 ][ DONE ]
hwdata                                                      [        1 ][ DONE ]
logrotate (3.21.0)                                          [        4 ][ DONE ]
logwatch (7.8)                                              [        2 ][ DONE ]
misc-progs                                                  [        1 ][ DONE ]
nano (7.2)                                                  [       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.78)                                     [        1 ][ DONE ]
perl-HTML-Template (2.94)                                   [        1 ][ DONE ]
perl-Compress-Zlib (1.35)                                   [        1 ][ DONE ]
perl-Digest (1.19)                                          [        1 ][ DONE ]
perl-Digest-SHA1 (2.13)                                     [        1 ][ DONE ]
perl-Digest-HMAC (1.03)                                     [        0 ][ 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)                                      [        2 ][ 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)                                [        0 ][ DONE ]
perl-Convert-TNEF (0.18)                                    [        1 ][ DONE ]
perl-Convert-UUlib (1.8)                                    [        3 ][ DONE ]
perl-Archive-Tar (1.29)                                     [        1 ][ DONE ]
perl-Archive-Zip (1.16)                                     [        1 ][ DONE ]
perl-Text-Tabs+Wrap (2013.0523)                             [        0 ][ DONE ]
perl-XML-Parser (2.46)                                      [        2 ][ DONE ]
perl-Crypt-PasswdMD5 (1.41)                                 [        1 ][ DONE ]
perl-Net-Telnet (3.03)                                      [        1 ][ DONE ]
perl-JSON (4.05)                                            [        0 ][ DONE ]
python3-inotify (0.2.10)                                    [        1 ][ DONE ]
python3-docutils (0.19)                                     [        2 ][ DONE ]
python3-daemon (2.3.1)                                      [        1 ][ DONE ]
ntp (4.2.8p15)                                              [       48 ][ DONE ]
openssh (9.3p1)                                             [       47 ][ DONE ]
fontconfig (2.14.1)                                         [       27 ][ DONE ]
dejavu-fonts-ttf (2.37)                                     [        1 ][ DONE ]
ubuntu-font-family (0.83)                                   [        1 ][ DONE ]
freefont (20060126)                                         [        0 ][ DONE ]
pixman (0.42.2)                                             [        4 ][ DONE ]
cairo (1.17.6)                                              [       13 ][ DONE ]
harfbuzz (7.0.1)                                            [       15 ][ DONE ]
fribidi (1.0.12)                                            [        3 ][ DONE ]
pango (1.50.13)                                             [        5 ][ DONE ]
rrdtool (1.8.0)                                             [       22 ][ DONE ]
setup                                                       [       10 ][ DONE ]
jansson (2.14)                                              [        5 ][ DONE ]
yaml (0.2.5)                                                [        3 ][ DONE ]
libhtp (0.5.42)                                             [       11 ][ DONE ]
colm (0.14.7)                                               [     1:04 ][ DONE ]
ragel (7.0.4)                                               [     1:49 ][ DONE ]
hyperscan (5.4.0)                                           [        0 ][ SKIP ]
suricata (6.0.10)                                           [     2:20 ][ DONE ]
ids-ruleset-sources                                         [        0 ][ DONE ]
ipblocklist-sources                                         [        0 ][ DONE ]
squid (5.8)                                                 [     2:26 ][ DONE ]
squidguard (1.6.0)                                          [        6 ][ DONE ]
calamaris (2.59)                                            [        0 ][ DONE ]
tcpdump (4.99.3)                                            [        6 ][ DONE ]
traceroute (2.1.0)                                          [        1 ][ DONE ]
vlan (1.9)                                                  [        0 ][ DONE ]
wireless (30.pre9)                                          [        1 ][ DONE ]
pakfire (0.99)                                              [        0 ][ DONE ]
lz4 (1.9.4)                                                 [        8 ][ DONE ]
lzo (2.10)                                                  [       13 ][ DONE ]
openvpn (2.5.8)                                             [       20 ][ DONE ]
mpage (2.5.7)                                               [        1 ][ DONE ]
dbus (1.14.6)                                               [       17 ][ DONE ]
intltool (0.51.0)                                           [        2 ][ DONE ]
libdaemon (0.14)                                            [        7 ][ DONE ]
avahi (0.8)                                                 [       19 ][ DONE ]
cups (2.4.2)                                                [       21 ][ DONE ]
lcms2 (2.14)                                                [        8 ][ DONE ]
ghostscript (10.01.1)                                       [     3:20 ][ DONE ]
qpdf (11.3.0)                                               [       11 ][ DONE ]
poppler (23.03.0)                                           [        7 ][ DONE ]
poppler-data (0.4.12)                                       [        2 ][ DONE ]
cups-filters (1.28.16)                                      [       10 ][ DONE ]
epson-inkjet-printer-escpr (1.7.23)                         [        7 ][ DONE ]
cups-pdf (3.0.1)                                            [        1 ][ DONE ]
foomatic (4.0.9)                                            [       51 ][ DONE ]
hplip (3.22.6)                                              [       17 ][ DONE ]
cifs-utils (6.14)                                           [        6 ][ DONE ]
krb5 (1.20.1)                                               [       24 ][ DONE ]
rpcsvc-proto (1.4.3)                                        [        3 ][ DONE ]
samba (4.17.5)                                              [     4:30 ][ DONE ]
netatalk (3.1.12)                                           [       23 ][ DONE ]
sudo (1.9.13p3)                                             [       24 ][ DONE ]
mc (4.8.29)                                                 [       22 ][ DONE ]
wget (1.21.3)                                               [       32 ][ DONE ]
bridge-utils (1.5)                                          [        3 ][ DONE ]
smartmontools (7.3)                                         [        6 ][ DONE ]
htop (3.2.2)                                                [        7 ][ DONE ]
chkconfig (1.5)                                             [        1 ][ DONE ]
postfix (3.7.3)                                             [       11 ][ DONE ]
fetchmail (6.4.36)                                          [        6 ][ DONE ]
clamav (1.0.1)                                              [     1:33 ][ DONE ]
perl-NetAddr-IP (4.079)                                     [       14 ][ DONE ]
dma (0.13)                                                  [        1 ][ DONE ]
alsa (1.2.8)                                                [       27 ][ 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)                                              [        5 ][ DONE ]
libvorbis (1.3.7)                                           [        4 ][ DONE ]
flac (1.4.2)                                                [       12 ][ DONE ]
lame (3.100)                                                [        8 ][ DONE ]
sox (14.4.2)                                                [       26 ][ DONE ]
soxr (0.1.3)                                                [        2 ][ DONE ]
libshout (2.4.6)                                            [        7 ][ DONE ]
xvid (1.3.7)                                                [        2 ][ DONE ]
libmpeg2 (0.4.1)                                            [        9 ][ DONE ]
gnump3d (3.0)                                               [        2 ][ DONE ]
rsync (3.2.7)                                               [       15 ][ DONE ]
rpcbind (1.2.6)                                             [        2 ][ DONE ]
keyutils (1.6.3)                                            [        1 ][ DONE ]
nfs (2.6.2)                                                 [       17 ][ DONE ]
ncat (7.92)                                                 [       31 ][ DONE ]
nmap (7.92)                                                 [       36 ][ DONE ]
etherwake (1.09)                                            [        1 ][ DONE ]
bwm-ng (0.6.1-f54b3fa)                                      [        7 ][ DONE ]
sysstat (12.7.1)                                            [        3 ][ DONE ]
strongswan (5.9.10)                                         [       47 ][ DONE ]
rng-tools (6.14)                                            [        4 ][ DONE ]
lsof (4.98.0)                                               [        1 ][ DONE ]
br2684ctl                                                   [        1 ][ DONE ]
lm_sensors (3-6-0)                                          [        0 ][ DONE ]
libstatgrab (0.92.1)                                        [       16 ][ DONE ]
liboping (1.3.4)                                            [        5 ][ DONE ]
collectd (4.10.9)                                           [     1:17 ][ DONE ]
git (2.38.1)                                                [       10 ][ DONE ]
elinks (0.16.0)                                             [        7 ][ DONE ]
igmpproxy (0.4)                                             [        1 ][ DONE ]
opus (1.3.1)                                                [        8 ][ DONE ]
python3-toml (0.10.2)                                       [        1 ][ DONE ]
python3-pyproject2setuppy (22)                              [        1 ][ DONE ]
python3-pyparsing (3.0.9)                                   [        2 ][ DONE ]
spice-protocol (0.14.3)                                     [        1 ][ DONE ]
spice (0.15.0)                                              [       28 ][ DONE ]
sdl2 (2.26.4)                                               [       41 ][ DONE ]
libusbredir (0.13.0)                                        [        2 ][ DONE ]
libseccomp (2.5.4)                                          [        4 ][ DONE ]
qemu (7.1.0)                                                [     1:03 ][ DONE ]
netsnmpd (5.9.1)                                            [     2:52 ][ DONE ]
nagios_nrpe (4.1.0)                                         [       11 ][ DONE ]
nagios-plugins (2.3.3)                                      [       51 ][ DONE ]
icinga (1.11.4)                                             [       23 ][ DONE ]
observium-agent (18.9.1)                                    [        3 ][ DONE ]
ebtables (2.0.10-4)                                         [        0 ][ DONE ]
faad2 (2_10_0)                                              [       12 ][ DONE ]
alac (0.0.7)                                                [        9 ][ DONE ]
ffmpeg (5.1.2)                                              [       33 ][ DONE ]
vdr (2.4.7)                                                 [        4 ][ DONE ]
vdr_streamdev (0.6.1)                                       [        4 ][ DONE ]
vdr_epgsearch (2.4.0+git20191101)                           [       10 ][ DONE ]
vdr_dvbapi (2.2.5)                                          [        2 ][ DONE ]
vdr_eepg (master)                                           [        1 ][ DONE ]
w_scan (20170107)                                           [        3 ][ DONE ]
fmt (9.1.0)                                                 [        3 ][ DONE ]
mpd (0.23.12)                                               [        9 ][ DONE ]
libmpdclient (2.19)                                         [        2 ][ 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 ]
squidclamav (5.11)                                          [        7 ][ DONE ]
vnstat (2.10)                                               [        6 ][ DONE ]
iw (5.19)                                                   [        1 ][ DONE ]
wpa_supplicant (2.10)                                       [        2 ][ DONE ]
hostapd (2_10)                                              [        2 ][ DONE ]
syslinux (6.04-pre1)                                        [        0 ][ SKIP ]
tftpd (5.2)                                                 [        7 ][ DONE ]
cpufrequtils (008)                                          [        1 ][ DONE ]
gutenprint (5.3.4)                                          [       13 ][ DONE ]
apcupsd (3.14.14)                                           [        7 ][ DONE ]
fireperf (0.2.0)                                            [        8 ][ DONE ]
iperf (2.1.8)                                               [        6 ][ DONE ]
iperf3 (3.12)                                               [        5 ][ DONE ]
7zip (17.05)                                                [        6 ][ DONE ]
lynis (3.0.8)                                               [        1 ][ DONE ]
sshfs (3.7.2)                                               [        1 ][ DONE ]
taglib (1.12)                                               [        4 ][ DONE ]
sslh (1.22c)                                                [        0 ][ DONE ]
perl-gettext (1.05)                                         [        2 ][ DONE ]
perl-Sort-Naturally (1.03)                                  [        0 ][ 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.5)                                 [        0 ][ SKIP ]
joe (4.6)                                                   [        8 ][ DONE ]
monit (5.33.0)                                              [       17 ][ DONE ]
nut (2.8.0)                                                 [       30 ][ DONE ]
watchdog (5.16)                                             [        3 ][ DONE ]
usb_modeswitch (2.6.1)                                      [        2 ][ DONE ]
usb_modeswitch_data (20191128)                              [        2 ][ DONE ]
zerofree (1.1.1)                                            [        0 ][ DONE ]
minicom (2.8)                                               [        6 ][ DONE ]
ddrescue (1.26)                                             [        1 ][ DONE ]
powertop (2.14)                                             [       18 ][ DONE ]
parted (3.5)                                                [       29 ][ DONE ]
swig (4.1.0)                                                [       11 ][ DONE ]
dtc (1.6.1)                                                 [        4 ][ DONE ]
u-boot (2022.10)                                            [     1:24 ][ DONE ]
wireless-regdb (2023-02-13)                                 [        1 ][ DONE ]
ddns (014)                                                  [        4 ][ DONE ]
python3-pycparser (2.21)                                    [        2 ][ DONE ]
python3-charset-normalizer (2.1.1)                          [        1 ][ DONE ]
python3-certifi (2022.9.24)                                 [        2 ][ DONE ]
python3-idna (3.4)                                          [        1 ][ DONE ]
python3-requests (2.28.1)                                   [        1 ][ DONE ]
python3-tomli (2.0.1)                                       [        1 ][ DONE ]
python3-pep517 (0.13.0)                                     [        1 ][ DONE ]
python3-build (0.8.0)                                       [        2 ][ DONE ]
python3-install (0.0.3)                                     [        1 ][ DONE ]
python3-urllib3 (1.26.12)                                   [        1 ][ DONE ]
python3-flit (3.7.1)                                        [        2 ][ DONE ]
python3-packaging (23.0)                                    [        1 ][ DONE ]
python3-typing-extensions (4.4.0)                           [        1 ][ DONE ]
python3-semantic-version (2.10.0)                           [        1 ][ DONE ]
python3-setuptools-scm (7.0.5)                              [        1 ][ DONE ]
python3-setuptools-rust (1.5.2)                             [        1 ][ DONE ]
python3-six (1.16.0)                                        [        1 ][ DONE ]
python3-dateutil (2.8.2)                                    [        2 ][ DONE ]
python3-jmespath (1.0.1)                                    [        1 ][ DONE ]
python3-colorama (0.4.5)                                    [        1 ][ DONE ]
python3-yaml (6.0)                                          [        1 ][ DONE ]
python3-s3transfer (0.6.0)                                  [        2 ][ DONE ]
python3-rsa (4.9)                                           [        1 ][ DONE ]
python3-pyasn1 (0.4.8)                                      [        1 ][ DONE ]
python3-botocore (1.27.89)                                  [        5 ][ DONE ]
python3-cffi (1.15.1)                                       [        2 ][ DONE ]
python3-cryptography (38.0.1)                               [     1:47 ][ DONE ]
python3-circuitbreaker (1.4.0)                              [        1 ][ DONE ]
python3-pytz (2022.4)                                       [        4 ][ DONE ]
python3-click (8.1.3)                                       [        1 ][ DONE ]
python3-arrow (1.2.3)                                       [        2 ][ DONE ]
python3-terminaltables (3.1.10)                             [        1 ][ DONE ]
python3-pkgconfig (1.5.5)                                   [        1 ][ DONE ]
python3-msgpack (1.0.4)                                     [        1 ][ DONE ]
python3-attr (0.3.2)                                        [        1 ][ DONE ]
python3-attrs (22.1.0)                                      [        2 ][ DONE ]
python3-sniffio (1.3.0)                                     [        1 ][ DONE ]
python3-sortedcontainers (2.4.0)                            [        1 ][ DONE ]
python3-outcome (1.2.0)                                     [        1 ][ DONE ]
python3-async_generator (1.10)                              [        1 ][ DONE ]
python3-trio (0.22.0)                                       [        2 ][ DONE ]
python3-pyfuse3 (3.2.2)                                     [        2 ][ DONE ]
aws-cli (1.27.100)                                          [       12 ][ DONE ]
oci-python-sdk (2.64.0)                                     [       44 ][ DONE ]
oci-cli (3.7.3)                                             [       12 ][ DONE ]
transmission (3.00)                                         [       11 ][ DONE ]
mtr (0.95)                                                  [        4 ][ DONE ]
minidlna (1.3.0)                                            [       13 ][ DONE ]
acpid (2.0.34)                                              [        5 ][ DONE ]
fping (5.0)                                                 [        3 ][ DONE ]
telnet (0.17)                                               [        2 ][ DONE ]
xinetd (2.3.15)                                             [        6 ][ DONE ]
stress (1.0.5)                                              [        5 ][ DONE ]
sarg (2.4.0)                                                [        7 ][ DONE ]
nginx (1.22.1)                                              [        9 ][ DONE ]
sysbench (1.0.20)                                           [       15 ][ DONE ]
strace (6.1)                                                [       29 ][ DONE ]
ltrace (0.7.3)                                              [        0 ][ SKIP ]
ipfire-netboot (v2.0)                                       [        0 ][ SKIP ]
lcdproc (0e2ce9b)                                           [       10 ][ DONE ]
keepalived (2.2.7)                                          [       11 ][ 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)                                      [        7 ][ DONE ]
perl-File-Tail (1.3)                                        [        1 ][ DONE ]
perl-TimeDate (2.33)                                        [        1 ][ DONE ]
swatch (3.2.4)                                              [        1 ][ DONE ]
tor (0.4.7.13)                                              [       32 ][ DONE ]
wavemon (0.7.5)                                             [        4 ][ DONE ]
iptraf-ng (1.2.1)                                           [        1 ][ DONE ]
iotop (1.22)                                                [        3 ][ DONE ]
stunnel (5.63)                                              [        8 ][ DONE ]
bacula (9.6.7)                                              [       27 ][ 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.3)                                                  [        7 ][ DONE ]
perl-Text-CSV_XS (1.12)                                     [        2 ][ DONE ]
lua (5.4.4)                                                 [        0 ][ DONE ]
haproxy (2.7.4)                                             [        2 ][ DONE ]
ipset (7.17)                                                [       12 ][ DONE ]
dnsdist (1.7.3)                                             [       20 ][ DONE ]
bird (2.0.12)                                               [       16 ][ DONE ]
libyang (2.1.4)                                             [        4 ][ DONE ]
frr (8.0.1)                                                 [       43 ][ DONE ]
dmidecode (3.3)                                             [        0 ][ SKIP ]
mcelog (181)                                                [        0 ][ SKIP ]
libpciaccess (0.17)                                         [        5 ][ DONE ]
libyajl (2.1.0)                                             [        2 ][ DONE ]
libvirt (8.10.0)                                            [       18 ][ DONE ]
libtalloc (2.3.4)                                           [       25 ][ DONE ]
freeradius (3.0.23)                                         [       57 ][ DONE ]
perl-common-sense (3.74)                                    [        1 ][ DONE ]
perl-inotify2 (1.22)                                        [        2 ][ DONE ]
perl-Net-IP (1.26)                                          [        1 ][ DONE ]
wio (1.3.2)                                                 [        0 ][ DONE ]
iftop (1.0pre4)                                             [        4 ][ DONE ]
mdns-repeater (1.10)                                        [        1 ][ DONE ]
i2c-tools (4.3)                                             [        0 ][ DONE ]
nss-myhostname (0.3)                                        [        6 ][ DONE ]
dehydrated (0.7.1)                                          [        1 ][ DONE ]
libplist (2.2.0)                                            [        9 ][ DONE ]
nqptp (ad384f9ed3b2cc31e97012ab6bfe5a214ffc65a2)                     [        5 ][ DONE ]
shairport-sync (4.1.1)                                      [       10 ][ DONE ]
borgbackup (1.2.3)                                          [        2 ][ DONE ]
lmdb (0.9.30)                                               [        1 ][ DONE ]
knot (3.2.4)                                                [       11 ][ DONE ]
spectre-meltdown-checker (0.45)                             [        1 ][ DONE ]
zabbix_agentd (6.0.6)                                       [       19 ][ 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.2.582.0)                                [       25 ][ DONE ]
libloc (0.9.16)                                             [       37 ][ DONE ]
ncdu (1.17)                                                 [        3 ][ DONE ]
lshw (B.02.19.2)                                            [        1 ][ DONE ]
socat (1.7.4.2)                                             [       23 ][ DONE ]
libcdada (0.4.0)                                            [       15 ][ DONE ]
pmacct (1.7.8)                                              [     1:46 ][ DONE ]
squid-asnbl (0.2.4)                                         [        0 ][ DONE ]
qemu-ga (7.1.0)                                             [        1 ][ DONE ]
gptfdisk (1.0.9)                                            [        1 ][ DONE ]
oath-toolkit (2.6.7)                                        [     1:12 ][ DONE ]
qrencode (4.1.1)                                            [        4 ][ DONE ]
perl-File-Remove (1.60)                                     [        1 ][ DONE ]
perl-Module-Build (0.4231)                                  [        1 ][ DONE ]
perl-Module-ScanDeps (1.31)                                 [        1 ][ DONE ]
perl-YAML-Tiny (1.73)                                       [        1 ][ DONE ]
perl-Module-Install (1.19)                                  [        2 ][ DONE ]
perl-Imager (1.012)                                         [        9 ][ DONE ]
perl-Imager-QRCode (0.035)                                  [        1 ][ DONE ]
perl-MIME-Base32 (1.303)                                    [        1 ][ DONE ]
perl-URI-Encode (1.1.1)                                     [        1 ][ DONE ]
Building installer                                                      
memtest (6.01)                                              [        0 ][ SKIP ]
installer                                                   [       11 ][ DONE ]
strip                                                       [     1:08 ][ DONE ]
Building packages                                                       
Generating packages list from logs                                      [ DONE ]
cdrom                                                       [     2:49 ][ DONE ]
flash-images                                                [     3:10 ][ DONE ]
core-updates                                                [       11 ][ DONE ]
samba (4.17.5)                                              [       31 ][ DONE ]
perl-gettext (1.05)                                         [        0 ][ DONE ]
libshout (2.4.6)                                            [        0 ][ DONE ]
speedtest-cli (2.1.3)                                       [        0 ][ DONE ]
python3-sortedcontainers (2.4.0)                            [        0 ][ DONE ]
libmad (0.15.1b)                                            [        1 ][ DONE ]
iotop (1.22)                                                [        0 ][ DONE ]
cpufrequtils (008)                                          [        0 ][ DONE ]
sysbench (1.0.20)                                           [        0 ][ DONE ]
python3-pytz (2022.4)                                       [        1 ][ DONE ]
python3-circuitbreaker (1.4.0)                              [        0 ][ DONE ]
libid3tag (0.15.1b)                                         [        0 ][ DONE ]
rsync (3.2.7)                                               [        0 ][ DONE ]
netatalk (3.1.12)                                           [        1 ][ DONE ]
vdradmin (3.6.10)                                           [        0 ][ DONE ]
python3-rsa (4.9)                                           [        1 ][ DONE ]
perl-common-sense (3.74)                                    [        0 ][ DONE ]
python3-async_generator (1.10)                              [        0 ][ DONE ]
firmware-update (20210107)                                  [        0 ][ DONE ]
python3-pyasn1 (0.4.8)                                      [        0 ][ DONE ]
dnsdist (1.7.3)                                             [        3 ][ DONE ]
postfix (3.7.3)                                             [        6 ][ DONE ]
epson-inkjet-printer-escpr (1.7.23)                         [        5 ][ DONE ]
aws-cli (1.27.100)                                          [        4 ][ DONE ]
sdl2 (2.26.4)                                               [        1 ][ DONE ]
mpd (0.23.12)                                               [        0 ][ DONE ]
iftop (1.0pre4)                                             [        1 ][ DONE ]
oci-python-sdk (2.64.0)                                     [       18 ][ DONE ]
python3-msgpack (1.0.4)                                     [        0 ][ DONE ]
libtalloc (2.3.4)                                           [        0 ][ DONE ]
python3-attr (0.3.2)                                        [        0 ][ DONE ]
flashrom (1.2)                                              [        0 ][ SKIP ]
mcelog (181)                                                [        0 ][ SKIP ]
tmux (3.3)                                                  [        1 ][ DONE ]
haproxy (2.7.4)                                             [        1 ][ DONE ]
fmt (9.1.0)                                                 [        0 ][ DONE ]
igmpproxy (0.4)                                             [        0 ][ DONE ]
sslh (1.22c)                                                [        1 ][ DONE ]
iperf (2.1.8)                                               [        0 ][ DONE ]
watchdog (5.16)                                             [        0 ][ DONE ]
swatch (3.2.4)                                              [        0 ][ DONE ]
alsa (1.2.8)                                                [        6 ][ DONE ]
gptfdisk (1.0.9)                                            [        1 ][ DONE ]
make (4.4.1)                                                [        0 ][ DONE ]
python3-yaml (6.0)                                          [        0 ][ DONE ]
opus (1.3.1)                                                [        0 ][ DONE ]
openvmtools (stable-12.0.5)                                 [        0 ][ SKIP ]
libcdada (0.4.0)                                            [        0 ][ DONE ]
w_scan (20170107)                                           [        1 ][ DONE ]
clamav (1.0.1)                                              [        4 ][ DONE ]
python3-s3transfer (0.6.0)                                  [        0 ][ DONE ]
git (2.38.1)                                                [       11 ][ DONE ]
spice (0.15.0)                                              [        1 ][ DONE ]
python3-typing-extensions (4.4.0)                           [        0 ][ DONE ]
ltrace (0.7.3)                                              [        0 ][ SKIP ]
python3-pkgconfig (1.5.5)                                   [        0 ][ DONE ]
perl-Carp-Clan (6.08)                                       [        0 ][ DONE ]
perl-Parse-Yapp (1.21)                                      [        0 ][ DONE ]
monit (5.33.0)                                              [        1 ][ DONE ]
libexif (0.6.24)                                            [        0 ][ DONE ]
pmacct (1.7.8)                                              [        1 ][ DONE ]
python3-dateutil (2.8.2)                                    [        0 ][ DONE ]
zabbix_agentd (6.0.6)                                       [        1 ][ DONE ]
python3-attrs (22.1.0)                                      [        0 ][ DONE ]
python3-cryptography (38.0.1)                               [        1 ][ DONE ]
libyajl (2.1.0)                                             [        0 ][ DONE ]
qemu (7.1.0)                                                [       34 ][ DONE ]
powertop (2.14)                                             [        0 ][ DONE ]
faad2 (2_10_0)                                              [        0 ][ DONE ]
sox (14.4.2)                                                [        0 ][ DONE ]
transmission (3.00)                                         [        2 ][ DONE ]
strace (6.1)                                                [        0 ][ DONE ]
stress (1.0.5)                                              [        0 ][ DONE ]
perl-MIME-Base64 (3.16)                                     [        0 ][ DONE ]
wio (1.3.2)                                                 [        0 ][ DONE ]
frr (8.0.1)                                                 [        4 ][ DONE ]
lame (3.100)                                                [        1 ][ DONE ]
tcpdump (4.99.3)                                            [        0 ][ DONE ]
minicom (2.8)                                               [        0 ][ DONE ]
python3-cffi (1.15.1)                                       [        1 ][ DONE ]
nginx (1.22.1)                                              [        0 ][ DONE ]
iptraf-ng (1.2.1)                                           [        0 ][ DONE ]
bacula (9.6.7)                                              [        1 ][ DONE ]
socat (1.7.4.2)                                             [        0 ][ DONE ]
lshw (B.02.19.2)                                            [        1 ][ DONE ]
foomatic (4.0.9)                                            [       14 ][ DONE ]
traceroute (2.1.0)                                          [        0 ][ DONE ]
cups (2.4.2)                                                [        7 ][ DONE ]
perl-Net-SMTP-SSL (1.04)                                    [        0 ][ DONE ]
perl-File-ReadBackwards (1.05)                              [        0 ][ DONE ]
ipvsadm (1.31)                                              [        0 ][ DONE ]
python3-terminaltables (3.1.10)                             [        0 ][ DONE ]
elfutils (0.189)                                            [        1 ][ DONE ]
observium-agent (18.9.1)                                    [        0 ][ DONE ]
7zip (17.05)                                                [        4 ][ DONE ]
vdr_streamdev (0.6.1)                                       [        1 ][ DONE ]
rpcbind (1.2.6)                                             [        0 ][ DONE ]
mpc (0.34)                                                  [        0 ][ DONE ]
mdns-repeater (1.10)                                        [        0 ][ DONE ]
python3-jmespath (1.0.1)                                    [        0 ][ DONE ]
bwm-ng (0.6.1-f54b3fa)                                      [        0 ][ DONE ]
ncat (7.92)                                                 [        1 ][ DONE ]
fping (5.0)                                                 [        0 ][ DONE ]
vdr (2.4.7)                                                 [        1 ][ DONE ]
ddrescue (1.26)                                             [        0 ][ DONE ]
bird (2.0.12)                                               [        0 ][ DONE ]
c-ares (1.17.1)                                             [        1 ][ DONE ]
htop (3.2.2)                                                [        0 ][ DONE ]
netsnmpd (5.9.1)                                            [        4 ][ DONE ]
mc (4.8.29)                                                 [        1 ][ DONE ]
python3-arrow (1.2.3)                                       [        0 ][ DONE ]
python3-requests (2.28.1)                                   [        0 ][ DONE ]
python3-packaging (23.0)                                    [        0 ][ DONE ]
libassuan (2.5.5)                                           [        0 ][ DONE ]
tor (0.4.7.13)                                              [        8 ][ DONE ]
wavemon (0.7.5)                                             [        1 ][ DONE ]
libdaemon (0.14)                                            [        0 ][ DONE ]
nagios_nrpe (4.1.0)                                         [        0 ][ DONE ]
taglib (1.12)                                               [        0 ][ DONE ]
libseccomp (2.5.4)                                          [        1 ][ DONE ]
python3-semantic-version (2.10.0)                           [        0 ][ DONE ]
ncdu (1.17)                                                 [        0 ][ DONE ]
libusbredir (0.13.0)                                        [        0 ][ DONE ]
amazon-ssm-agent (3.2.582.0)                                [       42 ][ DONE ]
perl-File-Tail (1.3)                                        [        0 ][ DONE ]
nqptp (ad384f9ed3b2cc31e97012ab6bfe5a214ffc65a2)                     [        0 ][ DONE ]
dbus (1.14.6)                                               [        1 ][ DONE ]
libpciaccess (0.17)                                         [        0 ][ DONE ]
cifs-utils (6.14)                                           [        0 ][ DONE ]
freeradius (3.0.23)                                         [        3 ][ DONE ]
oci-cli (3.7.3)                                             [        5 ][ DONE ]
python3-certifi (2022.9.24)                                 [        0 ][ DONE ]
libplist (2.2.0)                                            [        0 ][ DONE ]
python3-click (8.1.3)                                       [        0 ][ DONE ]
stunnel (5.63)                                              [        1 ][ DONE ]
avahi (0.8)                                                 [        0 ][ DONE ]
xvid (1.3.7)                                                [        0 ][ DONE ]
nmap (7.92)                                                 [       10 ][ DONE ]
libvorbis (1.3.7)                                           [        0 ][ DONE ]
pcengines-apu-firmware (4.19.0.1)                           [        0 ][ SKIP ]
guardian (2.0.2)                                            [        0 ][ DONE ]
python3-setuptools (67.5.1)                                 [        1 ][ DONE ]
python3-sniffio (1.3.0)                                     [        1 ][ DONE ]
libogg (1.3.5)                                              [        0 ][ DONE ]
ghostscript (10.01.1)                                       [       12 ][ DONE ]
mpfire                                                      [        0 ][ DONE ]
perl-Date-Calc (6.4)                                        [        1 ][ DONE ]
lcdproc (0e2ce9b)                                           [        0 ][ DONE ]
vdr_dvbapi (2.2.5)                                          [        0 ][ DONE ]
lynis (3.0.8)                                               [        0 ][ DONE ]
cups-pdf (3.0.1)                                            [        0 ][ DONE ]
flac (1.4.2)                                                [        1 ][ DONE ]
perl-Net-IP (1.26)                                          [        0 ][ DONE ]
apcupsd (3.14.14)                                           [        0 ][ DONE ]
libmpeg2 (0.4.1)                                            [        0 ][ DONE ]
perl-Date-Manip (6.86)                                      [        4 ][ DONE ]
vdr_epgsearch (2.4.0+git20191101)                           [        1 ][ DONE ]
hostapd (2_10)                                              [        0 ][ DONE ]
ebtables (2.0.10-4)                                         [        0 ][ DONE ]
alac (0.0.7)                                                [        0 ][ DONE ]
shairport-sync (4.1.1)                                      [        0 ][ DONE ]
perl-inotify2 (1.22)                                        [        0 ][ DONE ]
python3-trio (0.22.0)                                       [        1 ][ DONE ]
minidlna (1.3.0)                                            [        0 ][ DONE ]
gutenprint (5.3.4)                                          [        4 ][ DONE ]
python3-pyfuse3 (3.2.2)                                     [        0 ][ DONE ]
python3-urllib3 (1.26.12)                                   [        1 ][ DONE ]
soxr (0.1.3)                                                [        0 ][ DONE ]
iperf3 (3.12)                                               [        0 ][ DONE ]
qemu-ga (7.1.0)                                             [        0 ][ DONE ]
python3-charset-normalizer (2.1.1)                          [        1 ][ DONE ]
hplip (3.22.6)                                              [        5 ][ DONE ]
python3-flit (3.7.1)                                        [        1 ][ DONE ]
python3-colorama (0.4.5)                                    [        0 ][ DONE ]
spectre-meltdown-checker (0.45)                             [        0 ][ DONE ]
vdr_eepg (master)                                           [        0 ][ DONE ]
gnump3d (3.0)                                               [        1 ][ DONE ]
perl-JSON (4.05)                                            [        0 ][ DONE ]
mtr (0.95)                                                  [        0 ][ DONE ]
sarg (2.4.0)                                                [        1 ][ DONE ]
keepalived (2.2.7)                                          [        0 ][ DONE ]
cups-filters (1.28.16)                                      [        1 ][ DONE ]
dehydrated (0.7.1)                                          [        0 ][ DONE ]
perl-Authen-SASL (2.16)                                     [        0 ][ DONE ]
python3-docutils (0.19)                                     [        1 ][ DONE ]
python3-six (1.16.0)                                        [        0 ][ DONE ]
python3-botocore (1.27.89)                                  [       24 ][ DONE ]
joe (4.6)                                                   [        0 ][ DONE ]
nfs (2.6.2)                                                 [        1 ][ DONE ]
borgbackup (1.2.3)                                          [        1 ][ DONE ]
telnet (0.17)                                               [        0 ][ DONE ]
ffmpeg (5.1.2)                                              [        9 ][ DONE ]
rng-tools (6.14)                                            [        0 ][ DONE ]
xinetd (2.3.15)                                             [        0 ][ DONE ]
nagios-plugins (2.3.3)                                      [        1 ][ DONE ]
tftpd (5.2)                                                 [        0 ][ DONE ]
proxy-accounting (1.0.4)                                    [        1 ][ DONE ]
libvirt (8.10.0)                                            [        4 ][ DONE ]
icinga (1.11.4)                                             [       13 ][ DONE ]
libmpdclient (2.19)                                         [        0 ][ DONE ]
fetchmail (6.4.36)                                          [        0 ][ DONE ]
tshark (3.6.3)                                              [       53 ][ DONE ]
squidclamav (5.11)                                          [        0 ][ DONE ]
python3-pyparsing (3.0.9)                                   [        0 ][ DONE ]
nut (2.8.0)                                                 [        3 ][ DONE ]
python3-idna (3.4)                                          [        0 ][ DONE ]
fireperf (0.2.0)                                            [        0 ][ DONE ]
python3-outcome (1.2.0)                                     [        0 ][ DONE ]
Checking Logfiles for new Files                                         
*** Build finished in 2:47:04                                           [ DONE ]

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

only message in thread, other threads:[~2023-04-19  1:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-19  1:49 [SUCCESS] Nightly Build of next (094bbe0) for aarch64 on arm64-01.zrh.ipfire.org IPFire Nightly Builder

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