From mboxrd@z Thu Jan 1 00:00:00 1970 From: IPFire Nightly Builder To: nightly-builds@lists.ipfire.org Subject: [SUCCESS] Nightly Build of next (094bbe0) for aarch64 on arm64-01.zrh.ipfire.org Date: Wed, 19 Apr 2023 01:49:48 +0000 Message-ID: <4Q1NyT0db0z2081@arm64-01.zrh.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8438310836747381430==" List-Id: --===============8438310836747381430== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable https://nightly.ipfire.org/next/2023-04-18%2021%3A25%3A03%20%2B0000-094bbe08/= aarch64 commit 094bbe083b20dfe8404ca3f27ae8f2b3d7821864 Author: Adolf Belka Date: Mon Apr 3 18:09:26 2023 +0200 pmacct: Update to version 1.7.8 =20 - 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 versio= n of pmacct had no problems with errors being flagged as warnings anymore unlike w= ith 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 all= ows 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 f= or 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 f= or BGP (pmbgpd), BMP (pmbmpd), Streaming Telemetry (pmtelemetryd) daemons. ip, set_tag, set_label keys being currently supporte= d. + 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 mappe= d, the '%' delimiter is used when composing a pre_tag_map, ie. "set_label=3Dkey1%value1,key2%value2 ip=3D0.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 enco= de 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-no= tif + 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 definition= s. + Added a new aggregate_unknown_etype config knob to account al= so frames with EtherTypes for which there is no decoding support and allow to aggregate them by the available Ethernet L2 fiel= ds (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. >=3D 4.0) bring chan= ges 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 bo= th timestamp_min and timestamp_max were clamped to sec granulari= ty. ! 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 JS= ON 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 suppor= t. ! 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 capabil= ity 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 flowse= t. ! 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 (may= be with different directions). Also, if the map is empty then ba= il 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 nu= ll; added a check to see if the destination AS is not zero in ord= er to put the destination AS into the AS-PATH for sFlow packets. Thanks to Marcel Menzel ( @WRMSRwasTaken ) for this contribut= ion. ! 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 w= as 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 f= or catch-all rules, ie. "set_label=3Dunknown". ! 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 siz= e. Also several optimizations were carried out yelding to a bett= er memory utilization for allocated maps along with improved tim= es to resolve JEQs. ! fix, pre_tag_label_filter: optimized and improved runtime evaluation part of this feature, avoiding a costly strdup() a= nd 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 defin= ed, ie. kafka_avro_schema_registry, the logic to generate the sch= ema name has been changed: use topic plus record name as the sche= ma 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-d= ata) 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 c= ut off the message will be concatenated with the following messa= ge 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 paralleliza= tion of dump events via a configurable amount of workers where the= unit of parallelization is the exporter (BGP, BMP, telemetry expor= ter), ie. in a scenario where there are 4 workers and 4 exporters e= ach 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 netwo= rking devices. A shim header is proposed to facilitate the data str= eaming 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 publis= her and receiver process compared to already established notifica= tion mechanisms. Many thanks to Alex Huang Feng ( @ahuangfeng ) an= d the whole Unyte team. + BGP, BMP, Streaming Telemetry daemons: now correctly honourin= g the supplied Kafka partition key for BGP, BMP and Telemetry msg l= ogs 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 ke= y 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 speed= s on large maps and/or sustained lookup rates. The feature has been remplemented using stream-lined structures from libcdada. Thi= s is a major work that helps preventing the unpredictable behaviou= rs 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 _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. >=3D 3.5) bring chan= ges to the API. pmacct is now aligned to compile against these. + pmacctd: added pcap_arista_trailer_offset config directive si= nce Arista has changed the structure of the trailer format in rec= ent 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 layer= ed 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. M= any 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 than= ks 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 d= ata 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 fiel= d. ! fix, sfacctd: wrong ethertype set for VLAN-tagged, MPLS-label= led 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 message= s. ! 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. Al= so 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 Av= ro 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 (alwa= ys 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, theref= ore 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 w= as 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 t= hat 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. =20 Signed-off-by: Adolf Belka https://git.ipfire.org/?p=3Dipfire-2.x.git;a=3Dshortlog;h=3D094bbe083b20dfe84= 04ca3f27ae8f2b3d7821864 Packaged toolchain compilation =20 Checking for necessary space on disk [ DON= E ] Set cache size limit to 4.0 GB Building LFS =20 stage2 [ 0 ][ DON= E ] linux (6.1.11) KCFG=3D-headers [ 24 ][ D= ONE ] man-pages (5.13) [ 6 ][ DON= E ] glibc (2.37) [ 4:47 ][ DON= E ] tzdata (2023b) [ 2 ][ DON= E ] cleanup-toolchain [ 0 ][ DON= E ] zlib (1.2.13) [ 1 ][ DON= E ] zstd (1.5.4) [ 2 ][ DON= E ] autoconf (2.71) [ 2 ][ DON= E ] automake (1.16.5) [ 3 ][ DON= E ] help2man (1.49.2) [ 0 ][ DON= E ] libtool (2.4.7) [ 7 ][ DON= E ] binutils (2.40) [ 42 ][ DON= E ] gmp (6.2.1) [ 27 ][ DON= E ] mpfr (4.2.0) [ 13 ][ DON= E ] libmpc (1.3.1) [ 5 ][ DON= E ] libxcrypt (4.4.33) [ 10 ][ DON= E ] file (5.44) [ 8 ][ DON= E ] gcc (12.2.0) [ 4:45 ][ DON= E ] attr (2.5.1) [ 5 ][ DON= E ] acl (2.3.1) [ 7 ][ DON= E ] sed (4.9) [ 26 ][ DON= E ] berkeley (5.3.28) [ 22 ][ DON= E ] coreutils (9.0) [ 1:55 ][ DON= E ] iana-etc (20221226) [ 0 ][ DON= E ] m4 (1.4.19) [ 31 ][ DON= E ] bison (3.8.2) [ 29 ][ DON= E ] ncurses (6.4) [ 26 ][ DON= E ] perl (5.36.0) [ 2:01 ][ DON= E ] readline (8.2) [ 6 ][ DON= E ] bzip2 (1.0.8) [ 1 ][ DON= E ] xz (5.4.1) [ 10 ][ DON= E ] lzip (1.23) [ 1 ][ DON= E ] pcre (8.45) [ 7 ][ DON= E ] pcre2 (10.42) [ 6 ][ DON= E ] gettext (0.21) [ 2:24 ][ DON= E ] bash (5.2) [ 39 ][ DON= E ] diffutils (3.8) [ 24 ][ DON= E ] ed (1.17) [ 0 ][ DON= E ] findutils (4.9.0) [ 38 ][ DON= E ] flex (2.6.4) [ 8 ][ DON= E ] gawk (5.1.1) [ 13 ][ DON= E ] go (1.15.4) [ 16 ][ DON= E ] grep (3.10) [ 37 ][ DON= E ] groff (1.22.4) [ 34 ][ DON= E ] gperf (3.1) [ 3 ][ DON= E ] gzip (1.12) [ 15 ][ DON= E ] hostname (3.20) [ 0 ][ DON= E ] whois (5.5.13) [ 1 ][ DON= E ] kbd (2.5.1) [ 13 ][ DON= E ] less (608) [ 4 ][ DON= E ] pkg-config (0.29.2) [ 23 ][ DON= E ] procps (v4.0.0) [ 13 ][ DON= E ] make (4.4.1) [ 12 ][ DON= E ] libpipeline (1.5.7) [ 17 ][ DON= E ] man (2.10.2) [ 44 ][ DON= E ] net-tools (2.10) [ 0 ][ DON= E ] patch (2.7.6) [ 22 ][ DON= E ] psmisc (23.6) [ 5 ][ DON= E ] shadow (4.13) [ 13 ][ DON= E ] sysklogd (1.5.1) [ 0 ][ DON= E ] sysvinit (3.00) [ 1 ][ DON= E ] tar (1.34) [ 31 ][ DON= E ] texinfo (7.0.2) [ 24 ][ DON= E ] util-linux (2.38.1) [ 27 ][ DON= E ] vim (9.0) [ 19 ][ DON= E ] e2fsprogs (1.46.5) [ 14 ][ DON= E ] jq (1.6) [ 11 ][ DON= E ] Building IPFire =20 configroot [ 1 ][ DON= E ] initscripts [ 0 ][ DON= E ] backup [ 0 ][ DON= E ] rust (1.67.0) [ 14 ][ DON= E ] openssl (1.1.1t) [ 1:25 ][ DON= E ] kmod (30) [ 7 ][ DON= E ] udev (3.2.11) [ 12 ][ DON= E ] popt (1.18) [ 4 ][ DON= E ] libedit (20221030-3.1) [ 6 ][ DON= E ] libusb (1.0.26) [ 5 ][ DON= E ] libpcap (1.10.3) [ 6 ][ DON= E ] ppp (2.4.9) [ 2 ][ DON= E ] pptp (1.10.0) [ 0 ][ DON= E ] unzip (60) [ 2 ][ DON= E ] which (2.21) [ 3 ][ DON= E ] linux-firmware (20230210) [ 26 ][ DON= E ] dvb-firmwares (20141125) [ 0 ][ DON= E ] zd1211-firmware (1.5) [ 0 ][ DON= E ] rpi-firmware (20211127) [ 1 ][ DON= E ] intel-microcode (20230214) [ 0 ][ SKI= P ] pcengines-apu-firmware (4.19.0.1) [ 0 ][ SKI= P ] bc (1.07.1) [ 4 ][ DON= E ] u-boot (2022.10) MKIMAGE=3D1 [ 11 ][ D= ONE ] cpio (2.13) [ 42 ][ DON= E ] mdadm (4.2) [ 1 ][ DON= E ] dracut (056) [ 2 ][ DON= E ] libaio (0.3.113) [ 0 ][ DON= E ] lvm2 (2.02.188) [ 14 ][ DON= E ] multipath-tools (0.8.9) [ 1 ][ DON= E ] freetype (2.13.0) [ 4 ][ DON= E ] libmnl (1.0.5) [ 3 ][ DON= E ] libnfnetlink (1.0.2) [ 3 ][ DON= E ] libnetfilter_queue (1.0.5) [ 3 ][ DON= E ] libnetfilter_conntrack (1.0.9) [ 4 ][ DON= E ] libnetfilter_cthelper (1.0.1) [ 3 ][ DON= E ] libnetfilter_cttimeout (1.0.1) [ 2 ][ DON= E ] iptables (1.8.9) [ 7 ][ DON= E ] iproute2 (6.2.0) [ 3 ][ DON= E ] screen (4.9.0) [ 8 ][ DON= E ] elfutils (0.189) [ 56 ][ DON= E ] linux (6.1.11) KCFG=3D [ 8:21 ][ D= ONE ] rtl8189es (e58bd86c9d9408c648b1246a0dd76b16856ec172) KCFG=3D [ = 6 ][ DONE ] rtl8189fs (476020109b3841421af289a7b78c7a25b0c45fac) KCFG=3D [ = 6 ][ DONE ] rtl8812au (20210629-07ac856293e247347b891c5dbd13f3ab8321132d) K= CFG=3D [ 6 ][ DONE ] rtl8822bu (20210702-2590672d717e2516dd2e96ed66f1037a6815bced) K= CFG=3D [ 8 ][ DONE ] rtl8821cu (20210118-7b8c45a270454f05e2dbf3beeb4afcf817db65da) K= CFG=3D [ 8 ][ DONE ] linux-initrd ($(KVER)) KCFG=3D [ 14 ][ D= ONE ] expat (2.5.0) [ 6 ][ DON= E ] libconfig (1.7.3) [ 13 ][ DON= E ] curl (7.88.1) [ 25 ][ DON= E ] libarchive (3.6.2) [ 24 ][ DON= E ] cmake (3.25.2) [ 28 ][ DON= E ] json-c (0.16) [ 8 ][ DON= E ] tcl (8.6.12) [ 27 ][ DON= E ] libffi (3.4.4) [ 6 ][ DON= E ] gdbm (1.23) [ 11 ][ DON= E ] sqlite (3410200) [ 1:08 ][ DON= E ] python3 (3.10.8) [ 54 ][ DON= E ] python3-setuptools (67.5.1) [ 4 ][ DON= E ] ninja (1.11.0) [ 1 ][ DON= E ] meson (0.64.1) [ 2 ][ DON= E ] glib (2.71.1) [ 22 ][ DON= E ] libgudev (237) [ 2 ][ DON= E ] libgpg-error (1.46) [ 13 ][ DON= E ] libgcrypt (1.10.1) [ 15 ][ DON= E ] libassuan (2.5.5) [ 9 ][ DON= E ] nettle (3.8.1) [ 9 ][ DON= E ] libsodium (1.0.18) [ 23 ][ DON= E ] libevent2 (2.1.12-stable) [ 12 ][ DON= E ] apr (1.7.2) [ 20 ][ DON= E ] aprutil (1.6.3) [ 7 ][ DON= E ] unbound (1.17.0) [ 21 ][ DON= E ] gnutls (3.8.0) [ 58 ][ DON= E ] libuv (1.44.2) [ 8 ][ DON= E ] bind (9.16.39) [ 1:56 ][ DON= E ] dhcp (4.4.3-P1) [ 23 ][ DON= E ] dhcpcd (9.4.1) [ 2 ][ DON= E ] boost (1_81_0) [ 2:21 ][ DON= E ] linux-atm (2.4.1) [ 10 ][ DON= E ] libqmi (1.30.8) [ 11 ][ DON= E ] pam (1.5.2) [ 35 ][ DON= E ] c-ares (1.17.1) [ 1:11 ][ DON= E ] rust-dissimilar (1.0.3) [ 3 ][ DON= E ] rust-cfg-if (1.0.0) [ 0 ][ DON= E ] rust-libc (0.2.108) [ 3 ][ DON= E ] rust-getrandom (0.2.4) [ 2 ][ DON= E ] rust-typenum (1.15.0) [ 3 ][ DON= E ] rust-version-check (0.9.4) [ 1 ][ DON= E ] rust-generic-array (0.14.4) [ 4 ][ DON= E ] rust-crypto-common (0.1.1) [ 3 ][ DON= E ] rust-cipher (0.3.0) [ 3 ][ DON= E ] rust-hex (0.4.3) [ 1 ][ DON= E ] rust-unicode-xid (0.2.1) [ 1 ][ DON= E ] rust-proc-macro2 (1.0.36) [ 4 ][ DON= E ] rust-quote (1.0.15) [ 4 ][ DON= E ] rust-syn (1.0.86) [ 15 ][ DON= E ] rust-home (0.5.3) [ 1 ][ DON= E ] rust-lazy-static (1.4.0) [ 1 ][ DON= E ] rust-memchr (2.4.1) [ 2 ][ DON= E ] rust-aho-corasick (0.7.18) [ 4 ][ DON= E ] rust-regex-syntax (0.6.25) [ 11 ][ DON= E ] rust-regex (1.5.3) [ 24 ][ DON= E ] rust-ucd-trie (0.1.3) [ 1 ][ DON= E ] rust-pest (2.1.3) [ 2 ][ DON= E ] rust-semver-parser (0.7.0) [ 1 ][ DON= E ] rust-semver (0.9.0) [ 2 ][ DON= E ] rust-same-file (1.0.6) [ 0 ][ DON= E ] rust-walkdir (2.3.2) [ 2 ][ DON= E ] rust-dirs (1.0.5) [ 2 ][ DON= E ] rust-toolchain_find (0.1.4) [ 18 ][ DON= E ] rust-serde (1.0.136) [ 6 ][ DON= E ] rust-itoa (1.0.1) [ 1 ][ DON= E ] rust-ryu (1.0.9) [ 1 ][ DON= E ] rust-serde_json (1.0.78) [ 10 ][ DON= E ] rust-synstructure (0.12.6) [ 17 ][ DON= E ] rust-block-buffer (0.9.0) [ 4 ][ DON= E ] rust-digest (0.9.0) [ 3 ][ DON= E ] rust-ppv-lite86 (0.2.16) [ 1 ][ DON= E ] rust-rand_core (0.6.3) [ 1 ][ DON= E ] rust-rand_core-0.4.2 (0.4.2) [ 0 ][ DON= E ] rust-rand_core-0.3.1 (0.3.1) [ 1 ][ DON= E ] rust-rand_chacha (0.3.1) [ 3 ][ DON= E ] rust-rand_hc (0.3.1) [ 1 ][ DON= E ] rust-rand (0.8.4) [ 5 ][ DON= E ] rust-rdrand (0.4.0) [ 0 ][ DON= E ] rust-rand-0.4 (0.4.6) [ 4 ][ DON= E ] rust-log (0.4.14) [ 1 ][ DON= E ] rust-num_cpus (1.13.1) [ 3 ][ DON= E ] rust-crossbeam-utils (0.8.6) [ 2 ][ DON= E ] rust-autocfg (1.0.1) [ 1 ][ DON= E ] rust-memoffset (0.6.5) [ 3 ][ DON= E ] rust-scopeguard (1.1.0) [ 0 ][ DON= E ] rust-crossbeam-epoch (0.9.6) [ 3 ][ DON= E ] rust-crossbeam-deque (0.8.1) [ 3 ][ DON= E ] rust-either (1.6.1) [ 1 ][ DON= E ] rust-crossbeam-channel (0.5.2) [ 2 ][ DON= E ] rust-rayon-core (1.9.1) [ 5 ][ DON= E ] rust-rayon (1.5.1) [ 7 ][ DON= E ] rust-remove_dir_all (0.5.3) [ 1 ][ DON= E ] rust-tempdir (0.3.7) [ 3 ][ DON= E ] rust-glob (0.3.0) [ 2 ][ DON= E ] rust-once_cell (1.9.0) [ 1 ][ DON= E ] rust-termcolor (1.1.2) [ 1 ][ DON= E ] rust-toml (0.5.8) [ 13 ][ DON= E ] rust-serde_derive (1.0.136) [ 36 ][ DON= E ] rust-trybuild (1.0.54) [ 1:09 ][ DON= E ] rust-unindent (0.1.7) [ 1 ][ DON= E ] rust-proc-macro-hack (0.5.19) [ 4 ][ DON= E ] rust-indoc-impl (0.3.6) [ 17 ][ DON= E ] rust-indoc (1.0.3) [ 2 ][ DON= E ] rust-indoc-0.3.6 (0.3.6) [ 17 ][ DON= E ] rust-instant (0.1.12) [ 0 ][ DON= E ] rust-lock_api (0.4.5) [ 1 ][ DON= E ] rust-smallvec (1.8.0) [ 1 ][ DON= E ] rust-parking_lot_core (0.8.5) [ 2 ][ DON= E ] rust-parking_lot (0.11.2) [ 4 ][ DON= E ] rust-paste-impl (0.1.18) [ 7 ][ DON= E ] rust-paste (1.0.3) [ 3 ][ DON= E ] rust-paste-0.1.18 (0.1.18) [ 7 ][ DON= E ] rust-ctor (0.1.21) [ 29 ][ DON= E ] rust-ghost (0.1.2) [ 19 ][ DON= E ] rust-inventory-impl (0.1.4) [ 16 ][ DON= E ] rust-inventory (0.1.4) [ 34 ][ DON= E ] rust-pyo3-build-config (0.15.2) [ 8 ][ DON= E ] rust-pyo3-macros-backend (0.15.2) [ 34 ][ DON= E ] rust-pyo3-macros (0.15.2) [ 38 ][ DON= E ] rust-pyo3 (0.15.2) [ 51 ][ DON= E ] rust-num-traits (0.2.15) [ 4 ][ DON= E ] rust-num-integer (0.1.45) [ 4 ][ DON= E ] rust-num_threads (0.1.5) [ 1 ][ DON= E ] rust-time (0.1.43) [ 3 ][ DON= E ] rust-iana-time-zone (0.1.51) [ 1 ][ DON= E ] rust-chrono (0.4.22) [ 9 ][ DON= E ] rust-asn1_derive (0.12.2) [ 21 ][ DON= E ] rust-asn1 (0.12.2) [ 23 ][ DON= E ] rust-proc-macro-error-attr (1.0.4) [ 6 ][ DON= E ] rust-proc-macro-error (1.0.4) [ 7 ][ DON= E ] rust-Inflector (0.11.4) [ 18 ][ DON= E ] rust-ouroboros_macro (0.15.5) [ 39 ][ DON= E ] rust-aliasable (0.1.3) [ 0 ][ DON= E ] rust-stable_deref_trait (1.2.0) [ 0 ][ DON= E ] rust-ouroboros (0.15.5) [ 39 ][ DON= E ] rust-base64 (0.13.0) [ 1 ][ DON= E ] rust-pem (1.1.0) [ 2 ][ DON= E ] gdb (12.1) [ 57 ][ DON= E ] grub (2.06) [ 56 ][ DON= E ] mandoc (1.14.6) [ 3 ][ DON= E ] efivar (38) [ 2 ][ DON= E ] efibootmgr (18) [ 0 ][ DON= E ] libtasn1 (4.19.0) [ 14 ][ DON= E ] p11-kit (0.24.1) [ 15 ][ DON= E ] ca-certificates (20230305) [ 2 ][ DON= E ] fireinfo (2.2.0) [ 8 ][ DON= E ] libnet (1.1.6) [ 7 ][ DON= E ] libnl-3 (3.5.0) [ 16 ][ DON= E ] libidn (1.41) [ 14 ][ DON= E ] nasm (2.15.05) [ 11 ][ DON= E ] libjpeg (2.1.4) [ 5 ][ DON= E ] openjpeg (2.4.0) [ 3 ][ DON= E ] libexif (0.6.24) [ 6 ][ DON= E ] libpng (1.6.39) [ 4 ][ DON= E ] libtiff (4.5.0) [ 12 ][ DON= E ] gd (2.3.3) [ 7 ][ DON= E ] slang (2.3.3) [ 1:04 ][ DON= E ] newt (0.52.23) [ 5 ][ DON= E ] libsmooth [ 7 ][ DON= E ] libcap (2.67) [ 5 ][ DON= E ] libcap-ng (0.8.3) [ 4 ][ DON= E ] pciutils (3.9.0) [ 3 ][ DON= E ] usbutils (015) [ 12 ][ DON= E ] libxml2 (2.10.3) [ 7 ][ DON= E ] libxslt (1.1.37) [ 6 ][ DON= E ] perl-BerkeleyDB (0.63) [ 1 ][ DON= E ] cyrus-sasl (2.1.26) [ 18 ][ DON= E ] openldap (2.6.1) [ 44 ][ DON= E ] apache2 (2.4.56) [ 1:04 ][ DON= E ] web-user-interface [ 2 ][ DON= E ] flag-icons (2.6) [ 1 ][ DON= E ] jquery (3.6.3) [ 0 ][ DON= E ] bootstrap (4.0.0-alpha.6) [ 1 ][ DON= E ] arping (2.23) [ 8 ][ DON= E ] beep (1.3) [ 1 ][ DON= E ] libssh (0.10.4) [ 11 ][ DON= E ] libinih (56) [ 1 ][ DON= E ] cdrkit (1.1.11) [ 8 ][ DON= E ] dosfstools (4.2) [ 3 ][ DON= E ] exfatprogs (1.1.3) [ 3 ][ DON= E ] reiserfsprogs (3.6.27) [ 11 ][ DON= E ] liburcu (0.14.0) [ 15 ][ DON= E ] xfsprogs (6.2.0) [ 1:07 ][ DON= E ] sysfsutils (2.1.1) [ 8 ][ DON= E ] fuse (3.13.0) [ 3 ][ DON= E ] ntfs-3g (2021.8.22) [ 11 ][ DON= E ] ethtool (6.2) [ 3 ][ DON= E ] fcron (3.2.1) [ 9 ][ DON= E ] perl-ExtUtils-PkgConfig (1.16) [ 1 ][ DON= E ] perl-GD (2.73) [ 1 ][ DON= E ] perl-GD-Graph (1.54) [ 1 ][ DON= E ] perl-GD-TextUtil (0.86) [ 1 ][ DON= E ] perl-Device-SerialPort (1.000002) [ 7 ][ DON= E ] perl-Device-Modem (1.56) [ 1 ][ DON= E ] perl-Apache-Htpasswd (1.9) [ 0 ][ DON= E ] perl-Parse-Yapp (1.21) [ 1 ][ DON= E ] perl-Data-UUID (1.224) [ 1 ][ DON= E ] perl-Try-Tiny (0.31) [ 1 ][ DON= E ] perl-HTTP-Message (6.36) [ 1 ][ DON= E ] perl-HTTP-Date (6.05) [ 1 ][ DON= E ] gnupg (1.4.23) [ 16 ][ DON= E ] hdparm (9.65) [ 1 ][ DON= E ] whatmask (1.2) [ 2 ][ DON= E ] libtirpc (1.3.3) [ 5 ][ DON= E ] conntrack-tools (1.4.7) [ 7 ][ DON= E ] iputils (20221126) [ 2 ][ DON= E ] l7-protocols (2009-05-10) [ 1 ][ DON= E ] hwdata [ 1 ][ DON= E ] logrotate (3.21.0) [ 4 ][ DON= E ] logwatch (7.8) [ 2 ][ DON= E ] misc-progs [ 1 ][ DON= E ] nano (7.2) [ 22 ][ DON= E ] perl-URI (5.09) [ 1 ][ DON= E ] perl-CGI (4.54) [ 1 ][ DON= E ] perl-Switch (2.17) [ 1 ][ DON= E ] perl-HTML-Tagset (3.04) [ 1 ][ DON= E ] perl-HTML-Parser (3.78) [ 1 ][ DON= E ] perl-HTML-Template (2.94) [ 1 ][ DON= E ] perl-Compress-Zlib (1.35) [ 1 ][ DON= E ] perl-Digest (1.19) [ 1 ][ DON= E ] perl-Digest-SHA1 (2.13) [ 1 ][ DON= E ] perl-Digest-HMAC (1.03) [ 0 ][ DON= E ] perl-libwww (6.62) [ 1 ][ DON= E ] perl-LWP-Protocol-https (6.10) [ 0 ][ DON= E ] perl-Net-HTTP (6.22) [ 1 ][ DON= E ] perl-Net-DNS (1.30) [ 2 ][ DON= E ] perl-Net-IPv4Addr (0.10) [ 1 ][ DON= E ] perl-Net_SSLeay (1.88) [ 2 ][ DON= E ] perl-IO-Stringy (2.110) [ 1 ][ DON= E ] perl-IO-Socket-SSL (2.066) [ 1 ][ DON= E ] perl-Unix-Syslog (1.1) [ 2 ][ DON= E ] perl-Mail-Tools (2.07) [ 1 ][ DON= E ] perl-MIME-Tools (5.509) [ 1 ][ DON= E ] perl-Net-Server (0.97) [ 1 ][ DON= E ] perl-Canary-Stability (2013) [ 0 ][ DON= E ] perl-Convert-TNEF (0.18) [ 1 ][ DON= E ] perl-Convert-UUlib (1.8) [ 3 ][ DON= E ] perl-Archive-Tar (1.29) [ 1 ][ DON= E ] perl-Archive-Zip (1.16) [ 1 ][ DON= E ] perl-Text-Tabs+Wrap (2013.0523) [ 0 ][ DON= E ] perl-XML-Parser (2.46) [ 2 ][ DON= E ] perl-Crypt-PasswdMD5 (1.41) [ 1 ][ DON= E ] perl-Net-Telnet (3.03) [ 1 ][ DON= E ] perl-JSON (4.05) [ 0 ][ DON= E ] python3-inotify (0.2.10) [ 1 ][ DON= E ] python3-docutils (0.19) [ 2 ][ DON= E ] python3-daemon (2.3.1) [ 1 ][ DON= E ] ntp (4.2.8p15) [ 48 ][ DON= E ] openssh (9.3p1) [ 47 ][ DON= E ] fontconfig (2.14.1) [ 27 ][ DON= E ] dejavu-fonts-ttf (2.37) [ 1 ][ DON= E ] ubuntu-font-family (0.83) [ 1 ][ DON= E ] freefont (20060126) [ 0 ][ DON= E ] pixman (0.42.2) [ 4 ][ DON= E ] cairo (1.17.6) [ 13 ][ DON= E ] harfbuzz (7.0.1) [ 15 ][ DON= E ] fribidi (1.0.12) [ 3 ][ DON= E ] pango (1.50.13) [ 5 ][ DON= E ] rrdtool (1.8.0) [ 22 ][ DON= E ] setup [ 10 ][ DON= E ] jansson (2.14) [ 5 ][ DON= E ] yaml (0.2.5) [ 3 ][ DON= E ] libhtp (0.5.42) [ 11 ][ DON= E ] colm (0.14.7) [ 1:04 ][ DON= E ] ragel (7.0.4) [ 1:49 ][ DON= E ] hyperscan (5.4.0) [ 0 ][ SKI= P ] suricata (6.0.10) [ 2:20 ][ DON= E ] ids-ruleset-sources [ 0 ][ DON= E ] ipblocklist-sources [ 0 ][ DON= E ] squid (5.8) [ 2:26 ][ DON= E ] squidguard (1.6.0) [ 6 ][ DON= E ] calamaris (2.59) [ 0 ][ DON= E ] tcpdump (4.99.3) [ 6 ][ DON= E ] traceroute (2.1.0) [ 1 ][ DON= E ] vlan (1.9) [ 0 ][ DON= E ] wireless (30.pre9) [ 1 ][ DON= E ] pakfire (0.99) [ 0 ][ DON= E ] lz4 (1.9.4) [ 8 ][ DON= E ] lzo (2.10) [ 13 ][ DON= E ] openvpn (2.5.8) [ 20 ][ DON= E ] mpage (2.5.7) [ 1 ][ DON= E ] dbus (1.14.6) [ 17 ][ DON= E ] intltool (0.51.0) [ 2 ][ DON= E ] libdaemon (0.14) [ 7 ][ DON= E ] avahi (0.8) [ 19 ][ DON= E ] cups (2.4.2) [ 21 ][ DON= E ] lcms2 (2.14) [ 8 ][ DON= E ] ghostscript (10.01.1) [ 3:20 ][ DON= E ] qpdf (11.3.0) [ 11 ][ DON= E ] poppler (23.03.0) [ 7 ][ DON= E ] poppler-data (0.4.12) [ 2 ][ DON= E ] cups-filters (1.28.16) [ 10 ][ DON= E ] epson-inkjet-printer-escpr (1.7.23) [ 7 ][ DON= E ] cups-pdf (3.0.1) [ 1 ][ DON= E ] foomatic (4.0.9) [ 51 ][ DON= E ] hplip (3.22.6) [ 17 ][ DON= E ] cifs-utils (6.14) [ 6 ][ DON= E ] krb5 (1.20.1) [ 24 ][ DON= E ] rpcsvc-proto (1.4.3) [ 3 ][ DON= E ] samba (4.17.5) [ 4:30 ][ DON= E ] netatalk (3.1.12) [ 23 ][ DON= E ] sudo (1.9.13p3) [ 24 ][ DON= E ] mc (4.8.29) [ 22 ][ DON= E ] wget (1.21.3) [ 32 ][ DON= E ] bridge-utils (1.5) [ 3 ][ DON= E ] smartmontools (7.3) [ 6 ][ DON= E ] htop (3.2.2) [ 7 ][ DON= E ] chkconfig (1.5) [ 1 ][ DON= E ] postfix (3.7.3) [ 11 ][ DON= E ] fetchmail (6.4.36) [ 6 ][ DON= E ] clamav (1.0.1) [ 1:33 ][ DON= E ] perl-NetAddr-IP (4.079) [ 14 ][ DON= E ] dma (0.13) [ 1 ][ DON= E ] alsa (1.2.8) [ 27 ][ DON= E ] mpfire [ 0 ][ DON= E ] guardian (2.0.2) [ 1 ][ DON= E ] libid3tag (0.15.1b) [ 6 ][ DON= E ] libmad (0.15.1b) [ 10 ][ DON= E ] libogg (1.3.5) [ 5 ][ DON= E ] libvorbis (1.3.7) [ 4 ][ DON= E ] flac (1.4.2) [ 12 ][ DON= E ] lame (3.100) [ 8 ][ DON= E ] sox (14.4.2) [ 26 ][ DON= E ] soxr (0.1.3) [ 2 ][ DON= E ] libshout (2.4.6) [ 7 ][ DON= E ] xvid (1.3.7) [ 2 ][ DON= E ] libmpeg2 (0.4.1) [ 9 ][ DON= E ] gnump3d (3.0) [ 2 ][ DON= E ] rsync (3.2.7) [ 15 ][ DON= E ] rpcbind (1.2.6) [ 2 ][ DON= E ] keyutils (1.6.3) [ 1 ][ DON= E ] nfs (2.6.2) [ 17 ][ DON= E ] ncat (7.92) [ 31 ][ DON= E ] nmap (7.92) [ 36 ][ DON= E ] etherwake (1.09) [ 1 ][ DON= E ] bwm-ng (0.6.1-f54b3fa) [ 7 ][ DON= E ] sysstat (12.7.1) [ 3 ][ DON= E ] strongswan (5.9.10) [ 47 ][ DON= E ] rng-tools (6.14) [ 4 ][ DON= E ] lsof (4.98.0) [ 1 ][ DON= E ] br2684ctl [ 1 ][ DON= E ] lm_sensors (3-6-0) [ 0 ][ DON= E ] libstatgrab (0.92.1) [ 16 ][ DON= E ] liboping (1.3.4) [ 5 ][ DON= E ] collectd (4.10.9) [ 1:17 ][ DON= E ] git (2.38.1) [ 10 ][ DON= E ] elinks (0.16.0) [ 7 ][ DON= E ] igmpproxy (0.4) [ 1 ][ DON= E ] opus (1.3.1) [ 8 ][ DON= E ] python3-toml (0.10.2) [ 1 ][ DON= E ] python3-pyproject2setuppy (22) [ 1 ][ DON= E ] python3-pyparsing (3.0.9) [ 2 ][ DON= E ] spice-protocol (0.14.3) [ 1 ][ DON= E ] spice (0.15.0) [ 28 ][ DON= E ] sdl2 (2.26.4) [ 41 ][ DON= E ] libusbredir (0.13.0) [ 2 ][ DON= E ] libseccomp (2.5.4) [ 4 ][ DON= E ] qemu (7.1.0) [ 1:03 ][ DON= E ] netsnmpd (5.9.1) [ 2:52 ][ DON= E ] nagios_nrpe (4.1.0) [ 11 ][ DON= E ] nagios-plugins (2.3.3) [ 51 ][ DON= E ] icinga (1.11.4) [ 23 ][ DON= E ] observium-agent (18.9.1) [ 3 ][ DON= E ] ebtables (2.0.10-4) [ 0 ][ DON= E ] faad2 (2_10_0) [ 12 ][ DON= E ] alac (0.0.7) [ 9 ][ DON= E ] ffmpeg (5.1.2) [ 33 ][ DON= E ] vdr (2.4.7) [ 4 ][ DON= E ] vdr_streamdev (0.6.1) [ 4 ][ DON= E ] vdr_epgsearch (2.4.0+git20191101) [ 10 ][ DON= E ] vdr_dvbapi (2.2.5) [ 2 ][ DON= E ] vdr_eepg (master) [ 1 ][ DON= E ] w_scan (20170107) [ 3 ][ DON= E ] fmt (9.1.0) [ 3 ][ DON= E ] mpd (0.23.12) [ 9 ][ DON= E ] libmpdclient (2.19) [ 2 ][ DON= E ] mpc (0.34) [ 1 ][ DON= E ] perl-Net-CIDR-Lite (0.21) [ 1 ][ DON= E ] perl-Net-SMTP-SSL (1.04) [ 1 ][ DON= E ] perl-MIME-Base64 (3.16) [ 1 ][ DON= E ] perl-Authen-SASL (2.16) [ 1 ][ DON= E ] perl-MIME-Lite (3.033) [ 1 ][ DON= E ] perl-Email-Date-Format (1.005) [ 1 ][ DON= E ] squidclamav (5.11) [ 7 ][ DON= E ] vnstat (2.10) [ 6 ][ DON= E ] iw (5.19) [ 1 ][ DON= E ] wpa_supplicant (2.10) [ 2 ][ DON= E ] hostapd (2_10) [ 2 ][ DON= E ] syslinux (6.04-pre1) [ 0 ][ SKI= P ] tftpd (5.2) [ 7 ][ DON= E ] cpufrequtils (008) [ 1 ][ DON= E ] gutenprint (5.3.4) [ 13 ][ DON= E ] apcupsd (3.14.14) [ 7 ][ DON= E ] fireperf (0.2.0) [ 8 ][ DON= E ] iperf (2.1.8) [ 6 ][ DON= E ] iperf3 (3.12) [ 5 ][ DON= E ] 7zip (17.05) [ 6 ][ DON= E ] lynis (3.0.8) [ 1 ][ DON= E ] sshfs (3.7.2) [ 1 ][ DON= E ] taglib (1.12) [ 4 ][ DON= E ] sslh (1.22c) [ 0 ][ DON= E ] perl-gettext (1.05) [ 2 ][ DON= E ] perl-Sort-Naturally (1.03) [ 0 ][ DON= E ] vdradmin (3.6.10) [ 1 ][ DON= E ] perl-DBI (1.631) [ 3 ][ DON= E ] perl-DBD-SQLite (1.40) [ 2 ][ DON= E ] perl-File-ReadBackwards (1.05) [ 1 ][ DON= E ] openvmtools (stable-12.0.5) [ 0 ][ SKI= P ] joe (4.6) [ 8 ][ DON= E ] monit (5.33.0) [ 17 ][ DON= E ] nut (2.8.0) [ 30 ][ DON= E ] watchdog (5.16) [ 3 ][ DON= E ] usb_modeswitch (2.6.1) [ 2 ][ DON= E ] usb_modeswitch_data (20191128) [ 2 ][ DON= E ] zerofree (1.1.1) [ 0 ][ DON= E ] minicom (2.8) [ 6 ][ DON= E ] ddrescue (1.26) [ 1 ][ DON= E ] powertop (2.14) [ 18 ][ DON= E ] parted (3.5) [ 29 ][ DON= E ] swig (4.1.0) [ 11 ][ DON= E ] dtc (1.6.1) [ 4 ][ DON= E ] u-boot (2022.10) [ 1:24 ][ DON= E ] wireless-regdb (2023-02-13) [ 1 ][ DON= E ] ddns (014) [ 4 ][ DON= E ] python3-pycparser (2.21) [ 2 ][ DON= E ] python3-charset-normalizer (2.1.1) [ 1 ][ DON= E ] python3-certifi (2022.9.24) [ 2 ][ DON= E ] python3-idna (3.4) [ 1 ][ DON= E ] python3-requests (2.28.1) [ 1 ][ DON= E ] python3-tomli (2.0.1) [ 1 ][ DON= E ] python3-pep517 (0.13.0) [ 1 ][ DON= E ] python3-build (0.8.0) [ 2 ][ DON= E ] python3-install (0.0.3) [ 1 ][ DON= E ] python3-urllib3 (1.26.12) [ 1 ][ DON= E ] python3-flit (3.7.1) [ 2 ][ DON= E ] python3-packaging (23.0) [ 1 ][ DON= E ] python3-typing-extensions (4.4.0) [ 1 ][ DON= E ] python3-semantic-version (2.10.0) [ 1 ][ DON= E ] python3-setuptools-scm (7.0.5) [ 1 ][ DON= E ] python3-setuptools-rust (1.5.2) [ 1 ][ DON= E ] python3-six (1.16.0) [ 1 ][ DON= E ] python3-dateutil (2.8.2) [ 2 ][ DON= E ] python3-jmespath (1.0.1) [ 1 ][ DON= E ] python3-colorama (0.4.5) [ 1 ][ DON= E ] python3-yaml (6.0) [ 1 ][ DON= E ] python3-s3transfer (0.6.0) [ 2 ][ DON= E ] python3-rsa (4.9) [ 1 ][ DON= E ] python3-pyasn1 (0.4.8) [ 1 ][ DON= E ] python3-botocore (1.27.89) [ 5 ][ DON= E ] python3-cffi (1.15.1) [ 2 ][ DON= E ] python3-cryptography (38.0.1) [ 1:47 ][ DON= E ] python3-circuitbreaker (1.4.0) [ 1 ][ DON= E ] python3-pytz (2022.4) [ 4 ][ DON= E ] python3-click (8.1.3) [ 1 ][ DON= E ] python3-arrow (1.2.3) [ 2 ][ DON= E ] python3-terminaltables (3.1.10) [ 1 ][ DON= E ] python3-pkgconfig (1.5.5) [ 1 ][ DON= E ] python3-msgpack (1.0.4) [ 1 ][ DON= E ] python3-attr (0.3.2) [ 1 ][ DON= E ] python3-attrs (22.1.0) [ 2 ][ DON= E ] python3-sniffio (1.3.0) [ 1 ][ DON= E ] python3-sortedcontainers (2.4.0) [ 1 ][ DON= E ] python3-outcome (1.2.0) [ 1 ][ DON= E ] python3-async_generator (1.10) [ 1 ][ DON= E ] python3-trio (0.22.0) [ 2 ][ DON= E ] python3-pyfuse3 (3.2.2) [ 2 ][ DON= E ] aws-cli (1.27.100) [ 12 ][ DON= E ] oci-python-sdk (2.64.0) [ 44 ][ DON= E ] oci-cli (3.7.3) [ 12 ][ DON= E ] transmission (3.00) [ 11 ][ DON= E ] mtr (0.95) [ 4 ][ DON= E ] minidlna (1.3.0) [ 13 ][ DON= E ] acpid (2.0.34) [ 5 ][ DON= E ] fping (5.0) [ 3 ][ DON= E ] telnet (0.17) [ 2 ][ DON= E ] xinetd (2.3.15) [ 6 ][ DON= E ] stress (1.0.5) [ 5 ][ DON= E ] sarg (2.4.0) [ 7 ][ DON= E ] nginx (1.22.1) [ 9 ][ DON= E ] sysbench (1.0.20) [ 15 ][ DON= E ] strace (6.1) [ 29 ][ DON= E ] ltrace (0.7.3) [ 0 ][ SKI= P ] ipfire-netboot (v2.0) [ 0 ][ SKI= P ] lcdproc (0e2ce9b) [ 10 ][ DON= E ] keepalived (2.2.7) [ 11 ][ DON= E ] ipvsadm (1.31) [ 0 ][ DON= E ] perl-Carp-Clan (6.08) [ 1 ][ DON= E ] perl-Date-Calc (6.4) [ 1 ][ DON= E ] perl-Date-Manip (6.86) [ 7 ][ DON= E ] perl-File-Tail (1.3) [ 1 ][ DON= E ] perl-TimeDate (2.33) [ 1 ][ DON= E ] swatch (3.2.4) [ 1 ][ DON= E ] tor (0.4.7.13) [ 32 ][ DON= E ] wavemon (0.7.5) [ 4 ][ DON= E ] iptraf-ng (1.2.1) [ 1 ][ DON= E ] iotop (1.22) [ 3 ][ DON= E ] stunnel (5.63) [ 8 ][ DON= E ] bacula (9.6.7) [ 27 ][ DON= E ] perl-Font-TTF (1.06) [ 2 ][ DON= E ] perl-IO-String (1.08) [ 1 ][ DON= E ] perl-PDF-API2 (2.033) [ 2 ][ DON= E ] proxy-accounting (1.0.4) [ 1 ][ DON= E ] tmux (3.3) [ 7 ][ DON= E ] perl-Text-CSV_XS (1.12) [ 2 ][ DON= E ] lua (5.4.4) [ 0 ][ DON= E ] haproxy (2.7.4) [ 2 ][ DON= E ] ipset (7.17) [ 12 ][ DON= E ] dnsdist (1.7.3) [ 20 ][ DON= E ] bird (2.0.12) [ 16 ][ DON= E ] libyang (2.1.4) [ 4 ][ DON= E ] frr (8.0.1) [ 43 ][ DON= E ] dmidecode (3.3) [ 0 ][ SKI= P ] mcelog (181) [ 0 ][ SKI= P ] libpciaccess (0.17) [ 5 ][ DON= E ] libyajl (2.1.0) [ 2 ][ DON= E ] libvirt (8.10.0) [ 18 ][ DON= E ] libtalloc (2.3.4) [ 25 ][ DON= E ] freeradius (3.0.23) [ 57 ][ DON= E ] perl-common-sense (3.74) [ 1 ][ DON= E ] perl-inotify2 (1.22) [ 2 ][ DON= E ] perl-Net-IP (1.26) [ 1 ][ DON= E ] wio (1.3.2) [ 0 ][ DON= E ] iftop (1.0pre4) [ 4 ][ DON= E ] mdns-repeater (1.10) [ 1 ][ DON= E ] i2c-tools (4.3) [ 0 ][ DON= E ] nss-myhostname (0.3) [ 6 ][ DON= E ] dehydrated (0.7.1) [ 1 ][ DON= E ] libplist (2.2.0) [ 9 ][ DON= E ] nqptp (ad384f9ed3b2cc31e97012ab6bfe5a214ffc65a2) [ = 5 ][ DONE ] shairport-sync (4.1.1) [ 10 ][ DON= E ] borgbackup (1.2.3) [ 2 ][ DON= E ] lmdb (0.9.30) [ 1 ][ DON= E ] knot (3.2.4) [ 11 ][ DON= E ] spectre-meltdown-checker (0.45) [ 1 ][ DON= E ] zabbix_agentd (6.0.6) [ 19 ][ DON= E ] flashrom (1.2) [ 0 ][ SKI= P ] firmware-update (20210107) [ 4 ][ DON= E ] tshark (3.6.3) [ 39 ][ DON= E ] speedtest-cli (2.1.3) [ 1 ][ DON= E ] amazon-ssm-agent (3.2.582.0) [ 25 ][ DON= E ] libloc (0.9.16) [ 37 ][ DON= E ] ncdu (1.17) [ 3 ][ DON= E ] lshw (B.02.19.2) [ 1 ][ DON= E ] socat (1.7.4.2) [ 23 ][ DON= E ] libcdada (0.4.0) [ 15 ][ DON= E ] pmacct (1.7.8) [ 1:46 ][ DON= E ] squid-asnbl (0.2.4) [ 0 ][ DON= E ] qemu-ga (7.1.0) [ 1 ][ DON= E ] gptfdisk (1.0.9) [ 1 ][ DON= E ] oath-toolkit (2.6.7) [ 1:12 ][ DON= E ] qrencode (4.1.1) [ 4 ][ DON= E ] perl-File-Remove (1.60) [ 1 ][ DON= E ] perl-Module-Build (0.4231) [ 1 ][ DON= E ] perl-Module-ScanDeps (1.31) [ 1 ][ DON= E ] perl-YAML-Tiny (1.73) [ 1 ][ DON= E ] perl-Module-Install (1.19) [ 2 ][ DON= E ] perl-Imager (1.012) [ 9 ][ DON= E ] perl-Imager-QRCode (0.035) [ 1 ][ DON= E ] perl-MIME-Base32 (1.303) [ 1 ][ DON= E ] perl-URI-Encode (1.1.1) [ 1 ][ DON= E ] Building installer =20 memtest (6.01) [ 0 ][ SKI= P ] installer [ 11 ][ DON= E ] strip [ 1:08 ][ DON= E ] Building packages =20 Generating packages list from logs [ DON= E ] cdrom [ 2:49 ][ DON= E ] flash-images [ 3:10 ][ DON= E ] core-updates [ 11 ][ DON= E ] samba (4.17.5) [ 31 ][ DON= E ] perl-gettext (1.05) [ 0 ][ DON= E ] libshout (2.4.6) [ 0 ][ DON= E ] speedtest-cli (2.1.3) [ 0 ][ DON= E ] python3-sortedcontainers (2.4.0) [ 0 ][ DON= E ] libmad (0.15.1b) [ 1 ][ DON= E ] iotop (1.22) [ 0 ][ DON= E ] cpufrequtils (008) [ 0 ][ DON= E ] sysbench (1.0.20) [ 0 ][ DON= E ] python3-pytz (2022.4) [ 1 ][ DON= E ] python3-circuitbreaker (1.4.0) [ 0 ][ DON= E ] libid3tag (0.15.1b) [ 0 ][ DON= E ] rsync (3.2.7) [ 0 ][ DON= E ] netatalk (3.1.12) [ 1 ][ DON= E ] vdradmin (3.6.10) [ 0 ][ DON= E ] python3-rsa (4.9) [ 1 ][ DON= E ] perl-common-sense (3.74) [ 0 ][ DON= E ] python3-async_generator (1.10) [ 0 ][ DON= E ] firmware-update (20210107) [ 0 ][ DON= E ] python3-pyasn1 (0.4.8) [ 0 ][ DON= E ] dnsdist (1.7.3) [ 3 ][ DON= E ] postfix (3.7.3) [ 6 ][ DON= E ] epson-inkjet-printer-escpr (1.7.23) [ 5 ][ DON= E ] aws-cli (1.27.100) [ 4 ][ DON= E ] sdl2 (2.26.4) [ 1 ][ DON= E ] mpd (0.23.12) [ 0 ][ DON= E ] iftop (1.0pre4) [ 1 ][ DON= E ] oci-python-sdk (2.64.0) [ 18 ][ DON= E ] python3-msgpack (1.0.4) [ 0 ][ DON= E ] libtalloc (2.3.4) [ 0 ][ DON= E ] python3-attr (0.3.2) [ 0 ][ DON= E ] flashrom (1.2) [ 0 ][ SKI= P ] mcelog (181) [ 0 ][ SKI= P ] tmux (3.3) [ 1 ][ DON= E ] haproxy (2.7.4) [ 1 ][ DON= E ] fmt (9.1.0) [ 0 ][ DON= E ] igmpproxy (0.4) [ 0 ][ DON= E ] sslh (1.22c) [ 1 ][ DON= E ] iperf (2.1.8) [ 0 ][ DON= E ] watchdog (5.16) [ 0 ][ DON= E ] swatch (3.2.4) [ 0 ][ DON= E ] alsa (1.2.8) [ 6 ][ DON= E ] gptfdisk (1.0.9) [ 1 ][ DON= E ] make (4.4.1) [ 0 ][ DON= E ] python3-yaml (6.0) [ 0 ][ DON= E ] opus (1.3.1) [ 0 ][ DON= E ] openvmtools (stable-12.0.5) [ 0 ][ SKI= P ] libcdada (0.4.0) [ 0 ][ DON= E ] w_scan (20170107) [ 1 ][ DON= E ] clamav (1.0.1) [ 4 ][ DON= E ] python3-s3transfer (0.6.0) [ 0 ][ DON= E ] git (2.38.1) [ 11 ][ DON= E ] spice (0.15.0) [ 1 ][ DON= E ] python3-typing-extensions (4.4.0) [ 0 ][ DON= E ] ltrace (0.7.3) [ 0 ][ SKI= P ] python3-pkgconfig (1.5.5) [ 0 ][ DON= E ] perl-Carp-Clan (6.08) [ 0 ][ DON= E ] perl-Parse-Yapp (1.21) [ 0 ][ DON= E ] monit (5.33.0) [ 1 ][ DON= E ] libexif (0.6.24) [ 0 ][ DON= E ] pmacct (1.7.8) [ 1 ][ DON= E ] python3-dateutil (2.8.2) [ 0 ][ DON= E ] zabbix_agentd (6.0.6) [ 1 ][ DON= E ] python3-attrs (22.1.0) [ 0 ][ DON= E ] python3-cryptography (38.0.1) [ 1 ][ DON= E ] libyajl (2.1.0) [ 0 ][ DON= E ] qemu (7.1.0) [ 34 ][ DON= E ] powertop (2.14) [ 0 ][ DON= E ] faad2 (2_10_0) [ 0 ][ DON= E ] sox (14.4.2) [ 0 ][ DON= E ] transmission (3.00) [ 2 ][ DON= E ] strace (6.1) [ 0 ][ DON= E ] stress (1.0.5) [ 0 ][ DON= E ] perl-MIME-Base64 (3.16) [ 0 ][ DON= E ] wio (1.3.2) [ 0 ][ DON= E ] frr (8.0.1) [ 4 ][ DON= E ] lame (3.100) [ 1 ][ DON= E ] tcpdump (4.99.3) [ 0 ][ DON= E ] minicom (2.8) [ 0 ][ DON= E ] python3-cffi (1.15.1) [ 1 ][ DON= E ] nginx (1.22.1) [ 0 ][ DON= E ] iptraf-ng (1.2.1) [ 0 ][ DON= E ] bacula (9.6.7) [ 1 ][ DON= E ] socat (1.7.4.2) [ 0 ][ DON= E ] lshw (B.02.19.2) [ 1 ][ DON= E ] foomatic (4.0.9) [ 14 ][ DON= E ] traceroute (2.1.0) [ 0 ][ DON= E ] cups (2.4.2) [ 7 ][ DON= E ] perl-Net-SMTP-SSL (1.04) [ 0 ][ DON= E ] perl-File-ReadBackwards (1.05) [ 0 ][ DON= E ] ipvsadm (1.31) [ 0 ][ DON= E ] python3-terminaltables (3.1.10) [ 0 ][ DON= E ] elfutils (0.189) [ 1 ][ DON= E ] observium-agent (18.9.1) [ 0 ][ DON= E ] 7zip (17.05) [ 4 ][ DON= E ] vdr_streamdev (0.6.1) [ 1 ][ DON= E ] rpcbind (1.2.6) [ 0 ][ DON= E ] mpc (0.34) [ 0 ][ DON= E ] mdns-repeater (1.10) [ 0 ][ DON= E ] python3-jmespath (1.0.1) [ 0 ][ DON= E ] bwm-ng (0.6.1-f54b3fa) [ 0 ][ DON= E ] ncat (7.92) [ 1 ][ DON= E ] fping (5.0) [ 0 ][ DON= E ] vdr (2.4.7) [ 1 ][ DON= E ] ddrescue (1.26) [ 0 ][ DON= E ] bird (2.0.12) [ 0 ][ DON= E ] c-ares (1.17.1) [ 1 ][ DON= E ] htop (3.2.2) [ 0 ][ DON= E ] netsnmpd (5.9.1) [ 4 ][ DON= E ] mc (4.8.29) [ 1 ][ DON= E ] python3-arrow (1.2.3) [ 0 ][ DON= E ] python3-requests (2.28.1) [ 0 ][ DON= E ] python3-packaging (23.0) [ 0 ][ DON= E ] libassuan (2.5.5) [ 0 ][ DON= E ] tor (0.4.7.13) [ 8 ][ DON= E ] wavemon (0.7.5) [ 1 ][ DON= E ] libdaemon (0.14) [ 0 ][ DON= E ] nagios_nrpe (4.1.0) [ 0 ][ DON= E ] taglib (1.12) [ 0 ][ DON= E ] libseccomp (2.5.4) [ 1 ][ DON= E ] python3-semantic-version (2.10.0) [ 0 ][ DON= E ] ncdu (1.17) [ 0 ][ DON= E ] libusbredir (0.13.0) [ 0 ][ DON= E ] amazon-ssm-agent (3.2.582.0) [ 42 ][ DON= E ] perl-File-Tail (1.3) [ 0 ][ DON= E ] nqptp (ad384f9ed3b2cc31e97012ab6bfe5a214ffc65a2) [ = 0 ][ DONE ] dbus (1.14.6) [ 1 ][ DON= E ] libpciaccess (0.17) [ 0 ][ DON= E ] cifs-utils (6.14) [ 0 ][ DON= E ] freeradius (3.0.23) [ 3 ][ DON= E ] oci-cli (3.7.3) [ 5 ][ DON= E ] python3-certifi (2022.9.24) [ 0 ][ DON= E ] libplist (2.2.0) [ 0 ][ DON= E ] python3-click (8.1.3) [ 0 ][ DON= E ] stunnel (5.63) [ 1 ][ DON= E ] avahi (0.8) [ 0 ][ DON= E ] xvid (1.3.7) [ 0 ][ DON= E ] nmap (7.92) [ 10 ][ DON= E ] libvorbis (1.3.7) [ 0 ][ DON= E ] pcengines-apu-firmware (4.19.0.1) [ 0 ][ SKI= P ] guardian (2.0.2) [ 0 ][ DON= E ] python3-setuptools (67.5.1) [ 1 ][ DON= E ] python3-sniffio (1.3.0) [ 1 ][ DON= E ] libogg (1.3.5) [ 0 ][ DON= E ] ghostscript (10.01.1) [ 12 ][ DON= E ] mpfire [ 0 ][ DON= E ] perl-Date-Calc (6.4) [ 1 ][ DON= E ] lcdproc (0e2ce9b) [ 0 ][ DON= E ] vdr_dvbapi (2.2.5) [ 0 ][ DON= E ] lynis (3.0.8) [ 0 ][ DON= E ] cups-pdf (3.0.1) [ 0 ][ DON= E ] flac (1.4.2) [ 1 ][ DON= E ] perl-Net-IP (1.26) [ 0 ][ DON= E ] apcupsd (3.14.14) [ 0 ][ DON= E ] libmpeg2 (0.4.1) [ 0 ][ DON= E ] perl-Date-Manip (6.86) [ 4 ][ DON= E ] vdr_epgsearch (2.4.0+git20191101) [ 1 ][ DON= E ] hostapd (2_10) [ 0 ][ DON= E ] ebtables (2.0.10-4) [ 0 ][ DON= E ] alac (0.0.7) [ 0 ][ DON= E ] shairport-sync (4.1.1) [ 0 ][ DON= E ] perl-inotify2 (1.22) [ 0 ][ DON= E ] python3-trio (0.22.0) [ 1 ][ DON= E ] minidlna (1.3.0) [ 0 ][ DON= E ] gutenprint (5.3.4) [ 4 ][ DON= E ] python3-pyfuse3 (3.2.2) [ 0 ][ DON= E ] python3-urllib3 (1.26.12) [ 1 ][ DON= E ] soxr (0.1.3) [ 0 ][ DON= E ] iperf3 (3.12) [ 0 ][ DON= E ] qemu-ga (7.1.0) [ 0 ][ DON= E ] python3-charset-normalizer (2.1.1) [ 1 ][ DON= E ] hplip (3.22.6) [ 5 ][ DON= E ] python3-flit (3.7.1) [ 1 ][ DON= E ] python3-colorama (0.4.5) [ 0 ][ DON= E ] spectre-meltdown-checker (0.45) [ 0 ][ DON= E ] vdr_eepg (master) [ 0 ][ DON= E ] gnump3d (3.0) [ 1 ][ DON= E ] perl-JSON (4.05) [ 0 ][ DON= E ] mtr (0.95) [ 0 ][ DON= E ] sarg (2.4.0) [ 1 ][ DON= E ] keepalived (2.2.7) [ 0 ][ DON= E ] cups-filters (1.28.16) [ 1 ][ DON= E ] dehydrated (0.7.1) [ 0 ][ DON= E ] perl-Authen-SASL (2.16) [ 0 ][ DON= E ] python3-docutils (0.19) [ 1 ][ DON= E ] python3-six (1.16.0) [ 0 ][ DON= E ] python3-botocore (1.27.89) [ 24 ][ DON= E ] joe (4.6) [ 0 ][ DON= E ] nfs (2.6.2) [ 1 ][ DON= E ] borgbackup (1.2.3) [ 1 ][ DON= E ] telnet (0.17) [ 0 ][ DON= E ] ffmpeg (5.1.2) [ 9 ][ DON= E ] rng-tools (6.14) [ 0 ][ DON= E ] xinetd (2.3.15) [ 0 ][ DON= E ] nagios-plugins (2.3.3) [ 1 ][ DON= E ] tftpd (5.2) [ 0 ][ DON= E ] proxy-accounting (1.0.4) [ 1 ][ DON= E ] libvirt (8.10.0) [ 4 ][ DON= E ] icinga (1.11.4) [ 13 ][ DON= E ] libmpdclient (2.19) [ 0 ][ DON= E ] fetchmail (6.4.36) [ 0 ][ DON= E ] tshark (3.6.3) [ 53 ][ DON= E ] squidclamav (5.11) [ 0 ][ DON= E ] python3-pyparsing (3.0.9) [ 0 ][ DON= E ] nut (2.8.0) [ 3 ][ DON= E ] python3-idna (3.4) [ 0 ][ DON= E ] fireperf (0.2.0) [ 0 ][ DON= E ] python3-outcome (1.2.0) [ 0 ][ DON= E ] Checking Logfiles for new Files =20 *** Build finished in 2:47:04 [ DON= E ] --===============8438310836747381430==--