==================== BEG LXC Transcript of vm creation ++ date + echo 'XXXXXXXXXX lbuild-nightly.sh: creating vm 2024.11.20--f41-04' Wed Nov 20 04:25:59 PM CET 2024 XXXXXXXXXX lbuild-nightly.sh: creating vm 2024.11.20--f41-04 Wed Nov 20 04:25:59 PM CET 2024 + show_env + set +x FCDISTRO=f41 PLDISTRO=lxc PERSONALITY=linux64 BASE=2024.11.20--f41-04 BUILD_SCM_URL=git://git.onelab.eu/build MAKEVARS= DRY_RUN= PLDISTROTAGS=lxc-tags.mk TESTBUILDURL=http://build.onelab.eu/ WEBHOST=build.onelab.eu PLDISTROTAGS=lxc-tags.mk + tmpdir=/tmp/lbuild-nightly.sh-226236 ++ echo git://git.onelab.eu/build ++ cut -d@ -f1 + GIT_REPO=git://git.onelab.eu/build ++ echo git://git.onelab.eu/build ++ cut -s -d@ -f2 + GIT_TAG= + GIT_TAG=master + mkdir -p /tmp/lbuild-nightly.sh-226236 + git archive --remote=git://git.onelab.eu/build master + tar -C /tmp/lbuild-nightly.sh-226236 -xf - + cd /tmp/lbuild-nightly.sh-226236 + ./lbuild-initvm.sh -f f41 -d lxc -p linux64 2024.11.20--f41-04 + set -e + local lxc=2024.11.20--f41-04 + shift + local fcdistro=f41 + shift + local pldistro=lxc + shift + local personality=linux64 + shift ++ lxcroot 2024.11.20--f41-04 ++ local lxc=2024.11.20--f41-04 ++ shift ++ echo /vservers/2024.11.20--f41-04 + local lxc_root=/vservers/2024.11.20--f41-04 ++ package_method f41 ++ local fcdistro=f41 ++ shift ++ case $fcdistro in ++ echo dnf + pkg_method=dnf + case $pkg_method in + '[' -z '' ']' + fedora_install 2024.11.20--f41-04 + set -x + set -e + local lxc=2024.11.20--f41-04 + shift ++ lxcroot 2024.11.20--f41-04 ++ local lxc=2024.11.20--f41-04 ++ shift ++ echo /vservers/2024.11.20--f41-04 + local lxc_root=/vservers/2024.11.20--f41-04 + local cache=/var/cache/lxc/fedora/x86_64/41 + mkdir -p /var/cache/lxc/fedora/x86_64/41 + flock --exclusive --timeout 60 200 + '[' '!' -e /var/cache/lxc/fedora/x86_64/41/rootfs ']' + echo 'Updating cache /var/cache/lxc/fedora/x86_64/41/rootfs ...' Updating cache /var/cache/lxc/fedora/x86_64/41/rootfs ... + dnf --installroot /var/cache/lxc/fedora/x86_64/41/rootfs --releasever=41 -y --nogpgcheck update Last metadata expiration check: 1:31:53 ago on Wed 20 Nov 2024 02:54:07 PM CET. Dependencies resolved. Nothing to do. Complete! + echo 'Update finished' Update finished + echo 'Filling /vservers/2024.11.20--f41-04 from /var/cache/lxc/fedora/x86_64/41/rootfs ... ' Filling /vservers/2024.11.20--f41-04 from /var/cache/lxc/fedora/x86_64/41/rootfs ... + rsync -a /var/cache/lxc/fedora/x86_64/41/rootfs/ /vservers/2024.11.20--f41-04/ + return 0 + return 0 ++ lxcroot 2024.11.20--f41-04 ++ local lxc=2024.11.20--f41-04 ++ shift ++ echo /vservers/2024.11.20--f41-04 + chroot /vservers/2024.11.20--f41-04 linux64 rm -rf /var/lib/rpm/__db.000 /var/lib/rpm/__db.001 /var/lib/rpm/__db.002 /var/lib/rpm/__db.003 /var/lib/rpm/__db.004 /var/lib/rpm/__db.005 /var/lib/rpm/__db.006 /var/lib/rpm/__db.007 /var/lib/rpm/__db.008 /var/lib/rpm/__db.009 ++ lxcroot 2024.11.20--f41-04 ++ local lxc=2024.11.20--f41-04 ++ shift ++ echo /vservers/2024.11.20--f41-04 + chroot /vservers/2024.11.20--f41-04 linux64 rpm --rebuilddb + fedora_configure 2024.11.20--f41-04 f41 + set -x + set -e + local lxc=2024.11.20--f41-04 + shift + local fcdistro=f41 + shift ++ lxcroot 2024.11.20--f41-04 ++ local lxc=2024.11.20--f41-04 ++ shift ++ echo /vservers/2024.11.20--f41-04 + local lxc_root=/vservers/2024.11.20--f41-04 + mkdir -p /vservers/2024.11.20--f41-04/selinux + echo 0 + cat + cat + local dev_path=/vservers/2024.11.20--f41-04/dev + rm -rf /vservers/2024.11.20--f41-04/dev + mkdir -p /vservers/2024.11.20--f41-04/dev + mknod -m 666 /vservers/2024.11.20--f41-04/dev/null c 1 3 + mknod -m 666 /vservers/2024.11.20--f41-04/dev/zero c 1 5 + mknod -m 666 /vservers/2024.11.20--f41-04/dev/random c 1 8 + mknod -m 666 /vservers/2024.11.20--f41-04/dev/urandom c 1 9 + mkdir -m 755 /vservers/2024.11.20--f41-04/dev/pts + mkdir -m 1777 /vservers/2024.11.20--f41-04/dev/shm + mknod -m 666 /vservers/2024.11.20--f41-04/dev/tty c 5 0 + mknod -m 666 /vservers/2024.11.20--f41-04/dev/tty0 c 4 0 + mknod -m 666 /vservers/2024.11.20--f41-04/dev/tty1 c 4 1 + mknod -m 666 /vservers/2024.11.20--f41-04/dev/tty2 c 4 2 + mknod -m 666 /vservers/2024.11.20--f41-04/dev/tty3 c 4 3 + mknod -m 666 /vservers/2024.11.20--f41-04/dev/tty4 c 4 4 + mknod -m 600 /vservers/2024.11.20--f41-04/dev/console c 5 1 + mknod -m 666 /vservers/2024.11.20--f41-04/dev/full c 1 7 + mknod -m 600 /vservers/2024.11.20--f41-04/dev/initctl p + mknod -m 666 /vservers/2024.11.20--f41-04/dev/ptmx c 5 2 + fedora_configure_systemd 2024.11.20--f41-04 + set -e + set -x + local lxc=2024.11.20--f41-04 + shift ++ lxcroot 2024.11.20--f41-04 ++ local lxc=2024.11.20--f41-04 ++ shift ++ echo /vservers/2024.11.20--f41-04 + local lxc_root=/vservers/2024.11.20--f41-04 + '[' -d /vservers/2024.11.20--f41-04/etc/systemd ']' + ln -sf /lib/systemd/system/multi-user.target /vservers/2024.11.20--f41-04/etc/systemd/system/default.target + touch /vservers/2024.11.20--f41-04/etc/fstab + ln -sf /dev/null /vservers/2024.11.20--f41-04/etc/systemd/system/udev.service + ln -sf /dev/null /vservers/2024.11.20--f41-04/etc/systemd/system/getty@.service + rm -f /vservers/2024.11.20--f41-04/etc/systemd/system/getty.target.wants/getty@tty1.service + chroot /vservers/2024.11.20--f41-04 linux64 systemctl enable NetworkManager ⚠️ /proc/ is not mounted. This is not a supported mode of operation. Please fix your invocation environment to mount /proc/ and /sys/ properly. Proceeding anyway. Your mileage may vary. Failed to enable unit: Unit NetworkManager.service does not exist + fedora_configure_network 2024.11.20--f41-04 + local lxc=2024.11.20--f41-04 + case $(network_config_method $fcdistro) in ++ network_config_method f41 ++ local fcdistro=f41 ++ shift ++ case $fcdistro in ++ echo networkmanager + local 'guest_keyfile=/vservers/2024.11.20--f41-04/etc/NetworkManager/system-connections/Wired connection 1.nmconnection' ++ dirname '/vservers/2024.11.20--f41-04/etc/NetworkManager/system-connections/Wired connection 1.nmconnection' + mkdir -p /vservers/2024.11.20--f41-04/etc/NetworkManager/system-connections + '[' -n true ']' + write_guest_networkmanager_natip + cat + chmod 600 '/vservers/2024.11.20--f41-04/etc/NetworkManager/system-connections/Wired connection 1.nmconnection' + '[' -z '' ']' + fedora_configure_yum 2024.11.20--f41-04 f41 lxc + set -x + set -e + trap failure ERR INT + local lxc=2024.11.20--f41-04 + shift + local fcdistro=f41 + shift + local pldistro=lxc + shift ++ lxcroot 2024.11.20--f41-04 ++ local lxc=2024.11.20--f41-04 ++ shift ++ echo /vservers/2024.11.20--f41-04 + local lxc_root=/vservers/2024.11.20--f41-04 + chroot /vservers/2024.11.20--f41-04 linux64 rpm --rebuilddb + '[' -z '' ']' + echo 'Initializing yum.repos.d in 2024.11.20--f41-04' Initializing yum.repos.d in 2024.11.20--f41-04 + rm -f /vservers/2024.11.20--f41-04/etc/yum.repos.d/fedora-cisco-openh264.repo /vservers/2024.11.20--f41-04/etc/yum.repos.d/fedora.repo /vservers/2024.11.20--f41-04/etc/yum.repos.d/fedora.repo.rpmnew /vservers/2024.11.20--f41-04/etc/yum.repos.d/fedora-updates.repo /vservers/2024.11.20--f41-04/etc/yum.repos.d/fedora-updates.repo.rpmnew /vservers/2024.11.20--f41-04/etc/yum.repos.d/fedora-updates-testing.repo + local repofile=/vservers/2024.11.20--f41-04/etc/yum.repos.d/building.repo + yumconf_mirrors /vservers/2024.11.20--f41-04/etc/yum.repos.d/building.repo . f41 '' http://mirror.onelab.eu/ + dest_yumconf=/vservers/2024.11.20--f41-04/etc/yum.repos.d/building.repo + shift + builddir=. + shift + fcdistro=f41 + shift + yumexclude_line= + shift + mirrors=http://mirror.onelab.eu/ + template=./mirroring/f41/yum.repos.d/building.repo.in + '[' '!' -f ./mirroring/f41/yum.repos.d/building.repo.in ']' + for mirror in $mirrors + yumconf_mirror /vservers/2024.11.20--f41-04/etc/yum.repos.d/building.repo ./mirroring/f41/yum.repos.d/building.repo.in '' http://mirror.onelab.eu/ + dest_yumconf=/vservers/2024.11.20--f41-04/etc/yum.repos.d/building.repo + shift + template=./mirroring/f41/yum.repos.d/building.repo.in + shift + yumexclude_line= + shift + mirror=http://mirror.onelab.eu/ + shift + sed -e s,@MIRRORURL@,http://mirror.onelab.eu/,g -e '/baseurl=/i\ ' ./mirroring/f41/yum.repos.d/building.repo.in ++ grep '^baseurl=' /vservers/2024.11.20--f41-04/etc/yum.repos.d/building.repo + baseurl_defs='baseurl=http://mirror.onelab.eu//fedora/releases/41/Everything/$basearch/os/ baseurl=http://mirror.onelab.eu//fedora/updates/41/Everything/$basearch/ baseurl=http://mirror.onelab.eu//fedora/updates/41/Modular/$basearch/' + '[' -z 'baseurl=http://mirror.onelab.eu//fedora/releases/41/Everything/$basearch/os/ baseurl=http://mirror.onelab.eu//fedora/updates/41/Everything/$basearch/ baseurl=http://mirror.onelab.eu//fedora/updates/41/Modular/$basearch/' ']' + for baseurl_def in $baseurl_defs ++ echo 'baseurl=http://mirror.onelab.eu//fedora/releases/41/Everything/$basearch/os/' ++ sed -e s,baseurl=,, -e 's,$basearch,x86_64,g' + baseurl=http://mirror.onelab.eu//fedora/releases/41/Everything/x86_64/os/ + repomd=http://mirror.onelab.eu//fedora/releases/41/Everything/x86_64/os//repodata/repomd.xml + echo '* Trying to fetch http://mirror.onelab.eu//fedora/releases/41/Everything/x86_64/os//repodata/repomd.xml' * Trying to fetch http://mirror.onelab.eu//fedora/releases/41/Everything/x86_64/os//repodata/repomd.xml + build_fetch http://mirror.onelab.eu//fedora/releases/41/Everything/x86_64/os//repodata/repomd.xml + curl --fail --silent --max-time 60 --output /dev/null http://mirror.onelab.eu//fedora/releases/41/Everything/x86_64/os//repodata/repomd.xml + for baseurl_def in $baseurl_defs ++ echo 'baseurl=http://mirror.onelab.eu//fedora/updates/41/Everything/$basearch/' ++ sed -e s,baseurl=,, -e 's,$basearch,x86_64,g' + baseurl=http://mirror.onelab.eu//fedora/updates/41/Everything/x86_64/ + repomd=http://mirror.onelab.eu//fedora/updates/41/Everything/x86_64//repodata/repomd.xml + echo '* Trying to fetch http://mirror.onelab.eu//fedora/updates/41/Everything/x86_64//repodata/repomd.xml' * Trying to fetch http://mirror.onelab.eu//fedora/updates/41/Everything/x86_64//repodata/repomd.xml + build_fetch http://mirror.onelab.eu//fedora/updates/41/Everything/x86_64//repodata/repomd.xml + curl --fail --silent --max-time 60 --output /dev/null http://mirror.onelab.eu//fedora/updates/41/Everything/x86_64//repodata/repomd.xml + for baseurl_def in $baseurl_defs ++ echo 'baseurl=http://mirror.onelab.eu//fedora/updates/41/Modular/$basearch/' ++ sed -e s,baseurl=,, -e 's,$basearch,x86_64,g' + baseurl=http://mirror.onelab.eu//fedora/updates/41/Modular/x86_64/ + repomd=http://mirror.onelab.eu//fedora/updates/41/Modular/x86_64//repodata/repomd.xml + echo '* Trying to fetch http://mirror.onelab.eu//fedora/updates/41/Modular/x86_64//repodata/repomd.xml' * Trying to fetch http://mirror.onelab.eu//fedora/updates/41/Modular/x86_64//repodata/repomd.xml + build_fetch http://mirror.onelab.eu//fedora/updates/41/Modular/x86_64//repodata/repomd.xml + curl --fail --silent --max-time 60 --output /dev/null http://mirror.onelab.eu//fedora/updates/41/Modular/x86_64//repodata/repomd.xml + echo '* Selected mirror http://mirror.onelab.eu/' * Selected mirror http://mirror.onelab.eu/ + return 0 + return 0 + sed -i /vservers/2024.11.20--f41-04/etc/yum.repos.d/building.repo -e 's,gpgkey=.*,gpgkey=http://mirror.onelab.eu/keys//RPM-GPG-KEY-fedora-41-primary,' + rpm --root /vservers/2024.11.20--f41-04 --import http://mirror.onelab.eu/keys//RPM-GPG-KEY-fedora-41-primary + '[' -n '' ']' + return 0 + '[' -d /vservers/2024.11.20--f41-04/cgroup ']' + mkdir /vservers/2024.11.20--f41-04/cgroup + '[' -h /vservers/2024.11.20--f41-04/etc/resolv.conf ']' + rm -f /vservers/2024.11.20--f41-04/etc/resolv.conf + '[' -f /etc/resolv.conf.containers ']' + cp /etc/resolv.conf.containers /vservers/2024.11.20--f41-04/etc/resolv.conf + '[' -f /vservers/2024.11.20--f41-04/etc/hosts ']' + mkdir -p /vservers/2024.11.20--f41-04/root/.ssh + cat /root/.ssh/id_rsa.pub + chmod 700 /vservers/2024.11.20--f41-04/root/.ssh + chmod 600 /vservers/2024.11.20--f41-04/root/.ssh/authorized_keys + local config_xml=/tmp/2024.11.20--f41-04.xml + '[' -n true ']' + write_lxc_xml_natip 2024.11.20--f41-04 + local lxc=2024.11.20--f41-04 + shift ++ lxcroot 2024.11.20--f41-04 ++ local lxc=2024.11.20--f41-04 ++ shift ++ echo /vservers/2024.11.20--f41-04 + local lxc_root=/vservers/2024.11.20--f41-04 + cat + virsh -c lxc:/// define /tmp/2024.11.20--f41-04.xml Domain '2024.11.20--f41-04' defined from /tmp/2024.11.20--f41-04.xml + return 0 + devel_or_test_tools 2024.11.20--f41-04 f41 lxc linux64 + set -x + set -e + trap failure ERR INT + local lxc=2024.11.20--f41-04 + shift + local fcdistro=f41 + shift + local pldistro=lxc + shift + local personality=linux64 + shift ++ lxcroot 2024.11.20--f41-04 ++ local lxc=2024.11.20--f41-04 ++ shift ++ echo /vservers/2024.11.20--f41-04 + local lxc_root=/vservers/2024.11.20--f41-04 ++ package_method f41 ++ local fcdistro=f41 ++ shift ++ case $fcdistro in ++ echo dnf + local pkg_method=dnf ++ pl_locateDistroFile . lxc devel.pkgs ++ builddir=. ++ shift ++ pldistro=lxc ++ shift ++ pkgsfile=devel.pkgs ++ shift ++ pkgspath= ++ configdir=./config.lxc ++ '[' '!' -d ./config.lxc ']' ++ paths='./config.lxc/devel.pkgs ./config.planetlab/devel.pkgs' ++ for path in $paths ++ '[' -f ./config.lxc/devel.pkgs ']' ++ pkgspath=./config.lxc/devel.pkgs ++ break ++ '[' -z ./config.lxc/devel.pkgs ']' ++ echo 'pl_locateDistroFile: using ./config.lxc/devel.pkgs' pl_locateDistroFile: using ./config.lxc/devel.pkgs ++ echo ./config.lxc/devel.pkgs ++ return 0 + local pkgsfile=./config.lxc/devel.pkgs ++ chroot /vservers/2024.11.20--f41-04 linux64 arch + local lxc_arch=x86_64 + '[' x86_64 = unknown ']' ++ pl_getPackages -a x86_64 f41 lxc ./config.lxc/devel.pkgs ++ pl_parsePkgs package -a x86_64 f41 lxc ./config.lxc/devel.pkgs ++ target_arch=x86_64 ++ keyword=package ++ shift ++ '[' -a == -a ']' ++ shift ++ target_arch=x86_64 ++ shift ++ fcdistro=f41 ++ shift ++ pldistro=lxc ++ shift ++ echo 'pl_parsePkgs: using -a x86_64 -f f41 -d lxc package ./config.lxc/devel.pkgs' pl_parsePkgs: using -a x86_64 -f f41 -d lxc package ./config.lxc/devel.pkgs ++ pkgs.py -a x86_64 -f f41 -d lxc package ./config.lxc/devel.pkgs + local 'packages=NetworkManager beecrypt-devel binutils-devel bzip2 coreutils cpio createrepo cronie curl curl-devel diffutils docbook-utils-pdf ed elfutils-libelf-devel emacs-nox expat-devel gcc-c++ gd ghostscript git glibc glibc-common gnupg1 gzip hostname httpd iptables less libtool libxml2-devel linuxdoc-tools mailx make mod_ssl openssh openssl openssl-devel patchutils perl-ExtUtils-Embed php-devel postgresql postgresql-devel postgresql-server python3 python3-devel python3-setuptools readline-devel redhat-rpm-config rpm rpm-build rpm-devel rsync sendmail sendmail-cf sudo tar tetex-latex texlive-ec vconfig wget xmlsec1 xmlsec1-openssl yum zlib zlib-devel' ++ pl_getGroups -a x86_64 f41 lxc ./config.lxc/devel.pkgs ++ pl_parsePkgs group -a x86_64 f41 lxc ./config.lxc/devel.pkgs ++ target_arch=x86_64 ++ keyword=group ++ shift ++ '[' -a == -a ']' ++ shift ++ target_arch=x86_64 ++ shift ++ fcdistro=f41 ++ shift ++ pldistro=lxc ++ shift ++ echo 'pl_parsePkgs: using -a x86_64 -f f41 -d lxc group ./config.lxc/devel.pkgs' pl_parsePkgs: using -a x86_64 -f f41 -d lxc group ./config.lxc/devel.pkgs ++ pkgs.py -a x86_64 -f f41 -d lxc group ./config.lxc/devel.pkgs + local groups= + case "$pkg_method" in + local has_dnf= + chroot /vservers/2024.11.20--f41-04 linux64 dnf --version Failed to set locale, defaulting to "C.UTF-8" dnf5 version 5.2.7.0 dnf5 plugin API version 2.0 libdnf5 version 5.2.7.0 libdnf5 plugin API version 2.0 + has_dnf=true + '[' -n true ']' + echo 'container has dnf - invoking with --allowerasing' container has dnf - invoking with --allowerasing + local 'pkg_installer=dnf -y install --allowerasing' + local 'grp_installer=dnf -y groupinstall --allowerasing' + '[' -n 'NetworkManager beecrypt-devel binutils-devel bzip2 coreutils cpio createrepo cronie curl curl-devel diffutils docbook-utils-pdf ed elfutils-libelf-devel emacs-nox expat-devel gcc-c++ gd ghostscript git glibc glibc-common gnupg1 gzip hostname httpd iptables less libtool libxml2-devel linuxdoc-tools mailx make mod_ssl openssh openssl openssl-devel patchutils perl-ExtUtils-Embed php-devel postgresql postgresql-devel postgresql-server python3 python3-devel python3-setuptools readline-devel redhat-rpm-config rpm rpm-build rpm-devel rsync sendmail sendmail-cf sudo tar tetex-latex texlive-ec vconfig wget xmlsec1 xmlsec1-openssl yum zlib zlib-devel' ']' + chroot /vservers/2024.11.20--f41-04 linux64 dnf -y install --allowerasing NetworkManager beecrypt-devel binutils-devel bzip2 coreutils cpio createrepo cronie curl curl-devel diffutils docbook-utils-pdf ed elfutils-libelf-devel emacs-nox expat-devel gcc-c++ gd ghostscript git glibc glibc-common gnupg1 gzip hostname httpd iptables less libtool libxml2-devel linuxdoc-tools mailx make mod_ssl openssh openssl openssl-devel patchutils perl-ExtUtils-Embed php-devel postgresql postgresql-devel postgresql-server python3 python3-devel python3-setuptools readline-devel redhat-rpm-config rpm rpm-build rpm-devel rsync sendmail sendmail-cf sudo tar tetex-latex texlive-ec vconfig wget xmlsec1 xmlsec1-openssl yum zlib zlib-devel Failed to set locale, defaulting to "C.UTF-8" Updating and loading repositories: Fedora 41 - x86_64 100% | 28.1 MiB/s | 35.4 MiB | 00m01s Fedora 41 - x86_64 - Updates 100% | 33.1 MiB/s | 5.3 MiB | 00m00s Fedora 41 - x86_64 - Updates 100% | 543.9 KiB/s | 1.6 KiB | 00m00s Repositories loaded. Package "coreutils-9.5-11.fc41.x86_64" is already installed. Package "curl-8.9.1-2.fc41.x86_64" is already installed. Package "diffutils-3.10-8.fc41.x86_64" is already installed. Package "glibc-2.40-11.fc41.x86_64" is already installed. Package "glibc-common-2.40-11.fc41.x86_64" is already installed. Package "gzip-1.13-2.fc41.x86_64" is already installed. Package "openssh-9.8p1-3.fc41.2.x86_64" is already installed. Package "python3-3.13.0-1.fc41.x86_64" is already installed. Package "rpm-4.20.0-1.fc41.x86_64" is already installed. Package "zlib-ng-compat-2.1.7-3.fc41.x86_64" is already installed. Package Arch Version Repository Size Installing: NetworkManager x86_64 1:1.50.0-1.fc41 fedora 5.7 MiB beecrypt-devel x86_64 4.2.1-36.fc41 fedora 177.4 KiB binutils-devel x86_64 2.43.1-2.fc41 fedora 55.0 MiB bzip2 x86_64 1.0.8-19.fc41 fedora 95.7 KiB cpio x86_64 2.15-2.fc41 fedora 1.1 MiB createrepo_c x86_64 1.1.4-1.fc41 fedora 203.1 KiB cronie x86_64 1.7.2-2.fc41 fedora 309.9 KiB docbook-utils-pdf noarch 0.6.14-62.fc41 fedora 179.0 B ed x86_64 1.20.2-2.fc41 fedora 146.9 KiB elfutils-libelf-devel x86_64 0.192-6.fc41 updates 49.5 KiB emacs-nw x86_64 1:29.4-38.fc41 updates 167.0 MiB expat-devel x86_64 2.6.4-1.fc41 updates 202.8 KiB gcc-c++ x86_64 14.2.1-3.fc41 fedora 38.2 MiB gd x86_64 2.3.3-17.fc41 fedora 403.7 KiB ghostscript x86_64 10.03.1-4.fc41 updates 34.9 KiB git x86_64 2.47.0-1.fc41 fedora 85.2 KiB gnupg1 x86_64 1.4.23-26.fc41 fedora 5.1 MiB hostname x86_64 3.23-13.fc41 fedora 45.6 KiB httpd x86_64 2.4.62-2.fc41 fedora 64.8 KiB iptables-legacy x86_64 1.8.10-15.fc41 fedora 99.9 KiB less x86_64 661-2.fc41 fedora 405.3 KiB libcurl-devel x86_64 8.9.1-2.fc41 fedora 1.3 MiB libpq-devel x86_64 16.4-1.fc41 fedora 395.4 KiB libtool x86_64 2.4.7-12.fc41 fedora 2.6 MiB libxml2-devel x86_64 2.12.8-2.fc41 fedora 3.4 MiB linuxdoc-tools x86_64 0.9.82-8.fc41 fedora 494.0 KiB make x86_64 1:4.4.1-8.fc41 fedora 1.8 MiB mod_ssl x86_64 1:2.4.62-2.fc41 fedora 257.3 KiB openssl x86_64 1:3.2.2-9.fc41 fedora 1.7 MiB openssl-devel x86_64 1:3.2.2-9.fc41 fedora 4.3 MiB patchutils x86_64 0.4.2-14.fc41 fedora 209.4 KiB perl-ExtUtils-Embed noarch 1.35-512.fc41 updates 15.5 KiB php-devel x86_64 8.3.13-1.fc41 updates 5.9 MiB postgresql x86_64 16.3-3.fc41 fedora 7.6 MiB postgresql-server x86_64 16.3-3.fc41 fedora 29.1 MiB python3-devel x86_64 3.13.0-1.fc41 fedora 1.8 MiB python3-setuptools noarch 69.2.0-8.fc41 fedora 7.2 MiB readline-devel x86_64 8.2-10.fc41 fedora 553.0 KiB redhat-rpm-config noarch 293-1.fc41 fedora 183.5 KiB rpm-build x86_64 4.20.0-1.fc41 fedora 194.3 KiB rpm-devel x86_64 4.20.0-1.fc41 fedora 283.6 KiB rsync x86_64 3.3.0-3.fc41 fedora 776.4 KiB s-nail x86_64 14.9.25-1.fc41 fedora 1.2 MiB sendmail x86_64 8.18.1-4.fc41 fedora 1.7 MiB sendmail-cf noarch 8.18.1-4.fc41 fedora 981.9 KiB sudo x86_64 1.9.15-5.p5.fc41 fedora 4.9 MiB tar x86_64 2:1.35-4.fc41 fedora 2.9 MiB texlive-ec noarch 11:svn25033.1.0-73.fc41 fedora 2.5 MiB texlive-latex noarch 11:svn65161-85.fc41 fedora 40.2 MiB vconfig x86_64 1.9-37.fc41 fedora 56.2 KiB wget2-wget x86_64 2.1.0-12.fc41 fedora 42.0 B xmlsec1 x86_64 1:1.2.39-4.fc41 fedora 551.3 KiB xmlsec1-openssl x86_64 1:1.2.39-4.fc41 fedora 277.1 KiB Installing dependencies: NetworkManager-libnm x86_64 1:1.50.0-1.fc41 fedora 9.9 MiB abattis-cantarell-vf-fonts noarch 0.301-13.fc41 fedora 192.7 KiB add-determinism x86_64 0.3.6-3.fc41 updates 2.4 MiB adobe-mappings-cmap noarch 20231115-1.fc41 updates 15.2 MiB adobe-mappings-cmap-deprecated noarch 20231115-1.fc41 updates 582.1 KiB adobe-mappings-pdf noarch 20190401-8.fc41 fedora 4.4 MiB alsa-lib x86_64 1.2.13-3.fc41 updates 1.4 MiB annobin-docs noarch 12.69-1.fc41 fedora 97.7 KiB annobin-plugin-gcc x86_64 12.69-1.fc41 fedora 985.0 KiB ansible-srpm-macros noarch 1-16.fc41 fedora 35.7 KiB apr x86_64 1.7.5-1.fc41 fedora 302.3 KiB apr-util x86_64 1.6.3-21.fc41 fedora 220.5 KiB apr-util-lmdb x86_64 1.6.3-21.fc41 fedora 15.2 KiB autoconf noarch 2.72-3.fc41 fedora 2.8 MiB automake noarch 1.16.5-17.fc41 fedora 1.7 MiB avahi-libs x86_64 0.8-29.fc41 fedora 166.3 KiB beecrypt x86_64 4.2.1-36.fc41 fedora 298.6 KiB biber noarch 2.19-6.fc41 fedora 1.3 MiB binutils x86_64 2.43.1-2.fc41 fedora 27.5 MiB brotli x86_64 1.1.0-5.fc41 fedora 31.8 KiB brotli-devel x86_64 1.1.0-5.fc41 fedora 65.6 KiB build-reproducibility-srpm-macros noarch 0.3.6-3.fc41 updates 735.0 B cmake-filesystem x86_64 3.30.5-1.fc41 updates 0.0 B cpp x86_64 14.2.1-3.fc41 fedora 35.0 MiB createrepo_c-libs x86_64 1.1.4-1.fc41 fedora 277.8 KiB cronie-anacron x86_64 1.7.2-2.fc41 fedora 45.8 KiB crontabs noarch 1.11^20190603git9e74f2d-4.fc41 fedora 20.8 KiB cups-libs x86_64 1:2.4.11-2.fc41 fedora 622.9 KiB cyrus-sasl x86_64 2.1.28-27.fc41 fedora 145.2 KiB debugedit x86_64 5.1-1.fc41 updates 199.8 KiB default-fonts-core-sans noarch 4.1-2.fc41 fedora 11.9 KiB docbook-dtds noarch 1.0-87.fc41 fedora 8.3 MiB docbook-style-dsssl noarch 1.79-40.fc41 fedora 2.2 MiB docbook-utils noarch 0.6.14-62.fc41 fedora 156.8 KiB drpm x86_64 0.5.2-6.fc41 fedora 131.6 KiB dwz x86_64 0.15-8.fc41 fedora 298.9 KiB efi-srpm-macros noarch 5-12.fc41 fedora 40.1 KiB elfutils x86_64 0.192-6.fc41 updates 2.7 MiB emacs-common x86_64 1:29.4-38.fc41 updates 101.2 MiB emacs-filesystem noarch 1:30.0-3.fc41 fedora 0.0 B emacsclient x86_64 1:29.4-38.fc41 updates 76.8 KiB fedora-logos-httpd noarch 38.1.0-6.fc41 fedora 12.1 KiB file x86_64 5.45-7.fc41 fedora 103.5 KiB fontconfig x86_64 2.15.0-8.fc41 fedora 791.9 KiB fonts-filesystem noarch 1:2.0.5-17.fc41 fedora 0.0 B fonts-srpm-macros noarch 1:2.0.5-17.fc41 fedora 55.8 KiB forge-srpm-macros noarch 0.3.2-1.fc41 fedora 39.0 KiB fpc-srpm-macros noarch 1.3-13.fc41 fedora 144.0 B freetype x86_64 2.13.3-1.fc41 fedora 850.5 KiB gcc x86_64 14.2.1-3.fc41 fedora 104.3 MiB gcc-plugin-annobin x86_64 14.2.1-3.fc41 fedora 61.1 KiB gdb-minimal x86_64 15.2-3.fc41 updates 13.0 MiB ghc-srpm-macros noarch 1.9.1-2.fc41 fedora 747.0 B ghostscript-tools-fonts noarch 10.03.1-4.fc41 updates 2.5 KiB ghostscript-tools-printing noarch 10.03.1-4.fc41 updates 3.5 KiB git-core x86_64 2.47.0-1.fc41 fedora 22.5 MiB git-core-doc noarch 2.47.0-1.fc41 fedora 17.2 MiB glibc-devel x86_64 2.40-11.fc41 updates 2.3 MiB gnat-srpm-macros noarch 6-6.fc41 fedora 1.0 KiB gnutls-dane x86_64 3.8.6-7.fc41 fedora 69.7 KiB go-srpm-macros noarch 3.6.0-3.fc41 fedora 60.8 KiB google-droid-sans-fonts noarch 20200215-21.fc41 fedora 6.3 MiB google-noto-fonts-common noarch 20240701-2.fc41 fedora 17.5 KiB google-noto-sans-vf-fonts noarch 20240701-2.fc41 fedora 1.2 MiB gpgme x86_64 1.23.2-5.fc41 fedora 579.3 KiB gpm-libs x86_64 1.20.7-48.fc41 fedora 27.7 KiB graphite2 x86_64 1.3.14-16.fc41 fedora 192.0 KiB groff x86_64 1.23.0-7.fc41 fedora 4.4 MiB groff-base x86_64 1.23.0-7.fc41 fedora 3.8 MiB harfbuzz x86_64 9.0.0-3.fc41 fedora 2.6 MiB httpd-core x86_64 2.4.62-2.fc41 fedora 4.8 MiB httpd-filesystem noarch 2.4.62-2.fc41 fedora 464.0 B httpd-tools x86_64 2.4.62-2.fc41 fedora 215.7 KiB hunspell x86_64 1.7.2-8.fc41 fedora 1.3 MiB hunspell-en-GB noarch 0.20201207-10.fc41 fedora 543.2 KiB hunspell-en-US noarch 0.20201207-10.fc41 fedora 557.4 KiB hunspell-filesystem x86_64 1.7.2-8.fc41 fedora 0.0 B iptables-legacy-libs x86_64 1.8.10-15.fc41 fedora 90.4 KiB iptables-libs x86_64 1.8.10-15.fc41 fedora 1.8 MiB jansson x86_64 2.13.1-10.fc41 fedora 88.3 KiB jbig2dec-libs x86_64 0.20-5.fc41 fedora 169.0 KiB jbigkit-libs x86_64 2.1-30.fc41 fedora 117.6 KiB kernel-headers x86_64 6.11.3-300.fc41 fedora 6.4 MiB kernel-srpm-macros noarch 1.0-24.fc41 fedora 1.9 KiB keyutils-libs-devel x86_64 1.6.3-4.fc41 fedora 48.2 KiB krb5-devel x86_64 1.21.3-3.fc41 updates 705.9 KiB lcms2 x86_64 2.16-4.fc41 fedora 424.9 KiB libICE x86_64 1.1.1-4.fc41 fedora 181.2 KiB libSM x86_64 1.2.4-4.fc41 fedora 97.3 KiB libX11 x86_64 1.8.10-2.fc41 fedora 1.3 MiB libX11-common noarch 1.8.10-2.fc41 fedora 1.1 MiB libXau x86_64 1.0.11-7.fc41 fedora 66.9 KiB libXaw x86_64 1.0.16-2.fc41 fedora 515.2 KiB libXext x86_64 1.3.6-2.fc41 fedora 90.1 KiB libXi x86_64 1.8.2-1.fc41 fedora 76.7 KiB libXmu x86_64 1.2.1-2.fc41 fedora 191.5 KiB libXpm x86_64 3.5.17-4.fc41 fedora 148.4 KiB libXt x86_64 1.3.0-4.fc41 fedora 429.9 KiB libaom x86_64 3.9.0-3.fc41 fedora 5.1 MiB libavif x86_64 1.0.4-7.fc41 fedora 183.8 KiB libcom_err-devel x86_64 1.47.1-6.fc41 fedora 16.7 KiB libdatrie x86_64 0.2.13-10.fc41 fedora 57.9 KiB libdav1d x86_64 1.5.0-1.fc41 updates 1.7 MiB libdb x86_64 5.3.28-63.fc41 fedora 1.8 MiB libgccjit x86_64 14.2.1-3.fc41 fedora 37.4 MiB libgs x86_64 10.03.1-4.fc41 updates 23.3 MiB libicu x86_64 74.2-2.fc41 fedora 34.9 MiB libidn2-devel x86_64 2.3.7-2.fc41 fedora 252.1 KiB libijs x86_64 0.35-23.fc41 fedora 61.6 KiB libimagequant x86_64 4.0.3-5.fc41 fedora 666.7 KiB libjpeg-turbo x86_64 3.0.2-3.fc41 fedora 776.9 KiB libkadm5 x86_64 1.21.3-3.fc41 updates 214.1 KiB liblerc x86_64 4.0.0-7.fc41 fedora 607.5 KiB libmpc x86_64 1.3.1-6.fc41 fedora 164.7 KiB libndp x86_64 1.9-2.fc41 fedora 86.2 KiB libnetfilter_conntrack x86_64 1.0.9-6.fc41 fedora 139.5 KiB libnfnetlink x86_64 1.0.1-28.fc41 fedora 53.9 KiB libnghttp2-devel x86_64 1.62.1-2.fc41 fedora 295.2 KiB libpaper x86_64 1:2.1.1-7.fc41 fedora 48.9 KiB libpath_utils x86_64 0.2.1-57.fc41 fedora 61.4 KiB libpng x86_64 2:1.6.40-4.fc41 fedora 245.8 KiB libpq x86_64 16.4-1.fc41 fedora 965.4 KiB libpsl-devel x86_64 0.21.5-4.fc41 fedora 110.3 KiB libselinux-devel x86_64 3.7-5.fc41 fedora 126.4 KiB libsepol-devel x86_64 3.7-2.fc41 fedora 120.3 KiB libssh-devel x86_64 0.10.6-8.fc41 fedora 155.0 KiB libstdc++-devel x86_64 14.2.1-3.fc41 fedora 15.4 MiB libtalloc x86_64 2.4.2-4.fc41 fedora 52.7 KiB libthai x86_64 0.1.29-9.fc41 fedora 783.5 KiB libtiff x86_64 4.6.0-6.fc41 fedora 606.0 KiB libtree-sitter x86_64 0.23.0-2.fc41 fedora 213.4 KiB libusb-compat-0.1 x86_64 0.1.8-8.fc41 fedora 57.1 KiB libverto-devel x86_64 0.3.2-9.fc41 fedora 25.7 KiB libvmaf x86_64 3.0.0-2.fc41 fedora 823.0 KiB libwebp x86_64 1.4.0-4.fc41 fedora 822.6 KiB libxcb x86_64 1.17.0-3.fc41 fedora 1.2 MiB libxcrypt-devel x86_64 4.4.36-10.fc41 updates 30.5 KiB libxslt x86_64 1.1.42-2.fc41 fedora 483.1 KiB libzstd-devel x86_64 1.5.6-2.fc41 fedora 202.4 KiB lmdb-libs x86_64 0.9.33-2.fc41 fedora 109.6 KiB lua-srpm-macros noarch 1-14.fc41 fedora 1.3 KiB lynx x86_64 2.9.2-2.fc41 fedora 6.0 MiB m4 x86_64 1.4.19-10.fc41 fedora 592.9 KiB mailcap noarch 2.1.54-7.fc41 fedora 86.0 KiB nano x86_64 8.1-1.fc41 fedora 2.9 MiB ncurses x86_64 6.5-2.20240629.fc41 fedora 627.3 KiB ncurses-c++-libs x86_64 6.5-2.20240629.fc41 fedora 161.7 KiB ncurses-devel x86_64 6.5-2.20240629.fc41 fedora 870.1 KiB ocaml-srpm-macros noarch 10-3.fc41 fedora 1.9 KiB openblas-srpm-macros noarch 2-18.fc41 fedora 112.0 B openjade x86_64 1.3.2-81.fc41 fedora 3.7 MiB openjpeg x86_64 2.5.2-4.fc41 fedora 445.7 KiB opensp x86_64 1.5.2-47.fc41 fedora 2.8 MiB package-notes-srpm-macros noarch 0.5-12.fc41 fedora 1.6 KiB paper x86_64 1:2.1.1-7.fc41 fedora 66.3 KiB patch x86_64 2.7.6-25.fc41 fedora 266.7 KiB pcre2-devel x86_64 10.44-1.fc41.1 fedora 2.0 MiB pcre2-utf16 x86_64 10.44-1.fc41.1 fedora 590.1 KiB pcre2-utf32 x86_64 10.44-1.fc41.1 fedora 562.0 KiB perl-Authen-SASL noarch 2.1700-4.fc41 fedora 116.6 KiB perl-AutoLoader noarch 5.74-512.fc41 updates 20.5 KiB perl-AutoSplit noarch 5.74-512.fc41 updates 23.1 KiB perl-B x86_64 1.89-512.fc41 updates 498.0 KiB perl-B-Hooks-EndOfScope noarch 0.28-2.fc41 fedora 69.3 KiB perl-Benchmark noarch 1.25-512.fc41 updates 36.3 KiB perl-Business-ISBN noarch 3.009-5.fc41 fedora 53.7 KiB perl-Business-ISBN-Data noarch 20240930.001-1.fc41 fedora 286.5 KiB perl-Business-ISMN noarch 1.204-2.fc41 fedora 35.9 KiB perl-Business-ISSN noarch 1.005-12.fc41 fedora 20.8 KiB perl-CPAN-Meta-Requirements noarch 2.143-9.fc41 fedora 81.2 KiB perl-CPAN-Meta-YAML noarch 0.018-512.fc41 fedora 50.3 KiB perl-Carp noarch 1.54-511.fc41 fedora 46.6 KiB perl-Class-Accessor noarch 0.51-21.fc41 fedora 40.8 KiB perl-Class-Data-Inheritable noarch 0.09-9.fc41 fedora 6.3 KiB perl-Class-Inspector noarch 1.36-17.fc41 fedora 57.5 KiB perl-Class-Method-Modifiers noarch 2.15-5.fc41 fedora 102.5 KiB perl-Class-Singleton noarch 1.6-12.fc41 fedora 39.7 KiB perl-Class-Struct noarch 0.68-512.fc41 updates 25.4 KiB perl-Clone x86_64 0.47-1.fc41 fedora 36.5 KiB perl-Compress-Raw-Bzip2 x86_64 2.212-512.fc41 fedora 69.5 KiB perl-Compress-Raw-Zlib x86_64 2.212-512.fc41 fedora 162.4 KiB perl-Convert-ASN1 noarch 0.34-4.fc41 fedora 170.0 KiB perl-Data-Compare noarch 1.29-5.fc41 fedora 55.5 KiB perl-Data-Dump noarch 1.25-11.fc41 fedora 50.2 KiB perl-Data-Dumper x86_64 2.189-512.fc41 fedora 111.7 KiB perl-Data-OptList noarch 0.114-5.fc41 fedora 50.1 KiB perl-Data-Uniqid noarch 0.12-34.fc41 fedora 4.2 KiB perl-Date-ISO8601 noarch 0.005-21.fc41 fedora 24.5 KiB perl-Date-Manip noarch 6.95-2.fc41 fedora 10.9 MiB perl-DateTime x86_64 2:1.65-6.fc41 fedora 383.0 KiB perl-DateTime-Calendar-Julian noarch 0.107-8.fc41 fedora 32.8 KiB perl-DateTime-Format-Builder noarch 0.8300-14.fc41 fedora 202.3 KiB perl-DateTime-Format-Strptime noarch 1:1.79-11.fc41 fedora 96.3 KiB perl-DateTime-Locale noarch 1.44-1.fc41 updates 22.5 MiB perl-DateTime-TimeZone noarch 2.63-1.fc41 fedora 6.0 MiB perl-DateTime-TimeZone-SystemV noarch 0.010-22.fc41 fedora 28.4 KiB perl-DateTime-TimeZone-Tzfile noarch 0.011-22.fc41 fedora 24.6 KiB perl-Devel-CallChecker x86_64 0.009-7.fc41 fedora 37.3 KiB perl-Devel-Caller x86_64 2.07-7.fc41 fedora 27.4 KiB perl-Devel-GlobalDestruction noarch 0.14-25.fc41 fedora 16.6 KiB perl-Devel-LexAlias x86_64 0.05-38.fc41 fedora 19.2 KiB perl-Devel-PPPort x86_64 3.72-512.fc41 fedora 892.3 KiB perl-Devel-StackTrace noarch 1:2.05-4.fc41 fedora 48.9 KiB perl-Digest noarch 1.20-511.fc41 fedora 35.3 KiB perl-Digest-HMAC noarch 1.04-11.fc41 fedora 28.1 KiB perl-Digest-MD5 x86_64 2.59-5.fc41 fedora 59.8 KiB perl-Digest-SHA x86_64 1:6.04-512.fc41 fedora 116.6 KiB perl-DirHandle noarch 1.05-512.fc41 updates 3.4 KiB perl-Dist-CheckConflicts noarch 0.11-31.fc41 fedora 31.7 KiB perl-DynaLoader x86_64 1.56-512.fc41 updates 32.1 KiB perl-DynaLoader-Functions noarch 0.004-5.fc41 fedora 19.7 KiB perl-Email-Date-Format noarch 1.008-5.fc41 fedora 24.8 KiB perl-Encode x86_64 4:3.21-511.fc41 fedora 4.7 MiB perl-Encode-Locale noarch 1.05-30.fc41 fedora 19.0 KiB perl-English noarch 1.11-512.fc41 updates 6.2 KiB perl-Errno x86_64 1.38-512.fc41 updates 8.4 KiB perl-Error noarch 1:0.17029-16.fc41 fedora 77.3 KiB perl-Eval-Closure noarch 0.14-24.fc41 fedora 33.3 KiB perl-Exception-Class noarch 1.45-11.fc41 fedora 92.4 KiB perl-Exporter noarch 5.78-511.fc41 fedora 54.3 KiB perl-Exporter-Tiny noarch 1.006002-5.fc41 fedora 88.3 KiB perl-ExtUtils-Command noarch 2:7.70-512.fc41 fedora 9.6 KiB perl-ExtUtils-Constant noarch 0.25-512.fc41 updates 85.8 KiB perl-ExtUtils-Install noarch 2.22-511.fc41 fedora 85.5 KiB perl-ExtUtils-MM-Utils noarch 2:7.70-512.fc41 fedora 2.9 KiB perl-ExtUtils-MakeMaker noarch 2:7.70-512.fc41 fedora 734.1 KiB perl-ExtUtils-Manifest noarch 1:1.75-511.fc41 fedora 84.8 KiB perl-ExtUtils-ParseXS noarch 1:3.51-511.fc41 fedora 399.7 KiB perl-Fcntl x86_64 1.18-512.fc41 updates 49.0 KiB perl-File-Basename noarch 2.86-512.fc41 updates 14.0 KiB perl-File-Compare noarch 1.100.800-512.fc41 updates 5.6 KiB perl-File-Copy noarch 2.41-512.fc41 updates 19.6 KiB perl-File-Find noarch 1.44-512.fc41 updates 41.9 KiB perl-File-Find-Rule noarch 0.34-29.fc41 fedora 42.3 KiB perl-File-Listing noarch 6.16-4.fc41 fedora 41.2 KiB perl-File-Path noarch 2.18-511.fc41 fedora 63.5 KiB perl-File-ShareDir noarch 1.118-12.fc41 fedora 56.2 KiB perl-File-Slurper noarch 0.014-6.fc41 fedora 28.7 KiB perl-File-Temp noarch 1:0.231.100-511.fc41 fedora 162.3 KiB perl-File-stat noarch 1.14-512.fc41 updates 12.5 KiB perl-FileHandle noarch 2.05-512.fc41 updates 9.3 KiB perl-Filter x86_64 2:1.64-512.fc41 fedora 165.2 KiB perl-GD x86_64 2.83-2.fc41 fedora 403.3 KiB perl-GSSAPI x86_64 0.28-47.fc41 fedora 120.9 KiB perl-Getopt-Long noarch 1:2.58-2.fc41 fedora 144.5 KiB perl-Getopt-Std noarch 1.14-512.fc41 updates 11.2 KiB perl-Git noarch 2.47.0-1.fc41 fedora 64.0 KiB perl-HTML-Parser x86_64 3.83-1.fc41 fedora 281.8 KiB perl-HTML-Tagset noarch 3.24-2.fc41 fedora 18.7 KiB perl-HTTP-Cookies noarch 6.11-4.fc41 fedora 73.4 KiB perl-HTTP-Date noarch 6.06-5.fc41 fedora 41.2 KiB perl-HTTP-Message noarch 6.46-2.fc41 fedora 215.3 KiB perl-HTTP-Negotiate noarch 6.01-39.fc41 fedora 27.6 KiB perl-HTTP-Tiny noarch 0.090-1.fc41 updates 154.4 KiB perl-Hash-Util-FieldHash x86_64 1.27-512.fc41 updates 66.6 KiB perl-I18N-LangTags noarch 0.45-512.fc41 updates 82.3 KiB perl-I18N-Langinfo x86_64 0.24-512.fc41 updates 38.8 KiB perl-IO x86_64 1.55-512.fc41 updates 151.1 KiB perl-IO-Compress noarch 2.212-512.fc41 fedora 1.0 MiB perl-IO-HTML noarch 1.004-13.fc41 fedora 45.2 KiB perl-IO-Socket-IP noarch 0.42-512.fc41 fedora 98.7 KiB perl-IO-Socket-SSL noarch 2.089-1.fc41 fedora 703.3 KiB perl-IO-String noarch 1.08-51.fc41 fedora 16.8 KiB perl-IPC-Cmd noarch 2:1.04-512.fc41 fedora 84.9 KiB perl-IPC-Open3 noarch 1.22-512.fc41 updates 22.5 KiB perl-IPC-Run3 noarch 0.049-2.fc41 fedora 60.3 KiB perl-IPC-SysV x86_64 2.09-512.fc41 fedora 73.9 KiB perl-IPC-System-Simple noarch 1.30-14.fc41 fedora 71.7 KiB perl-JSON noarch 4.10-6.fc41 fedora 270.5 KiB perl-JSON-PP noarch 1:4.16-512.fc41 fedora 141.8 KiB perl-LDAP noarch 1:0.68-14.fc41 fedora 938.1 KiB perl-LWP-MediaTypes noarch 6.04-19.fc41 fedora 79.0 KiB perl-LWP-Protocol-https noarch 6.14-2.fc41 fedora 29.7 KiB perl-Lexical-SealRequireHints x86_64 0.012-8.fc41 fedora 47.0 KiB perl-Lingua-Translit noarch 0.29-7.fc41 fedora 177.5 KiB perl-List-AllUtils noarch 0.19-13.fc41 fedora 134.3 KiB perl-List-MoreUtils-XS x86_64 0.430-15.fc41 fedora 166.7 KiB perl-List-SomeUtils noarch 0.59-6.fc41 fedora 107.2 KiB perl-List-UtilsBy noarch 0.12-10.fc41 fedora 55.8 KiB perl-Locale-Maketext noarch 1.33-512.fc41 fedora 171.3 KiB perl-Locale-Maketext-Simple noarch 1:0.21-512.fc41 updates 12.8 KiB perl-Log-Dispatch noarch 2.71-5.fc41 fedora 143.0 KiB perl-Log-Dispatch-FileRotate noarch 1.38-10.fc41 fedora 52.6 KiB perl-Log-Log4perl noarch 1.57-6.fc41 fedora 879.3 KiB perl-MIME-Base32 noarch 1.303-21.fc41 fedora 30.7 KiB perl-MIME-Base64 x86_64 3.16-511.fc41 fedora 46.1 KiB perl-MIME-Charset noarch 1.013.1-6.fc41 fedora 104.4 KiB perl-MIME-Lite noarch 3.033-11.fc41 fedora 245.9 KiB perl-MIME-Types noarch 2.26-2.fc41 fedora 182.4 KiB perl-MRO-Compat noarch 0.15-10.fc41 fedora 43.0 KiB perl-Mail-Sender noarch 1:0.903-25.fc41 fedora 160.6 KiB perl-Mail-Sendmail noarch 0.80-21.fc41 fedora 65.0 KiB perl-MailTools noarch 2.21-17.fc41 fedora 203.6 KiB perl-Math-BigInt noarch 1:2.0030.03-3.fc41 fedora 957.7 KiB perl-Math-Complex noarch 1.62-512.fc41 updates 85.0 KiB perl-Module-CoreList noarch 1:5.20241020-1.fc41 updates 1.2 MiB perl-Module-Implementation noarch 0.09-40.fc41 fedora 24.7 KiB perl-Module-Load noarch 1:0.36-511.fc41 fedora 14.9 KiB perl-Module-Load-Conditional noarch 0.74-511.fc41 fedora 28.7 KiB perl-Module-Metadata noarch 1.000038-511.fc41 fedora 67.5 KiB perl-Module-Runtime noarch 0.016-23.fc41 fedora 30.4 KiB perl-Mozilla-CA noarch 20240730-1.fc41 fedora 9.8 KiB perl-NTLM noarch 1.09-39.fc41 fedora 31.2 KiB perl-Net-HTTP noarch 6.23-5.fc41 fedora 74.7 KiB perl-Net-SMTP-SSL noarch 1.04-25.fc41 fedora 4.2 KiB perl-Net-SSLeay x86_64 1.94-7.fc41 fedora 1.3 MiB perl-Number-Compare noarch 0.03-39.fc41 fedora 4.5 KiB perl-Opcode x86_64 1.65-512.fc41 updates 52.5 KiB perl-POSIX x86_64 2.20-512.fc41 updates 235.1 KiB perl-Package-Generator noarch 1.106-32.fc41 fedora 29.9 KiB perl-Package-Stash noarch 0.40-8.fc41 fedora 55.9 KiB perl-Package-Stash-XS x86_64 0.30-9.fc41 fedora 68.3 KiB perl-PadWalker x86_64 2.5-15.fc41 fedora 45.1 KiB perl-Params-Check noarch 1:0.38-511.fc41 fedora 27.6 KiB perl-Params-Classify x86_64 0.015-24.fc41 fedora 47.6 KiB perl-Params-Util x86_64 1.102-16.fc41 fedora 54.6 KiB perl-Params-Validate x86_64 1.31-9.fc41 fedora 153.0 KiB perl-Params-ValidationCompiler noarch 0.31-6.fc41 fedora 91.1 KiB perl-Parse-RecDescent noarch 1.967015-23.fc41 fedora 522.0 KiB perl-PathTools x86_64 3.91-511.fc41 fedora 180.0 KiB perl-Pod-Escapes noarch 1:1.07-511.fc41 fedora 24.9 KiB perl-Pod-Html noarch 1.35-512.fc41 updates 42.2 KiB perl-Pod-Perldoc noarch 3.28.01-512.fc41 fedora 163.7 KiB perl-Pod-Simple noarch 1:3.45-511.fc41 fedora 560.9 KiB perl-Pod-Usage noarch 4:2.03-511.fc41 fedora 84.8 KiB perl-Ref-Util noarch 0.204-21.fc41 fedora 31.5 KiB perl-Ref-Util-XS x86_64 0.117-24.fc41 fedora 42.2 KiB perl-Regexp-Common noarch 2024080801-1.fc41 fedora 462.1 KiB perl-Role-Tiny noarch 2.002004-12.fc41 fedora 61.7 KiB perl-SGMLSpm noarch 1.03ii-63.fc41 fedora 71.1 KiB perl-Safe noarch 2.46-512.fc41 updates 30.6 KiB perl-Scalar-List-Utils x86_64 5:1.68-1.fc41 updates 148.9 KiB perl-SelectSaver noarch 1.02-512.fc41 updates 2.2 KiB perl-Socket x86_64 4:2.038-511.fc41 fedora 124.0 KiB perl-Sort-Key x86_64 1.33-32.fc41 fedora 81.9 KiB perl-Specio noarch 0.48-7.fc41 fedora 329.7 KiB perl-Storable x86_64 1:3.32-511.fc41 fedora 232.4 KiB perl-Sub-Exporter noarch 0.991-4.fc41 fedora 194.9 KiB perl-Sub-Exporter-Progressive noarch 0.001013-25.fc41 fedora 27.3 KiB perl-Sub-Identify x86_64 0.14-28.fc41 fedora 31.9 KiB perl-Sub-Install noarch 0.929-6.fc41 fedora 35.9 KiB perl-Symbol noarch 1.09-512.fc41 updates 6.8 KiB perl-Sys-Hostname x86_64 1.25-512.fc41 updates 19.9 KiB perl-Sys-Syslog x86_64 0.36-512.fc41 fedora 94.8 KiB perl-Term-ANSIColor noarch 5.01-512.fc41 fedora 97.5 KiB perl-Term-Cap noarch 1.18-511.fc41 fedora 29.3 KiB perl-TermReadKey x86_64 2.38-23.fc41 fedora 64.1 KiB perl-Test-Harness noarch 1:3.50-1.fc41 fedora 559.6 KiB perl-Text-Balanced noarch 2.06-511.fc41 fedora 111.4 KiB perl-Text-BibTeX x86_64 0.89-7.fc41 fedora 514.6 KiB perl-Text-CSV noarch 2.04-2.fc41 fedora 348.1 KiB perl-Text-Glob noarch 0.11-24.fc41 fedora 8.4 KiB perl-Text-ParseWords noarch 3.31-511.fc41 fedora 13.6 KiB perl-Text-Roman noarch 3.5-28.fc41 fedora 33.1 KiB perl-Text-Soundex x86_64 3.05-32.fc41 fedora 50.9 KiB perl-Text-Tabs+Wrap noarch 2024.001-511.fc41 fedora 22.6 KiB perl-Text-Unidecode noarch 1.30-25.fc41 fedora 448.7 KiB perl-Thread-Queue noarch 3.14-511.fc41 fedora 28.9 KiB perl-Tie noarch 4.6-512.fc41 updates 32.0 KiB perl-Tie-Cycle noarch 1.228-3.fc41 fedora 23.1 KiB perl-Tie-RefHash noarch 1.41-1.fc41 fedora 35.9 KiB perl-Time-HiRes x86_64 4:1.9777-511.fc41 fedora 119.9 KiB perl-Time-Local noarch 2:1.350-511.fc41 fedora 69.0 KiB perl-TimeDate noarch 1:2.33-15.fc41 fedora 95.2 KiB perl-Try-Tiny noarch 0.32-1.fc41 fedora 67.3 KiB perl-URI noarch 5.30-1.fc41 fedora 256.9 KiB perl-Unicode-Collate x86_64 1.31-511.fc41 fedora 4.2 MiB perl-Unicode-LineBreak x86_64 2019.001-22.fc41 fedora 264.6 KiB perl-Unicode-Normalize x86_64 1.32-511.fc41 fedora 465.2 KiB perl-Unicode-UCD noarch 0.78-512.fc41 updates 204.4 KiB perl-Variable-Magic x86_64 0.64-3.fc41 fedora 130.6 KiB perl-WWW-RobotRules noarch 6.02-40.fc41 fedora 24.3 KiB perl-XML-LibXML x86_64 1:2.0210-3.fc41 fedora 916.7 KiB perl-XML-LibXML-Simple noarch 1.01-15.fc41 fedora 50.8 KiB perl-XML-LibXSLT x86_64 2.003.000-2.fc41 fedora 141.3 KiB perl-XML-NamespaceSupport noarch 1.12-24.fc41 fedora 44.7 KiB perl-XML-Parser x86_64 2.47-5.fc41 fedora 653.3 KiB perl-XML-SAX noarch 1.02-17.fc41 fedora 120.2 KiB perl-XML-SAX-Base noarch 1.09-24.fc41 fedora 172.7 KiB perl-XML-Writer noarch 0.900-15.fc41 fedora 65.8 KiB perl-XML-XPath noarch 1.48-7.fc41 fedora 202.3 KiB perl-XString x86_64 0.005-14.fc41 fedora 37.0 KiB perl-autodie noarch 2.37-512.fc41 fedora 214.9 KiB perl-autovivification x86_64 0.18-24.fc41 fedora 62.0 KiB perl-base noarch 2.27-512.fc41 updates 12.5 KiB perl-constant noarch 1.33-512.fc41 fedora 26.2 KiB perl-deprecate noarch 0.04-512.fc41 updates 6.5 KiB perl-devel x86_64 4:5.40.0-512.fc41 updates 8.0 MiB perl-encoding x86_64 4:3.00-511.fc41 fedora 149.5 KiB perl-if noarch 0.61.000-512.fc41 updates 5.8 KiB perl-interpreter x86_64 4:5.40.0-512.fc41 updates 122.3 KiB perl-lib x86_64 0.65-512.fc41 updates 8.5 KiB perl-libnet noarch 3.15-512.fc41 fedora 289.4 KiB perl-libs x86_64 4:5.40.0-512.fc41 updates 9.9 MiB perl-libwww-perl noarch 6.77-2.fc41 fedora 521.0 KiB perl-locale noarch 1.12-512.fc41 updates 6.5 KiB perl-meta-notation noarch 5.40.0-512.fc41 updates 2.0 KiB perl-mro x86_64 1.29-512.fc41 updates 45.6 KiB perl-namespace-autoclean noarch 0.29-19.fc41 fedora 41.1 KiB perl-namespace-clean noarch 0.27-27.fc41 fedora 38.7 KiB perl-open noarch 1.13-512.fc41 updates 11.3 KiB perl-overload noarch 1.37-512.fc41 updates 71.5 KiB perl-overloading noarch 0.02-512.fc41 updates 4.8 KiB perl-parent noarch 1:0.242-1.fc41 fedora 10.0 KiB perl-podlators noarch 1:6.0.2-2.fc41 fedora 317.5 KiB perl-sigtrap noarch 1.10-512.fc41 updates 11.0 KiB perl-srpm-macros noarch 1-56.fc41 fedora 861.0 B perl-subs noarch 1.04-512.fc41 updates 2.1 KiB perl-threads x86_64 1:2.40-511.fc41 fedora 115.1 KiB perl-threads-shared x86_64 1.69-511.fc41 fedora 83.7 KiB perl-vars noarch 1.05-512.fc41 updates 3.9 KiB perl-version x86_64 9:0.99.33-1.fc41 fedora 132.8 KiB perltidy noarch 20240903-1.fc41 fedora 3.9 MiB php-cli x86_64 8.3.13-1.fc41 updates 16.2 MiB php-common x86_64 8.3.13-1.fc41 updates 8.9 MiB php-fedora-autoloader noarch 1.0.1-14.fc41 fedora 14.8 KiB popt-devel x86_64 1.19-7.fc41 fedora 29.0 KiB postgresql-private-libs x86_64 16.3-3.fc41 fedora 335.6 KiB procmail x86_64 3.24-7.fc41 fedora 365.5 KiB publicsuffix-list noarch 20240107-4.fc41 fedora 318.0 KiB pyproject-rpm-macros noarch 1.16.0-1.fc41 updates 114.4 KiB pyproject-srpm-macros noarch 1.16.0-1.fc41 updates 1.9 KiB python-rpm-macros noarch 3.13-3.fc41 fedora 22.1 KiB python-srpm-macros noarch 3.13-3.fc41 fedora 51.0 KiB python3-packaging noarch 24.1-2.fc41 fedora 422.3 KiB python3-pyparsing noarch 3.1.2-7.fc41 fedora 1.0 MiB python3-rpm-generators noarch 14-11.fc41 fedora 81.7 KiB python3-rpm-macros noarch 3.13-3.fc41 fedora 6.4 KiB qt5-srpm-macros noarch 5.15.15-1.fc41 fedora 500.0 B qt6-srpm-macros noarch 6.8.0-1.fc41 updates 456.0 B rav1e-libs x86_64 0.7.1-4.fc41 fedora 3.0 MiB rust-srpm-macros noarch 26.3-3.fc41 fedora 4.8 KiB sgml-common noarch 0.6.3-65.fc41 fedora 168.1 KiB sombok x86_64 2.4.0-22.fc41 fedora 131.7 KiB sscg x86_64 3.0.5-7.fc41 fedora 106.1 KiB svt-av1-libs x86_64 2.1.0-2.fc41 fedora 7.1 MiB systemd-rpm-macros noarch 256.8-1.fc41 updates 10.7 KiB systemtap-sdt-devel x86_64 5.2~pre17250223gd07e4284-1.fc41 fedora 182.4 KiB systemtap-sdt-dtrace x86_64 5.2~pre17250223gd07e4284-1.fc41 fedora 178.9 KiB teckit x86_64 2.5.12-3.fc41 fedora 2.0 MiB texlive-ae noarch 11:svn15878.1.4-73.fc41 fedora 451.9 KiB texlive-aleph x86_64 11:svn66203-85.fc41 fedora 515.7 KiB texlive-algorithms noarch 11:svn42428-73.fc41 fedora 38.2 KiB texlive-alphalph noarch 11:svn53087-73.fc41 fedora 375.9 KiB texlive-amscls noarch 11:svn55378-73.fc41 fedora 1.4 MiB texlive-amsfonts noarch 11:svn61937-73.fc41 fedora 5.9 MiB texlive-amsmath noarch 11:svn63514-73.fc41 fedora 266.6 KiB texlive-antomega noarch 11:svn21933.0.8-73.fc41 fedora 481.7 KiB texlive-anysize noarch 11:svn15878.0-73.fc41 fedora 3.4 KiB texlive-atbegshi noarch 11:svn53051-73.fc41 fedora 443.4 KiB texlive-attachfile noarch 11:svn42099-73.fc41 fedora 32.0 KiB texlive-attachfile2 noarch 11:svn57959-85.fc41 fedora 492.2 KiB texlive-atveryend noarch 11:svn53108-73.fc41 fedora 409.9 KiB texlive-auto-pst-pdf noarch 11:svn56596-73.fc41 fedora 14.8 KiB texlive-auxhook noarch 11:svn53173-73.fc41 fedora 301.9 KiB texlive-avantgar noarch 11:svn61983-73.fc41 fedora 1.2 MiB texlive-babel noarch 11:svn65823-73.fc41 fedora 2.1 MiB texlive-babel-english noarch 11:svn44495-73.fc41 fedora 44.4 KiB texlive-babelbib noarch 11:svn57349-73.fc41 fedora 779.1 KiB texlive-base x86_64 11:20230311-85.fc41 fedora 19.0 MiB texlive-beamer noarch 11:svn65984-73.fc41 fedora 702.9 KiB texlive-bera noarch 11:svn20031.0-73.fc41 fedora 772.9 KiB texlive-beton noarch 11:svn15878.0-73.fc41 fedora 11.8 KiB texlive-biblatex noarch 11:svn66403-73.fc41 fedora 2.2 MiB texlive-bibtex x86_64 11:svn66186-85.fc41 fedora 782.9 KiB texlive-bidi noarch 11:svn65572-73.fc41 fedora 1.2 MiB texlive-bigintcalc noarch 11:svn53172-73.fc41 fedora 515.6 KiB texlive-bitset noarch 11:svn53837-73.fc41 fedora 662.3 KiB texlive-bookman noarch 11:svn61719-73.fc41 fedora 1.2 MiB texlive-bookmark noarch 11:svn56885-73.fc41 fedora 569.3 KiB texlive-booktabs noarch 11:svn53402-73.fc41 fedora 18.3 KiB texlive-breakurl noarch 11:svn29901.1.40-73.fc41 fedora 17.1 KiB texlive-breqn noarch 11:svn60881-73.fc41 fedora 167.4 KiB texlive-caption noarch 11:svn66580-73.fc41 fedora 906.9 KiB texlive-carlisle noarch 11:svn59577-73.fc41 fedora 31.2 KiB texlive-catchfile noarch 11:svn53084-73.fc41 fedora 318.8 KiB texlive-changepage noarch 11:svn15878.1.0c-73.fc41 fedora 27.3 KiB texlive-charter noarch 11:svn15878.0-73.fc41 fedora 404.0 KiB texlive-cite noarch 11:svn36428.5.5-73.fc41 fedora 62.3 KiB texlive-cm noarch 11:svn57963-73.fc41 fedora 994.9 KiB texlive-cm-super noarch 11:svn15878.0-73.fc41 fedora 65.0 MiB texlive-cmap noarch 11:svn57640-73.fc41 fedora 36.2 KiB texlive-cmextra noarch 11:svn57866-73.fc41 fedora 132.7 KiB texlive-collection-basic noarch 11:svn59159-73.fc41 fedora 0.0 B texlive-collection-fontsrecommended noarch 11:svn54074-73.fc41 fedora 0.0 B texlive-collection-formatsextra noarch 11:svn62226-73.fc41 fedora 0.0 B texlive-collection-latex noarch 11:svn63515-73.fc41 fedora 0.0 B texlive-collection-latexrecommended noarch 11:svn65512-73.fc41 fedora 0.0 B texlive-colorprofiles noarch 11:svn49086-73.fc41 fedora 272.2 KiB texlive-colortbl noarch 11:svn64015-73.fc41 fedora 21.0 KiB texlive-courier noarch 11:svn61719-73.fc41 fedora 915.1 KiB texlive-crop noarch 11:svn55424-73.fc41 fedora 26.7 KiB texlive-csquotes noarch 11:svn64389-73.fc41 fedora 112.0 KiB texlive-ctable noarch 11:svn38672-73.fc41 fedora 20.6 KiB texlive-ctablestack noarch 11:svn38514-73.fc41 fedora 20.1 KiB texlive-currfile noarch 11:svn64673-73.fc41 fedora 34.0 KiB texlive-cyrillic noarch 11:svn63613-85.fc41 fedora 1.5 MiB texlive-dehyph noarch 11:svn48599-73.fc41 fedora 239.9 KiB texlive-dvipdfmx x86_64 11:svn66203-85.fc41 fedora 3.8 MiB texlive-dvips x86_64 11:svn66203-85.fc41 fedora 1.6 MiB texlive-edmac noarch 11:svn61719-73.fc41 fedora 80.2 KiB texlive-enctex noarch 11:svn34957.0-73.fc41 fedora 179.8 KiB texlive-enumitem noarch 11:svn51423-73.fc41 fedora 59.4 KiB texlive-eplain noarch 11:svn64721-85.fc41 fedora 1.9 MiB texlive-epstopdf noarch 11:svn66461-85.fc41 fedora 39.3 KiB texlive-epstopdf-pkg noarch 11:svn53546-73.fc41 fedora 386.5 KiB texlive-eso-pic noarch 11:svn56658-73.fc41 fedora 27.7 KiB texlive-etex noarch 11:svn66203-73.fc41 fedora 41.0 KiB texlive-etex-pkg noarch 11:svn41784-73.fc41 fedora 18.6 KiB texlive-etexcmds noarch 11:svn53171-73.fc41 fedora 321.0 KiB texlive-etoolbox noarch 11:svn56554-73.fc41 fedora 66.7 KiB texlive-euenc noarch 11:svn19795.0.1h-73.fc41 fedora 39.3 KiB texlive-euler noarch 11:svn42428-73.fc41 fedora 20.7 KiB texlive-euro noarch 11:svn22191.1.1-73.fc41 fedora 15.2 KiB texlive-euro-ce noarch 11:svn25714-73.fc41 fedora 41.5 KiB texlive-eurosym noarch 11:svn17265.1.4_subrfix-73.fc41 fedora 219.0 KiB texlive-everysel noarch 11:svn57489-73.fc41 fedora 457.9 KiB texlive-everyshi noarch 11:svn57001-73.fc41 fedora 157.4 KiB texlive-extsizes noarch 11:svn17263.1.4a-73.fc41 fedora 126.6 KiB texlive-fancybox noarch 11:svn18304.1.4-73.fc41 fedora 40.7 KiB texlive-fancyhdr noarch 11:svn64977-73.fc41 fedora 31.6 KiB texlive-fancyref noarch 11:svn15878.0.9c-73.fc41 fedora 27.8 KiB texlive-fancyvrb noarch 11:svn65585-73.fc41 fedora 66.2 KiB texlive-filecontents noarch 11:svn52142-73.fc41 fedora 12.2 KiB texlive-filehook noarch 11:svn64822-73.fc41 fedora 55.2 KiB texlive-finstrut noarch 11:svn21719.0.5-73.fc41 fedora 25.6 KiB texlive-firstaid noarch 11:svn64892-73.fc41 fedora 296.9 KiB texlive-fix2col noarch 11:svn38770-73.fc41 fedora 16.7 KiB texlive-float noarch 11:svn15878.1.3d-73.fc41 fedora 15.5 KiB texlive-fontspec noarch 11:svn63386-73.fc41 fedora 329.1 KiB texlive-footmisc noarch 11:svn62524-73.fc41 fedora 64.7 KiB texlive-footnotehyper noarch 11:svn60374-73.fc41 fedora 30.5 KiB texlive-fp noarch 11:svn49719-73.fc41 fedora 124.9 KiB texlive-fpl noarch 11:svn54512-73.fc41 fedora 647.6 KiB texlive-geometry noarch 11:svn61719-73.fc41 fedora 49.5 KiB texlive-gettitlestring noarch 11:svn53170-73.fc41 fedora 338.8 KiB texlive-glyphlist noarch 11:svn54074-85.fc41 fedora 90.3 KiB texlive-graphics noarch 11:svn66204-73.fc41 fedora 124.5 KiB texlive-graphics-cfg noarch 11:svn41448-73.fc41 fedora 3.0 KiB texlive-graphics-def noarch 11:svn64487-73.fc41 fedora 98.2 KiB texlive-grfext noarch 11:svn53024-73.fc41 fedora 327.8 KiB texlive-grffile noarch 11:svn52756-73.fc41 fedora 379.3 KiB texlive-gsftopk x86_64 11:svn52851-85.fc41 fedora 47.1 KiB texlive-helvetic noarch 11:svn61719-73.fc41 fedora 1.8 MiB texlive-hitex x86_64 11:svn65883-85.fc41 fedora 3.7 MiB texlive-hobsub noarch 11:svn52810-73.fc41 fedora 80.2 KiB texlive-hologo noarch 11:svn61719-73.fc41 fedora 664.7 KiB texlive-hopatch noarch 11:svn65491-73.fc41 fedora 345.8 KiB texlive-hycolor noarch 11:svn53584-73.fc41 fedora 411.7 KiB texlive-hypdoc noarch 11:svn65678-73.fc41 fedora 358.3 KiB texlive-hyperref noarch 11:svn65758-73.fc41 fedora 763.7 KiB texlive-hyph-utf8 noarch 11:svn61719-73.fc41 fedora 73.9 KiB texlive-hyphen-base noarch 11:svn66413-73.fc41 fedora 63.7 KiB texlive-hyphenex noarch 11:svn57387-73.fc41 fedora 25.7 KiB texlive-ifmtarg noarch 11:svn47544-73.fc41 fedora 9.2 KiB texlive-ifplatform noarch 11:svn45533-73.fc41 fedora 12.7 KiB texlive-iftex noarch 11:svn61910-73.fc41 fedora 28.7 KiB texlive-index noarch 11:svn24099.4.1beta-73.fc41 fedora 60.6 KiB texlive-infwarerr noarch 11:svn53023-73.fc41 fedora 306.3 KiB texlive-intcalc noarch 11:svn53168-73.fc41 fedora 471.6 KiB texlive-jadetex noarch 11:svn63654-85.fc41 fedora 299.9 KiB texlive-jknapltx noarch 11:svn19440.0-73.fc41 fedora 43.9 KiB texlive-kastrup noarch 11:svn15878.0-73.fc41 fedora 3.4 KiB texlive-knuth-lib noarch 11:svn57963-73.fc41 fedora 99.9 KiB texlive-knuth-local noarch 11:svn57963-73.fc41 fedora 106.3 KiB texlive-koma-script noarch 11:svn64685-73.fc41 fedora 9.9 MiB texlive-kpathsea x86_64 11:svn66209-85.fc41 fedora 2.1 MiB texlive-kvdefinekeys noarch 11:svn53193-73.fc41 fedora 314.2 KiB texlive-kvoptions noarch 11:svn63622-73.fc41 fedora 550.0 KiB texlive-kvsetkeys noarch 11:svn64632-73.fc41 fedora 427.4 KiB texlive-l3backend noarch 11:svn65573-73.fc41 fedora 1.1 MiB texlive-l3experimental noarch 11:svn65621-73.fc41 fedora 190.3 KiB texlive-l3kernel noarch 11:svn66094-73.fc41 fedora 1.4 MiB texlive-l3packages noarch 11:svn65722-73.fc41 fedora 262.4 KiB texlive-lambda noarch 11:svn45756-73.fc41 fedora 666.3 KiB texlive-latex-fonts noarch 11:svn28888.0-73.fc41 fedora 114.2 KiB texlive-latex-lab noarch 11:svn64892-73.fc41 fedora 2.3 MiB texlive-latexbug noarch 11:svn63596-73.fc41 fedora 282.4 KiB texlive-latexconfig noarch 11:svn53525-73.fc41 fedora 8.3 KiB texlive-letltxmacro noarch 11:svn53022-73.fc41 fedora 311.2 KiB texlive-lib x86_64 11:20230311-85.fc41 fedora 1.1 MiB texlive-lineno noarch 11:svn65586-73.fc41 fedora 237.4 KiB texlive-listings noarch 11:svn66222-73.fc41 fedora 580.0 KiB texlive-lm noarch 11:svn65956-73.fc41 fedora 39.4 MiB texlive-lm-math noarch 11:svn36915.1.959-73.fc41 fedora 735.8 KiB texlive-logreq noarch 11:svn53003-73.fc41 fedora 26.3 KiB texlive-lollipop noarch 11:svn45678-85.fc41 fedora 697.0 KiB texlive-ltabptch noarch 11:svn17533.1.74d-73.fc41 fedora 20.8 KiB texlive-ltxcmds noarch 11:svn56421-73.fc41 fedora 424.3 KiB texlive-ltxmisc noarch 11:svn21927.0-73.fc41 fedora 44.0 KiB texlive-lua-alt-getopt noarch 11:svn56414-73.fc41 fedora 3.9 KiB texlive-lua-uni-algos noarch 11:svn62204-73.fc41 fedora 129.1 KiB texlive-luabidi noarch 11:svn54512-73.fc41 fedora 25.3 KiB texlive-luahbtex x86_64 11:svn66186-85.fc41 fedora 6.3 MiB texlive-lualatex-math noarch 11:svn61464-73.fc41 fedora 28.4 KiB texlive-lualibs noarch 11:svn64615-73.fc41 fedora 764.4 KiB texlive-luaotfload noarch 11:svn64616-85.fc41 fedora 8.2 MiB texlive-luatex x86_64 11:svn66967-85.fc41 fedora 9.1 MiB texlive-luatexbase noarch 11:svn52663-73.fc41 fedora 12.8 KiB texlive-lwarp noarch 11:svn66259-85.fc41 fedora 4.8 MiB texlive-makecmds noarch 11:svn15878.0-73.fc41 fedora 11.1 KiB texlive-makeindex x86_64 11:svn62517-85.fc41 fedora 507.2 KiB texlive-manfnt-font noarch 11:svn45777-73.fc41 fedora 41.7 KiB texlive-marginnote noarch 11:svn48383-73.fc41 fedora 22.5 KiB texlive-marvosym noarch 11:svn29349.2.2a-73.fc41 fedora 185.6 KiB texlive-mathpazo noarch 11:svn52663-73.fc41 fedora 110.5 KiB texlive-mathspec noarch 11:svn42773-73.fc41 fedora 52.4 KiB texlive-mathtools noarch 11:svn63767-73.fc41 fedora 130.7 KiB texlive-mdwtools noarch 11:svn15878.1.05.4-73.fc41 fedora 111.6 KiB texlive-memoir noarch 11:svn65040-73.fc41 fedora 480.4 KiB texlive-metafont x86_64 11:svn66186-85.fc41 fedora 801.9 KiB texlive-metalogo noarch 11:svn18611.0.12-73.fc41 fedora 15.7 KiB texlive-mflogo noarch 11:svn42428-73.fc41 fedora 12.0 KiB texlive-mflogo-font noarch 11:svn54512-73.fc41 fedora 37.9 KiB texlive-mfnfss noarch 11:svn46036-73.fc41 fedora 22.8 KiB texlive-mfware x86_64 11:svn66186-85.fc41 fedora 212.6 KiB texlive-microtype noarch 11:svn66587-73.fc41 fedora 459.9 KiB texlive-minitoc noarch 11:svn61719-73.fc41 fedora 534.1 KiB texlive-mltex noarch 11:svn62145-85.fc41 fedora 48.4 KiB texlive-mnsymbol noarch 11:svn18651.1.4-73.fc41 fedora 5.7 MiB texlive-modes noarch 11:svn61719-73.fc41 fedora 389.9 KiB texlive-mparhack noarch 11:svn59066-73.fc41 fedora 20.3 KiB texlive-mptopdf noarch 11:svn65952-85.fc41 fedora 151.3 KiB texlive-ms noarch 11:svn57473-73.fc41 fedora 18.4 KiB texlive-multido noarch 11:svn18302.1.42-73.fc41 fedora 18.5 KiB texlive-mxedruli noarch 11:svn30021.3.3c-73.fc41 fedora 355.1 KiB texlive-natbib noarch 11:svn20668.8.31b-73.fc41 fedora 132.7 KiB texlive-ncntrsbk noarch 11:svn61719-73.fc41 fedora 931.8 KiB texlive-newfloat noarch 11:svn52906-73.fc41 fedora 158.1 KiB texlive-notoccite noarch 11:svn18129.0-73.fc41 fedora 2.3 KiB texlive-ntgclass noarch 11:svn65522-73.fc41 fedora 282.6 KiB texlive-oberdiek noarch 11:svn65521-85.fc41 fedora 12.3 MiB texlive-omega noarch 11:svn33046.0-73.fc41 fedora 5.3 MiB texlive-omegaware x86_64 11:svn66186-85.fc41 fedora 552.7 KiB texlive-otibet noarch 11:svn45777-73.fc41 fedora 642.4 KiB texlive-pagesel noarch 11:svn56105-73.fc41 fedora 354.7 KiB texlive-palatino noarch 11:svn61719-73.fc41 fedora 1.1 MiB texlive-paralist noarch 11:svn43021-73.fc41 fedora 23.4 KiB texlive-parallel noarch 11:svn15878.0-73.fc41 fedora 22.5 KiB texlive-parskip noarch 11:svn58358-73.fc41 fedora 15.7 KiB texlive-passivetex noarch 11:svn15878.0-73.fc41 fedora 293.3 KiB texlive-pdfcol noarch 11:svn64469-73.fc41 fedora 345.6 KiB texlive-pdfcolfoot noarch 11:svn65512-73.fc41 fedora 335.8 KiB texlive-pdfcolmk noarch 11:svn52912-73.fc41 fedora 19.6 KiB texlive-pdfescape noarch 11:svn53082-73.fc41 fedora 375.9 KiB texlive-pdflscape noarch 11:svn64851-73.fc41 fedora 343.3 KiB texlive-pdfmanagement-testphase noarch 11:svn66532-73.fc41 fedora 11.6 MiB texlive-pdfpages noarch 11:svn65319-73.fc41 fedora 105.7 KiB texlive-pdftex x86_64 11:svn66243-85.fc41 fedora 4.6 MiB texlive-pdftexcmds noarch 11:svn55777-73.fc41 fedora 423.9 KiB texlive-pgf noarch 11:svn65553-73.fc41 fedora 4.8 MiB texlive-picture noarch 11:svn54867-73.fc41 fedora 323.3 KiB texlive-placeins noarch 11:svn19848.2.2-73.fc41 fedora 4.6 KiB texlive-plain noarch 11:svn57963-73.fc41 fedora 109.4 KiB texlive-polyglossia noarch 11:svn65792-73.fc41 fedora 715.0 KiB texlive-psfrag noarch 11:svn15878.3.04-73.fc41 fedora 12.3 KiB texlive-psizzl noarch 11:svn15878.0.35-73.fc41 fedora 91.1 KiB texlive-pslatex noarch 11:svn57434-73.fc41 fedora 26.9 KiB texlive-psnfss noarch 11:svn54694-73.fc41 fedora 101.0 KiB texlive-pspicture noarch 11:svn15878.0-73.fc41 fedora 13.6 KiB texlive-pst-3d noarch 11:svn17257.1.10-73.fc41 fedora 19.5 KiB texlive-pst-coil noarch 11:svn62977-73.fc41 fedora 20.4 KiB texlive-pst-eps noarch 11:svn15878.1.0-73.fc41 fedora 15.5 KiB texlive-pst-fill noarch 11:svn60671-73.fc41 fedora 22.8 KiB texlive-pst-grad noarch 11:svn15878.1.06-73.fc41 fedora 21.1 KiB texlive-pst-math noarch 11:svn64732-73.fc41 fedora 22.3 KiB texlive-pst-node noarch 11:svn61838-73.fc41 fedora 114.0 KiB texlive-pst-ovl noarch 11:svn54963-73.fc41 fedora 12.4 KiB texlive-pst-plot noarch 11:svn65346-73.fc41 fedora 129.7 KiB texlive-pst-text noarch 11:svn49542-73.fc41 fedora 19.7 KiB texlive-pst-tools noarch 11:svn60621-73.fc41 fedora 26.8 KiB texlive-pst-tree noarch 11:svn60421-73.fc41 fedora 42.6 KiB texlive-pstricks noarch 11:svn65346-73.fc41 fedora 468.9 KiB texlive-pstricks-add noarch 11:svn65067-73.fc41 fedora 103.4 KiB texlive-pxfonts noarch 11:svn15878.0-73.fc41 fedora 823.0 KiB texlive-ragged2e noarch 11:svn66152-73.fc41 fedora 731.9 KiB texlive-rcs noarch 11:svn15878.0-73.fc41 fedora 47.0 KiB texlive-realscripts noarch 11:svn56594-73.fc41 fedora 23.1 KiB texlive-refcount noarch 11:svn53164-73.fc41 fedora 348.0 KiB texlive-rerunfilecheck noarch 11:svn63869-73.fc41 fedora 361.8 KiB texlive-rsfs noarch 11:svn15878.0-73.fc41 fedora 97.8 KiB texlive-sansmath noarch 11:svn17997.1.1-73.fc41 fedora 8.6 KiB texlive-sansmathaccent noarch 11:svn53628-73.fc41 fedora 51.9 KiB texlive-sauerj noarch 11:svn15878.0-73.fc41 fedora 27.0 KiB texlive-section noarch 11:svn20180.0-73.fc41 fedora 38.2 KiB texlive-seminar noarch 11:svn59801-73.fc41 fedora 195.9 KiB texlive-sepnum noarch 11:svn20186.2.0-73.fc41 fedora 15.0 KiB texlive-setspace noarch 11:svn65206-73.fc41 fedora 22.0 KiB texlive-showexpl noarch 11:svn57414-73.fc41 fedora 21.8 KiB texlive-startex noarch 11:svn35718.1.04-73.fc41 fedora 49.2 KiB texlive-stmaryrd noarch 11:svn22027.0-73.fc41 fedora 329.2 KiB texlive-stringenc noarch 11:svn52982-73.fc41 fedora 1.0 MiB texlive-subfig noarch 11:svn15878.1.3-73.fc41 fedora 36.6 KiB texlive-symbol noarch 11:svn61719-73.fc41 fedora 78.3 KiB texlive-tex x86_64 11:svn66186-85.fc41 fedora 389.4 KiB texlive-tex-gyre noarch 11:svn65956-73.fc41 fedora 24.2 MiB texlive-tex-gyre-math noarch 11:svn41264-73.fc41 fedora 2.7 MiB texlive-tex-ini-files noarch 11:svn40533-73.fc41 fedora 8.1 KiB texlive-texlive-common-doc noarch 11:svn54176-73.fc41 fedora 265.5 KiB texlive-texlive-en noarch 11:svn66572-85.fc41 fedora 5.9 MiB texlive-texlive-msg-translations noarch 11:svn66593-73.fc41 fedora 1.4 MiB texlive-texlive-scripts noarch 11:svn66584-85.fc41 fedora 337.2 KiB texlive-texlive-scripts-extra noarch 11:svn62517-85.fc41 fedora 115.3 KiB texlive-texlive.infra noarch 11:svn66512-85.fc41 fedora 1.0 MiB texlive-texsis noarch 11:svn45678-85.fc41 fedora 921.1 KiB texlive-textcase noarch 11:svn63868-73.fc41 fedora 11.2 KiB texlive-thumbpdf noarch 11:svn62518-85.fc41 fedora 97.0 KiB texlive-times noarch 11:svn61719-73.fc41 fedora 992.2 KiB texlive-tipa noarch 11:svn29349.1.3-73.fc41 fedora 3.7 MiB texlive-titlesec noarch 11:svn59845-73.fc41 fedora 97.8 KiB texlive-tools noarch 11:svn64892-73.fc41 fedora 403.2 KiB texlive-translator noarch 11:svn59412-73.fc41 fedora 494.7 KiB texlive-transparent noarch 11:svn64852-73.fc41 fedora 302.0 KiB texlive-txfonts noarch 11:svn15878.0-73.fc41 fedora 1.5 MiB texlive-typehtml noarch 11:svn17134.0-73.fc41 fedora 33.4 KiB texlive-ucharcat noarch 11:svn38907-73.fc41 fedora 10.2 KiB texlive-ucs noarch 11:svn64114-73.fc41 fedora 2.4 MiB texlive-ulem noarch 11:svn53365-73.fc41 fedora 15.3 KiB texlive-underscore noarch 11:svn18261.0-73.fc41 fedora 19.3 KiB texlive-unicode-data noarch 11:svn64423-73.fc41 fedora 3.1 MiB texlive-unicode-math noarch 11:svn61719-73.fc41 fedora 517.2 KiB texlive-uniquecounter noarch 11:svn53162-73.fc41 fedora 312.0 KiB texlive-url noarch 11:svn32528.3.4-73.fc41 fedora 21.4 KiB texlive-utopia noarch 11:svn15878.0-73.fc41 fedora 540.6 KiB texlive-varwidth noarch 11:svn24104.0.92-73.fc41 fedora 19.5 KiB texlive-wasy noarch 11:svn53533-73.fc41 fedora 137.7 KiB texlive-wasy-type1 noarch 11:svn53534-73.fc41 fedora 332.4 KiB texlive-wasysym noarch 11:svn54080-73.fc41 fedora 23.9 KiB texlive-xcolor noarch 11:svn63563-73.fc41 fedora 79.3 KiB texlive-xdvi x86_64 11:svn62387-85.fc41 fedora 743.4 KiB texlive-xetex x86_64 11:svn66203-85.fc41 fedora 2.1 MiB texlive-xetexconfig noarch 11:svn45845-73.fc41 fedora 305.0 B texlive-xifthen noarch 11:svn38929-73.fc41 fedora 14.4 KiB texlive-xkeyval noarch 11:svn63616-73.fc41 fedora 69.3 KiB texlive-xltxtra noarch 11:svn56594-73.fc41 fedora 14.4 KiB texlive-xmltex noarch 11:svn62145-85.fc41 fedora 155.3 KiB texlive-xmltexconfig noarch 11:svn45845-73.fc41 fedora 320.0 B texlive-xpatch noarch 11:svn54563-73.fc41 fedora 26.8 KiB texlive-xstring noarch 11:svn65551-73.fc41 fedora 56.1 KiB texlive-xunicode noarch 11:svn30466.0.981-73.fc41 fedora 219.6 KiB texlive-zapfchan noarch 11:svn61719-73.fc41 fedora 178.1 KiB texlive-zapfding noarch 11:svn61719-73.fc41 fedora 79.5 KiB texlive-zref noarch 11:svn62977-73.fc41 fedora 816.8 KiB tinycdb x86_64 0.80-3.fc41 fedora 55.3 KiB unzip x86_64 6.0-64.fc41 fedora 386.8 KiB urw-base35-bookman-fonts noarch 20200910-23.fc41 fedora 1.4 MiB urw-base35-c059-fonts noarch 20200910-23.fc41 fedora 1.4 MiB urw-base35-d050000l-fonts noarch 20200910-23.fc41 fedora 84.3 KiB urw-base35-fonts noarch 20200910-23.fc41 fedora 5.3 KiB urw-base35-fonts-common noarch 20200910-23.fc41 fedora 37.4 KiB urw-base35-gothic-fonts noarch 20200910-23.fc41 fedora 1.2 MiB urw-base35-nimbus-mono-ps-fonts noarch 20200910-23.fc41 fedora 1.0 MiB urw-base35-nimbus-roman-fonts noarch 20200910-23.fc41 fedora 1.4 MiB urw-base35-nimbus-sans-fonts noarch 20200910-23.fc41 fedora 2.4 MiB urw-base35-p052-fonts noarch 20200910-23.fc41 fedora 1.5 MiB urw-base35-standard-symbols-ps-fonts noarch 20200910-23.fc41 fedora 64.9 KiB urw-base35-z003-fonts noarch 20200910-23.fc41 fedora 390.8 KiB wget2 x86_64 2.1.0-12.fc41 fedora 884.1 KiB wget2-libs x86_64 2.1.0-12.fc41 fedora 365.7 KiB which x86_64 2.21-42.fc41 fedora 80.2 KiB xml-common noarch 0.6.3-65.fc41 fedora 78.4 KiB xpdf-libs x86_64 1:4.05-5.fc41 fedora 1.7 MiB xxhash-libs x86_64 0.8.2-4.fc41 fedora 88.4 KiB xz x86_64 1:5.6.2-2.fc41 fedora 1.2 MiB xz-devel x86_64 1:5.6.2-2.fc41 fedora 255.6 KiB zig-srpm-macros noarch 1-3.fc41 fedora 1.1 KiB zip x86_64 3.0-41.fc41 fedora 703.2 KiB zlib-ng-compat-devel x86_64 2.1.7-3.fc41 fedora 106.8 KiB zstd x86_64 1.5.6-2.fc41 fedora 1.7 MiB zziplib x86_64 0.13.74-2.fc41 fedora 233.7 KiB Installing weak dependencies: apr-util-openssl x86_64 1.6.3-21.fc41 fedora 23.5 KiB enchant2 x86_64 2.8.1-2.fc41 fedora 196.9 KiB hunspell-en noarch 0.20201207-10.fc41 fedora 1.1 MiB info x86_64 7.1-3.fc41 fedora 361.8 KiB julietaula-montserrat-fonts noarch 1:7.222-9.fc41 fedora 4.2 MiB libtree-sitter-java x86_64 0.21.0-2.fc41 fedora 465.3 KiB mod_http2 x86_64 2.0.29-2.fc41 fedora 432.0 KiB mod_lua x86_64 2.4.62-2.fc41 fedora 138.1 KiB nano-default-editor noarch 8.1-1.fc41 fedora 514.0 B perl-CPAN-Meta noarch 2.150010-511.fc41 fedora 592.2 KiB perl-Class-XSAccessor x86_64 1.19-36.fc41 fedora 98.8 KiB perl-GD-Barcode noarch 2.00-5.fc41 fedora 10.5 MiB perl-IO-Compress-Brotli x86_64 0.004001-14.fc41 fedora 36.1 KiB perl-Lexical-Var x86_64 0.010-7.fc41 fedora 53.7 KiB perl-List-MoreUtils noarch 0.430-12.fc41 fedora 162.6 KiB perl-NDBM_File x86_64 1.17-512.fc41 updates 32.5 KiB perl-PerlIO-utf8_strict x86_64 0.010-8.fc41 fedora 42.0 KiB perl-doc noarch 5.40.0-512.fc41 updates 11.1 MiB php-nikic-php-parser5 noarch 5.3.1-1.fc41 updates 1.0 MiB psutils noarch 2.10-7.fc41 fedora 130.1 KiB python3-pip noarch 24.2-1.fc41 fedora 11.4 MiB sudo-python-plugin x86_64 1.9.15-5.p5.fc41 fedora 107.5 KiB Transaction Summary: Installing: 845 packages Total size of inbound packages is 530 MiB. Need to download 530 MiB. After this operation, 1 GiB extra will be used (install 1 GiB, remove 0 B). [ 1/845] bzip2-0:1.0.8-19.fc41.x86_64 100% | 17.1 MiB/s | 52.5 KiB | 00m00s [ 2/845] cpio-0:2.15-2.fc41.x86_64 100% | 47.5 MiB/s | 291.8 KiB | 00m00s [ 3/845] createrepo_c-0:1.1.4-1.fc41.x 100% | 24.2 MiB/s | 74.3 KiB | 00m00s [ 4/845] cronie-0:1.7.2-2.fc41.x86_64 100% | 39.3 MiB/s | 120.8 KiB | 00m00s [ 5/845] docbook-utils-pdf-0:0.6.14-62 100% | 4.5 MiB/s | 9.1 KiB | 00m00s [ 6/845] ed-0:1.20.2-2.fc41.x86_64 100% | 39.9 MiB/s | 81.8 KiB | 00m00s [ 7/845] git-0:2.47.0-1.fc41.x86_64 100% | 25.4 MiB/s | 52.0 KiB | 00m00s [ 8/845] hostname-0:3.23-13.fc41.x86_6 100% | 13.6 MiB/s | 27.8 KiB | 00m00s [ 9/845] less-0:661-2.fc41.x86_64 100% | 26.3 MiB/s | 188.5 KiB | 00m00s [ 10/845] gnupg1-0:1.4.23-26.fc41.x86_6 100% | 38.8 MiB/s | 1.3 MiB | 00m00s [ 11/845] libtool-0:2.4.7-12.fc41.x86_6 100% | 24.4 MiB/s | 600.2 KiB | 00m00s [ 12/845] NetworkManager-1:1.50.0-1.fc4 100% | 36.3 MiB/s | 2.1 MiB | 00m00s [ 13/845] linuxdoc-tools-0:0.9.82-8.fc4 100% | 14.6 MiB/s | 179.0 KiB | 00m00s [ 14/845] mod_ssl-1:2.4.62-2.fc41.x86_6 100% | 20.9 MiB/s | 106.9 KiB | 00m00s [ 15/845] s-nail-0:14.9.25-1.fc41.x86_6 100% | 32.7 MiB/s | 636.4 KiB | 00m00s [ 16/845] make-1:4.4.1-8.fc41.x86_64 100% | 40.9 MiB/s | 586.1 KiB | 00m00s [ 17/845] patchutils-0:0.4.2-14.fc41.x8 100% | 26.2 MiB/s | 107.3 KiB | 00m00s [ 18/845] redhat-rpm-config-0:293-1.fc4 100% | 20.0 MiB/s | 82.0 KiB | 00m00s [ 19/845] rpm-build-0:4.20.0-1.fc41.x86 100% | 20.2 MiB/s | 82.8 KiB | 00m00s [ 20/845] openssl-1:3.2.2-9.fc41.x86_64 100% | 46.5 MiB/s | 1.1 MiB | 00m00s [ 21/845] rsync-0:3.3.0-3.fc41.x86_64 100% | 41.3 MiB/s | 422.7 KiB | 00m00s [ 22/845] sendmail-cf-0:8.18.1-4.fc41.n 100% | 30.1 MiB/s | 184.8 KiB | 00m00s [ 23/845] python3-setuptools-0:69.2.0-8 100% | 40.1 MiB/s | 1.6 MiB | 00m00s [ 24/845] sendmail-0:8.18.1-4.fc41.x86_ 100% | 29.4 MiB/s | 783.0 KiB | 00m00s [ 25/845] sudo-0:1.9.15-5.p5.fc41.x86_6 100% | 39.7 MiB/s | 1.3 MiB | 00m00s [ 26/845] tar-2:1.35-4.fc41.x86_64 100% | 33.6 MiB/s | 860.7 KiB | 00m00s [ 27/845] vconfig-0:1.9-37.fc41.x86_64 100% | 6.7 MiB/s | 27.3 KiB | 00m00s [ 28/845] wget2-wget-0:2.1.0-12.fc41.x8 100% | 3.0 MiB/s | 9.2 KiB | 00m00s [ 29/845] texlive-ec-11:svn25033.1.0-73 100% | 44.3 MiB/s | 679.9 KiB | 00m00s [ 30/845] libndp-0:1.9-2.fc41.x86_64 100% | 9.1 MiB/s | 37.5 KiB | 00m00s [ 31/845] createrepo_c-libs-0:1.1.4-1.f 100% | 26.3 MiB/s | 107.6 KiB | 00m00s [ 32/845] docbook-utils-0:0.6.14-62.fc4 100% | 13.5 MiB/s | 69.1 KiB | 00m00s [ 33/845] texlive-collection-fontsrecom 100% | 4.6 MiB/s | 9.5 KiB | 00m00s [ 34/845] texlive-collection-formatsext 100% | 3.1 MiB/s | 9.5 KiB | 00m00s [ 35/845] NetworkManager-libnm-1:1.50.0 100% | 38.0 MiB/s | 1.9 MiB | 00m00s [ 36/845] texlive-dvips-11:svn66203-85. 100% | 25.6 MiB/s | 734.8 KiB | 00m00s [ 37/845] texlive-jadetex-11:svn63654-8 100% | 17.1 MiB/s | 69.9 KiB | 00m00s [ 38/845] git-core-doc-0:2.47.0-1.fc41. 100% | 30.9 MiB/s | 3.0 MiB | 00m00s [ 39/845] perl-Getopt-Long-1:2.58-2.fc4 100% | 12.5 MiB/s | 63.9 KiB | 00m00s [ 40/845] perl-Git-0:2.47.0-1.fc41.noar 100% | 12.6 MiB/s | 38.8 KiB | 00m00s [ 41/845] perl-PathTools-0:3.91-511.fc4 100% | 21.3 MiB/s | 87.4 KiB | 00m00s [ 42/845] perl-TermReadKey-0:2.38-23.fc 100% | 17.4 MiB/s | 35.6 KiB | 00m00s [ 43/845] libusb-compat-0.1-0:0.1.8-8.f 100% | 9.7 MiB/s | 29.8 KiB | 00m00s [ 44/845] git-core-0:2.47.0-1.fc41.x86_ 100% | 32.1 MiB/s | 4.8 MiB | 00m00s [ 45/845] autoconf-0:2.72-3.fc41.noarch 100% | 20.3 MiB/s | 829.7 KiB | 00m00s [ 46/845] automake-0:1.16.5-17.fc41.noa 100% | 35.8 MiB/s | 696.9 KiB | 00m00s [ 47/845] groff-0:1.23.0-7.fc41.x86_64 100% | 31.8 MiB/s | 1.3 MiB | 00m00s [ 48/845] perl-Exporter-0:5.78-511.fc41 100% | 10.1 MiB/s | 30.9 KiB | 00m00s [ 49/845] perl-File-Temp-1:0.231.100-51 100% | 19.2 MiB/s | 59.1 KiB | 00m00s [ 50/845] texlive-collection-latexrecom 100% | 5.0 MiB/s | 10.2 KiB | 00m00s [ 51/845] texlive-texlive-scripts-extra 100% | 20.2 MiB/s | 62.0 KiB | 00m00s [ 52/845] httpd-core-0:2.4.62-2.fc41.x8 100% | 31.0 MiB/s | 1.4 MiB | 00m00s [ 53/845] httpd-filesystem-0:2.4.62-2.f 100% | 4.1 MiB/s | 12.5 KiB | 00m00s [ 54/845] sscg-0:3.0.5-7.fc41.x86_64 100% | 14.8 MiB/s | 45.5 KiB | 00m00s [ 55/845] patch-0:2.7.6-25.fc41.x86_64 100% | 21.3 MiB/s | 131.0 KiB | 00m00s [ 56/845] ansible-srpm-macros-0:1-16.fc 100% | 10.1 MiB/s | 20.8 KiB | 00m00s [ 57/845] dwz-0:0.15-8.fc41.x86_64 100% | 27.1 MiB/s | 138.9 KiB | 00m00s [ 58/845] efi-srpm-macros-0:5-12.fc41.n 100% | 7.3 MiB/s | 22.4 KiB | 00m00s [ 59/845] file-0:5.45-7.fc41.x86_64 100% | 16.0 MiB/s | 49.1 KiB | 00m00s [ 60/845] fonts-srpm-macros-1:2.0.5-17. 100% | 13.2 MiB/s | 27.0 KiB | 00m00s [ 61/845] forge-srpm-macros-0:0.3.2-1.f 100% | 9.6 MiB/s | 19.7 KiB | 00m00s [ 62/845] fpc-srpm-macros-0:1.3-13.fc41 100% | 3.9 MiB/s | 8.0 KiB | 00m00s [ 63/845] ghc-srpm-macros-0:1.9.1-2.fc4 100% | 4.4 MiB/s | 9.1 KiB | 00m00s [ 64/845] gnat-srpm-macros-0:6-6.fc41.n 100% | 4.4 MiB/s | 9.0 KiB | 00m00s [ 65/845] go-srpm-macros-0:3.6.0-3.fc41 100% | 9.1 MiB/s | 28.0 KiB | 00m00s [ 66/845] kernel-srpm-macros-0:1.0-24.f 100% | 4.8 MiB/s | 9.9 KiB | 00m00s [ 67/845] lua-srpm-macros-0:1-14.fc41.n 100% | 4.3 MiB/s | 8.9 KiB | 00m00s [ 68/845] ocaml-srpm-macros-0:10-3.fc41 100% | 4.5 MiB/s | 9.2 KiB | 00m00s [ 69/845] openblas-srpm-macros-0:2-18.f 100% | 3.8 MiB/s | 7.7 KiB | 00m00s [ 70/845] package-notes-srpm-macros-0:0 100% | 4.8 MiB/s | 9.8 KiB | 00m00s [ 71/845] perl-srpm-macros-0:1-56.fc41. 100% | 4.2 MiB/s | 8.5 KiB | 00m00s [ 72/845] python-srpm-macros-0:3.13-3.f 100% | 11.6 MiB/s | 23.7 KiB | 00m00s [ 73/845] qt5-srpm-macros-0:5.15.15-1.f 100% | 4.3 MiB/s | 8.9 KiB | 00m00s [ 74/845] rust-srpm-macros-0:26.3-3.fc4 100% | 5.9 MiB/s | 12.1 KiB | 00m00s [ 75/845] zig-srpm-macros-0:1-3.fc41.no 100% | 4.0 MiB/s | 8.1 KiB | 00m00s [ 76/845] zip-0:3.0-41.fc41.x86_64 100% | 28.7 MiB/s | 264.8 KiB | 00m00s [ 77/845] unzip-0:6.0-64.fc41.x86_64 100% | 30.1 MiB/s | 184.9 KiB | 00m00s [ 78/845] xz-1:5.6.2-2.fc41.x86_64 100% | 30.7 MiB/s | 471.5 KiB | 00m00s [ 79/845] zstd-0:1.5.6-2.fc41.x86_64 100% | 26.1 MiB/s | 481.5 KiB | 00m00s [ 80/845] xxhash-libs-0:0.8.2-4.fc41.x8 100% | 12.0 MiB/s | 36.8 KiB | 00m00s [ 81/845] libdb-0:5.3.28-63.fc41.x86_64 100% | 30.9 MiB/s | 758.3 KiB | 00m00s [ 82/845] procmail-0:3.24-7.fc41.x86_64 100% | 25.6 MiB/s | 183.7 KiB | 00m00s [ 83/845] tinycdb-0:0.80-3.fc41.x86_64 100% | 10.5 MiB/s | 32.2 KiB | 00m00s [ 84/845] m4-0:1.4.19-10.fc41.x86_64 100% | 29.8 MiB/s | 305.4 KiB | 00m00s [ 85/845] texlive-base-11:20230311-85.f 100% | 31.4 MiB/s | 2.6 MiB | 00m00s [ 86/845] texlive-latex-11:svn65161-85. 100% | 36.8 MiB/s | 29.9 MiB | 00m01s [ 87/845] texlive-hypdoc-11:svn65678-73 100% | 27.1 MiB/s | 333.1 KiB | 00m00s [ 88/845] texlive-hyperref-11:svn65758- 100% | 22.8 MiB/s | 116.9 KiB | 00m00s [ 89/845] texlive-kpathsea-11:svn66209- 100% | 31.2 MiB/s | 1.1 MiB | 00m00s [ 90/845] texlive-l3kernel-11:svn66094- 100% | 24.4 MiB/s | 199.8 KiB | 00m00s [ 91/845] texlive-latex-fonts-11:svn288 100% | 15.3 MiB/s | 47.2 KiB | 00m00s [ 92/845] texlive-latexconfig-11:svn535 100% | 4.4 MiB/s | 13.5 KiB | 00m00s [ 93/845] texlive-luatex-11:svn66967-85 100% | 30.8 MiB/s | 3.8 MiB | 00m00s [ 94/845] texlive-pdftex-11:svn66243-85 100% | 29.5 MiB/s | 2.4 MiB | 00m00s [ 95/845] texlive-psnfss-11:svn54694-73 100% | 11.2 MiB/s | 57.4 KiB | 00m00s [ 96/845] texlive-tools-11:svn64892-73. 100% | 17.7 MiB/s | 72.6 KiB | 00m00s [ 97/845] texlive-url-11:svn32528.3.4-7 100% | 4.3 MiB/s | 17.7 KiB | 00m00s [ 98/845] wget2-0:2.1.0-12.fc41.x86_64 100% | 27.0 MiB/s | 249.0 KiB | 00m00s [ 99/845] drpm-0:0.5.2-6.fc41.x86_64 100% | 12.5 MiB/s | 63.9 KiB | 00m00s [100/845] docbook-dtds-0:1.0-87.fc41.no 100% | 27.2 MiB/s | 334.8 KiB | 00m00s [101/845] docbook-style-dsssl-0:1.79-40 100% | 25.3 MiB/s | 259.0 KiB | 00m00s [102/845] perl-SGMLSpm-0:1.03ii-63.fc41 100% | 6.8 MiB/s | 27.9 KiB | 00m00s [103/845] which-0:2.21-42.fc41.x86_64 100% | 13.5 MiB/s | 41.6 KiB | 00m00s [104/845] texlive-avantgar-11:svn61983- 100% | 26.0 MiB/s | 319.1 KiB | 00m00s [105/845] texlive-bookman-11:svn61719-7 100% | 25.5 MiB/s | 365.0 KiB | 00m00s [106/845] texlive-charter-11:svn15878.0 100% | 24.9 MiB/s | 203.8 KiB | 00m00s [107/845] texlive-cmextra-11:svn57866-7 100% | 11.5 MiB/s | 47.0 KiB | 00m00s [108/845] gcc-0:14.2.1-3.fc41.x86_64 100% | 33.6 MiB/s | 36.9 MiB | 00m01s [109/845] texlive-collection-basic-11:s 100% | 65.8 KiB/s | 9.5 KiB | 00m00s [110/845] texlive-euro-ce-11:svn25714-7 100% | 7.1 MiB/s | 29.3 KiB | 00m00s [111/845] texlive-euro-11:svn22191.1.1- 100% | 4.8 MiB/s | 14.8 KiB | 00m00s [112/845] texlive-courier-11:svn61719-7 100% | 42.6 MiB/s | 523.0 KiB | 00m00s [113/845] texlive-eurosym-11:svn17265.1 100% | 37.7 MiB/s | 154.3 KiB | 00m00s [114/845] texlive-fpl-11:svn54512-73.fc 100% | 29.4 MiB/s | 300.9 KiB | 00m00s [115/845] texlive-helvetic-11:svn61719- 100% | 30.3 MiB/s | 652.0 KiB | 00m00s [116/845] texlive-lm-math-11:svn36915.1 100% | 29.0 MiB/s | 445.9 KiB | 00m00s [117/845] texlive-manfnt-font-11:svn457 100% | 8.5 MiB/s | 35.0 KiB | 00m00s [118/845] texlive-marvosym-11:svn29349. 100% | 23.5 MiB/s | 144.5 KiB | 00m00s [119/845] texlive-mathpazo-11:svn52663- 100% | 17.1 MiB/s | 87.6 KiB | 00m00s [120/845] texlive-mflogo-font-11:svn545 100% | 7.3 MiB/s | 29.8 KiB | 00m00s [121/845] texlive-ncntrsbk-11:svn61719- 100% | 29.3 MiB/s | 360.0 KiB | 00m00s [122/845] texlive-palatino-11:svn61719- 100% | 27.3 MiB/s | 419.4 KiB | 00m00s [123/845] texlive-pxfonts-11:svn15878.0 100% | 28.2 MiB/s | 520.7 KiB | 00m00s [124/845] texlive-rsfs-11:svn15878.0-73 100% | 16.4 MiB/s | 67.4 KiB | 00m00s [125/845] texlive-symbol-11:svn61719-73 100% | 12.8 MiB/s | 52.5 KiB | 00m00s [126/845] texlive-tex-gyre-math-11:svn4 100% | 29.2 MiB/s | 1.4 MiB | 00m00s [127/845] texlive-lm-11:svn65956-73.fc4 100% | 34.0 MiB/s | 12.0 MiB | 00m00s [128/845] texlive-times-11:svn61719-73. 100% | 27.4 MiB/s | 365.2 KiB | 00m00s [129/845] texlive-tex-gyre-11:svn65956- 100% | 29.6 MiB/s | 8.0 MiB | 00m00s [130/845] texlive-txfonts-11:svn15878.0 100% | 30.6 MiB/s | 813.9 KiB | 00m00s [131/845] texlive-utopia-11:svn15878.0- 100% | 28.9 MiB/s | 236.7 KiB | 00m00s [132/845] texlive-wasy-11:svn53533-73.f 100% | 12.2 MiB/s | 37.5 KiB | 00m00s [133/845] texlive-wasy-type1-11:svn5353 100% | 28.8 MiB/s | 265.8 KiB | 00m00s [134/845] texlive-tipa-11:svn29349.1.3- 100% | 29.6 MiB/s | 2.8 MiB | 00m00s [135/845] texlive-wasysym-11:svn54080-7 100% | 1.1 MiB/s | 16.1 KiB | 00m00s [136/845] texlive-zapfding-11:svn61719- 100% | 15.2 MiB/s | 62.3 KiB | 00m00s [137/845] texlive-zapfchan-11:svn61719- 100% | 17.4 MiB/s | 106.9 KiB | 00m00s [138/845] texlive-antomega-11:svn21933. 100% | 21.8 MiB/s | 89.2 KiB | 00m00s [139/845] texlive-aleph-11:svn66203-85. 100% | 32.7 MiB/s | 267.5 KiB | 00m00s [140/845] texlive-collection-latex-11:s 100% | 3.2 MiB/s | 9.9 KiB | 00m00s [141/845] texlive-edmac-11:svn61719-73. 100% | 7.0 MiB/s | 28.7 KiB | 00m00s [142/845] texlive-eplain-11:svn64721-85 100% | 31.9 MiB/s | 1.1 MiB | 00m00s [143/845] texlive-lambda-11:svn45756-73 100% | 22.9 MiB/s | 117.3 KiB | 00m00s [144/845] texlive-lollipop-11:svn45678- 100% | 30.3 MiB/s | 403.1 KiB | 00m00s [145/845] texlive-mltex-11:svn62145-85. 100% | 9.2 MiB/s | 28.3 KiB | 00m00s [146/845] texlive-mxedruli-11:svn30021. 100% | 30.6 MiB/s | 156.6 KiB | 00m00s [147/845] texlive-hitex-11:svn65883-85. 100% | 36.8 MiB/s | 2.8 MiB | 00m00s [148/845] texlive-omegaware-11:svn66186 100% | 23.2 MiB/s | 237.7 KiB | 00m00s [149/845] texlive-omega-11:svn33046.0-7 100% | 36.3 MiB/s | 1.2 MiB | 00m00s [150/845] texlive-otibet-11:svn45777-73 100% | 13.7 MiB/s | 126.3 KiB | 00m00s [151/845] texlive-passivetex-11:svn1587 100% | 18.9 MiB/s | 58.2 KiB | 00m00s [152/845] texlive-psizzl-11:svn15878.0. 100% | 18.1 MiB/s | 37.1 KiB | 00m00s [153/845] texlive-startex-11:svn35718.1 100% | 10.0 MiB/s | 20.6 KiB | 00m00s [154/845] texlive-xmltex-11:svn62145-85 100% | 18.1 MiB/s | 55.5 KiB | 00m00s [155/845] texlive-texsis-11:svn45678-85 100% | 32.0 MiB/s | 261.8 KiB | 00m00s [156/845] texlive-xmltexconfig-11:svn45 100% | 3.0 MiB/s | 9.3 KiB | 00m00s [157/845] texlive-lib-11:20230311-85.fc 100% | 28.2 MiB/s | 490.4 KiB | 00m00s [158/845] texlive-atbegshi-11:svn53051- 100% | 28.4 MiB/s | 406.8 KiB | 00m00s [159/845] texlive-atveryend-11:svn53108 100% | 28.8 MiB/s | 383.2 KiB | 00m00s [160/845] texlive-auxhook-11:svn53173-7 100% | 28.6 MiB/s | 292.8 KiB | 00m00s [161/845] texlive-babel-11:svn65823-73. 100% | 31.1 MiB/s | 477.1 KiB | 00m00s [162/845] texlive-bigintcalc-11:svn5317 100% | 28.3 MiB/s | 463.9 KiB | 00m00s [163/845] texlive-amsfonts-11:svn61937- 100% | 33.9 MiB/s | 3.7 MiB | 00m00s [164/845] texlive-bitset-11:svn53837-73 100% | 27.4 MiB/s | 618.3 KiB | 00m00s [165/845] texlive-colortbl-11:svn64015- 100% | 7.7 MiB/s | 15.7 KiB | 00m00s [166/845] texlive-cm-11:svn57963-73.fc4 100% | 28.4 MiB/s | 319.7 KiB | 00m00s [167/845] texlive-dehyph-11:svn48599-73 100% | 15.6 MiB/s | 63.7 KiB | 00m00s [168/845] texlive-etexcmds-11:svn53171- 100% | 30.1 MiB/s | 308.1 KiB | 00m00s [169/845] texlive-cyrillic-11:svn63613- 100% | 36.4 MiB/s | 968.2 KiB | 00m00s [170/845] texlive-fancyhdr-11:svn64977- 100% | 2.9 MiB/s | 17.6 KiB | 00m00s [171/845] texlive-graphics-cfg-11:svn41 100% | 3.5 MiB/s | 10.7 KiB | 00m00s [172/845] texlive-graphics-def-11:svn64 100% | 8.6 MiB/s | 26.4 KiB | 00m00s [173/845] texlive-graphics-11:svn66204- 100% | 9.2 MiB/s | 37.6 KiB | 00m00s [174/845] texlive-hyph-utf8-11:svn61719 100% | 8.9 MiB/s | 27.4 KiB | 00m00s [175/845] texlive-hycolor-11:svn53584-7 100% | 37.3 MiB/s | 381.9 KiB | 00m00s [176/845] texlive-iftex-11:svn61910-73. 100% | 4.6 MiB/s | 19.0 KiB | 00m00s [177/845] texlive-infwarerr-11:svn53023 100% | 28.6 MiB/s | 293.1 KiB | 00m00s [178/845] texlive-intcalc-11:svn53168-7 100% | 30.0 MiB/s | 430.1 KiB | 00m00s [179/845] texlive-kvdefinekeys-11:svn53 100% | 27.0 MiB/s | 304.1 KiB | 00m00s [180/845] texlive-kvoptions-11:svn63622 100% | 30.0 MiB/s | 491.6 KiB | 00m00s [181/845] texlive-kvsetkeys-11:svn64632 100% | 32.3 MiB/s | 396.4 KiB | 00m00s [182/845] texlive-letltxmacro-11:svn530 100% | 29.1 MiB/s | 298.0 KiB | 00m00s [183/845] texlive-ltxcmds-11:svn56421-7 100% | 32.4 MiB/s | 398.1 KiB | 00m00s [184/845] texlive-pdfescape-11:svn53082 100% | 34.3 MiB/s | 350.9 KiB | 00m00s [185/845] texlive-pdftexcmds-11:svn5577 100% | 34.5 MiB/s | 388.9 KiB | 00m00s [186/845] texlive-rerunfilecheck-11:svn 100% | 36.8 MiB/s | 338.7 KiB | 00m00s [187/845] texlive-stmaryrd-11:svn22027. 100% | 30.6 MiB/s | 187.7 KiB | 00m00s [188/845] texlive-tex-ini-files-11:svn4 100% | 4.4 MiB/s | 13.5 KiB | 00m00s [189/845] texlive-ulem-11:svn53365-73.f 100% | 7.4 MiB/s | 15.2 KiB | 00m00s [190/845] texlive-tex-11:svn66186-85.fc 100% | 28.7 MiB/s | 205.9 KiB | 00m00s [191/845] texlive-unicode-data-11:svn64 100% | 29.5 MiB/s | 362.9 KiB | 00m00s [192/845] texlive-uniquecounter-11:svn5 100% | 22.4 MiB/s | 298.4 KiB | 00m00s [193/845] perl-Pod-Usage-4:2.03-511.fc4 100% | 13.0 MiB/s | 40.0 KiB | 00m00s [194/845] texlive-cm-super-11:svn15878. 100% | 33.9 MiB/s | 61.7 MiB | 00m02s [195/845] perl-Text-ParseWords-0:3.31-5 100% | 71.4 KiB/s | 16.6 KiB | 00m00s [196/845] perl-constant-0:1.33-512.fc41 100% | 98.8 KiB/s | 23.0 KiB | 00m00s [197/845] perl-Carp-0:1.54-511.fc41.noa 100% | 28.2 MiB/s | 28.9 KiB | 00m00s [198/845] perl-Error-1:0.17029-16.fc41. 100% | 19.8 MiB/s | 40.6 KiB | 00m00s [199/845] emacs-filesystem-1:30.0-3.fc4 100% | 7.0 MiB/s | 7.1 KiB | 00m00s [200/845] perl-Data-Dumper-0:2.189-512. 100% | 55.0 MiB/s | 56.3 KiB | 00m00s [201/845] perl-File-Path-0:2.18-511.fc4 100% | 34.4 MiB/s | 35.3 KiB | 00m00s [202/845] perl-Thread-Queue-0:3.14-511. 100% | 20.8 MiB/s | 21.3 KiB | 00m00s [203/845] perl-threads-1:2.40-511.fc41. 100% | 28.3 MiB/s | 58.0 KiB | 00m00s [204/845] gcc-plugin-annobin-0:14.2.1-3 100% | 10.8 MiB/s | 55.1 KiB | 00m00s [205/845] libmpc-0:1.3.1-6.fc41.x86_64 100% | 17.4 MiB/s | 71.1 KiB | 00m00s [206/845] annobin-plugin-gcc-0:12.69-1. 100% | 45.2 MiB/s | 971.0 KiB | 00m00s [207/845] perl-parent-1:0.242-1.fc41.no 100% | 230.8 KiB/s | 15.0 KiB | 00m00s [208/845] groff-base-0:1.23.0-7.fc41.x8 100% | 13.3 MiB/s | 1.1 MiB | 00m00s [209/845] texlive-anysize-11:svn15878.0 100% | 1.5 MiB/s | 10.6 KiB | 00m00s [210/845] texlive-beamer-11:svn65984-73 100% | 2.8 MiB/s | 225.5 KiB | 00m00s [211/845] texlive-attachfile2-11:svn579 100% | 5.1 MiB/s | 447.2 KiB | 00m00s [212/845] texlive-booktabs-11:svn53402- 100% | 2.6 MiB/s | 15.8 KiB | 00m00s [213/845] texlive-breqn-11:svn60881-73. 100% | 13.2 MiB/s | 40.7 KiB | 00m00s [214/845] texlive-caption-11:svn66580-7 100% | 20.7 MiB/s | 84.7 KiB | 00m00s [215/845] texlive-cite-11:svn36428.5.5- 100% | 7.1 MiB/s | 29.3 KiB | 00m00s [216/845] texlive-cmap-11:svn57640-73.f 100% | 6.4 MiB/s | 19.6 KiB | 00m00s [217/845] texlive-crop-11:svn55424-73.f 100% | 4.1 MiB/s | 16.9 KiB | 00m00s [218/845] texlive-ctable-11:svn38672-73 100% | 3.9 MiB/s | 15.9 KiB | 00m00s [219/845] texlive-eso-pic-11:svn56658-7 100% | 4.2 MiB/s | 17.3 KiB | 00m00s [220/845] texlive-etoolbox-11:svn56554- 100% | 5.8 MiB/s | 23.7 KiB | 00m00s [221/845] texlive-euenc-11:svn19795.0.1 100% | 4.9 MiB/s | 20.2 KiB | 00m00s [222/845] texlive-euler-11:svn42428-73. 100% | 5.1 MiB/s | 15.6 KiB | 00m00s [223/845] texlive-everyshi-11:svn57001- 100% | 17.7 MiB/s | 145.1 KiB | 00m00s [224/845] texlive-everysel-11:svn57489- 100% | 25.7 MiB/s | 446.5 KiB | 00m00s [225/845] texlive-extsizes-11:svn17263. 100% | 4.1 MiB/s | 25.2 KiB | 00m00s [226/845] texlive-fancybox-11:svn18304. 100% | 6.8 MiB/s | 20.9 KiB | 00m00s [227/845] texlive-fancyref-11:svn15878. 100% | 4.2 MiB/s | 17.1 KiB | 00m00s [228/845] texlive-fancyvrb-11:svn65585- 100% | 8.0 MiB/s | 24.5 KiB | 00m00s [229/845] texlive-filehook-11:svn64822- 100% | 6.8 MiB/s | 20.9 KiB | 00m00s [230/845] texlive-float-11:svn15878.1.3 100% | 4.8 MiB/s | 14.8 KiB | 00m00s [231/845] texlive-fontspec-11:svn63386- 100% | 13.9 MiB/s | 42.8 KiB | 00m00s [232/845] texlive-footnotehyper-11:svn6 100% | 6.0 MiB/s | 18.5 KiB | 00m00s [233/845] texlive-fp-11:svn49719-73.fc4 100% | 11.1 MiB/s | 34.0 KiB | 00m00s [234/845] texlive-grffile-11:svn52756-7 100% | 29.2 MiB/s | 358.3 KiB | 00m00s [235/845] texlive-hologo-11:svn61719-73 100% | 38.1 MiB/s | 584.5 KiB | 00m00s [236/845] texlive-index-11:svn24099.4.1 100% | 3.4 MiB/s | 20.8 KiB | 00m00s [237/845] cpp-0:14.2.1-3.fc41.x86_64 100% | 37.8 MiB/s | 11.9 MiB | 00m00s [238/845] texlive-jknapltx-11:svn19440. 100% | 472.7 KiB/s | 25.1 KiB | 00m00s [239/845] texlive-l3experimental-11:svn 100% | 8.1 MiB/s | 41.3 KiB | 00m00s [240/845] texlive-latexbug-11:svn63596- 100% | 28.8 MiB/s | 235.8 KiB | 00m00s [241/845] texlive-lineno-11:svn65586-73 100% | 18.0 MiB/s | 73.8 KiB | 00m00s [242/845] texlive-listings-11:svn66222- 100% | 40.3 MiB/s | 165.1 KiB | 00m00s [243/845] texlive-mathspec-11:svn42773- 100% | 7.2 MiB/s | 22.1 KiB | 00m00s [244/845] texlive-mathtools-11:svn63767 100% | 11.7 MiB/s | 35.9 KiB | 00m00s [245/845] texlive-mdwtools-11:svn15878. 100% | 4.7 MiB/s | 33.8 KiB | 00m00s [246/845] texlive-memoir-11:svn65040-73 100% | 18.0 MiB/s | 92.2 KiB | 00m00s [247/845] texlive-metalogo-11:svn18611. 100% | 4.7 MiB/s | 14.3 KiB | 00m00s [248/845] texlive-microtype-11:svn66587 100% | 19.6 MiB/s | 80.2 KiB | 00m00s [249/845] texlive-ms-11:svn57473-73.fc4 100% | 5.0 MiB/s | 15.4 KiB | 00m00s [250/845] texlive-newfloat-11:svn52906- 100% | 28.8 MiB/s | 117.8 KiB | 00m00s [251/845] texlive-ntgclass-11:svn65522- 100% | 10.5 MiB/s | 32.4 KiB | 00m00s [252/845] texlive-parskip-11:svn58358-7 100% | 4.8 MiB/s | 14.9 KiB | 00m00s [253/845] texlive-pdfcolfoot-11:svn6551 100% | 28.2 MiB/s | 317.4 KiB | 00m00s [254/845] texlive-pdflscape-11:svn64851 100% | 24.2 MiB/s | 322.1 KiB | 00m00s [255/845] texlive-lwarp-11:svn66259-85. 100% | 37.6 MiB/s | 3.5 MiB | 00m00s [256/845] texlive-koma-script-11:svn646 100% | 34.7 MiB/s | 6.4 MiB | 00m00s [257/845] texlive-pdfpages-11:svn65319- 100% | 1.1 MiB/s | 30.1 KiB | 00m00s [258/845] texlive-psfrag-11:svn15878.3. 100% | 4.4 MiB/s | 13.5 KiB | 00m00s [259/845] texlive-polyglossia-11:svn657 100% | 35.5 MiB/s | 217.9 KiB | 00m00s [260/845] texlive-rcs-11:svn15878.0-73. 100% | 8.5 MiB/s | 26.0 KiB | 00m00s [261/845] texlive-sansmath-11:svn17997. 100% | 4.1 MiB/s | 12.5 KiB | 00m00s [262/845] texlive-section-11:svn20180.0 100% | 7.1 MiB/s | 21.7 KiB | 00m00s [263/845] texlive-ragged2e-11:svn66152- 100% | 39.0 MiB/s | 679.7 KiB | 00m00s [264/845] texlive-seminar-11:svn59801-7 100% | 7.5 MiB/s | 46.1 KiB | 00m00s [265/845] texlive-sepnum-11:svn20186.2. 100% | 7.2 MiB/s | 14.8 KiB | 00m00s [266/845] texlive-setspace-11:svn65206- 100% | 5.2 MiB/s | 16.1 KiB | 00m00s [267/845] texlive-subfig-11:svn15878.1. 100% | 6.3 MiB/s | 19.4 KiB | 00m00s [268/845] texlive-textcase-11:svn63868- 100% | 6.8 MiB/s | 14.0 KiB | 00m00s [269/845] texlive-thumbpdf-11:svn62518- 100% | 13.2 MiB/s | 40.5 KiB | 00m00s [270/845] texlive-typehtml-11:svn17134. 100% | 6.2 MiB/s | 18.9 KiB | 00m00s [271/845] texlive-translator-11:svn5941 100% | 28.6 MiB/s | 293.3 KiB | 00m00s [272/845] texlive-ucharcat-11:svn38907- 100% | 3.3 MiB/s | 13.3 KiB | 00m00s [273/845] texlive-underscore-11:svn1826 100% | 5.5 MiB/s | 16.8 KiB | 00m00s [274/845] texlive-unicode-math-11:svn61 100% | 20.0 MiB/s | 61.3 KiB | 00m00s [275/845] texlive-xcolor-11:svn63563-73 100% | 9.9 MiB/s | 30.4 KiB | 00m00s [276/845] texlive-xkeyval-11:svn63616-7 100% | 8.2 MiB/s | 25.2 KiB | 00m00s [277/845] texlive-xltxtra-11:svn56594-7 100% | 7.2 MiB/s | 14.8 KiB | 00m00s [278/845] texlive-xunicode-11:svn30466. 100% | 13.8 MiB/s | 42.2 KiB | 00m00s [279/845] texlive-texlive.infra-11:svn6 100% | 32.0 MiB/s | 294.6 KiB | 00m00s [280/845] apr-0:1.7.5-1.fc41.x86_64 100% | 15.7 MiB/s | 128.6 KiB | 00m00s [281/845] apr-util-0:1.6.3-21.fc41.x86_ 100% | 31.7 MiB/s | 97.4 KiB | 00m00s [282/845] apr-util-lmdb-0:1.6.3-21.fc41 100% | 164.8 KiB/s | 14.5 KiB | 00m00s [283/845] httpd-tools-0:2.4.62-2.fc41.x 100% | 917.3 KiB/s | 80.7 KiB | 00m00s [284/845] mailcap-0:2.1.54-7.fc41.noarc 100% | 16.8 MiB/s | 34.4 KiB | 00m00s [285/845] libpath_utils-0:0.2.1-57.fc41 100% | 14.1 MiB/s | 28.8 KiB | 00m00s [286/845] libtalloc-0:2.4.2-4.fc41.x86_ 100% | 15.2 MiB/s | 31.1 KiB | 00m00s [287/845] texlive-gettitlestring-11:svn 100% | 52.9 MiB/s | 325.2 KiB | 00m00s [288/845] texlive-hobsub-11:svn52810-73 100% | 12.3 MiB/s | 75.6 KiB | 00m00s [289/845] texlive-pdfmanagement-testpha 100% | 34.3 MiB/s | 8.3 MiB | 00m00s [290/845] texlive-refcount-11:svn53164- 100% | 8.8 MiB/s | 333.0 KiB | 00m00s [291/845] texlive-texlive-scripts-11:sv 100% | 39.4 MiB/s | 121.0 KiB | 00m00s [292/845] texlive-stringenc-11:svn52982 100% | 17.1 MiB/s | 699.9 KiB | 00m00s [293/845] texlive-amsmath-11:svn63514-7 100% | 10.9 MiB/s | 44.6 KiB | 00m00s [294/845] texlive-alphalph-11:svn53087- 100% | 50.1 MiB/s | 358.8 KiB | 00m00s [295/845] texlive-csquotes-11:svn64389- 100% | 11.0 MiB/s | 33.7 KiB | 00m00s [296/845] texlive-enumitem-11:svn51423- 100% | 8.3 MiB/s | 25.6 KiB | 00m00s [297/845] texlive-etex-11:svn66203-73.f 100% | 8.6 MiB/s | 26.5 KiB | 00m00s [298/845] libpng-2:1.6.40-4.fc41.x86_64 100% | 23.5 MiB/s | 120.3 KiB | 00m00s [299/845] texlive-hyphen-base-11:svn664 100% | 15.5 MiB/s | 31.8 KiB | 00m00s [300/845] texlive-knuth-lib-11:svn57963 100% | 16.2 MiB/s | 49.8 KiB | 00m00s [301/845] texlive-plain-11:svn57963-73. 100% | 13.5 MiB/s | 41.6 KiB | 00m00s [302/845] texlive-l3backend-11:svn65573 100% | 58.3 MiB/s | 895.2 KiB | 00m00s [303/845] zziplib-0:0.13.74-2.fc41.x86_ 100% | 16.9 MiB/s | 86.4 KiB | 00m00s [304/845] fontconfig-0:2.15.0-8.fc41.x8 100% | 43.9 MiB/s | 269.9 KiB | 00m00s [305/845] libpaper-1:2.1.1-7.fc41.x86_6 100% | 13.3 MiB/s | 27.3 KiB | 00m00s [306/845] gpgme-0:1.23.2-5.fc41.x86_64 100% | 51.9 MiB/s | 212.4 KiB | 00m00s [307/845] wget2-libs-0:2.1.0-12.fc41.x8 100% | 47.6 MiB/s | 146.3 KiB | 00m00s [308/845] sgml-common-0:0.6.3-65.fc41.n 100% | 19.8 MiB/s | 60.7 KiB | 00m00s [309/845] xml-common-0:0.6.3-65.fc41.no 100% | 15.3 MiB/s | 31.2 KiB | 00m00s [310/845] texlive-colorprofiles-11:svn4 100% | 35.2 MiB/s | 144.0 KiB | 00m00s [311/845] texlive-bibtex-11:svn66186-85 100% | 62.3 MiB/s | 446.5 KiB | 00m00s [312/845] texlive-enctex-11:svn34957.0- 100% | 16.7 MiB/s | 51.3 KiB | 00m00s [313/845] texlive-etex-pkg-11:svn41784- 100% | 7.2 MiB/s | 14.8 KiB | 00m00s [314/845] texlive-glyphlist-11:svn54074 100% | 18.5 MiB/s | 37.9 KiB | 00m00s [315/845] texlive-hyphenex-11:svn57387- 100% | 8.5 MiB/s | 17.4 KiB | 00m00s [316/845] texlive-ifplatform-11:svn4553 100% | 7.0 MiB/s | 14.2 KiB | 00m00s [317/845] texlive-knuth-local-11:svn579 100% | 20.9 MiB/s | 42.8 KiB | 00m00s [318/845] texlive-lua-alt-getopt-11:svn 100% | 5.2 MiB/s | 10.7 KiB | 00m00s [319/845] texlive-makeindex-11:svn62517 100% | 28.1 MiB/s | 431.7 KiB | 00m00s [320/845] texlive-metafont-11:svn66186- 100% | 25.7 MiB/s | 263.5 KiB | 00m00s [321/845] texlive-mflogo-11:svn42428-73 100% | 7.0 MiB/s | 14.4 KiB | 00m00s [322/845] texlive-mfware-11:svn66186-85 100% | 24.6 MiB/s | 100.7 KiB | 00m00s [323/845] texlive-modes-11:svn61719-73. 100% | 29.7 MiB/s | 303.7 KiB | 00m00s [324/845] texlive-luahbtex-11:svn66186- 100% | 36.2 MiB/s | 2.0 MiB | 00m00s [325/845] texlive-dvipdfmx-11:svn66203- 100% | 35.9 MiB/s | 3.0 MiB | 00m00s [326/845] texlive-texlive-common-doc-11 100% | 6.9 MiB/s | 155.3 KiB | 00m00s [327/845] texlive-texlive-msg-translati 100% | 22.1 MiB/s | 158.3 KiB | 00m00s [328/845] texlive-xdvi-11:svn62387-85.f 100% | 27.6 MiB/s | 339.7 KiB | 00m00s [329/845] texlive-ae-11:svn15878.1.4-73 100% | 18.4 MiB/s | 113.1 KiB | 00m00s [330/845] texlive-babel-english-11:svn4 100% | 4.6 MiB/s | 18.7 KiB | 00m00s [331/845] texlive-texlive-en-11:svn6657 100% | 47.8 MiB/s | 2.0 MiB | 00m00s [332/845] texlive-babelbib-11:svn57349- 100% | 6.3 MiB/s | 51.6 KiB | 00m00s [333/845] texlive-carlisle-11:svn59577- 100% | 7.0 MiB/s | 21.4 KiB | 00m00s [334/845] texlive-bookmark-11:svn56885- 100% | 35.9 MiB/s | 478.0 KiB | 00m00s [335/845] texlive-amscls-11:svn55378-73 100% | 32.4 MiB/s | 1.1 MiB | 00m00s [336/845] texlive-epstopdf-pkg-11:svn53 100% | 22.1 MiB/s | 362.2 KiB | 00m00s [337/845] texlive-firstaid-11:svn64892- 100% | 33.3 MiB/s | 272.9 KiB | 00m00s [338/845] texlive-fix2col-11:svn38770-7 100% | 7.1 MiB/s | 14.6 KiB | 00m00s [339/845] texlive-geometry-11:svn61719- 100% | 6.9 MiB/s | 21.1 KiB | 00m00s [340/845] texlive-grfext-11:svn53024-73 100% | 77.0 MiB/s | 315.5 KiB | 00m00s [341/845] texlive-l3packages-11:svn6572 100% | 9.5 MiB/s | 38.8 KiB | 00m00s [342/845] texlive-hopatch-11:svn65491-7 100% | 53.1 MiB/s | 326.5 KiB | 00m00s [343/845] texlive-ltxmisc-11:svn21927.0 100% | 12.6 MiB/s | 25.9 KiB | 00m00s [344/845] texlive-mfnfss-11:svn46036-73 100% | 7.4 MiB/s | 15.1 KiB | 00m00s [345/845] texlive-mptopdf-11:svn65952-8 100% | 17.0 MiB/s | 52.2 KiB | 00m00s [346/845] texlive-natbib-11:svn20668.8. 100% | 14.2 MiB/s | 29.1 KiB | 00m00s [347/845] texlive-pagesel-11:svn56105-7 100% | 27.5 MiB/s | 338.2 KiB | 00m00s [348/845] texlive-pslatex-11:svn57434-7 100% | 10.0 MiB/s | 20.4 KiB | 00m00s [349/845] texlive-pspicture-11:svn15878 100% | 4.6 MiB/s | 14.2 KiB | 00m00s [350/845] texlive-latex-lab-11:svn64892 100% | 48.5 MiB/s | 1.8 MiB | 00m00s [351/845] perl-Pod-Perldoc-0:3.28.01-51 100% | 9.3 MiB/s | 86.1 KiB | 00m00s [352/845] perl-podlators-1:6.0.2-2.fc41 100% | 41.9 MiB/s | 128.9 KiB | 00m00s [353/845] perl-threads-shared-0:1.69-51 100% | 14.6 MiB/s | 44.7 KiB | 00m00s [354/845] annobin-docs-0:12.69-1.fc41.n 100% | 29.9 MiB/s | 91.8 KiB | 00m00s [355/845] perl-Digest-MD5-0:2.59-5.fc41 100% | 11.7 MiB/s | 36.0 KiB | 00m00s [356/845] texlive-sansmathaccent-11:svn 100% | 9.8 MiB/s | 30.2 KiB | 00m00s [357/845] texlive-ucs-11:svn64114-73.fc 100% | 31.5 MiB/s | 419.3 KiB | 00m00s [358/845] texlive-pgf-11:svn65553-73.fc 100% | 36.4 MiB/s | 893.6 KiB | 00m00s [359/845] texlive-transparent-11:svn648 100% | 30.8 MiB/s | 283.7 KiB | 00m00s [360/845] texlive-pstricks-11:svn65346- 100% | 28.0 MiB/s | 114.6 KiB | 00m00s [361/845] texlive-currfile-11:svn64673- 100% | 9.3 MiB/s | 19.1 KiB | 00m00s [362/845] texlive-kastrup-11:svn15878.0 100% | 5.2 MiB/s | 10.7 KiB | 00m00s [363/845] texlive-footmisc-11:svn62524- 100% | 7.4 MiB/s | 22.8 KiB | 00m00s [364/845] texlive-marginnote-11:svn4838 100% | 7.5 MiB/s | 15.4 KiB | 00m00s [365/845] texlive-mparhack-11:svn59066- 100% | 5.2 MiB/s | 16.0 KiB | 00m00s [366/845] texlive-picture-11:svn54867-7 100% | 30.3 MiB/s | 310.3 KiB | 00m00s [367/845] texlive-finstrut-11:svn21719. 100% | 8.8 MiB/s | 18.0 KiB | 00m00s [368/845] texlive-luaotfload-11:svn6461 100% | 36.4 MiB/s | 1.2 MiB | 00m00s [369/845] texlive-ltabptch-11:svn17533. 100% | 2.0 MiB/s | 16.6 KiB | 00m00s [370/845] texlive-algorithms-11:svn4242 100% | 10.3 MiB/s | 21.2 KiB | 00m00s [371/845] texlive-bidi-11:svn65572-73.f 100% | 27.9 MiB/s | 200.2 KiB | 00m00s [372/845] texlive-luabidi-11:svn54512-7 100% | 5.9 MiB/s | 18.0 KiB | 00m00s [373/845] texlive-luatexbase-11:svn5266 100% | 4.6 MiB/s | 14.2 KiB | 00m00s [374/845] texlive-makecmds-11:svn15878. 100% | 4.4 MiB/s | 13.4 KiB | 00m00s [375/845] texlive-pst-ovl-11:svn54963-7 100% | 7.1 MiB/s | 14.6 KiB | 00m00s [376/845] texlive-catchfile-11:svn53084 100% | 29.8 MiB/s | 305.2 KiB | 00m00s [377/845] texlive-oberdiek-11:svn65521- 100% | 44.4 MiB/s | 7.7 MiB | 00m00s [378/845] texlive-lualatex-math-11:svn6 100% | 527.8 KiB/s | 18.5 KiB | 00m00s [379/845] texlive-pdfcolmk-11:svn52912- 100% | 16.2 MiB/s | 16.6 KiB | 00m00s [380/845] texlive-realscripts-11:svn565 100% | 8.3 MiB/s | 16.9 KiB | 00m00s [381/845] perl-Text-Unidecode-0:1.30-25 100% | 25.3 MiB/s | 181.4 KiB | 00m00s [382/845] perl-XML-Parser-0:2.47-5.fc41 100% | 23.1 MiB/s | 236.7 KiB | 00m00s [383/845] perl-XML-XPath-0:1.48-7.fc41. 100% | 17.0 MiB/s | 86.9 KiB | 00m00s [384/845] lmdb-libs-0:0.9.33-2.fc41.x86 100% | 20.1 MiB/s | 61.7 KiB | 00m00s [385/845] texlive-gsftopk-11:svn52851-8 100% | 11.4 MiB/s | 35.1 KiB | 00m00s [386/845] default-fonts-core-sans-0:4.1 100% | 10.1 MiB/s | 31.1 KiB | 00m00s [387/845] fonts-filesystem-1:2.0.5-17.f 100% | 4.1 MiB/s | 8.5 KiB | 00m00s [388/845] gnutls-dane-0:3.8.6-7.fc41.x8 100% | 13.0 MiB/s | 39.9 KiB | 00m00s [389/845] texlive-mnsymbol-11:svn18651. 100% | 37.7 MiB/s | 4.4 MiB | 00m00s [390/845] freetype-0:2.13.3-1.fc41.x86_ 100% | 14.3 MiB/s | 409.2 KiB | 00m00s [391/845] texlive-xetex-11:svn66203-85. 100% | 31.8 MiB/s | 1.2 MiB | 00m00s [392/845] libX11-0:1.8.10-2.fc41.x86_64 100% | 33.4 MiB/s | 649.9 KiB | 00m00s [393/845] harfbuzz-0:9.0.0-3.fc41.x86_6 100% | 38.7 MiB/s | 1.0 MiB | 00m00s [394/845] libXaw-0:1.0.16-2.fc41.x86_64 100% | 22.0 MiB/s | 202.6 KiB | 00m00s [395/845] libXi-0:1.8.2-1.fc41.x86_64 100% | 6.5 MiB/s | 39.9 KiB | 00m00s [396/845] libXmu-0:1.2.1-2.fc41.x86_64 100% | 25.4 MiB/s | 78.0 KiB | 00m00s [397/845] libXpm-0:3.5.17-4.fc41.x86_64 100% | 32.2 MiB/s | 66.0 KiB | 00m00s [398/845] libXt-0:1.3.0-4.fc41.x86_64 100% | 57.8 MiB/s | 177.4 KiB | 00m00s [399/845] texlive-epstopdf-11:svn66461- 100% | 9.7 MiB/s | 29.7 KiB | 00m00s [400/845] texlive-beton-11:svn15878.0-7 100% | 6.8 MiB/s | 13.9 KiB | 00m00s [401/845] texlive-minitoc-11:svn61719-7 100% | 58.3 MiB/s | 119.3 KiB | 00m00s [402/845] texlive-parallel-11:svn15878. 100% | 7.7 MiB/s | 15.9 KiB | 00m00s [403/845] texlive-pdfcol-11:svn64469-73 100% | 79.3 MiB/s | 324.7 KiB | 00m00s [404/845] texlive-sauerj-11:svn15878.0- 100% | 4.4 MiB/s | 17.9 KiB | 00m00s [405/845] perl-Term-ANSIColor-0:5.01-51 100% | 11.6 MiB/s | 47.7 KiB | 00m00s [406/845] texlive-zref-11:svn62977-73.f 100% | 60.9 MiB/s | 685.7 KiB | 00m00s [407/845] perl-Pod-Simple-1:3.45-511.fc 100% | 21.4 MiB/s | 219.0 KiB | 00m00s [408/845] perl-Term-Cap-0:1.18-511.fc41 100% | 4.3 MiB/s | 22.1 KiB | 00m00s [409/845] perl-Digest-0:1.20-511.fc41.n 100% | 12.2 MiB/s | 24.9 KiB | 00m00s [410/845] texlive-auto-pst-pdf-11:svn56 100% | 14.5 MiB/s | 14.8 KiB | 00m00s [411/845] texlive-bera-11:svn20031.0-73 100% | 57.5 MiB/s | 353.5 KiB | 00m00s [412/845] texlive-biblatex-11:svn66403- 100% | 42.1 MiB/s | 302.0 KiB | 00m00s [413/845] texlive-breakurl-11:svn29901. 100% | 2.1 MiB/s | 15.2 KiB | 00m00s [414/845] texlive-filecontents-11:svn52 100% | 7.1 MiB/s | 14.5 KiB | 00m00s [415/845] texlive-multido-11:svn18302.1 100% | 15.6 MiB/s | 16.0 KiB | 00m00s [416/845] texlive-paralist-11:svn43021- 100% | 15.4 MiB/s | 15.7 KiB | 00m00s [417/845] texlive-pst-3d-11:svn17257.1. 100% | 15.7 MiB/s | 16.1 KiB | 00m00s [418/845] texlive-pst-coil-11:svn62977- 100% | 16.1 MiB/s | 16.5 KiB | 00m00s [419/845] texlive-pst-eps-11:svn15878.1 100% | 14.9 MiB/s | 15.3 KiB | 00m00s [420/845] texlive-pst-fill-11:svn60671- 100% | 15.8 MiB/s | 16.2 KiB | 00m00s [421/845] texlive-pst-grad-11:svn15878. 100% | 16.0 MiB/s | 16.4 KiB | 00m00s [422/845] texlive-pst-node-11:svn61838- 100% | 37.4 MiB/s | 38.3 KiB | 00m00s [423/845] texlive-pst-plot-11:svn65346- 100% | 17.2 MiB/s | 35.2 KiB | 00m00s [424/845] texlive-pst-text-11:svn49542- 100% | 16.5 MiB/s | 16.9 KiB | 00m00s [425/845] texlive-pst-tools-11:svn60621 100% | 18.6 MiB/s | 19.0 KiB | 00m00s [426/845] texlive-pst-tree-11:svn60421- 100% | 18.6 MiB/s | 19.1 KiB | 00m00s [427/845] texlive-pstricks-add-11:svn65 100% | 34.0 MiB/s | 34.8 KiB | 00m00s [428/845] texlive-showexpl-11:svn57414- 100% | 15.8 MiB/s | 16.2 KiB | 00m00s [429/845] texlive-lua-uni-algos-11:svn6 100% | 46.2 MiB/s | 94.7 KiB | 00m00s [430/845] texlive-lualibs-11:svn64615-7 100% | 76.8 MiB/s | 157.3 KiB | 00m00s [431/845] texlive-changepage-11:svn1587 100% | 5.8 MiB/s | 17.8 KiB | 00m00s [432/845] texlive-placeins-11:svn19848. 100% | 3.8 MiB/s | 11.5 KiB | 00m00s [433/845] texlive-titlesec-11:svn59845- 100% | 31.4 MiB/s | 32.1 KiB | 00m00s [434/845] texlive-xifthen-11:svn38929-7 100% | 14.1 MiB/s | 14.4 KiB | 00m00s [435/845] texlive-ctablestack-11:svn385 100% | 15.8 MiB/s | 16.2 KiB | 00m00s [436/845] perl-URI-0:5.30-1.fc41.noarch 100% | 68.7 MiB/s | 140.8 KiB | 00m00s [437/845] abattis-cantarell-vf-fonts-0: 100% | 58.7 MiB/s | 120.2 KiB | 00m00s [438/845] perl-libwww-perl-0:6.77-2.fc4 100% | 50.4 MiB/s | 206.4 KiB | 00m00s [439/845] graphite2-0:1.3.14-16.fc41.x8 100% | 23.2 MiB/s | 95.1 KiB | 00m00s [440/845] google-noto-sans-vf-fonts-0:2 100% | 41.4 MiB/s | 594.1 KiB | 00m00s [441/845] teckit-0:2.5.12-3.fc41.x86_64 100% | 34.7 MiB/s | 355.4 KiB | 00m00s [442/845] texlive-xetexconfig-11:svn458 100% | 3.0 MiB/s | 9.2 KiB | 00m00s [443/845] libX11-common-0:1.8.10-2.fc41 100% | 28.6 MiB/s | 175.8 KiB | 00m00s [444/845] libxcb-0:1.17.0-3.fc41.x86_64 100% | 26.1 MiB/s | 240.7 KiB | 00m00s [445/845] libXext-0:1.3.6-2.fc41.x86_64 100% | 9.5 MiB/s | 39.1 KiB | 00m00s [446/845] libICE-0:1.1.1-4.fc41.x86_64 100% | 24.3 MiB/s | 74.7 KiB | 00m00s [447/845] libSM-0:1.2.4-4.fc41.x86_64 100% | 10.6 MiB/s | 43.2 KiB | 00m00s [448/845] texlive-notoccite-11:svn18129 100% | 5.3 MiB/s | 10.8 KiB | 00m00s [449/845] perl-Pod-Escapes-1:1.07-511.f 100% | 9.7 MiB/s | 19.8 KiB | 00m00s [450/845] perl-Text-Tabs+Wrap-0:2024.00 100% | 10.7 MiB/s | 21.9 KiB | 00m00s [451/845] perl-MIME-Base64-0:3.16-511.f 100% | 9.7 MiB/s | 29.9 KiB | 00m00s [452/845] ncurses-0:6.5-2.20240629.fc41 100% | 31.8 MiB/s | 423.8 KiB | 00m00s [453/845] biber-0:2.19-6.fc41.noarch 100% | 31.7 MiB/s | 292.5 KiB | 00m00s [454/845] texlive-logreq-11:svn53003-73 100% | 9.0 MiB/s | 18.4 KiB | 00m00s [455/845] texlive-xpatch-11:svn54563-73 100% | 8.2 MiB/s | 16.7 KiB | 00m00s [456/845] texlive-xstring-11:svn65551-7 100% | 7.7 MiB/s | 23.6 KiB | 00m00s [457/845] texlive-pst-math-11:svn64732- 100% | 5.9 MiB/s | 18.2 KiB | 00m00s [458/845] texlive-attachfile-11:svn4209 100% | 6.6 MiB/s | 20.3 KiB | 00m00s [459/845] texlive-varwidth-11:svn24104. 100% | 5.2 MiB/s | 16.0 KiB | 00m00s [460/845] texlive-ifmtarg-11:svn47544-7 100% | 4.1 MiB/s | 12.7 KiB | 00m00s [461/845] perl-MIME-Base32-0:1.303-21.f 100% | 6.7 MiB/s | 20.5 KiB | 00m00s [462/845] perl-Data-Dump-0:1.25-11.fc41 100% | 10.6 MiB/s | 32.6 KiB | 00m00s [463/845] perl-Encode-Locale-0:1.05-30. 100% | 6.1 MiB/s | 18.6 KiB | 00m00s [464/845] perl-libnet-0:3.15-512.fc41.n 100% | 10.5 MiB/s | 128.5 KiB | 00m00s [465/845] perl-File-Listing-0:6.16-4.fc 100% | 8.0 MiB/s | 24.7 KiB | 00m00s [466/845] perl-HTML-Parser-0:3.83-1.fc4 100% | 30.4 MiB/s | 124.4 KiB | 00m00s [467/845] perl-HTTP-Cookies-0:6.11-4.fc 100% | 9.1 MiB/s | 37.3 KiB | 00m00s [468/845] perl-HTTP-Date-0:6.06-5.fc41. 100% | 11.9 MiB/s | 24.4 KiB | 00m00s [469/845] perl-HTTP-Message-0:6.46-2.fc 100% | 24.6 MiB/s | 100.8 KiB | 00m00s [470/845] perl-HTTP-Negotiate-0:6.01-39 100% | 6.4 MiB/s | 19.6 KiB | 00m00s [471/845] perl-LWP-MediaTypes-0:6.04-19 100% | 10.8 MiB/s | 33.1 KiB | 00m00s [472/845] perl-Module-Load-1:0.36-511.f 100% | 5.7 MiB/s | 17.4 KiB | 00m00s [473/845] perl-NTLM-0:1.09-39.fc41.noar 100% | 7.1 MiB/s | 21.7 KiB | 00m00s [474/845] perl-Net-HTTP-0:6.23-5.fc41.n 100% | 12.7 MiB/s | 39.1 KiB | 00m00s [475/845] perl-Try-Tiny-0:0.32-1.fc41.n 100% | 12.2 MiB/s | 37.6 KiB | 00m00s [476/845] perl-WWW-RobotRules-0:6.02-40 100% | 6.4 MiB/s | 19.7 KiB | 00m00s [477/845] google-noto-fonts-common-0:20 100% | 5.9 MiB/s | 18.0 KiB | 00m00s [478/845] libXau-0:1.0.11-7.fc41.x86_64 100% | 10.4 MiB/s | 31.9 KiB | 00m00s [479/845] perl-Business-ISBN-0:3.009-5. 100% | 10.5 MiB/s | 32.3 KiB | 00m00s [480/845] perl-Business-ISMN-0:1.204-2. 100% | 8.4 MiB/s | 25.8 KiB | 00m00s [481/845] perl-Business-ISSN-0:1.005-12 100% | 5.9 MiB/s | 18.2 KiB | 00m00s [482/845] perl-Class-Accessor-0:0.51-21 100% | 9.2 MiB/s | 28.3 KiB | 00m00s [483/845] perl-Data-Compare-0:1.29-5.fc 100% | 11.2 MiB/s | 34.5 KiB | 00m00s [484/845] perl-Data-Uniqid-0:0.12-34.fc 100% | 3.9 MiB/s | 12.1 KiB | 00m00s [485/845] perl-DateTime-Calendar-Julian 100% | 7.5 MiB/s | 23.1 KiB | 00m00s [486/845] perl-DateTime-2:1.65-6.fc41.x 100% | 21.6 MiB/s | 132.5 KiB | 00m00s [487/845] perl-DateTime-Format-Builder- 100% | 30.2 MiB/s | 92.8 KiB | 00m00s [488/845] perl-File-Slurper-0:0.014-6.f 100% | 6.9 MiB/s | 21.1 KiB | 00m00s [489/845] perl-IO-String-0:1.08-51.fc41 100% | 8.3 MiB/s | 17.1 KiB | 00m00s [490/845] libicu-0:74.2-2.fc41.x86_64 100% | 61.1 MiB/s | 10.4 MiB | 00m00s [491/845] perl-DateTime-TimeZone-0:2.63 100% | 7.0 MiB/s | 392.4 KiB | 00m00s [492/845] perl-IPC-Cmd-2:1.04-512.fc41. 100% | 861.2 KiB/s | 39.6 KiB | 00m00s [493/845] perl-IPC-Run3-0:0.049-2.fc41. 100% | 37.4 MiB/s | 38.3 KiB | 00m00s [494/845] perl-LWP-Protocol-https-0:6.1 100% | 10.5 MiB/s | 21.4 KiB | 00m00s [495/845] perl-Lingua-Translit-0:0.29-7 100% | 32.3 MiB/s | 33.1 KiB | 00m00s [496/845] perl-List-AllUtils-0:0.19-13. 100% | 47.8 MiB/s | 49.0 KiB | 00m00s [497/845] perl-Log-Log4perl-0:1.57-6.fc 100% | 44.1 MiB/s | 361.3 KiB | 00m00s [498/845] perl-Parse-RecDescent-0:1.967 100% | 22.6 MiB/s | 208.0 KiB | 00m00s [499/845] perl-Regexp-Common-0:20240808 100% | 20.1 MiB/s | 185.1 KiB | 00m00s [500/845] perl-Sort-Key-0:1.33-32.fc41. 100% | 14.9 MiB/s | 45.8 KiB | 00m00s [501/845] perl-Text-Balanced-0:2.06-511 100% | 47.7 MiB/s | 48.8 KiB | 00m00s [502/845] perl-Storable-1:3.32-511.fc41 100% | 32.0 MiB/s | 98.4 KiB | 00m00s [503/845] perl-Text-BibTeX-0:0.89-7.fc4 100% | 61.3 MiB/s | 251.3 KiB | 00m00s [504/845] perl-Text-CSV-0:2.04-2.fc41.n 100% | 37.7 MiB/s | 115.8 KiB | 00m00s [505/845] perl-Text-Roman-0:3.5-28.fc41 100% | 7.3 MiB/s | 22.4 KiB | 00m00s [506/845] perl-Unicode-LineBreak-0:2019 100% | 23.2 MiB/s | 119.0 KiB | 00m00s [507/845] perl-Unicode-Normalize-0:1.32 100% | 12.1 MiB/s | 74.2 KiB | 00m00s [508/845] perl-Unicode-Collate-0:1.31-5 100% | 57.3 MiB/s | 645.1 KiB | 00m00s [509/845] perl-XML-LibXML-Simple-0:1.01 100% | 10.6 MiB/s | 32.6 KiB | 00m00s [510/845] perl-XML-LibXML-1:2.0210-3.fc 100% | 49.1 MiB/s | 351.8 KiB | 00m00s [511/845] perl-XML-LibXSLT-0:2.003.000- 100% | 20.9 MiB/s | 64.2 KiB | 00m00s [512/845] perl-XML-Writer-0:0.900-15.fc 100% | 11.0 MiB/s | 33.7 KiB | 00m00s [513/845] perl-autovivification-0:0.18- 100% | 32.5 MiB/s | 33.3 KiB | 00m00s [514/845] perl-IO-Socket-IP-0:0.42-512. 100% | 40.8 MiB/s | 41.8 KiB | 00m00s [515/845] perl-Socket-4:2.038-511.fc41. 100% | 26.8 MiB/s | 54.8 KiB | 00m00s [516/845] perl-Time-Local-2:1.350-511.f 100% | 16.9 MiB/s | 34.5 KiB | 00m00s [517/845] perl-HTML-Tagset-0:3.24-2.fc4 100% | 18.0 MiB/s | 18.4 KiB | 00m00s [518/845] perl-TimeDate-1:2.33-15.fc41. 100% | 56.3 MiB/s | 57.6 KiB | 00m00s [519/845] perl-Clone-0:0.47-1.fc41.x86_ 100% | 10.9 MiB/s | 22.3 KiB | 00m00s [520/845] perl-Compress-Raw-Zlib-0:2.21 100% | 31.7 MiB/s | 65.0 KiB | 00m00s [521/845] perl-IO-HTML-0:1.004-13.fc41. 100% | 26.9 MiB/s | 27.6 KiB | 00m00s [522/845] perl-IO-Compress-0:2.212-512. 100% | 59.3 MiB/s | 303.5 KiB | 00m00s [523/845] perl-Digest-HMAC-0:1.04-11.fc 100% | 5.4 MiB/s | 22.1 KiB | 00m00s [524/845] perl-IO-Socket-SSL-0:2.089-1. 100% | 45.2 MiB/s | 231.2 KiB | 00m00s [525/845] perl-Business-ISBN-Data-0:202 100% | 22.1 MiB/s | 45.2 KiB | 00m00s [526/845] perl-Tie-Cycle-0:1.228-3.fc41 100% | 9.5 MiB/s | 19.5 KiB | 00m00s [527/845] perl-File-Find-Rule-0:0.34-29 100% | 31.3 MiB/s | 32.0 KiB | 00m00s [528/845] perl-Time-HiRes-4:1.9777-511. 100% | 18.7 MiB/s | 57.3 KiB | 00m00s [529/845] perl-Math-BigInt-1:2.0030.03- 100% | 55.1 MiB/s | 225.7 KiB | 00m00s [530/845] perl-Dist-CheckConflicts-0:0. 100% | 5.7 MiB/s | 23.1 KiB | 00m00s [531/845] perl-Params-ValidationCompile 100% | 18.2 MiB/s | 37.4 KiB | 00m00s [532/845] perl-Specio-0:0.48-7.fc41.noa 100% | 77.2 MiB/s | 158.1 KiB | 00m00s [533/845] perl-namespace-autoclean-0:0. 100% | 8.3 MiB/s | 25.4 KiB | 00m00s [534/845] perl-DateTime-Format-Strptime 100% | 13.3 MiB/s | 40.8 KiB | 00m00s [535/845] perl-Params-Validate-0:1.31-9 100% | 66.8 MiB/s | 68.4 KiB | 00m00s [536/845] perl-Class-Singleton-0:1.6-12 100% | 24.9 MiB/s | 25.5 KiB | 00m00s [537/845] perl-DateTime-TimeZone-Tzfile 100% | 19.0 MiB/s | 19.5 KiB | 00m00s [538/845] perl-Module-Runtime-0:0.016-2 100% | 22.5 MiB/s | 23.1 KiB | 00m00s [539/845] perl-ExtUtils-MM-Utils-2:7.70 100% | 11.4 MiB/s | 11.6 KiB | 00m00s [540/845] perl-Module-Load-Conditional- 100% | 21.5 MiB/s | 22.0 KiB | 00m00s [541/845] perl-Params-Check-1:0.38-511. 100% | 21.3 MiB/s | 21.8 KiB | 00m00s [542/845] perl-Mozilla-CA-0:20240730-1. 100% | 13.9 MiB/s | 14.3 KiB | 00m00s [543/845] perl-List-SomeUtils-0:0.59-6. 100% | 22.1 MiB/s | 45.2 KiB | 00m00s [544/845] perl-List-UtilsBy-0:0.12-10.f 100% | 27.8 MiB/s | 28.5 KiB | 00m00s [545/845] perl-IPC-SysV-0:2.09-512.fc41 100% | 40.0 MiB/s | 41.0 KiB | 00m00s [546/845] perl-Log-Dispatch-0:2.71-5.fc 100% | 27.3 MiB/s | 83.9 KiB | 00m00s [547/845] perl-Log-Dispatch-FileRotate- 100% | 10.6 MiB/s | 32.4 KiB | 00m00s [548/845] perl-LDAP-1:0.68-14.fc41.noar 100% | 53.8 MiB/s | 385.9 KiB | 00m00s [549/845] perl-MIME-Charset-0:1.013.1-6 100% | 11.7 MiB/s | 48.1 KiB | 00m00s [550/845] sombok-0:2.4.0-22.fc41.x86_64 100% | 15.7 MiB/s | 48.2 KiB | 00m00s [551/845] perl-XML-NamespaceSupport-0:1 100% | 25.0 MiB/s | 25.6 KiB | 00m00s [552/845] perl-XML-SAX-0:1.02-17.fc41.n 100% | 30.4 MiB/s | 62.3 KiB | 00m00s [553/845] perl-XML-SAX-Base-0:1.09-24.f 100% | 15.7 MiB/s | 32.1 KiB | 00m00s [554/845] libxslt-0:1.1.42-2.fc41.x86_6 100% | 61.6 MiB/s | 189.1 KiB | 00m00s [555/845] perl-Compress-Raw-Bzip2-0:2.2 100% | 17.4 MiB/s | 35.6 KiB | 00m00s [556/845] perl-autodie-0:2.37-512.fc41. 100% | 31.6 MiB/s | 96.9 KiB | 00m00s [557/845] perl-Digest-SHA-1:6.04-512.fc 100% | 30.6 MiB/s | 62.6 KiB | 00m00s [558/845] perl-Net-SSLeay-0:1.94-7.fc41 100% | 73.4 MiB/s | 375.7 KiB | 00m00s [559/845] perl-Number-Compare-0:0.03-39 100% | 2.3 MiB/s | 11.9 KiB | 00m00s [560/845] perl-Text-Glob-0:0.11-24.fc41 100% | 3.3 MiB/s | 13.4 KiB | 00m00s [561/845] perl-Eval-Closure-0:0.14-24.f 100% | 23.2 MiB/s | 23.8 KiB | 00m00s [562/845] perl-Exception-Class-0:1.45-1 100% | 42.6 MiB/s | 43.6 KiB | 00m00s [563/845] perl-Devel-StackTrace-1:2.05- 100% | 15.0 MiB/s | 30.6 KiB | 00m00s [564/845] perl-MRO-Compat-0:0.15-10.fc4 100% | 24.8 MiB/s | 25.4 KiB | 00m00s [565/845] perl-Ref-Util-0:0.204-21.fc41 100% | 23.0 MiB/s | 23.5 KiB | 00m00s [566/845] perl-Role-Tiny-0:2.002004-12. 100% | 31.1 MiB/s | 31.9 KiB | 00m00s [567/845] perl-XString-0:0.005-14.fc41. 100% | 11.2 MiB/s | 22.9 KiB | 00m00s [568/845] perl-version-9:0.99.33-1.fc41 100% | 30.8 MiB/s | 63.0 KiB | 00m00s [569/845] perl-B-Hooks-EndOfScope-0:0.2 100% | 42.2 MiB/s | 43.2 KiB | 00m00s [570/845] perl-Sub-Identify-0:0.14-28.f 100% | 22.7 MiB/s | 23.2 KiB | 00m00s [571/845] perl-namespace-clean-0:0.27-2 100% | 33.4 MiB/s | 34.2 KiB | 00m00s [572/845] perl-Module-Implementation-0: 100% | 18.7 MiB/s | 19.1 KiB | 00m00s [573/845] perl-Date-ISO8601-0:0.005-21. 100% | 18.7 MiB/s | 19.2 KiB | 00m00s [574/845] perl-DateTime-TimeZone-System 100% | 22.0 MiB/s | 22.5 KiB | 00m00s [575/845] perl-Params-Classify-0:0.015- 100% | 15.0 MiB/s | 30.7 KiB | 00m00s [576/845] perl-Module-Metadata-0:1.0000 100% | 34.4 MiB/s | 35.3 KiB | 00m00s [577/845] perl-Authen-SASL-0:2.1700-4.f 100% | 60.5 MiB/s | 62.0 KiB | 00m00s [578/845] perl-Convert-ASN1-0:0.34-4.fc 100% | 57.9 MiB/s | 59.3 KiB | 00m00s [579/845] perl-JSON-0:4.10-6.fc41.noarc 100% | 46.3 MiB/s | 94.9 KiB | 00m00s [580/845] perl-Text-Soundex-0:3.05-32.f 100% | 14.5 MiB/s | 29.8 KiB | 00m00s [581/845] perl-Devel-GlobalDestruction- 100% | 16.7 MiB/s | 17.1 KiB | 00m00s [582/845] perl-MIME-Lite-0:3.033-11.fc4 100% | 45.9 MiB/s | 94.0 KiB | 00m00s [583/845] perl-Mail-Sender-1:0.903-25.f 100% | 24.7 MiB/s | 50.5 KiB | 00m00s [584/845] perl-Mail-Sendmail-0:0.80-21. 100% | 17.5 MiB/s | 35.8 KiB | 00m00s [585/845] perl-MailTools-0:2.21-17.fc41 100% | 52.6 MiB/s | 107.8 KiB | 00m00s [586/845] perl-Sys-Syslog-0:0.36-512.fc 100% | 22.8 MiB/s | 46.7 KiB | 00m00s [587/845] perl-IPC-System-Simple-0:1.30 100% | 12.6 MiB/s | 38.7 KiB | 00m00s [588/845] libthai-0:0.1.29-9.fc41.x86_6 100% | 29.5 MiB/s | 211.8 KiB | 00m00s [589/845] perl-Tie-RefHash-0:1.41-1.fc4 100% | 5.7 MiB/s | 23.4 KiB | 00m00s [590/845] perl-Devel-LexAlias-0:0.05-38 100% | 8.0 MiB/s | 16.4 KiB | 00m00s [591/845] perl-Date-Manip-0:6.95-2.fc41 100% | 59.9 MiB/s | 1.1 MiB | 00m00s [592/845] perl-Class-Data-Inheritable-0 100% | 1.8 MiB/s | 12.8 KiB | 00m00s [593/845] perl-Ref-Util-XS-0:0.117-24.f 100% | 11.5 MiB/s | 23.5 KiB | 00m00s [594/845] perltidy-0:20240903-1.fc41.no 100% | 48.7 MiB/s | 798.1 KiB | 00m00s [595/845] perl-Class-Method-Modifiers-0 100% | 8.1 MiB/s | 50.0 KiB | 00m00s [596/845] perl-Sub-Exporter-Progressive 100% | 4.1 MiB/s | 21.0 KiB | 00m00s [597/845] perl-Variable-Magic-0:0.64-3. 100% | 54.0 MiB/s | 55.3 KiB | 00m00s [598/845] perl-Package-Stash-0:0.40-8.f 100% | 31.8 MiB/s | 32.6 KiB | 00m00s [599/845] perl-Devel-CallChecker-0:0.00 100% | 11.7 MiB/s | 23.9 KiB | 00m00s [600/845] perl-GSSAPI-0:0.28-47.fc41.x8 100% | 53.7 MiB/s | 55.0 KiB | 00m00s [601/845] perl-Email-Date-Format-0:1.00 100% | 18.4 MiB/s | 18.9 KiB | 00m00s [602/845] perl-MIME-Types-0:2.26-2.fc41 100% | 68.9 MiB/s | 70.5 KiB | 00m00s [603/845] perl-Net-SMTP-SSL-0:1.04-25.f 100% | 11.4 MiB/s | 11.7 KiB | 00m00s [604/845] libdatrie-0:0.2.13-10.fc41.x8 100% | 31.5 MiB/s | 32.2 KiB | 00m00s [605/845] perl-Devel-Caller-0:2.07-7.fc 100% | 18.7 MiB/s | 19.2 KiB | 00m00s [606/845] perl-Sub-Exporter-0:0.991-4.f 100% | 75.8 MiB/s | 77.7 KiB | 00m00s [607/845] perl-Package-Stash-XS-0:0.30- 100% | 17.6 MiB/s | 36.1 KiB | 00m00s [608/845] perl-DynaLoader-Functions-0:0 100% | 9.3 MiB/s | 19.0 KiB | 00m00s [609/845] perl-PadWalker-0:2.5-15.fc41. 100% | 26.5 MiB/s | 27.2 KiB | 00m00s [610/845] perl-Data-OptList-0:0.114-5.f 100% | 26.3 MiB/s | 26.9 KiB | 00m00s [611/845] perl-Package-Generator-0:1.10 100% | 22.0 MiB/s | 22.5 KiB | 00m00s [612/845] perl-Params-Util-0:1.102-16.f 100% | 32.0 MiB/s | 32.8 KiB | 00m00s [613/845] perl-Sub-Install-0:0.929-6.fc 100% | 22.4 MiB/s | 22.9 KiB | 00m00s [614/845] beecrypt-devel-0:4.2.1-36.fc4 100% | 21.7 MiB/s | 44.5 KiB | 00m00s [615/845] beecrypt-0:4.2.1-36.fc41.x86_ 100% | 37.0 MiB/s | 113.6 KiB | 00m00s [616/845] elfutils-libelf-devel-0:0.192 100% | 15.3 MiB/s | 47.2 KiB | 00m00s [617/845] libcurl-devel-0:8.9.1-2.fc41. 100% | 30.4 MiB/s | 872.8 KiB | 00m00s [618/845] gpm-libs-0:1.20.7-48.fc41.x86 100% | 4.9 MiB/s | 20.2 KiB | 00m00s [619/845] jansson-0:2.13.1-10.fc41.x86_ 100% | 14.5 MiB/s | 44.4 KiB | 00m00s [620/845] binutils-devel-0:2.43.1-2.fc4 100% | 32.9 MiB/s | 8.6 MiB | 00m00s [621/845] libtree-sitter-0:0.23.0-2.fc4 100% | 26.4 MiB/s | 108.0 KiB | 00m00s [622/845] libgccjit-0:14.2.1-3.fc41.x86 100% | 29.5 MiB/s | 11.4 MiB | 00m00s [623/845] expat-devel-0:2.6.4-1.fc41.x8 100% | 10.5 MiB/s | 54.0 KiB | 00m00s [624/845] gcc-c++-0:14.2.1-3.fc41.x86_6 100% | 31.7 MiB/s | 14.2 MiB | 00m00s [625/845] gd-0:2.3.3-17.fc41.x86_64 100% | 26.5 MiB/s | 135.8 KiB | 00m00s [626/845] libavif-0:1.0.4-7.fc41.x86_64 100% | 22.3 MiB/s | 91.3 KiB | 00m00s [627/845] libimagequant-0:4.0.3-5.fc41. 100% | 26.7 MiB/s | 301.2 KiB | 00m00s [628/845] emacs-nw-1:29.4-38.fc41.x86_6 100% | 30.1 MiB/s | 30.6 MiB | 00m01s [629/845] libjpeg-turbo-0:3.0.2-3.fc41. 100% | 1.8 MiB/s | 227.3 KiB | 00m00s [630/845] libtiff-0:4.6.0-6.fc41.x86_64 100% | 29.6 MiB/s | 212.0 KiB | 00m00s [631/845] libwebp-0:1.4.0-4.fc41.x86_64 100% | 28.5 MiB/s | 292.0 KiB | 00m00s [632/845] rav1e-libs-0:0.7.1-4.fc41.x86 100% | 31.7 MiB/s | 1.0 MiB | 00m00s [633/845] libaom-0:3.9.0-3.fc41.x86_64 100% | 36.7 MiB/s | 1.8 MiB | 00m00s [634/845] jbigkit-libs-0:2.1-30.fc41.x8 100% | 13.0 MiB/s | 53.3 KiB | 00m00s [635/845] liblerc-0:4.0.0-7.fc41.x86_64 100% | 25.7 MiB/s | 210.3 KiB | 00m00s [636/845] libvmaf-0:3.0.0-2.fc41.x86_64 100% | 21.0 MiB/s | 193.7 KiB | 00m00s [637/845] ghostscript-0:10.03.1-4.fc41. 100% | 8.9 MiB/s | 36.6 KiB | 00m00s [638/845] ghostscript-tools-fonts-0:10. 100% | 6.0 MiB/s | 12.4 KiB | 00m00s [639/845] svt-av1-libs-0:2.1.0-2.fc41.x 100% | 36.3 MiB/s | 2.0 MiB | 00m00s [640/845] ghostscript-tools-printing-0: 100% | 1.2 MiB/s | 13.1 KiB | 00m00s [641/845] adobe-mappings-pdf-0:20190401 100% | 27.8 MiB/s | 627.4 KiB | 00m00s [642/845] cups-libs-1:2.4.11-2.fc41.x86 100% | 23.2 MiB/s | 261.0 KiB | 00m00s [643/845] libgs-0:10.03.1-4.fc41.x86_64 100% | 34.6 MiB/s | 3.4 MiB | 00m00s [644/845] jbig2dec-libs-0:0.20-5.fc41.x 100% | 14.5 MiB/s | 74.0 KiB | 00m00s [645/845] google-droid-sans-fonts-0:202 100% | 32.2 MiB/s | 2.7 MiB | 00m00s [646/845] lcms2-0:2.16-4.fc41.x86_64 100% | 11.7 MiB/s | 180.3 KiB | 00m00s [647/845] libijs-0:0.35-23.fc41.x86_64 100% | 14.4 MiB/s | 29.5 KiB | 00m00s [648/845] urw-base35-fonts-0:20200910-2 100% | 4.9 MiB/s | 10.0 KiB | 00m00s [649/845] avahi-libs-0:0.8-29.fc41.x86_ 100% | 21.7 MiB/s | 66.7 KiB | 00m00s [650/845] openjpeg-0:2.5.2-4.fc41.x86_6 100% | 10.7 MiB/s | 186.6 KiB | 00m00s [651/845] urw-base35-bookman-fonts-0:20 100% | 37.6 MiB/s | 846.8 KiB | 00m00s [652/845] urw-base35-d050000l-fonts-0:2 100% | 14.8 MiB/s | 75.7 KiB | 00m00s [653/845] urw-base35-fonts-common-0:202 100% | 6.8 MiB/s | 20.7 KiB | 00m00s [654/845] urw-base35-c059-fonts-0:20200 100% | 18.6 MiB/s | 874.0 KiB | 00m00s [655/845] urw-base35-gothic-fonts-0:202 100% | 25.1 MiB/s | 642.4 KiB | 00m00s [656/845] urw-base35-nimbus-mono-ps-fon 100% | 32.3 MiB/s | 794.6 KiB | 00m00s [657/845] urw-base35-nimbus-roman-fonts 100% | 23.2 MiB/s | 856.0 KiB | 00m00s [658/845] emacs-common-1:29.4-38.fc41.x 100% | 33.6 MiB/s | 41.8 MiB | 00m01s [659/845] urw-base35-standard-symbols-p 100% | 56.8 MiB/s | 58.2 KiB | 00m00s [660/845] urw-base35-nimbus-sans-fonts- 100% | 7.1 MiB/s | 1.3 MiB | 00m00s [661/845] urw-base35-p052-fonts-0:20200 100% | 5.5 MiB/s | 973.1 KiB | 00m00s [662/845] urw-base35-z003-fonts-0:20200 100% | 24.5 MiB/s | 275.4 KiB | 00m00s [663/845] httpd-0:2.4.62-2.fc41.x86_64 100% | 7.6 MiB/s | 46.7 KiB | 00m00s [664/845] iptables-legacy-0:1.8.10-15.f 100% | 25.6 MiB/s | 52.4 KiB | 00m00s [665/845] iptables-legacy-libs-0:1.8.10 100% | 37.2 MiB/s | 38.1 KiB | 00m00s [666/845] libnfnetlink-0:1.0.1-28.fc41. 100% | 14.2 MiB/s | 29.0 KiB | 00m00s [667/845] iptables-libs-0:1.8.10-15.fc4 100% | 66.8 MiB/s | 410.2 KiB | 00m00s [668/845] libnetfilter_conntrack-0:1.0. 100% | 8.1 MiB/s | 58.1 KiB | 00m00s [669/845] libxml2-devel-0:2.12.8-2.fc41 100% | 73.1 MiB/s | 524.3 KiB | 00m00s [670/845] xz-devel-1:5.6.2-2.fc41.x86_6 100% | 13.0 MiB/s | 66.5 KiB | 00m00s [671/845] zlib-ng-compat-devel-0:2.1.7- 100% | 7.4 MiB/s | 38.1 KiB | 00m00s [672/845] perl-ExtUtils-Embed-0:1.35-51 100% | 4.3 MiB/s | 17.6 KiB | 00m00s [673/845] pcre2-devel-0:10.44-1.fc41.1. 100% | 34.0 MiB/s | 521.5 KiB | 00m00s [674/845] php-devel-0:8.3.13-1.fc41.x86 100% | 27.0 MiB/s | 774.1 KiB | 00m00s [675/845] pcre2-utf16-0:10.44-1.fc41.1. 100% | 19.8 MiB/s | 222.8 KiB | 00m00s [676/845] openssl-devel-1:3.2.2-9.fc41. 100% | 47.6 MiB/s | 2.8 MiB | 00m00s [677/845] pcre2-utf32-0:10.44-1.fc41.1. 100% | 11.4 MiB/s | 210.4 KiB | 00m00s [678/845] php-common-0:8.3.13-1.fc41.x8 100% | 32.9 MiB/s | 707.3 KiB | 00m00s [679/845] postgresql-private-libs-0:16. 100% | 17.3 MiB/s | 141.7 KiB | 00m00s [680/845] postgresql-0:16.3-3.fc41.x86_ 100% | 33.0 MiB/s | 1.9 MiB | 00m00s [681/845] php-cli-0:8.3.13-1.fc41.x86_6 100% | 32.3 MiB/s | 3.6 MiB | 00m00s [682/845] libpq-devel-0:16.4-1.fc41.x86 100% | 6.6 MiB/s | 115.3 KiB | 00m00s [683/845] libpq-0:16.4-1.fc41.x86_64 100% | 30.5 MiB/s | 250.1 KiB | 00m00s [684/845] python-rpm-macros-0:3.13-3.fc 100% | 5.8 MiB/s | 17.7 KiB | 00m00s [685/845] python3-devel-0:3.13.0-1.fc41 100% | 30.2 MiB/s | 402.5 KiB | 00m00s [686/845] python3-rpm-generators-0:14-1 100% | 9.5 MiB/s | 29.3 KiB | 00m00s [687/845] python3-rpm-macros-0:3.13-3.f 100% | 4.1 MiB/s | 12.4 KiB | 00m00s [688/845] python3-packaging-0:24.1-2.fc 100% | 30.6 MiB/s | 125.5 KiB | 00m00s [689/845] rpm-devel-0:4.20.0-1.fc41.x86 100% | 21.9 MiB/s | 89.6 KiB | 00m00s [690/845] readline-devel-0:8.2-10.fc41. 100% | 22.4 MiB/s | 206.7 KiB | 00m00s [691/845] popt-devel-0:1.19-7.fc41.x86_ 100% | 12.4 MiB/s | 25.4 KiB | 00m00s [692/845] xmlsec1-1:1.2.39-4.fc41.x86_6 100% | 36.1 MiB/s | 185.1 KiB | 00m00s [693/845] xmlsec1-openssl-1:1.2.39-4.fc 100% | 17.8 MiB/s | 91.3 KiB | 00m00s [694/845] libkadm5-0:1.21.3-3.fc41.x86_ 100% | 18.8 MiB/s | 77.1 KiB | 00m00s [695/845] krb5-devel-0:1.21.3-3.fc41.x8 100% | 20.0 MiB/s | 143.4 KiB | 00m00s [696/845] perl-Devel-PPPort-0:3.72-512. 100% | 23.8 MiB/s | 219.0 KiB | 00m00s [697/845] perl-ExtUtils-Install-0:2.22- 100% | 8.5 MiB/s | 43.6 KiB | 00m00s [698/845] perl-devel-4:5.40.0-512.fc41. 100% | 32.5 MiB/s | 764.3 KiB | 00m00s [699/845] perl-ExtUtils-ParseXS-1:3.51- 100% | 22.9 MiB/s | 187.3 KiB | 00m00s [700/845] systemtap-sdt-dtrace-0:5.2~pr 100% | 16.6 MiB/s | 68.0 KiB | 00m00s [701/845] postgresql-server-0:16.3-3.fc 100% | 47.6 MiB/s | 6.9 MiB | 00m00s [702/845] perl-ExtUtils-MakeMaker-2:7.7 100% | 9.5 MiB/s | 292.9 KiB | 00m00s [703/845] python3-pyparsing-0:3.1.2-7.f 100% | 45.1 MiB/s | 277.4 KiB | 00m00s [704/845] perl-ExtUtils-Command-2:7.70- 100% | 2.8 MiB/s | 14.1 KiB | 00m00s [705/845] perl-ExtUtils-Manifest-1:1.75 100% | 16.6 MiB/s | 34.1 KiB | 00m00s [706/845] perl-interpreter-4:5.40.0-512 100% | 17.6 MiB/s | 72.3 KiB | 00m00s [707/845] perl-Test-Harness-1:3.50-1.fc 100% | 30.1 MiB/s | 277.0 KiB | 00m00s [708/845] perl-Errno-0:1.38-512.fc41.x8 100% | 4.9 MiB/s | 14.9 KiB | 00m00s [709/845] adobe-mappings-cmap-deprecate 100% | 18.0 MiB/s | 110.7 KiB | 00m00s [710/845] keyutils-libs-devel-0:1.6.3-4 100% | 14.6 MiB/s | 59.9 KiB | 00m00s [711/845] perl-libs-4:5.40.0-512.fc41.x 100% | 32.9 MiB/s | 2.3 MiB | 00m00s [712/845] libcom_err-devel-0:1.47.1-6.f 100% | 1.5 MiB/s | 16.3 KiB | 00m00s [713/845] libsepol-devel-0:3.7-2.fc41.x 100% | 15.6 MiB/s | 48.1 KiB | 00m00s [714/845] libselinux-devel-0:3.7-5.fc41 100% | 24.6 MiB/s | 151.1 KiB | 00m00s [715/845] libverto-devel-0:0.3.2-9.fc41 100% | 7.0 MiB/s | 14.4 KiB | 00m00s [716/845] emacsclient-1:29.4-38.fc41.x8 100% | 10.0 MiB/s | 40.8 KiB | 00m00s [717/845] adobe-mappings-cmap-0:2023111 100% | 48.9 MiB/s | 2.2 MiB | 00m00s [718/845] libzstd-devel-0:1.5.6-2.fc41. 100% | 4.6 MiB/s | 51.8 KiB | 00m00s [719/845] alsa-lib-0:1.2.13-3.fc41.x86_ 100% | 25.3 MiB/s | 517.2 KiB | 00m00s [720/845] cmake-filesystem-0:3.30.5-1.f 100% | 4.3 MiB/s | 17.4 KiB | 00m00s [721/845] perl-File-Find-0:1.44-512.fc4 100% | 8.2 MiB/s | 25.3 KiB | 00m00s [722/845] perl-FileHandle-0:2.05-512.fc 100% | 15.1 MiB/s | 15.5 KiB | 00m00s [723/845] perl-vars-0:1.05-512.fc41.noa 100% | 12.7 MiB/s | 13.0 KiB | 00m00s [724/845] perl-File-Basename-0:2.86-512 100% | 16.7 MiB/s | 17.1 KiB | 00m00s [725/845] perl-POSIX-0:2.20-512.fc41.x8 100% | 47.4 MiB/s | 97.0 KiB | 00m00s [726/845] cyrus-sasl-0:2.1.28-27.fc41.x 100% | 24.1 MiB/s | 74.2 KiB | 00m00s [727/845] pyproject-rpm-macros-0:1.16.0 100% | 14.5 MiB/s | 44.6 KiB | 00m00s [728/845] pyproject-srpm-macros-0:1.16. 100% | 6.6 MiB/s | 13.6 KiB | 00m00s [729/845] debugedit-0:5.1-1.fc41.x86_64 100% | 38.1 MiB/s | 78.1 KiB | 00m00s [730/845] build-reproducibility-srpm-ma 100% | 3.5 MiB/s | 10.8 KiB | 00m00s [731/845] elfutils-0:0.192-6.fc41.x86_6 100% | 33.4 MiB/s | 547.2 KiB | 00m00s [732/845] qt6-srpm-macros-0:6.8.0-1.fc4 100% | 2.2 MiB/s | 9.0 KiB | 00m00s [733/845] add-determinism-0:0.3.6-3.fc4 100% | 35.6 MiB/s | 875.9 KiB | 00m00s [734/845] ncurses-c++-libs-0:6.5-2.2024 100% | 9.2 MiB/s | 37.8 KiB | 00m00s [735/845] ncurses-devel-0:6.5-2.2024062 100% | 37.1 MiB/s | 570.0 KiB | 00m00s [736/845] perl-English-0:1.11-512.fc41. 100% | 4.4 MiB/s | 13.5 KiB | 00m00s [737/845] perl-File-Copy-0:2.41-512.fc4 100% | 6.5 MiB/s | 20.1 KiB | 00m00s [738/845] perl-IO-0:1.55-512.fc41.x86_6 100% | 20.0 MiB/s | 81.8 KiB | 00m00s [739/845] perl-Pod-Html-0:1.35-512.fc41 100% | 9.6 MiB/s | 29.4 KiB | 00m00s [740/845] perl-Encode-4:3.21-511.fc41.x 100% | 40.6 MiB/s | 1.1 MiB | 00m00s [741/845] perl-Scalar-List-Utils-5:1.68 100% | 10.4 MiB/s | 74.2 KiB | 00m00s [742/845] perl-if-0:0.61.000-512.fc41.n 100% | 3.4 MiB/s | 14.0 KiB | 00m00s [743/845] perl-B-0:1.89-512.fc41.x86_64 100% | 28.7 MiB/s | 176.2 KiB | 00m00s [744/845] perl-locale-0:1.12-512.fc41.n 100% | 6.6 MiB/s | 13.6 KiB | 00m00s [745/845] perl-overload-0:1.37-512.fc41 100% | 14.8 MiB/s | 45.5 KiB | 00m00s [746/845] perl-base-0:2.27-512.fc41.noa 100% | 3.9 MiB/s | 16.2 KiB | 00m00s [747/845] perl-Fcntl-0:1.18-512.fc41.x8 100% | 14.5 MiB/s | 29.8 KiB | 00m00s [748/845] perl-Symbol-0:1.09-512.fc41.n 100% | 4.6 MiB/s | 14.2 KiB | 00m00s [749/845] perl-I18N-Langinfo-0:0.24-512 100% | 8.3 MiB/s | 25.6 KiB | 00m00s [750/845] perl-open-0:1.13-512.fc41.noa 100% | 4.0 MiB/s | 16.5 KiB | 00m00s [751/845] perl-encoding-4:3.00-511.fc41 100% | 15.4 MiB/s | 63.2 KiB | 00m00s [752/845] perl-DynaLoader-0:1.56-512.fc 100% | 8.5 MiB/s | 26.0 KiB | 00m00s [753/845] perl-Filter-2:1.64-512.fc41.x 100% | 17.0 MiB/s | 86.8 KiB | 00m00s [754/845] perl-Benchmark-0:1.25-512.fc4 100% | 13.0 MiB/s | 26.7 KiB | 00m00s [755/845] binutils-0:2.43.1-2.fc41.x86_ 100% | 53.3 MiB/s | 6.5 MiB | 00m00s [756/845] perl-deprecate-0:0.04-512.fc4 100% | 440.2 KiB/s | 14.5 KiB | 00m00s [757/845] openjade-0:1.3.2-81.fc41.x86_ 100% | 25.3 MiB/s | 856.3 KiB | 00m00s [758/845] perl-mro-0:1.29-512.fc41.x86_ 100% | 5.8 MiB/s | 29.9 KiB | 00m00s [759/845] perl-HTTP-Tiny-0:0.090-1.fc41 100% | 27.6 MiB/s | 56.5 KiB | 00m00s [760/845] perl-IPC-Open3-0:1.22-512.fc4 100% | 7.1 MiB/s | 21.8 KiB | 00m00s [761/845] opensp-0:1.5.2-47.fc41.x86_64 100% | 61.6 MiB/s | 882.8 KiB | 00m00s [762/845] perl-Locale-Maketext-Simple-1 100% | 2.4 MiB/s | 17.5 KiB | 00m00s [763/845] perl-Locale-Maketext-0:1.33-5 100% | 15.3 MiB/s | 93.8 KiB | 00m00s [764/845] perl-AutoLoader-0:5.74-512.fc 100% | 10.3 MiB/s | 21.2 KiB | 00m00s [765/845] perl-Math-Complex-0:1.62-512. 100% | 44.9 MiB/s | 46.0 KiB | 00m00s [766/845] perl-Module-CoreList-1:5.2024 100% | 44.3 MiB/s | 90.8 KiB | 00m00s [767/845] perl-Sys-Hostname-0:1.25-512. 100% | 8.4 MiB/s | 17.1 KiB | 00m00s [768/845] perl-Safe-0:2.46-512.fc41.noa 100% | 12.1 MiB/s | 24.8 KiB | 00m00s [769/845] perl-I18N-LangTags-0:0.45-512 100% | 51.2 MiB/s | 52.4 KiB | 00m00s [770/845] perl-Class-Struct-0:0.68-512. 100% | 10.7 MiB/s | 22.0 KiB | 00m00s [771/845] perl-lib-0:0.65-512.fc41.x86_ 100% | 14.6 MiB/s | 14.9 KiB | 00m00s [772/845] perl-AutoSplit-0:5.74-512.fc4 100% | 21.1 MiB/s | 21.6 KiB | 00m00s [773/845] perl-File-Compare-0:1.100.800 100% | 12.9 MiB/s | 13.2 KiB | 00m00s [774/845] perl-Getopt-Std-0:1.14-512.fc 100% | 15.3 MiB/s | 15.6 KiB | 00m00s [775/845] perl-File-ShareDir-0:1.118-12 100% | 7.3 MiB/s | 29.8 KiB | 00m00s [776/845] perl-Class-Inspector-0:1.36-1 100% | 5.9 MiB/s | 30.4 KiB | 00m00s [777/845] perl-subs-0:1.04-512.fc41.noa 100% | 3.8 MiB/s | 11.7 KiB | 00m00s [778/845] perl-Hash-Util-FieldHash-0:1. 100% | 9.5 MiB/s | 38.7 KiB | 00m00s [779/845] perl-Tie-0:4.6-512.fc41.noarc 100% | 9.0 MiB/s | 27.6 KiB | 00m00s [780/845] perl-DirHandle-0:1.05-512.fc4 100% | 6.1 MiB/s | 12.4 KiB | 00m00s [781/845] brotli-devel-0:1.1.0-5.fc41.x 100% | 11.1 MiB/s | 34.0 KiB | 00m00s [782/845] brotli-0:1.1.0-5.fc41.x86_64 100% | 6.5 MiB/s | 20.1 KiB | 00m00s [783/845] libnghttp2-devel-0:1.62.1-2.f 100% | 13.6 MiB/s | 55.8 KiB | 00m00s [784/845] libidn2-devel-0:2.3.7-2.fc41. 100% | 13.8 MiB/s | 70.8 KiB | 00m00s [785/845] libpsl-devel-0:0.21.5-4.fc41. 100% | 16.2 MiB/s | 33.3 KiB | 00m00s [786/845] publicsuffix-list-0:20240107- 100% | 28.5 MiB/s | 87.5 KiB | 00m00s [787/845] libssh-devel-0:0.10.6-8.fc41. 100% | 12.8 MiB/s | 39.2 KiB | 00m00s [788/845] libdav1d-0:1.5.0-1.fc41.x86_6 100% | 33.8 MiB/s | 622.8 KiB | 00m00s [789/845] perl-DateTime-Locale-0:1.44-1 100% | 52.5 MiB/s | 4.0 MiB | 00m00s [790/845] glibc-devel-0:2.40-11.fc41.x8 100% | 18.7 MiB/s | 633.3 KiB | 00m00s [791/845] perl-Unicode-UCD-0:0.78-512.f 100% | 25.5 MiB/s | 78.2 KiB | 00m00s [792/845] perl-sigtrap-0:1.10-512.fc41. 100% | 5.1 MiB/s | 15.6 KiB | 00m00s [793/845] perl-File-stat-0:1.14-512.fc4 100% | 8.3 MiB/s | 17.0 KiB | 00m00s [794/845] libstdc++-devel-0:14.2.1-3.fc 100% | 41.1 MiB/s | 2.8 MiB | 00m00s [795/845] perl-meta-notation-0:5.40.0-5 100% | 819.3 KiB/s | 10.7 KiB | 00m00s [796/845] perl-overloading-0:0.02-512.f 100% | 1.0 MiB/s | 12.9 KiB | 00m00s [797/845] libxcrypt-devel-0:4.4.36-10.f 100% | 28.2 MiB/s | 28.9 KiB | 00m00s [798/845] perl-ExtUtils-Constant-0:0.25 100% | 42.6 MiB/s | 43.6 KiB | 00m00s [799/845] systemtap-sdt-devel-0:5.2~pre 100% | 32.9 MiB/s | 67.3 KiB | 00m00s [800/845] perl-Opcode-0:1.65-512.fc41.x 100% | 17.5 MiB/s | 35.8 KiB | 00m00s [801/845] perl-SelectSaver-0:1.02-512.f 100% | 11.4 MiB/s | 11.7 KiB | 00m00s [802/845] xpdf-libs-1:4.05-5.fc41.x86_6 100% | 29.0 MiB/s | 594.2 KiB | 00m00s [803/845] fedora-logos-httpd-0:38.1.0-6 100% | 3.7 MiB/s | 15.1 KiB | 00m00s [804/845] kernel-headers-0:6.11.3-300.f 100% | 41.7 MiB/s | 1.6 MiB | 00m00s [805/845] cronie-anacron-0:1.7.2-2.fc41 100% | 7.9 MiB/s | 32.5 KiB | 00m00s [806/845] crontabs-0:1.11^20190603git9e 100% | 5.9 MiB/s | 18.3 KiB | 00m00s [807/845] systemd-rpm-macros-0:256.8-1. 100% | 11.0 MiB/s | 33.7 KiB | 00m00s [808/845] nano-default-editor-0:8.1-1.f 100% | 4.5 MiB/s | 9.1 KiB | 00m00s [809/845] lynx-0:2.9.2-2.fc41.x86_64 100% | 37.2 MiB/s | 1.6 MiB | 00m00s [810/845] nano-0:8.1-1.fc41.x86_64 100% | 35.6 MiB/s | 728.9 KiB | 00m00s [811/845] sudo-python-plugin-0:1.9.15-5 100% | 10.5 MiB/s | 54.0 KiB | 00m00s [812/845] psutils-0:2.10-7.fc41.noarch 100% | 17.5 MiB/s | 53.9 KiB | 00m00s [813/845] paper-1:2.1.1-7.fc41.x86_64 100% | 10.2 MiB/s | 31.3 KiB | 00m00s [814/845] gdb-minimal-0:15.2-3.fc41.x86 100% | 44.5 MiB/s | 4.3 MiB | 00m00s [815/845] apr-util-openssl-0:1.6.3-21.f 100% | 853.2 KiB/s | 16.2 KiB | 00m00s [816/845] perl-IO-Compress-Brotli-0:0.0 100% | 1.4 MiB/s | 27.4 KiB | 00m00s [817/845] perl-GD-0:2.83-2.fc41.x86_64 100% | 34.9 MiB/s | 178.9 KiB | 00m00s [818/845] perl-PerlIO-utf8_strict-0:0.0 100% | 4.2 MiB/s | 25.7 KiB | 00m00s [819/845] perl-GD-Barcode-0:2.00-5.fc41 100% | 60.9 MiB/s | 623.8 KiB | 00m00s [820/845] perl-Class-XSAccessor-0:1.19- 100% | 11.3 MiB/s | 46.4 KiB | 00m00s [821/845] enchant2-0:2.8.1-2.fc41.x86_6 100% | 18.4 MiB/s | 75.5 KiB | 00m00s [822/845] hunspell-0:1.7.2-8.fc41.x86_6 100% | 77.7 MiB/s | 477.3 KiB | 00m00s [823/845] hunspell-filesystem-0:1.7.2-8 100% | 1.6 MiB/s | 8.1 KiB | 00m00s [824/845] hunspell-en-US-0:0.20201207-1 100% | 25.2 MiB/s | 180.9 KiB | 00m00s [825/845] info-0:7.1-3.fc41.x86_64 100% | 59.4 MiB/s | 182.5 KiB | 00m00s [826/845] libtree-sitter-java-0:0.21.0- 100% | 22.2 MiB/s | 68.1 KiB | 00m00s [827/845] mod_http2-0:2.0.29-2.fc41.x86 100% | 52.4 MiB/s | 161.1 KiB | 00m00s [828/845] mod_lua-0:2.4.62-2.fc41.x86_6 100% | 28.1 MiB/s | 57.5 KiB | 00m00s [829/845] php-nikic-php-parser5-0:5.3.1 100% | 70.8 MiB/s | 217.4 KiB | 00m00s [830/845] php-fedora-autoloader-0:1.0.1 100% | 4.0 MiB/s | 12.3 KiB | 00m00s [831/845] perl-NDBM_File-0:1.17-512.fc4 100% | 7.4 MiB/s | 22.7 KiB | 00m00s [832/845] perl-CPAN-Meta-0:2.150010-511 100% | 23.3 MiB/s | 190.9 KiB | 00m00s [833/845] perl-CPAN-Meta-Requirements-0 100% | 11.4 MiB/s | 35.1 KiB | 00m00s [834/845] perl-CPAN-Meta-YAML-0:0.018-5 100% | 6.4 MiB/s | 26.1 KiB | 00m00s [835/845] perl-JSON-PP-1:4.16-512.fc41. 100% | 12.9 MiB/s | 66.1 KiB | 00m00s [836/845] perl-List-MoreUtils-0:0.430-1 100% | 15.1 MiB/s | 61.8 KiB | 00m00s [837/845] perl-Exporter-Tiny-0:1.006002 100% | 12.8 MiB/s | 52.5 KiB | 00m00s [838/845] perl-List-MoreUtils-XS-0:0.43 100% | 20.6 MiB/s | 63.2 KiB | 00m00s [839/845] python3-pip-0:24.2-1.fc41.noa 100% | 38.8 MiB/s | 2.7 MiB | 00m00s [840/845] hunspell-en-0:0.20201207-10.f 100% | 23.2 MiB/s | 189.8 KiB | 00m00s [841/845] julietaula-montserrat-fonts-1 100% | 32.8 MiB/s | 1.6 MiB | 00m00s [842/845] hunspell-en-GB-0:0.20201207-1 100% | 16.9 MiB/s | 225.6 KiB | 00m00s [843/845] perl-Lexical-Var-0:0.010-7.fc 100% | 16.1 MiB/s | 33.1 KiB | 00m00s [844/845] perl-Lexical-SealRequireHints 100% | 8.6 MiB/s | 26.3 KiB | 00m00s [845/845] perl-doc-0:5.40.0-512.fc41.no 100% | 42.5 MiB/s | 4.9 MiB | 00m00s -------------------------------------------------------------------------------- [845/845] Total 100% | 82.5 MiB/s | 530.3 MiB | 00m06s Running transaction [ 1/847] Verify package files 100% | 196.0 B/s | 845.0 B | 00m04s [ 2/847] Prepare transaction 100% | 1.1 KiB/s | 845.0 B | 00m01s >>> Running pre-install scriptlet: texlive-base-11:20230311-85.fc41.x86_64 >>> Finished pre-install scriptlet: texlive-base-11:20230311-85.fc41.x86_64 >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> [ 3/847] Installing texlive-base-11:20 100% | 190.2 MiB/s | 19.0 MiB | 00m00s [ 4/847] Installing texlive-lib-11:202 100% | 107.9 MiB/s | 1.1 MiB | 00m00s [ 5/847] Installing libpng-2:1.6.40-4. 100% | 60.3 MiB/s | 247.1 KiB | 00m00s [ 6/847] Installing fonts-filesystem-1 100% | 384.8 KiB/s | 788.0 B | 00m00s [ 7/847] Installing urw-base35-fonts-c 100% | 18.8 MiB/s | 38.4 KiB | 00m00s [ 8/847] Installing cmake-filesystem-0 100% | 1.4 MiB/s | 7.3 KiB | 00m00s [ 9/847] Installing zlib-ng-compat-dev 100% | 35.3 MiB/s | 108.3 KiB | 00m00s [ 10/847] Installing sgml-common-0:0.6. 100% | 34.2 MiB/s | 174.9 KiB | 00m00s [ 11/847] Installing libpaper-1:2.1.1-7 100% | 24.7 MiB/s | 50.5 KiB | 00m00s [ 12/847] Installing libmpc-0:1.3.1-6.f 100% | 54.1 MiB/s | 166.2 KiB | 00m00s [ 13/847] Installing hunspell-filesyste 100% | 378.9 KiB/s | 388.0 B | 00m00s [ 14/847] Installing php-common-0:8.3.1 100% | 153.9 MiB/s | 8.9 MiB | 00m00s [ 15/847] Installing openssl-devel-1:3. 100% | 19.3 MiB/s | 5.2 MiB | 00m00s [ 16/847] Installing libwebp-0:1.4.0-4. 100% | 100.9 MiB/s | 826.8 KiB | 00m00s [ 17/847] Installing libjpeg-turbo-0:3. 100% | 126.7 MiB/s | 778.7 KiB | 00m00s [ 18/847] Installing libxslt-0:1.1.42-2 100% | 79.1 MiB/s | 486.2 KiB | 00m00s [ 19/847] Installing apr-0:1.7.5-1.fc41 100% | 74.2 MiB/s | 304.1 KiB | 00m00s [ 20/847] Installing apr-util-0:1.6.3-2 100% | 72.3 MiB/s | 222.0 KiB | 00m00s [ 21/847] Installing php-cli-0:8.3.13-1 100% | 193.0 MiB/s | 16.2 MiB | 00m00s [ 22/847] Installing hunspell-en-US-0:0 100% | 109.0 MiB/s | 558.1 KiB | 00m00s [ 23/847] Installing cronie-anacron-0:1 100% | 308.4 KiB/s | 47.2 KiB | 00m00s >>> Running post-install scriptlet: cronie-anacron-0:1.7.2-2.fc41.x86_64 >>> Finished post-install scriptlet: cronie-anacron-0:1.7.2-2.fc41.x86_64 >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> [ 24/847] Installing cronie-0:1.7.2-2.f 100% | 1.0 MiB/s | 313.9 KiB | 00m00s >>> Running post-install scriptlet: cronie-0:1.7.2-2.fc41.x86_64 >>> Finished post-install scriptlet: cronie-0:1.7.2-2.fc41.x86_64 >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> /usr/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8 >>> ⚠️ /proc/ is not mounted. This is not a supported mode of operation. Ple >>> your invocation environment to mount /proc/ and /sys/ properly. Proceeding a >>> Your mileage may vary. >>> Created symlink '/etc/systemd/system/multi-user.target.wants/crond.service' >>> >>> Running trigger-install scriptlet: cronie-0:1.7.2-2.fc41.x86_64 >>> Finished trigger-install scriptlet: cronie-0:1.7.2-2.fc41.x86_64 >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> [ 25/847] Installing crontabs-0:1.11^20 100% | 5.5 MiB/s | 22.4 KiB | 00m00s [ 26/847] Installing elfutils-0:0.192-6 100% | 121.6 MiB/s | 2.7 MiB | 00m00s [ 27/847] Installing adobe-mappings-cma 100% | 150.4 MiB/s | 15.2 MiB | 00m00s [ 28/847] Installing postgresql-private 100% | 82.1 MiB/s | 336.4 KiB | 00m00s [ 29/847] Installing libtree-sitter-0:0 100% | 52.5 MiB/s | 215.0 KiB | 00m00s [ 30/847] Installing jansson-0:2.13.1-1 100% | 21.9 MiB/s | 89.7 KiB | 00m00s [ 31/847] Installing binutils-0:2.43.1- 100% | 87.1 MiB/s | 27.5 MiB | 00m00s >>> Running post-install scriptlet: binutils-0:2.43.1-2.fc41.x86_64 >>> Finished post-install scriptlet: binutils-0:2.43.1-2.fc41.x86_64 >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> [ 32/847] Installing libICE-0:1.1.1-4.f 100% | 59.4 MiB/s | 182.6 KiB | 00m00s [ 33/847] Installing libicu-0:74.2-2.fc 100% | 166.4 MiB/s | 35.0 MiB | 00m00s [ 34/847] Installing graphite2-0:1.3.14 100% | 47.4 MiB/s | 194.1 KiB | 00m00s [ 35/847] Installing harfbuzz-0:9.0.0-3 100% | 147.2 MiB/s | 2.7 MiB | 00m00s [ 36/847] Installing freetype-0:2.13.3- 100% | 5.6 MiB/s | 852.2 KiB | 00m00s >>> Running pre-install scriptlet: xml-common-0:0.6.3-65.fc41.noarch >>> Finished pre-install scriptlet: xml-common-0:0.6.3-65.fc41.noarch >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> [ 37/847] Installing xml-common-0:0.6.3 100% | 15.8 MiB/s | 81.1 KiB | 00m00s [ 38/847] Installing docbook-dtds-0:1.0 100% | 16.3 MiB/s | 8.3 MiB | 00m01s >>> Running post-install scriptlet: docbook-dtds-0:1.0-87.fc41.noarch >>> Finished post-install scriptlet: docbook-dtds-0:1.0-87.fc41.noarch >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> [ 39/847] Installing gpgme-0:1.23.2-5.f 100% | 81.2 MiB/s | 581.7 KiB | 00m00s [ 40/847] Installing zziplib-0:0.13.74- 100% | 46.6 MiB/s | 238.6 KiB | 00m00s [ 41/847] Installing mailcap-0:2.1.54-7 100% | 554.6 KiB/s | 87.1 KiB | 00m00s >>> Running pre-install scriptlet: groff-base-0:1.23.0-7.fc41.x86_64 >>> Finished pre-install scriptlet: groff-base-0:1.23.0-7.fc41.x86_64 >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> [ 42/847] Installing groff-base-0:1.23. 100% | 17.0 MiB/s | 3.9 MiB | 00m00s >>> Running post-install scriptlet: groff-base-0:1.23.0-7.fc41.x86_64 >>> Finished post-install scriptlet: groff-base-0:1.23.0-7.fc41.x86_64 >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> [ 43/847] Installing emacs-filesystem-1 100% | 265.6 KiB/s | 544.0 B | 00m00s [ 44/847] Installing m4-0:1.4.19-10.fc4 100% | 48.8 MiB/s | 599.2 KiB | 00m00s [ 45/847] Installing xxhash-libs-0:0.8. 100% | 43.9 MiB/s | 89.8 KiB | 00m00s [ 46/847] Installing gdb-minimal-0:15.2 100% | 162.4 MiB/s | 13.0 MiB | 00m00s [ 47/847] Installing xz-1:5.6.2-2.fc41. 100% | 70.9 MiB/s | 1.2 MiB | 00m00s [ 48/847] Installing unzip-0:6.0-64.fc4 100% | 76.2 MiB/s | 390.3 KiB | 00m00s [ 49/847] Installing file-0:5.45-7.fc41 100% | 51.3 MiB/s | 105.0 KiB | 00m00s [ 50/847] Installing dwz-0:0.15-8.fc41. 100% | 1.1 MiB/s | 300.3 KiB | 00m00s >>> Running pre-install scriptlet: httpd-filesystem-0:2.4.62-2.fc41.noarch >>> Finished pre-install scriptlet: httpd-filesystem-0:2.4.62-2.fc41.noarch >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> [ 51/847] Installing httpd-filesystem-0 100% | 721.4 KiB/s | 2.2 KiB | 00m00s [ 52/847] Installing tar-2:1.35-4.fc41. 100% | 118.3 MiB/s | 3.0 MiB | 00m00s [ 53/847] Installing make-1:4.4.1-8.fc4 100% | 112.5 MiB/s | 1.8 MiB | 00m00s [ 54/847] Installing debugedit-0:5.1-1. 100% | 49.4 MiB/s | 202.5 KiB | 00m00s [ 55/847] Installing zip-0:3.0-41.fc41. 100% | 4.2 MiB/s | 707.1 KiB | 00m00s >>> Running pre-install scriptlet: groff-0:1.23.0-7.fc41.x86_64 >>> Finished pre-install scriptlet: groff-0:1.23.0-7.fc41.x86_64 >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> [ 56/847] Installing groff-0:1.23.0-7.f 100% | 22.2 MiB/s | 4.4 MiB | 00m00s >>> Running post-install scriptlet: groff-0:1.23.0-7.fc41.x86_64 >>> Finished post-install scriptlet: groff-0:1.23.0-7.fc41.x86_64 >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> [ 57/847] Installing libSM-0:1.2.4-4.fc 100% | 24.1 MiB/s | 98.7 KiB | 00m00s [ 58/847] Installing postgresql-0:16.3- 100% | 116.0 MiB/s | 7.7 MiB | 00m00s [ 59/847] Installing adobe-mappings-cma 100% | 95.2 MiB/s | 585.2 KiB | 00m00s [ 60/847] Installing hunspell-0:1.7.2-8 100% | 75.2 MiB/s | 1.4 MiB | 00m00s [ 61/847] Installing httpd-tools-0:2.4. 100% | 42.9 MiB/s | 219.6 KiB | 00m00s [ 62/847] Installing xmlsec1-1:1.2.39-4 100% | 108.1 MiB/s | 553.4 KiB | 00m00s [ 63/847] Installing php-fedora-autoloa 100% | 15.7 MiB/s | 16.1 KiB | 00m00s [ 64/847] Installing hunspell-en-GB-0:0 100% | 88.5 MiB/s | 543.9 KiB | 00m00s [ 65/847] Installing cpp-0:14.2.1-3.fc4 100% | 165.9 MiB/s | 35.0 MiB | 00m00s [ 66/847] Installing paper-1:2.1.1-7.fc 100% | 22.2 MiB/s | 68.2 KiB | 00m00s [ 67/847] Installing opensp-0:1.5.2-47. 100% | 118.7 MiB/s | 2.8 MiB | 00m00s [ 68/847] Installing openjade-0:1.3.2-8 100% | 10.2 MiB/s | 3.7 MiB | 00m00s >>> Running post-install scriptlet: openjade-0:1.3.2-81.fc41.x86_64 >>> Finished post-install scriptlet: openjade-0:1.3.2-81.fc41.x86_64 >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> >>> Running trigger-install scriptlet: docbook-dtds-0:1.0-87.fc41.noarch >>> Finished trigger-install scriptlet: docbook-dtds-0:1.0-87.fc41.noarch >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> [ 69/847] Installing libssh-devel-0:0.1 100% | 51.2 MiB/s | 157.4 KiB | 00m00s [ 70/847] Installing urw-base35-bookman 100% | 8.2 MiB/s | 1.4 MiB | 00m00s >>> Running post-install scriptlet: urw-base35-bookman-fonts-0:20200910-23.fc41. >>> Finished post-install scriptlet: urw-base35-bookman-fonts-0:20200910-23.fc41 >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> [ 71/847] Installing urw-base35-c059-fo 100% | 8.1 MiB/s | 1.4 MiB | 00m00s >>> Running post-install scriptlet: urw-base35-c059-fonts-0:20200910-23.fc41.noa >>> Finished post-install scriptlet: urw-base35-c059-fonts-0:20200910-23.fc41.no >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> [ 72/847] Installing urw-base35-d050000 100% | 536.9 KiB/s | 85.4 KiB | 00m00s >>> Running post-install scriptlet: urw-base35-d050000l-fonts-0:20200910-23.fc41 >>> Finished post-install scriptlet: urw-base35-d050000l-fonts-0:20200910-23.fc4 >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> [ 73/847] Installing urw-base35-gothic- 100% | 6.7 MiB/s | 1.2 MiB | 00m00s >>> Running post-install scriptlet: urw-base35-gothic-fonts-0:20200910-23.fc41.n >>> Finished post-install scriptlet: urw-base35-gothic-fonts-0:20200910-23.fc41. >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> [ 74/847] Installing urw-base35-nimbus- 100% | 6.3 MiB/s | 1.1 MiB | 00m00s >>> Running post-install scriptlet: urw-base35-nimbus-mono-ps-fonts-0:20200910-2 >>> Finished post-install scriptlet: urw-base35-nimbus-mono-ps-fonts-0:20200910- >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> [ 75/847] Installing urw-base35-nimbus- 100% | 7.7 MiB/s | 1.4 MiB | 00m00s >>> Running post-install scriptlet: urw-base35-nimbus-roman-fonts-0:20200910-23. >>> Finished post-install scriptlet: urw-base35-nimbus-roman-fonts-0:20200910-23 >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> [ 76/847] Installing urw-base35-nimbus- 100% | 12.5 MiB/s | 2.4 MiB | 00m00s >>> Running post-install scriptlet: urw-base35-nimbus-sans-fonts-0:20200910-23.f >>> Finished post-install scriptlet: urw-base35-nimbus-sans-fonts-0:20200910-23. >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> [ 77/847] Installing urw-base35-p052-fo 100% | 8.4 MiB/s | 1.5 MiB | 00m00s >>> Running post-install scriptlet: urw-base35-p052-fonts-0:20200910-23.fc41.noa >>> Finished post-install scriptlet: urw-base35-p052-fonts-0:20200910-23.fc41.no >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> [ 78/847] Installing urw-base35-standar 100% | 417.5 KiB/s | 66.0 KiB | 00m00s >>> Running post-install scriptlet: urw-base35-standard-symbols-ps-fonts-0:20200 >>> Finished post-install scriptlet: urw-base35-standard-symbols-ps-fonts-0:2020 >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> [ 79/847] Installing urw-base35-z003-fo 100% | 2.4 MiB/s | 391.8 KiB | 00m00s >>> Running post-install scriptlet: urw-base35-z003-fonts-0:20200910-23.fc41.noa >>> Finished post-install scriptlet: urw-base35-z003-fonts-0:20200910-23.fc41.no >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> [ 80/847] Installing urw-base35-fonts-0 100% | 2.8 MiB/s | 5.6 KiB | 00m00s [ 81/847] Installing abattis-cantarell- 100% | 47.5 MiB/s | 194.4 KiB | 00m00s [ 82/847] Installing google-droid-sans- 100% | 145.6 MiB/s | 6.3 MiB | 00m00s [ 83/847] Installing nano-0:8.1-1.fc41. 100% | 102.4 MiB/s | 2.9 MiB | 00m00s [ 84/847] Installing lynx-0:2.9.2-2.fc4 100% | 134.2 MiB/s | 6.0 MiB | 00m00s [ 85/847] Installing fedora-logos-httpd 100% | 12.7 MiB/s | 13.0 KiB | 00m00s [ 86/847] Installing xpdf-libs-1:4.05-5 100% | 107.9 MiB/s | 1.7 MiB | 00m00s [ 87/847] Installing kernel-headers-0:6 100% | 62.3 MiB/s | 6.5 MiB | 00m00s [ 88/847] Installing libxcrypt-devel-0: 100% | 6.4 MiB/s | 32.9 KiB | 00m00s [ 89/847] Installing glibc-devel-0:2.40 100% | 48.4 MiB/s | 2.3 MiB | 00m00s [ 90/847] Installing gcc-0:14.2.1-3.fc4 100% | 179.1 MiB/s | 104.4 MiB | 00m01s [ 91/847] Installing libgccjit-0:14.2.1 100% | 176.2 MiB/s | 37.4 MiB | 00m00s [ 92/847] Installing gcc-plugin-annobin 100% | 30.6 MiB/s | 62.6 KiB | 00m00s [ 93/847] Installing systemtap-sdt-deve 100% | 29.9 MiB/s | 183.8 KiB | 00m00s [ 94/847] Installing libstdc++-devel-0: 100% | 118.8 MiB/s | 15.6 MiB | 00m00s [ 95/847] Installing gcc-c++-0:14.2.1-3 100% | 168.9 MiB/s | 38.2 MiB | 00m00s [ 96/847] Installing libdav1d-0:1.5.0-1 100% | 138.2 MiB/s | 1.7 MiB | 00m00s [ 97/847] Installing publicsuffix-list- 100% | 103.9 MiB/s | 319.1 KiB | 00m00s [ 98/847] Installing libpsl-devel-0:0.2 100% | 37.0 MiB/s | 113.6 KiB | 00m00s [ 99/847] Installing libnghttp2-devel-0 100% | 96.5 MiB/s | 296.3 KiB | 00m00s [100/847] Installing libidn2-devel-0:2. 100% | 42.3 MiB/s | 260.1 KiB | 00m00s [101/847] Installing brotli-0:1.1.0-5.f 100% | 31.7 MiB/s | 32.5 KiB | 00m00s [102/847] Installing brotli-devel-0:1.1 100% | 22.1 MiB/s | 68.0 KiB | 00m00s [103/847] Installing ncurses-c++-libs-0 100% | 31.8 MiB/s | 162.9 KiB | 00m00s [104/847] Installing ncurses-devel-0:6. 100% | 19.5 MiB/s | 1.0 MiB | 00m00s [105/847] Installing qt6-srpm-macros-0: 100% | 714.8 KiB/s | 732.0 B | 00m00s [106/847] Installing add-determinism-0: 100% | 147.2 MiB/s | 2.4 MiB | 00m00s [107/847] Installing build-reproducibil 100% | 3.3 KiB/s | 1.0 KiB | 00m00s >>> Running pre-install scriptlet: cyrus-sasl-0:2.1.28-27.fc41.x86_64 >>> Finished pre-install scriptlet: cyrus-sasl-0:2.1.28-27.fc41.x86_64 >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> [108/847] Installing cyrus-sasl-0:2.1.2 100% | 944.8 KiB/s | 148.3 KiB | 00m00s >>> Running post-install scriptlet: cyrus-sasl-0:2.1.28-27.fc41.x86_64 >>> Finished post-install scriptlet: cyrus-sasl-0:2.1.28-27.fc41.x86_64 >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> /usr/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8 >>> ⚠️ /proc/ is not mounted. This is not a supported mode of operation. Ple >>> your invocation environment to mount /proc/ and /sys/ properly. Proceeding a >>> Your mileage may vary. >>> [109/847] Installing libzstd-devel-0:1. 100% | 49.6 MiB/s | 203.2 KiB | 00m00s [110/847] Installing emacsclient-1:29.4 100% | 4.0 MiB/s | 78.0 KiB | 00m00s [111/847] Installing emacs-common-1:29. 100% | 127.9 MiB/s | 101.8 MiB | 00m01s [112/847] Installing alsa-lib-0:1.2.13- 100% | 82.8 MiB/s | 1.4 MiB | 00m00s [113/847] Installing libverto-devel-0:0 100% | 25.7 MiB/s | 26.4 KiB | 00m00s [114/847] Installing libsepol-devel-0:3 100% | 25.0 MiB/s | 127.8 KiB | 00m00s [115/847] Installing libcom_err-devel-0 100% | 8.9 MiB/s | 18.3 KiB | 00m00s [116/847] Installing keyutils-libs-deve 100% | 10.8 MiB/s | 55.2 KiB | 00m00s [117/847] Installing python3-pyparsing- 100% | 109.9 MiB/s | 1.0 MiB | 00m00s [118/847] Installing systemtap-sdt-dtra 100% | 58.7 MiB/s | 180.2 KiB | 00m00s [119/847] Installing libkadm5-0:1.21.3- 100% | 70.3 MiB/s | 216.1 KiB | 00m00s [120/847] Installing popt-devel-0:1.19- 100% | 14.6 MiB/s | 30.0 KiB | 00m00s [121/847] Installing python3-packaging- 100% | 60.4 MiB/s | 433.2 KiB | 00m00s [122/847] Installing libpq-0:16.4-1.fc4 100% | 94.7 MiB/s | 969.6 KiB | 00m00s [123/847] Installing pcre2-utf32-0:10.4 100% | 137.4 MiB/s | 562.8 KiB | 00m00s [124/847] Installing pcre2-utf16-0:10.4 100% | 115.4 MiB/s | 590.9 KiB | 00m00s [125/847] Installing pcre2-devel-0:10.4 100% | 79.8 MiB/s | 2.0 MiB | 00m00s [126/847] Installing libselinux-devel-0 100% | 5.2 MiB/s | 161.2 KiB | 00m00s [127/847] Installing krb5-devel-0:1.21. 100% | 77.6 MiB/s | 715.2 KiB | 00m00s [128/847] Installing xz-devel-1:5.6.2-2 100% | 63.3 MiB/s | 259.4 KiB | 00m00s [129/847] Installing libxml2-devel-0:2. 100% | 122.0 MiB/s | 3.4 MiB | 00m00s [130/847] Installing libnfnetlink-0:1.0 100% | 54.0 MiB/s | 55.3 KiB | 00m00s [131/847] Installing libnetfilter_connt 100% | 45.8 MiB/s | 140.7 KiB | 00m00s [132/847] Installing iptables-libs-0:1. 100% | 66.7 MiB/s | 1.8 MiB | 00m00s [133/847] Installing iptables-legacy-li 100% | 44.9 MiB/s | 92.0 KiB | 00m00s [134/847] Installing avahi-libs-0:0.8-2 100% | 55.0 MiB/s | 168.9 KiB | 00m00s [135/847] Installing cups-libs-1:2.4.11 100% | 122.0 MiB/s | 624.4 KiB | 00m00s [136/847] Installing openjpeg-0:2.5.2-4 100% | 109.3 MiB/s | 447.6 KiB | 00m00s [137/847] Installing libijs-0:0.35-23.f 100% | 61.1 MiB/s | 62.6 KiB | 00m00s [138/847] Installing lcms2-0:2.16-4.fc4 100% | 104.1 MiB/s | 426.5 KiB | 00m00s [139/847] Installing jbig2dec-libs-0:0. 100% | 55.5 MiB/s | 170.6 KiB | 00m00s [140/847] Installing adobe-mappings-pdf 100% | 157.0 MiB/s | 4.4 MiB | 00m00s [141/847] Installing libvmaf-0:3.0.0-2. 100% | 134.2 MiB/s | 824.4 KiB | 00m00s [142/847] Installing libaom-0:3.9.0-3.f 100% | 168.7 MiB/s | 5.1 MiB | 00m00s [143/847] Installing liblerc-0:4.0.0-7. 100% | 119.0 MiB/s | 609.0 KiB | 00m00s [144/847] Installing jbigkit-libs-0:2.1 100% | 58.4 MiB/s | 119.6 KiB | 00m00s [145/847] Installing libtiff-0:4.6.0-6. 100% | 118.8 MiB/s | 608.2 KiB | 00m00s [146/847] Installing svt-av1-libs-0:2.1 100% | 173.7 MiB/s | 7.1 MiB | 00m00s [147/847] Installing rav1e-libs-0:0.7.1 100% | 157.5 MiB/s | 3.0 MiB | 00m00s [148/847] Installing libavif-0:1.0.4-7. 100% | 90.4 MiB/s | 185.1 KiB | 00m00s [149/847] Installing libimagequant-0:4. 100% | 108.8 MiB/s | 668.3 KiB | 00m00s [150/847] Installing gpm-libs-0:1.20.7- 100% | 27.9 MiB/s | 28.5 KiB | 00m00s [151/847] Installing beecrypt-0:4.2.1-3 100% | 97.9 MiB/s | 300.7 KiB | 00m00s [152/847] Installing libdatrie-0:0.2.13 100% | 57.7 MiB/s | 59.0 KiB | 00m00s [153/847] Installing libthai-0:0.1.29-9 100% | 127.8 MiB/s | 785.3 KiB | 00m00s [154/847] Installing sombok-0:2.4.0-22. 100% | 43.6 MiB/s | 133.8 KiB | 00m00s [155/847] Installing libXau-0:1.0.11-7. 100% | 33.4 MiB/s | 68.4 KiB | 00m00s [156/847] Installing libxcb-0:1.17.0-3. 100% | 91.4 MiB/s | 1.2 MiB | 00m00s [157/847] Installing google-noto-fonts- 100% | 17.8 MiB/s | 18.3 KiB | 00m00s [158/847] Installing google-noto-sans-v 100% | 138.8 MiB/s | 1.2 MiB | 00m00s [159/847] Installing default-fonts-core 100% | 4.4 MiB/s | 18.2 KiB | 00m00s [160/847] Installing fontconfig-0:2.15. 100% | 599.0 KiB/s | 811.1 KiB | 00m01s >>> Running post-install scriptlet: fontconfig-0:2.15.0-8.fc41.x86_64 >>> Finished post-install scriptlet: fontconfig-0:2.15.0-8.fc41.x86_64 >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> /usr/bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): >>> [161/847] Installing ncurses-0:6.5-2.20 100% | 77.4 MiB/s | 633.9 KiB | 00m00s [162/847] Installing perl-Digest-0:1.20 100% | 5.2 MiB/s | 37.1 KiB | 00m00s [163/847] Installing perl-Digest-MD5-0: 100% | 30.1 MiB/s | 61.7 KiB | 00m00s [164/847] Installing perl-B-0:1.89-512. 100% | 97.9 MiB/s | 501.4 KiB | 00m00s [165/847] Installing perl-FileHandle-0: 100% | 9.5 MiB/s | 9.8 KiB | 00m00s [166/847] Installing perl-MIME-Base32-0 100% | 15.7 MiB/s | 32.2 KiB | 00m00s [167/847] Installing perl-Data-Dumper-0 100% | 37.0 MiB/s | 113.6 KiB | 00m00s [168/847] Installing perl-libnet-0:3.15 100% | 57.6 MiB/s | 294.7 KiB | 00m00s [169/847] Installing perl-AutoLoader-0: 100% | 20.5 MiB/s | 20.9 KiB | 00m00s [170/847] Installing perl-IO-Socket-IP- 100% | 32.7 MiB/s | 100.5 KiB | 00m00s [171/847] Installing perl-URI-0:5.30-1. 100% | 32.9 MiB/s | 269.5 KiB | 00m00s [172/847] Installing perl-Text-Tabs+Wra 100% | 23.3 MiB/s | 23.9 KiB | 00m00s [173/847] Installing perl-Time-Local-2: 100% | 34.5 MiB/s | 70.6 KiB | 00m00s [174/847] Installing perl-Pod-Escapes-1 100% | 25.3 MiB/s | 25.9 KiB | 00m00s [175/847] Installing perl-File-Path-0:2 100% | 63.0 MiB/s | 64.5 KiB | 00m00s [176/847] Installing perl-if-0:0.61.000 100% | 6.1 MiB/s | 6.2 KiB | 00m00s [177/847] Installing perl-locale-0:1.12 100% | 6.7 MiB/s | 6.9 KiB | 00m00s [178/847] Installing perl-Net-SSLeay-0: 100% | 85.2 MiB/s | 1.4 MiB | 00m00s [179/847] Installing perl-IO-Socket-SSL 100% | 115.1 MiB/s | 707.4 KiB | 00m00s [180/847] Installing perl-Term-ANSIColo 100% | 48.4 MiB/s | 99.2 KiB | 00m00s [181/847] Installing perl-Term-Cap-0:1. 100% | 29.9 MiB/s | 30.6 KiB | 00m00s [182/847] Installing perl-POSIX-0:2.20- 100% | 76.9 MiB/s | 236.4 KiB | 00m00s [183/847] Installing perl-Class-Struct- 100% | 25.3 MiB/s | 25.9 KiB | 00m00s [184/847] Installing perl-Pod-Simple-1: 100% | 79.6 MiB/s | 570.5 KiB | 00m00s [185/847] Installing perl-File-Temp-1:0 100% | 80.1 MiB/s | 164.1 KiB | 00m00s [186/847] Installing perl-HTTP-Tiny-0:0 100% | 50.9 MiB/s | 156.4 KiB | 00m00s [187/847] Installing perl-IPC-Open3-0:1 100% | 22.7 MiB/s | 23.3 KiB | 00m00s [188/847] Installing perl-Socket-4:2.03 100% | 41.0 MiB/s | 126.1 KiB | 00m00s [189/847] Installing perl-Symbol-0:1.09 100% | 7.0 MiB/s | 7.2 KiB | 00m00s [190/847] Installing perl-File-stat-0:1 100% | 12.7 MiB/s | 13.1 KiB | 00m00s [191/847] Installing perl-podlators-1:6 100% | 62.8 MiB/s | 321.4 KiB | 00m00s [192/847] Installing perl-Pod-Perldoc-0 100% | 41.3 MiB/s | 169.3 KiB | 00m00s [193/847] Installing perl-SelectSaver-0 100% | 2.5 MiB/s | 2.6 KiB | 00m00s [194/847] Installing perl-Text-ParseWor 100% | 14.2 MiB/s | 14.6 KiB | 00m00s [195/847] Installing perl-base-0:2.27-5 100% | 12.6 MiB/s | 12.9 KiB | 00m00s [196/847] Installing perl-Fcntl-0:1.18- 100% | 48.9 MiB/s | 50.1 KiB | 00m00s [197/847] Installing perl-mro-0:1.29-51 100% | 45.6 MiB/s | 46.7 KiB | 00m00s [198/847] Installing perl-overloading-0 100% | 5.4 MiB/s | 5.5 KiB | 00m00s [199/847] Installing perl-Pod-Usage-4:2 100% | 42.2 MiB/s | 86.3 KiB | 00m00s [200/847] Installing perl-IO-0:1.55-512 100% | 37.9 MiB/s | 155.3 KiB | 00m00s [201/847] Installing perl-constant-0:1. 100% | 26.7 MiB/s | 27.4 KiB | 00m00s [202/847] Installing perl-parent-1:0.24 100% | 10.5 MiB/s | 10.7 KiB | 00m00s [203/847] Installing perl-MIME-Base64-0 100% | 23.6 MiB/s | 48.4 KiB | 00m00s [204/847] Installing perl-Errno-0:1.38- 100% | 8.6 MiB/s | 8.8 KiB | 00m00s [205/847] Installing perl-vars-0:1.05-5 100% | 4.2 MiB/s | 4.3 KiB | 00m00s [206/847] Installing perl-File-Basename 100% | 14.2 MiB/s | 14.6 KiB | 00m00s [207/847] Installing perl-Scalar-List-U 100% | 37.3 MiB/s | 152.6 KiB | 00m00s [208/847] Installing perl-Getopt-Std-0: 100% | 11.5 MiB/s | 11.7 KiB | 00m00s [209/847] Installing perl-overload-0:1. 100% | 70.3 MiB/s | 71.9 KiB | 00m00s [210/847] Installing perl-Storable-1:3. 100% | 76.2 MiB/s | 234.0 KiB | 00m00s [211/847] Installing perl-Getopt-Long-1 100% | 47.9 MiB/s | 147.2 KiB | 00m00s [212/847] Installing perl-Exporter-0:5. 100% | 54.3 MiB/s | 55.6 KiB | 00m00s [213/847] Installing perl-Carp-0:1.54-5 100% | 46.6 MiB/s | 47.7 KiB | 00m00s [214/847] Installing perl-PathTools-0:3 100% | 45.1 MiB/s | 184.6 KiB | 00m00s [215/847] Installing perl-DynaLoader-0: 100% | 31.7 MiB/s | 32.5 KiB | 00m00s [216/847] Installing perl-Encode-4:3.21 100% | 134.8 MiB/s | 4.7 MiB | 00m00s [217/847] Installing perl-libs-4:5.40.0 100% | 94.9 MiB/s | 10.0 MiB | 00m00s [218/847] Installing perl-interpreter-4 100% | 60.5 MiB/s | 124.0 KiB | 00m00s [219/847] Installing perl-File-Find-0:1 100% | 41.5 MiB/s | 42.5 KiB | 00m00s [220/847] Installing perl-File-Copy-0:2 100% | 19.7 MiB/s | 20.2 KiB | 00m00s [221/847] Installing perl-version-9:0.9 100% | 44.2 MiB/s | 135.6 KiB | 00m00s [222/847] Installing perl-Try-Tiny-0:0. 100% | 23.1 MiB/s | 71.1 KiB | 00m00s [223/847] Installing perl-subs-0:1.04-5 100% | 2.4 MiB/s | 2.5 KiB | 00m00s [224/847] Installing perl-Module-Runtim 100% | 30.7 MiB/s | 31.5 KiB | 00m00s [225/847] Installing perl-Dist-CheckCon 100% | 32.3 MiB/s | 33.1 KiB | 00m00s [226/847] Installing perl-Module-Implem 100% | 25.5 MiB/s | 26.1 KiB | 00m00s [227/847] Installing perl-Unicode-Norma 100% | 114.1 MiB/s | 467.5 KiB | 00m00s [228/847] Installing perl-Time-HiRes-4: 100% | 39.7 MiB/s | 121.9 KiB | 00m00s [229/847] Installing perl-File-Compare- 100% | 6.0 MiB/s | 6.1 KiB | 00m00s [230/847] Installing autoconf-0:2.72-3. 100% | 133.2 MiB/s | 2.8 MiB | 00m00s [231/847] Installing perl-LWP-MediaType 100% | 39.3 MiB/s | 80.5 KiB | 00m00s [232/847] Installing perl-Compress-Raw- 100% | 53.6 MiB/s | 164.7 KiB | 00m00s [233/847] Installing perl-Sys-Hostname- 100% | 20.7 MiB/s | 21.2 KiB | 00m00s [234/847] Installing perl-lib-0:0.65-51 100% | 8.7 MiB/s | 8.9 KiB | 00m00s [235/847] Installing perl-Data-Dump-0:1 100% | 25.5 MiB/s | 52.2 KiB | 00m00s [236/847] Installing perl-ExtUtils-Pars 100% | 79.1 MiB/s | 405.1 KiB | 00m00s [237/847] Installing perl-threads-1:2.4 100% | 38.1 MiB/s | 117.2 KiB | 00m00s [238/847] Installing perl-Text-Unidecod 100% | 22.9 MiB/s | 491.8 KiB | 00m00s [239/847] Installing perl-Module-Load-1 100% | 15.5 MiB/s | 15.9 KiB | 00m00s [240/847] Installing perl-File-Slurper- 100% | 29.3 MiB/s | 30.0 KiB | 00m00s [241/847] Installing perl-IPC-Run3-0:0. 100% | 30.9 MiB/s | 63.3 KiB | 00m00s [242/847] Installing perl-Text-Balanced 100% | 55.0 MiB/s | 112.7 KiB | 00m00s [243/847] Installing perl-TimeDate-1:2. 100% | 20.2 MiB/s | 103.7 KiB | 00m00s [244/847] Installing perl-HTTP-Date-0:6 100% | 41.6 MiB/s | 42.6 KiB | 00m00s [245/847] Installing perl-Clone-0:0.47- 100% | 18.7 MiB/s | 38.2 KiB | 00m00s [246/847] Installing perl-XML-Namespace 100% | 45.0 MiB/s | 46.1 KiB | 00m00s [247/847] Installing perl-XML-SAX-Base- 100% | 85.2 MiB/s | 174.5 KiB | 00m00s [248/847] Installing perl-Devel-StackTr 100% | 24.7 MiB/s | 50.6 KiB | 00m00s [249/847] Installing perl-Date-ISO8601- 100% | 24.9 MiB/s | 25.5 KiB | 00m00s [250/847] Installing perl-Params-Util-0 100% | 27.9 MiB/s | 57.2 KiB | 00m00s [251/847] Installing perl-Sub-Install-0 100% | 36.3 MiB/s | 37.2 KiB | 00m00s [252/847] Installing perl-I18N-Langinfo 100% | 39.1 MiB/s | 40.1 KiB | 00m00s [253/847] Installing perl-Encode-Locale 100% | 19.6 MiB/s | 20.1 KiB | 00m00s [254/847] Installing perl-Math-Complex- 100% | 83.8 MiB/s | 85.8 KiB | 00m00s [255/847] Installing perl-Math-BigInt-1 100% | 134.2 MiB/s | 961.8 KiB | 00m00s [256/847] Installing perl-Data-Uniqid-0 100% | 5.7 MiB/s | 5.8 KiB | 00m00s [257/847] Installing perl-JSON-0:4.10-6 100% | 88.9 MiB/s | 273.0 KiB | 00m00s [258/847] Installing perl-JSON-PP-1:4.1 100% | 70.1 MiB/s | 143.6 KiB | 00m00s [259/847] Installing perl-Data-OptList- 100% | 25.5 MiB/s | 52.2 KiB | 00m00s [260/847] Installing perl-File-Listing- 100% | 20.7 MiB/s | 42.5 KiB | 00m00s [261/847] Installing perl-Parse-RecDesc 100% | 65.4 MiB/s | 535.4 KiB | 00m00s [262/847] Installing perl-threads-share 100% | 42.0 MiB/s | 86.0 KiB | 00m00s [263/847] Installing perl-Thread-Queue- 100% | 14.8 MiB/s | 30.4 KiB | 00m00s [264/847] Installing automake-0:1.16.5- 100% | 92.8 MiB/s | 1.8 MiB | 00m00s [265/847] Installing libtool-0:2.4.7-12 100% | 165.8 MiB/s | 2.7 MiB | 00m00s [266/847] Installing perl-Mail-Sendmail 100% | 32.5 MiB/s | 66.5 KiB | 00m00s [267/847] Installing perl-Text-BibTeX-0 100% | 56.9 MiB/s | 524.4 KiB | 00m00s [268/847] Installing perl-Unicode-Colla 100% | 135.5 MiB/s | 4.2 MiB | 00m00s [269/847] Installing perl-Unicode-UCD-0 100% | 100.1 MiB/s | 205.0 KiB | 00m00s [270/847] Installing perl-Params-Valida 100% | 50.9 MiB/s | 156.3 KiB | 00m00s [271/847] Installing perl-List-SomeUtil 100% | 53.2 MiB/s | 109.0 KiB | 00m00s [272/847] Installing perl-Business-ISSN 100% | 21.6 MiB/s | 22.1 KiB | 00m00s [273/847] Installing perl-Opcode-0:1.65 100% | 26.3 MiB/s | 53.9 KiB | 00m00s [274/847] Installing perl-Safe-0:2.46-5 100% | 30.3 MiB/s | 31.0 KiB | 00m00s [275/847] Installing perl-Module-Metada 100% | 33.7 MiB/s | 69.0 KiB | 00m00s [276/847] Installing perl-Module-CoreLi 100% | 194.6 MiB/s | 1.2 MiB | 00m00s [277/847] Installing perl-CPAN-Meta-Req 100% | 40.7 MiB/s | 83.4 KiB | 00m00s [278/847] Installing perl-ExtUtils-Comm 100% | 9.9 MiB/s | 10.2 KiB | 00m00s [279/847] Installing perl-ExtUtils-Mani 100% | 16.9 MiB/s | 86.3 KiB | 00m00s [280/847] Installing perl-Date-Manip-0: 100% | 101.4 MiB/s | 11.1 MiB | 00m00s [281/847] Installing docbook-style-dsss 100% | 8.9 MiB/s | 2.2 MiB | 00m00s >>> Running post-install scriptlet: docbook-style-dsssl-0:1.79-40.fc41.noarch >>> Finished post-install scriptlet: docbook-style-dsssl-0:1.79-40.fc41.noarch >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> [282/847] Installing perl-SGMLSpm-0:1.0 100% | 35.4 MiB/s | 72.5 KiB | 00m00s [283/847] Installing perl-Lingua-Transl 100% | 58.4 MiB/s | 179.3 KiB | 00m00s [284/847] Installing perl-Digest-SHA-1: 100% | 38.8 MiB/s | 119.1 KiB | 00m00s [285/847] Installing perl-Digest-HMAC-0 100% | 14.7 MiB/s | 30.1 KiB | 00m00s [286/847] Installing perl-NTLM-0:1.09-3 100% | 15.9 MiB/s | 32.7 KiB | 00m00s [287/847] Installing perl-Pod-Html-0:1. 100% | 21.4 MiB/s | 43.8 KiB | 00m00s [288/847] Installing perl-TermReadKey-0 100% | 32.4 MiB/s | 66.3 KiB | 00m00s [289/847] Installing perl-Error-1:0.170 100% | 26.2 MiB/s | 80.5 KiB | 00m00s [290/847] Installing perl-WWW-RobotRule 100% | 25.2 MiB/s | 25.8 KiB | 00m00s [291/847] Installing perl-Class-Accesso 100% | 21.0 MiB/s | 42.9 KiB | 00m00s [292/847] Installing perl-IO-String-0:1 100% | 17.4 MiB/s | 17.8 KiB | 00m00s [293/847] Installing perl-Regexp-Common 100% | 57.9 MiB/s | 473.9 KiB | 00m00s [294/847] Installing perl-Sort-Key-0:1. 100% | 4.9 MiB/s | 85.5 KiB | 00m00s [295/847] Installing perl-Text-CSV-0:2. 100% | 113.7 MiB/s | 349.4 KiB | 00m00s [296/847] Installing perl-Text-Roman-0: 100% | 16.9 MiB/s | 34.7 KiB | 00m00s [297/847] Installing perl-XML-Writer-0: 100% | 33.5 MiB/s | 68.6 KiB | 00m00s [298/847] Installing perl-autovivificat 100% | 31.1 MiB/s | 63.7 KiB | 00m00s [299/847] Installing perl-HTML-Tagset-0 100% | 19.2 MiB/s | 19.7 KiB | 00m00s [300/847] Installing perl-IO-HTML-0:1.0 100% | 22.8 MiB/s | 46.8 KiB | 00m00s [301/847] Installing perl-Business-ISBN 100% | 70.9 MiB/s | 290.4 KiB | 00m00s [302/847] Installing perl-Business-ISBN 100% | 27.2 MiB/s | 55.7 KiB | 00m00s [303/847] Installing perl-Tie-Cycle-0:1 100% | 24.0 MiB/s | 24.6 KiB | 00m00s [304/847] Installing perl-Business-ISMN 100% | 18.4 MiB/s | 37.7 KiB | 00m00s [305/847] Installing perl-Class-Singlet 100% | 20.2 MiB/s | 41.4 KiB | 00m00s [306/847] Installing perl-ExtUtils-MM-U 100% | 3.6 MiB/s | 3.7 KiB | 00m00s [307/847] Installing perl-Mozilla-CA-0: 100% | 10.6 MiB/s | 10.8 KiB | 00m00s [308/847] Installing perl-List-UtilsBy- 100% | 55.8 MiB/s | 57.2 KiB | 00m00s [309/847] Installing perl-List-AllUtils 100% | 66.4 MiB/s | 135.9 KiB | 00m00s [310/847] Installing perl-IPC-SysV-0:2. 100% | 25.0 MiB/s | 76.8 KiB | 00m00s [311/847] Installing perl-MIME-Charset- 100% | 34.9 MiB/s | 107.3 KiB | 00m00s [312/847] Installing perl-Unicode-LineB 100% | 52.8 MiB/s | 270.5 KiB | 00m00s [313/847] Installing perl-Compress-Raw- 100% | 35.1 MiB/s | 71.8 KiB | 00m00s [314/847] Installing perl-IO-Compress-0 100% | 79.2 MiB/s | 1.0 MiB | 00m00s [315/847] Installing perl-HTTP-Message- 100% | 53.7 MiB/s | 219.9 KiB | 00m00s [316/847] Installing perl-HTML-Parser-0 100% | 56.2 MiB/s | 287.8 KiB | 00m00s [317/847] Installing perl-HTTP-Negotiat 100% | 28.0 MiB/s | 28.7 KiB | 00m00s [318/847] Installing perl-Net-HTTP-0:6. 100% | 37.7 MiB/s | 77.2 KiB | 00m00s [319/847] Installing perl-HTTP-Cookies- 100% | 37.0 MiB/s | 75.7 KiB | 00m00s [320/847] Installing perl-libwww-perl-0 100% | 57.5 MiB/s | 530.3 KiB | 00m00s [321/847] Installing perl-XML-Parser-0: 100% | 72.0 MiB/s | 663.7 KiB | 00m00s [322/847] Installing perl-LWP-Protocol- 100% | 15.2 MiB/s | 31.1 KiB | 00m00s [323/847] Installing perl-XML-SAX-0:1.0 100% | 586.0 KiB/s | 126.0 KiB | 00m00s >>> Running post-install scriptlet: perl-XML-SAX-0:1.02-17.fc41.noarch >>> Finished post-install scriptlet: perl-XML-SAX-0:1.02-17.fc41.noarch >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> [324/847] Installing perl-XML-LibXML-1: 100% | 3.2 MiB/s | 931.5 KiB | 00m00s >>> Running trigger-install scriptlet: perl-XML-LibXML-1:2.0210-3.fc41.x86_64 >>> Finished trigger-install scriptlet: perl-XML-LibXML-1:2.0210-3.fc41.x86_64 >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> [325/847] Installing perl-XML-LibXML-Si 100% | 25.5 MiB/s | 52.3 KiB | 00m00s [326/847] Installing perl-Number-Compar 100% | 5.3 MiB/s | 5.4 KiB | 00m00s [327/847] Installing perl-Text-Glob-0:0 100% | 9.1 MiB/s | 9.3 KiB | 00m00s [328/847] Installing perl-File-Find-Rul 100% | 21.7 MiB/s | 44.4 KiB | 00m00s [329/847] Installing perl-Data-Compare- 100% | 18.9 MiB/s | 58.1 KiB | 00m00s [330/847] Installing perl-MRO-Compat-0: 100% | 21.9 MiB/s | 44.9 KiB | 00m00s [331/847] Installing perl-XString-0:0.0 100% | 12.7 MiB/s | 38.9 KiB | 00m00s [332/847] Installing perl-Sub-Identify- 100% | 11.8 MiB/s | 36.4 KiB | 00m00s [333/847] Installing perl-Convert-ASN1- 100% | 42.3 MiB/s | 173.4 KiB | 00m00s [334/847] Installing perl-Mail-Sender-1 100% | 52.9 MiB/s | 162.5 KiB | 00m00s [335/847] Installing perl-Sys-Syslog-0: 100% | 31.6 MiB/s | 97.0 KiB | 00m00s [336/847] Installing perl-IPC-System-Si 100% | 35.9 MiB/s | 73.5 KiB | 00m00s [337/847] Installing perl-Tie-RefHash-0 100% | 18.2 MiB/s | 37.4 KiB | 00m00s [338/847] Installing perl-autodie-0:2.3 100% | 42.8 MiB/s | 219.1 KiB | 00m00s [339/847] Installing perl-XML-LibXSLT-0 100% | 28.6 MiB/s | 146.6 KiB | 00m00s [340/847] Installing perl-Class-Data-In 100% | 6.9 MiB/s | 7.0 KiB | 00m00s [341/847] Installing perl-Exception-Cla 100% | 46.2 MiB/s | 94.6 KiB | 00m00s [342/847] Installing perl-Ref-Util-XS-0 100% | 14.6 MiB/s | 44.7 KiB | 00m00s [343/847] Installing perl-Ref-Util-0:0. 100% | 16.2 MiB/s | 33.2 KiB | 00m00s [344/847] Installing perl-Class-Method- 100% | 26.8 MiB/s | 109.6 KiB | 00m00s [345/847] Installing perl-Role-Tiny-0:2 100% | 31.0 MiB/s | 63.5 KiB | 00m00s [346/847] Installing perl-Variable-Magi 100% | 43.2 MiB/s | 132.7 KiB | 00m00s [347/847] Installing perl-GSSAPI-0:0.28 100% | 40.5 MiB/s | 124.3 KiB | 00m00s [348/847] Installing perl-Email-Date-Fo 100% | 25.4 MiB/s | 26.0 KiB | 00m00s [349/847] Installing perl-MIME-Types-0: 100% | 90.0 MiB/s | 184.3 KiB | 00m00s [350/847] Installing perl-MIME-Lite-0:3 100% | 81.0 MiB/s | 248.9 KiB | 00m00s [351/847] Installing perl-Net-SMTP-SSL- 100% | 5.2 MiB/s | 5.3 KiB | 00m00s [352/847] Installing perl-MailTools-0:2 100% | 34.6 MiB/s | 212.7 KiB | 00m00s [353/847] Installing perl-Package-Stash 100% | 23.1 MiB/s | 71.0 KiB | 00m00s [354/847] Installing perl-Package-Stash 100% | 28.4 MiB/s | 58.1 KiB | 00m00s [355/847] Installing perl-DynaLoader-Fu 100% | 20.3 MiB/s | 20.7 KiB | 00m00s [356/847] Installing perl-Devel-CallChe 100% | 19.2 MiB/s | 39.2 KiB | 00m00s [357/847] Installing perl-Params-Classi 100% | 24.2 MiB/s | 49.6 KiB | 00m00s [358/847] Installing perl-DateTime-Time 100% | 28.9 MiB/s | 29.6 KiB | 00m00s [359/847] Installing perl-DateTime-Time 100% | 25.2 MiB/s | 25.8 KiB | 00m00s [360/847] Installing perl-PadWalker-0:2 100% | 22.8 MiB/s | 46.7 KiB | 00m00s [361/847] Installing perl-Devel-Caller- 100% | 14.2 MiB/s | 29.1 KiB | 00m00s [362/847] Installing perl-Devel-LexAlia 100% | 10.3 MiB/s | 21.0 KiB | 00m00s [363/847] Installing perl-Package-Gener 100% | 15.4 MiB/s | 31.6 KiB | 00m00s [364/847] Installing perl-Sub-Exporter- 100% | 39.4 MiB/s | 201.9 KiB | 00m00s [365/847] Installing perl-Sub-Exporter- 100% | 28.2 MiB/s | 28.9 KiB | 00m00s [366/847] Installing perl-Devel-GlobalD 100% | 9.3 MiB/s | 19.0 KiB | 00m00s [367/847] Installing perl-Devel-PPPort- 100% | 124.8 MiB/s | 894.7 KiB | 00m00s [368/847] Installing perl-English-0:1.1 100% | 6.5 MiB/s | 6.6 KiB | 00m00s [369/847] Installing perltidy-0:2024090 100% | 155.5 MiB/s | 3.9 MiB | 00m00s [370/847] Installing perl-Eval-Closure- 100% | 16.9 MiB/s | 34.6 KiB | 00m00s [371/847] Installing perl-Params-Valida 100% | 30.7 MiB/s | 94.2 KiB | 00m00s [372/847] Installing perl-Specio-0:0.48 100% | 37.4 MiB/s | 344.7 KiB | 00m00s [373/847] Installing perl-Filter-2:1.64 100% | 24.4 MiB/s | 174.6 KiB | 00m00s [374/847] Installing perl-encoding-4:3. 100% | 73.5 MiB/s | 150.4 KiB | 00m00s [375/847] Installing perl-open-0:1.13-5 100% | 11.4 MiB/s | 11.7 KiB | 00m00s [376/847] Installing perl-XML-XPath-0:1 100% | 41.0 MiB/s | 210.1 KiB | 00m00s [377/847] Installing texlive-epstopdf-1 100% | 19.8 MiB/s | 40.6 KiB | 00m00s [378/847] Installing texlive-epstopdf-p 100% | 94.7 MiB/s | 388.0 KiB | 00m00s [379/847] Installing texlive-cm-11:svn5 100% | 53.0 MiB/s | 1.0 MiB | 00m00s [380/847] Installing texlive-hyph-utf8- 100% | 37.4 MiB/s | 76.6 KiB | 00m00s [381/847] Installing texlive-tex-ini-fi 100% | 9.9 MiB/s | 10.1 KiB | 00m00s [382/847] Installing texlive-unicode-da 100% | 180.6 MiB/s | 3.1 MiB | 00m00s [383/847] Installing texlive-etex-11:sv 100% | 20.9 MiB/s | 42.7 KiB | 00m00s [384/847] Installing texlive-hyphen-bas 100% | 32.2 MiB/s | 65.9 KiB | 00m00s [385/847] Installing texlive-knuth-lib- 100% | 26.0 MiB/s | 106.3 KiB | 00m00s [386/847] Installing texlive-plain-11:s 100% | 37.0 MiB/s | 113.8 KiB | 00m00s [387/847] Installing texlive-graphics-d 100% | 48.8 MiB/s | 99.9 KiB | 00m00s [388/847] Installing texlive-gsftopk-11 100% | 23.7 MiB/s | 48.6 KiB | 00m00s [389/847] Installing texlive-luatex-11: 100% | 169.3 MiB/s | 9.1 MiB | 00m00s [390/847] Installing texlive-texlive.in 100% | 100.7 MiB/s | 1.0 MiB | 00m00s [391/847] Installing texlive-texlive-sc 100% | 34.1 MiB/s | 349.1 KiB | 00m00s [392/847] Installing texlive-kpathsea-1 100% | 129.8 MiB/s | 2.1 MiB | 00m00s [393/847] Installing texlive-iftex-11:s 100% | 29.6 MiB/s | 30.3 KiB | 00m00s [394/847] Installing texlive-amsmath-11 100% | 87.5 MiB/s | 268.7 KiB | 00m00s [395/847] Installing texlive-latex-font 100% | 15.2 MiB/s | 124.2 KiB | 00m00s [396/847] Installing texlive-babel-11:s 100% | 22.9 MiB/s | 2.2 MiB | 00m00s [397/847] Installing texlive-url-11:svn 100% | 21.6 MiB/s | 22.1 KiB | 00m00s [398/847] Installing texlive-kvoptions- 100% | 89.8 MiB/s | 551.6 KiB | 00m00s [399/847] Installing texlive-amsfonts-1 100% | 87.6 MiB/s | 6.0 MiB | 00m00s [400/847] Installing texlive-atbegshi-1 100% | 144.9 MiB/s | 445.1 KiB | 00m00s [401/847] Installing texlive-ltxcmds-11 100% | 138.5 MiB/s | 425.5 KiB | 00m00s [402/847] Installing texlive-pdftexcmds 100% | 138.5 MiB/s | 425.6 KiB | 00m00s [403/847] Installing texlive-atveryend- 100% | 133.8 MiB/s | 411.2 KiB | 00m00s [404/847] Installing texlive-infwarerr- 100% | 100.1 MiB/s | 307.5 KiB | 00m00s [405/847] Installing texlive-l3backend- 100% | 184.5 MiB/s | 1.1 MiB | 00m00s [406/847] Installing texlive-latexconfi 100% | 9.6 MiB/s | 9.8 KiB | 00m00s [407/847] Installing texlive-marvosym-1 100% | 61.3 MiB/s | 188.3 KiB | 00m00s [408/847] Installing texlive-auxhook-11 100% | 148.0 MiB/s | 303.2 KiB | 00m00s [409/847] Installing texlive-dehyph-11: 100% | 78.5 MiB/s | 241.2 KiB | 00m00s [410/847] Installing texlive-pdftex-11: 100% | 128.6 MiB/s | 4.6 MiB | 00m00s [411/847] Installing texlive-etexcmds-1 100% | 157.4 MiB/s | 322.3 KiB | 00m00s [412/847] Installing texlive-pdfescape- 100% | 122.8 MiB/s | 377.2 KiB | 00m00s [413/847] Installing texlive-tex-11:svn 100% | 95.4 MiB/s | 390.8 KiB | 00m00s [414/847] Installing texlive-booktabs-1 100% | 18.6 MiB/s | 19.0 KiB | 00m00s [415/847] Installing texlive-etex-pkg-1 100% | 18.6 MiB/s | 19.0 KiB | 00m00s [416/847] Installing texlive-etoolbox-1 100% | 13.2 MiB/s | 67.7 KiB | 00m00s [417/847] Installing texlive-lm-11:svn6 100% | 157.5 MiB/s | 39.5 MiB | 00m00s [418/847] Installing texlive-zapfding-1 100% | 16.2 MiB/s | 82.7 KiB | 00m00s [419/847] Installing texlive-omega-11:s 100% | 95.1 MiB/s | 5.4 MiB | 00m00s [420/847] Installing texlive-bigintcalc 100% | 168.2 MiB/s | 516.8 KiB | 00m00s [421/847] Installing texlive-graphics-c 100% | 3.8 MiB/s | 3.9 KiB | 00m00s [422/847] Installing texlive-graphics-1 100% | 41.9 MiB/s | 128.7 KiB | 00m00s [423/847] Installing texlive-tools-11:s 100% | 67.0 MiB/s | 411.7 KiB | 00m00s [424/847] Installing texlive-xkeyval-11 100% | 35.0 MiB/s | 71.6 KiB | 00m00s [425/847] Installing texlive-colortbl-1 100% | 21.3 MiB/s | 21.8 KiB | 00m00s [426/847] Installing texlive-geometry-1 100% | 49.1 MiB/s | 50.2 KiB | 00m00s [427/847] Installing texlive-hycolor-11 100% | 134.5 MiB/s | 413.1 KiB | 00m00s [428/847] Installing texlive-intcalc-11 100% | 153.9 MiB/s | 472.8 KiB | 00m00s [429/847] Installing texlive-kvsetkeys- 100% | 139.6 MiB/s | 428.8 KiB | 00m00s [430/847] Installing texlive-letltxmacr 100% | 152.7 MiB/s | 312.6 KiB | 00m00s [431/847] Installing texlive-uniquecoun 100% | 102.0 MiB/s | 313.5 KiB | 00m00s [432/847] Installing texlive-fp-11:svn4 100% | 41.6 MiB/s | 127.9 KiB | 00m00s [433/847] Installing texlive-rerunfilec 100% | 118.3 MiB/s | 363.3 KiB | 00m00s [434/847] Installing texlive-caption-11 100% | 148.5 MiB/s | 912.6 KiB | 00m00s [435/847] Installing texlive-bitset-11: 100% | 162.0 MiB/s | 663.5 KiB | 00m00s [436/847] Installing texlive-hypdoc-11: 100% | 117.0 MiB/s | 359.5 KiB | 00m00s [437/847] Installing texlive-palatino-1 100% | 53.4 MiB/s | 1.1 MiB | 00m00s [438/847] Installing texlive-symbol-11: 100% | 20.0 MiB/s | 82.0 KiB | 00m00s [439/847] Installing texlive-fancyhdr-1 100% | 31.9 MiB/s | 32.7 KiB | 00m00s [440/847] Installing texlive-kvdefineke 100% | 102.7 MiB/s | 315.5 KiB | 00m00s [441/847] Installing texlive-everyshi-1 100% | 77.6 MiB/s | 158.9 KiB | 00m00s [442/847] Installing texlive-hologo-11: 100% | 162.6 MiB/s | 666.1 KiB | 00m00s [443/847] Installing texlive-ragged2e-1 100% | 179.0 MiB/s | 733.3 KiB | 00m00s [444/847] Installing texlive-setspace-1 100% | 21.9 MiB/s | 22.4 KiB | 00m00s [445/847] Installing texlive-firstaid-1 100% | 97.3 MiB/s | 298.8 KiB | 00m00s [446/847] Installing texlive-natbib-11: 100% | 65.5 MiB/s | 134.2 KiB | 00m00s [447/847] Installing texlive-footmisc-1 100% | 64.1 MiB/s | 65.6 KiB | 00m00s [448/847] Installing texlive-multido-11 100% | 19.2 MiB/s | 19.6 KiB | 00m00s [449/847] Installing texlive-subfig-11: 100% | 36.6 MiB/s | 37.5 KiB | 00m00s [450/847] Installing texlive-carlisle-1 100% | 16.0 MiB/s | 32.8 KiB | 00m00s [451/847] Installing texlive-translator 100% | 50.8 MiB/s | 519.8 KiB | 00m00s [452/847] Installing texlive-csquotes-1 100% | 55.3 MiB/s | 113.3 KiB | 00m00s [453/847] Installing texlive-sauerj-11: 100% | 14.0 MiB/s | 28.6 KiB | 00m00s [454/847] Installing texlive-lambda-11: 100% | 73.5 MiB/s | 677.6 KiB | 00m00s [455/847] Installing texlive-memoir-11: 100% | 118.1 MiB/s | 483.6 KiB | 00m00s [456/847] Installing texlive-catchfile- 100% | 156.3 MiB/s | 320.0 KiB | 00m00s [457/847] Installing texlive-ifplatform 100% | 13.1 MiB/s | 13.5 KiB | 00m00s [458/847] Installing texlive-babelbib-1 100% | 109.8 MiB/s | 787.2 KiB | 00m00s [459/847] Installing texlive-dvips-11:s 100% | 79.1 MiB/s | 1.6 MiB | 00m00s [460/847] Installing texlive-ec-11:svn2 100% | 29.3 MiB/s | 2.7 MiB | 00m00s [461/847] Installing texlive-avantgar-1 100% | 69.0 MiB/s | 1.2 MiB | 00m00s [462/847] Installing texlive-bookman-11 100% | 64.9 MiB/s | 1.2 MiB | 00m00s [463/847] Installing texlive-charter-11 100% | 15.6 MiB/s | 415.0 KiB | 00m00s [464/847] Installing texlive-courier-11 100% | 65.4 MiB/s | 937.1 KiB | 00m00s [465/847] Installing texlive-fpl-11:svn 100% | 127.2 MiB/s | 651.2 KiB | 00m00s [466/847] Installing texlive-mathpazo-1 100% | 22.8 MiB/s | 116.7 KiB | 00m00s [467/847] Installing texlive-helvetic-1 100% | 67.7 MiB/s | 1.8 MiB | 00m00s [468/847] Installing texlive-lm-math-11 100% | 119.9 MiB/s | 736.9 KiB | 00m00s [469/847] Installing texlive-rsfs-11:sv 100% | 25.0 MiB/s | 102.2 KiB | 00m00s [470/847] Installing texlive-times-11:s 100% | 58.7 MiB/s | 1.0 MiB | 00m00s [471/847] Installing texlive-utopia-11: 100% | 67.3 MiB/s | 551.4 KiB | 00m00s [472/847] Installing texlive-psnfss-11: 100% | 13.0 MiB/s | 119.5 KiB | 00m00s [473/847] Installing texlive-wasy-11:sv 100% | 46.2 MiB/s | 142.1 KiB | 00m00s [474/847] Installing texlive-wasysym-11 100% | 24.4 MiB/s | 25.0 KiB | 00m00s [475/847] Installing texlive-xmltexconf 100% | 945.3 KiB/s | 968.0 B | 00m00s [476/847] Installing texlive-ulem-11:sv 100% | 15.4 MiB/s | 15.8 KiB | 00m00s [477/847] Installing texlive-euenc-11:s 100% | 20.6 MiB/s | 42.2 KiB | 00m00s [478/847] Installing texlive-euler-11:s 100% | 20.9 MiB/s | 21.4 KiB | 00m00s [479/847] Installing texlive-fancybox-1 100% | 40.5 MiB/s | 41.5 KiB | 00m00s [480/847] Installing texlive-float-11:s 100% | 15.8 MiB/s | 16.2 KiB | 00m00s [481/847] Installing texlive-grffile-11 100% | 123.9 MiB/s | 380.7 KiB | 00m00s [482/847] Installing texlive-index-11:s 100% | 30.3 MiB/s | 62.1 KiB | 00m00s [483/847] Installing texlive-pdflscape- 100% | 112.2 MiB/s | 344.8 KiB | 00m00s [484/847] Installing texlive-ucharcat-1 100% | 10.7 MiB/s | 10.9 KiB | 00m00s [485/847] Installing texlive-underscore 100% | 19.6 MiB/s | 20.1 KiB | 00m00s [486/847] Installing texlive-gettitlest 100% | 110.7 MiB/s | 340.1 KiB | 00m00s [487/847] Installing texlive-refcount-1 100% | 113.7 MiB/s | 349.2 KiB | 00m00s [488/847] Installing texlive-stringenc- 100% | 131.8 MiB/s | 1.1 MiB | 00m00s [489/847] Installing texlive-glyphlist- 100% | 89.0 MiB/s | 91.1 KiB | 00m00s [490/847] Installing texlive-lua-alt-ge 100% | 4.2 MiB/s | 4.3 KiB | 00m00s [491/847] Installing texlive-modes-11:s 100% | 127.6 MiB/s | 391.9 KiB | 00m00s [492/847] Installing texlive-bookmark-1 100% | 139.7 MiB/s | 572.2 KiB | 00m00s [493/847] Installing texlive-grfext-11: 100% | 107.1 MiB/s | 329.1 KiB | 00m00s [494/847] Installing texlive-zref-11:sv 100% | 133.8 MiB/s | 822.0 KiB | 00m00s [495/847] Installing texlive-paralist-1 100% | 23.6 MiB/s | 24.1 KiB | 00m00s [496/847] Installing texlive-placeins-1 100% | 5.2 MiB/s | 5.4 KiB | 00m00s [497/847] Installing texlive-wasy-type1 100% | 82.2 MiB/s | 336.7 KiB | 00m00s [498/847] Installing texlive-auto-pst-p 100% | 15.2 MiB/s | 15.6 KiB | 00m00s [499/847] Installing texlive-euro-11:sv 100% | 15.5 MiB/s | 15.9 KiB | 00m00s [500/847] Installing texlive-breakurl-1 100% | 17.5 MiB/s | 17.9 KiB | 00m00s [501/847] Installing texlive-fancyref-1 100% | 27.9 MiB/s | 28.6 KiB | 00m00s [502/847] Installing texlive-mathtools- 100% | 64.3 MiB/s | 131.8 KiB | 00m00s [503/847] Installing texlive-ltabptch-1 100% | 21.1 MiB/s | 21.6 KiB | 00m00s [504/847] Installing texlive-crop-11:sv 100% | 26.8 MiB/s | 27.4 KiB | 00m00s [505/847] Installing texlive-microtype- 100% | 90.9 MiB/s | 465.6 KiB | 00m00s [506/847] Installing texlive-pdfmanagem 100% | 222.3 MiB/s | 11.6 MiB | 00m00s [507/847] Installing texlive-psfrag-11: 100% | 12.7 MiB/s | 13.0 KiB | 00m00s [508/847] Installing texlive-logreq-11: 100% | 26.6 MiB/s | 27.2 KiB | 00m00s [509/847] Installing texlive-lollipop-1 100% | 98.2 MiB/s | 704.3 KiB | 00m00s [510/847] Installing texlive-texsis-11: 100% | 76.3 MiB/s | 937.2 KiB | 00m00s [511/847] Installing texlive-hopatch-11 100% | 42.4 MiB/s | 347.2 KiB | 00m00s [512/847] Installing texlive-tex-gyre-1 100% | 143.5 MiB/s | 24.4 MiB | 00m00s [513/847] Installing texlive-texlive-sc 100% | 20.4 MiB/s | 125.1 KiB | 00m00s [514/847] Installing texlive-cmextra-11 100% | 27.7 MiB/s | 141.8 KiB | 00m00s [515/847] Installing texlive-euro-ce-11 100% | 15.3 MiB/s | 47.1 KiB | 00m00s [516/847] Installing texlive-eurosym-11 100% | 54.9 MiB/s | 224.7 KiB | 00m00s [517/847] Installing texlive-manfnt-fon 100% | 21.0 MiB/s | 43.1 KiB | 00m00s [518/847] Installing texlive-mflogo-fon 100% | 13.7 MiB/s | 42.0 KiB | 00m00s [519/847] Installing texlive-ncntrsbk-1 100% | 58.5 MiB/s | 958.2 KiB | 00m00s [520/847] Installing texlive-pxfonts-11 100% | 52.1 MiB/s | 853.5 KiB | 00m00s [521/847] Installing texlive-tex-gyre-m 100% | 140.8 MiB/s | 2.7 MiB | 00m00s [522/847] Installing texlive-txfonts-11 100% | 54.7 MiB/s | 1.5 MiB | 00m00s [523/847] Installing texlive-zapfchan-1 100% | 36.1 MiB/s | 185.0 KiB | 00m00s [524/847] Installing texlive-edmac-11:s 100% | 39.8 MiB/s | 81.4 KiB | 00m00s [525/847] Installing texlive-mxedruli-1 100% | 59.1 MiB/s | 362.9 KiB | 00m00s [526/847] Installing texlive-omegaware- 100% | 77.9 MiB/s | 558.6 KiB | 00m00s [527/847] Installing texlive-otibet-11: 100% | 126.6 MiB/s | 648.4 KiB | 00m00s [528/847] Installing texlive-psizzl-11: 100% | 31.0 MiB/s | 95.1 KiB | 00m00s [529/847] Installing texlive-startex-11 100% | 25.0 MiB/s | 51.3 KiB | 00m00s [530/847] Installing texlive-stmaryrd-1 100% | 54.9 MiB/s | 337.4 KiB | 00m00s [531/847] Installing texlive-anysize-11 100% | 4.1 MiB/s | 4.1 KiB | 00m00s [532/847] Installing texlive-cite-11:sv 100% | 61.7 MiB/s | 63.2 KiB | 00m00s [533/847] Installing texlive-cmap-11:sv 100% | 18.9 MiB/s | 38.8 KiB | 00m00s [534/847] Installing texlive-everysel-1 100% | 149.5 MiB/s | 459.4 KiB | 00m00s [535/847] Installing texlive-footnotehy 100% | 30.5 MiB/s | 31.3 KiB | 00m00s [536/847] Installing texlive-latexbug-1 100% | 55.4 MiB/s | 283.8 KiB | 00m00s [537/847] Installing texlive-lwarp-11:s 100% | 80.6 MiB/s | 4.9 MiB | 00m00s [538/847] Installing texlive-mdwtools-1 100% | 55.8 MiB/s | 114.2 KiB | 00m00s [539/847] Installing texlive-newfloat-1 100% | 78.0 MiB/s | 159.7 KiB | 00m00s [540/847] Installing texlive-ntgclass-1 100% | 92.8 MiB/s | 285.2 KiB | 00m00s [541/847] Installing texlive-parskip-11 100% | 16.3 MiB/s | 16.7 KiB | 00m00s [542/847] Installing texlive-pdfcolfoot 100% | 109.7 MiB/s | 337.1 KiB | 00m00s [543/847] Installing texlive-rcs-11:svn 100% | 46.6 MiB/s | 47.7 KiB | 00m00s [544/847] Installing texlive-sansmath-1 100% | 9.1 MiB/s | 9.3 KiB | 00m00s [545/847] Installing texlive-section-11 100% | 38.0 MiB/s | 38.9 KiB | 00m00s [546/847] Installing texlive-sepnum-11: 100% | 15.4 MiB/s | 15.8 KiB | 00m00s [547/847] Installing texlive-textcase-1 100% | 11.7 MiB/s | 12.0 KiB | 00m00s [548/847] Installing texlive-hobsub-11: 100% | 40.0 MiB/s | 81.9 KiB | 00m00s [549/847] Installing texlive-hyperref-1 100% | 107.3 MiB/s | 769.4 KiB | 00m00s [550/847] Installing texlive-attachfile 100% | 120.8 MiB/s | 494.8 KiB | 00m00s [551/847] Installing texlive-attachfile 100% | 32.4 MiB/s | 33.2 KiB | 00m00s [552/847] Installing texlive-alphalph-1 100% | 122.8 MiB/s | 377.1 KiB | 00m00s [553/847] Installing texlive-enumitem-1 100% | 58.7 MiB/s | 60.1 KiB | 00m00s [554/847] Installing texlive-bibtex-11: 100% | 128.1 MiB/s | 787.0 KiB | 00m00s [555/847] Installing texlive-colorprofi 100% | 89.2 MiB/s | 274.1 KiB | 00m00s [556/847] Installing texlive-enctex-11: 100% | 45.7 MiB/s | 187.3 KiB | 00m00s [557/847] Installing texlive-hyphenex-1 100% | 25.5 MiB/s | 26.1 KiB | 00m00s [558/847] Installing texlive-knuth-loca 100% | 27.6 MiB/s | 113.1 KiB | 00m00s [559/847] Installing texlive-luahbtex-1 100% | 166.8 MiB/s | 6.3 MiB | 00m00s [560/847] Installing texlive-makeindex- 100% | 83.3 MiB/s | 511.9 KiB | 00m00s [561/847] Installing texlive-mflogo-11: 100% | 6.7 MiB/s | 13.6 KiB | 00m00s [562/847] Installing texlive-mfware-11: 100% | 42.5 MiB/s | 217.4 KiB | 00m00s [563/847] Installing texlive-texlive-en 100% | 197.9 MiB/s | 5.9 MiB | 00m00s [564/847] Installing texlive-texlive-ms 100% | 175.8 MiB/s | 1.4 MiB | 00m00s [565/847] Installing texlive-babel-engl 100% | 45.4 MiB/s | 46.5 KiB | 00m00s [566/847] Installing texlive-fix2col-11 100% | 17.0 MiB/s | 17.4 KiB | 00m00s [567/847] Installing texlive-latex-lab- 100% | 192.6 MiB/s | 2.3 MiB | 00m00s [568/847] Installing texlive-mfnfss-11: 100% | 24.2 MiB/s | 24.7 KiB | 00m00s [569/847] Installing texlive-mptopdf-11 100% | 50.0 MiB/s | 153.5 KiB | 00m00s [570/847] Installing texlive-pagesel-11 100% | 115.9 MiB/s | 356.1 KiB | 00m00s [571/847] Installing texlive-pslatex-11 100% | 14.3 MiB/s | 29.2 KiB | 00m00s [572/847] Installing texlive-pspicture- 100% | 14.4 MiB/s | 14.7 KiB | 00m00s [573/847] Installing texlive-transparen 100% | 98.9 MiB/s | 303.7 KiB | 00m00s [574/847] Installing texlive-kastrup-11 100% | 4.1 MiB/s | 4.2 KiB | 00m00s [575/847] Installing texlive-marginnote 100% | 22.8 MiB/s | 23.3 KiB | 00m00s [576/847] Installing texlive-mparhack-1 100% | 20.6 MiB/s | 21.1 KiB | 00m00s [577/847] Installing texlive-picture-11 100% | 105.7 MiB/s | 324.8 KiB | 00m00s [578/847] Installing texlive-finstrut-1 100% | 25.7 MiB/s | 26.4 KiB | 00m00s [579/847] Installing texlive-lineno-11: 100% | 116.6 MiB/s | 238.8 KiB | 00m00s [580/847] Installing texlive-luabidi-11 100% | 26.1 MiB/s | 26.8 KiB | 00m00s [581/847] Installing texlive-makecmds-1 100% | 11.6 MiB/s | 11.9 KiB | 00m00s [582/847] Installing texlive-pdfcolmk-1 100% | 20.2 MiB/s | 20.7 KiB | 00m00s [583/847] Installing texlive-xcolor-11: 100% | 39.4 MiB/s | 80.7 KiB | 00m00s [584/847] Installing texlive-eso-pic-11 100% | 27.9 MiB/s | 28.6 KiB | 00m00s [585/847] Installing texlive-ctable-11: 100% | 20.9 MiB/s | 21.4 KiB | 00m00s [586/847] Installing texlive-beton-11:s 100% | 12.2 MiB/s | 12.5 KiB | 00m00s [587/847] Installing texlive-parallel-1 100% | 22.8 MiB/s | 23.3 KiB | 00m00s [588/847] Installing texlive-pdfcol-11: 100% | 112.9 MiB/s | 346.8 KiB | 00m00s [589/847] Installing texlive-fileconten 100% | 12.7 MiB/s | 13.0 KiB | 00m00s [590/847] Installing texlive-lua-uni-al 100% | 64.1 MiB/s | 131.3 KiB | 00m00s [591/847] Installing texlive-lualibs-11 100% | 107.6 MiB/s | 771.6 KiB | 00m00s [592/847] Installing texlive-changepage 100% | 27.6 MiB/s | 28.2 KiB | 00m00s [593/847] Installing texlive-titlesec-1 100% | 48.3 MiB/s | 98.9 KiB | 00m00s [594/847] Installing texlive-ctablestac 100% | 20.4 MiB/s | 20.9 KiB | 00m00s [595/847] Installing texlive-luatexbase 100% | 7.4 MiB/s | 15.1 KiB | 00m00s [596/847] Installing texlive-luaotfload 100% | 178.7 MiB/s | 8.2 MiB | 00m00s [597/847] Installing texlive-xetexconfi 100% | 757.8 KiB/s | 776.0 B | 00m00s [598/847] Installing texlive-notoccite- 100% | 2.9 MiB/s | 3.0 KiB | 00m00s [599/847] Installing texlive-xstring-11 100% | 55.7 MiB/s | 57.0 KiB | 00m00s [600/847] Installing texlive-pst-math-1 100% | 23.1 MiB/s | 23.7 KiB | 00m00s [601/847] Installing texlive-varwidth-1 100% | 19.8 MiB/s | 20.3 KiB | 00m00s [602/847] Installing texlive-ifmtarg-11 100% | 9.7 MiB/s | 9.9 KiB | 00m00s [603/847] Installing perl-deprecate-0:0 100% | 6.8 MiB/s | 6.9 KiB | 00m00s [604/847] Installing perl-Text-Soundex- 100% | 25.9 MiB/s | 53.1 KiB | 00m00s [605/847] Installing perl-Benchmark-0:1 100% | 35.9 MiB/s | 36.7 KiB | 00m00s [606/847] Installing perl-Test-Harness- 100% | 37.9 MiB/s | 582.4 KiB | 00m00s [607/847] Installing perl-I18N-LangTags 100% | 40.8 MiB/s | 83.6 KiB | 00m00s [608/847] Installing perl-Locale-Makete 100% | 56.6 MiB/s | 173.9 KiB | 00m00s [609/847] Installing perl-Locale-Makete 100% | 13.1 MiB/s | 13.5 KiB | 00m00s [610/847] Installing perl-Params-Check- 100% | 27.9 MiB/s | 28.6 KiB | 00m00s [611/847] Installing perl-Module-Load-C 100% | 29.2 MiB/s | 29.9 KiB | 00m00s [612/847] Installing perl-IPC-Cmd-2:1.0 100% | 41.9 MiB/s | 85.9 KiB | 00m00s [613/847] Installing perl-AutoSplit-0:5 100% | 23.0 MiB/s | 23.5 KiB | 00m00s [614/847] Installing perl-ExtUtils-Inst 100% | 42.6 MiB/s | 87.2 KiB | 00m00s [615/847] Installing perl-ExtUtils-Make 100% | 72.7 MiB/s | 744.8 KiB | 00m00s [616/847] Installing perl-Class-Inspect 100% | 29.0 MiB/s | 59.3 KiB | 00m00s [617/847] Installing perl-File-ShareDir 100% | 19.3 MiB/s | 59.2 KiB | 00m00s [618/847] Installing perl-Hash-Util-Fie 100% | 33.4 MiB/s | 68.4 KiB | 00m00s [619/847] Installing perl-B-Hooks-EndOf 100% | 18.3 MiB/s | 75.1 KiB | 00m00s [620/847] Installing perl-namespace-cle 100% | 10.9 MiB/s | 44.6 KiB | 00m00s [621/847] Installing perl-namespace-aut 100% | 20.8 MiB/s | 42.6 KiB | 00m00s [622/847] Installing perl-Log-Dispatch- 100% | 9.2 MiB/s | 150.0 KiB | 00m00s [623/847] Installing perl-DateTime-Loca 100% | 73.5 MiB/s | 23.0 MiB | 00m00s [624/847] Installing perl-DateTime-Time 100% | 119.7 MiB/s | 6.1 MiB | 00m00s [625/847] Installing perl-DateTime-2:1. 100% | 75.7 MiB/s | 387.7 KiB | 00m00s [626/847] Installing perl-DateTime-Cale 100% | 16.8 MiB/s | 34.3 KiB | 00m00s [627/847] Installing perl-DateTime-Form 100% | 32.1 MiB/s | 98.7 KiB | 00m00s [628/847] Installing perl-DateTime-Form 100% | 34.7 MiB/s | 213.0 KiB | 00m00s [629/847] Installing perl-Log-Dispatch- 100% | 26.6 MiB/s | 54.5 KiB | 00m00s [630/847] Installing perl-Tie-0:4.6-512 100% | 16.5 MiB/s | 33.7 KiB | 00m00s [631/847] Installing perl-Authen-SASL-0 100% | 29.7 MiB/s | 121.8 KiB | 00m00s [632/847] Installing perl-LDAP-1:0.68-1 100% | 55.3 MiB/s | 962.3 KiB | 00m00s [633/847] Installing perl-Log-Log4perl- 100% | 67.4 MiB/s | 897.8 KiB | 00m00s [634/847] Installing perl-DirHandle-0:1 100% | 3.7 MiB/s | 3.8 KiB | 00m00s [635/847] Installing perl-meta-notation 100% | 2.2 MiB/s | 2.3 KiB | 00m00s [636/847] Installing perl-sigtrap-0:1.1 100% | 11.2 MiB/s | 11.4 KiB | 00m00s [637/847] Installing biber-0:2.19-6.fc4 100% | 83.7 MiB/s | 1.3 MiB | 00m00s [638/847] Installing texlive-cm-super-1 100% | 191.6 MiB/s | 65.1 MiB | 00m00s [639/847] Installing texlive-xunicode-1 100% | 8.6 MiB/s | 220.3 KiB | 00m00s [640/847] Installing texlive-tipa-11:sv 100% | 114.9 MiB/s | 3.8 MiB | 00m00s [641/847] Installing texlive-algorithms 100% | 19.1 MiB/s | 39.1 KiB | 00m00s [642/847] Installing texlive-bera-11:sv 100% | 70.2 MiB/s | 791.2 KiB | 00m00s [643/847] Installing texlive-fontspec-1 100% | 107.6 MiB/s | 330.6 KiB | 00m00s [644/847] Installing texlive-l3packages 100% | 86.4 MiB/s | 265.5 KiB | 00m00s [645/847] Installing texlive-xpatch-11: 100% | 26.9 MiB/s | 27.5 KiB | 00m00s [646/847] Installing texlive-l3kernel-1 100% | 136.2 MiB/s | 1.4 MiB | 00m00s [647/847] Installing texlive-latex-11:s 100% | 208.7 MiB/s | 40.3 MiB | 00m00s [648/847] Installing texlive-xifthen-11 100% | 14.8 MiB/s | 15.2 KiB | 00m00s [649/847] Installing texlive-currfile-1 100% | 34.1 MiB/s | 35.0 KiB | 00m00s [650/847] Installing texlive-filehook-1 100% | 14.0 MiB/s | 57.2 KiB | 00m00s [651/847] Installing texlive-pgf-11:svn 100% | 68.7 MiB/s | 4.9 MiB | 00m00s [652/847] Installing texlive-ms-11:svn5 100% | 9.4 MiB/s | 19.3 KiB | 00m00s [653/847] Installing texlive-koma-scrip 100% | 180.6 MiB/s | 9.9 MiB | 00m00s [654/847] Installing texlive-showexpl-1 100% | 11.0 MiB/s | 22.6 KiB | 00m00s [655/847] Installing texlive-bidi-11:sv 100% | 66.2 MiB/s | 1.2 MiB | 00m00s [656/847] Installing texlive-polyglossi 100% | 33.9 MiB/s | 764.6 KiB | 00m00s [657/847] Installing texlive-biblatex-1 100% | 114.8 MiB/s | 2.2 MiB | 00m00s [658/847] Installing texlive-listings-1 100% | 113.8 MiB/s | 582.9 KiB | 00m00s [659/847] Installing texlive-fancyvrb-1 100% | 65.9 MiB/s | 67.5 KiB | 00m00s [660/847] Installing texlive-pst-ovl-11 100% | 6.7 MiB/s | 13.8 KiB | 00m00s [661/847] Installing texlive-pst-3d-11: 100% | 10.2 MiB/s | 20.9 KiB | 00m00s [662/847] Installing texlive-pst-coil-1 100% | 21.3 MiB/s | 21.8 KiB | 00m00s [663/847] Installing texlive-pst-eps-11 100% | 16.2 MiB/s | 16.6 KiB | 00m00s [664/847] Installing texlive-pst-fill-1 100% | 23.4 MiB/s | 23.9 KiB | 00m00s [665/847] Installing texlive-pst-grad-1 100% | 11.0 MiB/s | 22.5 KiB | 00m00s [666/847] Installing texlive-pst-node-1 100% | 56.5 MiB/s | 115.8 KiB | 00m00s [667/847] Installing texlive-pst-plot-1 100% | 64.0 MiB/s | 131.0 KiB | 00m00s [668/847] Installing texlive-pst-text-1 100% | 10.4 MiB/s | 21.3 KiB | 00m00s [669/847] Installing texlive-pst-tools- 100% | 13.8 MiB/s | 28.2 KiB | 00m00s [670/847] Installing texlive-pst-tree-1 100% | 42.6 MiB/s | 43.6 KiB | 00m00s [671/847] Installing texlive-pstricks-a 100% | 51.2 MiB/s | 104.9 KiB | 00m00s [672/847] Installing texlive-pstricks-1 100% | 77.3 MiB/s | 475.0 KiB | 00m00s [673/847] Installing texlive-antomega-1 100% | 241.1 MiB/s | 493.7 KiB | 00m00s [674/847] Installing texlive-passivetex 100% | 96.2 MiB/s | 295.5 KiB | 00m00s [675/847] Installing texlive-amscls-11: 100% | 160.4 MiB/s | 1.4 MiB | 00m00s [676/847] Installing texlive-metalogo-1 100% | 16.1 MiB/s | 16.5 KiB | 00m00s [677/847] Installing texlive-aleph-11:s 100% | 101.1 MiB/s | 517.8 KiB | 00m00s [678/847] Installing texlive-seminar-11 100% | 64.9 MiB/s | 199.5 KiB | 00m00s [679/847] Installing texlive-sansmathac 100% | 18.4 MiB/s | 56.4 KiB | 00m00s [680/847] Installing texlive-lualatex-m 100% | 28.7 MiB/s | 29.4 KiB | 00m00s [681/847] Installing texlive-unicode-ma 100% | 126.6 MiB/s | 518.6 KiB | 00m00s [682/847] Installing texlive-oberdiek-1 100% | 211.9 MiB/s | 12.3 MiB | 00m00s [683/847] Installing texlive-pdfpages-1 100% | 52.6 MiB/s | 107.6 KiB | 00m00s [684/847] Installing texlive-hitex-11:s 100% | 187.5 MiB/s | 3.7 MiB | 00m00s [685/847] Installing texlive-mltex-11:s 100% | 16.8 MiB/s | 51.5 KiB | 00m00s [686/847] Installing texlive-xmltex-11: 100% | 31.5 MiB/s | 161.4 KiB | 00m00s [687/847] Installing texlive-cyrillic-1 100% | 95.7 MiB/s | 1.5 MiB | 00m00s [688/847] Installing texlive-jadetex-11 100% | 74.4 MiB/s | 304.6 KiB | 00m00s [689/847] Installing texlive-extsizes-1 100% | 63.1 MiB/s | 129.3 KiB | 00m00s [690/847] Installing texlive-jknapltx-1 100% | 23.1 MiB/s | 47.2 KiB | 00m00s [691/847] Installing texlive-typehtml-1 100% | 16.7 MiB/s | 34.2 KiB | 00m00s [692/847] Installing texlive-ae-11:svn1 100% | 41.9 MiB/s | 471.9 KiB | 00m00s [693/847] Installing texlive-ucs-11:svn 100% | 85.5 MiB/s | 2.5 MiB | 00m00s [694/847] Installing texlive-beamer-11: 100% | 50.7 MiB/s | 726.9 KiB | 00m00s [695/847] Installing texlive-mnsymbol-1 100% | 125.1 MiB/s | 5.8 MiB | 00m00s [696/847] Installing texlive-mathspec-1 100% | 26.0 MiB/s | 53.2 KiB | 00m00s [697/847] Installing texlive-minitoc-11 100% | 31.1 MiB/s | 572.5 KiB | 00m00s [698/847] Installing texlive-ltxmisc-11 100% | 22.7 MiB/s | 46.4 KiB | 00m00s [699/847] Installing texlive-eplain-11: 100% | 162.0 MiB/s | 1.9 MiB | 00m00s [700/847] Installing texlive-breqn-11:s 100% | 82.6 MiB/s | 169.2 KiB | 00m00s [701/847] Installing texlive-l3experime 100% | 47.5 MiB/s | 194.4 KiB | 00m00s [702/847] Installing texlive-realscript 100% | 23.3 MiB/s | 23.9 KiB | 00m00s [703/847] Installing texlive-xltxtra-11 100% | 14.8 MiB/s | 15.2 KiB | 00m00s [704/847] Installing perl-ExtUtils-Cons 100% | 42.8 MiB/s | 87.6 KiB | 00m00s [705/847] Installing perl-CPAN-Meta-YAM 100% | 25.3 MiB/s | 51.8 KiB | 00m00s [706/847] Installing perl-Exporter-Tiny 100% | 30.2 MiB/s | 92.7 KiB | 00m00s [707/847] Installing perl-List-MoreUtil 100% | 41.4 MiB/s | 169.8 KiB | 00m00s [708/847] Installing perl-Lexical-SealR 100% | 16.0 MiB/s | 49.0 KiB | 00m00s [709/847] Installing libX11-common-0:1. 100% | 47.5 MiB/s | 1.2 MiB | 00m00s [710/847] Installing libX11-0:1.8.10-2. 100% | 142.4 MiB/s | 1.3 MiB | 00m00s [711/847] Installing libXt-0:1.3.0-4.fc 100% | 105.2 MiB/s | 431.1 KiB | 00m00s [712/847] Installing libXpm-0:3.5.17-4. 100% | 73.2 MiB/s | 149.8 KiB | 00m00s [713/847] Installing libXext-0:1.3.6-2. 100% | 44.6 MiB/s | 91.3 KiB | 00m00s [714/847] Installing libXmu-0:1.2.1-2.f 100% | 63.0 MiB/s | 193.5 KiB | 00m00s [715/847] Installing libXaw-0:1.0.16-2. 100% | 126.1 MiB/s | 516.7 KiB | 00m00s [716/847] Installing libXi-0:1.8.2-1.fc 100% | 38.0 MiB/s | 77.8 KiB | 00m00s [717/847] Installing texlive-xdvi-11:sv 100% | 104.0 MiB/s | 745.4 KiB | 00m00s [718/847] Installing gd-0:2.3.3-17.fc41 100% | 98.8 MiB/s | 404.8 KiB | 00m00s [719/847] Installing perl-GD-0:2.83-2.f 100% | 50.0 MiB/s | 409.6 KiB | 00m00s [720/847] Installing libgs-0:10.03.1-4. 100% | 173.0 MiB/s | 23.3 MiB | 00m00s [721/847] Installing ghostscript-tools- 100% | 3.3 MiB/s | 3.4 KiB | 00m00s [722/847] Installing ghostscript-tools- 100% | 4.9 MiB/s | 5.1 KiB | 00m00s [723/847] Installing ghostscript-0:10.0 100% | 9.6 MiB/s | 39.3 KiB | 00m00s [724/847] Installing texlive-thumbpdf-1 100% | 48.3 MiB/s | 98.9 KiB | 00m00s [725/847] Installing texlive-metafont-1 100% | 98.5 MiB/s | 806.8 KiB | 00m00s [726/847] Installing teckit-0:2.5.12-3. 100% | 139.8 MiB/s | 2.0 MiB | 00m00s [727/847] Installing texlive-dvipdfmx-1 100% | 179.4 MiB/s | 3.8 MiB | 00m00s [728/847] Installing texlive-xetex-11:s 100% | 129.5 MiB/s | 2.1 MiB | 00m00s [729/847] Installing gnutls-dane-0:3.8. 100% | 34.4 MiB/s | 70.5 KiB | 00m00s [730/847] Installing wget2-libs-0:2.1.0 100% | 89.6 MiB/s | 366.9 KiB | 00m00s [731/847] Installing wget2-0:2.1.0-12.f 100% | 86.9 MiB/s | 889.7 KiB | 00m00s [732/847] Installing lmdb-libs-0:0.9.33 100% | 54.2 MiB/s | 111.0 KiB | 00m00s [733/847] Installing apr-util-lmdb-0:1. 100% | 5.2 MiB/s | 16.1 KiB | 00m00s [734/847] Installing httpd-core-0:2.4.6 100% | 74.4 MiB/s | 4.9 MiB | 00m00s [735/847] Installing annobin-docs-0:12. 100% | 48.2 MiB/s | 98.8 KiB | 00m00s [736/847] Installing annobin-plugin-gcc 100% | 192.7 MiB/s | 986.7 KiB | 00m00s [737/847] Installing texlive-texlive-co 100% | 87.2 MiB/s | 268.0 KiB | 00m00s [738/847] Installing texlive-collection 100% | 0.0 B/s | 124.0 B | 00m00s [739/847] Installing texlive-collection 100% | 0.0 B/s | 124.0 B | 00m00s [740/847] Installing texlive-collection 100% | 121.1 KiB/s | 124.0 B | 00m00s [741/847] Installing texlive-collection 100% | 121.1 KiB/s | 124.0 B | 00m00s [742/847] Installing texlive-collection 100% | 0.0 B/s | 124.0 B | 00m00s [743/847] Installing libtalloc-0:2.4.2- 100% | 52.3 MiB/s | 53.5 KiB | 00m00s [744/847] Installing libpath_utils-0:0. 100% | 30.6 MiB/s | 62.7 KiB | 00m00s [745/847] Installing sscg-0:3.0.5-7.fc4 100% | 52.5 MiB/s | 107.4 KiB | 00m00s [746/847] Installing which-0:2.21-42.fc 100% | 26.8 MiB/s | 82.4 KiB | 00m00s [747/847] Installing docbook-utils-0:0. 100% | 32.0 MiB/s | 163.9 KiB | 00m00s [748/847] Installing drpm-0:0.5.2-6.fc4 100% | 64.8 MiB/s | 132.8 KiB | 00m00s [749/847] Installing createrepo_c-libs- 100% | 90.8 MiB/s | 278.9 KiB | 00m00s [750/847] Installing tinycdb-0:0.80-3.f 100% | 27.8 MiB/s | 57.0 KiB | 00m00s [751/847] Installing procmail-0:3.24-7. 100% | 60.5 MiB/s | 371.5 KiB | 00m00s [752/847] Installing libdb-0:5.3.28-63. 100% | 141.2 MiB/s | 1.8 MiB | 00m00s [753/847] Installing zstd-0:1.5.6-2.fc4 100% | 141.0 MiB/s | 1.7 MiB | 00m00s [754/847] Installing zig-srpm-macros-0: 100% | 1.6 MiB/s | 1.7 KiB | 00m00s [755/847] Installing rust-srpm-macros-0 100% | 5.4 MiB/s | 5.6 KiB | 00m00s [756/847] Installing qt5-srpm-macros-0: 100% | 0.0 B/s | 776.0 B | 00m00s [757/847] Installing perl-srpm-macros-0 100% | 0.0 B/s | 1.1 KiB | 00m00s [758/847] Installing package-notes-srpm 100% | 2.0 MiB/s | 2.0 KiB | 00m00s [759/847] Installing openblas-srpm-macr 100% | 0.0 B/s | 392.0 B | 00m00s [760/847] Installing ocaml-srpm-macros- 100% | 0.0 B/s | 2.2 KiB | 00m00s [761/847] Installing lua-srpm-macros-0: 100% | 1.9 MiB/s | 1.9 KiB | 00m00s [762/847] Installing kernel-srpm-macros 100% | 2.3 MiB/s | 2.3 KiB | 00m00s [763/847] Installing gnat-srpm-macros-0 100% | 0.0 B/s | 1.3 KiB | 00m00s [764/847] Installing ghc-srpm-macros-0: 100% | 0.0 B/s | 1.0 KiB | 00m00s [765/847] Installing fpc-srpm-macros-0: 100% | 0.0 B/s | 420.0 B | 00m00s [766/847] Installing efi-srpm-macros-0: 100% | 40.2 MiB/s | 41.2 KiB | 00m00s [767/847] Installing ansible-srpm-macro 100% | 35.4 MiB/s | 36.2 KiB | 00m00s [768/847] Installing libusb-compat-0.1- 100% | 28.7 MiB/s | 58.9 KiB | 00m00s [769/847] Installing libndp-0:1.9-2.fc4 100% | 42.9 MiB/s | 87.9 KiB | 00m00s [770/847] Installing NetworkManager-lib 100% | 160.4 MiB/s | 9.9 MiB | 00m00s [771/847] Installing sudo-0:1.9.15-5.p5 100% | 117.3 MiB/s | 4.9 MiB | 00m00s [772/847] Installing openssl-1:3.2.2-9. 100% | 4.6 MiB/s | 1.7 MiB | 00m00s >>> Running pre-install scriptlet: sendmail-0:8.18.1-4.fc41.x86_64 >>> Finished pre-install scriptlet: sendmail-0:8.18.1-4.fc41.x86_64 >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> [773/847] Installing sendmail-0:8.18.1- 100% | 2.7 MiB/s | 1.7 MiB | 00m01s >>> Running post-install scriptlet: sendmail-0:8.18.1-4.fc41.x86_64 >>> Finished post-install scriptlet: sendmail-0:8.18.1-4.fc41.x86_64 >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> /usr/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8 >>> ⚠️ /proc/ is not mounted. This is not a supported mode of operation. Ple >>> your invocation environment to mount /proc/ and /sys/ properly. Proceeding a >>> Your mileage may vary. >>> /var/tmp/rpm-tmp.F8Zypc: line 55: hostname: command not found >>> [774/847] Installing less-0:661-2.fc41. 100% | 66.5 MiB/s | 408.6 KiB | 00m00s [775/847] Installing git-core-0:2.47.0- 100% | 162.2 MiB/s | 22.6 MiB | 00m00s [776/847] Installing git-core-doc-0:2.4 100% | 103.1 MiB/s | 17.4 MiB | 00m00s [777/847] Installing perl-Git-0:2.47.0- 100% | 31.7 MiB/s | 65.0 KiB | 00m00s [778/847] Installing git-0:2.47.0-1.fc4 100% | 42.7 MiB/s | 87.4 KiB | 00m00s [779/847] Installing hostname-0:3.23-13 100% | 317.2 KiB/s | 48.5 KiB | 00m00s >>> Running post-install scriptlet: hostname-0:3.23-13.fc41.x86_64 >>> Finished post-install scriptlet: hostname-0:3.23-13.fc41.x86_64 >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> [780/847] Installing ed-0:1.20.2-2.fc41 100% | 48.6 MiB/s | 149.2 KiB | 00m00s [781/847] Installing patch-0:2.7.6-25.f 100% | 65.5 MiB/s | 268.2 KiB | 00m00s [782/847] Installing cpio-0:2.15-2.fc41 100% | 36.7 MiB/s | 1.1 MiB | 00m00s [783/847] Installing bzip2-0:1.0.8-19.f 100% | 24.5 MiB/s | 100.2 KiB | 00m00s [784/847] Installing fonts-srpm-macros- 100% | 27.8 MiB/s | 57.0 KiB | 00m00s [785/847] Installing forge-srpm-macros- 100% | 39.4 MiB/s | 40.4 KiB | 00m00s [786/847] Installing go-srpm-macros-0:3 100% | 30.3 MiB/s | 62.0 KiB | 00m00s [787/847] Installing python-rpm-macros- 100% | 22.3 MiB/s | 22.8 KiB | 00m00s [788/847] Installing python3-rpm-macros 100% | 6.5 MiB/s | 6.7 KiB | 00m00s [789/847] Installing python-srpm-macros 100% | 12.7 MiB/s | 52.2 KiB | 00m00s [790/847] Installing redhat-rpm-config- 100% | 1.1 MiB/s | 190.1 KiB | 00m00s >>> Running trigger-install scriptlet: redhat-rpm-config-0:293-1.fc41.noarch >>> Finished trigger-install scriptlet: redhat-rpm-config-0:293-1.fc41.noarch >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> /usr/bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): >>> [791/847] Installing rpm-build-0:4.20.0 100% | 28.3 MiB/s | 202.8 KiB | 00m00s [792/847] Installing pyproject-rpm-macr 100% | 37.9 MiB/s | 116.4 KiB | 00m00s [793/847] Installing pyproject-srpm-mac 100% | 2.4 MiB/s | 2.5 KiB | 00m00s [794/847] Installing perl-devel-4:5.40. 100% | 161.1 MiB/s | 8.1 MiB | 00m00s [795/847] Installing python3-rpm-genera 100% | 27.0 MiB/s | 82.9 KiB | 00m00s [796/847] Installing python3-devel-0:3. 100% | 62.6 MiB/s | 1.8 MiB | 00m00s [797/847] Installing perl-ExtUtils-Embe 100% | 15.7 MiB/s | 16.1 KiB | 00m00s [798/847] Installing patchutils-0:0.4.2 100% | 35.2 MiB/s | 216.4 KiB | 00m00s [799/847] Installing mod_ssl-1:2.4.62-2 100% | 63.2 MiB/s | 259.0 KiB | 00m00s [800/847] Installing sendmail-cf-0:8.18 100% | 55.0 MiB/s | 1.0 MiB | 00m00s [801/847] Installing sudo-python-plugin 100% | 703.5 KiB/s | 108.3 KiB | 00m00s >>> Running pre-install scriptlet: NetworkManager-1:1.50.0-1.fc41.x86_64 >>> Finished pre-install scriptlet: NetworkManager-1:1.50.0-1.fc41.x86_64 >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> [802/847] Installing NetworkManager-1:1 100% | 28.4 MiB/s | 5.7 MiB | 00m00s >>> Running post-install scriptlet: NetworkManager-1:1.50.0-1.fc41.x86_64 >>> Finished post-install scriptlet: NetworkManager-1:1.50.0-1.fc41.x86_64 >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> /usr/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8 >>> ⚠️ /proc/ is not mounted. This is not a supported mode of operation. Ple >>> your invocation environment to mount /proc/ and /sys/ properly. Proceeding a >>> Your mileage may vary. >>> Created symlink '/etc/systemd/system/multi-user.target.wants/NetworkManager. >>> Created symlink '/etc/systemd/system/dbus-org.freedesktop.nm-dispatcher.serv >>> Created symlink '/etc/systemd/system/network-online.target.wants/NetworkMana >>> [803/847] Installing gnupg1-0:1.4.23-26 100% | 140.7 MiB/s | 5.1 MiB | 00m00s [804/847] Installing createrepo_c-0:1.1 100% | 50.5 MiB/s | 207.0 KiB | 00m00s [805/847] Installing docbook-utils-pdf- 100% | 820.3 KiB/s | 1.6 KiB | 00m00s [806/847] Installing linuxdoc-tools-0:0 100% | 1.7 MiB/s | 523.1 KiB | 00m00s >>> Running post-install scriptlet: linuxdoc-tools-0:0.9.82-8.fc41.x86_64 >>> Finished post-install scriptlet: linuxdoc-tools-0:0.9.82-8.fc41.x86_64 >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> [807/847] Installing httpd-0:2.4.62-2.f 100% | 433.4 KiB/s | 68.5 KiB | 00m00s >>> Running post-install scriptlet: httpd-0:2.4.62-2.fc41.x86_64 >>> Finished post-install scriptlet: httpd-0:2.4.62-2.fc41.x86_64 >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> /usr/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8 >>> ⚠️ /proc/ is not mounted. This is not a supported mode of operation. Ple >>> your invocation environment to mount /proc/ and /sys/ properly. Proceeding a >>> Your mileage may vary. >>> [808/847] Installing mod_http2-0:2.0.29 100% | 53.0 MiB/s | 434.3 KiB | 00m00s [809/847] Installing mod_lua-0:2.4.62-2 100% | 45.2 MiB/s | 138.8 KiB | 00m00s [810/847] Installing wget2-wget-0:2.1.0 100% | 144.5 KiB/s | 444.0 B | 00m00s [811/847] Installing perl-GD-Barcode-0: 100% | 137.1 MiB/s | 10.6 MiB | 00m00s [812/847] Installing perl-Lexical-Var-0 100% | 27.3 MiB/s | 55.9 KiB | 00m00s [813/847] Installing perl-List-MoreUtil 100% | 53.7 MiB/s | 165.1 KiB | 00m00s [814/847] Installing perl-CPAN-Meta-0:2 100% | 42.8 MiB/s | 613.8 KiB | 00m00s [815/847] Installing php-devel-0:8.3.13 100% | 113.0 MiB/s | 6.0 MiB | 00m00s [816/847] Installing psutils-0:2.10-7.f 100% | 32.6 MiB/s | 133.7 KiB | 00m00s [817/847] Installing perl-IO-Compress-B 100% | 12.7 MiB/s | 39.0 KiB | 00m00s [818/847] Installing perl-PerlIO-utf8_s 100% | 14.4 MiB/s | 44.2 KiB | 00m00s [819/847] Installing perl-Class-XSAcces 100% | 24.8 MiB/s | 101.6 KiB | 00m00s [820/847] Installing perl-doc-0:5.40.0- 100% | 132.4 MiB/s | 11.1 MiB | 00m00s [821/847] Installing perl-NDBM_File-0:1 100% | 16.4 MiB/s | 33.5 KiB | 00m00s [822/847] Installing beecrypt-devel-0:4 100% | 14.0 MiB/s | 185.9 KiB | 00m00s [823/847] Installing emacs-nw-1:29.4-38 100% | 173.7 MiB/s | 167.3 MiB | 00m01s [824/847] Installing iptables-legacy-0: 100% | 698.9 KiB/s | 102.0 KiB | 00m00s >>> Running post-install scriptlet: iptables-legacy-0:1.8.10-15.fc41.x86_64 >>> Finished post-install scriptlet: iptables-legacy-0:1.8.10-15.fc41.x86_64 >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> [825/847] Installing libpq-devel-0:16.4 100% | 43.8 MiB/s | 403.2 KiB | 00m00s [826/847] Installing rpm-devel-0:4.20.0 100% | 47.4 MiB/s | 291.0 KiB | 00m00s [827/847] Installing elfutils-libelf-de 100% | 13.4 MiB/s | 55.0 KiB | 00m00s [828/847] Installing readline-devel-0:8 100% | 60.8 MiB/s | 560.5 KiB | 00m00s [829/847] Installing libcurl-devel-0:8. 100% | 27.0 MiB/s | 1.4 MiB | 00m00s [830/847] Installing nano-default-edito 100% | 1.3 MiB/s | 1.4 KiB | 00m00s [831/847] Installing hunspell-en-0:0.20 100% | 120.3 MiB/s | 1.1 MiB | 00m00s [832/847] Installing php-nikic-php-pars 100% | 42.3 MiB/s | 1.1 MiB | 00m00s [833/847] Installing xmlsec1-openssl-1: 100% | 90.5 MiB/s | 278.1 KiB | 00m00s [834/847] Installing enchant2-0:2.8.1-2 100% | 818.6 KiB/s | 200.6 KiB | 00m00s >>> Running pre-install scriptlet: postgresql-server-0:16.3-3.fc41.x86_64 >>> Finished pre-install scriptlet: postgresql-server-0:16.3-3.fc41.x86_64 >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> [835/847] Installing postgresql-server- 100% | 86.4 MiB/s | 29.2 MiB | 00m00s >>> Running post-install scriptlet: postgresql-server-0:16.3-3.fc41.x86_64 >>> Finished post-install scriptlet: postgresql-server-0:16.3-3.fc41.x86_64 >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> /usr/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8 >>> ⚠️ /proc/ is not mounted. This is not a supported mode of operation. Ple >>> your invocation environment to mount /proc/ and /sys/ properly. Proceeding a >>> Your mileage may vary. >>> [836/847] Installing rsync-0:3.3.0-3.fc 100% | 84.8 MiB/s | 781.9 KiB | 00m00s [837/847] Installing binutils-devel-0:2 100% | 197.2 MiB/s | 55.0 MiB | 00m00s [838/847] Installing apr-util-openssl-0 100% | 23.8 MiB/s | 24.4 KiB | 00m00s [839/847] Installing julietaula-montser 100% | 126.0 MiB/s | 4.2 MiB | 00m00s [840/847] Installing python3-pip-0:24.2 100% | 77.8 MiB/s | 11.7 MiB | 00m00s [841/847] Installing libtree-sitter-jav 100% | 113.9 MiB/s | 466.7 KiB | 00m00s [842/847] Installing info-0:7.1-3.fc41. 100% | 70.7 MiB/s | 362.2 KiB | 00m00s [843/847] Installing systemd-rpm-macros 100% | 11.0 MiB/s | 11.2 KiB | 00m00s [844/847] Installing expat-devel-0:2.6. 100% | 66.9 MiB/s | 205.4 KiB | 00m00s [845/847] Installing vconfig-0:1.9-37.f 100% | 14.1 MiB/s | 57.7 KiB | 00m00s [846/847] Installing python3-setuptools 100% | 32.2 MiB/s | 7.3 MiB | 00m00s >>> Running pre-install scriptlet: s-nail-0:14.9.25-1.fc41.x86_64 >>> Finished pre-install scriptlet: s-nail-0:14.9.25-1.fc41.x86_64 >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> [847/847] Installing s-nail-0:14.9.25-1 100% | 16.4 KiB/s | 1.2 MiB | 01m13s >>> Running post-transaction scriptlet: texlive-base-11:20230311-85.fc41.x86_64 >>> Finished post-transaction scriptlet: texlive-base-11:20230311-85.fc41.x86_64 >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> >>> Running post-transaction scriptlet: urw-base35-bookman-fonts-0:20200910-23.f >>> Finished post-transaction scriptlet: urw-base35-bookman-fonts-0:20200910-23. >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> >>> Running post-transaction scriptlet: urw-base35-c059-fonts-0:20200910-23.fc41 >>> Finished post-transaction scriptlet: urw-base35-c059-fonts-0:20200910-23.fc4 >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> >>> Running post-transaction scriptlet: urw-base35-d050000l-fonts-0:20200910-23. >>> Finished post-transaction scriptlet: urw-base35-d050000l-fonts-0:20200910-23 >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> >>> Running post-transaction scriptlet: urw-base35-gothic-fonts-0:20200910-23.fc >>> Finished post-transaction scriptlet: urw-base35-gothic-fonts-0:20200910-23.f >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> >>> Running post-transaction scriptlet: urw-base35-nimbus-mono-ps-fonts-0:202009 >>> Finished post-transaction scriptlet: urw-base35-nimbus-mono-ps-fonts-0:20200 >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> >>> Running post-transaction scriptlet: urw-base35-nimbus-roman-fonts-0:20200910 >>> Finished post-transaction scriptlet: urw-base35-nimbus-roman-fonts-0:2020091 >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> >>> Running post-transaction scriptlet: urw-base35-nimbus-sans-fonts-0:20200910- >>> Finished post-transaction scriptlet: urw-base35-nimbus-sans-fonts-0:20200910 >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> >>> Running post-transaction scriptlet: urw-base35-p052-fonts-0:20200910-23.fc41 >>> Finished post-transaction scriptlet: urw-base35-p052-fonts-0:20200910-23.fc4 >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> >>> Running post-transaction scriptlet: urw-base35-standard-symbols-ps-fonts-0:2 >>> Finished post-transaction scriptlet: urw-base35-standard-symbols-ps-fonts-0: >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> >>> Running post-transaction scriptlet: urw-base35-z003-fonts-0:20200910-23.fc41 >>> Finished post-transaction scriptlet: urw-base35-z003-fonts-0:20200910-23.fc4 >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> >>> Running post-transaction scriptlet: emacs-common-1:29.4-38.fc41.x86_64 >>> Finished post-transaction scriptlet: emacs-common-1:29.4-38.fc41.x86_64 >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> >>> Running post-transaction scriptlet: fontconfig-0:2.15.0-8.fc41.x86_64 >>> Finished post-transaction scriptlet: fontconfig-0:2.15.0-8.fc41.x86_64 >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> >>> Running post-transaction scriptlet: httpd-0:2.4.62-2.fc41.x86_64 >>> Finished post-transaction scriptlet: httpd-0:2.4.62-2.fc41.x86_64 >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> >>> Running post-transaction scriptlet: emacs-nw-1:29.4-38.fc41.x86_64 >>> Finished post-transaction scriptlet: emacs-nw-1:29.4-38.fc41.x86_64 >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> >>> Running trigger-install scriptlet: systemd-0:256.8-1.fc41.x86_64 >>> Finished trigger-install scriptlet: systemd-0:256.8-1.fc41.x86_64 >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> >>> Running trigger-install scriptlet: systemd-0:256.8-1.fc41.x86_64 >>> Finished trigger-install scriptlet: systemd-0:256.8-1.fc41.x86_64 >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> >>> Running trigger-install scriptlet: systemd-udev-0:256.8-1.fc41.x86_64 >>> Finished trigger-install scriptlet: systemd-udev-0:256.8-1.fc41.x86_64 >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> >>> Running trigger-install scriptlet: systemd-0:256.8-1.fc41.x86_64 >>> Finished trigger-install scriptlet: systemd-0:256.8-1.fc41.x86_64 >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> /usr/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8 >>> >>> Running trigger-install scriptlet: systemd-0:256.8-1.fc41.x86_64 >>> Finished trigger-install scriptlet: systemd-0:256.8-1.fc41.x86_64 >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> /usr/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8 >>> >>> Running trigger-install scriptlet: fontconfig-0:2.15.0-8.fc41.x86_64 >>> Finished trigger-install scriptlet: fontconfig-0:2.15.0-8.fc41.x86_64 >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> /usr/bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): >>> >>> Running trigger-install scriptlet: texlive-kpathsea-11:svn66209-85.fc41.x86_ >>> Finished trigger-install scriptlet: texlive-kpathsea-11:svn66209-85.fc41.x86 >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> /usr/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8 >>> >>> Running trigger-install scriptlet: texlive-kpathsea-11:svn66209-85.fc41.x86_ >>> Finished trigger-install scriptlet: texlive-kpathsea-11:svn66209-85.fc41.x86 >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> >>> Running trigger-install scriptlet: texlive-kpathsea-11:svn66209-85.fc41.x86_ >>> Finished trigger-install scriptlet: texlive-kpathsea-11:svn66209-85.fc41.x86 >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> /usr/bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): >>> perl: warning: Setting locale failed. >>> perl: warning: Please check that your locale settings: >>> LANGUAGE = "en_US.UTF-8", >>> LC_ALL = "en_US.UTF-8", >>> LC_CTYPE = (unset), >>> LC_NUMERIC = (unset), >>> LC_COLLATE = (unset), >>> LC_TIME = (unset), >>> LC_MESSAGES = (unset), >>> LC_MONETARY = (unset), >>> LC_ADDRESS = (unset), >>> LC_IDENTIFICATION = (unset), >>> LC_MEASUREMENT = (unset), >>> LC_PAPER = (unset), >>> LC_TELEPHONE = (unset), >>> LC_NAME = (unset), >>> LANG = "en_US.UTF-8" >>> are supported and installed on your system. >>> perl: warning: Falling back to the standard locale ("C"). >>> sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No such >>> sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No such >>> sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No such >>> sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No such >>> sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No such >>> sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No such >>> sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No such >>> sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No such >>> sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No such >>> sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No such >>> sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No such >>> sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No such >>> sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No such >>> sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No such >>> >>> Running trigger-install scriptlet: info-0:7.1-3.fc41.x86_64 >>> Finished trigger-install scriptlet: info-0:7.1-3.fc41.x86_64 >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> Complete! + chroot /vservers/2024.11.20--f41-04 linux64 rpm -aq + return 0 + post_install 2024.11.20--f41-04 linux64 + local lxc=2024.11.20--f41-04 + shift + local personality=linux64 + shift ++ lxcroot 2024.11.20--f41-04 ++ local lxc=2024.11.20--f41-04 ++ shift ++ echo /vservers/2024.11.20--f41-04 + local lxc_root=/vservers/2024.11.20--f41-04 + cp /etc/localtime /vservers/2024.11.20--f41-04/etc/localtime + sshd_disable_password_auth 2024.11.20--f41-04 + local lxc=2024.11.20--f41-04 + shift ++ lxcroot 2024.11.20--f41-04 ++ local lxc=2024.11.20--f41-04 ++ shift ++ echo /vservers/2024.11.20--f41-04 + local lxc_root=/vservers/2024.11.20--f41-04 + sed --in-place=.password -e 's,^#\?PasswordAuthentication.*,PasswordAuthentication no,' /vservers/2024.11.20--f41-04/etc/ssh/sshd_config + '[' -n true ']' + post_install_natip 2024.11.20--f41-04 linux64 + set -x + set -e + trap failure ERR INT + local lxc=2024.11.20--f41-04 + shift + local personality=linux64 + shift ++ lxcroot 2024.11.20--f41-04 ++ local lxc=2024.11.20--f41-04 ++ shift ++ echo /vservers/2024.11.20--f41-04 + local lxc_root=/vservers/2024.11.20--f41-04 + cat + chroot /vservers/2024.11.20--f41-04 linux64 bash -x bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No such file or directory + /bin/cat + '[' -n true ']' + echo Starting guest 2024.11.20--f41-04 Starting guest 2024.11.20--f41-04 + virsh -c lxc:/// start 2024.11.20--f41-04 Domain '2024.11.20--f41-04' started + '[' -n true ']' + wait_for_ssh 2024.11.20--f41-04 + set -x + set -e + local lxc=2024.11.20--f41-04 + shift + local specified_ip + '[' -n '' ']' + local success= ++ date +%s + local current_time=1732116491 + local stop_time=1732116611 + local counter=1 + '[' 1732116491 -lt 1732116611 ']' + '[' -n '' ']' ++ guest_ipv4 2024.11.20--f41-04 ++ lxc=2024.11.20--f41-04 ++ shift +++ virsh -c lxc:/// dominfo 2024.11.20--f41-04 +++ grep '^Id:' +++ awk '{print $2;}' +++ sed -e 's|-||g' ++ local lxc_pid=230099 ++ [[ -z 230099 ]] +++ pgrep -P 230099 systemd ++ local systemd_pid= ++ [[ -z '' ]] ++ echo guest_ipv4 cannot systemd pid guest_ipv4 cannot systemd pid ++ return 1 + guest_ip= + : + echo '1-th attempt to reach sshd in container 2024.11.20--f41-04 on address ...' 1-th attempt to reach sshd in container 2024.11.20--f41-04 on address ... + '[' -n '' ']' + : + counter=2 + sleep 10 ++ date +%s + current_time=1732116502 + '[' 1732116502 -lt 1732116611 ']' + '[' -n '' ']' ++ guest_ipv4 2024.11.20--f41-04 ++ lxc=2024.11.20--f41-04 ++ shift +++ virsh -c lxc:/// dominfo 2024.11.20--f41-04 +++ grep '^Id:' +++ awk '{print $2;}' +++ sed -e 's|-||g' ++ local lxc_pid=230099 ++ [[ -z 230099 ]] +++ pgrep -P 230099 systemd ++ local systemd_pid=230143 ++ [[ -z 230143 ]] +++ nsenter -t 230143 -n ip -br addr show eth0 +++ awk '{print $3}' +++ cut -d/ -f1 ++ local domip=fe80::540b:50f7:1cd6:a74b ++ '[' -z fe80::540b:50f7:1cd6:a74b ']' ++ echo fe80::540b:50f7:1cd6:a74b + guest_ip=fe80::540b:50f7:1cd6:a74b + echo '2-th attempt to reach sshd in container 2024.11.20--f41-04 on address fe80::540b:50f7:1cd6:a74b ...' 2-th attempt to reach sshd in container 2024.11.20--f41-04 on address fe80::540b:50f7:1cd6:a74b ... + '[' -n fe80::540b:50f7:1cd6:a74b ']' + ssh -o 'StrictHostKeyChecking no' fe80::540b:50f7:1cd6:a74b arch ssh: connect to host fe80::540b:50f7:1cd6:a74b port 22: Invalid argument + : + counter=3 + sleep 10 ++ date +%s + current_time=1732116512 + '[' 1732116512 -lt 1732116611 ']' + '[' -n '' ']' ++ guest_ipv4 2024.11.20--f41-04 ++ lxc=2024.11.20--f41-04 ++ shift +++ virsh -c lxc:/// dominfo 2024.11.20--f41-04 +++ grep '^Id:' +++ awk '{print $2;}' +++ sed -e 's|-||g' ++ local lxc_pid=230099 ++ [[ -z 230099 ]] +++ pgrep -P 230099 systemd ++ local systemd_pid=230143 ++ [[ -z 230143 ]] +++ nsenter -t 230143 -n ip -br addr show eth0 +++ awk '{print $3}' +++ cut -d/ -f1 ++ local domip=192.168.124.223 ++ '[' -z 192.168.124.223 ']' ++ echo 192.168.124.223 + guest_ip=192.168.124.223 + echo '3-th attempt to reach sshd in container 2024.11.20--f41-04 on address 192.168.124.223 ...' 3-th attempt to reach sshd in container 2024.11.20--f41-04 on address 192.168.124.223 ... + '[' -n 192.168.124.223 ']' + ssh -o 'StrictHostKeyChecking no' 192.168.124.223 arch @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! Someone could be eavesdropping on you right now (man-in-the-middle attack)! It is also possible that a host key has just been changed. The fingerprint for the ED25519 key sent by the remote host is SHA256:S1ZbK1XsivskxoEdVma++BnlkRasRkrUQwm28fjX0tQ. Please contact your system administrator. Add correct host key in /root/.ssh/known_hosts to get rid of this message. Offending ECDSA key in /root/.ssh/known_hosts:818 Password authentication is disabled to avoid man-in-the-middle attacks. Keyboard-interactive authentication is disabled to avoid man-in-the-middle attacks. UpdateHostkeys is disabled because the host key is not trusted. x86_64 + success=true + echo 'SSHD in container 2024.11.20--f41-04 is UP on IP 192.168.124.223' SSHD in container 2024.11.20--f41-04 is UP on IP 192.168.124.223 + break + '[' -z true ']' + return 0 + echo lbuild-initvm.sh Done lbuild-initvm.sh Done + exit 0 + cd - /vservers + rm -rf /tmp/lbuild-nightly.sh-226236 + '[' -n '' ']' + run_in_build_guest 2024.11.20--f41-04 '(git clone git://git.onelab.eu/build /build; cd /build; git checkout master)' + buildname=2024.11.20--f41-04 + shift ++ guest_ipv4 2024.11.20--f41-04 ++ lxc=2024.11.20--f41-04 ++ shift +++ virsh -c lxc:/// dominfo 2024.11.20--f41-04 +++ grep '^Id:' +++ awk '{print $2;}' +++ sed -e 's|-||g' ++ local lxc_pid=230099 ++ [[ -z 230099 ]] +++ pgrep -P 230099 systemd ++ local systemd_pid=230143 ++ [[ -z 230143 ]] +++ nsenter -t 230143 -n ip -br addr show eth0 +++ awk '{print $3}' +++ cut -d/ -f1 ++ local domip=192.168.124.223 ++ '[' -z 192.168.124.223 ']' ++ echo 192.168.124.223 + ssh -o StrictHostKeyChecking=no root@192.168.124.223 '(git clone git://git.onelab.eu/build /build; cd /build; git checkout master)' @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! Someone could be eavesdropping on you right now (man-in-the-middle attack)! It is also possible that a host key has just been changed. The fingerprint for the ED25519 key sent by the remote host is SHA256:S1ZbK1XsivskxoEdVma++BnlkRasRkrUQwm28fjX0tQ. Please contact your system administrator. Add correct host key in /root/.ssh/known_hosts to get rid of this message. Offending ECDSA key in /root/.ssh/known_hosts:818 Password authentication is disabled to avoid man-in-the-middle attacks. Keyboard-interactive authentication is disabled to avoid man-in-the-middle attacks. UpdateHostkeys is disabled because the host key is not trusted. Cloning into '/build'... Already on 'master' Your branch is up to date with 'origin/master'. ++ date + echo 'XXXXXXXXXX lbuild-nightly.sh: preparation of vm 2024.11.20--f41-04 done' Wed Nov 20 04:28:34 PM CET 2024 XXXXXXXXXX lbuild-nightly.sh: preparation of vm 2024.11.20--f41-04 done Wed Nov 20 04:28:34 PM CET 2024 ++ rootdir 2024.11.20--f41-04 ++ slice=2024.11.20--f41-04 ++ shift ++ echo /vservers/2024.11.20--f41-04 + LOG2=/vservers/2024.11.20--f41-04/log.txt + echo '==================== BEG LXC Transcript of vm creation' + cat /vservers/2024.11.20--f41-04.log.txt ==================== END LXC Transcript of vm creation xxxxxxxxxx Messing with logs, symlinking /vservers/2024.11.20--f41-04/log.txt to /vservers/2024.11.20--f41-04.log.txt + sedargs='-e s,@DATE@,2024.11.20,g -e s,@FCDISTRO@,f41,g -e s,@PLDISTRO@,lxc,g -e s,@PERSONALITY@,linux64,g' ++ echo /build/@PLDISTRO@/ ++ sed -e s,@DATE@,2024.11.20,g -e s,@FCDISTRO@,f41,g -e s,@PLDISTRO@,lxc,g -e s,@PERSONALITY@,linux64,g + WEBPATH=/build/lxc/ + webpublish mkdir -p /build/lxc/ + ssh root@build.onelab.eu mkdir -p /build/lxc/ + WEBBASE=/build/lxc//2024.11.20--f41-04 + WEBLOG=/build/lxc//2024.11.20--f41-04/log.txt ++ echo /build/lxc//2024.11.20--f41-04 ++ sed -e s,//,/,g -e s,/build/,http://build.onelab.eu/, + WEBBASE_URL=http://build.onelab.eu/lxc/2024.11.20--f41-04 + '[' -n true ']' ++ rootdir 2024.11.20--f41-04 ++ slice=2024.11.20--f41-04 ++ shift ++ echo /vservers/2024.11.20--f41-04 + cp /tmp/git-226192/lbuild-nightly.sh /vservers/2024.11.20--f41-04/build/ + run_in_build_guest 2024.11.20--f41-04 chmod +x /build/lbuild-nightly.sh + buildname=2024.11.20--f41-04 + shift ++ guest_ipv4 2024.11.20--f41-04 ++ lxc=2024.11.20--f41-04 ++ shift +++ virsh -c lxc:/// dominfo 2024.11.20--f41-04 +++ grep '^Id:' +++ awk '{print $2;}' +++ sed -e 's|-||g' ++ local lxc_pid=230099 ++ [[ -z 230099 ]] +++ pgrep -P 230099 systemd ++ local systemd_pid=230143 ++ [[ -z 230143 ]] +++ nsenter -t 230143 -n ip -br addr show eth0 +++ awk '{print $3}' +++ cut -d/ -f1 ++ local domip=192.168.124.223 ++ '[' -z 192.168.124.223 ']' ++ echo 192.168.124.223 + ssh -o StrictHostKeyChecking=no root@192.168.124.223 chmod +x /build/lbuild-nightly.sh @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! Someone could be eavesdropping on you right now (man-in-the-middle attack)! It is also possible that a host key has just been changed. The fingerprint for the ED25519 key sent by the remote host is SHA256:S1ZbK1XsivskxoEdVma++BnlkRasRkrUQwm28fjX0tQ. Please contact your system administrator. Add correct host key in /root/.ssh/known_hosts to get rid of this message. Offending ECDSA key in /root/.ssh/known_hosts:818 Password authentication is disabled to avoid man-in-the-middle attacks. Keyboard-interactive authentication is disabled to avoid man-in-the-middle attacks. UpdateHostkeys is disabled because the host key is not trusted. + run_in_build_guest 2024.11.20--f41-04 /build/lbuild-nightly.sh '-f f41 -b @DATE@--f41-04' -b 2024.11.20--f41-04 + buildname=2024.11.20--f41-04 + shift ++ guest_ipv4 2024.11.20--f41-04 ++ lxc=2024.11.20--f41-04 ++ shift +++ virsh -c lxc:/// dominfo 2024.11.20--f41-04 +++ grep '^Id:' +++ awk '{print $2;}' +++ sed -e 's|-||g' ++ local lxc_pid=230099 ++ [[ -z 230099 ]] +++ pgrep -P 230099 systemd ++ local systemd_pid=230143 ++ [[ -z 230143 ]] +++ nsenter -t 230143 -n ip -br addr show eth0 +++ awk '{print $3}' +++ cut -d/ -f1 ++ local domip=192.168.124.223 ++ '[' -z 192.168.124.223 ']' ++ echo 192.168.124.223 + ssh -o StrictHostKeyChecking=no root@192.168.124.223 /build/lbuild-nightly.sh '-f f41 -b @DATE@--f41-04' -b 2024.11.20--f41-04 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! Someone could be eavesdropping on you right now (man-in-the-middle attack)! It is also possible that a host key has just been changed. The fingerprint for the ED25519 key sent by the remote host is SHA256:S1ZbK1XsivskxoEdVma++BnlkRasRkrUQwm28fjX0tQ. Please contact your system administrator. Add correct host key in /root/.ssh/known_hosts to get rid of this message. Offending ECDSA key in /root/.ssh/known_hosts:818 Password authentication is disabled to avoid man-in-the-middle attacks. Keyboard-interactive authentication is disabled to avoid man-in-the-middle attacks. UpdateHostkeys is disabled because the host key is not trusted. ==================== Within LXC BEG Wed Nov 20 16:28:35 CET 2024 + set -e ============================== Starting lbuild-nightly.sh:build on + echo -n '============================== Starting lbuild-nightly.sh:build on ' + date Wed Nov 20 16:28:35 CET 2024 + cd /build + show_env + set +x FCDISTRO=f41 PLDISTRO=lxc PERSONALITY=linux64 BASE=2024.11.20--f41-04 BUILD_SCM_URL=git://git.onelab.eu/build MAKEVARS= DRY_RUN= PLDISTROTAGS=lxc-tags.mk TESTBUILDURL=http://build.onelab.eu/ WEBHOST=build.onelab.eu XXXXXXXXXXXXXXXXXXXX Contents of tags definition file /build/lxc-tags.mk #lxc-userspace-GITPATH := git://git.onelab.eu/lxc-userspace.git@lxc-userspace-2.0-0 #transforward-GITPATH := git://git.onelab.eu/transforward.git@transforward-0.1-12 #comgt-GITPATH := git://git.onelab.eu/comgt.git@0.3 #planetlab-umts-tools-GITPATH:= git://git.onelab.eu/planetlab-umts-tools.git@planetlab-umts-tools-0.7-1 #nodeupdate-GITPATH := git://git.onelab.eu/nodeupdate.git@nodeupdate-1.0-0 #PingOfDeath-GITPATH := git://git.onelab.eu/pingofdeath.git@master #plnode-utils-GITPATH := git://git.onelab.eu/plnode-utils.git@plnode-utils-1.0-0 #nodemanager-GITPATH := git://git.onelab.eu/nodemanager.git@master # #pl_sshd-GITPATH := git://git.onelab.eu/pl_sshd.git@pl_sshd-1.0-11 #codemux-GITPATH := git://git.onelab.eu/codemux.git@codemux-0.1-15 #libvirt-GITPATH := git://git.onelab.eu/libvirt.git@libvirt-1.2.11-2 #libvirt-python-GITPATH := git://git.onelab.eu/libvirt-python.git@libvirt-1.2.11-2 #pf2slice-GITPATH := git://git.onelab.eu/pf2slice.git@pf2slice-1.0-2 #inotify-tools-GITPATH := git://git.onelab.eu/inotify-tools.git@inotify-tools-3.13-2 #vsys-GITPATH := git://git.onelab.eu/vsys.git@master #vsys-scripts-GITPATH := git://git.onelab.eu/vsys-scripts.git@master #bind_public-GITPATH := git://git.onelab.eu/bind_public.git@bind_public-0.1-3 #sliver-openvswitch-GITPATH := git://git.onelab.eu/sliver-openvswitch.git@sliver-openvswitch-2.2.90-1 plcapi-GITPATH := git://git.onelab.eu/plcapi.git@master drupal-GITPATH := git://git.onelab.eu/drupal.git@drupal-4.7-17 plewww-GITPATH := git://git.onelab.eu/plewww.git@master www-register-wizard-GITPATH := git://git.onelab.eu/www-register-wizard.git@www-register-wizard-4.3-5 #monitor-GITPATH := git://git.onelab.eu/monitor@monitor-3.1-6 #PLCRT-GITPATH := git://git.onelab.eu/plcrt.git@master #nodeconfig-GITPATH := git://git.onelab.eu/nodeconfig.git@nodeconfig-5.2-5 #bootmanager-GITPATH := git://git.onelab.eu/bootmanager.git@master #pypcilib-GITPATH := git://git.onelab.eu/pypcilib.git@master #pyplnet-GITPATH := git://git.onelab.eu/pyplnet.git@pyplnet-7.0-0 #pcucontrol-GITPATH := git://git.onelab.eu/pcucontrol.git@master #bootcd-GITPATH := git://git.onelab.eu/bootcd.git@master #sliceimage-GITPATH := git://git.onelab.eu/sliceimage.git@master #nodeimage-GITPATH := git://git.onelab.eu/nodeimage.git@master myplc-GITPATH := git://git.onelab.eu/myplc.git@master # sfa-GITPATH := git://git.onelab.eu/sfa.git@python2 # tests-GITPATH := git://git.onelab.eu/tests.git@master XXXXXXXXXXXXXXXXXXXX end tags definition ++ pwd + echo 'Running make IN /build' Running make IN /build + MAKEVARS=("build-GITPATH=${BUILD_SCM_URL}" "${MAKEVARS[@]}") + MAKEVARS=("PLDISTRO=${PLDISTRO}" "${MAKEVARS[@]}") + MAKEVARS=("PLDISTROTAGS=${PLDISTROTAGS}" "${MAKEVARS[@]}") + MAKEVARS=("PERSONALITY=${PERSONALITY}" "${MAKEVARS[@]}") + MAKEVARS=("MAILDEST=${MAILDEST}" "${MAKEVARS[@]}") + MAKEVARS=("WEBPATH=${WEBPATH}" "${MAKEVARS[@]}") + MAKEVARS=("TESTBUILDURL=${TESTBUILDURL}" "${MAKEVARS[@]}") + MAKEVARS=("WEBROOT=${WEBROOT}" "${MAKEVARS[@]}") + MAKEVARS=("BASE=${BASE}" "${MAKEVARS[@]}") + /build/latex-first-run.sh Running latex and pdflatex on a dummy input + make -C /build BASE=2024.11.20--f41-04 WEBROOT=/build/ TESTBUILDURL=http://build.onelab.eu/ WEBPATH=/build/@PLDISTRO@/ MAILDEST=thierry.parmentelat@inria.fr PERSONALITY=linux64 PLDISTROTAGS=lxc-tags.mk PLDISTRO=lxc build-GITPATH=git://git.onelab.eu/build stage1=true make: Entering directory '/build' ========== stage1 ln -s spec2make.py spec2make rm -f /longbuildroot ; ln -s /build /longbuildroot rm -f .rpmmacros echo "%_topdir /longbuildroot" >> .rpmmacros echo "%_tmppath /longbuildroot/tmp" >> .rpmmacros echo "%__spec_install_pre %{___build_pre}" >> .rpmmacros ./getrpmmacros.sh >> .rpmmacros arg=""; for n in plcapi drupal plewww www-register-wizard myplc myplc-docs release ; do arg="$arg x"; make --no-print-directory stage1iter="$arg"; done ========== stage1iter : plcapi (echo -n "# Generated by planetlab build on " ; date) > header.spec echo "%define distro Fedora" >> header.spec echo "%define distrorelease 41" >> header.spec echo "%define distroname f41" >> header.spec echo "%define pldistro lxc" >> header.spec echo "%define plrelease 5.2" >> header.spec echo "# use MD5 and gzip for binary and source files" >> header.spec echo "%global _binary_filedigest_algorithm 1" >> header.spec echo "%global _source_filedigest_algorithm 1" >> header.spec echo "%global _source_payload w9.gzdio" >> header.spec echo "%global _binary_payload w9.gzdio" >> header.spec echo "%define debug_package %{nil}" >> header.spec XXXXXXXXXXXXXXX -- BEG MODULE plcapi : Wed Nov 20 16:28:35 CET 2024 mkdir -p MODULES cd MODULES && mkdir plcapi ; ( git clone git://git.onelab.eu/plcapi.git plcapi; cd plcapi ; git checkout master ; rm -rf .git ) || { rm -rf plcapi; false; } Cloning into 'plcapi'... Switched to a new branch 'master' branch 'master' set up to track 'origin/master'. XXXXXXXXXXXXXXX -- END MODULE plcapi : Wed Nov 20 16:28:38 CET 2024 mkdir -p SPECS cat header.spec > SPECS/plcapi.spec echo "%define SCMURL git://git.onelab.eu/plcapi.git@master" >> SPECS/plcapi.spec echo "%define date 2024.11.20" >> SPECS/plcapi.spec echo "# included from plcapi.spec" >> SPECS/plcapi.spec cat MODULES/plcapi/plcapi.spec >> SPECS/plcapi.spec mkdir -p MAKE ./spec2make SPECS/plcapi.spec plcapi > MAKE/plcapi.mk || { rm MAKE/plcapi.mk; exit 1; } warning: bogus date in %changelog: Mon Sep 24 2024 Thierry Parmentelat - plcapi-7.2-2 warning: bogus date in %changelog: Mon Sep 24 2024 Thierry Parmentelat - plcapi-7.2-1 ========== stage1iter : drupal XXXXXXXXXXXXXXX -- BEG MODULE drupal : Wed Nov 20 16:28:38 CET 2024 mkdir -p MODULES cd MODULES && mkdir drupal ; ( git clone git://git.onelab.eu/drupal.git drupal; cd drupal ; git checkout drupal-4.7-17 ; rm -rf .git ) || { rm -rf drupal; false; } Cloning into 'drupal'... Note: switching to 'drupal-4.7-17'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false HEAD is now at 1f69d4c Setting tag drupal-4.7-17 apply patch for php7.2 on fedora29 XXXXXXXXXXXXXXX -- END MODULE drupal : Wed Nov 20 16:28:38 CET 2024 mkdir -p SPECS cat header.spec > SPECS/drupal.spec echo "%define SCMURL git://git.onelab.eu/drupal.git@drupal-4.7-17" >> SPECS/drupal.spec echo "# included from drupal.spec" >> SPECS/drupal.spec cat MODULES/drupal/drupal.spec >> SPECS/drupal.spec mkdir -p MAKE ./spec2make SPECS/drupal.spec drupal > MAKE/drupal.mk || { rm MAKE/drupal.mk; exit 1; } ========== stage1iter : plewww XXXXXXXXXXXXXXX -- BEG MODULE plewww : Wed Nov 20 16:28:38 CET 2024 mkdir -p MODULES cd MODULES && mkdir plewww ; ( git clone git://git.onelab.eu/plewww.git plewww; cd plewww ; git checkout master ; rm -rf .git ) || { rm -rf plewww; false; } Cloning into 'plewww'... Already on 'master' Your branch is up to date with 'origin/master'. XXXXXXXXXXXXXXX -- END MODULE plewww : Wed Nov 20 16:28:39 CET 2024 mkdir -p SPECS cat header.spec > SPECS/plewww.spec echo "%define SCMURL git://git.onelab.eu/plewww.git@master" >> SPECS/plewww.spec echo "%define date 2024.11.20" >> SPECS/plewww.spec echo "# included from plewww.spec" >> SPECS/plewww.spec cat MODULES/plewww/plewww.spec >> SPECS/plewww.spec mkdir -p MAKE ./spec2make SPECS/plewww.spec plewww > MAKE/plewww.mk || { rm MAKE/plewww.mk; exit 1; } ========== stage1iter : www-register-wizard XXXXXXXXXXXXXXX -- BEG MODULE www-register-wizard : Wed Nov 20 16:28:39 CET 2024 mkdir -p MODULES cd MODULES && mkdir www-register-wizard ; ( git clone git://git.onelab.eu/www-register-wizard.git www-register-wizard; cd www-register-wizard ; git checkout www-register-wizard-4.3-5 ; rm -rf .git ) || { rm -rf www-register-wizard; false; } Cloning into 'www-register-wizard'... Note: switching to 'www-register-wizard-4.3-5'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false HEAD is now at 1e2f671 Setting tag www-register-wizard-4.3-5 use plc_style for consistent rendering of input fields XXXXXXXXXXXXXXX -- END MODULE www-register-wizard : Wed Nov 20 16:28:40 CET 2024 mkdir -p SPECS cat header.spec > SPECS/www-register-wizard.spec echo "%define SCMURL git://git.onelab.eu/www-register-wizard.git@www-register-wizard-4.3-5" >> SPECS/www-register-wizard.spec echo "# included from www-register-wizard.spec" >> SPECS/www-register-wizard.spec cat MODULES/www-register-wizard/www-register-wizard.spec >> SPECS/www-register-wizard.spec mkdir -p MAKE ./spec2make SPECS/www-register-wizard.spec www-register-wizard > MAKE/www-register-wizard.mk || { rm MAKE/www-register-wizard.mk; exit 1; } ========== stage1iter : myplc XXXXXXXXXXXXXXX -- BEG MODULE myplc : Wed Nov 20 16:28:40 CET 2024 mkdir -p MODULES cd MODULES && mkdir myplc ; ( git clone git://git.onelab.eu/myplc.git myplc; cd myplc ; git checkout master ; rm -rf .git ) || { rm -rf myplc; false; } Cloning into 'myplc'... Switched to a new branch 'master' branch 'master' set up to track 'origin/master'. XXXXXXXXXXXXXXX -- END MODULE myplc : Wed Nov 20 16:28:40 CET 2024 mkdir -p SPECS cat header.spec > SPECS/myplc.spec echo "%define SCMURL git://git.onelab.eu/myplc.git@master" >> SPECS/myplc.spec echo "%define date 2024.11.20" >> SPECS/myplc.spec echo "# included from myplc.spec" >> SPECS/myplc.spec cat MODULES/myplc/myplc.spec >> SPECS/myplc.spec mkdir -p MAKE ./spec2make SPECS/myplc.spec myplc > MAKE/myplc.mk || { rm MAKE/myplc.mk; exit 1; } warning: Macro expanded in comment on line 50: %{nodefamily} warning: Macro expanded in comment on line 52: %{nodefamily} ========== stage1iter : myplc-docs mkdir -p SPECS cat header.spec > SPECS/myplc-docs.spec echo "%define SCMURL git://git.onelab.eu/myplc.git@master" >> SPECS/myplc-docs.spec echo "%define date 2024.11.20" >> SPECS/myplc-docs.spec echo "# included from myplc-docs.spec" >> SPECS/myplc-docs.spec cat MODULES/myplc/myplc-docs.spec >> SPECS/myplc-docs.spec mkdir -p MAKE ./spec2make SPECS/myplc-docs.spec myplc-docs > MAKE/myplc-docs.mk || { rm MAKE/myplc-docs.mk; exit 1; } ========== stage1iter : release mkdir -p SPECS cat header.spec > SPECS/myplc-release.spec echo "%define SCMURL git://git.onelab.eu/myplc.git@master" >> SPECS/myplc-release.spec echo "%define date 2024.11.20" >> SPECS/myplc-release.spec echo "# included from myplc-release.spec" >> SPECS/myplc-release.spec cat MODULES/myplc/myplc-release.spec >> SPECS/myplc-release.spec mkdir -p MAKE ./spec2make SPECS/myplc-release.spec release > MAKE/release.mk || { rm MAKE/release.mk; exit 1; } make: Leaving directory '/build' + make -C /build BASE=2024.11.20--f41-04 WEBROOT=/build/ TESTBUILDURL=http://build.onelab.eu/ WEBPATH=/build/@PLDISTRO@/ MAILDEST=thierry.parmentelat@inria.fr PERSONALITY=linux64 PLDISTROTAGS=lxc-tags.mk PLDISTRO=lxc build-GITPATH=git://git.onelab.eu/build versions make: Entering directory '/build' Creating myplc-release rm -f myplc-release echo "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx build info" >> myplc-release make --no-print-directory version-build >> myplc-release echo "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx svn info" >> myplc-release make --no-print-directory version-tags >> myplc-release echo "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx rpm info" >> myplc-release make --no-print-directory version-rpms >> myplc-release Build build-date: 2024.11.20 Build build-time: 16:28-CET Build build-hostname: 2024-11-20--f41-04 Build build-base: 2024.11.20--f41-04 Build planetlab-distro: lxc Build planetlab-tags: lxc-tags.mk Build target-arch: x86_64 Build target-distro: Fedora Build target-distroname: f41 Build target-release: 41 Build target-personality: linux64 build-GITPATH := git://git.onelab.eu/build drupal-GITPATH := git://git.onelab.eu/drupal.git@drupal-4.7-17 monitor-GITPATH := myplc-GITPATH := git://git.onelab.eu/myplc.git@master nodemanager-GITPATH := plcapi-GITPATH := git://git.onelab.eu/plcapi.git@master plewww-GITPATH := git://git.onelab.eu/plewww.git@master tests-GITPATH := git://git.onelab.eu/tests.git@master www-register-wizard-GITPATH := git://git.onelab.eu/www-register-wizard.git@www-register-wizard-4.3-5 drupal :: version=4.7 release=17.lxc myplc :: version=7.2 release=0.lxc.2024.11.20 myplc-docs :: version=7.1 release=0.lxc.2024.11.20 plcapi :: version=7.2 release=4.lxc.2024.11.20 plewww :: version=5.3 release=0.2024.11.20 myplc-release :: version=7.1 release=0.lxc.2024.11.20 www-register-wizard :: version=4.3 release=5.lxc make: Leaving directory '/build' + make -C /build BASE=2024.11.20--f41-04 WEBROOT=/build/ TESTBUILDURL=http://build.onelab.eu/ WEBPATH=/build/@PLDISTRO@/ MAILDEST=thierry.parmentelat@inria.fr PERSONALITY=linux64 PLDISTROTAGS=lxc-tags.mk PLDISTRO=lxc build-GITPATH=git://git.onelab.eu/build make: Entering directory '/build' mkdir -p SOURCES && cp -rl MODULES/plcapi SOURCES/plcapi-7.2 tar chpzf SOURCES/plcapi-7.2.tar.gz -C SOURCES plcapi-7.2 mkdir -p BUILD SRPMS tmp XXXXXXXXXXXXXXX -- BEG SRPM plcapi (using SOURCES) Wed Nov 20 16:28:41 CET 2024 rpmbuild -bs SPECS/plcapi.spec warning: bogus date in %changelog: Mon Sep 24 2024 Thierry Parmentelat - plcapi-7.2-2 warning: bogus date in %changelog: Mon Sep 24 2024 Thierry Parmentelat - plcapi-7.2-1 setting SOURCE_DATE_EPOCH=1728950400 Wrote: /longbuildroot/SRPMS/plcapi-7.2-4.lxc.2024.11.20.src.rpm RPM build warnings: bogus date in %changelog: Mon Sep 24 2024 Thierry Parmentelat - plcapi-7.2-2 bogus date in %changelog: Mon Sep 24 2024 Thierry Parmentelat - plcapi-7.2-1 XXXXXXXXXXXXXXX -- END SRPM plcapi Wed Nov 20 16:28:41 CET 2024 mkdir -p RPMS tmp XXXXXXXXXXXXXXX -- BEG RPM plcapi Wed Nov 20 16:28:41 CET 2024 rpmbuild --rebuild --define "_sourcedir /longbuildroot/tmp" --define "_specdir /longbuildroot/tmp" SRPMS/plcapi-7.2-4.lxc.2024.11.20.src.rpm warning: bogus date in %changelog: Mon Sep 24 2024 Thierry Parmentelat - plcapi-7.2-2 warning: bogus date in %changelog: Mon Sep 24 2024 Thierry Parmentelat - plcapi-7.2-1 Installing SRPMS/plcapi-7.2-4.lxc.2024.11.20.src.rpm setting SOURCE_DATE_EPOCH=1728950400 Executing(%mkbuilddir): /bin/sh -e /longbuildroot/tmp/rpm-tmp.7MP1x0 + umask 022 + cd /longbuildroot/BUILD/plcapi-7.2-build + test -d /longbuildroot/BUILD/plcapi-7.2-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /longbuildroot/BUILD/plcapi-7.2-build + /usr/bin/rm -rf /longbuildroot/BUILD/plcapi-7.2-build + /usr/bin/mkdir -p /longbuildroot/BUILD/plcapi-7.2-build + /usr/bin/mkdir -p /longbuildroot/BUILD/plcapi-7.2-build/SPECPARTS + RPM_EC=0 ++ jobs -p + exit 0 Executing(%prep): /bin/sh -e /longbuildroot/tmp/rpm-tmp.LYL7y5 + umask 022 + cd /longbuildroot/BUILD/plcapi-7.2-build + cd /longbuildroot/BUILD/plcapi-7.2-build + rm -rf plcapi-7.2 + /usr/lib/rpm/rpmuncompress -x /longbuildroot/tmp/plcapi-7.2.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd plcapi-7.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /longbuildroot/tmp/rpm-tmp.WB7dkH + umask 022 + cd /longbuildroot/BUILD/plcapi-7.2-build + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none -Cforce-frame-pointers=yes -Clink-arg=-specs=/usr/lib/rpm/redhat/redhat-package-notes --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd plcapi-7.2 + /usr/bin/make -j32 make[1]: Entering directory '/build/BUILD/plcapi-7.2-build/plcapi-7.2' python3 setup.py build running build running build_py creating build creating build/lib creating build/lib/PLC copying PLC/Sites.py -> build/lib/PLC copying PLC/NodeGroups.py -> build/lib/PLC copying PLC/AuthorizeHelpers.py -> build/lib/PLC copying PLC/InitScripts.py -> build/lib/PLC copying PLC/Slices.py -> build/lib/PLC copying PLC/PCUProtocolTypes.py -> build/lib/PLC copying PLC/SliceTags.py -> build/lib/PLC copying PLC/ConfFiles.py -> build/lib/PLC copying PLC/Timestamp.py -> build/lib/PLC copying PLC/SiteTags.py -> build/lib/PLC copying PLC/Logger.py -> build/lib/PLC copying PLC/NetworkMethods.py -> build/lib/PLC copying PLC/Auth.py -> build/lib/PLC copying PLC/PCUs.py -> build/lib/PLC copying PLC/EventObjects.py -> build/lib/PLC copying PLC/LeaseFilter.py -> build/lib/PLC copying PLC/sendmail.py -> build/lib/PLC copying PLC/Filter.py -> build/lib/PLC copying PLC/NetworkTypes.py -> build/lib/PLC copying PLC/Debug.py -> build/lib/PLC copying PLC/Table.py -> build/lib/PLC copying PLC/__init__.py -> build/lib/PLC copying PLC/Peers.py -> build/lib/PLC copying PLC/Roles.py -> build/lib/PLC copying PLC/Method.py -> build/lib/PLC copying PLC/Nodes.py -> build/lib/PLC copying PLC/Namespace.py -> build/lib/PLC copying PLC/BootStates.py -> build/lib/PLC copying PLC/Shell.py -> build/lib/PLC copying PLC/PyCurl.py -> build/lib/PLC copying PLC/Events.py -> build/lib/PLC copying PLC/KeyTypes.py -> build/lib/PLC copying PLC/PersonTags.py -> build/lib/PLC copying PLC/NodeTypes.py -> build/lib/PLC copying PLC/Accessor.py -> build/lib/PLC copying PLC/Sessions.py -> build/lib/PLC copying PLC/Leases.py -> build/lib/PLC copying PLC/SliceInstantiations.py -> build/lib/PLC copying PLC/PCUTypes.py -> build/lib/PLC copying PLC/GPG.py -> build/lib/PLC copying PLC/API.py -> build/lib/PLC copying PLC/Boot.py -> build/lib/PLC copying PLC/POD.py -> build/lib/PLC copying PLC/Persons.py -> build/lib/PLC copying PLC/Parameter.py -> build/lib/PLC copying PLC/NodeTags.py -> build/lib/PLC copying PLC/Config.py -> build/lib/PLC copying PLC/Interfaces.py -> build/lib/PLC copying PLC/PostgreSQL.py -> build/lib/PLC copying PLC/Messages.py -> build/lib/PLC copying PLC/Faults.py -> build/lib/PLC copying PLC/TagTypes.py -> build/lib/PLC copying PLC/Ilinks.py -> build/lib/PLC copying PLC/AddressTypes.py -> build/lib/PLC copying PLC/Addresses.py -> build/lib/PLC copying PLC/Keys.py -> build/lib/PLC copying PLC/crypt.py -> build/lib/PLC copying PLC/InterfaceTags.py -> build/lib/PLC creating build/lib/PLC/Methods copying PLC/Methods/GetNetworkTypes.py -> build/lib/PLC/Methods copying PLC/Methods/DeleteIlink.py -> build/lib/PLC/Methods copying PLC/Methods/DeleteSite.py -> build/lib/PLC/Methods copying PLC/Methods/AddAddressTypeToAddress.py -> build/lib/PLC/Methods copying PLC/Methods/GetIlinks.py -> build/lib/PLC/Methods copying PLC/Methods/GetPeerName.py -> build/lib/PLC/Methods copying PLC/Methods/DeleteRole.py -> build/lib/PLC/Methods copying PLC/Methods/GetSessions.py -> build/lib/PLC/Methods copying PLC/Methods/UpdateInitScript.py -> build/lib/PLC/Methods copying PLC/Methods/UpdateInterface.py -> build/lib/PLC/Methods copying PLC/Methods/SliceNodesAdd.py -> build/lib/PLC/Methods copying PLC/Methods/AddAddressType.py -> build/lib/PLC/Methods copying PLC/Methods/RetrieveSlicePersonKeys.py -> build/lib/PLC/Methods copying PLC/Methods/DeleteInterface.py -> build/lib/PLC/Methods copying PLC/Methods/UpdateNodeGroup.py -> build/lib/PLC/Methods copying PLC/Methods/DeleteAllPeerEntries.py -> build/lib/PLC/Methods copying PLC/Methods/GetSlices.py -> build/lib/PLC/Methods copying PLC/Methods/AddSliceToNodesWhitelist.py -> build/lib/PLC/Methods copying PLC/Methods/SliceUserAdd.py -> build/lib/PLC/Methods copying PLC/Methods/DeleteNetworkType.py -> build/lib/PLC/Methods copying PLC/Methods/UpdateMessage.py -> build/lib/PLC/Methods copying PLC/Methods/RefreshPeer.py -> build/lib/PLC/Methods copying PLC/Methods/GetNodeTypes.py -> build/lib/PLC/Methods copying PLC/Methods/DeletePeer.py -> build/lib/PLC/Methods copying PLC/Methods/AddNodeType.py -> build/lib/PLC/Methods copying PLC/Methods/GetConfFiles.py -> build/lib/PLC/Methods copying PLC/Methods/GetTagTypes.py -> build/lib/PLC/Methods copying PLC/Methods/DeleteNodeType.py -> build/lib/PLC/Methods copying PLC/Methods/BootNotifyOwners.py -> build/lib/PLC/Methods copying PLC/Methods/UpdateSlice.py -> build/lib/PLC/Methods copying PLC/Methods/UpdatePCUType.py -> build/lib/PLC/Methods copying PLC/Methods/AddPCUProtocolType.py -> build/lib/PLC/Methods copying PLC/Methods/AddPersonToSite.py -> build/lib/PLC/Methods copying PLC/Methods/AddSession.py -> build/lib/PLC/Methods copying PLC/Methods/AddPersonTag.py -> build/lib/PLC/Methods copying PLC/Methods/GenerateNodeConfFile.py -> build/lib/PLC/Methods copying PLC/Methods/SliceUserDel.py -> build/lib/PLC/Methods copying PLC/Methods/AddInterfaceTag.py -> build/lib/PLC/Methods copying PLC/Methods/DeleteSliceFromNodes.py -> build/lib/PLC/Methods copying PLC/Methods/AddPersonKey.py -> build/lib/PLC/Methods copying PLC/Methods/UpdateConfFile.py -> build/lib/PLC/Methods copying PLC/Methods/AuthCheck.py -> build/lib/PLC/Methods copying PLC/Methods/GetBootMedium.py -> build/lib/PLC/Methods copying PLC/Methods/UpdateNode.py -> build/lib/PLC/Methods copying PLC/Methods/DeleteKeyType.py -> build/lib/PLC/Methods copying PLC/Methods/UpdateKey.py -> build/lib/PLC/Methods copying PLC/Methods/GetKeys.py -> build/lib/PLC/Methods copying PLC/Methods/AddRoleToPerson.py -> build/lib/PLC/Methods copying PLC/Methods/DeleteNetworkMethod.py -> build/lib/PLC/Methods copying PLC/Methods/AddInitScript.py -> build/lib/PLC/Methods copying PLC/Methods/DeleteInterfaceTag.py -> build/lib/PLC/Methods copying PLC/Methods/UpdateSite.py -> build/lib/PLC/Methods copying PLC/Methods/DeleteNodeFromPCU.py -> build/lib/PLC/Methods copying PLC/Methods/UpdatePerson.py -> build/lib/PLC/Methods copying PLC/Methods/SliceNodesList.py -> build/lib/PLC/Methods copying PLC/Methods/DeletePerson.py -> build/lib/PLC/Methods copying PLC/Methods/UpdateIlink.py -> build/lib/PLC/Methods copying PLC/Methods/SliceDelete.py -> build/lib/PLC/Methods copying PLC/Methods/GetLeaseGranularity.py -> build/lib/PLC/Methods copying PLC/Methods/DeleteConfFile.py -> build/lib/PLC/Methods copying PLC/Methods/__init__.py -> build/lib/PLC/Methods copying PLC/Methods/UpdatePCU.py -> build/lib/PLC/Methods copying PLC/Methods/AddConfFileToNodeGroup.py -> build/lib/PLC/Methods copying PLC/Methods/DeleteNode.py -> build/lib/PLC/Methods copying PLC/Methods/GetSliceTags.py -> build/lib/PLC/Methods copying PLC/Methods/AddRoleToTagType.py -> build/lib/PLC/Methods copying PLC/Methods/DeleteRoleFromPerson.py -> build/lib/PLC/Methods copying PLC/Methods/DeleteNodeGroup.py -> build/lib/PLC/Methods copying PLC/Methods/DeleteLeases.py -> build/lib/PLC/Methods copying PLC/Methods/UpdateNodeTag.py -> build/lib/PLC/Methods copying PLC/Methods/AddSiteTag.py -> build/lib/PLC/Methods copying PLC/Methods/DeleteSliceTag.py -> build/lib/PLC/Methods copying PLC/Methods/AddIlink.py -> build/lib/PLC/Methods copying PLC/Methods/AddNetworkMethod.py -> build/lib/PLC/Methods copying PLC/Methods/DeletePCU.py -> build/lib/PLC/Methods copying PLC/Methods/GetNodeTags.py -> build/lib/PLC/Methods copying PLC/Methods/DeleteAddressTypeFromAddress.py -> build/lib/PLC/Methods copying PLC/Methods/SliceGetTicket.py -> build/lib/PLC/Methods copying PLC/Methods/AddConfFile.py -> build/lib/PLC/Methods copying PLC/Methods/AddBootState.py -> build/lib/PLC/Methods copying PLC/Methods/GetInterfaceTags.py -> build/lib/PLC/Methods copying PLC/Methods/AddSlice.py -> build/lib/PLC/Methods copying PLC/Methods/AddConfFileToNode.py -> build/lib/PLC/Methods copying PLC/Methods/BootUpdateNode.py -> build/lib/PLC/Methods copying PLC/Methods/AddSiteAddress.py -> build/lib/PLC/Methods copying PLC/Methods/DeleteInitScript.py -> build/lib/PLC/Methods copying PLC/Methods/SliceInfo.py -> build/lib/PLC/Methods copying PLC/Methods/UpdateLeases.py -> build/lib/PLC/Methods copying PLC/Methods/BlacklistKey.py -> build/lib/PLC/Methods copying PLC/Methods/SliceNodesDel.py -> build/lib/PLC/Methods copying PLC/Methods/SliceUpdate.py -> build/lib/PLC/Methods copying PLC/Methods/DeletePersonTag.py -> build/lib/PLC/Methods copying PLC/Methods/UpdateSliceTag.py -> build/lib/PLC/Methods copying PLC/Methods/GetSiteTags.py -> build/lib/PLC/Methods copying PLC/Methods/GetSlivers.py -> build/lib/PLC/Methods copying PLC/Methods/GetPCUTypes.py -> build/lib/PLC/Methods copying PLC/Methods/UpdateInterfaceTag.py -> build/lib/PLC/Methods copying PLC/Methods/GetEventObjects.py -> build/lib/PLC/Methods copying PLC/Methods/RebootNode.py -> build/lib/PLC/Methods copying PLC/Methods/UpdateAddressType.py -> build/lib/PLC/Methods copying PLC/Methods/GetMessages.py -> build/lib/PLC/Methods copying PLC/Methods/SliceListNames.py -> build/lib/PLC/Methods copying PLC/Methods/DeleteBootState.py -> build/lib/PLC/Methods copying PLC/Methods/AddKeyType.py -> build/lib/PLC/Methods copying PLC/Methods/AddInterface.py -> build/lib/PLC/Methods copying PLC/Methods/SliceExtendedInfo.py -> build/lib/PLC/Methods copying PLC/Methods/DeleteSliceFromNodesWhitelist.py -> build/lib/PLC/Methods copying PLC/Methods/AddPCU.py -> build/lib/PLC/Methods copying PLC/Methods/DeleteSliceInstantiation.py -> build/lib/PLC/Methods copying PLC/Methods/DeleteSession.py -> build/lib/PLC/Methods copying PLC/Methods/UpdatePCUProtocolType.py -> build/lib/PLC/Methods copying PLC/Methods/NotifyPersons.py -> build/lib/PLC/Methods copying PLC/Methods/AddSliceTag.py -> build/lib/PLC/Methods copying PLC/Methods/DeletePersonFromSlice.py -> build/lib/PLC/Methods copying PLC/Methods/GetEvents.py -> build/lib/PLC/Methods copying PLC/Methods/ReportRunlevel.py -> build/lib/PLC/Methods copying PLC/Methods/GetKeyTypes.py -> build/lib/PLC/Methods copying PLC/Methods/GetInterfaces.py -> build/lib/PLC/Methods copying PLC/Methods/DeletePCUProtocolType.py -> build/lib/PLC/Methods copying PLC/Methods/DeleteNodeTag.py -> build/lib/PLC/Methods copying PLC/Methods/DeletePCUType.py -> build/lib/PLC/Methods copying PLC/Methods/AddPersonToSlice.py -> build/lib/PLC/Methods copying PLC/Methods/DeleteMessage.py -> build/lib/PLC/Methods copying PLC/Methods/GetSliceFamily.py -> build/lib/PLC/Methods copying PLC/Methods/GetRoles.py -> build/lib/PLC/Methods copying PLC/Methods/AddNodeToPCU.py -> build/lib/PLC/Methods copying PLC/Methods/GetNodeFlavour.py -> build/lib/PLC/Methods copying PLC/Methods/GetPersonTags.py -> build/lib/PLC/Methods copying PLC/Methods/GetSession.py -> build/lib/PLC/Methods copying PLC/Methods/AddSliceToNodes.py -> build/lib/PLC/Methods copying PLC/Methods/BindObjectToPeer.py -> build/lib/PLC/Methods copying PLC/Methods/GetInitScripts.py -> build/lib/PLC/Methods copying PLC/Methods/GetAddressTypes.py -> build/lib/PLC/Methods copying PLC/Methods/UnBindObjectFromPeer.py -> build/lib/PLC/Methods copying PLC/Methods/AddTagType.py -> build/lib/PLC/Methods copying PLC/Methods/GetPCUs.py -> build/lib/PLC/Methods copying PLC/Methods/SliceUsersList.py -> build/lib/PLC/Methods copying PLC/Methods/GetNodes.py -> build/lib/PLC/Methods copying PLC/Methods/AddNetworkType.py -> build/lib/PLC/Methods copying PLC/Methods/SliceRenew.py -> build/lib/PLC/Methods copying PLC/Methods/GetPeerData.py -> build/lib/PLC/Methods copying PLC/Methods/RetrieveSliceSliverKeys.py -> build/lib/PLC/Methods copying PLC/Methods/DeleteAddressType.py -> build/lib/PLC/Methods copying PLC/Methods/AddSite.py -> build/lib/PLC/Methods copying PLC/Methods/AddLeases.py -> build/lib/PLC/Methods copying PLC/Methods/DeleteSiteTag.py -> build/lib/PLC/Methods copying PLC/Methods/AddNode.py -> build/lib/PLC/Methods copying PLC/Methods/UpdatePeer.py -> build/lib/PLC/Methods copying PLC/Methods/UpdatePersonTag.py -> build/lib/PLC/Methods copying PLC/Methods/GetSliceKeys.py -> build/lib/PLC/Methods copying PLC/Methods/DeletePersonFromSite.py -> build/lib/PLC/Methods copying PLC/Methods/GetPlcRelease.py -> build/lib/PLC/Methods copying PLC/Methods/DeleteTagType.py -> build/lib/PLC/Methods copying PLC/Methods/DeleteRoleFromTagType.py -> build/lib/PLC/Methods copying PLC/Methods/VerifyPerson.py -> build/lib/PLC/Methods copying PLC/Methods/GetPeers.py -> build/lib/PLC/Methods copying PLC/Methods/DeleteAddress.py -> build/lib/PLC/Methods copying PLC/Methods/DeleteSlice.py -> build/lib/PLC/Methods copying PLC/Methods/AddNodeGroup.py -> build/lib/PLC/Methods copying PLC/Methods/DeleteConfFileFromNodeGroup.py -> build/lib/PLC/Methods copying PLC/Methods/AddPeer.py -> build/lib/PLC/Methods copying PLC/Methods/SliceListUserSlices.py -> build/lib/PLC/Methods copying PLC/Methods/AddMessage.py -> build/lib/PLC/Methods copying PLC/Methods/BootGetNodeDetails.py -> build/lib/PLC/Methods copying PLC/Methods/RebootNodeWithPCU.py -> build/lib/PLC/Methods copying PLC/Methods/AddPerson.py -> build/lib/PLC/Methods copying PLC/Methods/GetLeases.py -> build/lib/PLC/Methods copying PLC/Methods/DeleteKey.py -> build/lib/PLC/Methods copying PLC/Methods/GetSliceInstantiations.py -> build/lib/PLC/Methods copying PLC/Methods/SetPersonPrimarySite.py -> build/lib/PLC/Methods copying PLC/Methods/AddNodeTag.py -> build/lib/PLC/Methods copying PLC/Methods/GetWhitelist.py -> build/lib/PLC/Methods copying PLC/Methods/GetBootStates.py -> build/lib/PLC/Methods copying PLC/Methods/UpdateSiteTag.py -> build/lib/PLC/Methods copying PLC/Methods/GetPCUProtocolTypes.py -> build/lib/PLC/Methods copying PLC/Methods/NotifySupport.py -> build/lib/PLC/Methods copying PLC/Methods/BootCheckAuthentication.py -> build/lib/PLC/Methods copying PLC/Methods/AddPCUType.py -> build/lib/PLC/Methods copying PLC/Methods/AddRole.py -> build/lib/PLC/Methods copying PLC/Methods/SliceTicketGet.py -> build/lib/PLC/Methods copying PLC/Methods/UpdateAddress.py -> build/lib/PLC/Methods copying PLC/Methods/UpdateTagType.py -> build/lib/PLC/Methods copying PLC/Methods/GetSites.py -> build/lib/PLC/Methods copying PLC/Methods/SliceCreate.py -> build/lib/PLC/Methods copying PLC/Methods/GetAddresses.py -> build/lib/PLC/Methods copying PLC/Methods/GetNodeGroups.py -> build/lib/PLC/Methods copying PLC/Methods/ResolveSlices.py -> build/lib/PLC/Methods copying PLC/Methods/GetPersons.py -> build/lib/PLC/Methods copying PLC/Methods/DeleteConfFileFromNode.py -> build/lib/PLC/Methods copying PLC/Methods/GetSliceTicket.py -> build/lib/PLC/Methods copying PLC/Methods/GetNetworkMethods.py -> build/lib/PLC/Methods copying PLC/Methods/AddSliceInstantiation.py -> build/lib/PLC/Methods copying PLC/Methods/ResetPassword.py -> build/lib/PLC/Methods creating build/lib/PLC/Methods/system copying PLC/Methods/system/__init__.py -> build/lib/PLC/Methods/system copying PLC/Methods/system/multicall.py -> build/lib/PLC/Methods/system copying PLC/Methods/system/methodHelp.py -> build/lib/PLC/Methods/system copying PLC/Methods/system/methodSignature.py -> build/lib/PLC/Methods/system copying PLC/Methods/system/listMethods.py -> build/lib/PLC/Methods/system creating build/lib/PLC/Accessors copying PLC/Accessors/Accessors_wireless.py -> build/lib/PLC/Accessors copying PLC/Accessors/__init__.py -> build/lib/PLC/Accessors copying PLC/Accessors/Accessors_example_ple.py -> build/lib/PLC/Accessors copying PLC/Accessors/Accessors_site.py -> build/lib/PLC/Accessors copying PLC/Accessors/Accessors_ipv6.py -> build/lib/PLC/Accessors copying PLC/Accessors/Accessors_myslice.py -> build/lib/PLC/Accessors copying PLC/Accessors/Factory.py -> build/lib/PLC/Accessors copying PLC/Accessors/Accessors_standard.py -> build/lib/PLC/Accessors copying PLC/Accessors/Accessors_vicci.py -> build/lib/PLC/Accessors copying PLC/Accessors/Accessors_sliverauth.py -> build/lib/PLC/Accessors running build_scripts creating build/scripts-3.13 copying and adjusting plcsh -> build/scripts-3.13 copying and adjusting Server.py -> build/scripts-3.13 changing mode of build/scripts-3.13/plcsh from 644 to 755 changing mode of build/scripts-3.13/Server.py from 644 to 755 make[1]: Leaving directory '/build/BUILD/plcapi-7.2-build/plcapi-7.2' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /longbuildroot/tmp/rpm-tmp.tUnaqR + umask 022 + cd /longbuildroot/BUILD/plcapi-7.2-build + cd plcapi-7.2 + rm -rf /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT + /usr/bin/make -j32 install DESTDIR=/longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT datadir=/usr/share bindir=/usr/bin make[1]: Entering directory '/build/BUILD/plcapi-7.2-build/plcapi-7.2' # we mention --upgrade because otherwise # pip install complains the php/ target already exists # and it refuses to put plc_api.php in there pip install --upgrade --target /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT//usr/share/plc_api . Processing /build/BUILD/plcapi-7.2-build/plcapi-7.2 Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Building wheels for collected packages: plc_api Building wheel for plc_api (pyproject.toml): started Building wheel for plc_api (pyproject.toml): finished with status 'done' Created wheel for plc_api: filename=plc_api-0.0.0-py3-none-any.whl size=322688 sha256=9cada96fd84b7db9308c2aa9af1a2942378edd954fa1bde141b3cf83ddaf6774 Stored in directory: /build/.cache/pip/wheels/e8/11/d5/3b56c99faeb37079b130e02e4092188bd690f0f4b5ab482645 Successfully built plc_api Installing collected packages: plc_api Successfully installed plc_api-0.0.0 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. # it's important that plcsh sits in /usr/share/plc_api # and not under bin/ so that python can find the PLC/ modules mv /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT//usr/share/plc_api/bin/plcsh /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT//usr/share/plc_api mv /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT//usr/share/plc_api/bin/Server.py /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT//usr/share/plc_api # the old recipe used to read # python3 setup.py install \ # --install-purelib=/longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT//usr/share/plc_api \ # --install-scripts=/longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT//usr/share/plc_api \ # --install-data=/longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT//usr/share/plc_api # phpxmlrpc is a git subtree; we just ship all its contents # under /usr/share/plc_api/php/phpxmlrpc mkdir -p /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT//usr/share/plc_api/php/phpxmlrpc/ rsync --exclude .git -ai php/phpxmlrpc/ /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT//usr/share/plc_api/php/phpxmlrpc/ .d..t...... ./ >f+++++++++ .editorconfig >f+++++++++ .gitattributes >f+++++++++ .gitignore >f+++++++++ INSTALL.md >f+++++++++ NEWS >f+++++++++ README.md >f+++++++++ composer.json >f+++++++++ license.txt >f+++++++++ pakefile.php >f+++++++++ phpunit.xml.dist cd+++++++++ .github/ cd+++++++++ .github/workflows/ >f+++++++++ .github/workflows/ci.yml cd+++++++++ debugger/ >f+++++++++ debugger/action.php >f+++++++++ debugger/common.php >f+++++++++ debugger/controller.php >f+++++++++ debugger/favicon.ico >f+++++++++ debugger/index.php cd+++++++++ demo/ >f+++++++++ demo/demo1.xml >f+++++++++ demo/demo2.xml >f+++++++++ demo/demo3.xml >f+++++++++ demo/vardemo.php cd+++++++++ demo/client/ >f+++++++++ demo/client/_append.php >f+++++++++ demo/client/_prepend.php >f+++++++++ demo/client/agesort.php >f+++++++++ demo/client/getstatename.php >f+++++++++ demo/client/introspect.php >f+++++++++ demo/client/mail.php >f+++++++++ demo/client/proxy.php >f+++++++++ demo/client/which.php >f+++++++++ demo/client/wrap.php cd+++++++++ demo/client/perl/ >f+++++++++ demo/client/perl/test.pl cd+++++++++ demo/client/python/ >f+++++++++ demo/client/python/test.py cd+++++++++ demo/server/ >f+++++++++ demo/server/_append.php >f+++++++++ demo/server/_prepend.php >f+++++++++ demo/server/discuss.php >f+++++++++ demo/server/proxy.php >f+++++++++ demo/server/server.php cd+++++++++ demo/server/methodProviders/ >f+++++++++ demo/server/methodProviders/functions.php >f+++++++++ demo/server/methodProviders/interop.php >f+++++++++ demo/server/methodProviders/validator1.php >f+++++++++ demo/server/methodProviders/wrapper.php cd+++++++++ doc/ >f+++++++++ doc/ChangeLog >f+++++++++ doc/api_changes_v4.md cd+++++++++ doc/build/ >f+++++++++ doc/build/composer.json >f+++++++++ doc/build/custom.fo.xsl >f+++++++++ doc/build/custom.xsl >f+++++++++ doc/build/setup_tools.sh cd+++++++++ doc/manual/ >f+++++++++ doc/manual/phpxmlrpc_manual.adoc cd+++++++++ doc/manual/images/ >f+++++++++ doc/manual/images/debugger.gif >f+++++++++ doc/manual/images/progxmlrpc.s.gif cd+++++++++ extras/ >f+++++++++ extras/benchmark.php >f+++++++++ extras/verify_compat.php cd+++++++++ lib/ >f+++++++++ lib/xmlrpc.inc >f+++++++++ lib/xmlrpc_wrappers.inc >f+++++++++ lib/xmlrpcs.inc cd+++++++++ src/ >f+++++++++ src/Autoloader.php >f+++++++++ src/Client.php >f+++++++++ src/Encoder.php >f+++++++++ src/PhpXmlRpc.php >f+++++++++ src/Request.php >f+++++++++ src/Response.php >f+++++++++ src/Server.php >f+++++++++ src/Value.php >f+++++++++ src/Wrapper.php cd+++++++++ src/Exception/ >f+++++++++ src/Exception/HttpException.php >f+++++++++ src/Exception/PhpXmlrpcException.php cd+++++++++ src/Helper/ >f+++++++++ src/Helper/Charset.php >f+++++++++ src/Helper/Date.php >f+++++++++ src/Helper/Http.php >f+++++++++ src/Helper/Logger.php >f+++++++++ src/Helper/XMLParser.php cd+++++++++ tests/ >f+++++++++ tests/0CharsetTest.php >f+++++++++ tests/1ValueTest.php >f+++++++++ tests/2MessageTest.php >f+++++++++ tests/3EncoderTest.php >f+++++++++ tests/4ClientTest.php >f+++++++++ tests/5ServerTest.php >f+++++++++ tests/6HTTPTest.php >f+++++++++ tests/7DemofilesTest.php >f+++++++++ tests/8DebuggerTest.php >f+++++++++ tests/9ExtraFilesTest.php >f+++++++++ tests/PolyfillTestCase.php >f+++++++++ tests/PolyfillTestCase7.php >f+++++++++ tests/PolyfillTestCase8.php >f+++++++++ tests/WebTestCase.php >f+++++++++ tests/parse_args.php >f+++++++++ tests/phpunit_coverage.php cd+++++++++ tests/ci/ >f+++++++++ tests/ci/Dockerfile >f+++++++++ tests/ci/vm.sh cd+++++++++ tests/ci/config/ >f+++++++++ tests/ci/config/apache_phpfpm_proxyfcgi >f+++++++++ tests/ci/config/apache_vhost >f+++++++++ tests/ci/config/codecoverage_xdebug.ini >f+++++++++ tests/ci/config/privoxy cd+++++++++ tests/ci/docker/ >f+++++++++ tests/ci/docker/entrypoint.sh cd+++++++++ tests/ci/setup/ >f+++++++++ tests/ci/setup/create_user.sh >f+++++++++ tests/ci/setup/install_packages.sh >f+++++++++ tests/ci/setup/setup_apache.sh >f+++++++++ tests/ci/setup/setup_code_coverage.sh >f+++++++++ tests/ci/setup/setup_composer.sh >f+++++++++ tests/ci/setup/setup_perl.sh >f+++++++++ tests/ci/setup/setup_php.sh >f+++++++++ tests/ci/setup/setup_privoxy.sh make[1]: Leaving directory '/build/BUILD/plcapi-7.2-build/plcapi-7.2' + mkdir -p /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT//usr/bin + ln -s /usr/share/plc_api/plcsh /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT//usr/bin/plcsh + echo '* Installing initscripts' * Installing initscripts + find plc.d + cpio -p -d -u /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/etc/ 29 blocks + chmod 755 /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/etc/plc.d/api /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/etc/plc.d/db /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/etc/plc.d/postgresql * Installing db-config.d files + echo '* Installing db-config.d files' + mkdir -p /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/etc/planetlab/db-config.d + cp db-config.d/000-functions db-config.d/001-admin_user db-config.d/002-system_site db-config.d/003-accessors db-config.d/010-slice_tags db-config.d/020-boot_states db-config.d/030-interface_tags db-config.d/050-pcu_types db-config.d/060-messages db-config.d/099-hrns /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/etc/planetlab/db-config.d + chmod 444 /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/etc/planetlab/db-config.d/000-functions /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/etc/planetlab/db-config.d/001-admin_user /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/etc/planetlab/db-config.d/002-system_site /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/etc/planetlab/db-config.d/003-accessors /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/etc/planetlab/db-config.d/010-slice_tags /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/etc/planetlab/db-config.d/020-boot_states /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/etc/planetlab/db-config.d/030-interface_tags /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/etc/planetlab/db-config.d/050-pcu_types /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/etc/planetlab/db-config.d/060-messages /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/etc/planetlab/db-config.d/099-hrns + mkdir -p /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/var/log + touch /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/var/log/plcapi.log + chown apache:apache /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/var/log/plcapi.log + touch /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/var/log/plc_api_ratelimit.log + chown apache:apache /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/var/log/plc_api_ratelimit.log + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/redhat/brp-mangle-shebangs mangling shebang in /etc/plc.d/api from /bin/bash to #!/usr/bin/bash mangling shebang in /etc/plc.d/postgresql from /bin/bash to #!/usr/bin/bash mangling shebang in /etc/plc.d/db from /bin/bash to #!/usr/bin/bash mangling shebang in /usr/share/plc_api/migrations/extract-views.py from /usr/bin/env python3 to #!/usr/bin/python3 mangling shebang in /usr/share/plc_api/php/phpxmlrpc/tests/ci/setup/setup_code_coverage.sh from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/share/plc_api/php/phpxmlrpc/tests/ci/setup/setup_apache.sh from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/share/plc_api/php/phpxmlrpc/tests/ci/setup/setup_privoxy.sh from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/share/plc_api/php/phpxmlrpc/tests/ci/setup/create_user.sh from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/share/plc_api/php/phpxmlrpc/tests/ci/setup/setup_php.sh from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/share/plc_api/php/phpxmlrpc/tests/ci/setup/install_packages.sh from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/share/plc_api/php/phpxmlrpc/tests/ci/setup/setup_composer.sh from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/share/plc_api/php/phpxmlrpc/tests/ci/vm.sh from /bin/sh to #!/usr/bin/sh + /usr/lib/rpm/brp-remove-la-files + env /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j32 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/bin/add-determinism --brp -j32 /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/migrations/__pycache__/extract-views.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/bin/__pycache__/Server.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/system/__pycache__/__init__.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/system/__pycache__/listMethods.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/system/__pycache__/multicall.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/system/__pycache__/methodHelp.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/system/__pycache__/methodSignature.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/DeleteInitScript.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/GetNodeGroups.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/DeleteSite.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/UpdateSliceTag.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/DeleteInterface.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/DeletePersonFromSite.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/DeleteNodeFromPCU.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/AddInitScript.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/GetPersons.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/DeleteRoleFromTagType.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/AddIlink.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/GetSlivers.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/UpdateNodeTag.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/GetConfFiles.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/GetKeys.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/AddSliceToNodes.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/GetLeaseGranularity.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/GetSliceFamily.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/DeleteAddressTypeFromAddress.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/AddConfFileToNodeGroup.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/AddNode.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/VerifyPerson.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/BindObjectToPeer.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/UpdatePerson.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/DeleteRoleFromPerson.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/AddPCUType.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/SliceExtendedInfo.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/RetrieveSliceSliverKeys.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/BlacklistKey.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/SliceUsersList.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/DeleteAddressType.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/GetIlinks.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/GetNodeTypes.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/AddSliceInstantiation.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/__init__.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/GetPeers.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/UpdateAddressType.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/DeleteSlice.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/DeleteLeases.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/DeleteRole.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/AddSite.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/UpdatePCUProtocolType.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/UnBindObjectFromPeer.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/GetWhitelist.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/UpdateNodeGroup.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/UpdateTagType.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/DeletePCUType.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/SetPersonPrimarySite.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/UpdateNode.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/DeletePerson.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/GetNetworkMethods.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/UpdatePCU.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/UpdateSite.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/GetNetworkTypes.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/GetSliceInstantiations.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/DeleteMessage.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/GetBootMedium.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/DeleteInterfaceTag.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/AddSlice.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/DeleteKey.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/GetNodes.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/AddNetworkMethod.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/GetAddressTypes.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/GetPlcRelease.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/GetBootStates.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/GetSliceTicket.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/BootCheckAuthentication.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/ResetPassword.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/DeletePersonFromSlice.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/UpdatePCUType.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/UpdateInitScript.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/GetSession.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/DeleteNetworkType.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/RefreshPeer.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/GetSiteTags.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/GetInterfaceTags.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/AddBootState.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/GetAddresses.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/SliceTicketGet.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/AddTagType.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/SliceRenew.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/GetKeyTypes.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/GetEventObjects.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/UpdatePersonTag.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/UpdateAddress.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/AddRoleToTagType.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/AddLeases.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/AuthCheck.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/AddInterfaceTag.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/DeletePersonTag.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/BootUpdateNode.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/AddSliceToNodesWhitelist.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/AddNetworkType.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/AddNodeType.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/DeleteNodeTag.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/GetNodeFlavour.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/DeleteSiteTag.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/AddPCUProtocolType.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/DeleteSliceTag.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/SliceUserAdd.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/UpdateLeases.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/UpdateInterfaceTag.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/DeleteSession.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/RebootNode.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/AddPersonTag.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/AddSiteTag.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/AddPerson.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/DeleteAddress.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/SliceNodesList.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/AddRoleToPerson.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/DeleteSliceFromNodesWhitelist.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/GetSlices.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/AddPCU.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/GetSessions.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/AddKeyType.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/AddSession.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/RetrieveSlicePersonKeys.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/DeleteAllPeerEntries.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/AddNodeGroup.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/SliceUserDel.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/AddPersonKey.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/GetInitScripts.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/DeletePeer.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/GetPCUTypes.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/UpdateMessage.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/RebootNodeWithPCU.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/GetSliceKeys.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/UpdateConfFile.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/DeletePCU.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/ResolveSlices.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/SliceNodesDel.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/GetPeerData.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/GetMessages.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/DeleteConfFileFromNodeGroup.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/AddSiteAddress.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/DeleteTagType.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/GetNodeTags.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/AddNodeToPCU.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/GetSites.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/GetPersonTags.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/DeleteKeyType.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/BootGetNodeDetails.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/GetPeerName.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/NotifyPersons.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/AddPersonToSlice.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/AddRole.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/SliceListNames.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/SliceCreate.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/SliceUpdate.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/GenerateNodeConfFile.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/DeleteSliceInstantiation.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/DeleteNodeType.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/GetPCUProtocolTypes.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/AddAddressType.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/UpdateSlice.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/GetEvents.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/AddInterface.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/GetInterfaces.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/GetLeases.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/AddConfFile.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/GetPCUs.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/SliceNodesAdd.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/DeleteBootState.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/SliceListUserSlices.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/UpdateIlink.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/AddPersonToSite.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/UpdateKey.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/DeleteConfFileFromNode.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/AddMessage.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/DeleteConfFile.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/GetTagTypes.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/GetSliceTags.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/AddPeer.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/DeleteIlink.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/BootNotifyOwners.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/NotifySupport.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/__pycache__/SliceInstantiations.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/ReportRunlevel.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/SliceDelete.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/DeleteSliceFromNodes.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/UpdateInterface.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/SliceInfo.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/__pycache__/Shell.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/__pycache__/NodeGroups.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/__pycache__/LeaseFilter.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/__pycache__/InterfaceTags.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/__pycache__/__init__.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/__pycache__/Interfaces.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/__pycache__/PCUProtocolTypes.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/UpdateSiteTag.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/__pycache__/PCUTypes.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/__pycache__/BootStates.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/__pycache__/Auth.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/__pycache__/EventObjects.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/AddNodeTag.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/__pycache__/sendmail.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/__pycache__/Ilinks.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/__pycache__/Addresses.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/AddConfFileToNode.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/SliceGetTicket.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/__pycache__/NetworkTypes.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/UpdatePeer.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/__pycache__/Table.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/__pycache__/Config.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/__pycache__/Faults.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/__pycache__/crypt.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/__pycache__/NetworkMethods.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/DeleteNode.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/__pycache__/Messages.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/AddSliceTag.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/__pycache__/ConfFiles.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/DeleteNodeGroup.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/__pycache__/Events.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/__pycache__/InitScripts.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/DeletePCUProtocolType.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/GetRoles.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/DeleteNetworkMethod.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/__pycache__/KeyTypes.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/__pycache__/AuthorizeHelpers.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Methods/__pycache__/AddAddressTypeToAddress.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/__pycache__/PCUs.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/__pycache__/SliceTags.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/__pycache__/Logger.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/__pycache__/API.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/__pycache__/Leases.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/__pycache__/Debug.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/__pycache__/PersonTags.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/__pycache__/Timestamp.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/__pycache__/SiteTags.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/__pycache__/AddressTypes.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/__pycache__/Slices.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/__pycache__/Method.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/__pycache__/Filter.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/__pycache__/NodeTypes.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/__pycache__/NodeTags.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/__pycache__/Boot.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/__pycache__/TagTypes.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Accessors/__pycache__/Accessors_wireless.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Accessors/__pycache__/Accessors_standard.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Accessors/__pycache__/__init__.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/__pycache__/GPG.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Accessors/__pycache__/Accessors_site.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Accessors/__pycache__/Factory.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Accessors/__pycache__/Accessors_vicci.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Accessors/__pycache__/Accessors_example_ple.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/__pycache__/PyCurl.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Accessors/__pycache__/Accessors_myslice.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/__pycache__/Peers.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/__pycache__/Roles.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/__pycache__/Sites.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/apache/__pycache__/ModPython.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/apache/__pycache__/__init__.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/__pycache__/Accessor.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/__pycache__/PostgreSQL.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Accessors/__pycache__/Accessors_sliverauth.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/Accessors/__pycache__/Accessors_ipv6.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/__pycache__/Sessions.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/__pycache__/Persons.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/__pycache__/POD.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/__pycache__/Namespace.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/__pycache__/Keys.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/__pycache__/Nodes.cpython-313.pyc: replacing with normalized version /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT/usr/share/plc_api/PLC/__pycache__/Parameter.cpython-313.pyc: replacing with normalized version Scanned 52 directories and 682 files, processed 270 inodes, 270 modified (270 replaced + 0 rewritten), 0 unsupported format, 0 errors Reading /longbuildroot/BUILD/plcapi-7.2-build/SPECPARTS/rpm-debuginfo.specpart Processing files: plcapi-7.2-4.lxc.2024.11.20.x86_64 warning: absolute symlink: /usr/bin/plcsh -> /usr/share/plc_api/plcsh warning: File listed twice: /usr/share/plc_api/PLC/Accessors/Accessors_site.py Provides: PLCAPI plcapi = 7.2-4.lxc.2024.11.20 plcapi(x86-64) = 7.2-4.lxc.2024.11.20 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT Wrote: /longbuildroot/RPMS/x86_64/plcapi-7.2-4.lxc.2024.11.20.x86_64.rpm Executing(%clean): /bin/sh -e /longbuildroot/tmp/rpm-tmp.z4wsoB + umask 022 + cd /longbuildroot/BUILD/plcapi-7.2-build + cd plcapi-7.2 + rm -rf /longbuildroot/BUILD/plcapi-7.2-build/BUILDROOT + RPM_EC=0 ++ jobs -p + exit 0 Executing(rmbuild): /bin/sh -e /longbuildroot/tmp/rpm-tmp.ag8YlN + umask 022 + cd /longbuildroot/BUILD/plcapi-7.2-build + test -d /longbuildroot/BUILD/plcapi-7.2-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /longbuildroot/BUILD/plcapi-7.2-build + rm -rf /longbuildroot/BUILD/plcapi-7.2-build + RPM_EC=0 ++ jobs -p + exit 0 RPM build warnings: bogus date in %changelog: Mon Sep 24 2024 Thierry Parmentelat - plcapi-7.2-2 bogus date in %changelog: Mon Sep 24 2024 Thierry Parmentelat - plcapi-7.2-1 absolute symlink: /usr/bin/plcsh -> /usr/share/plc_api/plcsh File listed twice: /usr/share/plc_api/PLC/Accessors/Accessors_site.py XXXXXXXXXXXXXXX -- END RPM plcapi Wed Nov 20 16:28:48 CET 2024 mkdir -p SOURCES && cp -rl MODULES/drupal SOURCES/drupal-4.7.11 mkdir -p BUILD SRPMS tmp XXXXXXXXXXXXXXX -- BEG SRPM drupal (using make srpm) Wed Nov 20 16:28:48 CET 2024 make -C SOURCES/drupal-4.7.11 srpm SPECFILE=/longbuildroot/SPECS/drupal.spec EXPECTED_SRPM=drupal-4.7-17.lxc.src.rpm && rm -f SRPMS/drupal-4.7-17.lxc.src.rpm && ln SOURCES/drupal-4.7.11/drupal-4.7-17.lxc.src.rpm SRPMS/drupal-4.7-17.lxc.src.rpm make[1]: Entering directory '/build/SOURCES/drupal-4.7.11' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 483k 100 483k 0 0 53.7M 0 --:--:-- --:--:-- --:--:-- 58.9M -rw-r--r-- 1 root root 494912 Dec 21 2018 drupal-4.7.11.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 9229 100 9229 0 0 2901k 0 --:--:-- --:--:-- --:--:-- 3004k -rw-r--r-- 1 root root 9229 Jul 11 2010 taxonomy_block-4.7.x-1.x-dev.tar.gz rpmbuild --define "_sourcedir /build/SOURCES/drupal-4.7.11" --define "_builddir /build/SOURCES/drupal-4.7.11" --define "_srcrpmdir /build/SOURCES/drupal-4.7.11" --define "_rpmdir /build/SOURCES/drupal-4.7.11" --nodeps -bs /longbuildroot/SPECS/drupal.spec Building target platforms: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1546819200 Wrote: /build/SOURCES/drupal-4.7.11/drupal-4.7-17.lxc.src.rpm make[1]: Leaving directory '/build/SOURCES/drupal-4.7.11' XXXXXXXXXXXXXXX -- END SRPM drupal Wed Nov 20 16:28:48 CET 2024 mkdir -p RPMS tmp XXXXXXXXXXXXXXX -- BEG RPM drupal Wed Nov 20 16:28:48 CET 2024 rpmbuild --rebuild --define "_sourcedir /longbuildroot/tmp" --define "_specdir /longbuildroot/tmp" SRPMS/drupal-4.7-17.lxc.src.rpm Building target platforms: noarch Building for target noarch Installing SRPMS/drupal-4.7-17.lxc.src.rpm setting SOURCE_DATE_EPOCH=1546819200 Executing(%mkbuilddir): /bin/sh -e /longbuildroot/tmp/rpm-tmp.HoGCoQ + umask 022 + cd /longbuildroot/BUILD/drupal-4.7-build + test -d /longbuildroot/BUILD/drupal-4.7-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /longbuildroot/BUILD/drupal-4.7-build + /usr/bin/rm -rf /longbuildroot/BUILD/drupal-4.7-build + /usr/bin/mkdir -p /longbuildroot/BUILD/drupal-4.7-build + /usr/bin/mkdir -p /longbuildroot/BUILD/drupal-4.7-build/SPECPARTS + RPM_EC=0 ++ jobs -p + exit 0 Executing(%prep): /bin/sh -e /longbuildroot/tmp/rpm-tmp.EErWgO + umask 022 + cd /longbuildroot/BUILD/drupal-4.7-build + cd /longbuildroot/BUILD/drupal-4.7-build + rm -rf drupal-4.7.11 + /usr/lib/rpm/rpmuncompress -x /longbuildroot/tmp/drupal-4.7.11.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd drupal-4.7.11 + /usr/lib/rpm/rpmuncompress -x /longbuildroot/tmp/taxonomy_block-4.7.x-1.x-dev.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /longbuildroot/tmp/rpm-tmp.MRhmMt + umask 022 + cd /longbuildroot/BUILD/drupal-4.7-build + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none -Cforce-frame-pointers=yes --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd drupal-4.7.11 + mv taxonomy_block modules + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /longbuildroot/tmp/rpm-tmp.TLI4fq + umask 022 + cd /longbuildroot/BUILD/drupal-4.7-build + cd drupal-4.7.11 + rm -rf /longbuildroot/BUILD/drupal-4.7-build/BUILDROOT + install -d /longbuildroot/BUILD/drupal-4.7-build/BUILDROOT/var/www/html + cp -pr CHANGELOG.txt INSTALL.mysql.txt INSTALL.pgsql.txt INSTALL.txt LICENSE.txt MAINTAINERS.txt UPGRADE.txt cron.php database includes index.php misc modules scripts sites themes update.php xmlrpc.php /longbuildroot/BUILD/drupal-4.7-build/BUILDROOT/var/www/html + cp -pr .htaccess /longbuildroot/BUILD/drupal-4.7-build/BUILDROOT/var/www/html + mkdir -p /longbuildroot/BUILD/drupal-4.7-build/BUILDROOT/usr/share/doc + install -D -p -m 0644 /longbuildroot/tmp/drupal-cron /longbuildroot/BUILD/drupal-4.7-build/BUILDROOT/etc/cron.hourly/drupal + mkdir /longbuildroot/BUILD/drupal-4.7-build/BUILDROOT/var/www/html/files + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/redhat/brp-mangle-shebangs + /usr/lib/rpm/brp-remove-la-files + env /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j32 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/bin/add-determinism --brp -j32 /longbuildroot/BUILD/drupal-4.7-build/BUILDROOT Scanned 25 directories and 177 files, processed 0 inodes, 0 modified (0 replaced + 0 rewritten), 0 unsupported format, 0 errors Processing files: drupal-4.7-17.lxc.noarch Executing(%doc): /bin/sh -e /longbuildroot/tmp/rpm-tmp.lonI78 + umask 022 + cd /longbuildroot/BUILD/drupal-4.7-build + cd drupal-4.7.11 + DOCDIR=/longbuildroot/BUILD/drupal-4.7-build/BUILDROOT/usr/share/doc/drupal + export LC_ALL=C.UTF-8 + LC_ALL=C.UTF-8 + export DOCDIR + /usr/bin/mkdir -p /longbuildroot/BUILD/drupal-4.7-build/BUILDROOT/usr/share/doc/drupal + cp -pr /longbuildroot/BUILD/drupal-4.7-build/drupal-4.7.11/CHANGELOG.txt /longbuildroot/BUILD/drupal-4.7-build/BUILDROOT/usr/share/doc/drupal + cp -pr /longbuildroot/BUILD/drupal-4.7-build/drupal-4.7.11/INSTALL.mysql.txt /longbuildroot/BUILD/drupal-4.7-build/BUILDROOT/usr/share/doc/drupal + cp -pr /longbuildroot/BUILD/drupal-4.7-build/drupal-4.7.11/INSTALL.pgsql.txt /longbuildroot/BUILD/drupal-4.7-build/BUILDROOT/usr/share/doc/drupal + cp -pr /longbuildroot/BUILD/drupal-4.7-build/drupal-4.7.11/INSTALL.txt /longbuildroot/BUILD/drupal-4.7-build/BUILDROOT/usr/share/doc/drupal + cp -pr /longbuildroot/BUILD/drupal-4.7-build/drupal-4.7.11/LICENSE.txt /longbuildroot/BUILD/drupal-4.7-build/BUILDROOT/usr/share/doc/drupal + cp -pr /longbuildroot/BUILD/drupal-4.7-build/drupal-4.7.11/MAINTAINERS.txt /longbuildroot/BUILD/drupal-4.7-build/BUILDROOT/usr/share/doc/drupal + cp -pr /longbuildroot/BUILD/drupal-4.7-build/drupal-4.7.11/UPGRADE.txt /longbuildroot/BUILD/drupal-4.7-build/BUILDROOT/usr/share/doc/drupal + RPM_EC=0 ++ jobs -p + exit 0 warning: File listed twice: /var/www/html/.htaccess warning: File listed twice: /var/www/html/files warning: File listed twice: /var/www/html/sites/default warning: File listed twice: /var/www/html/sites/default/settings.php Provides: config(drupal) = 4.7-17.lxc drupal = 4.7-17.lxc Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: group(apache) Checking for unpackaged file(s): /usr/lib/rpm/check-files /longbuildroot/BUILD/drupal-4.7-build/BUILDROOT Wrote: /longbuildroot/RPMS/noarch/drupal-4.7-17.lxc.noarch.rpm Executing(%clean): /bin/sh -e /longbuildroot/tmp/rpm-tmp.P38vLK + umask 022 + cd /longbuildroot/BUILD/drupal-4.7-build + cd drupal-4.7.11 + rm -rf /longbuildroot/BUILD/drupal-4.7-build/BUILDROOT + RPM_EC=0 ++ jobs -p + exit 0 Executing(rmbuild): /bin/sh -e /longbuildroot/tmp/rpm-tmp.Xyy6xP + umask 022 + cd /longbuildroot/BUILD/drupal-4.7-build + test -d /longbuildroot/BUILD/drupal-4.7-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /longbuildroot/BUILD/drupal-4.7-build + rm -rf /longbuildroot/BUILD/drupal-4.7-build + RPM_EC=0 ++ jobs -p + exit 0 RPM build warnings: File listed twice: /var/www/html/.htaccess File listed twice: /var/www/html/files File listed twice: /var/www/html/sites/default File listed twice: /var/www/html/sites/default/settings.php XXXXXXXXXXXXXXX -- END RPM drupal Wed Nov 20 16:28:49 CET 2024 mkdir -p SOURCES && cp -rl MODULES/plewww SOURCES/plewww-5.3 tar chpzf SOURCES/plewww-5.3.tar.gz -C SOURCES plewww-5.3 mkdir -p BUILD SRPMS tmp XXXXXXXXXXXXXXX -- BEG SRPM plewww (using SOURCES) Wed Nov 20 16:28:49 CET 2024 rpmbuild -bs SPECS/plewww.spec Building target platforms: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1651276800 Wrote: /longbuildroot/SRPMS/plewww-5.3-0.2024.11.20.src.rpm XXXXXXXXXXXXXXX -- END SRPM plewww Wed Nov 20 16:28:49 CET 2024 mkdir -p RPMS tmp XXXXXXXXXXXXXXX -- BEG RPM plewww Wed Nov 20 16:28:49 CET 2024 rpmbuild --rebuild --define "_sourcedir /longbuildroot/tmp" --define "_specdir /longbuildroot/tmp" SRPMS/plewww-5.3-0.2024.11.20.src.rpm Building target platforms: noarch Building for target noarch Installing SRPMS/plewww-5.3-0.2024.11.20.src.rpm setting SOURCE_DATE_EPOCH=1651276800 Executing(%mkbuilddir): /bin/sh -e /longbuildroot/tmp/rpm-tmp.D0FOe6 + umask 022 + cd /longbuildroot/BUILD/plewww-5.3-build + test -d /longbuildroot/BUILD/plewww-5.3-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /longbuildroot/BUILD/plewww-5.3-build + /usr/bin/rm -rf /longbuildroot/BUILD/plewww-5.3-build + /usr/bin/mkdir -p /longbuildroot/BUILD/plewww-5.3-build + /usr/bin/mkdir -p /longbuildroot/BUILD/plewww-5.3-build/SPECPARTS + RPM_EC=0 ++ jobs -p + exit 0 Executing(%prep): /bin/sh -e /longbuildroot/tmp/rpm-tmp.z7WVcT + umask 022 + cd /longbuildroot/BUILD/plewww-5.3-build + cd /longbuildroot/BUILD/plewww-5.3-build + rm -rf plewww-5.3 + /usr/lib/rpm/rpmuncompress -x /longbuildroot/tmp/plewww-5.3.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd plewww-5.3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /longbuildroot/tmp/rpm-tmp.FKPRUN + umask 022 + cd /longbuildroot/BUILD/plewww-5.3-build + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none -Cforce-frame-pointers=yes --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd plewww-5.3 + echo 'Compressing javascript files' Compressing javascript files + make compress make[1]: Entering directory '/build/BUILD/plewww-5.3-build/plewww-5.3' /bin/sh: line 1: python2: command not found /bin/sh: line 1: python2: command not found /bin/sh: line 1: python2: command not found /bin/sh: line 1: python2: command not found /bin/sh: line 1: python2: command not found /bin/sh: line 1: python2: command not found /bin/sh: line 1: python2: command not found /bin/sh: line 1: python2: command not found /bin/sh: line 1: python2: command not found /bin/sh: line 1: python2: command not found /bin/sh: line 1: python2: command not found /bin/sh: line 1: python2: command not found /bin/sh: line 1: python2: command not found /bin/sh: line 1: python2: command not found /bin/sh: line 1: python2: command not found /bin/sh: line 1: python2: command not found /bin/sh: line 1: python2: command not found /bin/sh: line 1: python2: command not found /bin/sh: line 1: python2: command not found /bin/sh: line 1: python2: command not found Compressed .js files with jsmin.py make[1]: Leaving directory '/build/BUILD/plewww-5.3-build/plewww-5.3' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /longbuildroot/tmp/rpm-tmp.H2wg8r + umask 022 + cd /longbuildroot/BUILD/plewww-5.3-build + cd plewww-5.3 + rm -rf /longbuildroot/BUILD/plewww-5.3-build/BUILDROOT + echo '* PLEWWW: Installing web pages' * PLEWWW: Installing web pages + mkdir -p /longbuildroot/BUILD/plewww-5.3-build/BUILDROOT/var/www/html + rsync -a --exclude jsmin.py --exclude Makefile --exclude httpd --exclude '*.spec' --exclude .svn ./ /longbuildroot/BUILD/plewww-5.3-build/BUILDROOT/var/www/html/ * PLEWWW: Installing conf files for httpd + echo '* PLEWWW: Installing conf files for httpd' + mkdir -p /longbuildroot/BUILD/plewww-5.3-build/BUILDROOT/etc/httpd/conf.d + install -D -m 644 httpd/limits.conf httpd/plewww.conf /longbuildroot/BUILD/plewww-5.3-build/BUILDROOT/etc/httpd/conf.d/ + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/redhat/brp-mangle-shebangs mangling shebang in /var/www/html/googlemap/degree2decimal.py from /usr/bin/env python3 to #!/usr/bin/python3 *** WARNING: ./var/www/html/plekit/niftycorner/niftycube.js is executable but has no shebang, removing executable bit mangling shebang in /var/www/html/drupal-hacks/patch-session-inc.sh from /bin/bash to #!/usr/bin/bash + /usr/lib/rpm/brp-remove-la-files + env /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j32 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/bin/add-determinism --brp -j32 /longbuildroot/BUILD/plewww-5.3-build/BUILDROOT Scanned 38 directories and 179 files, processed 1 inodes, 0 modified (0 replaced + 0 rewritten), 0 unsupported format, 0 errors Processing files: plewww-5.3-0.2024.11.20.noarch Provides: PLCWWW plewww = 5.3-0.2024.11.20 Requires(interp): /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Processing files: plewww-plekit-5.3-0.2024.11.20.noarch Provides: plewww-plekit = 5.3-0.2024.11.20 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /longbuildroot/BUILD/plewww-5.3-build/BUILDROOT Wrote: /longbuildroot/RPMS/noarch/plewww-5.3-0.2024.11.20.noarch.rpm Wrote: /longbuildroot/RPMS/noarch/plewww-plekit-5.3-0.2024.11.20.noarch.rpm Executing(%clean): /bin/sh -e /longbuildroot/tmp/rpm-tmp.VaRM4n + umask 022 + cd /longbuildroot/BUILD/plewww-5.3-build + cd plewww-5.3 + rm -rf /longbuildroot/BUILD/plewww-5.3-build/BUILDROOT + RPM_EC=0 ++ jobs -p + exit 0 Executing(rmbuild): /bin/sh -e /longbuildroot/tmp/rpm-tmp.BBHzuy + umask 022 + cd /longbuildroot/BUILD/plewww-5.3-build + test -d /longbuildroot/BUILD/plewww-5.3-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /longbuildroot/BUILD/plewww-5.3-build + rm -rf /longbuildroot/BUILD/plewww-5.3-build + RPM_EC=0 ++ jobs -p + exit 0 XXXXXXXXXXXXXXX -- END RPM plewww Wed Nov 20 16:28:50 CET 2024 mkdir -p SOURCES && cp -rl MODULES/www-register-wizard SOURCES/www-register-wizard-4.3 tar chpzf SOURCES/www-register-wizard-4.3.tar.gz -C SOURCES www-register-wizard-4.3 mkdir -p BUILD SRPMS tmp XXXXXXXXXXXXXXX -- BEG SRPM www-register-wizard (using SOURCES) Wed Nov 20 16:28:50 CET 2024 rpmbuild -bs SPECS/www-register-wizard.spec Building target platforms: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1283472000 Wrote: /longbuildroot/SRPMS/www-register-wizard-4.3-5.lxc.src.rpm XXXXXXXXXXXXXXX -- END SRPM www-register-wizard Wed Nov 20 16:28:50 CET 2024 mkdir -p RPMS tmp XXXXXXXXXXXXXXX -- BEG RPM www-register-wizard Wed Nov 20 16:28:50 CET 2024 rpmbuild --rebuild --define "_sourcedir /longbuildroot/tmp" --define "_specdir /longbuildroot/tmp" SRPMS/www-register-wizard-4.3-5.lxc.src.rpm Building target platforms: noarch Building for target noarch Installing SRPMS/www-register-wizard-4.3-5.lxc.src.rpm setting SOURCE_DATE_EPOCH=1283472000 Executing(%mkbuilddir): /bin/sh -e /longbuildroot/tmp/rpm-tmp.m5pKAa + umask 022 + cd /longbuildroot/BUILD/www-register-wizard-4.3-build + test -d /longbuildroot/BUILD/www-register-wizard-4.3-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /longbuildroot/BUILD/www-register-wizard-4.3-build + /usr/bin/rm -rf /longbuildroot/BUILD/www-register-wizard-4.3-build + /usr/bin/mkdir -p /longbuildroot/BUILD/www-register-wizard-4.3-build + /usr/bin/mkdir -p /longbuildroot/BUILD/www-register-wizard-4.3-build/SPECPARTS + RPM_EC=0 ++ jobs -p + exit 0 Executing(%prep): /bin/sh -e /longbuildroot/tmp/rpm-tmp.76zNNc + umask 022 + cd /longbuildroot/BUILD/www-register-wizard-4.3-build + cd /longbuildroot/BUILD/www-register-wizard-4.3-build + rm -rf www-register-wizard-4.3 + /usr/lib/rpm/rpmuncompress -x /longbuildroot/tmp/www-register-wizard-4.3.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd www-register-wizard-4.3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /longbuildroot/tmp/rpm-tmp.vckXEl + umask 022 + cd /longbuildroot/BUILD/www-register-wizard-4.3-build + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none -Cforce-frame-pointers=yes --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd www-register-wizard-4.3 + echo 'There is no build stage for this component.' There is no build stage for this component. All files just need to be installed as is from the codebase. + echo 'All files just need to be installed as is from the codebase.' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /longbuildroot/tmp/rpm-tmp.vtUtNz + umask 022 + cd /longbuildroot/BUILD/www-register-wizard-4.3-build + cd www-register-wizard-4.3 + rm -rf /longbuildroot/BUILD/www-register-wizard-4.3-build/BUILDROOT + echo '* www-register-wizard: Installing www-register-wizard pages' * www-register-wizard: Installing www-register-wizard pages + mkdir -p /longbuildroot/BUILD/www-register-wizard-4.3-build/BUILDROOT/var/www/html + rsync -a --exclude '*.spec' --exclude .svn ./ /longbuildroot/BUILD/www-register-wizard-4.3-build/BUILDROOT/var/www/html/registerwizard + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/redhat/brp-mangle-shebangs + /usr/lib/rpm/brp-remove-la-files + env /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j32 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/bin/add-determinism --brp -j32 /longbuildroot/BUILD/www-register-wizard-4.3-build/BUILDROOT Scanned 38 directories and 199 files, processed 32 inodes, 0 modified (0 replaced + 0 rewritten), 0 unsupported format, 0 errors Processing files: www-register-wizard-4.3-5.lxc.noarch Provides: www-register-wizard = 4.3-5.lxc Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /longbuildroot/BUILD/www-register-wizard-4.3-build/BUILDROOT Wrote: /longbuildroot/RPMS/noarch/www-register-wizard-4.3-5.lxc.noarch.rpm Executing(%clean): /bin/sh -e /longbuildroot/tmp/rpm-tmp.P5I5F1 + umask 022 + cd /longbuildroot/BUILD/www-register-wizard-4.3-build + cd www-register-wizard-4.3 + rm -rf /longbuildroot/BUILD/www-register-wizard-4.3-build/BUILDROOT + RPM_EC=0 ++ jobs -p + exit 0 Executing(rmbuild): /bin/sh -e /longbuildroot/tmp/rpm-tmp.pt6SLB + umask 022 + cd /longbuildroot/BUILD/www-register-wizard-4.3-build + test -d /longbuildroot/BUILD/www-register-wizard-4.3-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /longbuildroot/BUILD/www-register-wizard-4.3-build + rm -rf /longbuildroot/BUILD/www-register-wizard-4.3-build + RPM_EC=0 ++ jobs -p + exit 0 XXXXXXXXXXXXXXX -- END RPM www-register-wizard Wed Nov 20 16:28:51 CET 2024 mkdir -p SOURCES && cp -rl MODULES/myplc SOURCES/myplc-7.2 tar chpzf SOURCES/myplc-7.2.tar.gz -C SOURCES myplc-7.2 mkdir -p RPMS ./yumgroups.sh lxc > RPMS/yumgroups.xml pl_locateDistroFile: using ./config.lxc/bootcd.pkgs pl_parsePkgs: using -a x86_64 -f f41 -d lxc package ./config.lxc/bootcd.pkgs pl_locateDistroFile: using ./config.lxc/devel.pkgs pl_parsePkgs: using -a x86_64 -f f41 -d lxc package ./config.lxc/devel.pkgs pl_locateDistroFile: using ./config.planetlab/develdeb.pkgs pl_parsePkgs: using -a x86_64 -f f41 -d lxc package ./config.planetlab/develdeb.pkgs Cannot find groupname: and groupdesc: in ./config.planetlab/develdeb.pkgs -- skipped pl_locateDistroFile: using ./config.lxc/nodeimage.pkgs pl_parsePkgs: using -a x86_64 -f f41 -d lxc package ./config.lxc/nodeimage.pkgs pl_locateDistroFile: using ./config.planetlab/runtime.pkgs pl_parsePkgs: using -a x86_64 -f f41 -d lxc package ./config.planetlab/runtime.pkgs ./config.planetlab/runtime.pkgs:9:syntax error: error in left expression package=jammy ./config.planetlab/runtime.pkgs:9:syntax error: error in left expression package=jammy ./config.planetlab/runtime.pkgs:9:syntax error: error in left expression package=jammy pl_locateDistroFile: using ./config.planetlab/sliceimage-drl.pkgs pl_parsePkgs: using -a x86_64 -f f41 -d lxc package ./config.planetlab/sliceimage-drl.pkgs pl_locateDistroFile: using ./config.planetlab/sliceimage-omf.pkgs pl_parsePkgs: using -a x86_64 -f f41 -d lxc package ./config.planetlab/sliceimage-omf.pkgs pl_locateDistroFile: using ./config.lxc/sliceimage-planetflow.pkgs pl_parsePkgs: using -a x86_64 -f f41 -d lxc package ./config.lxc/sliceimage-planetflow.pkgs pl_locateDistroFile: using ./config.lxc/sliceimage.pkgs pl_parsePkgs: using -a x86_64 -f f41 -d lxc package ./config.lxc/sliceimage.pkgs pl_locateDistroFile: using ./config.lxc/yumexclude.pkgs pl_parsePkgs: using -a x86_64 -f f41 -d lxc package ./config.lxc/yumexclude.pkgs Cannot find groupname: and groupdesc: in ./config.lxc/yumexclude.pkgs -- skipped mkdir -p BUILD SRPMS tmp XXXXXXXXXXXXXXX -- BEG SRPM myplc (using SOURCES) Wed Nov 20 16:28:52 CET 2024 rpmbuild -bs SPECS/myplc.spec warning: Macro expanded in comment on line 50: %{nodefamily} warning: Macro expanded in comment on line 52: %{nodefamily} Building target platforms: noarch Building for target noarch warning: Macro expanded in comment on line 50: %{nodefamily} warning: Macro expanded in comment on line 52: %{nodefamily} setting SOURCE_DATE_EPOCH=1732060800 Wrote: /longbuildroot/SRPMS/myplc-7.2-0.lxc.2024.11.20.src.rpm RPM build warnings: Macro expanded in comment on line 50: %{nodefamily} Macro expanded in comment on line 52: %{nodefamily} Macro expanded in comment on line 50: %{nodefamily} Macro expanded in comment on line 52: %{nodefamily} XXXXXXXXXXXXXXX -- END SRPM myplc Wed Nov 20 16:28:52 CET 2024 mkdir -p RPMS tmp XXXXXXXXXXXXXXX -- BEG RPM myplc Wed Nov 20 16:28:52 CET 2024 createrepo --quiet -g yumgroups.xml RPMS/ rpmbuild --rebuild --define "_sourcedir /longbuildroot/tmp" --define "_specdir /longbuildroot/tmp" SRPMS/myplc-7.2-0.lxc.2024.11.20.src.rpm warning: Macro expanded in comment on line 50: %{nodefamily} warning: Macro expanded in comment on line 52: %{nodefamily} Building target platforms: noarch Building for target noarch warning: Macro expanded in comment on line 50: %{nodefamily} warning: Macro expanded in comment on line 52: %{nodefamily} Installing SRPMS/myplc-7.2-0.lxc.2024.11.20.src.rpm setting SOURCE_DATE_EPOCH=1732060800 Executing(%mkbuilddir): /bin/sh -e /longbuildroot/tmp/rpm-tmp.7a4LtM + umask 022 + cd /longbuildroot/BUILD/myplc-7.2-build + test -d /longbuildroot/BUILD/myplc-7.2-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /longbuildroot/BUILD/myplc-7.2-build + /usr/bin/rm -rf /longbuildroot/BUILD/myplc-7.2-build + /usr/bin/mkdir -p /longbuildroot/BUILD/myplc-7.2-build + /usr/bin/mkdir -p /longbuildroot/BUILD/myplc-7.2-build/SPECPARTS + RPM_EC=0 ++ jobs -p + exit 0 Executing(%prep): /bin/sh -e /longbuildroot/tmp/rpm-tmp.ERpKxq + umask 022 + cd /longbuildroot/BUILD/myplc-7.2-build + cd /longbuildroot/BUILD/myplc-7.2-build + rm -rf myplc-7.2 + /usr/lib/rpm/rpmuncompress -x /longbuildroot/tmp/myplc-7.2.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd myplc-7.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /longbuildroot/tmp/rpm-tmp.LH3tZz + umask 022 + cd /longbuildroot/BUILD/myplc-7.2-build + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none -Cforce-frame-pointers=yes --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd myplc-7.2 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /longbuildroot/tmp/rpm-tmp.tMIxfn + umask 022 + cd /longbuildroot/BUILD/myplc-7.2-build + cd myplc-7.2 + rm -rf /longbuildroot/BUILD/myplc-7.2-build/BUILDROOT + echo '* Installing plc_config.py in /usr/lib/python3.13/site-packages' * Installing plc_config.py in /usr/lib/python3.13/site-packages + install -D -m 755 plc_config.py /longbuildroot/BUILD/myplc-7.2-build/BUILDROOT//usr/lib/python3.13/site-packages/plc_config.py * Installing scripts in /usr/bin + echo '* Installing scripts in /usr/bin' + mkdir -p /longbuildroot/BUILD/myplc-7.2-build/BUILDROOT/usr/bin + rsync -av --exclude .svn bin/ /longbuildroot/BUILD/myplc-7.2-build/BUILDROOT/usr/bin/ sending incremental file list ./ check-hrns.py check-vsys-defaults.py clean-empty-dirs.py db-config dns-config mtail.py plc-check-ssl-peering.py plc-config plc-config-tty plc-kml.py plc-map.py plc-orphan-accounts.py refresh-peer.py spot-aliens.py spot-dup-accounts.sh sent 63,608 bytes received 304 bytes 127,824.00 bytes/sec total size is 62,591 speedup is 0.98 + cd /longbuildroot/BUILD/myplc-7.2-build/BUILDROOT/usr/bin + ln -s mtail.py mtail + chmod 755 /longbuildroot/BUILD/myplc-7.2-build/BUILDROOT/usr/bin/check-hrns.py /longbuildroot/BUILD/myplc-7.2-build/BUILDROOT/usr/bin/check-vsys-defaults.py /longbuildroot/BUILD/myplc-7.2-build/BUILDROOT/usr/bin/clean-empty-dirs.py /longbuildroot/BUILD/myplc-7.2-build/BUILDROOT/usr/bin/db-config /longbuildroot/BUILD/myplc-7.2-build/BUILDROOT/usr/bin/dns-config /longbuildroot/BUILD/myplc-7.2-build/BUILDROOT/usr/bin/mtail /longbuildroot/BUILD/myplc-7.2-build/BUILDROOT/usr/bin/mtail.py /longbuildroot/BUILD/myplc-7.2-build/BUILDROOT/usr/bin/plc-check-ssl-peering.py /longbuildroot/BUILD/myplc-7.2-build/BUILDROOT/usr/bin/plc-config /longbuildroot/BUILD/myplc-7.2-build/BUILDROOT/usr/bin/plc-config-tty /longbuildroot/BUILD/myplc-7.2-build/BUILDROOT/usr/bin/plc-kml.py /longbuildroot/BUILD/myplc-7.2-build/BUILDROOT/usr/bin/plc-map.py /longbuildroot/BUILD/myplc-7.2-build/BUILDROOT/usr/bin/plc-orphan-accounts.py /longbuildroot/BUILD/myplc-7.2-build/BUILDROOT/usr/bin/refresh-peer.py /longbuildroot/BUILD/myplc-7.2-build/BUILDROOT/usr/bin/spot-aliens.py /longbuildroot/BUILD/myplc-7.2-build/BUILDROOT/usr/bin/spot-dup-accounts.sh * Installing plc initscript + echo '* Installing plc initscript' + install -D -m 755 systemd/plc-ctl /longbuildroot/BUILD/myplc-7.2-build/BUILDROOT/usr/bin/plc-ctl + install -D -m 644 systemd/plc.service /longbuildroot/BUILD/myplc-7.2-build/BUILDROOT/usr/lib/systemd/system/plc.service * Installing plc.d initscripts + echo '* Installing plc.d initscripts' + find plc.d + cpio -p -d -u /longbuildroot/BUILD/myplc-7.2-build/BUILDROOT/etc/ 62 blocks + chmod 755 /longbuildroot/BUILD/myplc-7.2-build/BUILDROOT/etc/plc.d/dns /longbuildroot/BUILD/myplc-7.2-build/BUILDROOT/etc/plc.d/functions /longbuildroot/BUILD/myplc-7.2-build/BUILDROOT/etc/plc.d/gpg /longbuildroot/BUILD/myplc-7.2-build/BUILDROOT/etc/plc.d/httpd /longbuildroot/BUILD/myplc-7.2-build/BUILDROOT/etc/plc.d/mail /longbuildroot/BUILD/myplc-7.2-build/BUILDROOT/etc/plc.d/network /longbuildroot/BUILD/myplc-7.2-build/BUILDROOT/etc/plc.d/ssh /longbuildroot/BUILD/myplc-7.2-build/BUILDROOT/etc/plc.d/ssl * Installing db-config.d files + echo '* Installing db-config.d files' + mkdir -p /longbuildroot/BUILD/myplc-7.2-build/BUILDROOT/etc/planetlab/db-config.d + cp db-config.d/040-init_scripts db-config.d/080-slice_netflow db-config.d/081-slice_sirius db-config.d/082-slice_sfacm db-config.d/083-slice_drl db-config.d/090-my_ops /longbuildroot/BUILD/myplc-7.2-build/BUILDROOT/etc/planetlab/db-config.d + chmod 444 /longbuildroot/BUILD/myplc-7.2-build/BUILDROOT/etc/planetlab/db-config.d/040-init_scripts /longbuildroot/BUILD/myplc-7.2-build/BUILDROOT/etc/planetlab/db-config.d/080-slice_netflow /longbuildroot/BUILD/myplc-7.2-build/BUILDROOT/etc/planetlab/db-config.d/081-slice_sirius /longbuildroot/BUILD/myplc-7.2-build/BUILDROOT/etc/planetlab/db-config.d/082-slice_sfacm /longbuildroot/BUILD/myplc-7.2-build/BUILDROOT/etc/planetlab/db-config.d/083-slice_drl /longbuildroot/BUILD/myplc-7.2-build/BUILDROOT/etc/planetlab/db-config.d/090-my_ops * Installing scripts in /etc/support-scripts + echo '* Installing scripts in /etc/support-scripts' + mkdir -p /longbuildroot/BUILD/myplc-7.2-build/BUILDROOT/etc/support-scripts + cp support-scripts/cleanup-zombies.py support-scripts/gen-sites-xml.py support-scripts/gen-static-content.py support-scripts/gen_aliases.py support-scripts/renew-reminder.py /longbuildroot/BUILD/myplc-7.2-build/BUILDROOT/etc/support-scripts + chmod 444 /longbuildroot/BUILD/myplc-7.2-build/BUILDROOT/etc/support-scripts/cleanup-zombies.py /longbuildroot/BUILD/myplc-7.2-build/BUILDROOT/etc/support-scripts/gen-sites-xml.py /longbuildroot/BUILD/myplc-7.2-build/BUILDROOT/etc/support-scripts/gen-static-content.py /longbuildroot/BUILD/myplc-7.2-build/BUILDROOT/etc/support-scripts/gen_aliases.py /longbuildroot/BUILD/myplc-7.2-build/BUILDROOT/etc/support-scripts/renew-reminder.py + mkdir -p /longbuildroot/BUILD/myplc-7.2-build/BUILDROOT/etc/plc_sliceinitscripts + cp plc_sliceinitscripts/sirius /longbuildroot/BUILD/myplc-7.2-build/BUILDROOT/etc/plc_sliceinitscripts + chmod 444 /longbuildroot/BUILD/myplc-7.2-build/BUILDROOT/etc/plc_sliceinitscripts/sirius * myplc: Installing configuration file + echo '* myplc: Installing configuration file' + install -D -m 444 plc_config.dtd /longbuildroot/BUILD/myplc-7.2-build/BUILDROOT/etc/planetlab/plc_config.dtd + sed -e s,@PLDISTRO@,lxc,g -e s,@FCDISTRO@,f41,g -e s,@ARCH@,noarch,g default_config.xml + chmod 444 /longbuildroot/BUILD/myplc-7.2-build/BUILDROOT/etc/planetlab/default_config.xml * Installing systemd utilities + echo '* Installing systemd utilities' + install -D -m 644 systemd/plc-dump-db.service systemd/plc.service systemd/renew-reminder.service systemd/plc-dump-db.timer systemd/renew-reminder.timer /longbuildroot/BUILD/myplc-7.2-build/BUILDROOT/usr/lib/systemd/system/ + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/redhat/brp-mangle-shebangs *** WARNING: ./etc/plc.d/functions is executable but has no shebang, removing executable bit mangling shebang in /etc/plc.d/ssh from /bin/bash to #!/usr/bin/bash mangling shebang in /etc/plc.d/httpd from /bin/bash to #!/usr/bin/bash mangling shebang in /etc/plc.d/mail from /bin/bash to #!/usr/bin/bash mangling shebang in /etc/plc.d/ssl from /bin/bash to #!/usr/bin/bash mangling shebang in /etc/plc.d/network from /bin/bash to #!/usr/bin/bash mangling shebang in /etc/plc.d/gpg from /bin/bash to #!/usr/bin/bash mangling shebang in /etc/plc.d/dns from /bin/bash to #!/usr/bin/bash mangling shebang in /usr/lib/python3.13/site-packages/plc_config.py from /usr/bin/env python3 to #!/usr/bin/python3 mangling shebang in /usr/bin/plc-kml.py from /usr/bin/env plcsh to #!/usr/bin/plcsh mangling shebang in /usr/bin/plc-config-tty from /usr/bin/env python3 to #!/usr/bin/python3 mangling shebang in /usr/bin/check-hrns.py from /usr/bin/env plcsh to #!/usr/bin/plcsh mangling shebang in /usr/bin/plc-ctl from /bin/bash to #!/usr/bin/bash mangling shebang in /usr/bin/spot-dup-accounts.sh from /bin/bash to #!/usr/bin/bash mangling shebang in /usr/bin/plc-check-ssl-peering.py from /usr/bin/env plcsh to #!/usr/bin/plcsh mangling shebang in /usr/bin/plc-map.py from /usr/bin/env plcsh to #!/usr/bin/plcsh mangling shebang in /usr/bin/check-vsys-defaults.py from /usr/bin/env plcsh to #!/usr/bin/plcsh mangling shebang in /usr/bin/plc-orphan-accounts.py from /usr/bin/env plcsh to #!/usr/bin/plcsh mangling shebang in /usr/bin/mtail.py from /usr/bin/env python3 to #!/usr/bin/python3 mangling shebang in /usr/bin/dns-config from /usr/bin/env /usr/bin/plcsh to #!/usr/bin/plcsh mangling shebang in /usr/bin/refresh-peer.py from /usr/bin/env plcsh to #!/usr/bin/plcsh + /usr/lib/rpm/brp-remove-la-files + env /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j32 Bytecompiling .py files below /longbuildroot/BUILD/myplc-7.2-build/BUILDROOT/usr/lib/python3.13 using python3.13 /usr/lib/python3.13/site-packages/plc_config.py:842: SyntaxWarning: invalid escape sequence '\A' /usr/lib/python3.13/site-packages/plc_config.py:1195: SyntaxWarning: invalid escape sequence '\?' /usr/lib/python3.13/site-packages/plc_config.py:1196: SyntaxWarning: invalid escape sequence '\w' /usr/lib/python3.13/site-packages/plc_config.py:842: SyntaxWarning: invalid escape sequence '\A' /usr/lib/python3.13/site-packages/plc_config.py:1195: SyntaxWarning: invalid escape sequence '\?' /usr/lib/python3.13/site-packages/plc_config.py:1196: SyntaxWarning: invalid escape sequence '\w' + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/bin/add-determinism --brp -j32 /longbuildroot/BUILD/myplc-7.2-build/BUILDROOT /longbuildroot/BUILD/myplc-7.2-build/BUILDROOT/usr/lib/python3.13/site-packages/__pycache__/plc_config.cpython-313.opt-1.pyc: replacing with normalized version /longbuildroot/BUILD/myplc-7.2-build/BUILDROOT/usr/lib/python3.13/site-packages/__pycache__/plc_config.cpython-313.pyc: replacing with normalized version Scanned 15 directories and 47 files, processed 2 inodes, 2 modified (2 replaced + 0 rewritten), 0 unsupported format, 0 errors Processing files: myplc-7.2-0.lxc.2024.11.20.noarch Provides: myplc = 7.2-0.lxc.2024.11.20 Requires(interp): /bin/sh /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(pre): /bin/sh Requires(post): /bin/sh Requires(preun): /bin/sh Processing files: myplc-core-7.2-0.lxc.2024.11.20.noarch Provides: myplc-core = 7.2-0.lxc.2024.11.20 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/bash /usr/bin/plcsh /usr/bin/python3 Processing files: myplc-config-7.2-0.lxc.2024.11.20.noarch Provides: myplc-config = 7.2-0.lxc.2024.11.20 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/python3 python(abi) = 3.13 Checking for unpackaged file(s): /usr/lib/rpm/check-files /longbuildroot/BUILD/myplc-7.2-build/BUILDROOT Wrote: /longbuildroot/RPMS/noarch/myplc-7.2-0.lxc.2024.11.20.noarch.rpm Wrote: /longbuildroot/RPMS/noarch/myplc-config-7.2-0.lxc.2024.11.20.noarch.rpm Wrote: /longbuildroot/RPMS/noarch/myplc-core-7.2-0.lxc.2024.11.20.noarch.rpm Executing(%clean): /bin/sh -e /longbuildroot/tmp/rpm-tmp.dAQZ1X + umask 022 + cd /longbuildroot/BUILD/myplc-7.2-build + cd myplc-7.2 + rm -rf /longbuildroot/BUILD/myplc-7.2-build/BUILDROOT + RPM_EC=0 ++ jobs -p + exit 0 Executing(rmbuild): /bin/sh -e /longbuildroot/tmp/rpm-tmp.AeCwS0 + umask 022 + cd /longbuildroot/BUILD/myplc-7.2-build + test -d /longbuildroot/BUILD/myplc-7.2-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /longbuildroot/BUILD/myplc-7.2-build + rm -rf /longbuildroot/BUILD/myplc-7.2-build + RPM_EC=0 ++ jobs -p + exit 0 RPM build warnings: Macro expanded in comment on line 50: %{nodefamily} Macro expanded in comment on line 52: %{nodefamily} Macro expanded in comment on line 50: %{nodefamily} Macro expanded in comment on line 52: %{nodefamily} XXXXXXXXXXXXXXX -- END RPM myplc Wed Nov 20 16:28:54 CET 2024 XXXXXXXXXXXXXXX -- BEG MODULE nodemanager : Wed Nov 20 16:28:54 CET 2024 mkdir -p MODULES cd MODULES && mkdir nodemanager ; ( git clone nodemanager; cd nodemanager ; git checkout master ; rm -rf .git ) || { rm -rf nodemanager; false; } fatal: repository 'nodemanager' does not exist Already on 'master' Your branch is up to date with 'origin/master'. XXXXXXXXXXXXXXX -- END MODULE nodemanager : Wed Nov 20 16:28:54 CET 2024 XXXXXXXXXXXXXXX -- BEG MODULE monitor : Wed Nov 20 16:28:54 CET 2024 mkdir -p MODULES cd MODULES && mkdir monitor ; ( git clone monitor; cd monitor ; git checkout master ; rm -rf .git ) || { rm -rf monitor; false; } fatal: repository 'monitor' does not exist Already on 'master' Your branch is up to date with 'origin/master'. XXXXXXXXXXXXXXX -- END MODULE monitor : Wed Nov 20 16:28:54 CET 2024 mkdir -p SOURCES/myplc-docs-7.1 && cp -rl MODULES/myplc SOURCES/myplc-docs-7.1/myplc; cp -rl MODULES/plcapi SOURCES/myplc-docs-7.1/plcapi; cp -rl MODULES/nodemanager SOURCES/myplc-docs-7.1/nodemanager; cp -rl MODULES/monitor SOURCES/myplc-docs-7.1/monitor; tar chpzf SOURCES/myplc-docs-7.1.tar.gz -C SOURCES myplc-docs-7.1 mkdir -p BUILD SRPMS tmp XXXXXXXXXXXXXXX -- BEG SRPM myplc-docs (using SOURCES) Wed Nov 20 16:28:54 CET 2024 rpmbuild -bs SPECS/myplc-docs.spec Building target platforms: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1651276800 Wrote: /longbuildroot/SRPMS/myplc-docs-7.1-0.lxc.2024.11.20.src.rpm XXXXXXXXXXXXXXX -- END SRPM myplc-docs Wed Nov 20 16:28:54 CET 2024 mkdir -p RPMS tmp XXXXXXXXXXXXXXX -- BEG RPM myplc-docs Wed Nov 20 16:28:54 CET 2024 rpmbuild --rebuild --define "_sourcedir /longbuildroot/tmp" --define "_specdir /longbuildroot/tmp" SRPMS/myplc-docs-7.1-0.lxc.2024.11.20.src.rpm Building target platforms: noarch Building for target noarch Installing SRPMS/myplc-docs-7.1-0.lxc.2024.11.20.src.rpm setting SOURCE_DATE_EPOCH=1651276800 Executing(%mkbuilddir): /bin/sh -e /longbuildroot/tmp/rpm-tmp.ivyKK3 + umask 022 + cd /longbuildroot/BUILD/myplc-docs-7.1-build + test -d /longbuildroot/BUILD/myplc-docs-7.1-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /longbuildroot/BUILD/myplc-docs-7.1-build + /usr/bin/rm -rf /longbuildroot/BUILD/myplc-docs-7.1-build + /usr/bin/mkdir -p /longbuildroot/BUILD/myplc-docs-7.1-build + /usr/bin/mkdir -p /longbuildroot/BUILD/myplc-docs-7.1-build/SPECPARTS + RPM_EC=0 ++ jobs -p + exit 0 Executing(%prep): /bin/sh -e /longbuildroot/tmp/rpm-tmp.GeZmF2 + umask 022 + cd /longbuildroot/BUILD/myplc-docs-7.1-build + cd /longbuildroot/BUILD/myplc-docs-7.1-build + rm -rf myplc-docs-7.1 + /usr/lib/rpm/rpmuncompress -x /longbuildroot/tmp/myplc-docs-7.1.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd myplc-docs-7.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /longbuildroot/tmp/rpm-tmp.cBMwGq + umask 022 + cd /longbuildroot/BUILD/myplc-docs-7.1-build + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none -Cforce-frame-pointers=yes --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd myplc-docs-7.1 + rm -rf /longbuildroot/BUILD/myplc-docs-7.1-build/BUILDROOT + '[' -d myplc ']' + '[' -d plcapi ']' ~/BUILD/myplc-docs-7.1-build/myplc-docs-7.1/plcapi ~/BUILD/myplc-docs-7.1-build/myplc-docs-7.1 + '[' -d nodemanager ']' + '[' -d monitor ']' + pushd plcapi + make -C doc PLCAPI.pdf make[1]: Entering directory '/build/BUILD/myplc-docs-7.1-build/myplc-docs-7.1/plcapi/doc' echo Using locally installed DTD /usr/share/sgml/docbook/xml-dtd-4.3/docbookx.dtd Using locally installed DTD /usr/share/sgml/docbook/xml-dtd-4.3/docbookx.dtd sed -e "s,@DOCBOOK-43@,/usr/share/sgml/docbook/xml-dtd-4.3/docbookx.dtd," PLCAPI.xml.in > PLCAPI.xml PYTHONPATH=.. ./DocBookLocal.py > Methods.xml /build/BUILD/myplc-docs-7.1-build/myplc-docs-7.1/plcapi/PLC/Persons.py:81: SyntaxWarning: invalid escape sequence '\A' email_re = re.compile('\A[a-zA-Z0-9._%+\-]+@[a-zA-Z0-9._\-]+\.[a-zA-Z]+\Z') /build/BUILD/myplc-docs-7.1-build/myplc-docs-7.1/plcapi/PLC/Methods/GetPlcRelease.py:7: SyntaxWarning: invalid escape sequence '\A' comment_regexp = '\A\s*#.|\A\s*\Z|\Axxxxx' /build/BUILD/myplc-docs-7.1-build/myplc-docs-7.1/plcapi/PLC/Methods/GetPlcRelease.py:9: SyntaxWarning: invalid escape sequence '\A' regexps = { 'build' : '\A[bB]uild\s+(?P[^:]+)\s*:\s*(?P.*)\Z', /build/BUILD/myplc-docs-7.1-build/myplc-docs-7.1/plcapi/PLC/Methods/GetPlcRelease.py:10: SyntaxWarning: invalid escape sequence '\A' 'tags' : '\A(?P[^:]+)\s*:=\s*(?P.*)\Z', /build/BUILD/myplc-docs-7.1-build/myplc-docs-7.1/plcapi/PLC/Methods/GetPlcRelease.py:12: SyntaxWarning: invalid escape sequence '\A' 'rpms' : '\A(?P[^:]+?)\s*::\s*(?P.*)\Z', UNEXPECTED: There are 3 non-callable methods: method= exc= for PLC.Methods.GetSliceTicket"> method= exc= for PLC.Methods.SliceGetTicket"> method= exc= for PLC.Methods.SliceTicketGet"> make[1]: *** [Makefile:31: Methods.xml] Error 255 make[1]: Leaving directory '/build/BUILD/myplc-docs-7.1-build/myplc-docs-7.1/plcapi/doc' + make -C doc PLCAPI.pdf make[1]: Entering directory '/build/BUILD/myplc-docs-7.1-build/myplc-docs-7.1/plcapi/doc' xmllint --valid --output .PLCAPI.xml.valid PLCAPI.xml docbook2pdf --nochunks -V biblio-number=1 PLCAPI.xml Using catalogs: /etc/sgml/xml-docbook-4.3.cat Using stylesheet: /usr/share/sgml/docbook/utils-0.6.14/docbook-utils.dsl#print Working on: /build/BUILD/myplc-docs-7.1-build/myplc-docs-7.1/plcapi/doc/PLCAPI.xml make[1]: Leaving directory '/build/BUILD/myplc-docs-7.1-build/myplc-docs-7.1/plcapi/doc' + rm -f doc/PLCAPI.html + make -C doc PLCAPI.html make[1]: Entering directory '/build/BUILD/myplc-docs-7.1-build/myplc-docs-7.1/plcapi/doc' docbook2html --nochunks -V biblio-number=1 PLCAPI.xml Using catalogs: /etc/sgml/xml-docbook-4.3.cat Using stylesheet: /usr/share/sgml/docbook/utils-0.6.14/docbook-utils.dsl#html Working on: /build/BUILD/myplc-docs-7.1-build/myplc-docs-7.1/plcapi/doc/PLCAPI.xml make[1]: Leaving directory '/build/BUILD/myplc-docs-7.1-build/myplc-docs-7.1/plcapi/doc' + popd ~/BUILD/myplc-docs-7.1-build/myplc-docs-7.1 + '[' -d nodemanager/doc ']' + '[' -d monitor/docs ']' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /longbuildroot/tmp/rpm-tmp.vbf3EM + umask 022 + cd /longbuildroot/BUILD/myplc-docs-7.1-build + cd myplc-docs-7.1 + for ext in pdf html + install -D -m 444 plcapi/doc/PLCAPI.pdf /longbuildroot/BUILD/myplc-docs-7.1-build/BUILDROOT/var/www/html/planetlab/doc/PLCAPI.pdf + '[' -d nodemanager/doc ']' + '[' -d monitor/docs ']' + for ext in pdf html + install -D -m 444 plcapi/doc/PLCAPI.html /longbuildroot/BUILD/myplc-docs-7.1-build/BUILDROOT/var/www/html/planetlab/doc/PLCAPI.html + '[' -d nodemanager/doc ']' + '[' -d monitor/docs ']' + ./myplc/docbook2drupal.sh 'PLC API Documentation (lxc)' /longbuildroot/BUILD/myplc-docs-7.1-build/BUILDROOT/var/www/html/planetlab/doc/PLCAPI.html /longbuildroot/BUILD/myplc-docs-7.1-build/BUILDROOT/var/www/html/planetlab/doc/PLCAPI.php Newline appended >
> TestMain.py run_log rung -> TestMain.py tcptest.py utils.py hooks/ hooks/node/ hooks/node/AA-README.txt hooks/node/_busyloop.py hooks/node/baseconfig.help hooks/node/node_cpu_sched.py hooks/node/pf2test.help hooks/node/pf2test.pl hooks/node/util-vserver-enabled.help hooks/node/util-vserver-enabled.py hooks/node/vsys_launch.help hooks/node/vsys_launch.pl hooks/node/support/ hooks/node/support/Makefile hooks/node/support/t9.cc hooks/node/support/vsys_conctest.c hooks/slice/ hooks/slice/AA-README.txt hooks/slice/nmapitest.help hooks/slice/nmapitest.py hooks/slice/ping.help hooks/slice/ping.pl hooks/slice/synacks.help hooks/slice/synacks.pl hooks/slice/traceroutes.pl template-qemu/ template-qemu/iptables.py template-qemu/qemu-bridge-init template-qemu/qemu-ifdown template-qemu/qemu-ifup template-qemu/qemu-kill-node template-qemu/qemu-start-node sent 445,610 bytes received 1,500 bytes 894,220.00 bytes/sec total size is 440,153 speedup is 0.98 ++ rootdir 2024.11.20--f41-04 ++ slice=2024.11.20--f41-04 ++ shift ++ echo /vservers/2024.11.20--f41-04 + rsync --verbose --archive /vservers/2024.11.20--f41-04/build/MODULES/build root@testmaster.onelab.eu:2024.11.20--f41-04/ sending incremental file list build/ build/.gitignore build/00-DISTROS.md build/Makefile build/README-build.txt build/README-fcdistros.txt build/README-nornet.txt build/README-pkgsfiles.txt build/README-pldistros.txt build/README-specfiles.txt build/adopt-tag build/build.common build/create-vm.sh build/fedora-mirror.sh build/getdistro.sh build/getdistroname.sh build/getrelease.sh build/getrpmmacros.sh build/latex-first-run.sh build/lbuild-bridge.sh build/lbuild-initvm.sh build/lbuild-nightly.sh build/lxc-tags.mk build/lxc.mk build/lxcpy2-tags.mk build/mlab-tags.mk build/mlab.mk build/module-diff -> module-tools.py build/module-tag -> module-tools.py build/module-tools.py build/module-version -> module-tools.py build/modules.list build/modules.update build/nodeyumexclude.sh build/nornet-tags.mk build/nornet.mk build/onelab-tags.mk build/onelab.mk build/partial-check.sh build/partial-repo.sh build/pkgs.py build/release-changelog -> module-tools.py build/rpmbuild.sh build/spec2make.py build/yumgroups.sh build/config.lxc/ build/config.lxc/bootcd.pkgs build/config.lxc/devel.pkgs build/config.lxc/lxc.mirrors build/config.lxc/nodeimage.pkgs build/config.lxc/nodeimage.post build/config.lxc/sliceimage-omf.pkgs.inactive -> ../config.planetlab/sliceimage-omf.pkgs build/config.lxc/sliceimage-planetflow.pkgs -> ../config.planetlab/sliceimage-planetflow.pkgs build/config.lxc/sliceimage.pkgs build/config.lxc/sliceimage.post build/config.lxc/yumexclude.pkgs build/config.mlab/ build/config.mlab/bootcd.pkgs build/config.mlab/devel.pkgs build/config.mlab/mlab.mirrors build/config.mlab/nodeimage.pkgs build/config.mlab/nodeimage.post build/config.mlab/planetlab.mirrors build/config.mlab/runtime.pkgs build/config.mlab/sliceimage-drl.pkgs build/config.mlab/sliceimage-planetflow.pkgs build/config.mlab/sliceimage.pkgs build/config.mlab/sliceimage.post build/config.mlab/yumexclude.pkgs build/config.nornet/ build/config.nornet/bootcd.pkgs build/config.nornet/devel.pkgs build/config.nornet/nodeimage.pkgs build/config.nornet/nodeimage.post build/config.nornet/nornet.mirrors build/config.nornet/sliceimage-omf.pkgs -> ../config.planetlab/sliceimage-omf.pkgs build/config.nornet/sliceimage-planetflow.pkgs -> ../config.planetlab/sliceimage-planetflow.pkgs build/config.nornet/sliceimage.pkgs build/config.nornet/sliceimage.post build/config.nornet/yumexclude.pkgs build/config.onelab/ build/config.onelab/nodeimage-umts.pkgs build/config.onelab/nodeimage-wifi.pkgs build/config.onelab/nodeimage.pkgs build/config.onelab/onelab.mirrors build/config.onelab/sliceimage-drl.pkgs -> ../config.planetlab/sliceimage-drl.pkgs build/config.onelab/sliceimage-omf.pkgs -> ../config.planetlab/sliceimage-omf.pkgs build/config.onelab/sliceimage-planetflow.pkgs -> ../config.planetlab/sliceimage-planetflow.pkgs build/config.onelab/sliceimage.pkgs build/config.planetlab/ build/config.planetlab/bootcd.pkgs build/config.planetlab/devel.pkgs build/config.planetlab/develdeb.pkgs build/config.planetlab/nodeimage.pkgs build/config.planetlab/nodeimage.post build/config.planetlab/planetlab.mirrors build/config.planetlab/runtime.pkgs build/config.planetlab/sliceimage-drl.pkgs build/config.planetlab/sliceimage-omf.pkgs build/config.planetlab/sliceimage-planetflow.pkgs build/config.planetlab/sliceimage.pkgs build/config.planetlab/sliceimage.post build/config.planetlab/yumexclude.pkgs build/mirroring/ build/mirroring/mirror.sh build/mirroring/f39/ build/mirroring/f39/yum.repos.d/ build/mirroring/f39/yum.repos.d/building.repo.in build/mirroring/f41/ build/mirroring/f41/yum.repos.d/ build/mirroring/f41/yum.repos.d/building.repo.in sent 426,895 bytes received 1,800 bytes 285,796.67 bytes/sec total size is 419,777 speedup is 0.98 + run_log_env='-p linux64 -d lxc -f f41' + set +e + trap - ERR INT + ssh root@testmaster.onelab.eu 2024.11.20--f41-04/run_log --build git://git.onelab.eu/build --url http://build.onelab.eu/lxc//2024.11.20--f41-04/RPMS/x86_64 -p linux64 -d lxc -f f41 --config default --all /root/2024.11.20--f41-04/TestPlc.py:1622: SyntaxWarning: invalid escape sequence '\*' utils.output_of(self.actual_command_in_guest('find /var/cache/yum -name sfa-client\*.rpm')) /root/2024.11.20--f41-04/Substrate.py:462: SyntaxWarning: invalid escape sequence '\s' build_matcher=re.compile("\s*(?P[0-9]+).*-[bo]\s+(?P[^\s]+)(\s|\Z)") /root/2024.11.20--f41-04/Substrate.py:463: SyntaxWarning: invalid escape sequence '\s' build_matcher_initvm=re.compile("\s*(?P[0-9]+).*initvm.*\s+(?P[^\s]+)\s*\Z") /root/2024.11.20--f41-04/Substrate.py:746: SyntaxWarning: invalid escape sequence '\s' matcher=re.compile("\s*(?P[0-9]+).*-cdrom\s+(?P[^\s]+)\.iso") /root/2024.11.20--f41-04/Substrate.py:931: SyntaxWarning: invalid escape sequence '\s' matcher_grep=re.compile ("/root/(?P[^/]+)/logs/trace.*:TRACE:\s*(?P[0-9]+).*step=(?P\S+).*") * 16:30:04 -- Checking if build provides SFA package... -> 16:30:04 -- + curl --silent http://build.onelab.eu/lxc//2024.11.20--f41-04/RPMS/x86_64/ + grep -q sfa-4 * 16:30:04 -- SFA package not found - removing steps with sfa or sfi Sensing local substrate... xp qn Done =============== Active plc VMs on buzzcocks {lxc-f40 257823.7421875 Mb} [max=20,free=15] (3 users, load: 2.17, 0.78, 0.34) == vplc01 == [=2024.11.18--f39-nofed-1-vplc01] (pid=24780) @ 2024-11-18:03-10 == vplc02 == [=2024.11.19--f39-nofed-1-vplc02] (pid=69024) @ 2024-11-19:03-10 == vplc03 == [=2024.11.20--f39-nofed-1-vplc03] (pid=125640) @ 2024-11-20:03-10 == vplc04 == [=2024.11.20--f39-postfix2-1-vplc04] (pid=169335) @ 2024-11-20:12-21 == vplc05 == [=2024.11.20--f39-myplc72-1-vplc05] (pid=191185) @ 2024-11-20:12-56 =============== No qemu on boxtops {qemu-f40 257823.73046875 Mb} [max=64,free=64] (1 user, load: 0.01, 0.02, 0.00) kvm_intel OK Sensing IP pool for vplcs * * * * * . . . . . . . . . . . . . . . . . . . . Done After having loaded 'starting': IP pool for vplcs * * * * * . . . . . . . . . . . . . . . . . . . . * 16:30:34 -- PROVISION plc plctest1 in box buzzcocks at IP vplc06.pl.sophia.inria.fr as 2024.11.20--f41-04-1-vplc06 Sensing IP pool for vnodes . . . . . . . . . . . . . . . . . . . . Done After having loaded 'starting': IP pool for vnodes . . . . . . . . . . . . . . . . . . . . * 16:30:54 -- PROVISION node node1 in box boxtops at IP vnode01 with MAC 02:34:56:00:00:01 =============== Active plc VMs on buzzcocks {lxc-f40 257823.7421875 Mb} [max=20,free=14] (3 users, load: 2.17, 0.78, 0.34) == vplc01 == [=2024.11.18--f39-nofed-1-vplc01] (pid=24780) @ 2024-11-18:03-10 == vplc02 == [=2024.11.19--f39-nofed-1-vplc02] (pid=69024) @ 2024-11-19:03-10 == vplc03 == [=2024.11.20--f39-nofed-1-vplc03] (pid=125640) @ 2024-11-20:03-10 == vplc04 == [=2024.11.20--f39-postfix2-1-vplc04] (pid=169335) @ 2024-11-20:12-21 == vplc05 == [=2024.11.20--f39-myplc72-1-vplc05] (pid=191185) @ 2024-11-20:12-56 == dummy_plctest1 == [=dummy_plctest1] (pid=0) @ 2024-11-20:16-30 =============== Qemus on boxtops {qemu-f40 257823.73046875 Mb} [max=64,free=63] (1 user, load: 0.01, 0.02, 0.00) kvm_intel OK == dummy_vnode01 == [=None] not (yet?) running @ 2024-11-20:16-30 * 16:30:54 -- ********** 1 RUNNING step show on plc plctest1_vplc06 + ======== site main site for plc number 1 + nodes : vnode01.pl.sophia.inria.fr + node=node1 host_box=boxtops hostname= vnode01.pl.sophia.inria.fr ip= 138.96.112.101 * 16:30:54 -- ********** 1 SUCCESSFUL step show on plctest1_vplc06 TRACE: 1 16-30-54->0s=0:00:00.000386s status=OK step=show plc=plctest1_vplc06 force=False * 16:30:54 -- ********** 1 RUNNING step plcvm_delete on plc plctest1_vplc06 -> 16:30:54 -- + ssh -n -o BatchMode=yes -o StrictHostKeyChecking=no -o CheckHostIP=no -o ConnectTimeout=5 -o UserKnownHostsFile=/dev/null buzzcocks mkdir -p 2024.11.20--f41-04 Warning: Permanently added 'buzzcocks' (ED25519) to the list of known hosts. -> 16:30:54 -- + ssh -n -o BatchMode=yes -o StrictHostKeyChecking=no -o CheckHostIP=no -o ConnectTimeout=5 -o UserKnownHostsFile=/dev/null buzzcocks cd 2024.11.20--f41-04 ';' rm -f /vservers/2024.11.20--f41-04-1-vplc06/2024.11.20--f41-04-1-vplc06.timestamp Warning: Permanently added 'buzzcocks' (ED25519) to the list of known hosts. -> 16:30:55 -- + ssh -n -o BatchMode=yes -o StrictHostKeyChecking=no -o CheckHostIP=no -o ConnectTimeout=5 -o UserKnownHostsFile=/dev/null buzzcocks cd 2024.11.20--f41-04 ';' virsh -c lxc:/// destroy 2024.11.20--f41-04-1-vplc06 Warning: Permanently added 'buzzcocks' (ED25519) to the list of known hosts. error: failed to get domain '2024.11.20--f41-04-1-vplc06' -> 16:30:55 -- + ssh -n -o BatchMode=yes -o StrictHostKeyChecking=no -o CheckHostIP=no -o ConnectTimeout=5 -o UserKnownHostsFile=/dev/null buzzcocks cd 2024.11.20--f41-04 ';' virsh -c lxc:/// undefine 2024.11.20--f41-04-1-vplc06 Warning: Permanently added 'buzzcocks' (ED25519) to the list of known hosts. error: failed to get domain '2024.11.20--f41-04-1-vplc06' -> 16:30:56 -- + ssh -n -o BatchMode=yes -o StrictHostKeyChecking=no -o CheckHostIP=no -o ConnectTimeout=5 -o UserKnownHostsFile=/dev/null buzzcocks cd 2024.11.20--f41-04 ';' rm -fr /vservers/2024.11.20--f41-04-1-vplc06 Warning: Permanently added 'buzzcocks' (ED25519) to the list of known hosts. * 16:30:56 -- ********** 1 SUCCESSFUL step plcvm_delete on plctest1_vplc06 TRACE: 1 16-30-54->2s=0:00:02.145463s status=OK step=plcvm_delete plc=plctest1_vplc06 force=False * 16:30:56 -- ********** 1 RUNNING step plcvm_timestamp on plc plctest1_vplc06 -> 16:30:56 -- + ssh -n -o BatchMode=yes -o StrictHostKeyChecking=no -o CheckHostIP=no -o ConnectTimeout=5 -o UserKnownHostsFile=/dev/null buzzcocks mkdir -p /vservers/2024.11.20--f41-04-1-vplc06 Warning: Permanently added 'buzzcocks' (ED25519) to the list of known hosts. -> 16:30:57 -- + ssh -n -o BatchMode=yes -o StrictHostKeyChecking=no -o CheckHostIP=no -o ConnectTimeout=5 -o UserKnownHostsFile=/dev/null buzzcocks echo 1732116656 '>' /vservers/2024.11.20--f41-04-1-vplc06/2024.11.20--f41-04-1-vplc06.timestamp Warning: Permanently added 'buzzcocks' (ED25519) to the list of known hosts. * 16:30:57 -- ********** 1 SUCCESSFUL step plcvm_timestamp on plctest1_vplc06 TRACE: 1 16-30-56->0s=0:00:00.833695s status=OK step=plcvm_timestamp plc=plctest1_vplc06 force=False * 16:30:57 -- ********** 1 RUNNING step plcvm_create on plc plctest1_vplc06 -> 16:30:57 -- + ssh -n -o BatchMode=yes -o StrictHostKeyChecking=no -o CheckHostIP=no -o ConnectTimeout=5 -o UserKnownHostsFile=/dev/null buzzcocks rm -rf 2024.11.20--f41-04/build Warning: Permanently added 'buzzcocks' (ED25519) to the list of known hosts. -> 16:30:57 -- + scp -o BatchMode=yes -o StrictHostKeyChecking=no -o CheckHostIP=no -o ConnectTimeout=5 -r build buzzcocks:2024.11.20--f41-04/build -> 16:31:00 -- + ssh -n -o BatchMode=yes -o StrictHostKeyChecking=no -o CheckHostIP=no -o ConnectTimeout=5 -o UserKnownHostsFile=/dev/null buzzcocks cd 2024.11.20--f41-04 ';' build/lbuild-initvm.sh -p linux64 -d lxc -f f41 -r http://build.onelab.eu/lxc//2024.11.20--f41-04/RPMS -n vplc06.pl.sophia.inria.fr 2024.11.20--f41-04-1-vplc06 Warning: Permanently added 'buzzcocks' (ED25519) to the list of known hosts. Bridge already set up - skipping create_bridge_if_needed + set -e + local lxc=2024.11.20--f41-04-1-vplc06 + shift + local fcdistro=f41 + shift + local pldistro=lxc + shift + local personality=linux64 + shift ++ lxcroot 2024.11.20--f41-04-1-vplc06 ++ local lxc=2024.11.20--f41-04-1-vplc06 ++ shift ++ echo /vservers/2024.11.20--f41-04-1-vplc06 + local lxc_root=/vservers/2024.11.20--f41-04-1-vplc06 ++ package_method f41 ++ local fcdistro=f41 ++ shift ++ case $fcdistro in ++ echo dnf + pkg_method=dnf + case $pkg_method in + '[' -z '' ']' + fedora_install 2024.11.20--f41-04-1-vplc06 + set -x + set -e + local lxc=2024.11.20--f41-04-1-vplc06 + shift ++ lxcroot 2024.11.20--f41-04-1-vplc06 ++ local lxc=2024.11.20--f41-04-1-vplc06 ++ shift ++ echo /vservers/2024.11.20--f41-04-1-vplc06 + local lxc_root=/vservers/2024.11.20--f41-04-1-vplc06 + local cache=/var/cache/lxc/fedora/x86_64/41 + mkdir -p /var/cache/lxc/fedora/x86_64/41 + flock --exclusive --timeout 60 200 Updating cache /var/cache/lxc/fedora/x86_64/41/rootfs ... + '[' '!' -e /var/cache/lxc/fedora/x86_64/41/rootfs ']' + echo 'Updating cache /var/cache/lxc/fedora/x86_64/41/rootfs ...' + dnf --installroot /var/cache/lxc/fedora/x86_64/41/rootfs --releasever=41 -y --nogpgcheck update Last metadata expiration check: 1:36:54 ago on Wed 20 Nov 2024 02:54:07 PM CET. Dependencies resolved. Nothing to do. Complete! Update finished Filling /vservers/2024.11.20--f41-04-1-vplc06 from /var/cache/lxc/fedora/x86_64/41/rootfs ... + echo 'Update finished' + echo 'Filling /vservers/2024.11.20--f41-04-1-vplc06 from /var/cache/lxc/fedora/x86_64/41/rootfs ... ' + rsync -a /var/cache/lxc/fedora/x86_64/41/rootfs/ /vservers/2024.11.20--f41-04-1-vplc06/ + return 0 + return 0 ++ lxcroot 2024.11.20--f41-04-1-vplc06 ++ local lxc=2024.11.20--f41-04-1-vplc06 ++ shift ++ echo /vservers/2024.11.20--f41-04-1-vplc06 + chroot /vservers/2024.11.20--f41-04-1-vplc06 linux64 rm -rf /var/lib/rpm/__db.000 /var/lib/rpm/__db.001 /var/lib/rpm/__db.002 /var/lib/rpm/__db.003 /var/lib/rpm/__db.004 /var/lib/rpm/__db.005 /var/lib/rpm/__db.006 /var/lib/rpm/__db.007 /var/lib/rpm/__db.008 /var/lib/rpm/__db.009 ++ lxcroot 2024.11.20--f41-04-1-vplc06 ++ local lxc=2024.11.20--f41-04-1-vplc06 ++ shift ++ echo /vservers/2024.11.20--f41-04-1-vplc06 + chroot /vservers/2024.11.20--f41-04-1-vplc06 linux64 rpm --rebuilddb + fedora_configure 2024.11.20--f41-04-1-vplc06 f41 + set -x + set -e + local lxc=2024.11.20--f41-04-1-vplc06 + shift + local fcdistro=f41 + shift ++ lxcroot 2024.11.20--f41-04-1-vplc06 ++ local lxc=2024.11.20--f41-04-1-vplc06 ++ shift ++ echo /vservers/2024.11.20--f41-04-1-vplc06 + local lxc_root=/vservers/2024.11.20--f41-04-1-vplc06 + mkdir -p /vservers/2024.11.20--f41-04-1-vplc06/selinux + echo 0 + cat + cat + local dev_path=/vservers/2024.11.20--f41-04-1-vplc06/dev + rm -rf /vservers/2024.11.20--f41-04-1-vplc06/dev + mkdir -p /vservers/2024.11.20--f41-04-1-vplc06/dev + mknod -m 666 /vservers/2024.11.20--f41-04-1-vplc06/dev/null c 1 3 + mknod -m 666 /vservers/2024.11.20--f41-04-1-vplc06/dev/zero c 1 5 + mknod -m 666 /vservers/2024.11.20--f41-04-1-vplc06/dev/random c 1 8 + mknod -m 666 /vservers/2024.11.20--f41-04-1-vplc06/dev/urandom c 1 9 + mkdir -m 755 /vservers/2024.11.20--f41-04-1-vplc06/dev/pts + mkdir -m 1777 /vservers/2024.11.20--f41-04-1-vplc06/dev/shm + mknod -m 666 /vservers/2024.11.20--f41-04-1-vplc06/dev/tty c 5 0 + mknod -m 666 /vservers/2024.11.20--f41-04-1-vplc06/dev/tty0 c 4 0 + mknod -m 666 /vservers/2024.11.20--f41-04-1-vplc06/dev/tty1 c 4 1 + mknod -m 666 /vservers/2024.11.20--f41-04-1-vplc06/dev/tty2 c 4 2 + mknod -m 666 /vservers/2024.11.20--f41-04-1-vplc06/dev/tty3 c 4 3 + mknod -m 666 /vservers/2024.11.20--f41-04-1-vplc06/dev/tty4 c 4 4 + mknod -m 600 /vservers/2024.11.20--f41-04-1-vplc06/dev/console c 5 1 + mknod -m 666 /vservers/2024.11.20--f41-04-1-vplc06/dev/full c 1 7 + mknod -m 600 /vservers/2024.11.20--f41-04-1-vplc06/dev/initctl p + mknod -m 666 /vservers/2024.11.20--f41-04-1-vplc06/dev/ptmx c 5 2 + fedora_configure_systemd 2024.11.20--f41-04-1-vplc06 + set -e + set -x + local lxc=2024.11.20--f41-04-1-vplc06 + shift ++ lxcroot 2024.11.20--f41-04-1-vplc06 ++ local lxc=2024.11.20--f41-04-1-vplc06 ++ shift ++ echo /vservers/2024.11.20--f41-04-1-vplc06 + local lxc_root=/vservers/2024.11.20--f41-04-1-vplc06 + '[' -d /vservers/2024.11.20--f41-04-1-vplc06/etc/systemd ']' + ln -sf /lib/systemd/system/multi-user.target /vservers/2024.11.20--f41-04-1-vplc06/etc/systemd/system/default.target + touch /vservers/2024.11.20--f41-04-1-vplc06/etc/fstab + ln -sf /dev/null /vservers/2024.11.20--f41-04-1-vplc06/etc/systemd/system/udev.service + ln -sf /dev/null /vservers/2024.11.20--f41-04-1-vplc06/etc/systemd/system/getty@.service + rm -f /vservers/2024.11.20--f41-04-1-vplc06/etc/systemd/system/getty.target.wants/getty@tty1.service + chroot /vservers/2024.11.20--f41-04-1-vplc06 linux64 systemctl enable NetworkManager /proc/ is not mounted. This is not a supported mode of operation. Please fix your invocation environment to mount /proc/ and /sys/ properly. Proceeding anyway. Your mileage may vary. Failed to enable unit: Unit NetworkManager.service does not exist + fedora_configure_network 2024.11.20--f41-04-1-vplc06 + local lxc=2024.11.20--f41-04-1-vplc06 + case $(network_config_method $fcdistro) in ++ network_config_method f41 ++ local fcdistro=f41 ++ shift ++ case $fcdistro in ++ echo networkmanager + local 'guest_keyfile=/vservers/2024.11.20--f41-04-1-vplc06/etc/NetworkManager/system-connections/Wired connection 1.nmconnection' ++ dirname '/vservers/2024.11.20--f41-04-1-vplc06/etc/NetworkManager/system-connections/Wired connection 1.nmconnection' + mkdir -p /vservers/2024.11.20--f41-04-1-vplc06/etc/NetworkManager/system-connections + '[' -n '' ']' + write_guest_networkmanager_publicip + cat ++ uuid ++ python -c 'import uuid; print(uuid.uuid1())' + chmod 600 '/vservers/2024.11.20--f41-04-1-vplc06/etc/NetworkManager/system-connections/Wired connection 1.nmconnection' + '[' -z '' ']' + fedora_configure_yum 2024.11.20--f41-04-1-vplc06 f41 lxc + set -x + set -e + trap failure ERR INT + local lxc=2024.11.20--f41-04-1-vplc06 + shift + local fcdistro=f41 + shift + local pldistro=lxc + shift ++ lxcroot 2024.11.20--f41-04-1-vplc06 ++ local lxc=2024.11.20--f41-04-1-vplc06 ++ shift ++ echo /vservers/2024.11.20--f41-04-1-vplc06 + local lxc_root=/vservers/2024.11.20--f41-04-1-vplc06 + chroot /vservers/2024.11.20--f41-04-1-vplc06 linux64 rpm --rebuilddb Initializing yum.repos.d in 2024.11.20--f41-04-1-vplc06 + '[' -z '' ']' + echo 'Initializing yum.repos.d in 2024.11.20--f41-04-1-vplc06' + rm -f /vservers/2024.11.20--f41-04-1-vplc06/etc/yum.repos.d/fedora-cisco-openh264.repo /vservers/2024.11.20--f41-04-1-vplc06/etc/yum.repos.d/fedora.repo /vservers/2024.11.20--f41-04-1-vplc06/etc/yum.repos.d/fedora.repo.rpmnew /vservers/2024.11.20--f41-04-1-vplc06/etc/yum.repos.d/fedora-updates.repo /vservers/2024.11.20--f41-04-1-vplc06/etc/yum.repos.d/fedora-updates.repo.rpmnew /vservers/2024.11.20--f41-04-1-vplc06/etc/yum.repos.d/fedora-updates-testing.repo + local repofile=/vservers/2024.11.20--f41-04-1-vplc06/etc/yum.repos.d/building.repo + yumconf_mirrors /vservers/2024.11.20--f41-04-1-vplc06/etc/yum.repos.d/building.repo build f41 '' http://mirror.onelab.eu/ + dest_yumconf=/vservers/2024.11.20--f41-04-1-vplc06/etc/yum.repos.d/building.repo + shift + builddir=build + shift + fcdistro=f41 + shift + yumexclude_line= + shift + mirrors=http://mirror.onelab.eu/ + template=build/mirroring/f41/yum.repos.d/building.repo.in + '[' '!' -f build/mirroring/f41/yum.repos.d/building.repo.in ']' + for mirror in $mirrors + yumconf_mirror /vservers/2024.11.20--f41-04-1-vplc06/etc/yum.repos.d/building.repo build/mirroring/f41/yum.repos.d/building.repo.in '' http://mirror.onelab.eu/ + dest_yumconf=/vservers/2024.11.20--f41-04-1-vplc06/etc/yum.repos.d/building.repo + shift + template=build/mirroring/f41/yum.repos.d/building.repo.in + shift + yumexclude_line= + shift + mirror=http://mirror.onelab.eu/ + shift + sed -e s,@MIRRORURL@,http://mirror.onelab.eu/,g -e '/baseurl=/i\ ' build/mirroring/f41/yum.repos.d/building.repo.in ++ grep '^baseurl=' /vservers/2024.11.20--f41-04-1-vplc06/etc/yum.repos.d/building.repo + baseurl_defs='baseurl=http://mirror.onelab.eu//fedora/releases/41/Everything/$basearch/os/ baseurl=http://mirror.onelab.eu//fedora/updates/41/Everything/$basearch/ baseurl=http://mirror.onelab.eu//fedora/updates/41/Modular/$basearch/' + '[' -z 'baseurl=http://mirror.onelab.eu//fedora/releases/41/Everything/$basearch/os/ baseurl=http://mirror.onelab.eu//fedora/updates/41/Everything/$basearch/ baseurl=http://mirror.onelab.eu//fedora/updates/41/Modular/$basearch/' ']' + for baseurl_def in $baseurl_defs ++ echo 'baseurl=http://mirror.onelab.eu//fedora/releases/41/Everything/$basearch/os/' ++ sed -e s,baseurl=,, -e 's,$basearch,x86_64,g' + baseurl=http://mirror.onelab.eu//fedora/releases/41/Everything/x86_64/os/ + repomd=http://mirror.onelab.eu//fedora/releases/41/Everything/x86_64/os//repodata/repomd.xml * Trying to fetch http://mirror.onelab.eu//fedora/releases/41/Everything/x86_64/os//repodata/repomd.xml + echo '* Trying to fetch http://mirror.onelab.eu//fedora/releases/41/Everything/x86_64/os//repodata/repomd.xml' + build_fetch http://mirror.onelab.eu//fedora/releases/41/Everything/x86_64/os//repodata/repomd.xml + curl --fail --silent --max-time 60 --output /dev/null http://mirror.onelab.eu//fedora/releases/41/Everything/x86_64/os//repodata/repomd.xml + for baseurl_def in $baseurl_defs ++ echo 'baseurl=http://mirror.onelab.eu//fedora/updates/41/Everything/$basearch/' ++ sed -e s,baseurl=,, -e 's,$basearch,x86_64,g' + baseurl=http://mirror.onelab.eu//fedora/updates/41/Everything/x86_64/ + repomd=http://mirror.onelab.eu//fedora/updates/41/Everything/x86_64//repodata/repomd.xml * Trying to fetch http://mirror.onelab.eu//fedora/updates/41/Everything/x86_64//repodata/repomd.xml + echo '* Trying to fetch http://mirror.onelab.eu//fedora/updates/41/Everything/x86_64//repodata/repomd.xml' + build_fetch http://mirror.onelab.eu//fedora/updates/41/Everything/x86_64//repodata/repomd.xml + curl --fail --silent --max-time 60 --output /dev/null http://mirror.onelab.eu//fedora/updates/41/Everything/x86_64//repodata/repomd.xml + for baseurl_def in $baseurl_defs ++ echo 'baseurl=http://mirror.onelab.eu//fedora/updates/41/Modular/$basearch/' ++ sed -e s,baseurl=,, -e 's,$basearch,x86_64,g' + baseurl=http://mirror.onelab.eu//fedora/updates/41/Modular/x86_64/ + repomd=http://mirror.onelab.eu//fedora/updates/41/Modular/x86_64//repodata/repomd.xml * Trying to fetch http://mirror.onelab.eu//fedora/updates/41/Modular/x86_64//repodata/repomd.xml + echo '* Trying to fetch http://mirror.onelab.eu//fedora/updates/41/Modular/x86_64//repodata/repomd.xml' + build_fetch http://mirror.onelab.eu//fedora/updates/41/Modular/x86_64//repodata/repomd.xml + curl --fail --silent --max-time 60 --output /dev/null http://mirror.onelab.eu//fedora/updates/41/Modular/x86_64//repodata/repomd.xml * Selected mirror http://mirror.onelab.eu/ + echo '* Selected mirror http://mirror.onelab.eu/' + return 0 + return 0 + sed -i /vservers/2024.11.20--f41-04-1-vplc06/etc/yum.repos.d/building.repo -e 's,gpgkey=.*,gpgkey=http://mirror.onelab.eu/keys//RPM-GPG-KEY-fedora-41-primary,' + rpm --root /vservers/2024.11.20--f41-04-1-vplc06 --import http://mirror.onelab.eu/keys//RPM-GPG-KEY-fedora-41-primary + '[' -n http://build.onelab.eu/lxc//2024.11.20--f41-04/RPMS ']' + '[' '!' -d /vservers/2024.11.20--f41-04-1-vplc06/etc/yum.repos.d ']' ++ pl_plcyumexclude f41 lxc build ++ pl_yumexclude plcyumexclude f41 lxc build ++ keyword=plcyumexclude ++ shift ++ fcdistro=f41 ++ shift ++ pldistro=lxc ++ shift ++ builddir=build ++ shift +++ pl_locateDistroFile build lxc yumexclude.pkgs +++ builddir=build +++ shift +++ pldistro=lxc +++ shift +++ pkgsfile=yumexclude.pkgs +++ shift +++ pkgspath= +++ configdir=build/config.lxc +++ '[' '!' -d build/config.lxc ']' +++ paths='build/config.lxc/yumexclude.pkgs build/config.planetlab/yumexclude.pkgs' +++ for path in $paths +++ '[' -f build/config.lxc/yumexclude.pkgs ']' +++ pkgspath=build/config.lxc/yumexclude.pkgs +++ break +++ '[' -z build/config.lxc/yumexclude.pkgs ']' +++ echo 'pl_locateDistroFile: using build/config.lxc/yumexclude.pkgs' pl_locateDistroFile: using build/config.lxc/yumexclude.pkgs +++ echo build/config.lxc/yumexclude.pkgs +++ return 0 ++ yumexclude_file=build/config.lxc/yumexclude.pkgs ++ type -p pkgs.py ++ pkgs.py -a x86_64 -f f41 -d lxc plcyumexclude build/config.lxc/yumexclude.pkgs + yumexclude=drupal + for repo in $lxc_root/etc/yum.repos.d/* + '[' -f /vservers/2024.11.20--f41-04-1-vplc06/etc/yum.repos.d/building.repo ']' + yumconf_exclude /vservers/2024.11.20--f41-04-1-vplc06/etc/yum.repos.d/building.repo exclude=drupal + repo=/vservers/2024.11.20--f41-04-1-vplc06/etc/yum.repos.d/building.repo + shift + yumexclude_line=exclude=drupal + shift + sed -i -e '/#baseurl=.*$/i\ exclude=drupal' /vservers/2024.11.20--f41-04-1-vplc06/etc/yum.repos.d/building.repo + cat + return 0 + '[' -d /vservers/2024.11.20--f41-04-1-vplc06/cgroup ']' + mkdir /vservers/2024.11.20--f41-04-1-vplc06/cgroup + '[' -h /vservers/2024.11.20--f41-04-1-vplc06/etc/resolv.conf ']' + rm -f /vservers/2024.11.20--f41-04-1-vplc06/etc/resolv.conf + '[' -f /etc/resolv.conf.containers ']' + cp /etc/resolv.conf.containers /vservers/2024.11.20--f41-04-1-vplc06/etc/resolv.conf + '[' -f /vservers/2024.11.20--f41-04-1-vplc06/etc/hosts ']' + mkdir -p /vservers/2024.11.20--f41-04-1-vplc06/root/.ssh + cat /root/.ssh/id_rsa.pub + chmod 700 /vservers/2024.11.20--f41-04-1-vplc06/root/.ssh + chmod 600 /vservers/2024.11.20--f41-04-1-vplc06/root/.ssh/authorized_keys + local config_xml=/tmp/2024.11.20--f41-04-1-vplc06.xml + '[' -n '' ']' + write_lxc_xml_publicip 2024.11.20--f41-04-1-vplc06 + local lxc=2024.11.20--f41-04-1-vplc06 + shift ++ lxcroot 2024.11.20--f41-04-1-vplc06 ++ local lxc=2024.11.20--f41-04-1-vplc06 ++ shift ++ echo /vservers/2024.11.20--f41-04-1-vplc06 + local lxc_root=/vservers/2024.11.20--f41-04-1-vplc06 + cat + virsh -c lxc:/// define /tmp/2024.11.20--f41-04-1-vplc06.xml Domain '2024.11.20--f41-04-1-vplc06' defined from /tmp/2024.11.20--f41-04-1-vplc06.xml + return 0 + devel_or_test_tools 2024.11.20--f41-04-1-vplc06 f41 lxc linux64 + set -x + set -e + trap failure ERR INT + local lxc=2024.11.20--f41-04-1-vplc06 + shift + local fcdistro=f41 + shift + local pldistro=lxc + shift + local personality=linux64 + shift ++ lxcroot 2024.11.20--f41-04-1-vplc06 ++ local lxc=2024.11.20--f41-04-1-vplc06 ++ shift ++ echo /vservers/2024.11.20--f41-04-1-vplc06 + local lxc_root=/vservers/2024.11.20--f41-04-1-vplc06 ++ package_method f41 ++ local fcdistro=f41 ++ shift ++ case $fcdistro in ++ echo dnf + local pkg_method=dnf ++ pl_locateDistroFile build lxc runtime.pkgs ++ builddir=build ++ shift ++ pldistro=lxc ++ shift ++ pkgsfile=runtime.pkgs ++ shift ++ pkgspath= ++ configdir=build/config.lxc ++ '[' '!' -d build/config.lxc ']' ++ paths='build/config.lxc/runtime.pkgs build/config.planetlab/runtime.pkgs' ++ for path in $paths ++ '[' -f build/config.lxc/runtime.pkgs ']' ++ for path in $paths ++ '[' -f build/config.planetlab/runtime.pkgs ']' ++ pkgspath=build/config.planetlab/runtime.pkgs ++ break ++ '[' -z build/config.planetlab/runtime.pkgs ']' ++ echo 'pl_locateDistroFile: using build/config.planetlab/runtime.pkgs' pl_locateDistroFile: using build/config.planetlab/runtime.pkgs ++ echo build/config.planetlab/runtime.pkgs ++ return 0 + local pkgsfile=build/config.planetlab/runtime.pkgs ++ chroot /vservers/2024.11.20--f41-04-1-vplc06 linux64 arch + local lxc_arch=x86_64 + '[' x86_64 = unknown ']' ++ pl_getPackages -a x86_64 f41 lxc build/config.planetlab/runtime.pkgs ++ pl_parsePkgs package -a x86_64 f41 lxc build/config.planetlab/runtime.pkgs ++ target_arch=x86_64 ++ keyword=package ++ shift ++ '[' -a == -a ']' ++ shift ++ target_arch=x86_64 ++ shift ++ fcdistro=f41 ++ shift ++ pldistro=lxc ++ shift ++ echo 'pl_parsePkgs: using -a x86_64 -f f41 -d lxc package build/config.planetlab/runtime.pkgs' pl_parsePkgs: using -a x86_64 -f f41 -d lxc package build/config.planetlab/runtime.pkgs ++ pkgs.py -a x86_64 -f f41 -d lxc package build/config.planetlab/runtime.pkgs build/config.planetlab/runtime.pkgs:9:syntax error: error in left expression package=jammy + local 'packages=NetworkManager bind-utils curl emacs-nox file hostname openssh-clients psmisc' ++ pl_getGroups -a x86_64 f41 lxc build/config.planetlab/runtime.pkgs ++ pl_parsePkgs group -a x86_64 f41 lxc build/config.planetlab/runtime.pkgs ++ target_arch=x86_64 ++ keyword=group ++ shift ++ '[' -a == -a ']' ++ shift ++ target_arch=x86_64 ++ shift ++ fcdistro=f41 ++ shift ++ pldistro=lxc ++ shift ++ echo 'pl_parsePkgs: using -a x86_64 -f f41 -d lxc group build/config.planetlab/runtime.pkgs' pl_parsePkgs: using -a x86_64 -f f41 -d lxc group build/config.planetlab/runtime.pkgs ++ pkgs.py -a x86_64 -f f41 -d lxc group build/config.planetlab/runtime.pkgs build/config.planetlab/runtime.pkgs:9:syntax error: error in left expression package=jammy + local groups= + case "$pkg_method" in + local has_dnf= + chroot /vservers/2024.11.20--f41-04-1-vplc06 linux64 dnf --version Failed to set locale, defaulting to "C.UTF-8" dnf5 version 5.2.7.0 dnf5 plugin API version 2.0 libdnf5 version 5.2.7.0 libdnf5 plugin API version 2.0 + has_dnf=true + '[' -n true ']' + echo 'container has dnf - invoking with --allowerasing' container has dnf - invoking with --allowerasing + local 'pkg_installer=dnf -y install --allowerasing' + local 'grp_installer=dnf -y groupinstall --allowerasing' + '[' -n 'NetworkManager bind-utils curl emacs-nox file hostname openssh-clients psmisc' ']' + chroot /vservers/2024.11.20--f41-04-1-vplc06 linux64 dnf -y install --allowerasing NetworkManager bind-utils curl emacs-nox file hostname openssh-clients psmisc Failed to set locale, defaulting to "C.UTF-8" Updating and loading repositories: Fedora 41 - x86_64 - Updates 100% | 408.0 KiB/s | 1.6 KiB | 00m00s Fedora 41 - x86_64 100% | 29.1 MiB/s | 35.4 MiB | 00m01s Fedora 41 - x86_64 - Updates 100% | 31.7 MiB/s | 5.2 MiB | 00m00s MyPLC 100% | 2.8 MiB/s | 11.4 KiB | 00m00s Repositories loaded. Package "curl-8.9.1-2.fc41.x86_64" is already installed. Package "openssh-clients-9.8p1-3.fc41.2.x86_64" is already installed. Package "psmisc-23.7-3.fc41.x86_64" is already installed. Package Arch Version Repository Size Installing: NetworkManager x86_64 1:1.50.0-1.fc41 fedora 5.7 MiB bind-utils x86_64 32:9.18.30-1.fc41 fedora 698.0 KiB emacs-nw x86_64 1:29.4-38.fc41 updates 167.0 MiB file x86_64 5.45-7.fc41 fedora 103.5 KiB hostname x86_64 3.23-13.fc41 fedora 45.6 KiB Installing dependencies: NetworkManager-libnm x86_64 1:1.50.0-1.fc41 fedora 9.9 MiB alsa-lib x86_64 1.2.13-3.fc41 updates 1.4 MiB bind-libs x86_64 32:9.18.30-1.fc41 fedora 3.6 MiB binutils x86_64 2.43.1-2.fc41 fedora 27.5 MiB cpp x86_64 14.2.1-3.fc41 fedora 35.0 MiB emacs-common x86_64 1:29.4-38.fc41 updates 101.2 MiB emacs-filesystem noarch 1:30.0-3.fc41 fedora 0.0 B emacsclient x86_64 1:29.4-38.fc41 updates 76.8 KiB fstrm x86_64 0.6.1-11.fc41 fedora 50.6 KiB gcc x86_64 14.2.1-3.fc41 fedora 104.3 MiB glibc-devel x86_64 2.40-11.fc41 updates 2.3 MiB gpm-libs x86_64 1.20.7-48.fc41 fedora 27.7 KiB hunspell x86_64 1.7.2-8.fc41 fedora 1.3 MiB hunspell-en-GB noarch 0.20201207-10.fc41 fedora 543.2 KiB hunspell-en-US noarch 0.20201207-10.fc41 fedora 557.4 KiB hunspell-filesystem x86_64 1.7.2-8.fc41 fedora 0.0 B jansson x86_64 2.13.1-10.fc41 fedora 88.3 KiB jemalloc x86_64 5.3.0-7.fc41 fedora 821.7 KiB kernel-headers x86_64 6.11.3-300.fc41 fedora 6.4 MiB less x86_64 661-2.fc41 fedora 405.3 KiB libgccjit x86_64 14.2.1-3.fc41 fedora 37.4 MiB libmpc x86_64 1.3.1-6.fc41 fedora 164.7 KiB libndp x86_64 1.9-2.fc41 fedora 86.2 KiB libstdc++-devel x86_64 14.2.1-3.fc41 fedora 15.4 MiB libtree-sitter x86_64 0.23.0-2.fc41 fedora 213.4 KiB libuv x86_64 1:1.49.2-1.fc41 updates 565.0 KiB libxcrypt-devel x86_64 4.4.36-10.fc41 updates 30.5 KiB lmdb-libs x86_64 0.9.33-2.fc41 fedora 109.6 KiB make x86_64 1:4.4.1-8.fc41 fedora 1.8 MiB Installing weak dependencies: enchant2 x86_64 2.8.1-2.fc41 fedora 196.9 KiB gcc-c++ x86_64 14.2.1-3.fc41 fedora 38.2 MiB git-core x86_64 2.47.0-1.fc41 fedora 22.5 MiB hunspell-en noarch 0.20201207-10.fc41 fedora 1.1 MiB info x86_64 7.1-3.fc41 fedora 361.8 KiB libtree-sitter-java x86_64 0.21.0-2.fc41 fedora 465.3 KiB Transaction Summary: Installing: 40 packages Total size of inbound packages is 172 MiB. Need to download 172 MiB. After this operation, 587 MiB extra will be used (install 587 MiB, remove 0 B). [ 1/40] file-0:5.45-7.fc41.x86_64 100% | 16.0 MiB/s | 49.1 KiB | 00m00s [ 2/40] hostname-0:3.23-13.fc41.x86_64 100% | 27.2 MiB/s | 27.8 KiB | 00m00s [ 3/40] bind-utils-32:9.18.30-1.fc41.x8 100% | 7.8 MiB/s | 222.5 KiB | 00m00s [ 4/40] libndp-0:1.9-2.fc41.x86_64 100% | 12.2 MiB/s | 37.5 KiB | 00m00s [ 5/40] NetworkManager-1:1.50.0-1.fc41. 100% | 50.9 MiB/s | 2.1 MiB | 00m00s [ 6/40] NetworkManager-libnm-1:1.50.0-1 100% | 36.5 MiB/s | 1.9 MiB | 00m00s [ 7/40] jemalloc-0:5.3.0-7.fc41.x86_64 100% | 14.9 MiB/s | 228.4 KiB | 00m00s [ 8/40] lmdb-libs-0:0.9.33-2.fc41.x86_6 100% | 30.1 MiB/s | 61.7 KiB | 00m00s [ 9/40] fstrm-0:0.6.1-11.fc41.x86_64 100% | 2.5 MiB/s | 27.9 KiB | 00m00s [10/40] gpm-libs-0:1.20.7-48.fc41.x86_6 100% | 6.6 MiB/s | 20.2 KiB | 00m00s [11/40] jansson-0:2.13.1-10.fc41.x86_64 100% | 14.5 MiB/s | 44.4 KiB | 00m00s [12/40] bind-libs-32:9.18.30-1.fc41.x86 100% | 22.6 MiB/s | 1.3 MiB | 00m00s [13/40] libtree-sitter-0:0.23.0-2.fc41. 100% | 17.6 MiB/s | 108.0 KiB | 00m00s [14/40] libgccjit-0:14.2.1-3.fc41.x86_6 100% | 31.8 MiB/s | 11.4 MiB | 00m00s [15/40] emacs-nw-1:29.4-38.fc41.x86_64 100% | 32.0 MiB/s | 30.6 MiB | 00m01s [16/40] libmpc-0:1.3.1-6.fc41.x86_64 100% | 13.9 MiB/s | 71.1 KiB | 00m00s [17/40] emacs-filesystem-1:30.0-3.fc41. 100% | 3.5 MiB/s | 7.1 KiB | 00m00s [18/40] emacs-common-1:29.4-38.fc41.x86 100% | 29.6 MiB/s | 41.8 MiB | 00m01s [19/40] cpp-0:14.2.1-3.fc41.x86_64 100% | 22.5 MiB/s | 11.9 MiB | 00m01s [20/40] make-1:4.4.1-8.fc41.x86_64 100% | 11.7 MiB/s | 586.1 KiB | 00m00s [21/40] emacsclient-1:29.4-38.fc41.x86_ 100% | 13.3 MiB/s | 40.8 KiB | 00m00s [22/40] alsa-lib-0:1.2.13-3.fc41.x86_64 100% | 38.9 MiB/s | 517.2 KiB | 00m00s [23/40] glibc-devel-0:2.40-11.fc41.x86_ 100% | 32.6 MiB/s | 633.3 KiB | 00m00s [24/40] libuv-1:1.49.2-1.fc41.x86_64 100% | 12.8 MiB/s | 262.1 KiB | 00m00s [25/40] gcc-0:14.2.1-3.fc41.x86_64 100% | 27.5 MiB/s | 36.9 MiB | 00m01s [26/40] kernel-headers-0:6.11.3-300.fc4 100% | 9.1 MiB/s | 1.6 MiB | 00m00s [27/40] libxcrypt-devel-0:4.4.36-10.fc4 100% | 4.0 MiB/s | 28.9 KiB | 00m00s [28/40] less-0:661-2.fc41.x86_64 100% | 26.3 MiB/s | 188.5 KiB | 00m00s [29/40] enchant2-0:2.8.1-2.fc41.x86_64 100% | 24.6 MiB/s | 75.5 KiB | 00m00s [30/40] binutils-0:2.43.1-2.fc41.x86_64 100% | 24.1 MiB/s | 6.5 MiB | 00m00s [31/40] hunspell-0:1.7.2-8.fc41.x86_64 100% | 14.6 MiB/s | 477.3 KiB | 00m00s [32/40] hunspell-en-US-0:0.20201207-10. 100% | 35.3 MiB/s | 180.9 KiB | 00m00s [33/40] hunspell-filesystem-0:1.7.2-8.f 100% | 4.0 MiB/s | 8.1 KiB | 00m00s [34/40] info-0:7.1-3.fc41.x86_64 100% | 35.6 MiB/s | 182.5 KiB | 00m00s [35/40] libtree-sitter-java-0:0.21.0-2. 100% | 11.1 MiB/s | 68.1 KiB | 00m00s [36/40] git-core-0:2.47.0-1.fc41.x86_64 100% | 34.2 MiB/s | 4.8 MiB | 00m00s [37/40] libstdc++-devel-0:14.2.1-3.fc41 100% | 28.1 MiB/s | 2.8 MiB | 00m00s [38/40] hunspell-en-0:0.20201207-10.fc4 100% | 15.4 MiB/s | 189.8 KiB | 00m00s [39/40] hunspell-en-GB-0:0.20201207-10. 100% | 31.5 MiB/s | 225.6 KiB | 00m00s [40/40] gcc-c++-0:14.2.1-3.fc41.x86_64 100% | 56.9 MiB/s | 14.2 MiB | 00m00s -------------------------------------------------------------------------------- [40/40] Total 100% | 82.2 MiB/s | 172.2 MiB | 00m02s Running transaction [ 1/42] Verify package files 100% | 29.0 B/s | 40.0 B | 00m01s [ 2/42] Prepare transaction 100% | 296.0 B/s | 40.0 B | 00m00s [ 3/42] Installing libmpc-0:1.3.1-6.fc4 100% | 40.6 MiB/s | 166.2 KiB | 00m00s [ 4/42] Installing hunspell-filesystem- 100% | 378.9 KiB/s | 388.0 B | 00m00s [ 5/42] Installing hunspell-en-US-0:0.2 100% | 136.3 MiB/s | 558.1 KiB | 00m00s [ 6/42] Installing libtree-sitter-0:0.2 100% | 70.0 MiB/s | 215.0 KiB | 00m00s [ 7/42] Installing jansson-0:2.13.1-10. 100% | 43.8 MiB/s | 89.7 KiB | 00m00s [ 8/42] Installing lmdb-libs-0:0.9.33-2 100% | 54.2 MiB/s | 111.0 KiB | 00m00s [ 9/42] Installing jemalloc-0:5.3.0-7.f 100% | 114.8 MiB/s | 823.2 KiB | 00m00s [10/42] Installing binutils-0:2.43.1-2. 100% | 85.8 MiB/s | 27.5 MiB | 00m00s >>> Running post-install scriptlet: binutils-0:2.43.1-2.fc41.x86_64 >>> Finished post-install scriptlet: binutils-0:2.43.1-2.fc41.x86_64 >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> [11/42] Installing hunspell-0:1.7.2-8.f 100% | 75.2 MiB/s | 1.4 MiB | 00m00s [12/42] Installing hunspell-en-GB-0:0.2 100% | 106.2 MiB/s | 543.9 KiB | 00m00s [13/42] Installing cpp-0:14.2.1-3.fc41. 100% | 162.8 MiB/s | 35.0 MiB | 00m00s [14/42] Installing libstdc++-devel-0:14 100% | 119.7 MiB/s | 15.6 MiB | 00m00s [15/42] Installing less-0:661-2.fc41.x8 100% | 44.3 MiB/s | 408.6 KiB | 00m00s [16/42] Installing kernel-headers-0:6.1 100% | 62.9 MiB/s | 6.5 MiB | 00m00s [17/42] Installing libxcrypt-devel-0:4. 100% | 6.4 MiB/s | 32.9 KiB | 00m00s [18/42] Installing glibc-devel-0:2.40-1 100% | 50.5 MiB/s | 2.3 MiB | 00m00s [19/42] Installing libuv-1:1.49.2-1.fc4 100% | 110.9 MiB/s | 567.8 KiB | 00m00s [20/42] Installing emacsclient-1:29.4-3 100% | 25.4 MiB/s | 78.0 KiB | 00m00s [21/42] Installing alsa-lib-0:1.2.13-3. 100% | 87.9 MiB/s | 1.4 MiB | 00m00s [22/42] Installing make-1:4.4.1-8.fc41. 100% | 105.9 MiB/s | 1.8 MiB | 00m00s [23/42] Installing gcc-0:14.2.1-3.fc41. 100% | 178.8 MiB/s | 104.4 MiB | 00m01s [24/42] Installing libgccjit-0:14.2.1-3 100% | 176.2 MiB/s | 37.4 MiB | 00m00s [25/42] Installing emacs-filesystem-1:3 100% | 35.4 KiB/s | 544.0 B | 00m00s [26/42] Installing emacs-common-1:29.4- 100% | 129.1 MiB/s | 101.8 MiB | 00m01s [27/42] Installing gpm-libs-0:1.20.7-48 100% | 27.9 MiB/s | 28.5 KiB | 00m00s [28/42] Installing fstrm-0:0.6.1-11.fc4 100% | 25.3 MiB/s | 51.9 KiB | 00m00s [29/42] Installing bind-libs-32:9.18.30 100% | 150.3 MiB/s | 3.6 MiB | 00m00s [30/42] Installing libndp-0:1.9-2.fc41. 100% | 28.6 MiB/s | 87.9 KiB | 00m00s [31/42] Installing NetworkManager-libnm 100% | 49.0 MiB/s | 9.9 MiB | 00m00s >>> Running pre-install scriptlet: NetworkManager-1:1.50.0-1.fc41.x86_64 >>> Finished pre-install scriptlet: NetworkManager-1:1.50.0-1.fc41.x86_64 >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> [32/42] Installing NetworkManager-1:1.5 100% | 28.8 MiB/s | 5.7 MiB | 00m00s >>> Running post-install scriptlet: NetworkManager-1:1.50.0-1.fc41.x86_64 >>> Finished post-install scriptlet: NetworkManager-1:1.50.0-1.fc41.x86_64 >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> /usr/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8 >>> /proc/ is not mounted. This is not a supported mode of operation. Please fix >>> your invocation environment to mount /proc/ and /sys/ properly. Proceeding a >>> Your mileage may vary. >>> Created symlink '/etc/systemd/system/multi-user.target.wants/NetworkManager. >>> Created symlink '/etc/systemd/system/dbus-org.freedesktop.nm-dispatcher.serv >>> Created symlink '/etc/systemd/system/network-online.target.wants/NetworkMana >>> [33/42] Installing bind-utils-32:9.18.3 100% | 38.3 MiB/s | 705.9 KiB | 00m00s [34/42] Installing emacs-nw-1:29.4-38.f 100% | 174.5 MiB/s | 167.3 MiB | 00m01s [35/42] Installing gcc-c++-0:14.2.1-3.f 100% | 169.6 MiB/s | 38.2 MiB | 00m00s [36/42] Installing git-core-0:2.47.0-1. 100% | 173.5 MiB/s | 22.6 MiB | 00m00s [37/42] Installing hunspell-en-0:0.2020 100% | 135.4 MiB/s | 1.1 MiB | 00m00s [38/42] Installing enchant2-0:2.8.1-2.f 100% | 39.2 MiB/s | 200.6 KiB | 00m00s [39/42] Installing libtree-sitter-java- 100% | 113.9 MiB/s | 466.7 KiB | 00m00s [40/42] Installing info-0:7.1-3.fc41.x8 100% | 70.7 MiB/s | 362.2 KiB | 00m00s [41/42] Installing hostname-0:3.23-13.f 100% | 317.2 KiB/s | 48.5 KiB | 00m00s >>> Running post-install scriptlet: hostname-0:3.23-13.fc41.x86_64 >>> Finished post-install scriptlet: hostname-0:3.23-13.fc41.x86_64 >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> [42/42] Installing file-0:5.45-7.fc41.x 100% | 25.6 KiB/s | 105.0 KiB | 00m04s >>> Running post-transaction scriptlet: emacs-common-1:29.4-38.fc41.x86_64 >>> Finished post-transaction scriptlet: emacs-common-1:29.4-38.fc41.x86_64 >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> >>> Running post-transaction scriptlet: emacs-nw-1:29.4-38.fc41.x86_64 >>> Finished post-transaction scriptlet: emacs-nw-1:29.4-38.fc41.x86_64 >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> >>> Running trigger-install scriptlet: systemd-udev-0:256.8-1.fc41.x86_64 >>> Finished trigger-install scriptlet: systemd-udev-0:256.8-1.fc41.x86_64 >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> >>> Running trigger-install scriptlet: systemd-0:256.8-1.fc41.x86_64 >>> Finished trigger-install scriptlet: systemd-0:256.8-1.fc41.x86_64 >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> /usr/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8 >>> >>> Running trigger-install scriptlet: systemd-0:256.8-1.fc41.x86_64 >>> Finished trigger-install scriptlet: systemd-0:256.8-1.fc41.x86_64 >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> /usr/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8 >>> >>> Running trigger-install scriptlet: info-0:7.1-3.fc41.x86_64 >>> Finished trigger-install scriptlet: info-0:7.1-3.fc41.x86_64 >>> Scriptlet output: >>> /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No >>> Complete! + chroot /vservers/2024.11.20--f41-04-1-vplc06 linux64 rpm -aq + return 0 + post_install 2024.11.20--f41-04-1-vplc06 linux64 + local lxc=2024.11.20--f41-04-1-vplc06 + shift + local personality=linux64 + shift ++ lxcroot 2024.11.20--f41-04-1-vplc06 ++ local lxc=2024.11.20--f41-04-1-vplc06 ++ shift ++ echo /vservers/2024.11.20--f41-04-1-vplc06 + local lxc_root=/vservers/2024.11.20--f41-04-1-vplc06 + cp /etc/localtime /vservers/2024.11.20--f41-04-1-vplc06/etc/localtime + sshd_disable_password_auth 2024.11.20--f41-04-1-vplc06 + local lxc=2024.11.20--f41-04-1-vplc06 + shift ++ lxcroot 2024.11.20--f41-04-1-vplc06 ++ local lxc=2024.11.20--f41-04-1-vplc06 ++ shift ++ echo /vservers/2024.11.20--f41-04-1-vplc06 + local lxc_root=/vservers/2024.11.20--f41-04-1-vplc06 + sed --in-place=.password -e 's,^#\?PasswordAuthentication.*,PasswordAuthentication no,' /vservers/2024.11.20--f41-04-1-vplc06/etc/ssh/sshd_config + '[' -n '' ']' + post_install_myplc 2024.11.20--f41-04-1-vplc06 linux64 + set -x + set -e + trap failure ERR INT + local lxc=2024.11.20--f41-04-1-vplc06 + shift + local personality=linux64 + shift ++ lxcroot 2024.11.20--f41-04-1-vplc06 ++ local lxc=2024.11.20--f41-04-1-vplc06 ++ shift ++ echo /vservers/2024.11.20--f41-04-1-vplc06 + local lxc_root=/vservers/2024.11.20--f41-04-1-vplc06 + cat + chroot /vservers/2024.11.20--f41-04-1-vplc06 linux64 bash -x bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No such file or directory + '[' -f /etc/sysconfig/network ']' + /sbin/chkconfig crond off + /bin/cat Starting guest 2024.11.20--f41-04-1-vplc06 + '[' -n true ']' + echo Starting guest 2024.11.20--f41-04-1-vplc06 + virsh -c lxc:/// start 2024.11.20--f41-04-1-vplc06 Domain '2024.11.20--f41-04-1-vplc06' started + '[' -n '' ']' + wait_for_ssh 2024.11.20--f41-04-1-vplc06 138.96.112.76 + set -x + set -e + local lxc=2024.11.20--f41-04-1-vplc06 + shift + local specified_ip + '[' -n 138.96.112.76 ']' + specified_ip=138.96.112.76 + shift + local success= ++ date +%s + local current_time=1732116688 + local stop_time=1732116808 + local counter=1 1-th attempt to reach sshd in container 2024.11.20--f41-04-1-vplc06 on address 138.96.112.76 ... + '[' 1732116688 -lt 1732116808 ']' + '[' -n 138.96.112.76 ']' + guest_ip=138.96.112.76 + echo '1-th attempt to reach sshd in container 2024.11.20--f41-04-1-vplc06 on address 138.96.112.76 ...' + '[' -n 138.96.112.76 ']' + ssh -o 'StrictHostKeyChecking no' 138.96.112.76 arch ssh: connect to host 138.96.112.76 port 22: Connection refused + : + counter=2 + sleep 10 ++ date +%s + current_time=1732116700 + '[' 1732116700 -lt 1732116808 ']' + '[' -n 138.96.112.76 ']' + guest_ip=138.96.112.76 + echo '2-th attempt to reach sshd in container 2024.11.20--f41-04-1-vplc06 on address 138.96.112.76 ...' 2-th attempt to reach sshd in container 2024.11.20--f41-04-1-vplc06 on address 138.96.112.76 ... + '[' -n 138.96.112.76 ']' + ssh -o 'StrictHostKeyChecking no' 138.96.112.76 arch @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! Someone could be eavesdropping on you right now (man-in-the-middle attack)! It is also possible that a host key has just been changed. The fingerprint for the RSA key sent by the remote host is SHA256:g8CARMNyAWcNpX1sh0yfEABq3nl6ILK/J+nyfVRpvno. Please contact your system administrator. Add correct host key in /root/.ssh/known_hosts to get rid of this message. Offending RSA key in /root/.ssh/known_hosts:15 Password authentication is disabled to avoid man-in-the-middle attacks. Keyboard-interactive authentication is disabled to avoid man-in-the-middle attacks. UpdateHostkeys is disabled because the host key is not trusted. x86_64 SSHD in container 2024.11.20--f41-04-1-vplc06 is UP on IP 138.96.112.76 + success=true + echo 'SSHD in container 2024.11.20--f41-04-1-vplc06 is UP on IP 138.96.112.76' + break + '[' -z true ']' + return 0 lbuild-initvm.sh Done + echo lbuild-initvm.sh Done + exit 0 * 16:31:40 -- ********** 1 SUCCESSFUL step plcvm_create on plctest1_vplc06 TRACE: 1 16-30-57->43s=0:00:43.136007s status=OK step=plcvm_create plc=plctest1_vplc06 force=False * 16:31:40 -- ********** 1 RUNNING step django_install on plc plctest1_vplc06 -> 16:31:40 -- + ssh -n -o BatchMode=yes -o StrictHostKeyChecking=no -o CheckHostIP=no -o ConnectTimeout=5 -o UserKnownHostsFile=/dev/null buzzcocks ssh -o BatchMode=yes -o StrictHostKeyChecking=no -o CheckHostIP=no -o ConnectTimeout=5 -o UserKnownHostsFile=/dev/null vplc06 pip3 install Django '||' pip install Django Warning: Permanently added 'buzzcocks' (ED25519) to the list of known hosts. Warning: Permanently added 'vplc06' (ED25519) to the list of known hosts. bash: line 1: pip3: command not found Requirement already satisfied: Django in /usr/local/lib/python3.12/site-packages (5.0) Requirement already satisfied: asgiref>=3.7.0 in /usr/local/lib/python3.12/site-packages (from Django) (3.7.2) Requirement already satisfied: sqlparse>=0.3.1 in /usr/local/lib/python3.12/site-packages (from Django) (0.4.4) WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv * 16:31:42 -- ********** 1 SUCCESSFUL step django_install on plctest1_vplc06 TRACE: 1 16-31-40->1s=0:00:01.621819s status=OK step=django_install plc=plctest1_vplc06 force=False * 16:31:42 -- ********** 1 RUNNING step plc_install on plc plctest1_vplc06 -> 16:31:42 -- + ssh -n -o BatchMode=yes -o StrictHostKeyChecking=no -o CheckHostIP=no -o ConnectTimeout=5 -o UserKnownHostsFile=/dev/null buzzcocks ssh -o BatchMode=yes -o StrictHostKeyChecking=no -o CheckHostIP=no -o ConnectTimeout=5 -o UserKnownHostsFile=/dev/null vplc06 dnf -y install myplc-core Warning: Permanently added 'buzzcocks' (ED25519) to the list of known hosts. Warning: Permanently added 'vplc06' (ED25519) to the list of known hosts. Updating and loading repositories: Repositories loaded. Package Arch Version Repository Size Installing: myplc-core noarch 7.2-0.lxc.2024.11.20 myplc 171.8 KiB Installing dependencies: abattis-cantarell-vf-fonts noarch 0.301-13.fc41 fedora 192.7 KiB apr x86_64 1.7.5-1.fc41 fedora 302.3 KiB apr-util x86_64 1.6.3-21.fc41 fedora 220.5 KiB apr-util-lmdb x86_64 1.6.3-21.fc41 fedora 15.2 KiB bzip2 x86_64 1.0.8-19.fc41 fedora 95.7 KiB capstone x86_64 5.0.1-6.fc41 fedora 14.0 MiB cpio x86_64 2.15-2.fc41 fedora 1.1 MiB cronie x86_64 1.7.2-2.fc41 fedora 309.9 KiB cronie-anacron x86_64 1.7.2-2.fc41 fedora 45.8 KiB crontabs noarch 1.11^20190603git9e74f2d-4.fc41 fedora 20.8 KiB default-fonts-core-sans noarch 4.1-2.fc41 fedora 11.9 KiB dnsmasq x86_64 2.90-3.fc41 fedora 768.4 KiB drupal noarch 4.7-17.lxc myplc 1.7 MiB ed x86_64 1.20.2-2.fc41 fedora 146.9 KiB expect x86_64 5.45.4-24.fc41 fedora 571.8 KiB fedora-logos-httpd noarch 38.1.0-6.fc41 fedora 12.1 KiB fontconfig x86_64 2.15.0-8.fc41 fedora 791.9 KiB fonts-filesystem noarch 1:2.0.5-17.fc41 fedora 0.0 B freetype x86_64 2.13.3-1.fc41 fedora 850.5 KiB gd x86_64 2.3.3-17.fc41 fedora 403.7 KiB gnutls-dane x86_64 3.8.6-7.fc41 fedora 69.7 KiB google-noto-fonts-common noarch 20240701-2.fc41 fedora 17.5 KiB google-noto-sans-vf-fonts noarch 20240701-2.fc41 fedora 1.2 MiB gpgme x86_64 1.23.2-5.fc41 fedora 579.3 KiB graphite2 x86_64 1.3.14-16.fc41 fedora 192.0 KiB groff-base x86_64 1.23.0-7.fc41 fedora 3.8 MiB harfbuzz x86_64 9.0.0-3.fc41 fedora 2.6 MiB httpd x86_64 2.4.62-2.fc41 fedora 64.8 KiB httpd-core x86_64 2.4.62-2.fc41 fedora 4.8 MiB httpd-filesystem noarch 2.4.62-2.fc41 fedora 464.0 B httpd-tools x86_64 2.4.62-2.fc41 fedora 215.7 KiB jbigkit-libs x86_64 2.1-30.fc41 fedora 117.6 KiB libX11 x86_64 1.8.10-2.fc41 fedora 1.3 MiB libX11-common noarch 1.8.10-2.fc41 fedora 1.1 MiB libXau x86_64 1.0.11-7.fc41 fedora 66.9 KiB libXpm x86_64 3.5.17-4.fc41 fedora 148.4 KiB libaom x86_64 3.9.0-3.fc41 fedora 5.1 MiB libavif x86_64 1.0.4-7.fc41 fedora 183.8 KiB libdav1d x86_64 1.5.0-1.fc41 updates 1.7 MiB libdb x86_64 5.3.28-63.fc41 fedora 1.8 MiB libicu x86_64 74.2-2.fc41 fedora 34.9 MiB libimagequant x86_64 4.0.3-5.fc41 fedora 666.7 KiB libjpeg-turbo x86_64 3.0.2-3.fc41 fedora 776.9 KiB liblerc x86_64 4.0.0-7.fc41 fedora 607.5 KiB libnetfilter_conntrack x86_64 1.0.9-6.fc41 fedora 139.5 KiB libnfnetlink x86_64 1.0.1-28.fc41 fedora 53.9 KiB libpath_utils x86_64 0.2.1-57.fc41 fedora 61.4 KiB libpng x86_64 2:1.6.40-4.fc41 fedora 245.8 KiB libpq x86_64 16.4-1.fc41 fedora 965.4 KiB libsodium x86_64 1.0.20-2.fc41 fedora 393.0 KiB libtalloc x86_64 2.4.2-4.fc41 fedora 52.7 KiB libtiff x86_64 4.6.0-6.fc41 fedora 606.0 KiB libvmaf x86_64 3.0.0-2.fc41 fedora 823.0 KiB libwebp x86_64 1.4.0-4.fc41 fedora 822.6 KiB libxcb x86_64 1.17.0-3.fc41 fedora 1.2 MiB libxslt x86_64 1.1.42-2.fc41 fedora 483.1 KiB mailcap noarch 2.1.54-7.fc41 fedora 86.0 KiB memcached x86_64 1.6.32-1.fc41 updates 476.0 KiB mod_ssl x86_64 1:2.4.62-2.fc41 fedora 257.3 KiB myplc-config noarch 7.2-0.lxc.2024.11.20 myplc 51.8 KiB ncurses x86_64 6.5-2.20240629.fc41 fedora 627.3 KiB nginx-filesystem noarch 2:1.26.2-1.fc41 fedora 0.0 B oniguruma x86_64 6.9.9-4.fc41 fedora 750.4 KiB openssl x86_64 1:3.2.2-9.fc41 fedora 1.7 MiB perl-AutoLoader noarch 5.74-512.fc41 updates 20.5 KiB perl-B x86_64 1.89-512.fc41 updates 498.0 KiB perl-Carp noarch 1.54-511.fc41 fedora 46.6 KiB perl-Class-Struct noarch 0.68-512.fc41 updates 25.4 KiB perl-Data-Dumper x86_64 2.189-512.fc41 fedora 111.7 KiB perl-Digest noarch 1.20-511.fc41 fedora 35.3 KiB perl-Digest-MD5 x86_64 2.59-5.fc41 fedora 59.8 KiB perl-DynaLoader x86_64 1.56-512.fc41 updates 32.1 KiB perl-Encode x86_64 4:3.21-511.fc41 fedora 4.7 MiB perl-Errno x86_64 1.38-512.fc41 updates 8.4 KiB perl-Exporter noarch 5.78-511.fc41 fedora 54.3 KiB perl-Fcntl x86_64 1.18-512.fc41 updates 49.0 KiB perl-File-Basename noarch 2.86-512.fc41 updates 14.0 KiB perl-File-Path noarch 2.18-511.fc41 fedora 63.5 KiB perl-File-Temp noarch 1:0.231.100-511.fc41 fedora 162.3 KiB perl-File-stat noarch 1.14-512.fc41 updates 12.5 KiB perl-FileHandle noarch 2.05-512.fc41 updates 9.3 KiB perl-Getopt-Long noarch 1:2.58-2.fc41 fedora 144.5 KiB perl-Getopt-Std noarch 1.14-512.fc41 updates 11.2 KiB perl-HTTP-Tiny noarch 0.090-1.fc41 updates 154.4 KiB perl-IO x86_64 1.55-512.fc41 updates 151.1 KiB perl-IO-Socket-IP noarch 0.42-512.fc41 fedora 98.7 KiB perl-IO-Socket-SSL noarch 2.089-1.fc41 fedora 703.3 KiB perl-IPC-Open3 noarch 1.22-512.fc41 updates 22.5 KiB perl-MIME-Base32 noarch 1.303-21.fc41 fedora 30.7 KiB perl-MIME-Base64 x86_64 3.16-511.fc41 fedora 46.1 KiB perl-Net-SSLeay x86_64 1.94-7.fc41 fedora 1.3 MiB perl-POSIX x86_64 2.20-512.fc41 updates 235.1 KiB perl-PathTools x86_64 3.91-511.fc41 fedora 180.0 KiB perl-Pod-Escapes noarch 1:1.07-511.fc41 fedora 24.9 KiB perl-Pod-Perldoc noarch 3.28.01-512.fc41 fedora 163.7 KiB perl-Pod-Simple noarch 1:3.45-511.fc41 fedora 560.9 KiB perl-Pod-Usage noarch 4:2.03-511.fc41 fedora 84.8 KiB perl-Scalar-List-Utils x86_64 5:1.68-1.fc41 updates 148.9 KiB perl-SelectSaver noarch 1.02-512.fc41 updates 2.2 KiB perl-Socket x86_64 4:2.038-511.fc41 fedora 124.0 KiB perl-Storable x86_64 1:3.32-511.fc41 fedora 232.4 KiB perl-Symbol noarch 1.09-512.fc41 updates 6.8 KiB perl-Term-ANSIColor noarch 5.01-512.fc41 fedora 97.5 KiB perl-Term-Cap noarch 1.18-511.fc41 fedora 29.3 KiB perl-Text-ParseWords noarch 3.31-511.fc41 fedora 13.6 KiB perl-Text-Tabs+Wrap noarch 2024.001-511.fc41 fedora 22.6 KiB perl-Time-Local noarch 2:1.350-511.fc41 fedora 69.0 KiB perl-URI noarch 5.30-1.fc41 fedora 256.9 KiB perl-base noarch 2.27-512.fc41 updates 12.5 KiB perl-constant noarch 1.33-512.fc41 fedora 26.2 KiB perl-if noarch 0.61.000-512.fc41 updates 5.8 KiB perl-interpreter x86_64 4:5.40.0-512.fc41 updates 122.3 KiB perl-libnet noarch 3.15-512.fc41 fedora 289.4 KiB perl-libs x86_64 4:5.40.0-512.fc41 updates 9.9 MiB perl-locale noarch 1.12-512.fc41 updates 6.5 KiB perl-mro x86_64 1.29-512.fc41 updates 45.6 KiB perl-overload noarch 1.37-512.fc41 updates 71.5 KiB perl-overloading noarch 0.02-512.fc41 updates 4.8 KiB perl-parent noarch 1:0.242-1.fc41 fedora 10.0 KiB perl-podlators noarch 1:6.0.2-2.fc41 fedora 317.5 KiB perl-vars noarch 1.05-512.fc41 updates 3.9 KiB php x86_64 8.3.13-1.fc41 updates 0.0 B php-common x86_64 8.3.13-1.fc41 updates 8.9 MiB php-fpm x86_64 8.3.13-1.fc41 updates 8.2 MiB php-gd x86_64 8.3.13-1.fc41 updates 101.5 KiB php-mbstring x86_64 8.3.13-1.fc41 updates 1.2 MiB php-pdo x86_64 8.3.13-1.fc41 updates 234.4 KiB php-pgsql x86_64 8.3.13-1.fc41 updates 186.1 KiB php-xml x86_64 8.3.13-1.fc41 updates 446.8 KiB plcapi x86_64 7.2-4.lxc.2024.11.20 myplc 2.6 MiB plewww noarch 5.3-0.2024.11.20 myplc 737.6 KiB plewww-plekit noarch 5.3-0.2024.11.20 myplc 1.1 MiB postfix x86_64 2:3.9.0-8.fc41 fedora 4.6 MiB postgresql x86_64 16.3-3.fc41 fedora 7.6 MiB postgresql-private-libs x86_64 16.3-3.fc41 fedora 335.6 KiB postgresql-server x86_64 16.3-3.fc41 fedora 29.1 MiB python3-devel x86_64 3.13.0-1.fc41 fedora 1.8 MiB python3-lxml x86_64 5.2.1-6.fc41 fedora 4.9 MiB python3-memcached noarch 1.59-15.fc41 fedora 136.1 KiB python3-mod_wsgi x86_64 5.0.0-6.fc41 fedora 5.5 MiB python3-postgresql x86_64 1.2.2-15.fc41 fedora 1.9 MiB python3-psycopg2 x86_64 2.9.9-7.fc41 fedora 625.9 KiB python3-pycurl x86_64 7.45.3-4.fc41 fedora 432.1 KiB python3-six noarch 1.16.0-23.fc41 fedora 118.3 KiB rav1e-libs x86_64 0.7.1-4.fc41 fedora 3.0 MiB redhat-lsb x86_64 5.0-0.11.20231006git8d00acdc.fc41 fedora 38.7 KiB rsync x86_64 3.3.0-3.fc41 fedora 776.4 KiB sscg x86_64 3.0.5-7.fc41 fedora 106.1 KiB svt-av1-libs x86_64 2.1.0-2.fc41 fedora 7.1 MiB tar x86_64 2:1.35-4.fc41 fedora 2.9 MiB tcl x86_64 1:8.6.14-2.fc41 fedora 4.2 MiB wget2 x86_64 2.1.0-12.fc41 fedora 884.1 KiB wget2-libs x86_64 2.1.0-12.fc41 fedora 365.7 KiB wget2-wget x86_64 2.1.0-12.fc41 fedora 42.0 B xml-common noarch 0.6.3-65.fc41 fedora 78.4 KiB xmlsec1 x86_64 1:1.2.39-4.fc41 fedora 551.3 KiB xmlsec1-openssl x86_64 1:1.2.39-4.fc41 fedora 277.1 KiB xxhash-libs x86_64 0.8.2-4.fc41 fedora 88.4 KiB Installing weak dependencies: apr-util-openssl x86_64 1.6.3-21.fc41 fedora 23.5 KiB julietaula-montserrat-fonts noarch 1:7.222-9.fc41 fedora 4.2 MiB mod_http2 x86_64 2.0.29-2.fc41 fedora 432.0 KiB mod_lua x86_64 2.4.62-2.fc41 fedora 138.1 KiB perl-NDBM_File x86_64 1.17-512.fc41 updates 32.5 KiB php-cli x86_64 8.3.13-1.fc41 updates 16.2 MiB php-opcache x86_64 8.3.13-1.fc41 updates 898.3 KiB php-sodium x86_64 8.3.13-1.fc41 updates 105.6 KiB python3-pip noarch 24.2-1.fc41 fedora 11.4 MiB Transaction Summary: Installing: 168 packages Total size of inbound packages is 68 MiB. Need to download 68 MiB. After this operation, 249 MiB extra will be used (install 249 MiB, remove 0 B). [ 1/168] bzip2-0:1.0.8-19.fc41.x86_64 100% | 2.0 MiB/s | 52.5 KiB | 00m00s [ 2/168] myplc-core-0:7.2-0.lxc.2024.1 100% | 1.2 MiB/s | 58.3 KiB | 00m00s [ 3/168] cpio-0:2.15-2.fc41.x86_64 100% | 5.8 MiB/s | 291.8 KiB | 00m00s [ 4/168] cronie-0:1.7.2-2.fc41.x86_64 100% | 5.1 MiB/s | 120.8 KiB | 00m00s [ 5/168] ed-0:1.20.2-2.fc41.x86_64 100% | 79.9 MiB/s | 81.8 KiB | 00m00s [ 6/168] openssl-1:3.2.2-9.fc41.x86_64 100% | 74.4 MiB/s | 1.1 MiB | 00m00s [ 7/168] dnsmasq-0:2.90-3.fc41.x86_64 100% | 16.8 MiB/s | 362.2 KiB | 00m00s [ 8/168] expect-0:5.45.4-24.fc41.x86_6 100% | 9.8 MiB/s | 251.2 KiB | 00m00s [ 9/168] rsync-0:3.3.0-3.fc41.x86_64 100% | 68.8 MiB/s | 422.7 KiB | 00m00s [ 10/168] tar-2:1.35-4.fc41.x86_64 100% | 38.2 MiB/s | 860.7 KiB | 00m00s [ 11/168] python3-mod_wsgi-0:5.0.0-6.fc 100% | 21.4 MiB/s | 922.3 KiB | 00m00s [ 12/168] wget2-wget-0:2.1.0-12.fc41.x8 100% | 1.5 MiB/s | 9.2 KiB | 00m00s [ 13/168] myplc-config-0:7.2-0.lxc.2024 100% | 8.6 MiB/s | 17.6 KiB | 00m00s [ 14/168] plewww-0:5.3-0.2024.11.20.noa 100% | 28.2 MiB/s | 230.8 KiB | 00m00s [ 15/168] libnetfilter_conntrack-0:1.0. 100% | 18.9 MiB/s | 58.1 KiB | 00m00s [ 16/168] postfix-2:3.9.0-8.fc41.x86_64 100% | 21.9 MiB/s | 1.5 MiB | 00m00s [ 17/168] plcapi-0:7.2-4.lxc.2024.11.20 100% | 29.0 MiB/s | 831.6 KiB | 00m00s [ 18/168] libdb-0:5.3.28-63.fc41.x86_64 100% | 32.2 MiB/s | 758.3 KiB | 00m00s [ 19/168] tcl-1:8.6.14-2.fc41.x86_64 100% | 27.6 MiB/s | 1.1 MiB | 00m00s [ 20/168] xxhash-libs-0:0.8.2-4.fc41.x8 100% | 9.0 MiB/s | 36.8 KiB | 00m00s [ 21/168] wget2-0:2.1.0-12.fc41.x86_64 100% | 27.0 MiB/s | 249.0 KiB | 00m00s [ 22/168] mod_ssl-1:2.4.62-2.fc41.x86_6 100% | 20.9 MiB/s | 106.9 KiB | 00m00s [ 23/168] httpd-core-0:2.4.62-2.fc41.x8 100% | 36.6 MiB/s | 1.4 MiB | 00m00s [ 24/168] python3-memcached-0:1.59-15.f 100% | 3.0 MiB/s | 46.7 KiB | 00m00s [ 25/168] python3-lxml-0:5.2.1-6.fc41.x 100% | 32.6 MiB/s | 1.4 MiB | 00m00s [ 26/168] python3-postgresql-0:1.2.2-15 100% | 23.1 MiB/s | 592.3 KiB | 00m00s [ 27/168] python3-psycopg2-0:2.9.9-7.fc 100% | 18.2 MiB/s | 205.2 KiB | 00m00s [ 28/168] python3-pycurl-0:7.45.3-4.fc4 100% | 11.3 MiB/s | 150.7 KiB | 00m00s [ 29/168] drupal-0:4.7-17.lxc.noarch 100% | 31.4 MiB/s | 515.2 KiB | 00m00s [ 30/168] libnfnetlink-0:1.0.1-28.fc41. 100% | 9.5 MiB/s | 29.0 KiB | 00m00s [ 31/168] plewww-plekit-0:5.3-0.2024.11 100% | 25.8 MiB/s | 290.3 KiB | 00m00s [ 32/168] apr-0:1.7.5-1.fc41.x86_64 100% | 25.1 MiB/s | 128.6 KiB | 00m00s [ 33/168] apr-util-0:1.6.3-21.fc41.x86_ 100% | 31.7 MiB/s | 97.4 KiB | 00m00s [ 34/168] apr-util-lmdb-0:1.6.3-21.fc41 100% | 7.1 MiB/s | 14.5 KiB | 00m00s [ 35/168] httpd-filesystem-0:2.4.62-2.f 100% | 6.1 MiB/s | 12.5 KiB | 00m00s [ 36/168] httpd-tools-0:2.4.62-2.fc41.x 100% | 15.8 MiB/s | 80.7 KiB | 00m00s [ 37/168] mailcap-0:2.1.54-7.fc41.noarc 100% | 11.2 MiB/s | 34.4 KiB | 00m00s [ 38/168] wget2-libs-0:2.1.0-12.fc41.x8 100% | 20.4 MiB/s | 146.3 KiB | 00m00s [ 39/168] gpgme-0:1.23.2-5.fc41.x86_64 100% | 25.9 MiB/s | 212.4 KiB | 00m00s [ 40/168] sscg-0:3.0.5-7.fc41.x86_64 100% | 22.2 MiB/s | 45.5 KiB | 00m00s [ 41/168] libxslt-0:1.1.42-2.fc41.x86_6 100% | 30.8 MiB/s | 189.1 KiB | 00m00s [ 42/168] python3-six-0:1.16.0-23.fc41. 100% | 5.0 MiB/s | 41.2 KiB | 00m00s [ 43/168] gnutls-dane-0:3.8.6-7.fc41.x8 100% | 13.0 MiB/s | 39.9 KiB | 00m00s [ 44/168] libpq-0:16.4-1.fc41.x86_64 100% | 30.5 MiB/s | 250.1 KiB | 00m00s [ 45/168] libpath_utils-0:0.2.1-57.fc41 100% | 9.4 MiB/s | 28.8 KiB | 00m00s [ 46/168] libtalloc-0:2.4.2-4.fc41.x86_ 100% | 10.1 MiB/s | 31.1 KiB | 00m00s [ 47/168] libicu-0:74.2-2.fc41.x86_64 100% | 47.9 MiB/s | 10.4 MiB | 00m00s [ 48/168] php-0:8.3.13-1.fc41.x86_64 100% | 262.4 KiB/s | 13.9 KiB | 00m00s [ 49/168] php-common-0:8.3.13-1.fc41.x8 100% | 12.8 MiB/s | 707.3 KiB | 00m00s [ 50/168] php-xml-0:8.3.13-1.fc41.x86_6 100% | 14.8 MiB/s | 151.2 KiB | 00m00s [ 51/168] php-gd-0:8.3.13-1.fc41.x86_64 100% | 3.9 MiB/s | 43.9 KiB | 00m00s [ 52/168] php-mbstring-0:8.3.13-1.fc41. 100% | 25.7 MiB/s | 527.0 KiB | 00m00s [ 53/168] php-pgsql-0:8.3.13-1.fc41.x86 100% | 5.8 MiB/s | 77.5 KiB | 00m00s [ 54/168] gd-0:2.3.3-17.fc41.x86_64 100% | 66.3 MiB/s | 135.8 KiB | 00m00s [ 55/168] nginx-filesystem-2:1.26.2-1.f 100% | 1.3 MiB/s | 10.5 KiB | 00m00s [ 56/168] php-fpm-0:8.3.13-1.fc41.x86_6 100% | 43.4 MiB/s | 1.9 MiB | 00m00s [ 57/168] php-pdo-0:8.3.13-1.fc41.x86_6 100% | 6.3 MiB/s | 90.3 KiB | 00m00s [ 58/168] oniguruma-0:6.9.9-4.fc41.x86_ 100% | 5.8 MiB/s | 215.1 KiB | 00m00s [ 59/168] fontconfig-0:2.15.0-8.fc41.x8 100% | 52.7 MiB/s | 269.9 KiB | 00m00s [ 60/168] libXpm-0:3.5.17-4.fc41.x86_64 100% | 21.5 MiB/s | 66.0 KiB | 00m00s [ 61/168] freetype-0:2.13.3-1.fc41.x86_ 100% | 40.0 MiB/s | 409.2 KiB | 00m00s [ 62/168] libavif-0:1.0.4-7.fc41.x86_64 100% | 29.7 MiB/s | 91.3 KiB | 00m00s [ 63/168] libX11-0:1.8.10-2.fc41.x86_64 100% | 45.3 MiB/s | 649.9 KiB | 00m00s [ 64/168] libimagequant-0:4.0.3-5.fc41. 100% | 42.0 MiB/s | 301.2 KiB | 00m00s [ 65/168] libjpeg-turbo-0:3.0.2-3.fc41. 100% | 31.7 MiB/s | 227.3 KiB | 00m00s [ 66/168] libpng-2:1.6.40-4.fc41.x86_64 100% | 29.4 MiB/s | 120.3 KiB | 00m00s [ 67/168] default-fonts-core-sans-0:4.1 100% | 10.1 MiB/s | 31.1 KiB | 00m00s [ 68/168] libtiff-0:4.6.0-6.fc41.x86_64 100% | 34.5 MiB/s | 212.0 KiB | 00m00s [ 69/168] libwebp-0:1.4.0-4.fc41.x86_64 100% | 40.7 MiB/s | 292.0 KiB | 00m00s [ 70/168] fonts-filesystem-1:2.0.5-17.f 100% | 2.8 MiB/s | 8.5 KiB | 00m00s [ 71/168] xml-common-0:0.6.3-65.fc41.no 100% | 10.2 MiB/s | 31.2 KiB | 00m00s [ 72/168] libX11-common-0:1.8.10-2.fc41 100% | 57.2 MiB/s | 175.8 KiB | 00m00s [ 73/168] libxcb-0:1.17.0-3.fc41.x86_64 100% | 33.6 MiB/s | 240.7 KiB | 00m00s [ 74/168] harfbuzz-0:9.0.0-3.fc41.x86_6 100% | 33.5 MiB/s | 1.0 MiB | 00m00s [ 75/168] rav1e-libs-0:0.7.1-4.fc41.x86 100% | 33.9 MiB/s | 1.0 MiB | 00m00s [ 76/168] jbigkit-libs-0:2.1-30.fc41.x8 100% | 17.4 MiB/s | 53.3 KiB | 00m00s [ 77/168] libaom-0:3.9.0-3.fc41.x86_64 100% | 39.0 MiB/s | 1.8 MiB | 00m00s [ 78/168] liblerc-0:4.0.0-7.fc41.x86_64 100% | 20.5 MiB/s | 210.3 KiB | 00m00s [ 79/168] abattis-cantarell-vf-fonts-0: 100% | 23.5 MiB/s | 120.2 KiB | 00m00s [ 80/168] graphite2-0:1.3.14-16.fc41.x8 100% | 23.2 MiB/s | 95.1 KiB | 00m00s [ 81/168] libXau-0:1.0.11-7.fc41.x86_64 100% | 10.4 MiB/s | 31.9 KiB | 00m00s [ 82/168] google-noto-sans-vf-fonts-0:2 100% | 34.1 MiB/s | 594.1 KiB | 00m00s [ 83/168] svt-av1-libs-0:2.1.0-2.fc41.x 100% | 41.5 MiB/s | 2.0 MiB | 00m00s [ 84/168] libvmaf-0:3.0.0-2.fc41.x86_64 100% | 12.6 MiB/s | 193.7 KiB | 00m00s [ 85/168] google-noto-fonts-common-0:20 100% | 2.0 MiB/s | 18.0 KiB | 00m00s [ 86/168] httpd-0:2.4.62-2.fc41.x86_64 100% | 45.6 MiB/s | 46.7 KiB | 00m00s [ 87/168] perl-URI-0:5.30-1.fc41.noarch 100% | 68.7 MiB/s | 140.8 KiB | 00m00s [ 88/168] perl-Carp-0:1.54-511.fc41.noa 100% | 14.1 MiB/s | 28.9 KiB | 00m00s [ 89/168] perl-Data-Dumper-0:2.189-512. 100% | 55.0 MiB/s | 56.3 KiB | 00m00s [ 90/168] perl-Exporter-0:5.78-511.fc41 100% | 30.2 MiB/s | 30.9 KiB | 00m00s [ 91/168] perl-MIME-Base32-0:1.303-21.f 100% | 20.0 MiB/s | 20.5 KiB | 00m00s [ 92/168] memcached-0:1.6.32-1.fc41.x86 100% | 23.0 MiB/s | 188.8 KiB | 00m00s [ 93/168] perl-MIME-Base64-0:3.16-511.f 100% | 9.7 MiB/s | 29.9 KiB | 00m00s [ 94/168] perl-PathTools-0:3.91-511.fc4 100% | 28.5 MiB/s | 87.4 KiB | 00m00s [ 95/168] perl-constant-0:1.33-512.fc41 100% | 11.2 MiB/s | 23.0 KiB | 00m00s [ 96/168] perl-parent-1:0.242-1.fc41.no 100% | 14.6 MiB/s | 15.0 KiB | 00m00s [ 97/168] perl-libnet-0:3.15-512.fc41.n 100% | 62.7 MiB/s | 128.5 KiB | 00m00s [ 98/168] perl-Digest-MD5-0:2.59-5.fc41 100% | 17.6 MiB/s | 36.0 KiB | 00m00s [ 99/168] perl-IO-Socket-IP-0:0.42-512. 100% | 20.4 MiB/s | 41.8 KiB | 00m00s [100/168] perl-Socket-4:2.038-511.fc41. 100% | 26.8 MiB/s | 54.8 KiB | 00m00s [101/168] perl-Time-Local-2:1.350-511.f 100% | 33.7 MiB/s | 34.5 KiB | 00m00s [102/168] perl-Digest-0:1.20-511.fc41.n 100% | 12.2 MiB/s | 24.9 KiB | 00m00s [103/168] python3-devel-0:3.13.0-1.fc41 100% | 65.5 MiB/s | 402.5 KiB | 00m00s [104/168] xmlsec1-1:1.2.39-4.fc41.x86_6 100% | 30.1 MiB/s | 185.1 KiB | 00m00s [105/168] redhat-lsb-0:5.0-0.11.2023100 100% | 3.2 MiB/s | 26.2 KiB | 00m00s [106/168] xmlsec1-openssl-1:1.2.39-4.fc 100% | 29.7 MiB/s | 91.3 KiB | 00m00s [107/168] perl-Errno-0:1.38-512.fc41.x8 100% | 7.3 MiB/s | 14.9 KiB | 00m00s [108/168] perl-interpreter-4:5.40.0-512 100% | 17.6 MiB/s | 72.3 KiB | 00m00s [109/168] perl-Fcntl-0:1.18-512.fc41.x8 100% | 14.5 MiB/s | 29.8 KiB | 00m00s [110/168] perl-File-Basename-0:2.86-512 100% | 5.6 MiB/s | 17.1 KiB | 00m00s [111/168] perl-FileHandle-0:2.05-512.fc 100% | 3.8 MiB/s | 15.5 KiB | 00m00s [112/168] perl-IO-0:1.55-512.fc41.x86_6 100% | 20.0 MiB/s | 81.8 KiB | 00m00s [113/168] perl-Symbol-0:1.09-512.fc41.n 100% | 6.9 MiB/s | 14.2 KiB | 00m00s [114/168] perl-POSIX-0:2.20-512.fc41.x8 100% | 23.7 MiB/s | 97.0 KiB | 00m00s [115/168] perl-Getopt-Long-1:2.58-2.fc4 100% | 20.8 MiB/s | 63.9 KiB | 00m00s [116/168] perl-Storable-1:3.32-511.fc41 100% | 24.0 MiB/s | 98.4 KiB | 00m00s [117/168] perl-Pod-Usage-4:2.03-511.fc4 100% | 13.0 MiB/s | 40.0 KiB | 00m00s [118/168] perl-Text-ParseWords-0:3.31-5 100% | 5.4 MiB/s | 16.6 KiB | 00m00s [119/168] perl-libs-4:5.40.0-512.fc41.x 100% | 55.6 MiB/s | 2.3 MiB | 00m00s [120/168] perl-Pod-Perldoc-0:3.28.01-51 100% | 7.6 MiB/s | 86.1 KiB | 00m00s [121/168] perl-Encode-4:3.21-511.fc41.x 100% | 32.0 MiB/s | 1.1 MiB | 00m00s [122/168] perl-podlators-1:6.0.2-2.fc41 100% | 18.0 MiB/s | 128.9 KiB | 00m00s [123/168] perl-File-Temp-1:0.231.100-51 100% | 28.9 MiB/s | 59.1 KiB | 00m00s [124/168] perl-Term-ANSIColor-0:5.01-51 100% | 23.3 MiB/s | 47.7 KiB | 00m00s [125/168] perl-Pod-Simple-1:3.45-511.fc 100% | 30.6 MiB/s | 219.0 KiB | 00m00s [126/168] perl-Term-Cap-0:1.18-511.fc41 100% | 7.2 MiB/s | 22.1 KiB | 00m00s [127/168] groff-base-0:1.23.0-7.fc41.x8 100% | 57.9 MiB/s | 1.1 MiB | 00m00s [128/168] perl-File-Path-0:2.18-511.fc4 100% | 6.9 MiB/s | 35.3 KiB | 00m00s [129/168] perl-Pod-Escapes-1:1.07-511.f 100% | 3.9 MiB/s | 19.8 KiB | 00m00s [130/168] perl-Text-Tabs+Wrap-0:2024.00 100% | 21.3 MiB/s | 21.9 KiB | 00m00s [131/168] perl-Scalar-List-Utils-5:1.68 100% | 36.2 MiB/s | 74.2 KiB | 00m00s [132/168] perl-base-0:2.27-512.fc41.noa 100% | 5.3 MiB/s | 16.2 KiB | 00m00s [133/168] perl-overload-0:1.37-512.fc41 100% | 22.2 MiB/s | 45.5 KiB | 00m00s [134/168] ncurses-0:6.5-2.20240629.fc41 100% | 59.1 MiB/s | 423.8 KiB | 00m00s [135/168] perl-vars-0:1.05-512.fc41.noa 100% | 4.2 MiB/s | 13.0 KiB | 00m00s [136/168] perl-if-0:0.61.000-512.fc41.n 100% | 4.5 MiB/s | 14.0 KiB | 00m00s [137/168] perl-HTTP-Tiny-0:0.090-1.fc41 100% | 27.6 MiB/s | 56.5 KiB | 00m00s [138/168] perl-IO-Socket-SSL-0:2.089-1. 100% | 56.4 MiB/s | 231.2 KiB | 00m00s [139/168] perl-Net-SSLeay-0:1.94-7.fc41 100% | 52.4 MiB/s | 375.7 KiB | 00m00s [140/168] perl-IPC-Open3-0:1.22-512.fc4 100% | 4.3 MiB/s | 21.8 KiB | 00m00s [141/168] perl-AutoLoader-0:5.74-512.fc 100% | 5.2 MiB/s | 21.2 KiB | 00m00s [142/168] perl-Getopt-Std-0:1.14-512.fc 100% | 7.6 MiB/s | 15.6 KiB | 00m00s [143/168] perl-B-0:1.89-512.fc41.x86_64 100% | 57.4 MiB/s | 176.2 KiB | 00m00s [144/168] perl-mro-0:1.29-512.fc41.x86_ 100% | 9.7 MiB/s | 29.9 KiB | 00m00s [145/168] perl-overloading-0:0.02-512.f 100% | 4.2 MiB/s | 12.9 KiB | 00m00s [146/168] libdav1d-0:1.5.0-1.fc41.x86_6 100% | 67.6 MiB/s | 622.8 KiB | 00m00s [147/168] perl-DynaLoader-0:1.56-512.fc 100% | 5.1 MiB/s | 26.0 KiB | 00m00s [148/168] perl-locale-0:1.12-512.fc41.n 100% | 3.3 MiB/s | 13.6 KiB | 00m00s [149/168] perl-File-stat-0:1.14-512.fc4 100% | 16.6 MiB/s | 17.0 KiB | 00m00s [150/168] perl-SelectSaver-0:1.02-512.f 100% | 11.4 MiB/s | 11.7 KiB | 00m00s [151/168] perl-Class-Struct-0:0.68-512. 100% | 21.5 MiB/s | 22.0 KiB | 00m00s [152/168] postgresql-private-libs-0:16. 100% | 23.1 MiB/s | 141.7 KiB | 00m00s [153/168] fedora-logos-httpd-0:38.1.0-6 100% | 7.4 MiB/s | 15.1 KiB | 00m00s [154/168] cronie-anacron-0:1.7.2-2.fc41 100% | 10.6 MiB/s | 32.5 KiB | 00m00s [155/168] crontabs-0:1.11^20190603git9e 100% | 8.9 MiB/s | 18.3 KiB | 00m00s [156/168] apr-util-openssl-0:1.6.3-21.f 100% | 5.3 MiB/s | 16.2 KiB | 00m00s [157/168] postgresql-0:16.3-3.fc41.x86_ 100% | 40.0 MiB/s | 1.9 MiB | 00m00s [158/168] php-opcache-0:8.3.13-1.fc41.x 100% | 19.9 MiB/s | 366.9 KiB | 00m00s [159/168] capstone-0:5.0.1-6.fc41.x86_6 100% | 23.7 MiB/s | 995.3 KiB | 00m00s [160/168] php-cli-0:8.3.13-1.fc41.x86_6 100% | 34.4 MiB/s | 3.6 MiB | 00m00s [161/168] php-sodium-0:8.3.13-1.fc41.x8 100% | 2.2 MiB/s | 42.3 KiB | 00m00s [162/168] mod_http2-0:2.0.29-2.fc41.x86 100% | 31.5 MiB/s | 161.1 KiB | 00m00s [163/168] mod_lua-0:2.4.62-2.fc41.x86_6 100% | 14.0 MiB/s | 57.5 KiB | 00m00s [164/168] libsodium-0:1.0.20-2.fc41.x86 100% | 14.3 MiB/s | 175.7 KiB | 00m00s [165/168] perl-NDBM_File-0:1.17-512.fc4 100% | 7.4 MiB/s | 22.7 KiB | 00m00s [166/168] postgresql-server-0:16.3-3.fc 100% | 38.6 MiB/s | 6.9 MiB | 00m00s [167/168] julietaula-montserrat-fonts-1 100% | 26.5 MiB/s | 1.6 MiB | 00m00s [168/168] python3-pip-0:24.2-1.fc41.noa 100% | 33.5 MiB/s | 2.7 MiB | 00m00s -------------------------------------------------------------------------------- [168/168] Total 100% | 77.7 MiB/s | 67.9 MiB | 00m01s Running transaction [ 1/170] Verify package files 100% | 297.0 B/s | 168.0 B | 00m01s [ 2/170] Prepare transaction 100% | 1.1 KiB/s | 168.0 B | 00m00s [ 3/170] Installing php-common-0:8.3.1 100% | 175.0 MiB/s | 8.9 MiB | 00m00s [ 4/170] Installing fonts-filesystem-1 100% | 769.5 KiB/s | 788.0 B | 00m00s [ 5/170] Installing libxslt-0:1.1.42-2 100% | 3.7 MiB/s | 486.2 KiB | 00m00s [ 6/170] Installing httpd-filesystem-0 100% | 1.1 MiB/s | 2.2 KiB | 00m00s [ 7/170] Installing php-0:8.3.13-1.fc4 100% | 121.1 KiB/s | 124.0 B | 00m00s [ 8/170] Installing cronie-anacron-0:1 100% | 2.9 MiB/s | 47.2 KiB | 00m00s [ 9/170] Installing cronie-0:1.7.2-2.f 100% | 5.1 MiB/s | 313.9 KiB | 00m00s >>> Running post-install scriptlet: cronie-0:1.7.2-2.fc41.x86_64 >>> Finished post-install scriptlet: cronie-0:1.7.2-2.fc41.x86_64 >>> Scriptlet output: >>> Created symlink '/etc/systemd/system/multi-user.target.wants/crond.service' >>> [ 10/170] Installing crontabs-0:1.11^20 100% | 10.9 MiB/s | 22.4 KiB | 00m00s [ 11/170] Installing libwebp-0:1.4.0-4. 100% | 100.9 MiB/s | 826.8 KiB | 00m00s [ 12/170] Installing apr-0:1.7.5-1.fc41 100% | 74.2 MiB/s | 304.1 KiB | 00m00s [ 13/170] Installing apr-util-0:1.6.3-2 100% | 72.3 MiB/s | 222.0 KiB | 00m00s [ 14/170] Installing xmlsec1-1:1.2.39-4 100% | 108.1 MiB/s | 553.4 KiB | 00m00s [ 15/170] Installing postgresql-private 100% | 65.7 MiB/s | 336.4 KiB | 00m00s [ 16/170] Installing postgresql-0:16.3- 100% | 116.0 MiB/s | 7.7 MiB | 00m00s [ 17/170] Installing libpng-2:1.6.40-4. 100% | 80.4 MiB/s | 247.1 KiB | 00m00s [ 18/170] Installing libjpeg-turbo-0:3. 100% | 126.7 MiB/s | 778.7 KiB | 00m00s [ 19/170] Installing libpq-0:16.4-1.fc4 100% | 94.7 MiB/s | 969.6 KiB | 00m00s [ 20/170] Installing gpgme-0:1.23.2-5.f 100% | 94.7 MiB/s | 581.7 KiB | 00m00s [ 21/170] Installing libicu-0:74.2-2.fc 100% | 168.9 MiB/s | 35.0 MiB | 00m00s [ 22/170] Installing openssl-1:3.2.2-9. 100% | 12.6 MiB/s | 1.7 MiB | 00m00s [ 23/170] Installing postgresql-server- 100% | 135.8 MiB/s | 29.2 MiB | 00m00s [ 24/170] Installing python3-psycopg2-0 100% | 77.5 MiB/s | 634.9 KiB | 00m00s [ 25/170] Installing xmlsec1-openssl-1: 100% | 90.5 MiB/s | 278.1 KiB | 00m00s [ 26/170] Installing apr-util-lmdb-0:1. 100% | 7.8 MiB/s | 16.1 KiB | 00m00s [ 27/170] Installing httpd-tools-0:2.4. 100% | 5.2 MiB/s | 219.6 KiB | 00m00s [ 28/170] Installing python3-lxml-0:5.2 100% | 103.5 MiB/s | 5.0 MiB | 00m00s [ 29/170] Installing php-xml-0:8.3.13-1 100% | 88.0 MiB/s | 450.5 KiB | 00m00s [ 30/170] Installing abattis-cantarell- 100% | 63.3 MiB/s | 194.4 KiB | 00m00s [ 31/170] Installing php-pdo-0:8.3.13-1 100% | 77.0 MiB/s | 236.4 KiB | 00m00s [ 32/170] Installing php-pgsql-0:8.3.13 100% | 61.0 MiB/s | 187.5 KiB | 00m00s [ 33/170] Installing libsodium-0:1.0.20 100% | 96.2 MiB/s | 394.2 KiB | 00m00s [ 34/170] Installing capstone-0:5.0.1-6 100% | 219.1 MiB/s | 14.0 MiB | 00m00s [ 35/170] Installing fedora-logos-httpd 100% | 12.7 MiB/s | 13.0 KiB | 00m00s [ 36/170] Installing libdav1d-0:1.5.0-1 100% | 150.8 MiB/s | 1.7 MiB | 00m00s [ 37/170] Installing ncurses-0:6.5-2.20 100% | 32.6 MiB/s | 633.9 KiB | 00m00s [ 38/170] Installing groff-base-0:1.23. 100% | 80.7 MiB/s | 3.9 MiB | 00m00s [ 39/170] Installing perl-Digest-0:1.20 100% | 18.1 MiB/s | 37.1 KiB | 00m00s [ 40/170] Installing perl-Digest-MD5-0: 100% | 20.1 MiB/s | 61.7 KiB | 00m00s [ 41/170] Installing perl-B-0:1.89-512. 100% | 81.6 MiB/s | 501.4 KiB | 00m00s [ 42/170] Installing perl-FileHandle-0: 100% | 9.5 MiB/s | 9.8 KiB | 00m00s [ 43/170] Installing perl-MIME-Base32-0 100% | 15.7 MiB/s | 32.2 KiB | 00m00s [ 44/170] Installing perl-Data-Dumper-0 100% | 37.0 MiB/s | 113.6 KiB | 00m00s [ 45/170] Installing perl-libnet-0:3.15 100% | 57.6 MiB/s | 294.7 KiB | 00m00s [ 46/170] Installing perl-AutoLoader-0: 100% | 20.5 MiB/s | 20.9 KiB | 00m00s [ 47/170] Installing perl-IO-Socket-IP- 100% | 32.7 MiB/s | 100.5 KiB | 00m00s [ 48/170] Installing perl-URI-0:5.30-1. 100% | 29.2 MiB/s | 269.5 KiB | 00m00s [ 49/170] Installing perl-Time-Local-2: 100% | 34.5 MiB/s | 70.6 KiB | 00m00s [ 50/170] Installing perl-Text-Tabs+Wra 100% | 11.7 MiB/s | 23.9 KiB | 00m00s [ 51/170] Installing perl-File-Path-0:2 100% | 31.5 MiB/s | 64.5 KiB | 00m00s [ 52/170] Installing perl-Pod-Escapes-1 100% | 25.3 MiB/s | 25.9 KiB | 00m00s [ 53/170] Installing perl-if-0:0.61.000 100% | 6.1 MiB/s | 6.2 KiB | 00m00s [ 54/170] Installing perl-Net-SSLeay-0: 100% | 85.2 MiB/s | 1.4 MiB | 00m00s [ 55/170] Installing perl-locale-0:1.12 100% | 6.7 MiB/s | 6.9 KiB | 00m00s [ 56/170] Installing perl-IO-Socket-SSL 100% | 98.7 MiB/s | 707.4 KiB | 00m00s [ 57/170] Installing perl-Term-ANSIColo 100% | 32.3 MiB/s | 99.2 KiB | 00m00s [ 58/170] Installing perl-Term-Cap-0:1. 100% | 14.9 MiB/s | 30.6 KiB | 00m00s [ 59/170] Installing perl-POSIX-0:2.20- 100% | 76.9 MiB/s | 236.4 KiB | 00m00s [ 60/170] Installing perl-File-Temp-1:0 100% | 53.4 MiB/s | 164.1 KiB | 00m00s [ 61/170] Installing perl-IPC-Open3-0:1 100% | 11.4 MiB/s | 23.3 KiB | 00m00s [ 62/170] Installing perl-Class-Struct- 100% | 25.3 MiB/s | 25.9 KiB | 00m00s [ 63/170] Installing perl-Pod-Simple-1: 100% | 69.6 MiB/s | 570.5 KiB | 00m00s [ 64/170] Installing perl-HTTP-Tiny-0:0 100% | 50.9 MiB/s | 156.4 KiB | 00m00s [ 65/170] Installing perl-Socket-4:2.03 100% | 41.0 MiB/s | 126.1 KiB | 00m00s [ 66/170] Installing perl-Symbol-0:1.09 100% | 7.0 MiB/s | 7.2 KiB | 00m00s [ 67/170] Installing perl-SelectSaver-0 100% | 2.5 MiB/s | 2.6 KiB | 00m00s [ 68/170] Installing perl-File-stat-0:1 100% | 12.7 MiB/s | 13.1 KiB | 00m00s [ 69/170] Installing perl-podlators-1:6 100% | 62.8 MiB/s | 321.4 KiB | 00m00s [ 70/170] Installing perl-Pod-Perldoc-0 100% | 41.3 MiB/s | 169.3 KiB | 00m00s [ 71/170] Installing perl-Fcntl-0:1.18- 100% | 24.5 MiB/s | 50.1 KiB | 00m00s [ 72/170] Installing perl-Text-ParseWor 100% | 14.2 MiB/s | 14.6 KiB | 00m00s [ 73/170] Installing perl-base-0:2.27-5 100% | 12.6 MiB/s | 12.9 KiB | 00m00s [ 74/170] Installing perl-mro-0:1.29-51 100% | 22.8 MiB/s | 46.7 KiB | 00m00s [ 75/170] Installing perl-overloading-0 100% | 5.4 MiB/s | 5.5 KiB | 00m00s [ 76/170] Installing perl-IO-0:1.55-512 100% | 37.9 MiB/s | 155.3 KiB | 00m00s [ 77/170] Installing perl-Pod-Usage-4:2 100% | 28.1 MiB/s | 86.3 KiB | 00m00s [ 78/170] Installing perl-MIME-Base64-0 100% | 15.7 MiB/s | 48.4 KiB | 00m00s [ 79/170] Installing perl-constant-0:1. 100% | 13.4 MiB/s | 27.4 KiB | 00m00s [ 80/170] Installing perl-parent-1:0.24 100% | 10.5 MiB/s | 10.7 KiB | 00m00s [ 81/170] Installing perl-Errno-0:1.38- 100% | 8.6 MiB/s | 8.8 KiB | 00m00s [ 82/170] Installing perl-File-Basename 100% | 14.2 MiB/s | 14.6 KiB | 00m00s [ 83/170] Installing perl-Scalar-List-U 100% | 37.3 MiB/s | 152.6 KiB | 00m00s [ 84/170] Installing perl-vars-0:1.05-5 100% | 4.2 MiB/s | 4.3 KiB | 00m00s [ 85/170] Installing perl-Getopt-Std-0: 100% | 11.5 MiB/s | 11.7 KiB | 00m00s [ 86/170] Installing perl-overload-0:1. 100% | 70.3 MiB/s | 71.9 KiB | 00m00s [ 87/170] Installing perl-Storable-1:3. 100% | 76.2 MiB/s | 234.0 KiB | 00m00s [ 88/170] Installing perl-Getopt-Long-1 100% | 47.9 MiB/s | 147.2 KiB | 00m00s [ 89/170] Installing perl-Carp-0:1.54-5 100% | 23.3 MiB/s | 47.7 KiB | 00m00s [ 90/170] Installing perl-Exporter-0:5. 100% | 27.2 MiB/s | 55.6 KiB | 00m00s [ 91/170] Installing perl-PathTools-0:3 100% | 36.0 MiB/s | 184.6 KiB | 00m00s [ 92/170] Installing perl-DynaLoader-0: 100% | 15.9 MiB/s | 32.5 KiB | 00m00s [ 93/170] Installing perl-Encode-4:3.21 100% | 131.1 MiB/s | 4.7 MiB | 00m00s [ 94/170] Installing perl-libs-4:5.40.0 100% | 94.0 MiB/s | 10.0 MiB | 00m00s [ 95/170] Installing perl-interpreter-4 100% | 1.1 MiB/s | 124.0 KiB | 00m00s [ 96/170] Installing memcached-0:1.6.32 100% | 14.6 MiB/s | 479.8 KiB | 00m00s [ 97/170] Installing redhat-lsb-0:5.0-0 100% | 10.0 MiB/s | 41.1 KiB | 00m00s [ 98/170] Installing python3-devel-0:3. 100% | 60.5 MiB/s | 1.8 MiB | 00m00s [ 99/170] Installing google-noto-fonts- 100% | 17.8 MiB/s | 18.3 KiB | 00m00s [100/170] Installing google-noto-sans-v 100% | 138.8 MiB/s | 1.2 MiB | 00m00s [101/170] Installing default-fonts-core 100% | 5.9 MiB/s | 18.2 KiB | 00m00s [102/170] Installing libvmaf-0:3.0.0-2. 100% | 134.2 MiB/s | 824.4 KiB | 00m00s [103/170] Installing libaom-0:3.9.0-3.f 100% | 158.1 MiB/s | 5.1 MiB | 00m00s [104/170] Installing libXau-0:1.0.11-7. 100% | 33.4 MiB/s | 68.4 KiB | 00m00s [105/170] Installing libxcb-0:1.17.0-3. 100% | 84.9 MiB/s | 1.2 MiB | 00m00s [106/170] Installing graphite2-0:1.3.14 100% | 63.2 MiB/s | 194.1 KiB | 00m00s [107/170] Installing harfbuzz-0:9.0.0-3 100% | 139.5 MiB/s | 2.7 MiB | 00m00s [108/170] Installing freetype-0:2.13.3- 100% | 118.9 MiB/s | 852.2 KiB | 00m00s [109/170] Installing liblerc-0:4.0.0-7. 100% | 119.0 MiB/s | 609.0 KiB | 00m00s [110/170] Installing jbigkit-libs-0:2.1 100% | 38.9 MiB/s | 119.6 KiB | 00m00s [111/170] Installing libtiff-0:4.6.0-6. 100% | 99.0 MiB/s | 608.2 KiB | 00m00s [112/170] Installing svt-av1-libs-0:2.1 100% | 165.6 MiB/s | 7.1 MiB | 00m00s [113/170] Installing rav1e-libs-0:0.7.1 100% | 157.5 MiB/s | 3.0 MiB | 00m00s [114/170] Installing libavif-0:1.0.4-7. 100% | 45.2 MiB/s | 185.1 KiB | 00m00s [115/170] Installing libX11-common-0:1. 100% | 36.0 MiB/s | 1.2 MiB | 00m00s [116/170] Installing libX11-0:1.8.10-2. 100% | 142.4 MiB/s | 1.3 MiB | 00m00s [117/170] Installing libXpm-0:3.5.17-4. 100% | 16.3 MiB/s | 149.8 KiB | 00m00s [118/170] Installing xml-common-0:0.6.3 100% | 19.8 MiB/s | 81.1 KiB | 00m00s [119/170] Installing fontconfig-0:2.15. 100% | 776.9 KiB/s | 811.1 KiB | 00m01s [120/170] Installing libimagequant-0:4. 100% | 93.2 MiB/s | 668.3 KiB | 00m00s [121/170] Installing gd-0:2.3.3-17.fc41 100% | 98.8 MiB/s | 404.8 KiB | 00m00s [122/170] Installing php-gd-0:8.3.13-1. 100% | 889.7 KiB/s | 102.3 KiB | 00m00s [123/170] Installing nginx-filesystem-2 100% | 262.7 KiB/s | 1.1 KiB | 00m00s [124/170] Installing php-fpm-0:8.3.13-1 100% | 96.1 MiB/s | 8.2 MiB | 00m00s [125/170] Installing oniguruma-0:6.9.9- 100% | 105.0 MiB/s | 752.5 KiB | 00m00s [126/170] Installing php-mbstring-0:8.3 100% | 128.5 MiB/s | 1.2 MiB | 00m00s [127/170] Installing libtalloc-0:2.4.2- 100% | 26.1 MiB/s | 53.5 KiB | 00m00s [128/170] Installing libpath_utils-0:0. 100% | 30.6 MiB/s | 62.7 KiB | 00m00s [129/170] Installing sscg-0:3.0.5-7.fc4 100% | 35.0 MiB/s | 107.4 KiB | 00m00s [130/170] Installing gnutls-dane-0:3.8. 100% | 34.4 MiB/s | 70.5 KiB | 00m00s [131/170] Installing wget2-libs-0:2.1.0 100% | 89.6 MiB/s | 366.9 KiB | 00m00s [132/170] Installing wget2-0:2.1.0-12.f 100% | 79.0 MiB/s | 889.7 KiB | 00m00s [133/170] Installing wget2-wget-0:2.1.0 100% | 433.6 KiB/s | 444.0 B | 00m00s [134/170] Installing drupal-0:4.7-17.lx 100% | 79.9 MiB/s | 1.8 MiB | 00m00s [135/170] Installing python3-six-0:1.16 100% | 39.3 MiB/s | 120.7 KiB | 00m00s [136/170] Installing python3-memcached- 100% | 67.6 MiB/s | 138.4 KiB | 00m00s [137/170] Installing mailcap-0:2.1.54-7 100% | 21.3 MiB/s | 87.1 KiB | 00m00s [138/170] Installing httpd-core-0:2.4.6 100% | 70.2 MiB/s | 4.9 MiB | 00m00s [139/170] Installing python3-mod_wsgi-0 100% | 104.2 MiB/s | 5.6 MiB | 00m00s [140/170] Installing mod_ssl-1:2.4.62-2 100% | 63.2 MiB/s | 259.0 KiB | 00m00s [141/170] Installing httpd-0:2.4.62-2.f 100% | 2.0 MiB/s | 68.5 KiB | 00m00s [142/170] Installing libnfnetlink-0:1.0 100% | 27.0 MiB/s | 55.3 KiB | 00m00s [143/170] Installing libnetfilter_connt 100% | 1.2 MiB/s | 140.7 KiB | 00m00s [144/170] Installing dnsmasq-0:2.90-3.f 100% | 18.8 MiB/s | 771.6 KiB | 00m00s [145/170] Installing plewww-plekit-0:5. 100% | 85.5 MiB/s | 1.1 MiB | 00m00s [146/170] Installing python3-pycurl-0:7 100% | 33.9 MiB/s | 450.7 KiB | 00m00s [147/170] Installing python3-postgresql 100% | 61.1 MiB/s | 2.0 MiB | 00m00s [148/170] Installing plcapi-0:7.2-4.lxc 100% | 39.4 MiB/s | 2.7 MiB | 00m00s [149/170] Installing plewww-0:5.3-0.202 100% | 16.8 MiB/s | 756.1 KiB | 00m00s >>> Running post-install scriptlet: plewww-0:5.3-0.2024.11.20.noarch >>> Finished post-install scriptlet: plewww-0:5.3-0.2024.11.20.noarch >>> Scriptlet output: >>> /var/www/html/sites/default / >>> / >>> /var/www/html/database / >>> / >>> /var/www/html/modules / >>> / >>> /var/www/html/includes / >>> /var/www/html/drupal-hacks/patch-session-inc.sh: line 11: ed: command not fo >>> / >>> [150/170] Installing xxhash-libs-0:0.8. 100% | 43.9 MiB/s | 89.8 KiB | 00m00s [151/170] Installing rsync-0:3.3.0-3.fc 100% | 84.8 MiB/s | 781.9 KiB | 00m00s [152/170] Installing libdb-0:5.3.28-63. 100% | 7.9 MiB/s | 1.8 MiB | 00m00s [153/170] Installing postfix-2:3.9.0-8. 100% | 2.2 MiB/s | 4.6 MiB | 00m02s [154/170] Installing tcl-1:8.6.14-2.fc4 100% | 98.3 MiB/s | 4.2 MiB | 00m00s [155/170] Installing expect-0:5.45.4-24 100% | 80.5 MiB/s | 577.0 KiB | 00m00s [156/170] Installing myplc-config-0:7.2 100% | 51.0 MiB/s | 52.2 KiB | 00m00s [157/170] Installing tar-2:1.35-4.fc41. 100% | 128.6 MiB/s | 3.0 MiB | 00m00s [158/170] Installing ed-0:1.20.2-2.fc41 100% | 48.6 MiB/s | 149.2 KiB | 00m00s [159/170] Installing cpio-0:2.15-2.fc41 100% | 91.6 MiB/s | 1.1 MiB | 00m00s [160/170] Installing bzip2-0:1.0.8-19.f 100% | 24.5 MiB/s | 100.2 KiB | 00m00s [161/170] Installing myplc-core-0:7.2-0 100% | 34.8 MiB/s | 178.0 KiB | 00m00s [162/170] Installing mod_http2-0:2.0.29 100% | 106.0 MiB/s | 434.3 KiB | 00m00s [163/170] Installing mod_lua-0:2.4.62-2 100% | 67.8 MiB/s | 138.8 KiB | 00m00s [164/170] Installing perl-NDBM_File-0:1 100% | 32.7 MiB/s | 33.5 KiB | 00m00s [165/170] Installing php-opcache-0:8.3. 100% | 146.4 MiB/s | 899.3 KiB | 00m00s [166/170] Installing php-sodium-0:8.3.1 100% | 52.0 MiB/s | 106.4 KiB | 00m00s [167/170] Installing apr-util-openssl-0 100% | 11.9 MiB/s | 24.4 KiB | 00m00s [168/170] Installing julietaula-montser 100% | 148.5 MiB/s | 4.2 MiB | 00m00s [169/170] Installing php-cli-0:8.3.13-1 100% | 180.1 MiB/s | 16.2 MiB | 00m00s [170/170] Installing python3-pip-0:24.2 100% | 11.8 MiB/s | 11.7 MiB | 00m01s Warning: skipped PGP checks for 6 packages from repository: myplc Complete! -> 16:31:54 -- + ssh -n -o BatchMode=yes -o StrictHostKeyChecking=no -o CheckHostIP=no -o ConnectTimeout=5 -o UserKnownHostsFile=/dev/null buzzcocks ssh -o BatchMode=yes -o StrictHostKeyChecking=no -o CheckHostIP=no -o ConnectTimeout=5 -o UserKnownHostsFile=/dev/null vplc06 rpm -q myplc-core Warning: Permanently added 'buzzcocks' (ED25519) to the list of known hosts. Warning: Permanently added 'vplc06' (ED25519) to the list of known hosts. myplc-core-7.2-0.lxc.2024.11.20.noarch -> 16:31:54 -- + ssh -n -o BatchMode=yes -o StrictHostKeyChecking=no -o CheckHostIP=no -o ConnectTimeout=5 -o UserKnownHostsFile=/dev/null buzzcocks ssh -o BatchMode=yes -o StrictHostKeyChecking=no -o CheckHostIP=no -o ConnectTimeout=5 -o UserKnownHostsFile=/dev/null vplc06 dnf -y install myplc Warning: Permanently added 'buzzcocks' (ED25519) to the list of known hosts. Warning: Permanently added 'vplc06' (ED25519) to the list of known hosts. Updating and loading repositories: Repositories loaded. Package Arch Version Repository Size Installing: myplc noarch 7.2-0.lxc.2024.11.20 myplc 1.0 KiB Installing dependencies: createrepo_c x86_64 1.1.4-1.fc41 fedora 203.1 KiB createrepo_c-libs x86_64 1.1.4-1.fc41 fedora 277.8 KiB drpm x86_64 0.5.2-6.fc41 fedora 131.6 KiB myplc-docs noarch 7.1-0.lxc.2024.11.20 myplc 1.9 MiB myplc-release noarch 7.1-0.lxc.2024.11.20 myplc 64.0 B rpm-sign x86_64 4.20.0-1.fc41 fedora 22.5 KiB www-register-wizard noarch 4.3-5.lxc myplc 1.2 MiB Transaction Summary: Installing: 8 packages Total size of inbound packages is 1 MiB. Need to download 1 MiB. After this operation, 4 MiB extra will be used (install 4 MiB, remove 0 B). [1/8] myplc-release-0:7.1-0.lxc.2024.11 100% | 314.9 KiB/s | 6.9 KiB | 00m00s [2/8] myplc-0:7.2-0.lxc.2024.11.20.noar 100% | 231.9 KiB/s | 10.2 KiB | 00m00s [3/8] myplc-docs-0:7.1-0.lxc.2024.11.20 100% | 15.0 MiB/s | 815.9 KiB | 00m00s [4/8] www-register-wizard-0:4.3-5.lxc.n 100% | 10.1 MiB/s | 330.6 KiB | 00m00s [5/8] createrepo_c-0:1.1.4-1.fc41.x86_6 100% | 6.6 MiB/s | 74.3 KiB | 00m00s [6/8] drpm-0:0.5.2-6.fc41.x86_64 100% | 31.2 MiB/s | 63.9 KiB | 00m00s [7/8] createrepo_c-libs-0:1.1.4-1.fc41. 100% | 35.0 MiB/s | 107.6 KiB | 00m00s [8/8] rpm-sign-0:4.20.0-1.fc41.x86_64 100% | 2.8 MiB/s | 22.7 KiB | 00m00s -------------------------------------------------------------------------------- [8/8] Total 100% | 22.2 MiB/s | 1.4 MiB | 00m00s Running transaction [ 1/10] Verify package files 100% | 615.0 B/s | 8.0 B | 00m00s [ 2/10] Prepare transaction 100% | 101.0 B/s | 8.0 B | 00m00s [ 3/10] Installing drpm-0:0.5.2-6.fc41. 100% | 32.4 MiB/s | 132.8 KiB | 00m00s [ 4/10] Installing createrepo_c-libs-0: 100% | 68.1 MiB/s | 278.9 KiB | 00m00s [ 5/10] Installing createrepo_c-0:1.1.4 100% | 40.4 MiB/s | 207.0 KiB | 00m00s [ 6/10] Installing rpm-sign-0:4.20.0-1. 100% | 11.4 MiB/s | 23.3 KiB | 00m00s [ 7/10] Installing www-register-wizard- 100% | 54.2 MiB/s | 1.2 MiB | 00m00s [ 8/10] Installing myplc-release-0:7.1- 100% | 312.5 KiB/s | 320.0 B | 00m00s [ 9/10] Installing myplc-docs-0:7.1-0.l 100% | 53.7 MiB/s | 1.9 MiB | 00m00s >>> Running pre-install scriptlet: myplc-0:7.2-0.lxc.2024.11.20.noarch >>> Finished pre-install scriptlet: myplc-0:7.2-0.lxc.2024.11.20.noarch >>> Scriptlet output: >>> Preserving /var/lib/pgsql/data >>> Preserving /etc/planetlab >>> [10/10] Installing myplc-0:7.2-0.lxc.20 100% | 2.8 KiB/s | 2.0 KiB | 00m01s >>> Running post-install scriptlet: myplc-0:7.2-0.lxc.2024.11.20.noarch >>> Finished post-install scriptlet: myplc-0:7.2-0.lxc.2024.11.20.noarch >>> Scriptlet output: >>> Created symlink '/etc/systemd/system/multi-user.target.wants/plc.service' >>> Created symlink '/etc/systemd/system/multi-user.target.wants/php-fpm.service >>> Warning: skipped PGP checks for 4 packages from repository: myplc Complete! -> 16:31:57 -- + ssh -n -o BatchMode=yes -o StrictHostKeyChecking=no -o CheckHostIP=no -o ConnectTimeout=5 -o UserKnownHostsFile=/dev/null buzzcocks ssh -o BatchMode=yes -o StrictHostKeyChecking=no -o CheckHostIP=no -o ConnectTimeout=5 -o UserKnownHostsFile=/dev/null vplc06 rpm -q myplc Warning: Permanently added 'buzzcocks' (ED25519) to the list of known hosts. Warning: Permanently added 'vplc06' (ED25519) to the list of known hosts. myplc-7.2-0.lxc.2024.11.20.noarch * 16:31:58 -- ********** 1 SUCCESSFUL step plc_install on plctest1_vplc06 TRACE: 1 16-31-42->15s=0:00:15.812412s status=OK step=plc_install plc=plctest1_vplc06 force=False * 16:31:58 -- ********** 1 RUNNING step plc_configure on plc plctest1_vplc06 -> 16:31:58 -- + cat plctest1_vplc06.2024.11.20--f41-04-1-vplc06.plc-config-tty e PLC_NAME Regression TestLab e PLC_ROOT_USER root@test.onelab.eu e PLC_ROOT_PASSWORD test++ e PLC_SLICE_PREFIX auto e PLC_HRN_ROOT a e PLC_SHORTNAME Tlab e PLC_MAIL_ENABLED false e PLC_MAIL_SUPPORT_ADDRESS thierry.parmentelat@inria.fr e PLC_MAIL_FROM_ADDRESS thierry.parmentelat@inria.fr e PLC_DB_HOST vplc06.pl.sophia.inria.fr e PLC_API_HOST vplc06.pl.sophia.inria.fr e PLC_WWW_HOST vplc06.pl.sophia.inria.fr e PLC_BOOT_HOST vplc06.pl.sophia.inria.fr e PLC_NET_DNS1 138.96.112.1 e PLC_NET_DNS2 138.96.112.2 e PLC_RESERVATION_GRANULARITY 1800 e PLC_VSYS_DEFAULTS , vif_up, vif_down, fd_tuntap, promisc, e PLC_OMF_ENABLED false w q -> 16:31:58 -- + cat plctest1_vplc06.2024.11.20--f41-04-1-vplc06.plc-config-tty + ssh -o BatchMode=yes -o StrictHostKeyChecking=no -o CheckHostIP=no -o ConnectTimeout=5 -o UserKnownHostsFile=/dev/null buzzcocks ssh -o BatchMode=yes -o StrictHostKeyChecking=no -o CheckHostIP=no -o ConnectTimeout=5 -o UserKnownHostsFile=/dev/null vplc06 plc-config-tty Warning: Permanently added 'buzzcocks' (ED25519) to the list of known hosts. Warning: Permanently added 'vplc06' (ED25519) to the list of known hosts. /usr/lib/python3.13/site-packages/plc_config.py:842: SyntaxWarning: invalid escape sequence '\A' return re.match('\A[a-zA-Z0-9._%+\-]+@[a-zA-Z0-9._\-]+\.[a-zA-Z]+\Z', val) /usr/lib/python3.13/site-packages/plc_config.py:1195: SyntaxWarning: invalid escape sequence '\?' re_mainloop_0arg = "^(?P[uUwrRqlLsSeEcvVhH\?])[ \t]*$" /usr/lib/python3.13/site-packages/plc_config.py:1196: SyntaxWarning: invalid escape sequence '\w' re_mainloop_1arg = "^(?P[sSeEvV])[ \t]+(?P\w+)$" Created directory /etc/planetlab/configs Enter command (u for usual changes, w to save, ? for help) == PLC_NAME : [PlanetLab Test] Enter command (u for usual changes, w to save, ? for help) == PLC_ROOT_USER : [root@localhost.localdomain] Enter command (u for usual changes, w to save, ? for help) == PLC_ROOT_PASSWORD : [root] Enter command (u for usual changes, w to save, ? for help) == PLC_SLICE_PREFIX : [pl] Enter command (u for usual changes, w to save, ? for help) == PLC_HRN_ROOT : [planetlab.test] Enter command (u for usual changes, w to save, ? for help) == PLC_SHORTNAME : [Tlab] Enter command (u for usual changes, w to save, ? for help) == PLC_MAIL_ENABLED : [false] Enter command (u for usual changes, w to save, ? for help) == PLC_MAIL_SUPPORT_ADDRESS : [root+support@localhost.localdomain] Enter command (u for usual changes, w to save, ? for help) == PLC_MAIL_FROM_ADDRESS : [root@localhost.localdomain] Enter command (u for usual changes, w to save, ? for help) == PLC_DB_HOST : [localhost.localdomain] Enter command (u for usual changes, w to save, ? for help) == PLC_API_HOST : [localhost.localdomain] Enter command (u for usual changes, w to save, ? for help) == PLC_WWW_HOST : [localhost.localdomain] Enter command (u for usual changes, w to save, ? for help) == PLC_BOOT_HOST : [localhost.localdomain] Enter command (u for usual changes, w to save, ? for help) == PLC_NET_DNS1 : [127.0.0.1] Enter command (u for usual changes, w to save, ? for help) == PLC_NET_DNS2 : [None] Enter command (u for usual changes, w to save, ? for help) == PLC_RESERVATION_GRANULARITY : [3600] Enter command (u for usual changes, w to save, ? for help) == PLC_VSYS_DEFAULTS : [ ] Enter command (u for usual changes, w to save, ? for help) == PLC_OMF_ENABLED : [false] Enter command (u for usual changes, w to save, ? for help) Wrote /etc/planetlab/configs/site.xml Merged /etc/planetlab/default_config.xml and /etc/planetlab/configs/site.xml into /etc/planetlab/plc_config.xml You might want to type 'r' (restart plc), 'R' (reload plc) or 'q' (quit) Enter command (u for usual changes, w to save, ? for help) -> 16:31:58 -- + rm plctest1_vplc06.2024.11.20--f41-04-1-vplc06.plc-config-tty * 16:31:58 -- ********** 1 SUCCESSFUL step plc_configure on plctest1_vplc06 TRACE: 1 16-31-58->0s=0:00:00.777199s status=OK step=plc_configure plc=plctest1_vplc06 force=False * 16:31:58 -- ********** 1 RUNNING step plc_start on plc plctest1_vplc06 -> 16:31:58 -- + ssh -n -o BatchMode=yes -o StrictHostKeyChecking=no -o CheckHostIP=no -o ConnectTimeout=5 -o UserKnownHostsFile=/dev/null buzzcocks ssh -o BatchMode=yes -o StrictHostKeyChecking=no -o CheckHostIP=no -o ConnectTimeout=5 -o UserKnownHostsFile=/dev/null vplc06 systemctl start plc Warning: Permanently added 'buzzcocks' (ED25519) to the list of known hosts. Warning: Permanently added 'vplc06' (ED25519) to the list of known hosts. * 16:32:07 -- ********** 1 SUCCESSFUL step plc_start on plctest1_vplc06 TRACE: 1 16-31-58->8s=0:00:08.540415s status=OK step=plc_start plc=plctest1_vplc06 force=False * 16:32:07 -- ********** 1 RUNNING step keys_fetch on plc plctest1_vplc06 -> 16:32:07 -- + scp -o BatchMode=yes -o StrictHostKeyChecking=no -o CheckHostIP=no -o ConnectTimeout=5 buzzcocks:/vservers/2024.11.20--f41-04-1-vplc06//etc/planetlab/debug_ssh_key.pub keys/2024.11.20--f41-04-1-vplc06-debug.pub -> 16:32:07 -- + scp -o BatchMode=yes -o StrictHostKeyChecking=no -o CheckHostIP=no -o ConnectTimeout=5 buzzcocks:/vservers/2024.11.20--f41-04-1-vplc06//etc/planetlab/debug_ssh_key.rsa keys/2024.11.20--f41-04-1-vplc06-debug.rsa * 16:32:08 -- ********** 1 SUCCESSFUL step keys_fetch on plctest1_vplc06 TRACE: 1 16-32-07->0s=0:00:00.833968s status=OK step=keys_fetch plc=plctest1_vplc06 force=False * 16:32:08 -- ********** 1 RUNNING step keys_store on plc plctest1_vplc06 * 16:32:08 -- Storing key key_admin in keys/key_admin.pub * 16:32:08 -- Storing key key_pi in keys/key_pi.pub * 16:32:08 -- Storing key key_user in keys/key_user.pub * 16:32:08 -- Storing key key_sfapi in keys/key_sfapi.pub * 16:32:08 -- Storing key key_sfauser in keys/key_sfauser.pub * 16:32:08 -- ********** 1 SUCCESSFUL step keys_store on plctest1_vplc06 TRACE: 1 16-32-08->0s=0:00:00.002244s status=OK step=keys_store plc=plctest1_vplc06 force=False * 16:32:08 -- ********** 1 RUNNING step keys_clear_known_hosts on plc plctest1_vplc06 * 16:32:08 -- Clearing entry for vnode01.pl.sophia.inria.fr in /root/.ssh/known_hosts -> 16:32:08 -- + sed -i -e '/^vnode01.pl.sophia.inria.fr/d' /root/.ssh/known_hosts * 16:32:08 -- ********** 1 SUCCESSFUL step keys_clear_known_hosts on plctest1_vplc06 TRACE: 1 16-32-08->0s=0:00:00.008298s status=OK step=keys_clear_known_hosts plc=plctest1_vplc06 force=False * 16:32:08 -- ********** 1 RUNNING step plcapi_urls on plc plctest1_vplc06 ... (http error 302) http://vplc06.pl.sophia.inria.fr/PLCAPI ... (http error 302) http://vplc06.pl.sophia.inria.fr/PLCAPI/ ... (http error 302) http://vplc06.pl.sophia.inria.fr:80/PLCAPI ... (http error 302) http://vplc06.pl.sophia.inria.fr:80/PLCAPI/ ... (http error 302) http://138.96.112.76/PLCAPI ... (http error 302) http://138.96.112.76/PLCAPI/ ... (http error 302) http://138.96.112.76:80/PLCAPI ... (http error 302) http://138.96.112.76:80/PLCAPI/ ... (http error 500) https://vplc06.pl.sophia.inria.fr/PLCAPI ... (http error 500) https://vplc06.pl.sophia.inria.fr/PLCAPI/ ... (http error 500) https://vplc06.pl.sophia.inria.fr:443/PLCAPI ... (http error 500) https://vplc06.pl.sophia.inria.fr:443/PLCAPI/ ... (http error 500) https://138.96.112.76/PLCAPI ... (http error 500) https://138.96.112.76/PLCAPI/ ... (http error 500) https://138.96.112.76:443/PLCAPI ... (http error 500) https://138.96.112.76:443/PLCAPI/ * 16:32:10 -- ********** 1 FAILED step plcapi_urls on plctest1_vplc06 (discarded from further steps) TRACE: 1 16-32-08->1s=0:00:01.976781s status=KO step=plcapi_urls plc=plctest1_vplc06 force=False * 16:32:10 -- ********** 1 SKIPPED Step speed_up_slices on plctest1_vplc06 (has failed plcapi_urls) TRACE: 1 16-32-10->0s=0:00:00.000132s status=UNDEF step=speed_up_slices plc=plctest1_vplc06 force=False * 16:32:10 -- ********** 1 SKIPPED Step initscripts on plctest1_vplc06 (has failed plcapi_urls) TRACE: 1 16-32-10->0s=0:00:00.000095s status=UNDEF step=initscripts plc=plctest1_vplc06 force=False * 16:32:10 -- ********** 1 SKIPPED Step sites on plctest1_vplc06 (has failed plcapi_urls) TRACE: 1 16-32-10->0s=0:00:00.000085s status=UNDEF step=sites plc=plctest1_vplc06 force=False * 16:32:10 -- ********** 1 SKIPPED Step nodes on plctest1_vplc06 (has failed plcapi_urls) TRACE: 1 16-32-10->0s=0:00:00.000082s status=UNDEF step=nodes plc=plctest1_vplc06 force=False * 16:32:10 -- ********** 1 SKIPPED Step slices on plctest1_vplc06 (has failed plcapi_urls) TRACE: 1 16-32-10->0s=0:00:00.000081s status=UNDEF step=slices plc=plctest1_vplc06 force=False * 16:32:10 -- ********** 1 SKIPPED Step nodegroups on plctest1_vplc06 (has failed plcapi_urls) TRACE: 1 16-32-10->0s=0:00:00.000110s status=UNDEF step=nodegroups plc=plctest1_vplc06 force=False * 16:32:10 -- ********** 1 SKIPPED Step leases on plctest1_vplc06 (has failed plcapi_urls) TRACE: 1 16-32-10->0s=0:00:00.000087s status=UNDEF step=leases plc=plctest1_vplc06 force=False * 16:32:10 -- ********** 1 RUNNING step gather_logs (forced after plcapi_urls has failed) on plc plctest1_vplc06 -------------------- TestPlc.gather_logs : PLC's /var/log -> 16:32:10 -- + mkdir -p logs/myplc.var-log.plctest1_vplc06.2024.11.20--f41-04-1-vplc06 -> 16:32:10 -- + ssh -n -o BatchMode=yes -o StrictHostKeyChecking=no -o CheckHostIP=no -o ConnectTimeout=5 -o UserKnownHostsFile=/dev/null buzzcocks ssh -o BatchMode=yes -o StrictHostKeyChecking=no -o CheckHostIP=no -o ConnectTimeout=5 -o UserKnownHostsFile=/dev/null vplc06 tar -C /var/log/ -cf - . + tar -C logs/myplc.var-log.plctest1_vplc06.2024.11.20--f41-04-1-vplc06 -xf - Warning: Permanently added 'buzzcocks' (ED25519) to the list of known hosts. Warning: Permanently added 'vplc06' (ED25519) to the list of known hosts. -> 16:32:11 -- + chmod a+r,a+x logs/myplc.var-log.plctest1_vplc06.2024.11.20--f41-04-1-vplc06/httpd -------------------- TestPlc.gather_logs : PLC's /var/lib/psql/data/pg_log/ -> 16:32:11 -- + mkdir -p logs/myplc.pgsql-log.plctest1_vplc06.2024.11.20--f41-04-1-vplc06 -> 16:32:11 -- + ssh -n -o BatchMode=yes -o StrictHostKeyChecking=no -o CheckHostIP=no -o ConnectTimeout=5 -o UserKnownHostsFile=/dev/null buzzcocks ssh -o BatchMode=yes -o StrictHostKeyChecking=no -o CheckHostIP=no -o ConnectTimeout=5 -o UserKnownHostsFile=/dev/null vplc06 tar -C /var/lib/pgsql/data/pg_log/ -cf - . + tar -C logs/myplc.pgsql-log.plctest1_vplc06.2024.11.20--f41-04-1-vplc06 -xf - Warning: Permanently added 'buzzcocks' (ED25519) to the list of known hosts. Warning: Permanently added 'vplc06' (ED25519) to the list of known hosts. tar: /var/lib/pgsql/data/pg_log/: Cannot open: No such file or directory tar: Error is not recoverable: exiting now tar: This does not look like a tar archive tar: Exiting with failure status due to previous errors -------------------- TestPlc.gather_logs : PLC's /root/sfi/ -> 16:32:11 -- + mkdir -p logs/sfi.plctest1_vplc06.2024.11.20--f41-04-1-vplc06 -> 16:32:11 -- + ssh -n -o BatchMode=yes -o StrictHostKeyChecking=no -o CheckHostIP=no -o ConnectTimeout=5 -o UserKnownHostsFile=/dev/null buzzcocks ssh -o BatchMode=yes -o StrictHostKeyChecking=no -o CheckHostIP=no -o ConnectTimeout=5 -o UserKnownHostsFile=/dev/null vplc06 tar -C /root/sfi/ -cf - . + tar -C logs/sfi.plctest1_vplc06.2024.11.20--f41-04-1-vplc06 -xf - Warning: Permanently added 'buzzcocks' (ED25519) to the list of known hosts. Warning: Permanently added 'vplc06' (ED25519) to the list of known hosts. tar: /root/sfi/: Cannot open: No such file or directory tar: Error is not recoverable: exiting now tar: This does not look like a tar archive tar: Exiting with failure status due to previous errors -------------------- TestPlc.gather_logs : nodes's QEMU logs -> 16:32:12 -- + scp -o BatchMode=yes -o StrictHostKeyChecking=no -o CheckHostIP=no -o ConnectTimeout=5 boxtops:/vservers/2024.11.20--f41-04/qemu-vnode01.pl.sophia.inria.fr/log.txt logs/node.qemu.vnode01.pl.sophia.inria.fr.txt scp: /vservers/2024.11.20--f41-04/qemu-vnode01.pl.sophia.inria.fr/log.txt: No such file or directory -------------------- TestPlc.gather_logs : nodes's /var/log -> 16:32:13 -- + mkdir -p logs/node.var-log.vnode01.pl.sophia.inria.fr -> 16:32:13 -- + ssh -n -o BatchMode=yes -o StrictHostKeyChecking=no -o CheckHostIP=no -o ConnectTimeout=5 -o UserKnownHostsFile=/dev/null -i keys/key_admin.rsa vnode01.pl.sophia.inria.fr tar -C /var/log -cf - . + tar -C logs/node.var-log.vnode01.pl.sophia.inria.fr -xf - ssh: connect to host vnode01.pl.sophia.inria.fr port 22: No route to host tar: This does not look like a tar archive tar: Exiting with failure status due to previous errors -------------------- TestPlc.gather_logs : sample sliver's /var/log -> 16:32:16 -- + mkdir -p logs/sliver.var-log.inri_sl1@vnode01.pl.sophia.inria.fr -> 16:32:16 -- + ssh -n -o BatchMode=yes -o StrictHostKeyChecking=no -o CheckHostIP=no -o ConnectTimeout=5 -o UserKnownHostsFile=/dev/null -i keys/key_admin.rsa vnode01.pl.sophia.inria.fr tar -C /vservers/inri_sl1/var/log -cf - . + tar -C logs/sliver.var-log.inri_sl1@vnode01.pl.sophia.inria.fr -xf - ssh: connect to host vnode01.pl.sophia.inria.fr port 22: No route to host tar: This does not look like a tar archive tar: Exiting with failure status due to previous errors -> 16:32:19 -- + mkdir -p logs/sliver.var-log.inri_sl2@vnode01.pl.sophia.inria.fr -> 16:32:19 -- + ssh -n -o BatchMode=yes -o StrictHostKeyChecking=no -o CheckHostIP=no -o ConnectTimeout=5 -o UserKnownHostsFile=/dev/null -i keys/key_admin.rsa vnode01.pl.sophia.inria.fr tar -C /vservers/inri_sl2/var/log -cf - . + tar -C logs/sliver.var-log.inri_sl2@vnode01.pl.sophia.inria.fr -xf - ssh: connect to host vnode01.pl.sophia.inria.fr port 22: No route to host tar: This does not look like a tar archive tar: Exiting with failure status due to previous errors -> 16:32:22 -- + mkdir -p logs/sliver.var-log.inri_sl3@vnode01.pl.sophia.inria.fr -> 16:32:22 -- + ssh -n -o BatchMode=yes -o StrictHostKeyChecking=no -o CheckHostIP=no -o ConnectTimeout=5 -o UserKnownHostsFile=/dev/null -i keys/key_admin.rsa vnode01.pl.sophia.inria.fr tar -C /vservers/inri_sl3/var/log -cf - . + tar -C logs/sliver.var-log.inri_sl3@vnode01.pl.sophia.inria.fr -xf - ssh: connect to host vnode01.pl.sophia.inria.fr port 22: No route to host tar: This does not look like a tar archive tar: Exiting with failure status due to previous errors * 16:32:25 -- ********** 1 SUCCESSFUL step gather_logs on plctest1_vplc06 TRACE: 1 16-32-10->15s=0:00:15.316717s status=OK step=gather_logs plc=plctest1_vplc06 force=True TestMain exit code 1 run_log exit_code 1 + retcod=1 + set -e + trap failure ERR INT + echo 'retcod from run_log' 1 retcod from run_log 1 + case $retcod in + success= + IGNORED= ++ rootdir 2024.11.20--f41-04 ++ slice=2024.11.20--f41-04 ++ shift ++ echo /vservers/2024.11.20--f41-04 + mkdir -p /vservers/2024.11.20--f41-04/build/testlogs ++ rootdir 2024.11.20--f41-04 ++ slice=2024.11.20--f41-04 ++ shift ++ echo /vservers/2024.11.20--f41-04 + rsync --verbose --archive root@testmaster.onelab.eu:2024.11.20--f41-04/logs/ /vservers/2024.11.20--f41-04/build/testlogs receiving incremental file list ./ run -> run-16-30.txt run-16-30.txt trace -> trace-16-30.txt trace-16-30.txt myplc.pgsql-log.plctest1_vplc06.2024.11.20--f41-04-1-vplc06/ myplc.var-log.plctest1_vplc06.2024.11.20--f41-04-1-vplc06/ myplc.var-log.plctest1_vplc06.2024.11.20--f41-04-1-vplc06/README -> ../../usr/share/doc/systemd/README.logs myplc.var-log.plctest1_vplc06.2024.11.20--f41-04-1-vplc06/boot.log myplc.var-log.plctest1_vplc06.2024.11.20--f41-04-1-vplc06/btmp myplc.var-log.plctest1_vplc06.2024.11.20--f41-04-1-vplc06/dnf.librepo.log myplc.var-log.plctest1_vplc06.2024.11.20--f41-04-1-vplc06/dnf.log myplc.var-log.plctest1_vplc06.2024.11.20--f41-04-1-vplc06/dnf.rpm.log myplc.var-log.plctest1_vplc06.2024.11.20--f41-04-1-vplc06/dnf5.log myplc.var-log.plctest1_vplc06.2024.11.20--f41-04-1-vplc06/hawkey.log myplc.var-log.plctest1_vplc06.2024.11.20--f41-04-1-vplc06/lastlog myplc.var-log.plctest1_vplc06.2024.11.20--f41-04-1-vplc06/maillog myplc.var-log.plctest1_vplc06.2024.11.20--f41-04-1-vplc06/messages myplc.var-log.plctest1_vplc06.2024.11.20--f41-04-1-vplc06/php.log myplc.var-log.plctest1_vplc06.2024.11.20--f41-04-1-vplc06/plc_api_ratelimit.log myplc.var-log.plctest1_vplc06.2024.11.20--f41-04-1-vplc06/plcapi.log myplc.var-log.plctest1_vplc06.2024.11.20--f41-04-1-vplc06/secure myplc.var-log.plctest1_vplc06.2024.11.20--f41-04-1-vplc06/spooler myplc.var-log.plctest1_vplc06.2024.11.20--f41-04-1-vplc06/wtmp myplc.var-log.plctest1_vplc06.2024.11.20--f41-04-1-vplc06/httpd/ myplc.var-log.plctest1_vplc06.2024.11.20--f41-04-1-vplc06/httpd/access_log myplc.var-log.plctest1_vplc06.2024.11.20--f41-04-1-vplc06/httpd/error_log myplc.var-log.plctest1_vplc06.2024.11.20--f41-04-1-vplc06/httpd/ssl_access_log myplc.var-log.plctest1_vplc06.2024.11.20--f41-04-1-vplc06/httpd/ssl_error_log myplc.var-log.plctest1_vplc06.2024.11.20--f41-04-1-vplc06/httpd/ssl_request_log myplc.var-log.plctest1_vplc06.2024.11.20--f41-04-1-vplc06/journal/ myplc.var-log.plctest1_vplc06.2024.11.20--f41-04-1-vplc06/journal/ce10a3913307400c8fe97c6d8b807e5f/ myplc.var-log.plctest1_vplc06.2024.11.20--f41-04-1-vplc06/journal/ce10a3913307400c8fe97c6d8b807e5f/system.journal myplc.var-log.plctest1_vplc06.2024.11.20--f41-04-1-vplc06/myslice/ myplc.var-log.plctest1_vplc06.2024.11.20--f41-04-1-vplc06/myslice/myslice.log myplc.var-log.plctest1_vplc06.2024.11.20--f41-04-1-vplc06/php-fpm/ myplc.var-log.plctest1_vplc06.2024.11.20--f41-04-1-vplc06/php-fpm/error.log myplc.var-log.plctest1_vplc06.2024.11.20--f41-04-1-vplc06/private/ node.var-log.vnode01.pl.sophia.inria.fr/ sfi.plctest1_vplc06.2024.11.20--f41-04-1-vplc06/ sliver.var-log.inri_sl1@vnode01.pl.sophia.inria.fr/ sliver.var-log.inri_sl2@vnode01.pl.sophia.inria.fr/ sliver.var-log.inri_sl3@vnode01.pl.sophia.inria.fr/ sent 594 bytes received 9,402,377 bytes 6,268,647.33 bytes/sec total size is 9,397,535 speedup is 1.00 ++ rootdir 2024.11.20--f41-04 ++ slice=2024.11.20--f41-04 ++ shift ++ echo /vservers/2024.11.20--f41-04 + chmod -R a+r /vservers/2024.11.20--f41-04/build/testlogs/ ++ rootdir 2024.11.20--f41-04 ++ slice=2024.11.20--f41-04 ++ shift ++ echo /vservers/2024.11.20--f41-04 + webpublish_rsync /build/lxc//2024.11.20--f41-04/testlogs/ /vservers/2024.11.20--f41-04/build/testlogs/ + local remote=/build/lxc//2024.11.20--f41-04/testlogs/ + shift + rsync --archive --delete /vservers/2024.11.20--f41-04/build/testlogs/ root@build.onelab.eu:/build/lxc//2024.11.20--f41-04/testlogs/ ++ date + echo '============================== END lbuild-nightly.sh:run_log on Wed Nov 20 04:32:26 PM CET 2024' ============================== END lbuild-nightly.sh:run_log on Wed Nov 20 04:32:26 PM CET 2024 + '[' -z '' ']' + echo 'Tests have failed - bailing out' Tests have failed - bailing out + failure + set -x + '[' -z /build/lxc//2024.11.20--f41-04/log.txt ']' + webpublish mkdir -p /build/lxc//2024.11.20--f41-04 + ssh root@build.onelab.eu mkdir -p /build/lxc//2024.11.20--f41-04 + webpublish_rsync /build/lxc//2024.11.20--f41-04/log.txt /vservers/2024.11.20--f41-04/log.txt + local remote=/build/lxc//2024.11.20--f41-04/log.txt + shift + rsync --archive --delete /vservers/2024.11.20--f41-04/log.txt root@build.onelab.eu:/build/lxc//2024.11.20--f41-04/log.txt ******************** BEG SUMMARY Failed to analyze /vservers/2024.11.20--f41-04/log.txt ******************** END SUMMARY