Warning: Permanently added '2620:52:3:1:dead:beef:cafe:c115' (ED25519) to the list of known hosts. You can reproduce this build on your computer by running: sudo dnf install copr-rpmbuild /usr/bin/copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9063706 Version: 1.3 PID: 8624 Logging PID: 8625 Task: {'appstream': False, 'background': True, 'build_id': 9063706, 'chroot': 'fedora-42-x86_64', 'package_name': 'postgresql-jdbc', 'project_dirname': 'pgjdbc-ci', 'project_name': 'pgjdbc-ci', 'project_owner': '@pgjdbc', 'repos': [], 'sandbox': '@pgjdbc/pgjdbc-ci--77564a42-1653-4f26-83e2-4a114a2178c9', 'source_json': {'builddeps': 'git java-21-openjdk-devel python-unversioned-command', 'chroot': 'fedora-42-x86_64', 'hook_data': True, 'repos': '', 'resultdir': 'srpm_results', 'script': '#! /bin/bash -x\n' '\n' '# Prepare the source RPM tarball in Fedora Copr build system. This script\n' "# shouldn'ลง be executed on a localhost.\n" '\n' 'set -e\n' 'set -o pipefail\n' '\n' 'clone_url_parent=https://github.com/pgjdbc/pgjdbc.git\n' '\n' 'workdir=$(basename "$clone_url_parent")\n' 'workdir=${workdir%%.git}\n' '\n' 'hook_payload=$(readlink -f "${HOOK_PAYLOAD-hook_payload}")\n' '\n' 'mkdir -p "$COPR_RESULTDIR"\n' 'resultdir=$(readlink -f "$COPR_RESULTDIR")\n' '\n' '# clone the helper scripts when needed, and add to PATH\n' 'test -d copr-ci-tooling \\\n' ' || git clone --depth 1 https://github.com/praiskup/copr-ci-tooling.git\n' 'export PATH="$PWD/copr-ci-tooling:$PATH"\n' '\n' '# clone the tested project\n' 'git clone \\\n' ' --recursive \\\n' ' --no-single-branch \\\n' ' "$clone_url_parent"\n' '\n' '# checkout requested revision\n' 'cd "$workdir"\n' '\n' 'test -f "$hook_payload" && webhook-checkout "$hook_payload"\n' '\n' '# generate source tarball\n' './gradlew :postgresql:sourceDistribution -Prelease -PjdkBuildVersion=21\n' '\n' 'project_version=$(grep pgjdbc.version gradle.properties | cut -d "=" -f2-)\n' 'cp pgjdbc/build/distributions/postgresql-$project_version-jdbc-src.tar.gz "$resultdir"\n' '\n' 'git_rev=$(git rev-parse --short=7 HEAD)\n' 'date_rev=$(date +%Y%m%d_%H%M%S)\n' 'release=${date_rev}.git$git_rev\n' '\n' 'cd packaging/rpm\n' '\n' 'spec=postgresql-jdbc.spec\n' 'sed -e "s!^Release:.*\\$!Release: 1.$release%{?dist}!" \\\n' ' -e "s!^Version:.*\\$!Version: $project_version!" \\\n' ' "$spec.tpl" > "$spec"\n' '\n' 'cp "$spec" "$resultdir"\n', 'tmp': 'tmpwhojeszm'}, 'source_type': 9, 'submitter': None, 'task_id': '9063706'} Running (timeout=5400): unbuffer copr-sources-custom --workdir /workdir --mock-config /var/lib/copr-rpmbuild/results/mock-config.cfg --script /var/lib/copr-rpmbuild/workspace/workdir-042266uu/script --builddeps 'git java-21-openjdk-devel python-unversioned-command' --hook-payload-file /var/lib/copr-rpmbuild/results/hook_payload --resultdir srpm_results --env COPR_OWNER=@pgjdbc --env COPR_PROJECT=pgjdbc-ci --env COPR_PACKAGE=postgresql-jdbc INFO:__main__:Working in '/workdir' INFO:__main__:Results should be created in '/workdir/srpm_results' INFO:__main__:running command: mock -r /var/lib/copr-rpmbuild/results/mock-config.cfg --init INFO: mock.py version 6.1 starting (python version = 3.13.0, NVR = mock-6.1-1.fc41), args: /usr/libexec/mock/mock -r /var/lib/copr-rpmbuild/results/mock-config.cfg --init Start(bootstrap): init plugins INFO: tmpfs initialized INFO: selinux enabled INFO: chroot_scan: initialized INFO: compress_logs: initialized Finish(bootstrap): init plugins Start: init plugins INFO: tmpfs initialized INFO: selinux enabled INFO: chroot_scan: initialized INFO: compress_logs: initialized Finish: init plugins INFO: Signal handler active Start: run Start: clean chroot Finish: clean chroot Mock Version: 6.1 INFO: Mock Version: 6.1 Start(bootstrap): chroot init INFO: mounting tmpfs at /var/lib/mock/copr-custom-fedora-42-x86_64-bootstrap/root. INFO: calling preinit hooks INFO: enabled root cache INFO: enabled package manager cache Start(bootstrap): cleaning package manager metadata Finish(bootstrap): cleaning package manager metadata INFO: Guessed host environment type: unknown INFO: Using container image: registry.fedoraproject.org/fedora:42 INFO: Pulling image: registry.fedoraproject.org/fedora:42 INFO: Tagging container image as mock-bootstrap-a908224f-6aaa-4f56-9c98-1c2d4b4fc5b0 INFO: Checking that ef0e6b0e5f754acffe63bc664a69c6be9afda1152c3cf1633640e29965ec4648 image matches host's architecture INFO: Copy content of container ef0e6b0e5f754acffe63bc664a69c6be9afda1152c3cf1633640e29965ec4648 to /var/lib/mock/copr-custom-fedora-42-x86_64-bootstrap/root INFO: mounting ef0e6b0e5f754acffe63bc664a69c6be9afda1152c3cf1633640e29965ec4648 with podman image mount INFO: image ef0e6b0e5f754acffe63bc664a69c6be9afda1152c3cf1633640e29965ec4648 as /var/lib/containers/storage/overlay/ccb502582b8d32af266ec88428d9d563ab3c3aeaa86bcd142f3489c556a23f07/merged INFO: umounting image ef0e6b0e5f754acffe63bc664a69c6be9afda1152c3cf1633640e29965ec4648 (/var/lib/containers/storage/overlay/ccb502582b8d32af266ec88428d9d563ab3c3aeaa86bcd142f3489c556a23f07/merged) with podman image umount INFO: Removing image mock-bootstrap-a908224f-6aaa-4f56-9c98-1c2d4b4fc5b0 INFO: Package manager dnf5 detected and used (fallback) INFO: Not updating bootstrap chroot, bootstrap_image_ready=True Start(bootstrap): creating root cache Finish(bootstrap): creating root cache Finish(bootstrap): chroot init Start: chroot init INFO: mounting tmpfs at /var/lib/mock/copr-custom-fedora-42-x86_64/root. INFO: calling preinit hooks INFO: enabled root cache INFO: enabled package manager cache Start: cleaning package manager metadata Finish: cleaning package manager metadata INFO: enabled HW Info plugin INFO: Package manager dnf5 detected and used (direct choice) Start: installing minimal buildroot with dnf5 Updating and loading repositories: updates 100% | 10.8 MiB/s | 5.3 MiB | 00m00s fedora 100% | 22.0 MiB/s | 35.4 MiB | 00m02s Repositories loaded. Package Arch Version Repository Size Installing group/module packages: bash x86_64 5.2.37-1.fc42 fedora 8.2 MiB bzip2 x86_64 1.0.8-20.fc42 fedora 99.3 KiB coreutils x86_64 9.6-2.fc42 fedora 5.5 MiB cpio x86_64 2.15-4.fc42 fedora 1.1 MiB diffutils x86_64 3.12-1.fc42 updates 1.6 MiB fedora-release-common noarch 42-26 updates 20.2 KiB findutils x86_64 1:4.10.0-5.fc42 fedora 1.9 MiB gawk x86_64 5.3.1-1.fc42 fedora 1.7 MiB glibc-minimal-langpack x86_64 2.41-5.fc42 updates 0.0 B grep x86_64 3.11-10.fc42 fedora 1.0 MiB gzip x86_64 1.13-3.fc42 fedora 392.9 KiB info x86_64 7.2-3.fc42 fedora 357.9 KiB patch x86_64 2.8-1.fc42 updates 222.8 KiB redhat-rpm-config noarch 342-4.fc42 updates 185.5 KiB rpm-build x86_64 4.20.1-1.fc42 fedora 168.7 KiB sed x86_64 4.9-4.fc42 fedora 857.3 KiB shadow-utils x86_64 2:4.17.4-1.fc42 fedora 4.0 MiB tar x86_64 2:1.35-5.fc42 fedora 3.0 MiB unzip x86_64 6.0-66.fc42 fedora 390.3 KiB util-linux x86_64 2.40.4-7.fc42 fedora 3.4 MiB which x86_64 2.23-1.fc42 fedora 83.4 KiB xz x86_64 1:5.8.1-2.fc42 updates 1.3 MiB Installing dependencies: add-determinism x86_64 0.6.0-1.fc42 fedora 2.5 MiB alternatives x86_64 1.33-1.fc42 updates 62.2 KiB ansible-srpm-macros noarch 1-17.1.fc42 fedora 35.7 KiB audit-libs x86_64 4.0.3-2.fc42 fedora 351.3 KiB basesystem noarch 11-22.fc42 fedora 0.0 B binutils x86_64 2.44-3.fc42 fedora 25.9 MiB build-reproducibility-srpm-macros noarch 0.6.0-1.fc42 fedora 735.0 B bzip2-libs x86_64 1.0.8-20.fc42 fedora 84.6 KiB ca-certificates noarch 2024.2.69_v8.0.401-6.fc42 updates 2.6 MiB coreutils-common x86_64 9.6-2.fc42 fedora 11.1 MiB crypto-policies noarch 20250214-1.gitff7551b.fc42 fedora 137.2 KiB curl x86_64 8.11.1-4.fc42 fedora 450.6 KiB cyrus-sasl-lib x86_64 2.1.28-30.fc42 fedora 2.3 MiB debugedit x86_64 5.1-6.fc42 updates 192.7 KiB dwz x86_64 0.15-9.fc42 fedora 291.0 KiB ed x86_64 1.21-2.fc42 fedora 146.5 KiB efi-srpm-macros noarch 6-3.fc42 updates 40.1 KiB elfutils x86_64 0.193-2.fc42 updates 2.9 MiB elfutils-debuginfod-client x86_64 0.193-2.fc42 updates 83.9 KiB elfutils-default-yama-scope noarch 0.193-2.fc42 updates 1.8 KiB elfutils-libelf x86_64 0.193-2.fc42 updates 1.2 MiB elfutils-libs x86_64 0.193-2.fc42 updates 683.4 KiB fedora-gpg-keys noarch 42-1 fedora 128.2 KiB fedora-release noarch 42-26 updates 0.0 B fedora-release-identity-basic noarch 42-26 updates 674.0 B fedora-repos noarch 42-1 fedora 4.9 KiB file x86_64 5.46-1.fc42 fedora 100.2 KiB file-libs x86_64 5.46-1.fc42 fedora 11.9 MiB filesystem x86_64 3.18-42.fc42 updates 112.0 B filesystem-srpm-macros noarch 3.18-42.fc42 updates 38.2 KiB fonts-srpm-macros noarch 1:2.0.5-21.fc42 fedora 55.8 KiB forge-srpm-macros noarch 0.4.0-2.fc42 fedora 38.9 KiB fpc-srpm-macros noarch 1.3-14.fc42 fedora 144.0 B gdb-minimal x86_64 16.3-1.fc42 updates 13.2 MiB gdbm-libs x86_64 1:1.23-9.fc42 fedora 129.9 KiB ghc-srpm-macros noarch 1.9.2-2.fc42 fedora 779.0 B glibc x86_64 2.41-5.fc42 updates 6.6 MiB glibc-common x86_64 2.41-5.fc42 updates 1.0 MiB glibc-gconv-extra x86_64 2.41-5.fc42 updates 7.2 MiB gmp x86_64 1:6.3.0-4.fc42 fedora 811.3 KiB gnat-srpm-macros noarch 6-7.fc42 fedora 1.0 KiB go-srpm-macros noarch 3.6.0-6.fc42 fedora 60.8 KiB jansson x86_64 2.14-2.fc42 fedora 93.1 KiB json-c x86_64 0.18-2.fc42 fedora 86.7 KiB kernel-srpm-macros noarch 1.0-25.fc42 fedora 1.9 KiB keyutils-libs x86_64 1.6.3-5.fc42 fedora 58.3 KiB krb5-libs x86_64 1.21.3-5.fc42 fedora 2.3 MiB libacl x86_64 2.3.2-3.fc42 fedora 38.3 KiB libarchive x86_64 3.7.7-4.fc42 fedora 930.6 KiB libattr x86_64 2.5.2-5.fc42 fedora 27.1 KiB libblkid x86_64 2.40.4-7.fc42 fedora 262.4 KiB libbrotli x86_64 1.1.0-6.fc42 fedora 841.3 KiB libcap x86_64 2.73-2.fc42 fedora 207.1 KiB libcap-ng x86_64 0.8.5-4.fc42 fedora 72.9 KiB libcom_err x86_64 1.47.2-3.fc42 fedora 67.1 KiB libcurl x86_64 8.11.1-4.fc42 fedora 842.1 KiB libeconf x86_64 0.7.6-1.fc42 fedora 64.6 KiB libevent x86_64 2.1.12-15.fc42 fedora 903.1 KiB libfdisk x86_64 2.40.4-7.fc42 fedora 372.3 KiB libffi x86_64 3.4.6-5.fc42 fedora 82.3 KiB libgcc x86_64 15.1.1-1.fc42 updates 266.6 KiB libgomp x86_64 15.1.1-1.fc42 updates 538.5 KiB libidn2 x86_64 2.3.8-1.fc42 fedora 556.5 KiB libmount x86_64 2.40.4-7.fc42 fedora 356.3 KiB libnghttp2 x86_64 1.64.0-3.fc42 fedora 170.4 KiB libpkgconf x86_64 2.3.0-2.fc42 fedora 78.1 KiB libpsl x86_64 0.21.5-5.fc42 fedora 76.4 KiB libselinux x86_64 3.8-1.fc42 fedora 193.1 KiB libsemanage x86_64 3.8-1.fc42 fedora 308.4 KiB libsepol x86_64 3.8-1.fc42 fedora 826.0 KiB libsmartcols x86_64 2.40.4-7.fc42 fedora 180.4 KiB libssh x86_64 0.11.1-4.fc42 fedora 565.5 KiB libssh-config noarch 0.11.1-4.fc42 fedora 277.0 B libstdc++ x86_64 15.1.1-1.fc42 updates 2.8 MiB libtasn1 x86_64 4.20.0-1.fc42 fedora 176.3 KiB libtool-ltdl x86_64 2.5.4-4.fc42 fedora 70.1 KiB libunistring x86_64 1.1-9.fc42 fedora 1.7 MiB libuuid x86_64 2.40.4-7.fc42 fedora 37.3 KiB libverto x86_64 0.3.2-10.fc42 fedora 25.4 KiB libxcrypt x86_64 4.4.38-7.fc42 updates 284.5 KiB libxml2 x86_64 2.12.10-1.fc42 fedora 1.7 MiB libzstd x86_64 1.5.7-1.fc42 fedora 807.8 KiB lua-libs x86_64 5.4.7-3.fc42 fedora 280.8 KiB lua-srpm-macros noarch 1-15.fc42 fedora 1.3 KiB lz4-libs x86_64 1.10.0-2.fc42 fedora 157.4 KiB mpfr x86_64 4.2.2-1.fc42 fedora 828.8 KiB ncurses-base noarch 6.5-5.20250125.fc42 fedora 326.8 KiB ncurses-libs x86_64 6.5-5.20250125.fc42 fedora 946.3 KiB ocaml-srpm-macros noarch 10-4.fc42 fedora 1.9 KiB openblas-srpm-macros noarch 2-19.fc42 fedora 112.0 B openldap x86_64 2.6.9-3.fc42 fedora 655.1 KiB openssl-libs x86_64 1:3.2.4-3.fc42 fedora 7.8 MiB p11-kit x86_64 0.25.5-5.fc42 fedora 2.2 MiB p11-kit-trust x86_64 0.25.5-5.fc42 fedora 395.5 KiB package-notes-srpm-macros noarch 0.5-13.fc42 fedora 1.6 KiB pam-libs x86_64 1.7.0-5.fc42 updates 126.7 KiB pcre2 x86_64 10.45-1.fc42 fedora 697.7 KiB pcre2-syntax noarch 10.45-1.fc42 fedora 273.9 KiB perl-srpm-macros noarch 1-57.fc42 fedora 861.0 B pkgconf x86_64 2.3.0-2.fc42 fedora 88.5 KiB pkgconf-m4 noarch 2.3.0-2.fc42 fedora 14.4 KiB pkgconf-pkg-config x86_64 2.3.0-2.fc42 fedora 989.0 B popt x86_64 1.19-8.fc42 fedora 132.8 KiB publicsuffix-list-dafsa noarch 20250116-1.fc42 fedora 68.5 KiB pyproject-srpm-macros noarch 1.18.1-1.fc42 fedora 1.9 KiB python-srpm-macros noarch 3.13-4.fc42 fedora 51.0 KiB qt5-srpm-macros noarch 5.15.15-1.fc42 fedora 500.0 B qt6-srpm-macros noarch 6.9.0-2.fc42 updates 464.0 B readline x86_64 8.2-13.fc42 fedora 485.0 KiB rpm x86_64 4.20.1-1.fc42 fedora 3.1 MiB rpm-build-libs x86_64 4.20.1-1.fc42 fedora 206.6 KiB rpm-libs x86_64 4.20.1-1.fc42 fedora 721.8 KiB rpm-sequoia x86_64 1.7.0-5.fc42 fedora 2.4 MiB rust-srpm-macros noarch 26.3-4.fc42 fedora 4.8 KiB setup noarch 2.15.0-13.fc42 fedora 720.9 KiB sqlite-libs x86_64 3.47.2-2.fc42 fedora 1.5 MiB systemd-libs x86_64 257.5-6.fc42 updates 2.2 MiB systemd-standalone-sysusers x86_64 257.5-6.fc42 updates 277.3 KiB tree-sitter-srpm-macros noarch 0.1.0-8.fc42 fedora 6.5 KiB util-linux-core x86_64 2.40.4-7.fc42 fedora 1.4 MiB xxhash-libs x86_64 0.8.3-2.fc42 fedora 90.2 KiB xz-libs x86_64 1:5.8.1-2.fc42 updates 217.8 KiB zig-srpm-macros noarch 1-4.fc42 fedora 1.1 KiB zip x86_64 3.0-43.fc42 fedora 698.5 KiB zlib-ng-compat x86_64 2.2.4-3.fc42 fedora 137.6 KiB zstd x86_64 1.5.7-1.fc42 fedora 1.7 MiB Installing groups: Buildsystem building group Transaction Summary: Installing: 148 packages Total size of inbound packages is 52 MiB. Need to download 52 MiB. After this operation, 177 MiB extra will be used (install 177 MiB, remove 0 B). [ 1/148] bzip2-0:1.0.8-20.fc42.x86_64 100% | 269.8 KiB/s | 52.1 KiB | 00m00s [ 2/148] cpio-0:2.15-4.fc42.x86_64 100% | 2.4 MiB/s | 294.6 KiB | 00m00s [ 3/148] coreutils-0:9.6-2.fc42.x86_64 100% | 3.4 MiB/s | 1.2 MiB | 00m00s [ 4/148] bash-0:5.2.37-1.fc42.x86_64 100% | 5.0 MiB/s | 1.8 MiB | 00m00s [ 5/148] grep-0:3.11-10.fc42.x86_64 100% | 7.7 MiB/s | 300.1 KiB | 00m00s [ 6/148] findutils-1:4.10.0-5.fc42.x86 100% | 6.7 MiB/s | 551.5 KiB | 00m00s [ 7/148] gzip-0:1.13-3.fc42.x86_64 100% | 4.9 MiB/s | 170.4 KiB | 00m00s [ 8/148] info-0:7.2-3.fc42.x86_64 100% | 5.0 MiB/s | 183.8 KiB | 00m00s [ 9/148] rpm-build-0:4.20.1-1.fc42.x86 100% | 2.2 MiB/s | 81.8 KiB | 00m00s [ 10/148] sed-0:4.9-4.fc42.x86_64 100% | 8.6 MiB/s | 317.3 KiB | 00m00s [ 11/148] unzip-0:6.0-66.fc42.x86_64 100% | 5.0 MiB/s | 184.6 KiB | 00m00s [ 12/148] shadow-utils-2:4.17.4-1.fc42. 100% | 21.3 MiB/s | 1.3 MiB | 00m00s [ 13/148] tar-2:1.35-5.fc42.x86_64 100% | 13.8 MiB/s | 862.5 KiB | 00m00s [ 14/148] which-0:2.23-1.fc42.x86_64 100% | 1.2 MiB/s | 41.7 KiB | 00m00s [ 15/148] gawk-0:5.3.1-1.fc42.x86_64 100% | 23.0 MiB/s | 1.1 MiB | 00m00s [ 16/148] fedora-release-common-0:42-26 100% | 209.3 KiB/s | 25.5 KiB | 00m00s [ 17/148] patch-0:2.8-1.fc42.x86_64 100% | 945.8 KiB/s | 113.5 KiB | 00m00s [ 18/148] glibc-minimal-langpack-0:2.41 100% | 584.5 KiB/s | 115.7 KiB | 00m00s [ 19/148] diffutils-0:3.12-1.fc42.x86_6 100% | 1.4 MiB/s | 392.6 KiB | 00m00s [ 20/148] redhat-rpm-config-0:342-4.fc4 100% | 1.5 MiB/s | 81.1 KiB | 00m00s [ 21/148] util-linux-0:2.40.4-7.fc42.x8 100% | 24.1 MiB/s | 1.2 MiB | 00m00s [ 22/148] bzip2-libs-0:1.0.8-20.fc42.x8 100% | 1.3 MiB/s | 43.6 KiB | 00m00s [ 23/148] ncurses-libs-0:6.5-5.20250125 100% | 8.0 MiB/s | 335.0 KiB | 00m00s [ 24/148] xz-1:5.8.1-2.fc42.x86_64 100% | 6.6 MiB/s | 572.6 KiB | 00m00s [ 25/148] gmp-1:6.3.0-4.fc42.x86_64 100% | 7.6 MiB/s | 317.7 KiB | 00m00s [ 26/148] libacl-0:2.3.2-3.fc42.x86_64 100% | 697.2 KiB/s | 23.0 KiB | 00m00s [ 27/148] coreutils-common-0:9.6-2.fc42 100% | 34.8 MiB/s | 2.1 MiB | 00m00s [ 28/148] libattr-0:2.5.2-5.fc42.x86_64 100% | 517.7 KiB/s | 17.1 KiB | 00m00s [ 29/148] libcap-0:2.73-2.fc42.x86_64 100% | 2.4 MiB/s | 84.3 KiB | 00m00s [ 30/148] libselinux-0:3.8-1.fc42.x86_6 100% | 2.9 MiB/s | 97.1 KiB | 00m00s [ 31/148] pcre2-0:10.45-1.fc42.x86_64 100% | 7.1 MiB/s | 262.8 KiB | 00m00s [ 32/148] file-0:5.46-1.fc42.x86_64 100% | 1.4 MiB/s | 48.7 KiB | 00m00s [ 33/148] libarchive-0:3.7.7-4.fc42.x86 100% | 10.3 MiB/s | 411.8 KiB | 00m00s [ 34/148] popt-0:1.19-8.fc42.x86_64 100% | 1.9 MiB/s | 65.9 KiB | 00m00s [ 35/148] openssl-libs-1:3.2.4-3.fc42.x 100% | 25.0 MiB/s | 2.3 MiB | 00m00s [ 36/148] readline-0:8.2-13.fc42.x86_64 100% | 5.8 MiB/s | 215.2 KiB | 00m00s [ 37/148] rpm-0:4.20.1-1.fc42.x86_64 100% | 13.1 MiB/s | 548.4 KiB | 00m00s [ 38/148] rpm-build-libs-0:4.20.1-1.fc4 100% | 2.9 MiB/s | 99.7 KiB | 00m00s [ 39/148] rpm-libs-0:4.20.1-1.fc42.x86_ 100% | 8.7 MiB/s | 312.0 KiB | 00m00s [ 40/148] audit-libs-0:4.0.3-2.fc42.x86 100% | 3.5 MiB/s | 125.3 KiB | 00m00s [ 41/148] zstd-0:1.5.7-1.fc42.x86_64 100% | 12.5 MiB/s | 485.9 KiB | 00m00s [ 42/148] libeconf-0:0.7.6-1.fc42.x86_6 100% | 1.0 MiB/s | 35.2 KiB | 00m00s [ 43/148] libsemanage-0:3.8-1.fc42.x86_ 100% | 3.5 MiB/s | 123.6 KiB | 00m00s [ 44/148] setup-0:2.15.0-13.fc42.noarch 100% | 4.3 MiB/s | 155.8 KiB | 00m00s [ 45/148] fedora-repos-0:42-1.noarch 100% | 288.3 KiB/s | 9.2 KiB | 00m00s [ 46/148] mpfr-0:4.2.2-1.fc42.x86_64 100% | 8.9 MiB/s | 345.3 KiB | 00m00s [ 47/148] glibc-common-0:2.41-5.fc42.x8 100% | 8.0 MiB/s | 402.2 KiB | 00m00s [ 48/148] ed-0:1.21-2.fc42.x86_64 100% | 2.4 MiB/s | 82.0 KiB | 00m00s [ 49/148] ansible-srpm-macros-0:1-17.1. 100% | 597.5 KiB/s | 20.3 KiB | 00m00s [ 50/148] build-reproducibility-srpm-ma 100% | 365.1 KiB/s | 11.7 KiB | 00m00s [ 51/148] dwz-0:0.15-9.fc42.x86_64 100% | 3.9 MiB/s | 135.7 KiB | 00m00s [ 52/148] fonts-srpm-macros-1:2.0.5-21. 100% | 821.1 KiB/s | 27.1 KiB | 00m00s [ 53/148] forge-srpm-macros-0:0.4.0-2.f 100% | 601.5 KiB/s | 19.9 KiB | 00m00s [ 54/148] fpc-srpm-macros-0:1.3-14.fc42 100% | 250.6 KiB/s | 8.0 KiB | 00m00s [ 55/148] ghc-srpm-macros-0:1.9.2-2.fc4 100% | 277.5 KiB/s | 9.2 KiB | 00m00s [ 56/148] gnat-srpm-macros-0:6-7.fc42.n 100% | 269.1 KiB/s | 8.6 KiB | 00m00s [ 57/148] go-srpm-macros-0:3.6.0-6.fc42 100% | 838.1 KiB/s | 27.7 KiB | 00m00s [ 58/148] kernel-srpm-macros-0:1.0-25.f 100% | 299.1 KiB/s | 9.9 KiB | 00m00s [ 59/148] lua-srpm-macros-0:1-15.fc42.n 100% | 278.7 KiB/s | 8.9 KiB | 00m00s [ 60/148] ocaml-srpm-macros-0:10-4.fc42 100% | 287.7 KiB/s | 9.2 KiB | 00m00s [ 61/148] openblas-srpm-macros-0:2-19.f 100% | 235.3 KiB/s | 7.8 KiB | 00m00s [ 62/148] package-notes-srpm-macros-0:0 100% | 289.4 KiB/s | 9.3 KiB | 00m00s [ 63/148] perl-srpm-macros-0:1-57.fc42. 100% | 265.8 KiB/s | 8.5 KiB | 00m00s [ 64/148] pyproject-srpm-macros-0:1.18. 100% | 419.9 KiB/s | 13.9 KiB | 00m00s [ 65/148] python-srpm-macros-0:3.13-4.f 100% | 696.3 KiB/s | 23.0 KiB | 00m00s [ 66/148] qt5-srpm-macros-0:5.15.15-1.f 100% | 278.1 KiB/s | 8.9 KiB | 00m00s [ 67/148] rust-srpm-macros-0:26.3-4.fc4 100% | 354.7 KiB/s | 11.7 KiB | 00m00s [ 68/148] tree-sitter-srpm-macros-0:0.1 100% | 351.0 KiB/s | 11.2 KiB | 00m00s [ 69/148] zig-srpm-macros-0:1-4.fc42.no 100% | 257.6 KiB/s | 8.2 KiB | 00m00s [ 70/148] zip-0:3.0-43.fc42.x86_64 100% | 7.1 MiB/s | 263.5 KiB | 00m00s [ 71/148] libblkid-0:2.40.4-7.fc42.x86_ 100% | 3.5 MiB/s | 122.5 KiB | 00m00s [ 72/148] libcap-ng-0:0.8.5-4.fc42.x86_ 100% | 974.8 KiB/s | 32.2 KiB | 00m00s [ 73/148] libfdisk-0:2.40.4-7.fc42.x86_ 100% | 4.4 MiB/s | 158.5 KiB | 00m00s [ 74/148] libmount-0:2.40.4-7.fc42.x86_ 100% | 4.3 MiB/s | 155.1 KiB | 00m00s [ 75/148] libsmartcols-0:2.40.4-7.fc42. 100% | 2.4 MiB/s | 81.2 KiB | 00m00s [ 76/148] libuuid-0:2.40.4-7.fc42.x86_6 100% | 767.8 KiB/s | 25.3 KiB | 00m00s [ 77/148] zlib-ng-compat-0:2.2.4-3.fc42 100% | 2.3 MiB/s | 78.4 KiB | 00m00s [ 78/148] util-linux-core-0:2.40.4-7.fc 100% | 12.6 MiB/s | 529.2 KiB | 00m00s [ 79/148] xz-libs-1:5.8.1-2.fc42.x86_64 100% | 2.8 MiB/s | 113.0 KiB | 00m00s [ 80/148] ncurses-base-0:6.5-5.20250125 100% | 2.6 MiB/s | 88.1 KiB | 00m00s [ 81/148] libsepol-0:3.8-1.fc42.x86_64 100% | 9.2 MiB/s | 348.9 KiB | 00m00s [ 82/148] crypto-policies-0:20250214-1. 100% | 2.8 MiB/s | 98.7 KiB | 00m00s [ 83/148] pcre2-syntax-0:10.45-1.fc42.n 100% | 4.6 MiB/s | 161.7 KiB | 00m00s [ 84/148] file-libs-0:5.46-1.fc42.x86_6 100% | 20.2 MiB/s | 849.4 KiB | 00m00s [ 85/148] libzstd-0:1.5.7-1.fc42.x86_64 100% | 8.3 MiB/s | 314.8 KiB | 00m00s [ 86/148] libxml2-0:2.12.10-1.fc42.x86_ 100% | 15.2 MiB/s | 683.7 KiB | 00m00s [ 87/148] lz4-libs-0:1.10.0-2.fc42.x86_ 100% | 2.2 MiB/s | 78.1 KiB | 00m00s [ 88/148] curl-0:8.11.1-4.fc42.x86_64 100% | 6.2 MiB/s | 222.4 KiB | 00m00s [ 89/148] lua-libs-0:5.4.7-3.fc42.x86_6 100% | 3.7 MiB/s | 132.8 KiB | 00m00s [ 90/148] rpm-sequoia-0:1.7.0-5.fc42.x8 100% | 21.2 MiB/s | 911.1 KiB | 00m00s [ 91/148] fedora-gpg-keys-0:42-1.noarch 100% | 3.8 MiB/s | 135.6 KiB | 00m00s [ 92/148] sqlite-libs-0:3.47.2-2.fc42.x 100% | 17.5 MiB/s | 734.8 KiB | 00m00s [ 93/148] add-determinism-0:0.6.0-1.fc4 100% | 21.4 MiB/s | 918.3 KiB | 00m00s [ 94/148] basesystem-0:11-22.fc42.noarc 100% | 227.8 KiB/s | 7.3 KiB | 00m00s [ 95/148] glibc-0:2.41-5.fc42.x86_64 100% | 20.7 MiB/s | 2.3 MiB | 00m00s [ 96/148] libgcc-0:15.1.1-1.fc42.x86_64 100% | 1.9 MiB/s | 126.5 KiB | 00m00s [ 97/148] libstdc++-0:15.1.1-1.fc42.x86 100% | 18.9 MiB/s | 911.3 KiB | 00m00s [ 98/148] glibc-gconv-extra-0:2.41-5.fc 100% | 9.0 MiB/s | 1.7 MiB | 00m00s [ 99/148] libxcrypt-0:4.4.38-7.fc42.x86 100% | 3.3 MiB/s | 127.2 KiB | 00m00s [100/148] pam-libs-0:1.7.0-5.fc42.x86_6 100% | 1.5 MiB/s | 57.7 KiB | 00m00s [101/148] systemd-libs-0:257.5-6.fc42.x 100% | 16.2 MiB/s | 812.0 KiB | 00m00s [102/148] elfutils-libelf-0:0.193-2.fc4 100% | 5.2 MiB/s | 207.8 KiB | 00m00s [103/148] elfutils-libs-0:0.193-2.fc42. 100% | 6.6 MiB/s | 270.2 KiB | 00m00s [104/148] filesystem-0:3.18-42.fc42.x86 100% | 8.0 MiB/s | 1.3 MiB | 00m00s [105/148] elfutils-0:0.193-2.fc42.x86_6 100% | 13.0 MiB/s | 571.4 KiB | 00m00s [106/148] elfutils-debuginfod-client-0: 100% | 1.2 MiB/s | 46.9 KiB | 00m00s [107/148] json-c-0:0.18-2.fc42.x86_64 100% | 1.3 MiB/s | 44.9 KiB | 00m00s [108/148] debugedit-0:5.1-6.fc42.x86_64 100% | 1.9 MiB/s | 78.8 KiB | 00m00s [109/148] libgomp-0:15.1.1-1.fc42.x86_6 100% | 7.9 MiB/s | 363.1 KiB | 00m00s [110/148] jansson-0:2.14-2.fc42.x86_64 100% | 1.3 MiB/s | 45.7 KiB | 00m00s [111/148] pkgconf-pkg-config-0:2.3.0-2. 100% | 300.8 KiB/s | 9.9 KiB | 00m00s [112/148] binutils-0:2.44-3.fc42.x86_64 100% | 58.7 MiB/s | 5.8 MiB | 00m00s [113/148] pkgconf-0:2.3.0-2.fc42.x86_64 100% | 1.3 MiB/s | 44.9 KiB | 00m00s [114/148] pkgconf-m4-0:2.3.0-2.fc42.noa 100% | 444.9 KiB/s | 14.2 KiB | 00m00s [115/148] libpkgconf-0:2.3.0-2.fc42.x86 100% | 1.1 MiB/s | 38.4 KiB | 00m00s [116/148] alternatives-0:1.33-1.fc42.x8 100% | 1.0 MiB/s | 40.5 KiB | 00m00s [117/148] ca-certificates-0:2024.2.69_v 100% | 19.6 MiB/s | 944.7 KiB | 00m00s [118/148] efi-srpm-macros-0:6-3.fc42.no 100% | 607.9 KiB/s | 22.5 KiB | 00m00s [119/148] filesystem-srpm-macros-0:3.18 100% | 696.9 KiB/s | 25.8 KiB | 00m00s [120/148] qt6-srpm-macros-0:6.9.0-2.fc4 100% | 253.6 KiB/s | 9.4 KiB | 00m00s [121/148] elfutils-default-yama-scope-0 100% | 340.1 KiB/s | 12.6 KiB | 00m00s [122/148] libffi-0:3.4.6-5.fc42.x86_64 100% | 1.2 MiB/s | 39.9 KiB | 00m00s [123/148] p11-kit-0:0.25.5-5.fc42.x86_6 100% | 12.6 MiB/s | 491.7 KiB | 00m00s [124/148] libtasn1-0:4.20.0-1.fc42.x86_ 100% | 2.2 MiB/s | 75.0 KiB | 00m00s [125/148] p11-kit-trust-0:0.25.5-5.fc42 100% | 3.8 MiB/s | 132.6 KiB | 00m00s [126/148] fedora-release-0:42-26.noarch 100% | 281.0 KiB/s | 14.6 KiB | 00m00s [127/148] systemd-standalone-sysusers-0 100% | 3.5 MiB/s | 157.1 KiB | 00m00s [128/148] xxhash-libs-0:0.8.3-2.fc42.x8 100% | 1.2 MiB/s | 39.1 KiB | 00m00s [129/148] libcurl-0:8.11.1-4.fc42.x86_6 100% | 9.9 MiB/s | 376.9 KiB | 00m00s [130/148] libbrotli-0:1.1.0-6.fc42.x86_ 100% | 5.4 MiB/s | 339.8 KiB | 00m00s [131/148] libidn2-0:2.3.8-1.fc42.x86_64 100% | 4.9 MiB/s | 174.8 KiB | 00m00s [132/148] gdb-minimal-0:16.3-1.fc42.x86 100% | 25.5 MiB/s | 4.4 MiB | 00m00s [133/148] krb5-libs-0:1.21.3-5.fc42.x86 100% | 5.5 MiB/s | 764.7 KiB | 00m00s [134/148] libnghttp2-0:1.64.0-3.fc42.x8 100% | 2.2 MiB/s | 77.7 KiB | 00m00s [135/148] libpsl-0:0.21.5-5.fc42.x86_64 100% | 1.9 MiB/s | 64.0 KiB | 00m00s [136/148] libssh-0:0.11.1-4.fc42.x86_64 100% | 6.5 MiB/s | 233.3 KiB | 00m00s [137/148] openldap-0:2.6.9-3.fc42.x86_6 100% | 7.1 MiB/s | 260.2 KiB | 00m00s [138/148] keyutils-libs-0:1.6.3-5.fc42. 100% | 955.6 KiB/s | 31.5 KiB | 00m00s [139/148] libcom_err-0:1.47.2-3.fc42.x8 100% | 816.0 KiB/s | 26.9 KiB | 00m00s [140/148] libverto-0:0.3.2-10.fc42.x86_ 100% | 630.3 KiB/s | 20.8 KiB | 00m00s [141/148] libunistring-0:1.1-9.fc42.x86 100% | 12.9 MiB/s | 542.5 KiB | 00m00s [142/148] publicsuffix-list-dafsa-0:202 100% | 1.7 MiB/s | 58.8 KiB | 00m00s [143/148] libssh-config-0:0.11.1-4.fc42 100% | 272.8 KiB/s | 9.0 KiB | 00m00s [144/148] cyrus-sasl-lib-0:2.1.28-30.fc 100% | 17.2 MiB/s | 793.5 KiB | 00m00s [145/148] libevent-0:2.1.12-15.fc42.x86 100% | 7.3 MiB/s | 260.2 KiB | 00m00s [146/148] libtool-ltdl-0:2.5.4-4.fc42.x 100% | 1.1 MiB/s | 36.2 KiB | 00m00s [147/148] gdbm-libs-1:1.23-9.fc42.x86_6 100% | 1.7 MiB/s | 57.0 KiB | 00m00s [148/148] fedora-release-identity-basic 100% | 367.0 KiB/s | 15.4 KiB | 00m00s -------------------------------------------------------------------------------- [148/148] Total 100% | 19.3 MiB/s | 52.3 MiB | 00m03s Running transaction Importing OpenPGP key 0x105EF944: UserID : "Fedora (42) " Fingerprint: B0F4950458F69E1150C6C5EDC8AC4916105EF944 From : file:///usr/share/distribution-gpg-keys/fedora/RPM-GPG-KEY-fedora-42-primary The key was successfully imported. [ 1/150] Verify package files 100% | 721.0 B/s | 148.0 B | 00m00s [ 2/150] Prepare transaction 100% | 1.8 KiB/s | 148.0 B | 00m00s [ 3/150] Installing libgcc-0:15.1.1-1. 100% | 131.0 MiB/s | 268.3 KiB | 00m00s [ 4/150] Installing fedora-release-ide 100% | 910.2 KiB/s | 932.0 B | 00m00s [ 5/150] Installing fedora-gpg-keys-0: 100% | 19.0 MiB/s | 174.8 KiB | 00m00s [ 6/150] Installing fedora-repos-0:42- 100% | 0.0 B/s | 5.7 KiB | 00m00s [ 7/150] Installing fedora-release-com 100% | 11.9 MiB/s | 24.5 KiB | 00m00s [ 8/150] Installing fedora-release-0:4 100% | 4.5 KiB/s | 124.0 B | 00m00s >>> Running sysusers scriptlet: setup-0:2.15.0-13.fc42.noarch >>> Finished sysusers scriptlet: setup-0:2.15.0-13.fc42.noarch >>> Scriptlet output: >>> Creating group 'adm' with GID 4. >>> Creating group 'audio' with GID 63. >>> Creating group 'bin' with GID 1. >>> Creating group 'cdrom' with GID 11. >>> Creating group 'clock' with GID 103. >>> Creating group 'daemon' with GID 2. >>> Creating group 'dialout' with GID 18. >>> Creating group 'disk' with GID 6. >>> Creating group 'floppy' with GID 19. >>> Creating group 'ftp' with GID 50. >>> Creating group 'games' with GID 20. >>> Creating group 'input' with GID 104. >>> Creating group 'kmem' with GID 9. >>> Creating group 'kvm' with GID 36. >>> Creating group 'lock' with GID 54. >>> Creating group 'lp' with GID 7. >>> Creating group 'mail' with GID 12. >>> Creating group 'man' with GID 15. >>> Creating group 'mem' with GID 8. >>> Creating group 'nobody' with GID 65534. >>> Creating group 'render' with GID 105. >>> Creating group 'root' with GID 0. >>> Creating group 'sgx' with GID 106. >>> Creating group 'sys' with GID 3. >>> Creating group 'tape' with GID 33. >>> Creating group 'tty' with GID 5. >>> Creating group 'users' with GID 100. >>> Creating group 'utmp' with GID 22. >>> Creating group 'video' with GID 39. >>> Creating group 'wheel' with GID 10. >>> >>> Running sysusers scriptlet: setup-0:2.15.0-13.fc42.noarch >>> Finished sysusers scriptlet: setup-0:2.15.0-13.fc42.noarch >>> Scriptlet output: >>> Creating user 'adm' (adm) with UID 3 and GID 4. >>> Creating user 'bin' (bin) with UID 1 and GID 1. >>> Creating user 'daemon' (daemon) with UID 2 and GID 2. >>> Creating user 'ftp' (FTP User) with UID 14 and GID 50. >>> Creating user 'games' (games) with UID 12 and GID 20. >>> Creating user 'halt' (halt) with UID 7 and GID 0. >>> Creating user 'lp' (lp) with UID 4 and GID 7. >>> Creating user 'mail' (mail) with UID 8 and GID 12. >>> Creating user 'nobody' (Kernel Overflow User) with UID 65534 and GID 65534. >>> Creating user 'operator' (operator) with UID 11 and GID 0. >>> Creating user 'root' (Super User) with UID 0 and GID 0. >>> Creating user 'shutdown' (shutdown) with UID 6 and GID 0. >>> Creating user 'sync' (sync) with UID 5 and GID 0. >>> [ 9/150] Installing setup-0:2.15.0-13. 100% | 39.4 MiB/s | 726.7 KiB | 00m00s [ 10/150] Installing filesystem-0:3.18- 100% | 1.2 MiB/s | 212.5 KiB | 00m00s [ 11/150] Installing basesystem-0:11-22 100% | 0.0 B/s | 124.0 B | 00m00s [ 12/150] Installing libssh-config-0:0. 100% | 796.9 KiB/s | 816.0 B | 00m00s [ 13/150] Installing publicsuffix-list- 100% | 67.6 MiB/s | 69.2 KiB | 00m00s [ 14/150] Installing qt6-srpm-macros-0: 100% | 722.7 KiB/s | 740.0 B | 00m00s [ 15/150] Installing pkgconf-m4-0:2.3.0 100% | 14.5 MiB/s | 14.8 KiB | 00m00s [ 16/150] Installing pcre2-syntax-0:10. 100% | 135.0 MiB/s | 276.4 KiB | 00m00s [ 17/150] Installing ncurses-base-0:6.5 100% | 34.4 MiB/s | 352.2 KiB | 00m00s [ 18/150] Installing glibc-minimal-lang 100% | 0.0 B/s | 124.0 B | 00m00s [ 19/150] Installing ncurses-libs-0:6.5 100% | 30.0 MiB/s | 952.8 KiB | 00m00s [ 20/150] Installing glibc-0:2.41-5.fc4 100% | 71.4 MiB/s | 6.6 MiB | 00m00s [ 21/150] Installing bash-0:5.2.37-1.fc 100% | 71.0 MiB/s | 8.2 MiB | 00m00s [ 22/150] Installing glibc-common-0:2.4 100% | 51.0 MiB/s | 1.0 MiB | 00m00s [ 23/150] Installing glibc-gconv-extra- 100% | 55.4 MiB/s | 7.3 MiB | 00m00s [ 24/150] Installing zlib-ng-compat-0:2 100% | 67.6 MiB/s | 138.4 KiB | 00m00s [ 25/150] Installing bzip2-libs-0:1.0.8 100% | 83.7 MiB/s | 85.7 KiB | 00m00s [ 26/150] Installing xz-libs-1:5.8.1-2. 100% | 213.8 MiB/s | 218.9 KiB | 00m00s [ 27/150] Installing libuuid-0:2.40.4-7 100% | 37.5 MiB/s | 38.4 KiB | 00m00s [ 28/150] Installing libblkid-0:2.40.4- 100% | 128.7 MiB/s | 263.5 KiB | 00m00s [ 29/150] Installing gmp-1:6.3.0-4.fc42 100% | 28.4 MiB/s | 813.5 KiB | 00m00s [ 30/150] Installing popt-0:1.19-8.fc42 100% | 27.2 MiB/s | 139.4 KiB | 00m00s [ 31/150] Installing readline-0:8.2-13. 100% | 237.9 MiB/s | 487.1 KiB | 00m00s [ 32/150] Installing libzstd-0:1.5.7-1. 100% | 28.2 MiB/s | 809.1 KiB | 00m00s [ 33/150] Installing elfutils-libelf-0: 100% | 233.3 MiB/s | 1.2 MiB | 00m00s [ 34/150] Installing libstdc++-0:15.1.1 100% | 78.8 MiB/s | 2.8 MiB | 00m00s [ 35/150] Installing libxcrypt-0:4.4.38 100% | 140.2 MiB/s | 287.2 KiB | 00m00s [ 36/150] Installing libattr-0:2.5.2-5. 100% | 27.4 MiB/s | 28.1 KiB | 00m00s [ 37/150] Installing libacl-0:2.3.2-3.f 100% | 38.2 MiB/s | 39.2 KiB | 00m00s [ 38/150] Installing dwz-0:0.15-9.fc42. 100% | 19.0 MiB/s | 292.4 KiB | 00m00s [ 39/150] Installing mpfr-0:4.2.2-1.fc4 100% | 202.7 MiB/s | 830.4 KiB | 00m00s [ 40/150] Installing gawk-0:5.3.1-1.fc4 100% | 36.1 MiB/s | 1.7 MiB | 00m00s [ 41/150] Installing unzip-0:6.0-66.fc4 100% | 25.6 MiB/s | 393.8 KiB | 00m00s [ 42/150] Installing file-libs-0:5.46-1 100% | 98.0 MiB/s | 11.9 MiB | 00m00s [ 43/150] Installing file-0:5.46-1.fc42 100% | 3.7 MiB/s | 101.7 KiB | 00m00s [ 44/150] Installing crypto-policies-0: 100% | 13.3 MiB/s | 163.5 KiB | 00m00s [ 45/150] Installing pcre2-0:10.45-1.fc 100% | 227.6 MiB/s | 699.1 KiB | 00m00s [ 46/150] Installing grep-0:3.11-10.fc4 100% | 19.7 MiB/s | 1.0 MiB | 00m00s [ 47/150] Installing xz-1:5.8.1-2.fc42. 100% | 27.7 MiB/s | 1.3 MiB | 00m00s [ 48/150] Installing libeconf-0:0.7.6-1 100% | 64.7 MiB/s | 66.2 KiB | 00m00s [ 49/150] Installing libcap-ng-0:0.8.5- 100% | 73.1 MiB/s | 74.8 KiB | 00m00s [ 50/150] Installing audit-libs-0:4.0.3 100% | 172.6 MiB/s | 353.4 KiB | 00m00s [ 51/150] Installing pam-libs-0:1.7.0-5 100% | 63.0 MiB/s | 129.0 KiB | 00m00s [ 52/150] Installing libcap-0:2.73-2.fc 100% | 12.9 MiB/s | 212.1 KiB | 00m00s [ 53/150] Installing systemd-libs-0:257 100% | 65.6 MiB/s | 2.2 MiB | 00m00s [ 54/150] Installing libsmartcols-0:2.4 100% | 177.3 MiB/s | 181.5 KiB | 00m00s [ 55/150] Installing libsepol-0:3.8-1.f 100% | 28.8 MiB/s | 827.0 KiB | 00m00s [ 56/150] Installing libselinux-0:3.8-1 100% | 94.9 MiB/s | 194.3 KiB | 00m00s [ 57/150] Installing findutils-1:4.10.0 100% | 78.1 MiB/s | 1.9 MiB | 00m00s [ 58/150] Installing sed-0:4.9-4.fc42.x 100% | 18.8 MiB/s | 865.5 KiB | 00m00s [ 59/150] Installing libmount-0:2.40.4- 100% | 174.5 MiB/s | 357.3 KiB | 00m00s [ 60/150] Installing lz4-libs-0:1.10.0- 100% | 154.7 MiB/s | 158.5 KiB | 00m00s [ 61/150] Installing lua-libs-0:5.4.7-3 100% | 137.7 MiB/s | 282.0 KiB | 00m00s [ 62/150] Installing alternatives-0:1.3 100% | 4.8 MiB/s | 63.8 KiB | 00m00s [ 63/150] Installing libffi-0:3.4.6-5.f 100% | 81.7 MiB/s | 83.7 KiB | 00m00s [ 64/150] Installing libtasn1-0:4.20.0- 100% | 6.4 MiB/s | 178.1 KiB | 00m00s [ 65/150] Installing p11-kit-0:0.25.5-5 100% | 80.9 MiB/s | 2.2 MiB | 00m00s [ 66/150] Installing libunistring-0:1.1 100% | 55.7 MiB/s | 1.7 MiB | 00m00s [ 67/150] Installing libidn2-0:2.3.8-1. 100% | 91.6 MiB/s | 562.7 KiB | 00m00s [ 68/150] Installing libpsl-0:0.21.5-5. 100% | 75.7 MiB/s | 77.5 KiB | 00m00s [ 69/150] Installing p11-kit-trust-0:0. 100% | 7.3 MiB/s | 397.2 KiB | 00m00s [ 70/150] Installing zstd-0:1.5.7-1.fc4 100% | 77.7 MiB/s | 1.7 MiB | 00m00s [ 71/150] Installing util-linux-core-0: 100% | 29.1 MiB/s | 1.4 MiB | 00m00s [ 72/150] Installing tar-2:1.35-5.fc42. 100% | 58.1 MiB/s | 3.0 MiB | 00m00s [ 73/150] Installing libsemanage-0:3.8- 100% | 75.7 MiB/s | 310.2 KiB | 00m00s [ 74/150] Installing shadow-utils-2:4.1 100% | 43.5 MiB/s | 4.0 MiB | 00m00s [ 75/150] Installing systemd-standalone 100% | 9.7 MiB/s | 277.8 KiB | 00m00s [ 76/150] Installing zip-0:3.0-43.fc42. 100% | 45.7 MiB/s | 702.4 KiB | 00m00s [ 77/150] Installing libfdisk-0:2.40.4- 100% | 182.3 MiB/s | 373.4 KiB | 00m00s [ 78/150] Installing libxml2-0:2.12.10- 100% | 56.6 MiB/s | 1.7 MiB | 00m00s [ 79/150] Installing bzip2-0:1.0.8-20.f 100% | 7.2 MiB/s | 103.8 KiB | 00m00s [ 80/150] Installing sqlite-libs-0:3.47 100% | 50.1 MiB/s | 1.5 MiB | 00m00s [ 81/150] Installing add-determinism-0: 100% | 54.8 MiB/s | 2.5 MiB | 00m00s [ 82/150] Installing build-reproducibil 100% | 0.0 B/s | 1.0 KiB | 00m00s [ 83/150] Installing ed-0:1.21-2.fc42.x 100% | 10.4 MiB/s | 148.8 KiB | 00m00s [ 84/150] Installing patch-0:2.8-1.fc42 100% | 15.6 MiB/s | 224.3 KiB | 00m00s [ 85/150] Installing filesystem-srpm-ma 100% | 38.0 MiB/s | 38.9 KiB | 00m00s [ 86/150] Installing elfutils-default-y 100% | 170.2 KiB/s | 2.0 KiB | 00m00s [ 87/150] Installing elfutils-libs-0:0. 100% | 55.8 MiB/s | 685.2 KiB | 00m00s [ 88/150] Installing cpio-0:2.15-4.fc42 100% | 52.4 MiB/s | 1.1 MiB | 00m00s [ 89/150] Installing diffutils-0:3.12-1 100% | 52.0 MiB/s | 1.6 MiB | 00m00s [ 90/150] Installing json-c-0:0.18-2.fc 100% | 12.3 MiB/s | 88.0 KiB | 00m00s [ 91/150] Installing libgomp-0:15.1.1-1 100% | 175.7 MiB/s | 539.9 KiB | 00m00s [ 92/150] Installing jansson-0:2.14-2.f 100% | 92.2 MiB/s | 94.4 KiB | 00m00s [ 93/150] Installing libpkgconf-0:2.3.0 100% | 77.4 MiB/s | 79.2 KiB | 00m00s [ 94/150] Installing pkgconf-0:2.3.0-2. 100% | 6.3 MiB/s | 91.0 KiB | 00m00s [ 95/150] Installing pkgconf-pkg-config 100% | 147.8 KiB/s | 1.8 KiB | 00m00s [ 96/150] Installing xxhash-libs-0:0.8. 100% | 12.8 MiB/s | 91.6 KiB | 00m00s [ 97/150] Installing libbrotli-0:1.1.0- 100% | 205.9 MiB/s | 843.6 KiB | 00m00s [ 98/150] Installing libnghttp2-0:1.64. 100% | 167.5 MiB/s | 171.5 KiB | 00m00s [ 99/150] Installing keyutils-libs-0:1. 100% | 58.3 MiB/s | 59.7 KiB | 00m00s [100/150] Installing libcom_err-0:1.47. 100% | 66.6 MiB/s | 68.2 KiB | 00m00s [101/150] Installing libverto-0:0.3.2-1 100% | 26.6 MiB/s | 27.2 KiB | 00m00s [102/150] Installing libtool-ltdl-0:2.5 100% | 69.6 MiB/s | 71.2 KiB | 00m00s [103/150] Installing gdbm-libs-1:1.23-9 100% | 128.5 MiB/s | 131.6 KiB | 00m00s [104/150] Installing cyrus-sasl-lib-0:2 100% | 82.3 MiB/s | 2.3 MiB | 00m00s [105/150] Installing rust-srpm-macros-0 100% | 5.4 MiB/s | 5.6 KiB | 00m00s [106/150] Installing qt5-srpm-macros-0: 100% | 0.0 B/s | 776.0 B | 00m00s [107/150] Installing perl-srpm-macros-0 100% | 0.0 B/s | 1.1 KiB | 00m00s [108/150] Installing package-notes-srpm 100% | 0.0 B/s | 2.0 KiB | 00m00s [109/150] Installing openblas-srpm-macr 100% | 382.8 KiB/s | 392.0 B | 00m00s [110/150] Installing ocaml-srpm-macros- 100% | 0.0 B/s | 2.2 KiB | 00m00s [111/150] Installing kernel-srpm-macros 100% | 0.0 B/s | 2.3 KiB | 00m00s [112/150] Installing gnat-srpm-macros-0 100% | 0.0 B/s | 1.3 KiB | 00m00s [113/150] Installing ghc-srpm-macros-0: 100% | 0.0 B/s | 1.0 KiB | 00m00s [114/150] Installing fpc-srpm-macros-0: 100% | 0.0 B/s | 420.0 B | 00m00s [115/150] Installing ansible-srpm-macro 100% | 35.4 MiB/s | 36.2 KiB | 00m00s [116/150] Installing coreutils-common-0 100% | 164.0 MiB/s | 11.2 MiB | 00m00s [117/150] Installing openssl-libs-1:3.2 100% | 185.4 MiB/s | 7.8 MiB | 00m00s [118/150] Installing coreutils-0:9.6-2. 100% | 86.7 MiB/s | 5.5 MiB | 00m00s [119/150] Installing ca-certificates-0: 100% | 1.1 MiB/s | 2.4 MiB | 00m02s [120/150] Installing libarchive-0:3.7.7 100% | 151.8 MiB/s | 932.6 KiB | 00m00s [121/150] Installing krb5-libs-0:1.21.3 100% | 176.9 MiB/s | 2.3 MiB | 00m00s [122/150] Installing libssh-0:0.11.1-4. 100% | 184.7 MiB/s | 567.5 KiB | 00m00s [123/150] Installing gzip-0:1.13-3.fc42 100% | 21.6 MiB/s | 398.4 KiB | 00m00s [124/150] Installing rpm-sequoia-0:1.7. 100% | 268.3 MiB/s | 2.4 MiB | 00m00s [125/150] Installing rpm-libs-0:4.20.1- 100% | 176.6 MiB/s | 723.4 KiB | 00m00s [126/150] Installing rpm-build-libs-0:4 100% | 101.3 MiB/s | 207.4 KiB | 00m00s [127/150] Installing libevent-0:2.1.12- 100% | 177.1 MiB/s | 906.9 KiB | 00m00s [128/150] Installing openldap-0:2.6.9-3 100% | 160.9 MiB/s | 658.9 KiB | 00m00s [129/150] Installing libcurl-0:8.11.1-4 100% | 82.3 MiB/s | 843.2 KiB | 00m00s [130/150] Installing elfutils-debuginfo 100% | 5.6 MiB/s | 86.2 KiB | 00m00s [131/150] Installing elfutils-0:0.193-2 100% | 81.2 MiB/s | 2.9 MiB | 00m00s [132/150] Installing binutils-0:2.44-3. 100% | 64.6 MiB/s | 25.9 MiB | 00m00s [133/150] Installing gdb-minimal-0:16.3 100% | 120.4 MiB/s | 13.2 MiB | 00m00s [134/150] Installing debugedit-0:5.1-6. 100% | 12.7 MiB/s | 195.4 KiB | 00m00s [135/150] Installing curl-0:8.11.1-4.fc 100% | 12.3 MiB/s | 453.1 KiB | 00m00s [136/150] Installing rpm-0:4.20.1-1.fc4 100% | 35.2 MiB/s | 2.5 MiB | 00m00s [137/150] Installing lua-srpm-macros-0: 100% | 1.9 MiB/s | 1.9 KiB | 00m00s [138/150] Installing tree-sitter-srpm-m 100% | 7.2 MiB/s | 7.4 KiB | 00m00s [139/150] Installing zig-srpm-macros-0: 100% | 0.0 B/s | 1.7 KiB | 00m00s [140/150] Installing efi-srpm-macros-0: 100% | 40.2 MiB/s | 41.1 KiB | 00m00s [141/150] Installing fonts-srpm-macros- 100% | 55.7 MiB/s | 57.0 KiB | 00m00s [142/150] Installing forge-srpm-macros- 100% | 39.3 MiB/s | 40.3 KiB | 00m00s [143/150] Installing go-srpm-macros-0:3 100% | 30.3 MiB/s | 62.0 KiB | 00m00s [144/150] Installing python-srpm-macros 100% | 50.9 MiB/s | 52.2 KiB | 00m00s [145/150] Installing redhat-rpm-config- 100% | 46.9 MiB/s | 192.2 KiB | 00m00s [146/150] Installing rpm-build-0:4.20.1 100% | 10.8 MiB/s | 177.4 KiB | 00m00s [147/150] Installing pyproject-srpm-mac 100% | 2.4 MiB/s | 2.5 KiB | 00m00s [148/150] Installing which-0:2.23-1.fc4 100% | 3.6 MiB/s | 85.6 KiB | 00m00s [149/150] Installing util-linux-0:2.40. 100% | 32.7 MiB/s | 3.5 MiB | 00m00s [150/150] Installing info-0:7.2-3.fc42. 100% | 117.5 KiB/s | 358.3 KiB | 00m03s Complete! Finish: installing minimal buildroot with dnf5 Start: creating root cache Finish: creating root cache Finish: chroot init INFO: Installed packages: INFO: add-determinism-0.6.0-1.fc42.x86_64 alternatives-1.33-1.fc42.x86_64 ansible-srpm-macros-1-17.1.fc42.noarch audit-libs-4.0.3-2.fc42.x86_64 basesystem-11-22.fc42.noarch bash-5.2.37-1.fc42.x86_64 binutils-2.44-3.fc42.x86_64 build-reproducibility-srpm-macros-0.6.0-1.fc42.noarch bzip2-1.0.8-20.fc42.x86_64 bzip2-libs-1.0.8-20.fc42.x86_64 ca-certificates-2024.2.69_v8.0.401-6.fc42.noarch coreutils-9.6-2.fc42.x86_64 coreutils-common-9.6-2.fc42.x86_64 cpio-2.15-4.fc42.x86_64 crypto-policies-20250214-1.gitff7551b.fc42.noarch curl-8.11.1-4.fc42.x86_64 cyrus-sasl-lib-2.1.28-30.fc42.x86_64 debugedit-5.1-6.fc42.x86_64 diffutils-3.12-1.fc42.x86_64 dwz-0.15-9.fc42.x86_64 ed-1.21-2.fc42.x86_64 efi-srpm-macros-6-3.fc42.noarch elfutils-0.193-2.fc42.x86_64 elfutils-debuginfod-client-0.193-2.fc42.x86_64 elfutils-default-yama-scope-0.193-2.fc42.noarch elfutils-libelf-0.193-2.fc42.x86_64 elfutils-libs-0.193-2.fc42.x86_64 fedora-gpg-keys-42-1.noarch fedora-release-42-26.noarch fedora-release-common-42-26.noarch fedora-release-identity-basic-42-26.noarch fedora-repos-42-1.noarch file-5.46-1.fc42.x86_64 file-libs-5.46-1.fc42.x86_64 filesystem-3.18-42.fc42.x86_64 filesystem-srpm-macros-3.18-42.fc42.noarch findutils-4.10.0-5.fc42.x86_64 fonts-srpm-macros-2.0.5-21.fc42.noarch forge-srpm-macros-0.4.0-2.fc42.noarch fpc-srpm-macros-1.3-14.fc42.noarch gawk-5.3.1-1.fc42.x86_64 gdb-minimal-16.3-1.fc42.x86_64 gdbm-libs-1.23-9.fc42.x86_64 ghc-srpm-macros-1.9.2-2.fc42.noarch glibc-2.41-5.fc42.x86_64 glibc-common-2.41-5.fc42.x86_64 glibc-gconv-extra-2.41-5.fc42.x86_64 glibc-minimal-langpack-2.41-5.fc42.x86_64 gmp-6.3.0-4.fc42.x86_64 gnat-srpm-macros-6-7.fc42.noarch go-srpm-macros-3.6.0-6.fc42.noarch gpg-pubkey-105ef944-65ca83d1 grep-3.11-10.fc42.x86_64 gzip-1.13-3.fc42.x86_64 info-7.2-3.fc42.x86_64 jansson-2.14-2.fc42.x86_64 json-c-0.18-2.fc42.x86_64 kernel-srpm-macros-1.0-25.fc42.noarch keyutils-libs-1.6.3-5.fc42.x86_64 krb5-libs-1.21.3-5.fc42.x86_64 libacl-2.3.2-3.fc42.x86_64 libarchive-3.7.7-4.fc42.x86_64 libattr-2.5.2-5.fc42.x86_64 libblkid-2.40.4-7.fc42.x86_64 libbrotli-1.1.0-6.fc42.x86_64 libcap-2.73-2.fc42.x86_64 libcap-ng-0.8.5-4.fc42.x86_64 libcom_err-1.47.2-3.fc42.x86_64 libcurl-8.11.1-4.fc42.x86_64 libeconf-0.7.6-1.fc42.x86_64 libevent-2.1.12-15.fc42.x86_64 libfdisk-2.40.4-7.fc42.x86_64 libffi-3.4.6-5.fc42.x86_64 libgcc-15.1.1-1.fc42.x86_64 libgomp-15.1.1-1.fc42.x86_64 libidn2-2.3.8-1.fc42.x86_64 libmount-2.40.4-7.fc42.x86_64 libnghttp2-1.64.0-3.fc42.x86_64 libpkgconf-2.3.0-2.fc42.x86_64 libpsl-0.21.5-5.fc42.x86_64 libselinux-3.8-1.fc42.x86_64 libsemanage-3.8-1.fc42.x86_64 libsepol-3.8-1.fc42.x86_64 libsmartcols-2.40.4-7.fc42.x86_64 libssh-0.11.1-4.fc42.x86_64 libssh-config-0.11.1-4.fc42.noarch libstdc++-15.1.1-1.fc42.x86_64 libtasn1-4.20.0-1.fc42.x86_64 libtool-ltdl-2.5.4-4.fc42.x86_64 libunistring-1.1-9.fc42.x86_64 libuuid-2.40.4-7.fc42.x86_64 libverto-0.3.2-10.fc42.x86_64 libxcrypt-4.4.38-7.fc42.x86_64 libxml2-2.12.10-1.fc42.x86_64 libzstd-1.5.7-1.fc42.x86_64 lua-libs-5.4.7-3.fc42.x86_64 lua-srpm-macros-1-15.fc42.noarch lz4-libs-1.10.0-2.fc42.x86_64 mpfr-4.2.2-1.fc42.x86_64 ncurses-base-6.5-5.20250125.fc42.noarch ncurses-libs-6.5-5.20250125.fc42.x86_64 ocaml-srpm-macros-10-4.fc42.noarch openblas-srpm-macros-2-19.fc42.noarch openldap-2.6.9-3.fc42.x86_64 openssl-libs-3.2.4-3.fc42.x86_64 p11-kit-0.25.5-5.fc42.x86_64 p11-kit-trust-0.25.5-5.fc42.x86_64 package-notes-srpm-macros-0.5-13.fc42.noarch pam-libs-1.7.0-5.fc42.x86_64 patch-2.8-1.fc42.x86_64 pcre2-10.45-1.fc42.x86_64 pcre2-syntax-10.45-1.fc42.noarch perl-srpm-macros-1-57.fc42.noarch pkgconf-2.3.0-2.fc42.x86_64 pkgconf-m4-2.3.0-2.fc42.noarch pkgconf-pkg-config-2.3.0-2.fc42.x86_64 popt-1.19-8.fc42.x86_64 publicsuffix-list-dafsa-20250116-1.fc42.noarch pyproject-srpm-macros-1.18.1-1.fc42.noarch python-srpm-macros-3.13-4.fc42.noarch qt5-srpm-macros-5.15.15-1.fc42.noarch qt6-srpm-macros-6.9.0-2.fc42.noarch readline-8.2-13.fc42.x86_64 redhat-rpm-config-342-4.fc42.noarch rpm-4.20.1-1.fc42.x86_64 rpm-build-4.20.1-1.fc42.x86_64 rpm-build-libs-4.20.1-1.fc42.x86_64 rpm-libs-4.20.1-1.fc42.x86_64 rpm-sequoia-1.7.0-5.fc42.x86_64 rust-srpm-macros-26.3-4.fc42.noarch sed-4.9-4.fc42.x86_64 setup-2.15.0-13.fc42.noarch shadow-utils-4.17.4-1.fc42.x86_64 sqlite-libs-3.47.2-2.fc42.x86_64 systemd-libs-257.5-6.fc42.x86_64 systemd-standalone-sysusers-257.5-6.fc42.x86_64 tar-1.35-5.fc42.x86_64 tree-sitter-srpm-macros-0.1.0-8.fc42.noarch unzip-6.0-66.fc42.x86_64 util-linux-2.40.4-7.fc42.x86_64 util-linux-core-2.40.4-7.fc42.x86_64 which-2.23-1.fc42.x86_64 xxhash-libs-0.8.3-2.fc42.x86_64 xz-5.8.1-2.fc42.x86_64 xz-libs-5.8.1-2.fc42.x86_64 zig-srpm-macros-1-4.fc42.noarch zip-3.0-43.fc42.x86_64 zlib-ng-compat-2.2.4-3.fc42.x86_64 zstd-1.5.7-1.fc42.x86_64 Finish: run INFO:__main__:running command: mock -r /var/lib/copr-rpmbuild/results/mock-config.cfg --install git java-21-openjdk-devel python-unversioned-command INFO: mock.py version 6.1 starting (python version = 3.13.0, NVR = mock-6.1-1.fc41), args: /usr/libexec/mock/mock -r /var/lib/copr-rpmbuild/results/mock-config.cfg --install git java-21-openjdk-devel python-unversioned-command Start(bootstrap): init plugins INFO: tmpfs initialized INFO: selinux enabled INFO: chroot_scan: initialized INFO: compress_logs: initialized Finish(bootstrap): init plugins Start: init plugins INFO: tmpfs initialized INFO: selinux enabled INFO: chroot_scan: initialized INFO: compress_logs: initialized Finish: init plugins INFO: Signal handler active Start: run Mock Version: 6.1 INFO: Mock Version: 6.1 Start(bootstrap): chroot init INFO: mounting tmpfs at /var/lib/mock/copr-custom-fedora-42-x86_64-bootstrap/root. INFO: reusing tmpfs at /var/lib/mock/copr-custom-fedora-42-x86_64-bootstrap/root. INFO: calling preinit hooks INFO: enabled root cache INFO: enabled package manager cache Start(bootstrap): cleaning package manager metadata Finish(bootstrap): cleaning package manager metadata INFO: Package manager dnf5 detected and used (fallback) Finish(bootstrap): chroot init Start: chroot init INFO: mounting tmpfs at /var/lib/mock/copr-custom-fedora-42-x86_64/root. INFO: reusing tmpfs at /var/lib/mock/copr-custom-fedora-42-x86_64/root. INFO: calling preinit hooks INFO: enabled root cache INFO: enabled package manager cache Start: cleaning package manager metadata Finish: cleaning package manager metadata INFO: enabled HW Info plugin INFO: Package manager dnf5 detected and used (direct choice) Finish: chroot init INFO: installing package(s): git java-21-openjdk-devel python-unversioned-command Updating and loading repositories: updates 100% | 1.1 MiB/s | 29.4 KiB | 00m00s fedora 100% | 1.1 MiB/s | 29.8 KiB | 00m00s Repositories loaded. Package Arch Version Repository Size Installing: git x86_64 2.49.0-1.fc42 fedora 85.3 KiB java-21-openjdk-devel x86_64 1:21.0.7.0.6-1.fc42 updates 11.2 MiB python-unversioned-command noarch 3.13.3-2.fc42 updates 23.0 B Installing dependencies: abattis-cantarell-vf-fonts noarch 0.301-14.fc42 fedora 192.7 KiB alsa-lib x86_64 1.2.14-2.fc42 updates 1.4 MiB avahi-libs x86_64 0.9~rc2-2.fc42 fedora 183.6 KiB cups-filesystem noarch 1:2.4.12-3.fc42 updates 0.0 B cups-libs x86_64 1:2.4.12-3.fc42 updates 618.7 KiB dbus-libs x86_64 1:1.16.0-3.fc42 fedora 349.5 KiB default-fonts-core-sans noarch 4.2-4.fc42 fedora 11.9 KiB expat x86_64 2.7.1-1.fc42 fedora 290.2 KiB fontconfig x86_64 2.16.0-2.fc42 fedora 764.7 KiB fonts-filesystem noarch 1:2.0.5-21.fc42 fedora 0.0 B freetype x86_64 2.13.3-2.fc42 fedora 858.2 KiB git-core x86_64 2.49.0-1.fc42 fedora 22.7 MiB git-core-doc noarch 2.49.0-1.fc42 fedora 17.6 MiB glib2 x86_64 2.84.1-1.fc42 updates 14.7 MiB gnutls x86_64 3.8.9-3.fc42 fedora 3.6 MiB google-noto-fonts-common noarch 20250301-1.fc42 fedora 17.7 KiB google-noto-sans-vf-fonts noarch 20250301-1.fc42 fedora 1.4 MiB graphite2 x86_64 1.3.14-18.fc42 fedora 195.8 KiB groff-base x86_64 1.23.0-8.fc42 fedora 3.9 MiB harfbuzz x86_64 10.4.0-1.fc42 fedora 2.7 MiB java-21-openjdk x86_64 1:21.0.7.0.6-1.fc42 updates 1.0 MiB java-21-openjdk-headless x86_64 1:21.0.7.0.6-1.fc42 updates 202.0 MiB javapackages-filesystem noarch 6.4.0-5.fc42 fedora 2.0 KiB less x86_64 668-2.fc42 fedora 405.8 KiB libX11 x86_64 1.8.11-1.fc42 fedora 1.3 MiB libX11-common noarch 1.8.11-1.fc42 fedora 1.2 MiB libXau x86_64 1.0.12-2.fc42 fedora 76.9 KiB libXcomposite x86_64 0.4.6-5.fc42 fedora 44.4 KiB libXext x86_64 1.3.6-3.fc42 fedora 90.0 KiB libXi x86_64 1.8.2-2.fc42 fedora 84.6 KiB libXrender x86_64 0.9.12-2.fc42 fedora 50.0 KiB libXtst x86_64 1.2.5-2.fc42 fedora 33.5 KiB libb2 x86_64 0.98.1-13.fc42 fedora 46.1 KiB libcbor x86_64 0.11.0-3.fc42 fedora 77.8 KiB libedit x86_64 3.1-55.20250104cvs.fc42 fedora 244.1 KiB libfido2 x86_64 1.15.0-3.fc42 fedora 242.1 KiB libfontenc x86_64 1.1.8-3.fc42 fedora 70.9 KiB libpng x86_64 2:1.6.44-2.fc42 fedora 241.7 KiB libxcb x86_64 1.17.0-5.fc42 fedora 1.1 MiB lksctp-tools x86_64 1.0.20-2.fc42 fedora 250.3 KiB mkfontscale x86_64 1.2.3-2.fc42 fedora 45.0 KiB mpdecimal x86_64 4.0.1-1.fc42 updates 217.2 KiB ncurses x86_64 6.5-5.20250125.fc42 fedora 608.1 KiB nettle x86_64 3.10.1-1.fc42 fedora 790.5 KiB nspr x86_64 4.36.0-7.fc42 updates 315.5 KiB nss x86_64 3.110.0-2.fc42 updates 1.9 MiB nss-softokn x86_64 3.110.0-2.fc42 updates 1.9 MiB nss-softokn-freebl x86_64 3.110.0-2.fc42 updates 848.3 KiB nss-sysinit x86_64 3.110.0-2.fc42 updates 18.1 KiB nss-util x86_64 3.110.0-2.fc42 updates 200.8 KiB openssh x86_64 9.9p1-10.fc42 fedora 1.4 MiB openssh-clients x86_64 9.9p1-10.fc42 fedora 2.7 MiB perl-AutoLoader noarch 5.74-517.fc42 updates 20.5 KiB perl-B x86_64 1.89-517.fc42 updates 498.0 KiB perl-Carp noarch 1.54-512.fc42 fedora 46.6 KiB perl-Class-Struct noarch 0.68-517.fc42 updates 25.4 KiB perl-Data-Dumper x86_64 2.189-513.fc42 fedora 115.6 KiB perl-Digest noarch 1.20-512.fc42 fedora 35.3 KiB perl-Digest-MD5 x86_64 2.59-6.fc42 fedora 59.7 KiB perl-DynaLoader x86_64 1.56-517.fc42 updates 32.1 KiB perl-Encode x86_64 4:3.21-512.fc42 fedora 4.7 MiB perl-Errno x86_64 1.38-517.fc42 updates 8.3 KiB perl-Error noarch 1:0.17030-1.fc42 fedora 76.7 KiB perl-Exporter noarch 5.78-512.fc42 fedora 54.3 KiB perl-Fcntl x86_64 1.18-517.fc42 updates 48.9 KiB perl-File-Basename noarch 2.86-517.fc42 updates 14.0 KiB perl-File-Find noarch 1.44-517.fc42 updates 41.9 KiB perl-File-Path noarch 2.18-512.fc42 fedora 63.5 KiB perl-File-Temp noarch 1:0.231.100-512.fc42 fedora 162.3 KiB perl-File-stat noarch 1.14-517.fc42 updates 12.5 KiB perl-FileHandle noarch 2.05-517.fc42 updates 9.3 KiB perl-Getopt-Long noarch 1:2.58-3.fc42 fedora 144.5 KiB perl-Getopt-Std noarch 1.14-517.fc42 updates 11.2 KiB perl-Git noarch 2.49.0-1.fc42 fedora 64.0 KiB perl-HTTP-Tiny noarch 0.090-2.fc42 fedora 154.4 KiB perl-IO x86_64 1.55-517.fc42 updates 147.0 KiB perl-IO-Socket-IP noarch 0.43-2.fc42 fedora 100.3 KiB perl-IO-Socket-SSL noarch 2.089-2.fc42 fedora 703.3 KiB perl-IPC-Open3 noarch 1.22-517.fc42 updates 22.5 KiB perl-MIME-Base32 noarch 1.303-23.fc42 fedora 30.7 KiB perl-MIME-Base64 x86_64 3.16-512.fc42 fedora 42.0 KiB perl-Net-SSLeay x86_64 1.94-8.fc42 fedora 1.3 MiB perl-POSIX x86_64 2.20-517.fc42 updates 231.0 KiB perl-PathTools x86_64 3.91-513.fc42 fedora 180.0 KiB perl-Pod-Escapes noarch 1:1.07-512.fc42 fedora 24.9 KiB perl-Pod-Perldoc noarch 3.28.01-513.fc42 fedora 163.7 KiB perl-Pod-Simple noarch 1:3.45-512.fc42 fedora 560.8 KiB perl-Pod-Usage noarch 4:2.05-1.fc42 fedora 86.3 KiB perl-Scalar-List-Utils x86_64 5:1.69-1.fc42 updates 144.8 KiB perl-SelectSaver noarch 1.02-517.fc42 updates 2.2 KiB perl-Socket x86_64 4:2.038-512.fc42 fedora 119.9 KiB perl-Storable x86_64 1:3.32-512.fc42 fedora 232.3 KiB perl-Symbol noarch 1.09-517.fc42 updates 6.8 KiB perl-Term-ANSIColor noarch 5.01-513.fc42 fedora 97.5 KiB perl-Term-Cap noarch 1.18-512.fc42 fedora 29.3 KiB perl-TermReadKey x86_64 2.38-24.fc42 fedora 64.0 KiB perl-Text-ParseWords noarch 3.31-512.fc42 fedora 13.6 KiB perl-Text-Tabs+Wrap noarch 2024.001-512.fc42 fedora 22.6 KiB perl-Time-Local noarch 2:1.350-512.fc42 fedora 68.9 KiB perl-URI noarch 5.31-2.fc42 fedora 257.0 KiB perl-base noarch 2.27-517.fc42 updates 12.5 KiB perl-constant noarch 1.33-513.fc42 fedora 26.2 KiB perl-if noarch 0.61.000-517.fc42 updates 5.8 KiB perl-interpreter x86_64 4:5.40.2-517.fc42 updates 118.3 KiB perl-lib x86_64 0.65-517.fc42 updates 8.5 KiB perl-libnet noarch 3.15-513.fc42 fedora 289.4 KiB perl-libs x86_64 4:5.40.2-517.fc42 updates 9.8 MiB perl-locale noarch 1.12-517.fc42 updates 6.5 KiB perl-mro x86_64 1.29-517.fc42 updates 41.5 KiB perl-overload noarch 1.37-517.fc42 updates 71.5 KiB perl-overloading noarch 0.02-517.fc42 updates 4.8 KiB perl-parent noarch 1:0.244-2.fc42 fedora 10.3 KiB perl-podlators noarch 1:6.0.2-3.fc42 fedora 317.5 KiB perl-vars noarch 1.05-517.fc42 updates 3.9 KiB python-pip-wheel noarch 24.3.1-2.fc42 fedora 1.2 MiB python3 x86_64 3.13.3-2.fc42 updates 28.7 KiB python3-libs x86_64 3.13.3-2.fc42 updates 39.9 MiB ttmkfdir x86_64 3.0.9-72.fc42 fedora 118.5 KiB tzdata noarch 2025b-1.fc42 fedora 1.6 MiB tzdata-java noarch 2025b-1.fc42 fedora 100.1 KiB xml-common noarch 0.6.3-66.fc42 fedora 78.4 KiB xorg-x11-fonts-Type1 noarch 7.5-40.fc42 fedora 863.3 KiB Transaction Summary: Installing: 125 packages Total size of inbound packages is 94 MiB. Need to download 94 MiB. After this operation, 367 MiB extra will be used (install 367 MiB, remove 0 B). [ 1/125] python-unversioned-command-0: 100% | 179.9 KiB/s | 11.9 KiB | 00m00s [ 2/125] java-21-openjdk-devel-1:21.0. 100% | 27.1 MiB/s | 5.0 MiB | 00m00s [ 3/125] git-0:2.49.0-1.fc42.x86_64 100% | 180.6 KiB/s | 51.3 KiB | 00m00s [ 4/125] perl-Getopt-Long-1:2.58-3.fc4 100% | 563.8 KiB/s | 63.7 KiB | 00m00s [ 5/125] perl-Git-0:2.49.0-1.fc42.noar 100% | 447.1 KiB/s | 38.0 KiB | 00m00s [ 6/125] perl-PathTools-0:3.91-513.fc4 100% | 759.2 KiB/s | 87.3 KiB | 00m00s [ 7/125] perl-TermReadKey-0:2.38-24.fc 100% | 448.3 KiB/s | 35.4 KiB | 00m00s [ 8/125] java-21-openjdk-1:21.0.7.0.6- 100% | 22.6 MiB/s | 416.9 KiB | 00m00s [ 9/125] git-core-0:2.49.0-1.fc42.x86_ 100% | 6.9 MiB/s | 4.9 MiB | 00m01s [ 10/125] expat-0:2.7.1-1.fc42.x86_64 100% | 1.0 MiB/s | 115.1 KiB | 00m00s [ 11/125] less-0:668-2.fc42.x86_64 100% | 2.8 MiB/s | 190.0 KiB | 00m00s [ 12/125] git-core-doc-0:2.49.0-1.fc42. 100% | 4.6 MiB/s | 3.0 MiB | 00m01s [ 13/125] perl-Exporter-0:5.78-512.fc42 100% | 484.2 KiB/s | 31.0 KiB | 00m00s [ 14/125] perl-Pod-Usage-4:2.05-1.fc42. 100% | 632.9 KiB/s | 40.5 KiB | 00m00s [ 15/125] perl-Text-ParseWords-0:3.31-5 100% | 257.5 KiB/s | 16.5 KiB | 00m00s [ 16/125] perl-constant-0:1.33-513.fc42 100% | 359.1 KiB/s | 23.0 KiB | 00m00s [ 17/125] perl-Error-1:0.17030-1.fc42.n 100% | 630.8 KiB/s | 40.4 KiB | 00m00s [ 18/125] perl-Carp-0:1.54-512.fc42.noa 100% | 451.0 KiB/s | 28.9 KiB | 00m00s [ 19/125] fontconfig-0:2.16.0-2.fc42.x8 100% | 4.0 MiB/s | 272.0 KiB | 00m00s [ 20/125] libX11-0:1.8.11-1.fc42.x86_64 100% | 8.4 MiB/s | 655.3 KiB | 00m00s [ 21/125] libXcomposite-0:0.4.6-5.fc42. 100% | 342.3 KiB/s | 24.3 KiB | 00m00s [ 22/125] openssh-clients-0:9.9p1-10.fc 100% | 1.6 MiB/s | 765.1 KiB | 00m00s [ 23/125] libXext-0:1.3.6-3.fc42.x86_64 100% | 456.7 KiB/s | 39.3 KiB | 00m00s [ 24/125] libXi-0:1.8.2-2.fc42.x86_64 100% | 623.8 KiB/s | 40.5 KiB | 00m00s [ 25/125] libXrender-0:0.9.12-2.fc42.x8 100% | 401.8 KiB/s | 26.9 KiB | 00m00s [ 26/125] libXtst-0:1.2.5-2.fc42.x86_64 100% | 303.7 KiB/s | 20.7 KiB | 00m00s [ 27/125] java-21-openjdk-headless-1:21 100% | 84.1 MiB/s | 47.2 MiB | 00m01s [ 28/125] libedit-0:3.1-55.20250104cvs. 100% | 594.9 KiB/s | 105.3 KiB | 00m00s [ 29/125] xorg-x11-fonts-Type1-0:7.5-40 100% | 2.6 MiB/s | 506.3 KiB | 00m00s [ 30/125] perl-Pod-Perldoc-0:3.28.01-51 100% | 1.3 MiB/s | 85.8 KiB | 00m00s [ 31/125] openssh-0:9.9p1-10.fc42.x86_6 100% | 4.9 MiB/s | 353.3 KiB | 00m00s [ 32/125] libfido2-0:1.15.0-3.fc42.x86_ 100% | 1.2 MiB/s | 98.4 KiB | 00m00s [ 33/125] perl-podlators-1:6.0.2-3.fc42 100% | 1.9 MiB/s | 128.6 KiB | 00m00s [ 34/125] javapackages-filesystem-0:6.4 100% | 220.1 KiB/s | 14.1 KiB | 00m00s [ 35/125] lksctp-tools-0:1.0.20-2.fc42. 100% | 1.2 MiB/s | 96.6 KiB | 00m00s [ 36/125] tzdata-java-0:2025b-1.fc42.no 100% | 725.5 KiB/s | 46.4 KiB | 00m00s [ 37/125] default-fonts-core-sans-0:4.2 100% | 488.6 KiB/s | 31.3 KiB | 00m00s [ 38/125] fonts-filesystem-1:2.0.5-21.f 100% | 134.6 KiB/s | 8.6 KiB | 00m00s [ 39/125] xml-common-0:0.6.3-66.fc42.no 100% | 480.0 KiB/s | 31.2 KiB | 00m00s [ 40/125] freetype-0:2.13.3-2.fc42.x86_ 100% | 5.9 MiB/s | 415.5 KiB | 00m00s [ 41/125] libX11-common-0:1.8.11-1.fc42 100% | 1.8 MiB/s | 176.1 KiB | 00m00s [ 42/125] mkfontscale-0:1.2.3-2.fc42.x8 100% | 486.9 KiB/s | 31.6 KiB | 00m00s [ 43/125] libxcb-0:1.17.0-5.fc42.x86_64 100% | 3.5 MiB/s | 239.0 KiB | 00m00s [ 44/125] ttmkfdir-0:3.0.9-72.fc42.x86_ 100% | 770.5 KiB/s | 56.2 KiB | 00m00s [ 45/125] libcbor-0:0.11.0-3.fc42.x86_6 100% | 520.0 KiB/s | 33.3 KiB | 00m00s [ 46/125] groff-base-0:1.23.0-8.fc42.x8 100% | 14.7 MiB/s | 1.1 MiB | 00m00s [ 47/125] perl-HTTP-Tiny-0:0.090-2.fc42 100% | 883.3 KiB/s | 56.5 KiB | 00m00s [ 48/125] perl-File-Temp-1:0.231.100-51 100% | 810.5 KiB/s | 59.2 KiB | 00m00s [ 49/125] perl-Pod-Simple-1:3.45-512.fc 100% | 3.2 MiB/s | 219.0 KiB | 00m00s [ 50/125] perl-parent-1:0.244-2.fc42.no 100% | 237.9 KiB/s | 15.2 KiB | 00m00s [ 51/125] perl-Term-ANSIColor-0:5.01-51 100% | 671.7 KiB/s | 47.7 KiB | 00m00s [ 52/125] perl-Term-Cap-0:1.18-512.fc42 100% | 346.2 KiB/s | 22.2 KiB | 00m00s [ 53/125] abattis-cantarell-vf-fonts-0: 100% | 1.8 MiB/s | 120.3 KiB | 00m00s [ 54/125] harfbuzz-0:10.4.0-1.fc42.x86_ 100% | 13.9 MiB/s | 1.1 MiB | 00m00s [ 55/125] libpng-2:1.6.44-2.fc42.x86_64 100% | 1.9 MiB/s | 123.9 KiB | 00m00s [ 56/125] libXau-0:1.0.12-2.fc42.x86_64 100% | 524.8 KiB/s | 33.6 KiB | 00m00s [ 57/125] google-noto-sans-vf-fonts-0:2 100% | 3.8 MiB/s | 614.5 KiB | 00m00s [ 58/125] libfontenc-0:1.1.8-3.fc42.x86 100% | 506.4 KiB/s | 32.4 KiB | 00m00s [ 59/125] perl-File-Path-0:2.18-512.fc4 100% | 549.6 KiB/s | 35.2 KiB | 00m00s [ 60/125] perl-MIME-Base64-0:3.16-512.f 100% | 459.3 KiB/s | 29.9 KiB | 00m00s [ 61/125] perl-IO-Socket-SSL-0:2.089-2. 100% | 2.3 MiB/s | 230.2 KiB | 00m00s [ 62/125] perl-Net-SSLeay-0:1.94-8.fc42 100% | 5.4 MiB/s | 376.0 KiB | 00m00s [ 63/125] perl-Socket-4:2.038-512.fc42. 100% | 855.6 KiB/s | 54.8 KiB | 00m00s [ 64/125] perl-Time-Local-2:1.350-512.f 100% | 506.8 KiB/s | 34.5 KiB | 00m00s [ 65/125] perl-Pod-Escapes-1:1.07-512.f 100% | 309.6 KiB/s | 19.8 KiB | 00m00s [ 66/125] perl-Text-Tabs+Wrap-0:2024.00 100% | 340.6 KiB/s | 21.8 KiB | 00m00s [ 67/125] google-noto-fonts-common-0:20 100% | 266.8 KiB/s | 17.1 KiB | 00m00s [ 68/125] graphite2-0:1.3.14-18.fc42.x8 100% | 1.4 MiB/s | 95.8 KiB | 00m00s [ 69/125] ncurses-0:6.5-5.20250125.fc42 100% | 3.2 MiB/s | 424.5 KiB | 00m00s [ 70/125] perl-IO-Socket-IP-0:0.43-2.fc 100% | 651.7 KiB/s | 42.4 KiB | 00m00s [ 71/125] perl-URI-0:5.31-2.fc42.noarch 100% | 2.1 MiB/s | 140.7 KiB | 00m00s [ 72/125] perl-Data-Dumper-0:2.189-513. 100% | 797.9 KiB/s | 56.7 KiB | 00m00s [ 73/125] perl-MIME-Base32-0:1.303-23.f 100% | 320.6 KiB/s | 20.5 KiB | 00m00s [ 74/125] perl-libnet-0:3.15-513.fc42.n 100% | 1.9 MiB/s | 128.4 KiB | 00m00s [ 75/125] perl-File-Basename-0:2.86-517 100% | 1.3 MiB/s | 17.4 KiB | 00m00s [ 76/125] perl-Digest-MD5-0:2.59-6.fc42 100% | 521.5 KiB/s | 36.0 KiB | 00m00s [ 77/125] perl-POSIX-0:2.20-517.fc42.x8 100% | 6.8 MiB/s | 97.9 KiB | 00m00s [ 78/125] perl-Digest-0:1.20-512.fc42.n 100% | 383.6 KiB/s | 24.9 KiB | 00m00s [ 79/125] perl-libs-4:5.40.2-517.fc42.x 100% | 63.0 MiB/s | 2.3 MiB | 00m00s [ 80/125] perl-Errno-0:1.38-517.fc42.x8 100% | 271.1 KiB/s | 15.2 KiB | 00m00s [ 81/125] perl-interpreter-4:5.40.2-517 100% | 952.6 KiB/s | 72.4 KiB | 00m00s [ 82/125] perl-Fcntl-0:1.18-517.fc42.x8 100% | 2.3 MiB/s | 30.1 KiB | 00m00s [ 83/125] perl-FileHandle-0:2.05-517.fc 100% | 1.2 MiB/s | 15.7 KiB | 00m00s [ 84/125] perl-IO-0:1.55-517.fc42.x86_6 100% | 5.7 MiB/s | 82.1 KiB | 00m00s [ 85/125] perl-Storable-1:3.32-512.fc42 100% | 1.5 MiB/s | 99.6 KiB | 00m00s [ 86/125] perl-Symbol-0:1.09-517.fc42.n 100% | 1.1 MiB/s | 14.4 KiB | 00m00s [ 87/125] perl-base-0:2.27-517.fc42.noa 100% | 1.2 MiB/s | 16.4 KiB | 00m00s [ 88/125] perl-Scalar-List-Utils-5:1.69 100% | 3.5 MiB/s | 74.8 KiB | 00m00s [ 89/125] perl-overload-0:1.37-517.fc42 100% | 3.4 MiB/s | 45.8 KiB | 00m00s [ 90/125] perl-DynaLoader-0:1.56-517.fc 100% | 1.8 MiB/s | 26.3 KiB | 00m00s [ 91/125] perl-vars-0:1.05-517.fc42.noa 100% | 1.0 MiB/s | 13.2 KiB | 00m00s [ 92/125] perl-if-0:0.61.000-517.fc42.n 100% | 837.3 KiB/s | 14.2 KiB | 00m00s [ 93/125] perl-IPC-Open3-0:1.22-517.fc4 100% | 1.7 MiB/s | 22.1 KiB | 00m00s [ 94/125] perl-AutoLoader-0:5.74-517.fc 100% | 1.4 MiB/s | 21.5 KiB | 00m00s [ 95/125] perl-Getopt-Std-0:1.14-517.fc 100% | 1.2 MiB/s | 15.9 KiB | 00m00s [ 96/125] perl-B-0:1.89-517.fc42.x86_64 100% | 4.7 MiB/s | 177.0 KiB | 00m00s [ 97/125] glib2-0:2.84.1-1.fc42.x86_64 100% | 58.8 MiB/s | 3.1 MiB | 00m00s [ 98/125] perl-Encode-4:3.21-512.fc42.x 100% | 5.0 MiB/s | 1.1 MiB | 00m00s [ 99/125] perl-File-Find-0:1.44-517.fc4 100% | 1.9 MiB/s | 25.6 KiB | 00m00s [100/125] perl-lib-0:0.65-517.fc42.x86_ 100% | 1.1 MiB/s | 15.2 KiB | 00m00s [101/125] python3-0:3.13.3-2.fc42.x86_6 100% | 2.2 MiB/s | 29.7 KiB | 00m00s [102/125] gnutls-0:3.8.9-3.fc42.x86_64 100% | 15.4 MiB/s | 1.2 MiB | 00m00s [103/125] nettle-0:3.10.1-1.fc42.x86_64 100% | 3.4 MiB/s | 424.4 KiB | 00m00s [104/125] libb2-0:0.98.1-13.fc42.x86_64 100% | 373.3 KiB/s | 25.4 KiB | 00m00s [105/125] python3-libs-0:3.13.3-2.fc42. 100% | 76.4 MiB/s | 9.2 MiB | 00m00s [106/125] perl-mro-0:1.29-517.fc42.x86_ 100% | 2.3 MiB/s | 30.1 KiB | 00m00s [107/125] perl-overloading-0:0.02-517.f 100% | 1.0 MiB/s | 13.1 KiB | 00m00s [108/125] perl-locale-0:1.12-517.fc42.n 100% | 659.7 KiB/s | 13.9 KiB | 00m00s [109/125] tzdata-0:2025b-1.fc42.noarch 100% | 8.8 MiB/s | 714.0 KiB | 00m00s [110/125] perl-File-stat-0:1.14-517.fc4 100% | 1.1 MiB/s | 17.3 KiB | 00m00s [111/125] perl-SelectSaver-0:1.02-517.f 100% | 854.3 KiB/s | 12.0 KiB | 00m00s [112/125] perl-Class-Struct-0:0.68-517. 100% | 1.7 MiB/s | 22.3 KiB | 00m00s [113/125] cups-libs-1:2.4.12-3.fc42.x86 100% | 15.0 MiB/s | 261.9 KiB | 00m00s [114/125] alsa-lib-0:1.2.14-2.fc42.x86_ 100% | 12.4 MiB/s | 532.4 KiB | 00m00s [115/125] cups-filesystem-1:2.4.12-3.fc 100% | 1.0 MiB/s | 13.6 KiB | 00m00s [116/125] python-pip-wheel-0:24.3.1-2.f 100% | 5.9 MiB/s | 1.2 MiB | 00m00s [117/125] avahi-libs-0:0.9~rc2-2.fc42.x 100% | 1.0 MiB/s | 69.1 KiB | 00m00s [118/125] dbus-libs-1:1.16.0-3.fc42.x86 100% | 2.2 MiB/s | 149.4 KiB | 00m00s [119/125] nss-0:3.110.0-2.fc42.x86_64 100% | 34.7 MiB/s | 711.5 KiB | 00m00s [120/125] nss-softokn-0:3.110.0-2.fc42. 100% | 17.6 MiB/s | 415.7 KiB | 00m00s [121/125] nss-sysinit-0:3.110.0-2.fc42. 100% | 1.3 MiB/s | 19.3 KiB | 00m00s [122/125] mpdecimal-0:4.0.1-1.fc42.x86_ 100% | 6.8 MiB/s | 97.1 KiB | 00m00s [123/125] nspr-0:4.36.0-7.fc42.x86_64 100% | 9.0 MiB/s | 137.8 KiB | 00m00s [124/125] nss-util-0:3.110.0-2.fc42.x86 100% | 5.6 MiB/s | 86.3 KiB | 00m00s [125/125] nss-softokn-freebl-0:3.110.0- 100% | 5.3 MiB/s | 329.3 KiB | 00m00s -------------------------------------------------------------------------------- [125/125] Total 100% | 27.1 MiB/s | 93.6 MiB | 00m03s Running transaction [ 1/127] Verify package files 100% | 394.0 B/s | 125.0 B | 00m00s [ 2/127] Prepare transaction 100% | 1.3 KiB/s | 125.0 B | 00m00s [ 3/127] Installing nspr-0:4.36.0-7.fc 100% | 38.7 MiB/s | 317.3 KiB | 00m00s [ 4/127] Installing nss-util-0:3.110.0 100% | 98.5 MiB/s | 201.8 KiB | 00m00s [ 5/127] Installing fonts-filesystem-1 100% | 769.5 KiB/s | 788.0 B | 00m00s [ 6/127] Installing expat-0:2.7.1-1.fc 100% | 12.4 MiB/s | 292.3 KiB | 00m00s [ 7/127] Installing abattis-cantarell- 100% | 94.9 MiB/s | 194.4 KiB | 00m00s [ 8/127] Installing nss-softokn-freebl 100% | 166.1 MiB/s | 850.5 KiB | 00m00s [ 9/127] Installing nss-softokn-0:3.11 100% | 145.3 MiB/s | 1.9 MiB | 00m00s [ 10/127] Installing nss-sysinit-0:3.11 100% | 1.2 MiB/s | 19.2 KiB | 00m00s [ 11/127] Installing nss-0:3.110.0-2.fc 100% | 89.5 MiB/s | 1.9 MiB | 00m00s [ 12/127] Installing mpdecimal-0:4.0.1- 100% | 42.7 MiB/s | 218.8 KiB | 00m00s [ 13/127] Installing dbus-libs-1:1.16.0 100% | 114.1 MiB/s | 350.6 KiB | 00m00s [ 14/127] Installing avahi-libs-0:0.9~r 100% | 60.6 MiB/s | 186.2 KiB | 00m00s [ 15/127] Installing cups-filesystem-1: 100% | 1.7 MiB/s | 1.8 KiB | 00m00s [ 16/127] Installing alsa-lib-0:1.2.14- 100% | 43.8 MiB/s | 1.4 MiB | 00m00s [ 17/127] Installing tzdata-0:2025b-1.f 100% | 21.7 MiB/s | 1.9 MiB | 00m00s [ 18/127] Installing python-pip-wheel-0 100% | 414.7 MiB/s | 1.2 MiB | 00m00s [ 19/127] Installing libb2-0:0.98.1-13. 100% | 4.2 MiB/s | 47.2 KiB | 00m00s [ 20/127] Installing python3-libs-0:3.1 100% | 150.4 MiB/s | 40.3 MiB | 00m00s [ 21/127] Installing python3-0:3.13.3-2 100% | 1.9 MiB/s | 30.5 KiB | 00m00s [ 22/127] Installing nettle-0:3.10.1-1. 100% | 193.8 MiB/s | 793.6 KiB | 00m00s [ 23/127] Installing gnutls-0:3.8.9-3.f 100% | 162.4 MiB/s | 3.6 MiB | 00m00s [ 24/127] Installing glib2-0:2.84.1-1.f 100% | 173.0 MiB/s | 14.7 MiB | 00m00s [ 25/127] Installing cups-libs-1:2.4.12 100% | 151.4 MiB/s | 620.1 KiB | 00m00s [ 26/127] Installing graphite2-0:1.3.14 100% | 10.2 MiB/s | 197.9 KiB | 00m00s [ 27/127] Installing google-noto-fonts- 100% | 18.1 MiB/s | 18.5 KiB | 00m00s [ 28/127] Installing google-noto-sans-v 100% | 231.9 MiB/s | 1.4 MiB | 00m00s [ 29/127] Installing default-fonts-core 100% | 4.4 MiB/s | 18.2 KiB | 00m00s [ 30/127] Installing ncurses-0:6.5-5.20 100% | 31.6 MiB/s | 614.7 KiB | 00m00s [ 31/127] Installing libfontenc-0:1.1.8 100% | 70.6 MiB/s | 72.3 KiB | 00m00s [ 32/127] Installing libXau-0:1.0.12-2. 100% | 76.6 MiB/s | 78.5 KiB | 00m00s [ 33/127] Installing libxcb-0:1.17.0-5. 100% | 98.2 MiB/s | 1.1 MiB | 00m00s [ 34/127] Installing libpng-2:1.6.44-2. 100% | 118.6 MiB/s | 242.9 KiB | 00m00s [ 35/127] Installing harfbuzz-0:10.4.0- 100% | 183.3 MiB/s | 2.7 MiB | 00m00s [ 36/127] Installing freetype-0:2.13.3- 100% | 209.9 MiB/s | 859.9 KiB | 00m00s [ 37/127] Installing mkfontscale-0:1.2. 100% | 2.4 MiB/s | 46.4 KiB | 00m00s [ 38/127] Installing ttmkfdir-0:3.0.9-7 100% | 3.8 MiB/s | 119.6 KiB | 00m00s [ 39/127] Installing groff-base-0:1.23. 100% | 68.3 MiB/s | 3.9 MiB | 00m00s [ 40/127] Installing perl-Digest-0:1.20 100% | 36.2 MiB/s | 37.1 KiB | 00m00s [ 41/127] Installing perl-Digest-MD5-0: 100% | 15.0 MiB/s | 61.6 KiB | 00m00s [ 42/127] Installing perl-B-0:1.89-517. 100% | 122.4 MiB/s | 501.3 KiB | 00m00s [ 43/127] Installing perl-FileHandle-0: 100% | 9.5 MiB/s | 9.8 KiB | 00m00s [ 44/127] Installing perl-MIME-Base32-0 100% | 31.4 MiB/s | 32.2 KiB | 00m00s [ 45/127] Installing perl-Data-Dumper-0 100% | 57.4 MiB/s | 117.5 KiB | 00m00s [ 46/127] Installing perl-libnet-0:3.15 100% | 11.1 MiB/s | 294.7 KiB | 00m00s [ 47/127] Installing perl-AutoLoader-0: 100% | 20.5 MiB/s | 20.9 KiB | 00m00s [ 48/127] Installing perl-IO-Socket-IP- 100% | 49.9 MiB/s | 102.2 KiB | 00m00s [ 49/127] Installing perl-URI-0:5.31-2. 100% | 52.7 MiB/s | 269.6 KiB | 00m00s [ 50/127] Installing perl-Time-Local-2: 100% | 68.9 MiB/s | 70.6 KiB | 00m00s [ 51/127] Installing perl-Text-Tabs+Wra 100% | 23.3 MiB/s | 23.9 KiB | 00m00s [ 52/127] Installing perl-File-Path-0:2 100% | 2.9 MiB/s | 64.5 KiB | 00m00s [ 53/127] Installing perl-Pod-Escapes-1 100% | 25.3 MiB/s | 25.9 KiB | 00m00s [ 54/127] Installing perl-if-0:0.61.000 100% | 6.1 MiB/s | 6.2 KiB | 00m00s [ 55/127] Installing perl-Net-SSLeay-0: 100% | 42.5 MiB/s | 1.4 MiB | 00m00s [ 56/127] Installing perl-locale-0:1.12 100% | 6.7 MiB/s | 6.9 KiB | 00m00s [ 57/127] Installing perl-IO-Socket-SSL 100% | 115.1 MiB/s | 707.4 KiB | 00m00s [ 58/127] Installing perl-Term-ANSIColo 100% | 48.4 MiB/s | 99.2 KiB | 00m00s [ 59/127] Installing perl-Term-Cap-0:1. 100% | 1.3 MiB/s | 30.6 KiB | 00m00s [ 60/127] Installing perl-Pod-Simple-1: 100% | 111.4 MiB/s | 570.4 KiB | 00m00s [ 61/127] Installing perl-POSIX-0:2.20- 100% | 113.4 MiB/s | 232.3 KiB | 00m00s [ 62/127] Installing perl-File-Temp-1:0 100% | 160.2 MiB/s | 164.1 KiB | 00m00s [ 63/127] Installing perl-HTTP-Tiny-0:0 100% | 6.4 MiB/s | 156.4 KiB | 00m00s [ 64/127] Installing perl-IPC-Open3-0:1 100% | 22.7 MiB/s | 23.3 KiB | 00m00s [ 65/127] Installing perl-Class-Struct- 100% | 25.3 MiB/s | 25.9 KiB | 00m00s [ 66/127] Installing perl-Socket-4:2.03 100% | 59.6 MiB/s | 122.0 KiB | 00m00s [ 67/127] Installing perl-Symbol-0:1.09 100% | 0.0 B/s | 7.2 KiB | 00m00s [ 68/127] Installing perl-SelectSaver-0 100% | 2.5 MiB/s | 2.6 KiB | 00m00s [ 69/127] Installing perl-podlators-1:6 100% | 17.4 MiB/s | 321.4 KiB | 00m00s [ 70/127] Installing perl-Pod-Perldoc-0 100% | 4.0 MiB/s | 169.2 KiB | 00m00s [ 71/127] Installing perl-File-stat-0:1 100% | 12.7 MiB/s | 13.1 KiB | 00m00s [ 72/127] Installing perl-Text-ParseWor 100% | 14.2 MiB/s | 14.6 KiB | 00m00s [ 73/127] Installing perl-Fcntl-0:1.18- 100% | 24.4 MiB/s | 50.0 KiB | 00m00s [ 74/127] Installing perl-base-0:2.27-5 100% | 12.6 MiB/s | 12.9 KiB | 00m00s [ 75/127] Installing perl-mro-0:1.29-51 100% | 41.6 MiB/s | 42.6 KiB | 00m00s [ 76/127] Installing perl-overloading-0 100% | 5.4 MiB/s | 5.5 KiB | 00m00s [ 77/127] Installing perl-Pod-Usage-4:2 100% | 4.5 MiB/s | 87.9 KiB | 00m00s [ 78/127] Installing perl-IO-0:1.55-517 100% | 6.2 MiB/s | 151.2 KiB | 00m00s [ 79/127] Installing perl-constant-0:1. 100% | 26.7 MiB/s | 27.4 KiB | 00m00s [ 80/127] Installing perl-parent-1:0.24 100% | 10.7 MiB/s | 11.0 KiB | 00m00s [ 81/127] Installing perl-MIME-Base64-0 100% | 21.6 MiB/s | 44.3 KiB | 00m00s [ 82/127] Installing perl-File-Basename 100% | 14.2 MiB/s | 14.6 KiB | 00m00s [ 83/127] Installing perl-Errno-0:1.38- 100% | 0.0 B/s | 8.7 KiB | 00m00s [ 84/127] Installing perl-Scalar-List-U 100% | 48.3 MiB/s | 148.5 KiB | 00m00s [ 85/127] Installing perl-vars-0:1.05-5 100% | 4.2 MiB/s | 4.3 KiB | 00m00s [ 86/127] Installing perl-Getopt-Std-0: 100% | 11.5 MiB/s | 11.7 KiB | 00m00s [ 87/127] Installing perl-overload-0:1. 100% | 7.0 MiB/s | 71.9 KiB | 00m00s [ 88/127] Installing perl-Storable-1:3. 100% | 114.2 MiB/s | 233.9 KiB | 00m00s [ 89/127] Installing perl-Getopt-Long-1 100% | 71.9 MiB/s | 147.2 KiB | 00m00s [ 90/127] Installing perl-Exporter-0:5. 100% | 54.3 MiB/s | 55.6 KiB | 00m00s [ 91/127] Installing perl-Carp-0:1.54-5 100% | 46.6 MiB/s | 47.7 KiB | 00m00s [ 92/127] Installing perl-PathTools-0:3 100% | 60.1 MiB/s | 184.5 KiB | 00m00s [ 93/127] Installing perl-DynaLoader-0: 100% | 31.7 MiB/s | 32.5 KiB | 00m00s [ 94/127] Installing perl-Encode-4:3.21 100% | 39.8 MiB/s | 4.7 MiB | 00m00s [ 95/127] Installing perl-libs-4:5.40.2 100% | 40.0 MiB/s | 9.9 MiB | 00m00s [ 96/127] Installing perl-interpreter-4 100% | 2.7 MiB/s | 119.9 KiB | 00m00s [ 97/127] Installing perl-TermReadKey-0 100% | 21.5 MiB/s | 66.2 KiB | 00m00s [ 98/127] Installing perl-Error-1:0.170 100% | 26.0 MiB/s | 80.0 KiB | 00m00s [ 99/127] Installing perl-File-Find-0:1 100% | 41.5 MiB/s | 42.5 KiB | 00m00s [100/127] Installing perl-lib-0:0.65-51 100% | 8.7 MiB/s | 8.9 KiB | 00m00s [101/127] Installing libcbor-0:0.11.0-3 100% | 38.7 MiB/s | 79.2 KiB | 00m00s [102/127] Installing libfido2-0:1.15.0- 100% | 79.3 MiB/s | 243.6 KiB | 00m00s [103/127] Installing libX11-common-0:1. 100% | 24.2 MiB/s | 1.2 MiB | 00m00s [104/127] Installing libX11-0:1.8.11-1. 100% | 41.5 MiB/s | 1.3 MiB | 00m00s [105/127] Installing libXext-0:1.3.6-3. 100% | 44.5 MiB/s | 91.2 KiB | 00m00s [106/127] Installing libXi-0:1.8.2-2.fc 100% | 41.8 MiB/s | 85.7 KiB | 00m00s [107/127] Installing libXtst-0:1.2.5-2. 100% | 1.3 MiB/s | 34.6 KiB | 00m00s [108/127] Installing libXcomposite-0:0. 100% | 22.5 MiB/s | 46.0 KiB | 00m00s [109/127] Installing libXrender-0:0.9.1 100% | 4.2 MiB/s | 51.3 KiB | 00m00s [110/127] Installing xml-common-0:0.6.3 100% | 26.4 MiB/s | 81.1 KiB | 00m00s [111/127] Installing fontconfig-0:2.16. 100% | 720.5 KiB/s | 783.9 KiB | 00m01s [112/127] Installing xorg-x11-fonts-Typ 100% | 808.2 KiB/s | 865.6 KiB | 00m01s [113/127] Installing tzdata-java-0:2025 100% | 98.1 MiB/s | 100.5 KiB | 00m00s [114/127] Installing lksctp-tools-0:1.0 100% | 12.4 MiB/s | 254.7 KiB | 00m00s [115/127] Installing javapackages-files 100% | 1.8 MiB/s | 5.5 KiB | 00m00s [116/127] Installing java-21-openjdk-he 100% | 96.4 MiB/s | 202.0 MiB | 00m02s [117/127] Installing java-21-openjdk-1: 100% | 37.5 MiB/s | 1.1 MiB | 00m00s [118/127] Installing openssh-0:9.9p1-10 100% | 62.6 MiB/s | 1.4 MiB | 00m00s [119/127] Installing libedit-0:3.1-55.2 100% | 21.8 MiB/s | 245.8 KiB | 00m00s [120/127] Installing openssh-clients-0: 100% | 52.9 MiB/s | 2.7 MiB | 00m00s [121/127] Installing less-0:668-2.fc42. 100% | 13.3 MiB/s | 409.1 KiB | 00m00s [122/127] Installing git-core-0:2.49.0- 100% | 135.5 MiB/s | 22.8 MiB | 00m00s [123/127] Installing git-core-doc-0:2.4 100% | 36.9 MiB/s | 17.8 MiB | 00m00s [124/127] Installing perl-Git-0:2.49.0- 100% | 63.5 MiB/s | 65.0 KiB | 00m00s [125/127] Installing git-0:2.49.0-1.fc4 100% | 42.7 MiB/s | 87.5 KiB | 00m00s [126/127] Installing java-21-openjdk-de 100% | 81.3 MiB/s | 11.2 MiB | 00m00s [127/127] Installing python-unversioned 100% | 2.0 KiB/s | 424.0 B | 00m00s Complete! INFO: Finish: run INFO:__main__:running command: mock -r /var/lib/copr-rpmbuild/results/mock-config.cfg --copyin /var/lib/copr-rpmbuild/workspace/workdir-042266uu/script /script INFO: mock.py version 6.1 starting (python version = 3.13.0, NVR = mock-6.1-1.fc41), args: /usr/libexec/mock/mock -r /var/lib/copr-rpmbuild/results/mock-config.cfg --copyin /var/lib/copr-rpmbuild/workspace/workdir-042266uu/script /script Start(bootstrap): init plugins INFO: tmpfs initialized INFO: selinux enabled INFO: chroot_scan: initialized INFO: compress_logs: initialized Finish(bootstrap): init plugins Start: init plugins INFO: tmpfs initialized INFO: selinux enabled INFO: chroot_scan: initialized INFO: compress_logs: initialized Finish: init plugins INFO: Signal handler active Start: run Mock Version: 6.1 INFO: Mock Version: 6.1 Start(bootstrap): chroot init INFO: mounting tmpfs at /var/lib/mock/copr-custom-fedora-42-x86_64-bootstrap/root. INFO: reusing tmpfs at /var/lib/mock/copr-custom-fedora-42-x86_64-bootstrap/root. INFO: calling preinit hooks INFO: enabled root cache INFO: enabled package manager cache Start(bootstrap): cleaning package manager metadata Finish(bootstrap): cleaning package manager metadata INFO: Package manager dnf5 detected and used (fallback) Finish(bootstrap): chroot init Start: chroot init INFO: mounting tmpfs at /var/lib/mock/copr-custom-fedora-42-x86_64/root. INFO: reusing tmpfs at /var/lib/mock/copr-custom-fedora-42-x86_64/root. INFO: calling preinit hooks INFO: enabled root cache INFO: enabled package manager cache Start: cleaning package manager metadata Finish: cleaning package manager metadata INFO: enabled HW Info plugin INFO: Package manager dnf5 detected and used (direct choice) Finish: chroot init INFO: copying /var/lib/copr-rpmbuild/workspace/workdir-042266uu/script to /var/lib/mock/copr-custom-fedora-42-x86_64/root/script Finish: run INFO:__main__:running command: mock -r /var/lib/copr-rpmbuild/results/mock-config.cfg --chroot 'set -ex; chmod a+x /script; rm -rf /workdir; mkdir -p /workdir; chown mockbuild /workdir;' INFO: mock.py version 6.1 starting (python version = 3.13.0, NVR = mock-6.1-1.fc41), args: /usr/libexec/mock/mock -r /var/lib/copr-rpmbuild/results/mock-config.cfg --chroot 'set -ex; chmod a+x /script; rm -rf /workdir; mkdir -p /workdir; chown mockbuild /workdir;' Start(bootstrap): init plugins INFO: tmpfs initialized INFO: selinux enabled INFO: chroot_scan: initialized INFO: compress_logs: initialized Finish(bootstrap): init plugins Start: init plugins INFO: tmpfs initialized INFO: selinux enabled INFO: chroot_scan: initialized INFO: compress_logs: initialized Finish: init plugins INFO: Signal handler active Start: run Mock Version: 6.1 INFO: Mock Version: 6.1 Start(bootstrap): chroot init INFO: mounting tmpfs at /var/lib/mock/copr-custom-fedora-42-x86_64-bootstrap/root. INFO: reusing tmpfs at /var/lib/mock/copr-custom-fedora-42-x86_64-bootstrap/root. INFO: calling preinit hooks INFO: enabled root cache INFO: enabled package manager cache Start(bootstrap): cleaning package manager metadata Finish(bootstrap): cleaning package manager metadata INFO: Package manager dnf5 detected and used (fallback) Finish(bootstrap): chroot init Start: chroot init INFO: mounting tmpfs at /var/lib/mock/copr-custom-fedora-42-x86_64/root. INFO: reusing tmpfs at /var/lib/mock/copr-custom-fedora-42-x86_64/root. INFO: calling preinit hooks INFO: enabled root cache INFO: enabled package manager cache Start: cleaning package manager metadata Finish: cleaning package manager metadata INFO: enabled HW Info plugin INFO: Package manager dnf5 detected and used (direct choice) Finish: chroot init INFO: Running in chroot: ['set -ex; chmod a+x /script; rm -rf /workdir; mkdir -p /workdir; chown mockbuild /workdir;'] Start: chroot ['set -ex; chmod a+x /script; rm -rf /workdir; mkdir -p /workdir; chown mockbuild /workdir;'] + chmod a+x /script + rm -rf /workdir + mkdir -p /workdir + chown mockbuild /workdir Finish: chroot ['set -ex; chmod a+x /script; rm -rf /workdir; mkdir -p /workdir; chown mockbuild /workdir;'] Finish: run INFO:__main__:running command: mock -r /var/lib/copr-rpmbuild/results/mock-config.cfg --copyin /var/lib/copr-rpmbuild/results/hook_payload /workdir/hook_payload INFO: mock.py version 6.1 starting (python version = 3.13.0, NVR = mock-6.1-1.fc41), args: /usr/libexec/mock/mock -r /var/lib/copr-rpmbuild/results/mock-config.cfg --copyin /var/lib/copr-rpmbuild/results/hook_payload /workdir/hook_payload Start(bootstrap): init plugins INFO: tmpfs initialized INFO: selinux enabled INFO: chroot_scan: initialized INFO: compress_logs: initialized Finish(bootstrap): init plugins Start: init plugins INFO: tmpfs initialized INFO: selinux enabled INFO: chroot_scan: initialized INFO: compress_logs: initialized Finish: init plugins INFO: Signal handler active Start: run Mock Version: 6.1 INFO: Mock Version: 6.1 Start(bootstrap): chroot init INFO: mounting tmpfs at /var/lib/mock/copr-custom-fedora-42-x86_64-bootstrap/root. INFO: reusing tmpfs at /var/lib/mock/copr-custom-fedora-42-x86_64-bootstrap/root. INFO: calling preinit hooks INFO: enabled root cache INFO: enabled package manager cache Start(bootstrap): cleaning package manager metadata Finish(bootstrap): cleaning package manager metadata INFO: Package manager dnf5 detected and used (fallback) Finish(bootstrap): chroot init Start: chroot init INFO: mounting tmpfs at /var/lib/mock/copr-custom-fedora-42-x86_64/root. INFO: reusing tmpfs at /var/lib/mock/copr-custom-fedora-42-x86_64/root. INFO: calling preinit hooks INFO: enabled root cache INFO: enabled package manager cache Start: cleaning package manager metadata Finish: cleaning package manager metadata INFO: enabled HW Info plugin INFO: Package manager dnf5 detected and used (direct choice) Finish: chroot init INFO: copying /var/lib/copr-rpmbuild/results/hook_payload to /var/lib/mock/copr-custom-fedora-42-x86_64/root/workdir/hook_payload Finish: run INFO:__main__:running command: mock -r /var/lib/copr-rpmbuild/results/mock-config.cfg --shell 'chmod a+r /workdir/hook_payload' INFO: mock.py version 6.1 starting (python version = 3.13.0, NVR = mock-6.1-1.fc41), args: /usr/libexec/mock/mock -r /var/lib/copr-rpmbuild/results/mock-config.cfg --shell 'chmod a+r /workdir/hook_payload' Start(bootstrap): init plugins INFO: tmpfs initialized INFO: selinux enabled INFO: chroot_scan: initialized INFO: compress_logs: initialized Finish(bootstrap): init plugins Start: init plugins INFO: tmpfs initialized INFO: selinux enabled INFO: chroot_scan: initialized INFO: compress_logs: initialized Finish: init plugins INFO: Signal handler active Start: run Start(bootstrap): chroot init INFO: mounting tmpfs at /var/lib/mock/copr-custom-fedora-42-x86_64-bootstrap/root. INFO: reusing tmpfs at /var/lib/mock/copr-custom-fedora-42-x86_64-bootstrap/root. INFO: calling preinit hooks INFO: enabled root cache INFO: enabled package manager cache Start(bootstrap): cleaning package manager metadata Finish(bootstrap): cleaning package manager metadata INFO: Package manager dnf5 detected and used (fallback) Finish(bootstrap): chroot init Start: chroot init INFO: mounting tmpfs at /var/lib/mock/copr-custom-fedora-42-x86_64/root. INFO: reusing tmpfs at /var/lib/mock/copr-custom-fedora-42-x86_64/root. INFO: calling preinit hooks INFO: enabled root cache INFO: enabled package manager cache Start: cleaning package manager metadata Finish: cleaning package manager metadata INFO: enabled HW Info plugin INFO: Package manager dnf5 detected and used (direct choice) Finish: chroot init Start: shell ]11;?Finish: shell Finish: run INFO:__main__:running command: mock -r /var/lib/copr-rpmbuild/results/mock-config.cfg --unpriv --chroot 'set -xe ; cd /workdir ; COPR_OWNER=@pgjdbc COPR_PROJECT=pgjdbc-ci COPR_PACKAGE=postgresql-jdbc COPR_RESULTDIR=/workdir/srpm_results /script' INFO: mock.py version 6.1 starting (python version = 3.13.0, NVR = mock-6.1-1.fc41), args: /usr/libexec/mock/mock -r /var/lib/copr-rpmbuild/results/mock-config.cfg --unpriv --chroot 'set -xe ; cd /workdir ; COPR_OWNER=@pgjdbc COPR_PROJECT=pgjdbc-ci COPR_PACKAGE=postgresql-jdbc COPR_RESULTDIR=/workdir/srpm_results /script' Start(bootstrap): init plugins INFO: tmpfs initialized INFO: selinux enabled INFO: chroot_scan: initialized INFO: compress_logs: initialized Finish(bootstrap): init plugins Start: init plugins INFO: tmpfs initialized INFO: selinux enabled INFO: chroot_scan: initialized INFO: compress_logs: initialized Finish: init plugins INFO: Signal handler active Start: run Mock Version: 6.1 INFO: Mock Version: 6.1 Start(bootstrap): chroot init INFO: mounting tmpfs at /var/lib/mock/copr-custom-fedora-42-x86_64-bootstrap/root. INFO: reusing tmpfs at /var/lib/mock/copr-custom-fedora-42-x86_64-bootstrap/root. INFO: calling preinit hooks INFO: enabled root cache INFO: enabled package manager cache Start(bootstrap): cleaning package manager metadata Finish(bootstrap): cleaning package manager metadata INFO: Package manager dnf5 detected and used (fallback) Finish(bootstrap): chroot init Start: chroot init INFO: mounting tmpfs at /var/lib/mock/copr-custom-fedora-42-x86_64/root. INFO: reusing tmpfs at /var/lib/mock/copr-custom-fedora-42-x86_64/root. INFO: calling preinit hooks INFO: enabled root cache INFO: enabled package manager cache Start: cleaning package manager metadata Finish: cleaning package manager metadata INFO: enabled HW Info plugin INFO: Package manager dnf5 detected and used (direct choice) Finish: chroot init INFO: Running in chroot: ['set -xe ; cd /workdir ; COPR_OWNER=@pgjdbc COPR_PROJECT=pgjdbc-ci COPR_PACKAGE=postgresql-jdbc COPR_RESULTDIR=/workdir/srpm_results /script'] Start: chroot ['set -xe ; cd /workdir ; COPR_OWNER=@pgjdbc COPR_PROJECT=pgjdbc-ci COPR_PACKAGE=postgresql-jdbc COPR_RESULTDIR=/workdir/srpm_results /script'] + cd /workdir + COPR_OWNER=@pgjdbc + COPR_PROJECT=pgjdbc-ci + COPR_PACKAGE=postgresql-jdbc + COPR_RESULTDIR=/workdir/srpm_results + /script + set -e + set -o pipefail + clone_url_parent=https://github.com/pgjdbc/pgjdbc.git ++ basename https://github.com/pgjdbc/pgjdbc.git + workdir=pgjdbc.git + workdir=pgjdbc ++ readlink -f hook_payload + hook_payload=/workdir/hook_payload + mkdir -p /workdir/srpm_results ++ readlink -f /workdir/srpm_results + resultdir=/workdir/srpm_results + test -d copr-ci-tooling + git clone --depth 1 https://github.com/praiskup/copr-ci-tooling.git Cloning into 'copr-ci-tooling'... + export PATH=/workdir/copr-ci-tooling:/usr/bin:/bin:/usr/sbin:/sbin + PATH=/workdir/copr-ci-tooling:/usr/bin:/bin:/usr/sbin:/sbin + git clone --recursive --no-single-branch https://github.com/pgjdbc/pgjdbc.git Cloning into 'pgjdbc'... + cd pgjdbc + test -f /workdir/hook_payload + webhook-checkout /workdir/hook_payload From https://github.com/pgjdbc/pgjdbc * [new ref] 5b72f3bfead60c377b610f3e2a2ab4ca449461ed -> pull-requests/pr-detached-3633 Note: switching to 'refs/remotes/pull-requests/pr-detached-3633'. 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 5b72f3bf Merge 6b63e484c475c4578011129dce256d367f8cf907 into 2de9b943c693c745ea9280444d72b408165caa11 + ./gradlew :postgresql:sourceDistribution -Prelease -PjdkBuildVersion=21 Downloading https://services.gradle.org/distributions/gradle-8.14-bin.zip .............10%.............20%.............30%.............40%.............50%.............60%.............70%.............80%.............90%..............100% Welcome to Gradle 8.14! Here are the highlights of this release: - Java 24 support - GraalVM Native Image toolchain selection - Enhancements to test reporting - Build Authoring improvements For more details see https://docs.gradle.org/8.14/release-notes.html Starting a Gradle Daemon (subsequent builds will be faster) > Task :build-logic-commons:gradle-plugin:checkKotlinGradlePluginConfigurationErrors SKIPPED > Task :build-logic-commons:gradle-plugin:generateExternalPluginSpecBuilders FROM-CACHE > Task :build-logic-commons:gradle-plugin:extractPrecompiledScriptPluginPlugins > Task :build-logic-commons:gradle-plugin:generateScriptPluginAdapters > Task :build-logic-commons:gradle-plugin:pluginDescriptors > Task :build-logic-commons:gradle-plugin:processResources > Task :build-logic-commons:gradle-plugin:compilePluginsBlocks > Task :build-logic-commons:gradle-plugin:generatePrecompiledScriptPluginAccessors > Task :build-logic-commons:gradle-plugin:compileKotlin > Task :build-logic-commons:gradle-plugin:compileJava NO-SOURCE > Task :build-logic-commons:gradle-plugin:classes > Task :build-logic-commons:gradle-plugin:jar > Task :build-logic:basics:checkKotlinGradlePluginConfigurationErrors SKIPPED > Task :build-logic:build-parameters:checkKotlinGradlePluginConfigurationErrors SKIPPED > Task :build-logic:build-parameters:generatePluginCode > Task :build-logic:build-parameters:compileKotlin NO-SOURCE > Task :build-logic:basics:extractPrecompiledScriptPluginPlugins > Task :build-logic:basics:generateScriptPluginAdapters > Task :build-logic:basics:pluginDescriptors > Task :build-logic:basics:processResources > Task :build-logic:build-parameters:compileJava FROM-CACHE > Task :build-logic:build-parameters:pluginDescriptors > Task :build-logic:build-parameters:processResources > Task :build-logic:build-parameters:classes > Task :build-logic:build-parameters:jar > Task :build-logic:basics:generateExternalPluginSpecBuilders FROM-CACHE > Task :build-logic:basics:compilePluginsBlocks > Task :build-logic:basics:generatePrecompiledScriptPluginAccessors > Task :build-logic:basics:compileKotlin > Task :build-logic:basics:compileJava NO-SOURCE > Task :build-logic:basics:classes > Task :build-logic:basics:jar > Configure project : Building pgjdbc 42.7.5 > Task :build-logic:verification:checkKotlinGradlePluginConfigurationErrors SKIPPED > Task :build-logic:jvm:checkKotlinGradlePluginConfigurationErrors SKIPPED > Task :build-logic:jvm:extractPrecompiledScriptPluginPlugins > Task :build-logic:jvm:generateScriptPluginAdapters > Task :build-logic:jvm:pluginDescriptors > Task :build-logic:jvm:processResources > Task :build-logic:verification:generateExternalPluginSpecBuilders FROM-CACHE > Task :build-logic:verification:extractPrecompiledScriptPluginPlugins > Task :build-logic:verification:generateScriptPluginAdapters > Task :build-logic:verification:pluginDescriptors > Task :build-logic:verification:processResources > Task :build-logic:verification:compilePluginsBlocks > Task :build-logic:verification:generatePrecompiledScriptPluginAccessors > Task :build-logic:verification:compileKotlin > Task :build-logic:verification:compileJava NO-SOURCE > Task :build-logic:verification:classes > Task :build-logic:verification:jar > Task :build-logic:jvm:generateExternalPluginSpecBuilders FROM-CACHE > Task :build-logic:jvm:compilePluginsBlocks > Task :build-logic:jvm:generatePrecompiledScriptPluginAccessors > Task :build-logic:jvm:compileKotlin > Task :build-logic:jvm:compileJava NO-SOURCE > Task :build-logic:jvm:classes > Task :build-logic:jvm:jar > Task :build-logic:publishing:checkKotlinGradlePluginConfigurationErrors SKIPPED > Task :build-logic:java-comment-preprocessor:checkKotlinGradlePluginConfigurationErrors SKIPPED > Task :build-logic:publishing:generateExternalPluginSpecBuilders > Task :build-logic:publishing:extractPrecompiledScriptPluginPlugins > Task :build-logic:java-comment-preprocessor:generateExternalPluginSpecBuilders FROM-CACHE > Task :build-logic:publishing:generateScriptPluginAdapters > Task :build-logic:publishing:pluginDescriptors > Task :build-logic:publishing:processResources > Task :build-logic:java-comment-preprocessor:extractPrecompiledScriptPluginPlugins > Task :build-logic:publishing:compilePluginsBlocks > Task :build-logic:java-comment-preprocessor:compilePluginsBlocks > Task :build-logic:publishing:generatePrecompiledScriptPluginAccessors > Task :build-logic:java-comment-preprocessor:generatePrecompiledScriptPluginAccessors > Task :build-logic:java-comment-preprocessor:generateScriptPluginAdapters > Task :build-logic:java-comment-preprocessor:compileKotlin > Task :build-logic:java-comment-preprocessor:compileJava NO-SOURCE > Task :build-logic:java-comment-preprocessor:pluginDescriptors > Task :build-logic:java-comment-preprocessor:processResources > Task :build-logic:java-comment-preprocessor:classes > Task :build-logic:java-comment-preprocessor:jar > Task :build-logic:publishing:compileKotlin > Task :build-logic:publishing:compileJava NO-SOURCE > Task :build-logic:publishing:classes > Task :build-logic:publishing:jar > Task :postgresql:preprocessVersion > Task :postgresql:compileJava Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. > Task :postgresql:processResources > Task :postgresql:classes > Task :postgresql:jandexMain > Task :postgresql:processJandexIndex NO-SOURCE > Task :postgresql:jar > Task :postgresql:generateFeatures > Task :postgresql:generateRepo > Task :postgresql:generateKar > Task :postgresql:removeTypeAnnotations > Task :postgresql:getShadedDependencyLicenses > Task :postgresql:renderShadedLicense > Task :postgresql:renderShadedLicenseCopySpec > Task :postgresql:compileTestFixturesJava > Task :postgresql:jandexTestFixtures > Task :postgresql:processTestFixturesJandexIndex NO-SOURCE > Task :postgresql:processTestFixturesResources NO-SOURCE > Task :postgresql:testFixturesClasses > Task :postgresql:testFixturesJar > Task :postgresql:sourceDistribution [Incubating] Problems report is available at: file:///workdir/pgjdbc/build/reports/problems/problems-report.html Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. For more on this, please refer to https://docs.gradle.org/8.14/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation. BUILD SUCCESSFUL in 3m 29s 75 actionable tasks: 69 executed, 6 from cache S3 cache 175ms wasted on misses, reads: 128, hits: 6, elapsed: 5s, received: 80 KiB ++ grep pgjdbc.version gradle.properties ++ cut -d = -f2- + project_version=42.7.5 + cp pgjdbc/build/distributions/postgresql-42.7.5-jdbc-src.tar.gz /workdir/srpm_results ++ git rev-parse --short=7 HEAD + git_rev=5b72f3b ++ date +%Y%m%d_%H%M%S + date_rev=20250519_173438 + release=20250519_173438.git5b72f3b + cd packaging/rpm + spec=postgresql-jdbc.spec + sed -e 's!^Release:.*$!Release: 1.20250519_173438.git5b72f3b%{?dist}!' -e 's!^Version:.*$!Version: 42.7.5!' postgresql-jdbc.spec.tpl + cp postgresql-jdbc.spec /workdir/srpm_results Finish: chroot ['set -xe ; cd /workdir ; COPR_OWNER=@pgjdbc COPR_PROJECT=pgjdbc-ci COPR_PACKAGE=postgresql-jdbc COPR_RESULTDIR=/workdir/srpm_results /script'] Finish: run Running: mock -r /var/lib/copr-rpmbuild/results/mock-config.cfg --copyout /workdir/srpm_results /var/lib/copr-rpmbuild/workspace/workdir-042266uu/srcdir cmd: ['mock', '-r', '/var/lib/copr-rpmbuild/results/mock-config.cfg', '--copyout', '/workdir/srpm_results', '/var/lib/copr-rpmbuild/workspace/workdir-042266uu/srcdir'] cwd: . rc: 0 stdout: stderr: INFO: mock.py version 6.1 starting (python version = 3.13.0, NVR = mock-6.1-1.fc41), args: /usr/libexec/mock/mock -r /var/lib/copr-rpmbuild/results/mock-config.cfg --copyout /workdir/srpm_results /var/lib/copr-rpmbuild/workspace/workdir-042266uu/srcdir Start(bootstrap): init plugins INFO: tmpfs initialized INFO: selinux enabled INFO: chroot_scan: initialized INFO: compress_logs: initialized Finish(bootstrap): init plugins Start: init plugins INFO: tmpfs initialized INFO: selinux enabled INFO: chroot_scan: initialized INFO: compress_logs: initialized Finish: init plugins INFO: Signal handler active Start: run Mock Version: 6.1 INFO: Mock Version: 6.1 Start(bootstrap): chroot init INFO: mounting tmpfs at /var/lib/mock/copr-custom-fedora-42-x86_64-bootstrap/root. INFO: reusing tmpfs at /var/lib/mock/copr-custom-fedora-42-x86_64-bootstrap/root. INFO: calling preinit hooks INFO: enabled root cache INFO: enabled package manager cache Start(bootstrap): cleaning package manager metadata Finish(bootstrap): cleaning package manager metadata INFO: Package manager dnf5 detected and used (fallback) Finish(bootstrap): chroot init Start: chroot init INFO: mounting tmpfs at /var/lib/mock/copr-custom-fedora-42-x86_64/root. INFO: reusing tmpfs at /var/lib/mock/copr-custom-fedora-42-x86_64/root. INFO: calling preinit hooks INFO: enabled root cache INFO: enabled package manager cache Start: cleaning package manager metadata Finish: cleaning package manager metadata INFO: enabled HW Info plugin INFO: Package manager dnf5 detected and used (direct choice) Finish: chroot init INFO: copying /var/lib/mock/copr-custom-fedora-42-x86_64/root/workdir/srpm_results to /var/lib/copr-rpmbuild/workspace/workdir-042266uu/srcdir Finish: run Running: mock -r /var/lib/copr-rpmbuild/results/mock-config.cfg --scrub all cmd: ['mock', '-r', '/var/lib/copr-rpmbuild/results/mock-config.cfg', '--scrub', 'all'] cwd: . rc: 0 stdout: stderr: INFO: mock.py version 6.1 starting (python version = 3.13.0, NVR = mock-6.1-1.fc41), args: /usr/libexec/mock/mock -r /var/lib/copr-rpmbuild/results/mock-config.cfg --scrub all Start(bootstrap): init plugins INFO: tmpfs initialized INFO: selinux enabled INFO: chroot_scan: initialized INFO: compress_logs: initialized Finish(bootstrap): init plugins Start: init plugins INFO: tmpfs initialized INFO: selinux enabled INFO: chroot_scan: initialized INFO: compress_logs: initialized Finish: init plugins INFO: Signal handler active Start: run Start: scrub ['all'] INFO: scrubbing everything for mock-config INFO: unmounting tmpfs. INFO: unmounting tmpfs. Finish: scrub ['all'] Finish: run Running: rpmbuild -bs --define '_sourcedir /var/lib/copr-rpmbuild/workspace/workdir-042266uu/srcdir' --define '_rpmdir /var/lib/copr-rpmbuild/workspace/workdir-042266uu/srcdir' --define '_builddir /var/lib/copr-rpmbuild/workspace/workdir-042266uu/srcdir' --define '_specdir /var/lib/copr-rpmbuild/workspace/workdir-042266uu/srcdir' --define '_srcrpmdir /var/lib/copr-rpmbuild/results' /var/lib/copr-rpmbuild/workspace/workdir-042266uu/srcdir/postgresql-jdbc.spec cmd: ['rpmbuild', '-bs', '--define', '_sourcedir /var/lib/copr-rpmbuild/workspace/workdir-042266uu/srcdir', '--define', '_rpmdir /var/lib/copr-rpmbuild/workspace/workdir-042266uu/srcdir', '--define', '_builddir /var/lib/copr-rpmbuild/workspace/workdir-042266uu/srcdir', '--define', '_specdir /var/lib/copr-rpmbuild/workspace/workdir-042266uu/srcdir', '--define', '_srcrpmdir /var/lib/copr-rpmbuild/results', '/var/lib/copr-rpmbuild/workspace/workdir-042266uu/srcdir/postgresql-jdbc.spec'] cwd: . rc: 0 stdout: setting SOURCE_DATE_EPOCH=1643500800 Wrote: /var/lib/copr-rpmbuild/results/postgresql-jdbc-42.7.5-1.20250519_173438.git5b72f3b.src.rpm stderr: Building target platforms: noarch Building for target noarch Output: ['hook_payload', 'postgresql-jdbc-42.7.5-1.20250519_173438.git5b72f3b.src.rpm', 'mock-config.cfg'] Running SRPMResults tool Package info: { "name": "postgresql-jdbc", "epoch": null, "version": "42.7.5", "release": "1.20250519_173438.git5b72f3b", "exclusivearch": [ "aarch64", "ppc64le", "s390x", "x86_64", "noarch" ], "excludearch": [] } SRPMResults finished