From mboxrd@z Thu Jan 1 00:00:00 1970 From: IPFire Nightly Builder To: nightly-builds@lists.ipfire.org Subject: [FAILED] Nightly Build of next (d6989b4) for armv5tel on arm64-02.dub.ipfire.org Date: Wed, 25 Nov 2020 23:58:37 +0000 Message-ID: <4ChHsT2cQBz5yv6@arm64-02.dub.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0513749145573543860==" List-Id: --===============0513749145573543860== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable https://nightly.ipfire.org/next/2020-11-25%2020%3A03%3A14%20%2B0000-d6989b4b/= armv5tel commit d6989b4b0b42937485f5008cda6cdd730275f1ec Author: Michael Tremer Date: Tue Oct 20 13:28:25 2020 +0000 openvpn: Actually apply configured parameters =20 OpenVPN is an absolute mess. The behaviour of configuration parameters has been changed over the time; default values have been changed over time; and it looks like nobody is actually testing anything any more. =20 I have been spending hours today on figuring out why OpenVPN is so damn slow. On a Lightning Wire Labs IPFire Mini Appliance it achieves about 100 MBit/s in the default configuration when "openssl speed -evp aes-256-gcm" achieves over 3.5 GBit/s. =20 Changing any of the cryptography parameters does not change anything. Throughput remains around 100 MBit/s. =20 I finally set "cipher none" and "auth none" which disables encryption and authentication altogether but does not increase throughput. From here on it was absolutely clear that it was not a crypto issue. =20 OpenVPN tries to be smart here and does its own fragmentation. This is the worst idea I have heard of all day, because that job is normally done best by the OS. =20 Various settings which allow the user to "tune" this are grossly ineffective - let alone it isn't even clear what I am supposed to configure anywhere. Setting "fragment 1500" weirdly still does not convince openvpn to generate a packet that is longer than 1400 bytes. Who'd a thunk? =20 There is a number of other parameters to set the MTU or which are related to it (tun-mtu, link-mtu, fragment, mssfix). =20 On top of all of this we have two "bugs" in ovpnmain.cgi which are being fixed in this patch: =20 1) mssfix can be configured by the user. However, we always enable it in openvpn. The default is on, we only add "mssfix" which simply turns it on. It is now being disabled when the user has chosen so in the web UI. I do not know if this is backwards-compatible. =20 2) We cap the MTU (tun-mtu) at 1500 bytes when fragment is being used. So it becomes pointless that the user can this and the user is not being made aware of this when they hit the save button. This was added when we added path MTU discovery. Since that did not work and was removed, we can remove this now, too. =20 I archived a solid 500-600 MBit/s of goodput with these settings: =20 * Disable mssfix * Set "fragment" to 0 * Set MTU to 9000 =20 I am sure the MTU could be further increased to have bigger packets, but I did not test how badly this will affect latency of the tunnel. =20 OpenVPN seems to only be able to handle a certain amount of packets a second - no matter what. With larger packets, the throughput of the tunnel increases, but latency might as well. =20 Signed-off-by: Michael Tremer Cc: Erik Kapfer Cc: Stefan Schantl Signed-off-by: Michael Tremer https://git.ipfire.org/?p=3Dipfire-2.x.git;a=3Dshortlog;h=3Dd6989b4b0b4293748= 5f5008cda6cdd730275f1ec Packaged toolchain compilation =20 Checking for necessary space on disk [ DON= E ] Building LFS =20 stage2 [ 0 ][ DON= E ] linux (4.14.209) KCFG=3D-headers [ 13 ][ D= ONE ] man-pages (2.34) [ 4 ][ DON= E ] glibc (2.32) [ 4:39 ][ DON= E ] tzdata (2020d) [ 2 ][ DON= E ] cleanup-toolchain [ 0 ][ DON= E ] zlib (1.2.11) [ 1 ][ DON= E ] binutils (2.35.1) [ 26 ][ DON= E ] gmp (6.2.0) [ 25 ][ DON= E ] gmp-compat (4.3.2) [ 27 ][ DON= E ] mpfr (4.1.0) [ 13 ][ DON= E ] libmpc (1.1.0) [ 4 ][ DON= E ] file (5.39) [ 6 ][ DON= E ] gcc (10.2.0) [ 12:19 ][ DON= E ] sed (4.4) [ 14 ][ DON= E ] autoconf (2.69) [ 2 ][ DON= E ] automake (1.16.2) [ 2 ][ DON= E ] berkeley (5.3.28) [ 21 ][ DON= E ] berkeley-compat (4.4.20) [ 14 ][ DON= E ] coreutils (8.32) [ 1:45 ][ DON= E ] iana-etc (2.30) [ 0 ][ DON= E ] m4 (1.4.18) [ 19 ][ DON= E ] bison (3.7.1) [ 24 ][ DON= E ] ncurses (6.2) [ 37 ][ DON= E ] procps (3.2.8) [ 2 ][ DON= E ] libtool (2.4.6) [ 5 ][ DON= E ] perl (5.30.0) [ 1:59 ][ DON= E ] readline (8.0) [ 6 ][ DON= E ] readline-compat (6.3) [ 5 ][ DON= E ] bzip2 (1.0.6) [ 1 ][ DON= E ] xz (5.2.5) [ 8 ][ DON= E ] pcre (8.44) [ 7 ][ DON= E ] pcre-compat (7.7) [ 6 ][ DON= E ] bash (5.0) [ 22 ][ DON= E ] diffutils (3.6) [ 21 ][ DON= E ] e2fsprogs (1.44.4) [ 15 ][ DON= E ] ed (0.2) [ 1 ][ DON= E ] findutils (4.6.0) [ 31 ][ DON= E ] flex (2.6.4) [ 6 ][ DON= E ] gawk (4.1.4) [ 11 ][ DON= E ] gettext (0.19.8.1) [ 1:33 ][ DON= E ] go (1.15.4) [ 0 ][ SKI= P ] grep (2.27) [ 16 ][ DON= E ] groff (1.22.4) [ 33 ][ DON= E ] gperf (3.0.4) [ 3 ][ DON= E ] gzip (1.9) [ 12 ][ DON= E ] hostname (3.20) [ 0 ][ DON= E ] iproute2 (5.8.0) [ 3 ][ DON= E ] jwhois (4.0) [ 4 ][ DON= E ] kbd (2.2.0) [ 11 ][ DON= E ] less (530) [ 3 ][ DON= E ] pkg-config (0.29.2) [ 20 ][ DON= E ] make (4.2.1) [ 12 ][ DON= E ] man (2.4.3) [ 13 ][ DON= E ] net-tools (1.60) [ 2 ][ DON= E ] patch (2.7.6) [ 18 ][ DON= E ] psmisc (22.2) [ 3 ][ DON= E ] shadow (4.2.1) [ 10 ][ DON= E ] sysklogd (1.5.1) [ 0 ][ DON= E ] sysvinit (2.88dsf) [ 1 ][ DON= E ] tar (1.32) [ 26 ][ DON= E ] texinfo (6.6) [ 22 ][ DON= E ] util-linux (2.28.2) [ 27 ][ DON= E ] vim (8.2) [ 15 ][ DON= E ] Building IPFire =20 configroot [ 1 ][ DON= E ] initscripts [ 0 ][ DON= E ] backup [ 1 ][ DON= E ] openssl (1.1.1h) [ 1:20 ][ DON= E ] kmod (26) [ 6 ][ DON= E ] udev (3.2.6) [ 11 ][ DON= E ] popt (1.18) [ 4 ][ DON= E ] libedit (20190324-3.1) [ 5 ][ DON= E ] libusb (1.0.23) [ 4 ][ DON= E ] libusb-compat (0.1.5) [ 2 ][ DON= E ] libpcap (1.9.1) [ 6 ][ DON= E ] ppp (2.4.8) [ 2 ][ DON= E ] pptp (1.7.2) [ 0 ][ DON= E ] unzip (60) [ 1 ][ DON= E ] which (2.21) [ 2 ][ DON= E ] linux-firmware (20200519) [ 16 ][ DON= E ] dvb-firmwares (20141125) [ 0 ][ DON= E ] xr819-firmware (c01.08.0043) [ 1 ][ DON= E ] zd1211-firmware (1.4) [ 0 ][ DON= E ] rpi-firmware (20180316) [ 0 ][ DON= E ] intel-microcode (20201112) [ 0 ][ SKI= P ] pcengines-apu-firmware (4.12.0.6) [ 0 ][ SKI= P ] bc (1.07.1) [ 4 ][ DON= E ] u-boot (2018.03) MKIMAGE=3D1 [ 7 ][ D= ONE ] cpio (2.13) [ 22 ][ DON= E ] mdadm (4.1) [ 0 ][ DON= E ] dracut (038) [ 1 ][ DON= E ] libaio (0.3.111) [ 0 ][ DON= E ] lvm2 (2.02.181) [ 11 ][ DON= E ] multipath-tools (386d288) [ 1 ][ DON= E ] freetype (2.10.2) [ 4 ][ DON= E ] libmnl (1.0.4) [ 2 ][ DON= E ] libnfnetlink (1.0.1) [ 3 ][ DON= E ] libnetfilter_queue (1.0.5) [ 3 ][ DON= E ] libnetfilter_conntrack (1.0.8) [ 4 ][ DON= E ] libnetfilter_cthelper (1.0.0) [ 3 ][ DON= E ] libnetfilter_cttimeout (1.0.0) [ 3 ][ DON= E ] iptables (1.8.5) [ 6 ][ DON= E ] screen (4.2.1) [ 6 ][ DON= E ] elfutils (0.176) [ 10 ][ DON= E ] linux (4.14.209) KCFG=3D-multi [ 5:24 ][ D= ONE ] xtables-addons (3.7) KCFG=3D-multi [ 9 ][ D= ONE ] linux-initrd ($(KVER)) KCFG=3D-multi [ 12 ][ D= ONE ] xtables-addons (3.7) USPACE=3D1 [ 3 ][ D= ONE ] libgpg-error (1.38) [ 9 ][ DON= E ] libgcrypt (1.8.6) [ 10 ][ DON= E ] libassuan (2.5.3) [ 6 ][ DON= E ] nettle (3.5.1) [ 8 ][ DON= E ] json-c (0.13.1) [ 4 ][ DON= E ] libconfig (1.7.2) [ 17 ][ DON= E ] libevent (1.4.14b-stable) [ 6 ][ DON= E ] libevent2 (2.1.11-stable) [ 10 ][ DON= E ] expat (2.2.0) [ 3 ][ DON= E ] apr (1.7.0) [ 18 ][ DON= E ] aprutil (1.6.1) [ 5 ][ DON= E ] unbound (1.12.0) [ 18 ][ DON= E ] gnutls (3.6.14) [ 1:54 ][ DON= E ] bind (9.11.21) [ 42 ][ DON= E ] dhcp (4.4.1) [ 18 ][ DON= E ] dhcpcd (9.1.4) [ 2 ][ DON= E ] boost (1_71_0) [ 3:58 ][ DON= E ] linux-atm (2.4.1) [ 7 ][ DON= E ] gdbm (1.8.3) [ 4 ][ DON= E ] pam (1.3.1) [ 23 ][ DON= E ] curl (7.73.0) [ 24 ][ DON= E ] tcl (8.6.6) [ 26 ][ DON= E ] sqlite (3260000) [ 4 ][ DON= E ] libffi (3.2.1) [ 4 ][ DON= E ] python (2.7.18) [ 37 ][ DON= E ] python3 (3.8.2) [ 41 ][ DON= E ] grub (2.04) [ 0 ][ SKI= P ] efivar (37) [ 0 ][ SKI= P ] efibootmgr (16) [ 0 ][ SKI= P ] ca-certificates (20201023) [ 2 ][ DON= E ] fireinfo (2.1.12) [ 10 ][ DON= E ] libnet (1.1.6) [ 6 ][ DON= E ] libnl (1.1.4) [ 3 ][ DON= E ] libnl-3 (3.2.25) [ 10 ][ DON= E ] libidn (1.36) [ 22 ][ DON= E ] nasm (2.14.02) [ 8 ][ DON= E ] libarchive (3.4.0) [ 20 ][ DON= E ] cmake (3.18.3) [ 32 ][ DON= E ] libjpeg (2.0.4) [ 2 ][ DON= E ] libjpeg-compat (1.3.1) [ 9 ][ DON= E ] openjpeg (2.3.1) [ 3 ][ DON= E ] libexif (0.6.21) [ 4 ][ DON= E ] libpng (1.6.37) [ 4 ][ DON= E ] libtiff (4.1.0) [ 10 ][ DON= E ] libart (2.3.21) [ 5 ][ DON= E ] gd (2.0.33) [ 6 ][ DON= E ] slang (2.3.0) [ 17 ][ DON= E ] newt (0.52.18) [ 2 ][ DON= E ] libsmooth [ 9 ][ DON= E ] attr (2.4.47) [ 5 ][ DON= E ] acl (2.2.52) [ 6 ][ DON= E ] libcap (2.25) [ 1 ][ DON= E ] libcap-ng (0.7.9) [ 3 ][ DON= E ] pciutils (3.5.6) [ 1 ][ DON= E ] usbutils (007) [ 3 ][ DON= E ] libxml2 (2.9.4) [ 12 ][ DON= E ] libxslt (1.1.28) [ 8 ][ DON= E ] BerkeleyDB (0.63) [ 2 ][ DON= E ] cyrus-sasl (2.1.26) [ 14 ][ DON= E ] openldap (2.4.49) [ 48 ][ DON= E ] apache2 (2.4.46) [ 36 ][ DON= E ] web-user-interface [ 2 ][ DON= E ] flag-icons (2.6) [ 1 ][ DON= E ] jquery (1.10.2) [ 0 ][ DON= E ] bootstrap (4.0.0-alpha.6) [ 1 ][ DON= E ] arping (2.15) [ 5 ][ DON= E ] beep (1.3) [ 1 ][ DON= E ] libssh (0.9.3) [ 7 ][ DON= E ] cdrkit (1.1.11) [ 5 ][ DON= E ] dosfstools (3.0.9) [ 0 ][ DON= E ] reiserfsprogs (3.6.27) [ 11 ][ DON= E ] xfsprogs (5.7.0) [ 26 ][ DON= E ] sysfsutils (1.3.0) [ 5 ][ DON= E ] fuse (2.9.7) [ 4 ][ DON= E ] ntfs-3g (2017.3.23) [ 9 ][ DON= E ] ethtool (3.16) [ 2 ][ DON= E ] fcron (3.2.0) [ 8 ][ DON= E ] perl-GD (2.35) [ 2 ][ DON= E ] GD-Graph (1.4308) [ 1 ][ DON= E ] GD-TextUtil (0.86) [ 1 ][ DON= E ] perl-Device-SerialPort (1.000002) [ 5 ][ DON= E ] perl-Device-Modem (1.56) [ 1 ][ DON= E ] perl-Apache-Htpasswd (1.9) [ 1 ][ DON= E ] perl-Parse-Yapp (1.21) [ 1 ][ DON= E ] gnupg (1.4.23) [ 14 ][ DON= E ] hdparm (9.55) [ 1 ][ DON= E ] sdparm (1.10) [ 2 ][ DON= E ] mtools (3.9.10) [ 6 ][ DON= E ] whatmask (1.2) [ 2 ][ DON= E ] libtirpc (1.0.2) [ 5 ][ DON= E ] conntrack-tools (1.4.6) [ 8 ][ DON= E ] libupnp (1.6.18) [ 7 ][ DON= E ] ipaddr (1.2) [ 0 ][ DON= E ] iputils (s20160308) [ 1 ][ DON= E ] l7-protocols (2009-05-10) [ 1 ][ DON= E ] hwdata [ 0 ][ DON= E ] logrotate (3.17.0) [ 5 ][ DON= E ] logwatch (7.5.4) [ 1 ][ DON= E ] misc-progs [ 2 ][ DON= E ] nano (5.3) [ 16 ][ DON= E ] URI (1.35) [ 1 ][ DON= E ] perl-CGI (4.44) [ 1 ][ DON= E ] perl-Switch (2.17) [ 1 ][ DON= E ] HTML-Tagset (3.04) [ 0 ][ DON= E ] HTML-Parser (3.45) [ 2 ][ DON= E ] HTML-Template (2.94) [ 1 ][ DON= E ] Compress-Zlib (1.35) [ 1 ][ DON= E ] Digest (1.08) [ 1 ][ DON= E ] Digest-SHA1 (2.13) [ 1 ][ DON= E ] Digest-HMAC (1.03) [ 0 ][ DON= E ] libwww-perl (5.803) [ 7 ][ DON= E ] Net-DNS (1.25) [ 2 ][ DON= E ] Net-IPv4Addr (0.10) [ 1 ][ DON= E ] Net_SSLeay (1.88) [ 2 ][ DON= E ] IO-Stringy (2.110) [ 1 ][ DON= E ] IO-Socket-SSL (2.066) [ 1 ][ DON= E ] Unix-Syslog (0.100) [ 1 ][ DON= E ] Mail-Tools (2.07) [ 1 ][ DON= E ] MIME-Tools (5.509) [ 1 ][ DON= E ] Net-Server (0.97) [ 1 ][ DON= E ] Convert-TNEF (0.17) [ 1 ][ DON= E ] Convert-UUlib (1.06) [ 1 ][ DON= E ] Archive-Tar (1.29) [ 1 ][ DON= E ] Archive-Zip (1.16) [ 1 ][ DON= E ] Text-Tabs+Wrap (2005.0824) [ 1 ][ DON= E ] XML-Parser (2.34) [ 1 ][ DON= E ] Crypt-PasswdMD5 (1.3) [ 1 ][ DON= E ] Net-Telnet (3.03) [ 1 ][ DON= E ] python-setuptools (0.6c11) [ 1 ][ DON= E ] python-clientform (0.2.9) [ 0 ][ DON= E ] python-mechanize (0.1.8) [ 1 ][ DON= E ] python-feedparser (4.1) [ 0 ][ DON= E ] python-rssdler (0.4.0a) [ 1 ][ DON= E ] python-inotify (0.2.7) [ 0 ][ DON= E ] python-docutils (0.12) [ 1 ][ DON= E ] python-daemon (2.1.1) [ 1 ][ DON= E ] python-ipaddress (3.4.1) [ 1 ][ DON= E ] glib (2.54.3) [ 42 ][ DON= E ] ntp (4.2.8p15) [ 42 ][ DON= E ] openssh (8.4p1) [ 31 ][ DON= E ] fontconfig (2.13.1) [ 11 ][ DON= E ] dejavu-fonts-ttf (2.33) [ 1 ][ DON= E ] ubuntu-font-family (0.83) [ 1 ][ DON= E ] freefont (20060126) [ 0 ][ DON= E ] pixman (0.34.0) [ 8 ][ DON= E ] cairo (1.16.0) [ 30 ][ DON= E ] pango (1.30.1) [ 18 ][ DON= E ] rrdtool (1.7.2) [ 21 ][ DON= E ] setup [ 12 ][ DON= E ] libdnet (1.11) [ 9 ][ DON= E ] rust (1.39.0) [ 10 ][ DON= E ] jansson (2.12) [ 3 ][ DON= E ] yaml (0.2.5) [ 3 ][ DON= E ] libhtp (0.5.35) [ 13 ][ DON= E ] colm (0.13.0.6) [ 14 ][ DON= E ] ragel (7.0.0.11) [ 1:24 ][ DON= E ] hyperscan (5.3.0) [ 0 ][ SKI= P ] suricata (6.0.0) [ 2:33 ][ DON= E ] oinkmaster (2.0) [ 1 ][ DON= E ] ids-ruleset-sources [ 0 ][ DON= E ] squid (4.13) [ 2:02 ][ DON= E ] squidguard (1.6.0) [ 7 ][ DON= E ] calamaris (2.59) [ 1 ][ DON= E ] tcpdump (4.9.3) [ 5 ][ DON= E ] traceroute (2.0.18) [ 1 ][ DON= E ] vlan (1.9) [ 1 ][ DON= E ] wireless (30.pre9) [ 0 ][ DON= E ] pakfire (0.99) [ 1 ][ DON= E ] spandsp (0.0.6) [ 8 ][ DON= E ] lz4 (1.9.2) [ 11 ][ DON= E ] lzo (2.09) [ 11 ][ DON= E ] zstd (1.4.5) [ 1:12 ][ DON= E ] openvpn (2.4.9) [ 15 ][ DON= E ] mpage (2.5.6) [ 1 ][ DON= E ] dbus (1.11.12) [ 18 ][ DON= E ] intltool (0.40.5) [ 2 ][ DON= E ] libdaemon (0.14) [ 5 ][ DON= E ] avahi (0.8) [ 17 ][ DON= E ] cups (2.3.3) [ 16 ][ DON= E ] lcms2 (2.9) [ 6 ][ DON= E ] ghostscript (9.26) [ 25 ][ DON= E ] qpdf (10.0.1) [ 13 ][ DON= E ] poppler (0.89.0) [ 7 ][ DON= E ] poppler-data (0.4.9) [ 1 ][ DON= E ] cups-filters (1.27.4) [ 10 ][ DON= E ] epson-inkjet-printer-escpr (1.6.12) [ 6 ][ DON= E ] foomatic (4.0.9) [ 49 ][ DON= E ] hplip (3.18.6) [ 11 ][ DON= E ] cifs-utils (5.9) [ 5 ][ DON= E ] krb5 (1.15.2) [ 23 ][ DON= E ] rpcsvc-proto (1.4.2) [ 2 ][ DON= E ] samba (4.13.1) [ 5:18 ][ DON= E ] netatalk (3.1.12) [ 22 ][ DON= E ] sudo (1.8.10p3) [ 18 ][ DON= E ] mc (4.8.25) [ 28 ][ DON= E ] wget (1.20.3) [ 24 ][ DON= E ] bridge-utils (1.5) [ 4 ][ DON= E ] smartmontools (7.1) [ 6 ][ DON= E ] htop (3.0.2) [ 3 ][ DON= E ] chkconfig (1.5) [ 1 ][ DON= E ] postfix (3.5.7) [ 11 ][ DON= E ] fetchmail (6.3.26) [ 15 ][ DON= E ] clamav (0.103.0) [ 35 ][ DON= E ] perl-NetAddr-IP (4.079) [ 13 ][ DON= E ] dma (0.12) [ 2 ][ DON= E ] alsa (1.0.27.1) [ 16 ][ DON= E ] mpfire [ 1 ][ DON= E ] guardian (2.0.2) [ 0 ][ DON= E ] libid3tag (0.15.1b) [ 5 ][ DON= E ] libmad (0.15.1b) [ 10 ][ DON= E ] libogg (1.3.4) [ 3 ][ DON= E ] libvorbis (1.3.6) [ 5 ][ DON= E ] libdvbpsi (1.2.0) [ 4 ][ DON= E ] flac (1.3.2) [ 12 ][ DON= E ] lame (3.100) [ 7 ][ DON= E ] sox (14.4.2) [ 27 ][ DON= E ] soxr (0.1.3) [ 4 ][ DON= E ] libshout (2.4.3) [ 6 ][ DON= E ] xvid (1.3.7) [ 2 ][ DON= E ] libmpeg2 (0.4.1) [ 7 ][ DON= E ] gnump3d (3.0) [ 2 ][ DON= E ] rsync (3.2.3) [ 14 ][ DON= E ] rpcbind (0.2.3) [ 2 ][ DON= E ] keyutils (1.5.11) [ 1 ][ DON= E ] libnfsidmap (0.26) [ 3 ][ DON= E ] nfs (2.5.1) [ 16 ][ DON= E ] gnu-netcat (0.7.1) [ 6 ][ DON= E ] ncat (7.80) [ 26 ][ DON= E ] nmap (7.80) [ 30 ][ DON= E ] etherwake (1.09) [ 1 ][ DON= E ] bwm-ng (0.6.1-f54b3fa) [ 7 ][ DON= E ] sysstat (6.0.2) [ 1 ][ DON= E ] strongswan (5.9.1) [ 55 ][ DON= E ] rng-tools (6.4) [ 4 ][ DON= E ] lsof (4.91) [ 1 ][ DON= E ] br2684ctl [ 1 ][ DON= E ] pcmciautils (014) [ 1 ][ DON= E ] lm_sensors (3.4.0) [ 1 ][ DON= E ] liboping (1.3.4) [ 5 ][ DON= E ] collectd (4.10.9) [ 1:30 ][ DON= E ] elinks (0.12pre6) [ 15 ][ DON= E ] igmpproxy (0.2.1) [ 2 ][ DON= E ] fbset (2.1) [ 0 ][ DON= E ] opus (1.3.1) [ 8 ][ DON= E ] python-six (1.10.0) [ 1 ][ DON= E ] python-pyparsing (2.2.0) [ 1 ][ DON= E ] spice-protocol (0.12.13) [ 1 ][ DON= E ] spice (0.14.0) [ 22 ][ DON= E ] sdl (1.2.15) [ 11 ][ DON= E ] libusbredir (0.8.0) [ 3 ][ DON= E ] libseccomp (2.4.4) [ 5 ][ DON= E ] qemu (5.0.0) [ 0 ][ SKI= P ] sane (1.0.28) [ 28 ][ DON= E ] netpbm (10.73.31) [ 25 ][ DON= E ] netsnmpd (5.8) [ 1:44 ][ DON= E ] nagios_nrpe (3.2.1) [ 2:12 ][ DON= E ] nagios-plugins (2.2.1) [ 43 ][ DON= E ] icinga (1.11.4) [ 19 ][ DON= E ] observium-agent (18.9.1) [ 4 ][ DON= E ] ebtables (2.0.10-4) [ 1 ][ DON= E ] faad2 (2.8.8) [ 5 ][ DON= E ] alac (0.0.7) [ 11 ][ DON= E ] ffmpeg (4.2.3) [ 30 ][ DON= E ] vdr (2.4.4) [ 3 ][ DON= E ] vdr_streamdev (0.6.1) [ 4 ][ DON= E ] vdr_epgsearch (2.4.0+git20191101) [ 10 ][ DON= E ] vdr_dvbapi (2.2.5) [ 1 ][ DON= E ] vdr_eepg (master) [ 1 ][ DON= E ] w_scan (20170107) [ 3 ][ DON= E ] mpd (0.19.19) [ 9 ][ DON= E ] libmpdclient (2.5) [ 4 ][ DON= E ] mpc (0.21) [ 3 ][ DON= E ] perl-Net-CIDR-Lite (0.21) [ 1 ][ DON= E ] perl-Net-SMTP-SSL (1.02) [ 0 ][ DON= E ] perl-MIME-Base64 (3.15) [ 2 ][ DON= E ] perl-Authen-SASL (2.16) [ 1 ][ DON= E ] perl-MIME-Lite (3.030) [ 1 ][ DON= E ] perl-Email-Date-Format (1.005) [ 1 ][ DON= E ] git (2.28.0) [ 11 ][ DON= E ] squidclamav (5.11) [ 5 ][ DON= E ] vnstat (2.6) [ 5 ][ DON= E ] iw (4.14) [ 0 ][ DON= E ] wpa_supplicant (2.9) [ 3 ][ DON= E ] hostapd (2.9) [ 1 ][ DON= E ] pycurl (7.19.0) [ 2 ][ DON= E ] urlgrabber (3.9.1) [ 1 ][ DON= E ] syslinux (6.04-pre1) [ 0 ][ SKI= P ] tftpd (0.48) [ 5 ][ DON= E ] cpufrequtils (008) [ 0 ][ SKI= P ] gutenprint (5.2.9) [ 28 ][ DON= E ] apcupsd (3.14.14) [ 6 ][ DON= E ] iperf (2.0.13) [ 5 ][ DON= E ] iperf3 (3.7) [ 5 ][ DON= E ] 7zip (16.02) [ 4 ][ DON= E ] lynis (3.0.1) [ 0 ][ DON= E ] sshfs (2.2) [ 3 ][ DON= E ] taglib (1.11.1) [ 3 ][ DON= E ] sslh (1.7a) [ 0 ][ DON= E ] perl-gettext (1.05) [ 2 ][ DON= E ] perl-Sort-Naturally (1.03) [ 1 ][ DON= E ] vdradmin (3.6.10) [ 1 ][ DON= E ] perl-DBI (1.631) [ 3 ][ DON= E ] perl-DBD-SQLite (1.40) [ 1 ][ DON= E ] perl-File-ReadBackwards (1.05) [ 1 ][ DON= E ] openvmtools (11.1.0-16036546) [ 0 ][ SKI= P ] libmicrohttpd (0.9.71) [ 9 ][ DON= E ] motion (4.3.0) [ 9 ][ DON= E ] joe (4.6) [ 7 ][ DON= E ] monit (5.25.3) [ 16 ][ DON= E ] nut (2.7.4) [ 19 ][ DON= E ] watchdog (5.16) [ 3 ][ DON= E ] libpri (1.4.10.2) [ 0 ][ DON= E ] libsrtp (1.5.4) [ 2 ][ DON= E ] asterisk (13.18.5) [ 42 ][ DON= E ] usb_modeswitch (2.6.1) [ 2 ][ DON= E ] usb_modeswitch_data (20191128) [ 1 ][ DON= E ] zerofree (1.0.1) [ 1 ][ DON= E ] minicom (2.7.1) [ 5 ][ DON= E ] ddrescue (1.12) [ 1 ][ DON= E ] miniupnpd (1.9) [ 1 ][ DON= E ] client175 (0.7) [ 9 ][ DON= E ] powertop (v2.10) [ 9 ][ DON= E ] parted (3.2) [ 20 ][ DON= E ] swig (3.0.12) [ 11 ][ DON= E ] u-boot (2018.03) [ 1:36 ][ DON= E ] u-boot-friendlyarm (1ee53f5) [ 15 ][ DON= E ] python-typing (3.6.1) [ 1 ][ DON= E ] python-m2crypto (0.27.0) [ 1 ][ DON= E ] wireless-regdb (2019.03.01) [ 1 ][ DON= E ] crda (3.18) [ 1 ][ DON= E ] libsolv (0.7.14) [ 3 ][ DON= E ] python-distutils-extra (2.25) [ 1 ][ DON= E ] python-lzma (0.5.3) [ 0 ][ DON= E ] python-progressbar (2.2) [ 1 ][ DON= E ] python-xattr (0.5.0) [ 1 ][ DON= E ] ddns (013) [ 5 ][ DON= E ] python3-setuptools (40.6.3) [ 1 ][ DON= E ] python3-setuptools-scm (3.2.0) [ 1 ][ DON= E ] python3-six (1.14.0) [ 1 ][ DON= E ] python3-dateutil (2.8.1) [ 1 ][ DON= E ] python3-jmespath (0.9.5) [ 1 ][ DON= E ] python3-colorama (0.4.3) [ 1 ][ DON= E ] python3-docutils (0.16) [ 2 ][ DON= E ] python3-yaml (3.13) [ 1 ][ DON= E ] python3-s3transfer (0.3.3) [ 1 ][ DON= E ] python3-rsa (4.0) [ 1 ][ DON= E ] python3-pyasn1 (0.4.8) [ 1 ][ DON= E ] python3-botocore (1.16.1) [ 4 ][ DON= E ] python3-llfuse (1.3.5) [ 1 ][ DON= E ] python3-msgpack (0.5.6) [ 1 ][ DON= E ] aws-cli (1.15.77) [ 4 ][ DON= E ] transmission (2.94) [ 12 ][ DON= E ] dpfhack (0.12devel) [ 0 ][ DON= E ] lcd4linux (0.11.0-svn1200-dpf) [ 15 ][ DON= E ] mtr (0.94) [ 3 ][ DON= E ] minidlna (1.2.1) [ 7 ][ DON= E ] acpid (2.0.28) [ 4 ][ DON= E ] fping (5.0) [ 2 ][ DON= E ] telnet (0.17) [ 3 ][ DON= E ] xinetd (2.3.15) [ 5 ][ DON= E ] gpgme (1.3.2) [ 7 ][ DON= E ] pygpgme (0.3) [ 1 ][ DON= E ] pakfire3 (0.9.25) [ 2 ][ DON= E ] stress (1.0.4) [ 2 ][ DON= E ] libstatgrab (0.91) [ 13 ][ DON= E ] sarg (2.3.11) [ 8 ][ DON= E ] nginx (1.19.2) [ 9 ][ DON= E ] sendEmail (1.56) [ 0 ][ DON= E ] sysbench (0.4.12) [ 10 ][ DON= E ] strace (5.5) [ 25 ][ DON= E ] ltrace (0.7.3) [ 7 ][ DON= E ] ipfire-netboot (v2.0) [ 0 ][ SKI= P ] lcdproc (0.5.7) [ 7 ][ DON= E ] keepalived (2.1.5) [ 10 ][ DON= E ] ipvsadm (1.29) [ 0 ][ DON= E ] perl-Carp-Clan (6.04) [ 1 ][ DON= E ] perl-Date-Calc (6.3) [ 2 ][ DON= E ] perl-Date-Manip (6.40) [ 8 ][ DON= E ] perl-File-Tail (0.99.3) [ 1 ][ DON= E ] perl-TimeDate (1.20) [ 1 ][ DON= E ] swatch (3.2.3) [ 1 ][ DON= E ] tor (0.4.4.6) [ 25 ][ DON= E ] wavemon (0.7.5) [ 3 ][ DON= E ] iptraf-ng (1.2.1) [ 1 ][ DON= E ] iotop (0.6) [ 1 ][ DON= E ] stunnel (5.56) [ 7 ][ DON= E ] bacula (9.6.6) [ 23 ][ 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 ] squid-accounting (1.0.4) [ 1 ][ DON= E ] pigz (2.3.1) [ 0 ][ DON= E ] tmux (3.1) [ 5 ][ DON= E ] perl-Text-CSV_XS (1.12) [ 2 ][ DON= E ] lua (5.3.5) [ 8 ][ DON= E ] haproxy (2.2.4) [ 2 ][ DON= E ] ipset (7.6) [ 16 ][ DON= E ] dnsdist (1.5.1) [ 0 ][ SKI= P ] bird (2.0.6) [ 4 ][ DON= E ] frr (6.0) [ 23 ][ DON= E ] dmidecode (3.1) [ 0 ][ SKI= P ] mcelog (135) [ 0 ][ SKI= P ] util-macros (1.19.0) [ 2 ][ DON= E ] libpciaccess (0.16) [ 5 ][ DON= E ] libyajl (2.1.0) [ 1 ][ DON= E ] libvirt (6.5.0) [ 0 ][ SKI= P ] libtalloc (2.3.1) [ 23 ][ DON= E ] freeradius (3.0.21) [ 43 ][ 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) [ 0 ][ DON= E ] i2c-tools (3.1.2) [ 1 ][ DON= E ] nss-myhostname (0.3) [ 5 ][ DON= E ] dehydrated (0.6.5) [ 1 ][ DON= E ] shairport-sync (3.3.6) [ 10 ][ DON= E ] borgbackup (1.1.13) [ 2 ][ DON= E ] lmdb (0.9.24) [ 1 ][ DON= E ] knot (3.0.1) [ 9 ][ DON= E ] spectre-meltdown-checker (0.44) [ 1 ][ DON= E ] zabbix_agentd (4.2.6) [ 14 ][ DON= E ] flashrom (1.0.1) [ 3 ][ DON= E ] firmware-update (20190329) [ 4 ][ DON= E ] tshark (3.2.6) [ 38 ][ DON= E ] speedtest-cli (2.1.2) [ 1 ][ DON= E ] rfkill (0.5) [ 1 ][ DON= E ] amazon-ssm-agent (3.0.356.0) [ 0 ][ SKI= P ] libloc (0.9.4) [ 14 ][ FAI= L ] "$dir/libloc.mo"; \ fi; \ if test -r $lang.gmo.m; then \ /usr/bin/install -c -m 644 $lang.gmo.m $dir/libloc.mo.m; \ echo "installing $lang.gmo.m as $dir/libloc.mo.m"; \ else \ if test -r ./$lang.gmo.m ; then \ /usr/bin/install -c -m 644 ./$lang.gmo.m \ $dir/libloc.mo.m; \ echo "installing ./$lang.gmo.m as" \ "$dir/libloc.mo.m"; \ else \ true; \ fi; \ fi; \ done installing de.gmo as /usr/share/locale/de/LC_MESSAGES/libloc.mo make[1]: Leaving directory '/usr/src/libloc-0.9.4' # Copy database to correct location. cd /usr/src/libloc-0.9.4 && cp -avf /usr/src/cache/location-2020-09-21.db= .xz /var/lib/location/database.db.xz '/usr/src/cache/location-2020-09-21.db.xz' -> '/var/lib/location/database= .db.xz' # Uncompress database. cd /usr/src/libloc-0.9.4 && rm -f /var/lib/location/database.db cd /usr/src/libloc-0.9.4 && xz -d /var/lib/location/database.db.xz # Launch location util and export all locations in xt_geoip format. cd /usr/src/libloc-0.9.4 && /usr/bin/location export \ --directory=3D/usr/share/xt_geoip \ --family=3Dipv4 \ --format=3Dxt_geoip make: *** [libloc:93: /usr/src/log/libloc-0.9.4] Segmentation fault ERROR: Building libloc [ FAI= L ] Check /build/nightly/next/log/_build.ipfire.log for errors if applicable[= FAIL ] --===============0513749145573543860==--