Warning: Permanently added '44.222.252.99' (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/8798010


Version: 1.2
PID: 9033
Logging PID: 9034
Task:
{'appstream': False,
 'background': False,
 'build_id': 8798010,
 'chroot': 'fedora-42-x86_64',
 'package_name': 'xray',
 'project_dirname': 'xtls',
 'project_name': 'xtls',
 'project_owner': 'vgaetera',
 'repos': [],
 'sandbox': 'vgaetera/xtls--vgaetera',
 'source_json': {'builddeps': 'pam',
                 'chroot': 'fedora-42-x86_64',
                 'repos': '',
                 'resultdir': None,
                 'script': 'tee xray.spec << "EOF" > /dev/null\n'
                           '%global forgeurl https://github.com/XTLS/Xray-core\n'
                           '%global version 1.250306.0\n'
                           '%global commit 6a211a0bb92a2dac8cbd85673f080cb98dfd40ee\n'
                           '%global date 20250320\n'
                           '%global gomodulesmode GO111MODULE=on\n'
                           '%global source_date_epoch_from_changelog 0\n'
                           '%global _enable_debug_packages 0\n'
                           '%forgemeta\n'
                           '\n'
                           'Name: xray\n'
                           'Version: %{forgeversion}\n'
                           'Release: %{autorelease}\n'
                           'Summary: Pluggable transport solution\n'
                           'License: MPL-2.0\n'
                           'URL: https://xtls.github.io/en/\n'
                           'Source0: %{forgesource}\n'
                           'Source1: %{name}@.service\n'
                           'Source2: %{name}.howto\n'
                           'BuildRequires: git-core\n'
                           'BuildRequires: golang-bin\n'
                           'BuildRequires: go-rpm-macros\n'
                           'BuildRequires: systemd-rpm-macros\n'
                           '\n'
                           '%description\n'
                           'XTLS/Xray is a pluggable transport solution.\n'
                           'It allows to circumvent censorship and data discrimination.\n'
                           '\n'
                           '%prep\n'
                           '%forgesetup\n'
                           '\n'
                           '%build\n'
                           'export GOPROXY="https://proxy.golang.org,direct"\n'
                           'export GOFLAGS="-trimpath"\n'
                           'export GO_LDFLAGS="-s -w"\n'
                           '%gobuild -o %{name} ./main\n'
                           '\n'
                           '%install\n'
                           '%__install -p -d -m 700 %{buildroot}%{_sysconfdir}/%{name}\n'
                           '%__install -p -D -m 644 -t %{buildroot}%{_unitdir} %{SOURCE1}\n'
                           '%__install -p -D -m 755 -t %{buildroot}%{_bindir} %{name}\n'
                           '%__install -p -D -m 644 -t %{buildroot}%{_pkgdocdir} %{SOURCE2} README.md\n'
                           '\n'
                           '%post\n'
                           'for UNIT in $(systemctl -P Id show %{name}@\\*.service)\n'
                           'do %systemd_post ${UNIT}\n'
                           'done\n'
                           '\n'
                           '%preun\n'
                           'for UNIT in $(systemctl -P Id show %{name}@\\*.service)\n'
                           'do %systemd_preun ${UNIT}\n'
                           'done\n'
                           '\n'
                           '%postun\n'
                           'for UNIT in $(systemctl -P Id show %{name}@\\*.service)\n'
                           'do %systemd_postun_with_restart ${UNIT}\n'
                           'done\n'
                           '\n'
                           '%files\n'
                           '%license LICENSE\n'
                           '%doc %{_pkgdocdir}\n'
                           '%{_sysconfdir}/*\n'
                           '%{_unitdir}/*\n'
                           '%{_bindir}/*\n'
                           'EOF\n'
                           'tee xray@.service << "EOF" > /dev/null\n'
                           '[Unit]\n'
                           'Description=Xray %I\n'
                           'After=network-online.target\n'
                           'Wants=network-online.target\n'
                           '\n'
                           '[Service]\n'
                           'CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE\n'
                           'ExecStart=xray run -c %E/%p/%i.json\n'
                           '\n'
                           '[Install]\n'
                           'WantedBy=multi-user.target\n'
                           'EOF\n'
                           'tee xray.howto << "EOF" > /dev/null\n'
                           'run0 tee /etc/xray/local.json << EOI > /dev/null\n'
                           '{ ... }\n'
                           'EOI\n'
                           'run0 systemctl enable xray@local.service --now\n'
                           'EOF\n'},
 'source_type': 9,
 'submitter': 'vgaetera',
 'task_id': '8798010'}

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-712s0x07/script --builddeps pam --env COPR_OWNER=vgaetera --env COPR_PROJECT=xtls --env COPR_PACKAGE=xray
INFO:__main__:Working in '/workdir'
INFO:__main__:Results should be created in '/workdir'
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-2f38faee-6f51-4823-bede-cf6dccb13ef3
INFO: Checking that af42aad5b42710a78e897563778971592105e3254e94254fdac07a769e0e230b image matches host's architecture
INFO: Copy content of container af42aad5b42710a78e897563778971592105e3254e94254fdac07a769e0e230b to /var/lib/mock/copr-custom-fedora-42-x86_64-bootstrap/root
INFO: mounting af42aad5b42710a78e897563778971592105e3254e94254fdac07a769e0e230b with podman image mount
INFO: image af42aad5b42710a78e897563778971592105e3254e94254fdac07a769e0e230b as /var/lib/containers/storage/overlay/6e3d78a5236108a7166e76fcccbfc3d7c81863b86ed3dfa90ee5a3255cd76145/merged
INFO: umounting image af42aad5b42710a78e897563778971592105e3254e94254fdac07a769e0e230b (/var/lib/containers/storage/overlay/6e3d78a5236108a7166e76fcccbfc3d7c81863b86ed3dfa90ee5a3255cd76145/merged) with podman image umount
INFO: Removing image mock-bootstrap-2f38faee-6f51-4823-bede-cf6dccb13ef3
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% | 102.7 KiB/s |  31.4 KiB |  00m00s
 fedora                                 100% |  42.4 MiB/s |  35.6 MiB |  00m01s
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-2.fc41                fedora       1.1 MiB
 diffutils                         x86_64 3.10-9.fc42                fedora       1.6 MiB
 fedora-release-common             noarch 42-0.21                    fedora      20.1 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-1.fc42                fedora       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.7.6-26.fc42              fedora     258.7 KiB
 redhat-rpm-config                 noarch 342-2.fc42                 fedora     186.8 KiB
 rpm-build                         x86_64 4.20.0-8.fc42              fedora     165.2 KiB
 sed                               x86_64 4.9-4.fc42                 fedora     857.3 KiB
 shadow-utils                      x86_64 2:4.17.0-4.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.6.3-3.fc42             fedora       1.2 MiB
Installing dependencies:
 add-determinism                   x86_64 0.6.0-1.fc42               fedora       2.5 MiB
 alternatives                      x86_64 1.32-1.fc42                fedora      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-5.fc42  fedora       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-5.fc42                 fedora     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-2.fc42                   fedora      40.1 KiB
 elfutils                          x86_64 0.192-9.fc42               fedora       2.6 MiB
 elfutils-debuginfod-client        x86_64 0.192-9.fc42               fedora      79.9 KiB
 elfutils-default-yama-scope       noarch 0.192-9.fc42               fedora       1.8 KiB
 elfutils-libelf                   x86_64 0.192-9.fc42               fedora       1.2 MiB
 elfutils-libs                     x86_64 0.192-9.fc42               fedora     667.0 KiB
 fedora-gpg-keys                   noarch 42-0.5                     fedora     128.2 KiB
 fedora-release                    noarch 42-0.21                    fedora       0.0   B
 fedora-release-identity-basic     noarch 42-0.21                    fedora     701.0   B
 fedora-repos                      noarch 42-0.5                     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-36.fc42               fedora     112.0   B
 filesystem-srpm-macros            noarch 3.18-36.fc42               fedora      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.2-2.fc42                fedora      13.3 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-1.fc42                fedora       6.6 MiB
 glibc-common                      x86_64 2.41-1.fc42                fedora       1.0 MiB
 glibc-gconv-extra                 x86_64 2.41-1.fc42                fedora       7.2 MiB
 gmp                               x86_64 1:6.3.0-2.fc41             fedora     811.4 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.0.1-0.9.fc42            fedora     266.6 KiB
 libgomp                           x86_64 15.0.1-0.9.fc42            fedora     535.9 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.0.1-0.9.fc42            fedora       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-6.fc42              fedora     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.1-6.fc42               fedora     831.9 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-4.fc42               fedora     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.17.0-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.8.2-2.fc42               fedora     464.0   B
 readline                          x86_64 8.2-13.fc42                fedora     485.0 KiB
 rpm                               x86_64 4.20.0-8.fc42              fedora       3.0 MiB
 rpm-build-libs                    x86_64 4.20.0-8.fc42              fedora     202.6 KiB
 rpm-libs                          x86_64 4.20.0-8.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.3-7.fc42               fedora       2.2 MiB
 systemd-standalone-sysusers       x86_64 257.3-7.fc42               fedora     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.6.3-3.fc42             fedora     218.3 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.3-2.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% |   3.9 MiB/s |  52.1 KiB |  00m00s
[  2/148] bash-0:5.2.37-1.fc42.x86_64   100% | 113.0 MiB/s |   1.8 MiB |  00m00s
[  3/148] cpio-0:2.15-2.fc41.x86_64     100% |  95.0 MiB/s | 291.8 KiB |  00m00s
[  4/148] fedora-release-common-0:42-0. 100% |  24.3 MiB/s |  24.9 KiB |  00m00s
[  5/148] diffutils-0:3.10-9.fc42.x86_6 100% | 131.7 MiB/s | 404.6 KiB |  00m00s
[  6/148] findutils-1:4.10.0-5.fc42.x86 100% | 134.6 MiB/s | 551.5 KiB |  00m00s
[  7/148] glibc-minimal-langpack-0:2.41 100% |  41.5 MiB/s | 127.4 KiB |  00m00s
[  8/148] coreutils-0:9.6-2.fc42.x86_64 100% |  48.0 MiB/s |   1.2 MiB |  00m00s
[  9/148] grep-0:3.11-10.fc42.x86_64    100% |  97.7 MiB/s | 300.1 KiB |  00m00s
[ 10/148] gzip-0:1.13-3.fc42.x86_64     100% |  55.5 MiB/s | 170.4 KiB |  00m00s
[ 11/148] info-0:7.2-3.fc42.x86_64      100% |  59.8 MiB/s | 183.8 KiB |  00m00s
[ 12/148] patch-0:2.7.6-26.fc42.x86_64  100% |  62.7 MiB/s | 128.4 KiB |  00m00s
[ 13/148] redhat-rpm-config-0:342-2.fc4 100% |  39.9 MiB/s |  81.6 KiB |  00m00s
[ 14/148] rpm-build-0:4.20.0-8.fc42.x86 100% |  40.1 MiB/s |  82.0 KiB |  00m00s
[ 15/148] sed-0:4.9-4.fc42.x86_64       100% | 154.9 MiB/s | 317.3 KiB |  00m00s
[ 16/148] shadow-utils-2:4.17.0-4.fc42. 100% | 327.5 MiB/s |   1.3 MiB |  00m00s
[ 17/148] tar-2:1.35-5.fc42.x86_64      100% | 140.4 MiB/s | 862.5 KiB |  00m00s
[ 18/148] unzip-0:6.0-66.fc42.x86_64    100% |  36.1 MiB/s | 184.6 KiB |  00m00s
[ 19/148] which-0:2.23-1.fc42.x86_64    100% |  13.6 MiB/s |  41.7 KiB |  00m00s
[ 20/148] xz-1:5.6.3-3.fc42.x86_64      100% | 154.6 MiB/s | 475.0 KiB |  00m00s
[ 21/148] gawk-0:5.3.1-1.fc42.x86_64    100% | 215.8 MiB/s |   1.1 MiB |  00m00s
[ 22/148] util-linux-0:2.40.4-7.fc42.x8 100% | 164.9 MiB/s |   1.2 MiB |  00m00s
[ 23/148] filesystem-0:3.18-36.fc42.x86 100% | 221.9 MiB/s |   1.3 MiB |  00m00s
[ 24/148] glibc-0:2.41-1.fc42.x86_64    100% | 284.1 MiB/s |   2.3 MiB |  00m00s
[ 25/148] bzip2-libs-0:1.0.8-20.fc42.x8 100% |  10.6 MiB/s |  43.6 KiB |  00m00s
[ 26/148] ncurses-libs-0:6.5-5.20250125 100% |  40.9 MiB/s | 335.0 KiB |  00m00s
[ 27/148] libacl-0:2.3.2-3.fc42.x86_64  100% |  22.5 MiB/s |  23.0 KiB |  00m00s
[ 28/148] coreutils-common-0:9.6-2.fc42 100% | 302.9 MiB/s |   2.1 MiB |  00m00s
[ 29/148] gmp-1:6.3.0-2.fc41.x86_64     100% |  44.4 MiB/s | 318.0 KiB |  00m00s
[ 30/148] libattr-0:2.5.2-5.fc42.x86_64 100% |   4.2 MiB/s |  17.1 KiB |  00m00s
[ 31/148] libcap-0:2.73-2.fc42.x86_64   100% |  27.4 MiB/s |  84.3 KiB |  00m00s
[ 32/148] libselinux-0:3.8-1.fc42.x86_6 100% |  15.8 MiB/s |  97.1 KiB |  00m00s
[ 33/148] openssl-libs-1:3.2.4-3.fc42.x 100% | 209.5 MiB/s |   2.3 MiB |  00m00s
[ 34/148] fedora-repos-0:42-0.5.noarch  100% |   2.3 MiB/s |   9.4 KiB |  00m00s
[ 35/148] systemd-libs-0:257.3-7.fc42.x 100% |  80.0 MiB/s | 819.6 KiB |  00m00s
[ 36/148] glibc-common-0:2.41-1.fc42.x8 100% |  81.0 MiB/s | 414.8 KiB |  00m00s
[ 37/148] pcre2-0:10.45-1.fc42.x86_64   100% |  51.3 MiB/s | 262.8 KiB |  00m00s
[ 38/148] ed-0:1.21-2.fc42.x86_64       100% |  20.0 MiB/s |  82.0 KiB |  00m00s
[ 39/148] ansible-srpm-macros-0:1-17.1. 100% |  19.8 MiB/s |  20.3 KiB |  00m00s
[ 40/148] build-reproducibility-srpm-ma 100% |  11.4 MiB/s |  11.7 KiB |  00m00s
[ 41/148] dwz-0:0.15-9.fc42.x86_64      100% |  66.3 MiB/s | 135.7 KiB |  00m00s
[ 42/148] efi-srpm-macros-0:6-2.fc42.no 100% |  22.0 MiB/s |  22.5 KiB |  00m00s
[ 43/148] file-0:5.46-1.fc42.x86_64     100% |  23.8 MiB/s |  48.7 KiB |  00m00s
[ 44/148] filesystem-srpm-macros-0:3.18 100% |  25.0 MiB/s |  25.6 KiB |  00m00s
[ 45/148] fonts-srpm-macros-1:2.0.5-21. 100% |  26.5 MiB/s |  27.1 KiB |  00m00s
[ 46/148] forge-srpm-macros-0:0.4.0-2.f 100% |  19.4 MiB/s |  19.9 KiB |  00m00s
[ 47/148] fpc-srpm-macros-0:1.3-14.fc42 100% |   3.9 MiB/s |   8.0 KiB |  00m00s
[ 48/148] ghc-srpm-macros-0:1.9.2-2.fc4 100% |   8.9 MiB/s |   9.2 KiB |  00m00s
[ 49/148] gnat-srpm-macros-0:6-7.fc42.n 100% |   4.2 MiB/s |   8.6 KiB |  00m00s
[ 50/148] go-srpm-macros-0:3.6.0-6.fc42 100% |   9.0 MiB/s |  27.7 KiB |  00m00s
[ 51/148] kernel-srpm-macros-0:1.0-25.f 100% |   2.4 MiB/s |   9.9 KiB |  00m00s
[ 52/148] lua-srpm-macros-0:1-15.fc42.n 100% |   2.2 MiB/s |   8.9 KiB |  00m00s
[ 53/148] ocaml-srpm-macros-0:10-4.fc42 100% |   4.5 MiB/s |   9.2 KiB |  00m00s
[ 54/148] openblas-srpm-macros-0:2-19.f 100% |   7.6 MiB/s |   7.8 KiB |  00m00s
[ 55/148] package-notes-srpm-macros-0:0 100% |   9.0 MiB/s |   9.3 KiB |  00m00s
[ 56/148] perl-srpm-macros-0:1-57.fc42. 100% |   8.3 MiB/s |   8.5 KiB |  00m00s
[ 57/148] pyproject-srpm-macros-0:1.17. 100% |   6.8 MiB/s |  13.9 KiB |  00m00s
[ 58/148] python-srpm-macros-0:3.13-4.f 100% |  22.4 MiB/s |  23.0 KiB |  00m00s
[ 59/148] qt5-srpm-macros-0:5.15.15-1.f 100% |   8.7 MiB/s |   8.9 KiB |  00m00s
[ 60/148] qt6-srpm-macros-0:6.8.2-2.fc4 100% |   4.5 MiB/s |   9.3 KiB |  00m00s
[ 61/148] rust-srpm-macros-0:26.3-4.fc4 100% |  11.4 MiB/s |  11.7 KiB |  00m00s
[ 62/148] rpm-0:4.20.0-8.fc42.x86_64    100% | 177.7 MiB/s | 545.8 KiB |  00m00s
[ 63/148] tree-sitter-srpm-macros-0:0.1 100% |   5.5 MiB/s |  11.2 KiB |  00m00s
[ 64/148] zig-srpm-macros-0:1-4.fc42.no 100% |   4.0 MiB/s |   8.2 KiB |  00m00s
[ 65/148] zip-0:3.0-43.fc42.x86_64      100% | 128.7 MiB/s | 263.5 KiB |  00m00s
[ 66/148] debugedit-0:5.1-5.fc42.x86_64 100% |  38.2 MiB/s |  78.2 KiB |  00m00s
[ 67/148] elfutils-0:0.192-9.fc42.x86_6 100% | 134.4 MiB/s | 550.3 KiB |  00m00s
[ 68/148] elfutils-libelf-0:0.192-9.fc4 100% |  50.8 MiB/s | 207.9 KiB |  00m00s
[ 69/148] libarchive-0:3.7.7-4.fc42.x86 100% |  80.4 MiB/s | 411.8 KiB |  00m00s
[ 70/148] popt-0:1.19-8.fc42.x86_64     100% |  21.5 MiB/s |  65.9 KiB |  00m00s
[ 71/148] readline-0:8.2-13.fc42.x86_64 100% |  70.1 MiB/s | 215.2 KiB |  00m00s
[ 72/148] rpm-build-libs-0:4.20.0-8.fc4 100% |  32.1 MiB/s |  98.6 KiB |  00m00s
[ 73/148] rpm-libs-0:4.20.0-8.fc42.x86_ 100% | 153.2 MiB/s | 313.7 KiB |  00m00s
[ 74/148] zstd-0:1.5.7-1.fc42.x86_64    100% | 158.2 MiB/s | 485.9 KiB |  00m00s
[ 75/148] audit-libs-0:4.0.3-2.fc42.x86 100% |  40.8 MiB/s | 125.3 KiB |  00m00s
[ 76/148] libeconf-0:0.7.6-1.fc42.x86_6 100% |  17.2 MiB/s |  35.2 KiB |  00m00s
[ 77/148] pam-libs-0:1.7.0-4.fc42.x86_6 100% |  57.0 MiB/s |  58.3 KiB |  00m00s
[ 78/148] libsemanage-0:3.8-1.fc42.x86_ 100% |  60.3 MiB/s | 123.6 KiB |  00m00s
[ 79/148] libxcrypt-0:4.4.38-6.fc42.x86 100% |  62.2 MiB/s | 127.3 KiB |  00m00s
[ 80/148] setup-0:2.15.0-13.fc42.noarch 100% |  76.1 MiB/s | 155.8 KiB |  00m00s
[ 81/148] xz-libs-1:5.6.3-3.fc42.x86_64 100% |  55.4 MiB/s | 113.4 KiB |  00m00s
[ 82/148] mpfr-0:4.2.1-6.fc42.x86_64    100% | 170.2 MiB/s | 348.5 KiB |  00m00s
[ 83/148] libcap-ng-0:0.8.5-4.fc42.x86_ 100% |  31.4 MiB/s |  32.2 KiB |  00m00s
[ 84/148] libblkid-0:2.40.4-7.fc42.x86_ 100% |  59.8 MiB/s | 122.5 KiB |  00m00s
[ 85/148] libfdisk-0:2.40.4-7.fc42.x86_ 100% |  77.4 MiB/s | 158.5 KiB |  00m00s
[ 86/148] libmount-0:2.40.4-7.fc42.x86_ 100% |  75.7 MiB/s | 155.1 KiB |  00m00s
[ 87/148] libsmartcols-0:2.40.4-7.fc42. 100% |  39.7 MiB/s |  81.2 KiB |  00m00s
[ 88/148] libuuid-0:2.40.4-7.fc42.x86_6 100% |  24.7 MiB/s |  25.3 KiB |  00m00s
[ 89/148] util-linux-core-0:2.40.4-7.fc 100% | 258.4 MiB/s | 529.2 KiB |  00m00s
[ 90/148] zlib-ng-compat-0:2.2.3-2.fc42 100% |  25.7 MiB/s |  78.9 KiB |  00m00s
[ 91/148] basesystem-0:11-22.fc42.noarc 100% |   2.4 MiB/s |   7.3 KiB |  00m00s
[ 92/148] glibc-gconv-extra-0:2.41-1.fc 100% | 185.7 MiB/s |   1.7 MiB |  00m00s
[ 93/148] libgcc-0:15.0.1-0.9.fc42.x86_ 100% |  16.5 MiB/s | 118.0 KiB |  00m00s
[ 94/148] ncurses-base-0:6.5-5.20250125 100% |  14.3 MiB/s |  88.1 KiB |  00m00s
[ 95/148] libsepol-0:3.8-1.fc42.x86_64  100% |  85.2 MiB/s | 348.9 KiB |  00m00s
[ 96/148] ca-certificates-0:2024.2.69_v 100% | 154.5 MiB/s | 949.0 KiB |  00m00s
[ 97/148] crypto-policies-0:20250214-1. 100% |  16.1 MiB/s |  98.7 KiB |  00m00s
[ 98/148] fedora-gpg-keys-0:42-0.5.noar 100% |  33.1 MiB/s | 135.7 KiB |  00m00s
[ 99/148] pcre2-syntax-0:10.45-1.fc42.n 100% |  79.0 MiB/s | 161.7 KiB |  00m00s
[100/148] add-determinism-0:0.6.0-1.fc4 100% | 224.2 MiB/s | 918.3 KiB |  00m00s
[101/148] file-libs-0:5.46-1.fc42.x86_6 100% | 207.4 MiB/s | 849.4 KiB |  00m00s
[102/148] curl-0:8.11.1-4.fc42.x86_64   100% |  54.3 MiB/s | 222.4 KiB |  00m00s
[103/148] elfutils-libs-0:0.192-9.fc42. 100% |  86.3 MiB/s | 265.2 KiB |  00m00s
[104/148] elfutils-debuginfod-client-0: 100% |  22.6 MiB/s |  46.3 KiB |  00m00s
[105/148] libstdc++-0:15.0.1-0.9.fc42.x 100% | 173.6 MiB/s | 888.8 KiB |  00m00s
[106/148] libzstd-0:1.5.7-1.fc42.x86_64 100% |  61.5 MiB/s | 314.8 KiB |  00m00s
[107/148] libxml2-0:2.12.10-1.fc42.x86_ 100% |  95.4 MiB/s | 683.7 KiB |  00m00s
[108/148] lz4-libs-0:1.10.0-2.fc42.x86_ 100% |  38.1 MiB/s |  78.1 KiB |  00m00s
[109/148] libgomp-0:15.0.1-0.9.fc42.x86 100% | 171.0 MiB/s | 350.3 KiB |  00m00s
[110/148] lua-libs-0:5.4.7-3.fc42.x86_6 100% |  64.9 MiB/s | 132.8 KiB |  00m00s
[111/148] rpm-sequoia-0:1.7.0-5.fc42.x8 100% | 222.4 MiB/s | 911.1 KiB |  00m00s
[112/148] sqlite-libs-0:3.47.2-2.fc42.x 100% | 143.5 MiB/s | 734.8 KiB |  00m00s
[113/148] elfutils-default-yama-scope-0 100% |   3.0 MiB/s |  12.4 KiB |  00m00s
[114/148] json-c-0:0.18-2.fc42.x86_64   100% |  43.9 MiB/s |  44.9 KiB |  00m00s
[115/148] alternatives-0:1.32-1.fc42.x8 100% |  20.3 MiB/s |  41.6 KiB |  00m00s
[116/148] jansson-0:2.14-2.fc42.x86_64  100% |  22.3 MiB/s |  45.7 KiB |  00m00s
[117/148] pkgconf-pkg-config-0:2.3.0-2. 100% |   1.6 MiB/s |   9.9 KiB |  00m00s
[118/148] pkgconf-0:2.3.0-2.fc42.x86_64 100% |   7.3 MiB/s |  44.9 KiB |  00m00s
[119/148] pkgconf-m4-0:2.3.0-2.fc42.noa 100% |   4.6 MiB/s |  14.2 KiB |  00m00s
[120/148] binutils-0:2.44-3.fc42.x86_64 100% | 323.1 MiB/s |   5.8 MiB |  00m00s
[121/148] libpkgconf-0:2.3.0-2.fc42.x86 100% |   4.2 MiB/s |  38.4 KiB |  00m00s
[122/148] libffi-0:3.4.6-5.fc42.x86_64  100% |   6.5 MiB/s |  39.9 KiB |  00m00s
[123/148] p11-kit-0:0.25.5-5.fc42.x86_6 100% | 160.1 MiB/s | 491.7 KiB |  00m00s
[124/148] libtasn1-0:4.20.0-1.fc42.x86_ 100% |  24.4 MiB/s |  75.0 KiB |  00m00s
[125/148] p11-kit-trust-0:0.25.5-5.fc42 100% |  43.2 MiB/s | 132.6 KiB |  00m00s
[126/148] fedora-release-0:42-0.21.noar 100% |  13.7 MiB/s |  14.0 KiB |  00m00s
[127/148] systemd-standalone-sysusers-0 100% |  51.2 MiB/s | 157.4 KiB |  00m00s
[128/148] xxhash-libs-0:0.8.3-2.fc42.x8 100% |  19.1 MiB/s |  39.1 KiB |  00m00s
[129/148] fedora-release-identity-basic 100% |   2.4 MiB/s |  14.8 KiB |  00m00s
[130/148] gdb-minimal-0:16.2-2.fc42.x86 100% | 316.8 MiB/s |   4.4 MiB |  00m00s
[131/148] libcurl-0:8.11.1-4.fc42.x86_6 100% |  30.7 MiB/s | 376.9 KiB |  00m00s
[132/148] krb5-libs-0:1.21.3-5.fc42.x86 100% |  93.4 MiB/s | 764.7 KiB |  00m00s
[133/148] libbrotli-0:1.1.0-6.fc42.x86_ 100% |  83.0 MiB/s | 339.8 KiB |  00m00s
[134/148] libidn2-0:2.3.8-1.fc42.x86_64 100% |  56.9 MiB/s | 174.8 KiB |  00m00s
[135/148] libnghttp2-0:1.64.0-3.fc42.x8 100% |  25.3 MiB/s |  77.7 KiB |  00m00s
[136/148] libpsl-0:0.21.5-5.fc42.x86_64 100% |  31.3 MiB/s |  64.0 KiB |  00m00s
[137/148] libssh-0:0.11.1-4.fc42.x86_64 100% | 113.9 MiB/s | 233.3 KiB |  00m00s
[138/148] keyutils-libs-0:1.6.3-5.fc42. 100% |  30.8 MiB/s |  31.5 KiB |  00m00s
[139/148] openldap-0:2.6.9-3.fc42.x86_6 100% |  84.7 MiB/s | 260.2 KiB |  00m00s
[140/148] libcom_err-0:1.47.2-3.fc42.x8 100% |  13.1 MiB/s |  26.9 KiB |  00m00s
[141/148] libverto-0:0.3.2-10.fc42.x86_ 100% |   6.8 MiB/s |  20.8 KiB |  00m00s
[142/148] publicsuffix-list-dafsa-0:202 100% |  19.2 MiB/s |  58.8 KiB |  00m00s
[143/148] libunistring-0:1.1-9.fc42.x86 100% | 106.0 MiB/s | 542.5 KiB |  00m00s
[144/148] libssh-config-0:0.11.1-4.fc42 100% |   2.9 MiB/s |   9.0 KiB |  00m00s
[145/148] cyrus-sasl-lib-0:2.1.28-30.fc 100% | 129.1 MiB/s | 793.5 KiB |  00m00s
[146/148] libtool-ltdl-0:2.5.4-4.fc42.x 100% |  11.8 MiB/s |  36.2 KiB |  00m00s
[147/148] libevent-0:2.1.12-15.fc42.x86 100% |  50.8 MiB/s | 260.2 KiB |  00m00s
[148/148] gdbm-libs-1:1.23-9.fc42.x86_6 100% |  55.7 MiB/s |  57.0 KiB |  00m00s
--------------------------------------------------------------------------------
[148/148] Total                         100% | 102.9 MiB/s |  52.3 MiB |  00m01s
Running transaction
Importing OpenPGP key 0x105EF944:
 UserID     : "Fedora (42) <fedora-42-primary@fedoraproject.org>"
 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% | 875.0   B/s | 148.0   B |  00m00s
[  2/150] Prepare transaction           100% |   4.2 KiB/s | 148.0   B |  00m00s
[  3/150] Installing libgcc-0:15.0.1-0. 100% | 262.0 MiB/s | 268.3 KiB |  00m00s
[  4/150] Installing libssh-config-0:0. 100% |   0.0   B/s | 816.0   B |  00m00s
[  5/150] Installing publicsuffix-list- 100% |   0.0   B/s |  69.2 KiB |  00m00s
[  6/150] Installing fedora-release-ide 100% |   0.0   B/s | 960.0   B |  00m00s
[  7/150] Installing fedora-gpg-keys-0: 100% |  56.9 MiB/s | 174.8 KiB |  00m00s
[  8/150] Installing fedora-repos-0:42- 100% |   0.0   B/s |   5.7 KiB |  00m00s
[  9/150] Installing fedora-release-com 100% |  23.8 MiB/s |  24.4 KiB |  00m00s
[ 10/150] Installing fedora-release-0:4 100% |  10.1 KiB/s | 124.0   B |  00m00s
>>> Running unknown scriptlet: setup-0:2.15.0-13.fc42.noarch                    
>>> Finished unknown 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 unknown scriptlet: setup-0:2.15.0-13.fc42.noarch                    
>>> Finished unknown 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.                           
>>>                                                                             
[ 11/150] Installing setup-0:2.15.0-13. 100% |  50.7 MiB/s | 726.7 KiB |  00m00s
[ 12/150] Installing filesystem-0:3.18- 100% |   2.8 MiB/s | 212.4 KiB |  00m00s
[ 13/150] Installing basesystem-0:11-22 100% |   0.0   B/s | 124.0   B |  00m00s
[ 14/150] Installing pkgconf-m4-0:2.3.0 100% |   0.0   B/s |  14.8 KiB |  00m00s
[ 15/150] Installing pcre2-syntax-0:10. 100% | 269.9 MiB/s | 276.4 KiB |  00m00s
[ 16/150] Installing ncurses-base-0:6.5 100% |  86.0 MiB/s | 352.2 KiB |  00m00s
[ 17/150] Installing glibc-minimal-lang 100% |   0.0   B/s | 124.0   B |  00m00s
[ 18/150] Installing ncurses-libs-0:6.5 100% | 232.6 MiB/s | 952.8 KiB |  00m00s
[ 19/150] Installing glibc-0:2.41-1.fc4 100% | 201.6 MiB/s |   6.7 MiB |  00m00s
[ 20/150] Installing bash-0:5.2.37-1.fc 100% | 272.3 MiB/s |   8.2 MiB |  00m00s
[ 21/150] Installing glibc-common-0:2.4 100% |  60.0 MiB/s |   1.0 MiB |  00m00s
[ 22/150] Installing glibc-gconv-extra- 100% | 261.1 MiB/s |   7.3 MiB |  00m00s
[ 23/150] Installing zlib-ng-compat-0:2 100% | 135.2 MiB/s | 138.4 KiB |  00m00s
[ 24/150] Installing bzip2-libs-0:1.0.8 100% |  83.7 MiB/s |  85.7 KiB |  00m00s
[ 25/150] Installing xz-libs-1:5.6.3-3. 100% | 214.3 MiB/s | 219.4 KiB |  00m00s
[ 26/150] Installing libuuid-0:2.40.4-7 100% |   0.0   B/s |  38.4 KiB |  00m00s
[ 27/150] Installing libblkid-0:2.40.4- 100% | 257.4 MiB/s | 263.5 KiB |  00m00s
[ 28/150] Installing gmp-1:6.3.0-2.fc41 100% | 397.3 MiB/s | 813.7 KiB |  00m00s
[ 29/150] Installing popt-0:1.19-8.fc42 100% |  68.1 MiB/s | 139.4 KiB |  00m00s
[ 30/150] Installing readline-0:8.2-13. 100% | 237.9 MiB/s | 487.1 KiB |  00m00s
[ 31/150] Installing libxcrypt-0:4.4.38 100% | 280.4 MiB/s | 287.2 KiB |  00m00s
[ 32/150] Installing libstdc++-0:15.0.1 100% | 401.2 MiB/s |   2.8 MiB |  00m00s
[ 33/150] Installing libzstd-0:1.5.7-1. 100% | 395.1 MiB/s | 809.1 KiB |  00m00s
[ 34/150] Installing elfutils-libelf-0: 100% | 388.7 MiB/s |   1.2 MiB |  00m00s
[ 35/150] Installing libattr-0:2.5.2-5. 100% |   0.0   B/s |  28.1 KiB |  00m00s
[ 36/150] Installing libacl-0:2.3.2-3.f 100% |   0.0   B/s |  39.2 KiB |  00m00s
[ 37/150] Installing dwz-0:0.15-9.fc42. 100% |  22.0 MiB/s | 292.4 KiB |  00m00s
[ 38/150] Installing mpfr-0:4.2.1-6.fc4 100% | 407.0 MiB/s | 833.6 KiB |  00m00s
[ 39/150] Installing gawk-0:5.3.1-1.fc4 100% |  99.7 MiB/s |   1.7 MiB |  00m00s
[ 40/150] Installing unzip-0:6.0-66.fc4 100% |  29.6 MiB/s | 393.8 KiB |  00m00s
[ 41/150] Installing file-libs-0:5.46-1 100% | 741.1 MiB/s |  11.9 MiB |  00m00s
[ 42/150] Installing file-0:5.46-1.fc42 100% |   5.5 MiB/s | 101.7 KiB |  00m00s
[ 43/150] Installing crypto-policies-0: 100% |  39.9 MiB/s | 163.5 KiB |  00m00s
[ 44/150] Installing pcre2-0:10.45-1.fc 100% | 341.4 MiB/s | 699.1 KiB |  00m00s
[ 45/150] Installing grep-0:3.11-10.fc4 100% |  59.0 MiB/s |   1.0 MiB |  00m00s
[ 46/150] Installing xz-1:5.6.3-3.fc42. 100% |  76.8 MiB/s |   1.2 MiB |  00m00s
[ 47/150] Installing libeconf-0:0.7.6-1 100% |  64.7 MiB/s |  66.2 KiB |  00m00s
[ 48/150] Installing libcap-ng-0:0.8.5- 100% |  73.1 MiB/s |  74.8 KiB |  00m00s
[ 49/150] Installing audit-libs-0:4.0.3 100% | 345.1 MiB/s | 353.4 KiB |  00m00s
[ 50/150] Installing pam-libs-0:1.7.0-4 100% | 126.1 MiB/s | 129.1 KiB |  00m00s
[ 51/150] Installing libcap-0:2.73-2.fc 100% |  15.9 MiB/s | 212.1 KiB |  00m00s
[ 52/150] Installing systemd-libs-0:257 100% | 373.9 MiB/s |   2.2 MiB |  00m00s
[ 53/150] Installing libsmartcols-0:2.4 100% | 177.3 MiB/s | 181.5 KiB |  00m00s
[ 54/150] Installing libsepol-0:3.8-1.f 100% | 403.8 MiB/s | 827.0 KiB |  00m00s
[ 55/150] Installing libselinux-0:3.8-1 100% | 189.8 MiB/s | 194.3 KiB |  00m00s
[ 56/150] Installing findutils-1:4.10.0 100% | 110.2 MiB/s |   1.9 MiB |  00m00s
[ 57/150] Installing sed-0:4.9-4.fc42.x 100% |  56.3 MiB/s | 865.5 KiB |  00m00s
[ 58/150] Installing libmount-0:2.40.4- 100% | 348.9 MiB/s | 357.3 KiB |  00m00s
[ 59/150] Installing lz4-libs-0:1.10.0- 100% | 154.7 MiB/s | 158.5 KiB |  00m00s
[ 60/150] Installing lua-libs-0:5.4.7-3 100% | 275.4 MiB/s | 282.0 KiB |  00m00s
[ 61/150] Installing alternatives-0:1.3 100% |   5.2 MiB/s |  63.8 KiB |  00m00s
[ 62/150] Installing libffi-0:3.4.6-5.f 100% |  81.7 MiB/s |  83.7 KiB |  00m00s
[ 63/150] Installing libtasn1-0:4.20.0- 100% | 173.9 MiB/s | 178.1 KiB |  00m00s
[ 64/150] Installing p11-kit-0:0.25.5-5 100% | 121.3 MiB/s |   2.2 MiB |  00m00s
[ 65/150] Installing libunistring-0:1.1 100% | 345.3 MiB/s |   1.7 MiB |  00m00s
[ 66/150] Installing libidn2-0:2.3.8-1. 100% | 183.2 MiB/s | 562.7 KiB |  00m00s
[ 67/150] Installing libpsl-0:0.21.5-5. 100% |  75.7 MiB/s |  77.5 KiB |  00m00s
[ 68/150] Installing p11-kit-trust-0:0. 100% |  20.4 MiB/s | 397.2 KiB |  00m00s
[ 69/150] Installing zstd-0:1.5.7-1.fc4 100% | 106.9 MiB/s |   1.7 MiB |  00m00s
[ 70/150] Installing util-linux-core-0: 100% |  83.9 MiB/s |   1.4 MiB |  00m00s
[ 71/150] Installing tar-2:1.35-5.fc42. 100% | 155.9 MiB/s |   3.0 MiB |  00m00s
[ 72/150] Installing libsemanage-0:3.8- 100% | 151.5 MiB/s | 310.2 KiB |  00m00s
[ 73/150] Installing shadow-utils-2:4.1 100% | 148.8 MiB/s |   4.0 MiB |  00m00s
[ 74/150] Installing systemd-standalone 100% |  22.6 MiB/s | 277.8 KiB |  00m00s
[ 75/150] Installing zip-0:3.0-43.fc42. 100% |  52.8 MiB/s | 702.4 KiB |  00m00s
[ 76/150] Installing libfdisk-0:2.40.4- 100% | 364.7 MiB/s | 373.4 KiB |  00m00s
[ 77/150] Installing libxml2-0:2.12.10- 100% | 106.0 MiB/s |   1.7 MiB |  00m00s
[ 78/150] Installing bzip2-0:1.0.8-20.f 100% |   8.5 MiB/s | 103.8 KiB |  00m00s
[ 79/150] Installing add-determinism-0: 100% | 145.1 MiB/s |   2.5 MiB |  00m00s
[ 80/150] Installing build-reproducibil 100% |   0.0   B/s |   1.0 KiB |  00m00s
[ 81/150] Installing sqlite-libs-0:3.47 100% | 376.1 MiB/s |   1.5 MiB |  00m00s
[ 82/150] Installing ed-0:1.21-2.fc42.x 100% |  12.1 MiB/s | 148.8 KiB |  00m00s
[ 83/150] Installing patch-0:2.7.6-26.f 100% |  21.2 MiB/s | 260.2 KiB |  00m00s
[ 84/150] Installing filesystem-srpm-ma 100% |   0.0   B/s |  38.9 KiB |  00m00s
[ 85/150] Installing elfutils-default-y 100% | 408.6 KiB/s |   2.0 KiB |  00m00s
[ 86/150] Installing elfutils-libs-0:0. 100% | 326.5 MiB/s | 668.7 KiB |  00m00s
[ 87/150] Installing cpio-0:2.15-2.fc41 100% |  68.7 MiB/s |   1.1 MiB |  00m00s
[ 88/150] Installing diffutils-0:3.10-9 100% |  99.4 MiB/s |   1.6 MiB |  00m00s
[ 89/150] Installing libgomp-0:15.0.1-0 100% | 262.4 MiB/s | 537.3 KiB |  00m00s
[ 90/150] Installing json-c-0:0.18-2.fc 100% |  85.9 MiB/s |  88.0 KiB |  00m00s
[ 91/150] Installing jansson-0:2.14-2.f 100% |  92.2 MiB/s |  94.4 KiB |  00m00s
[ 92/150] Installing libpkgconf-0:2.3.0 100% |  77.4 MiB/s |  79.2 KiB |  00m00s
[ 93/150] Installing pkgconf-0:2.3.0-2. 100% |   7.4 MiB/s |  91.0 KiB |  00m00s
[ 94/150] Installing pkgconf-pkg-config 100% | 147.8 KiB/s |   1.8 KiB |  00m00s
[ 95/150] Installing xxhash-libs-0:0.8. 100% |  89.4 MiB/s |  91.6 KiB |  00m00s
[ 96/150] Installing libbrotli-0:1.1.0- 100% | 274.6 MiB/s | 843.6 KiB |  00m00s
[ 97/150] Installing libnghttp2-0:1.64. 100% | 167.5 MiB/s | 171.5 KiB |  00m00s
[ 98/150] Installing keyutils-libs-0:1. 100% |   0.0   B/s |  59.7 KiB |  00m00s
[ 99/150] Installing libcom_err-0:1.47. 100% |  66.6 MiB/s |  68.2 KiB |  00m00s
[100/150] Installing libverto-0:0.3.2-1 100% |   0.0   B/s |  27.2 KiB |  00m00s
[101/150] Installing libtool-ltdl-0:2.5 100% |   0.0   B/s |  71.2 KiB |  00m00s
[102/150] Installing gdbm-libs-1:1.23-9 100% | 128.5 MiB/s | 131.6 KiB |  00m00s
[103/150] Installing cyrus-sasl-lib-0:2 100% | 135.5 MiB/s |   2.3 MiB |  00m00s
[104/150] Installing rust-srpm-macros-0 100% |   0.0   B/s |   5.6 KiB |  00m00s
[105/150] Installing qt6-srpm-macros-0: 100% |   0.0   B/s | 740.0   B |  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% |   0.0   B/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% | 413.1 MiB/s |  11.2 MiB |  00m00s
[117/150] Installing openssl-libs-1:3.2 100% | 458.0 MiB/s |   7.8 MiB |  00m00s
[118/150] Installing coreutils-0:9.6-2. 100% | 173.4 MiB/s |   5.5 MiB |  00m00s
[119/150] Installing ca-certificates-0: 100% |   2.1 MiB/s |   2.4 MiB |  00m01s
[120/150] Installing libarchive-0:3.7.7 100% | 303.6 MiB/s | 932.6 KiB |  00m00s
[121/150] Installing krb5-libs-0:1.21.3 100% | 328.5 MiB/s |   2.3 MiB |  00m00s
[122/150] Installing libssh-0:0.11.1-4. 100% | 277.1 MiB/s | 567.5 KiB |  00m00s
[123/150] Installing gzip-0:1.13-3.fc42 100% |  27.8 MiB/s | 398.4 KiB |  00m00s
[124/150] Installing rpm-sequoia-0:1.7. 100% | 402.4 MiB/s |   2.4 MiB |  00m00s
[125/150] Installing rpm-libs-0:4.20.0- 100% | 353.2 MiB/s | 723.3 KiB |  00m00s
[126/150] Installing rpm-build-libs-0:4 100% | 198.7 MiB/s | 203.4 KiB |  00m00s
[127/150] Installing libevent-0:2.1.12- 100% | 295.2 MiB/s | 906.9 KiB |  00m00s
[128/150] Installing openldap-0:2.6.9-3 100% | 214.5 MiB/s | 658.9 KiB |  00m00s
[129/150] Installing libcurl-0:8.11.1-4 100% | 274.5 MiB/s | 843.2 KiB |  00m00s
[130/150] Installing elfutils-debuginfo 100% |   6.7 MiB/s |  82.2 KiB |  00m00s
[131/150] Installing elfutils-0:0.192-9 100% | 145.8 MiB/s |   2.6 MiB |  00m00s
[132/150] Installing binutils-0:2.44-3. 100% | 340.8 MiB/s |  25.9 MiB |  00m00s
[133/150] Installing gdb-minimal-0:16.2 100% | 295.5 MiB/s |  13.3 MiB |  00m00s
[134/150] Installing debugedit-0:5.1-5. 100% |  14.7 MiB/s | 195.4 KiB |  00m00s
[135/150] Installing curl-0:8.11.1-4.fc 100% |  21.1 MiB/s | 453.1 KiB |  00m00s
[136/150] Installing rpm-0:4.20.0-8.fc4 100% |  99.5 MiB/s |   2.5 MiB |  00m00s
[137/150] Installing efi-srpm-macros-0: 100% |   0.0   B/s |  41.1 KiB |  00m00s
[138/150] Installing lua-srpm-macros-0: 100% |   0.0   B/s |   1.9 KiB |  00m00s
[139/150] Installing tree-sitter-srpm-m 100% |   0.0   B/s |   7.4 KiB |  00m00s
[140/150] Installing zig-srpm-macros-0: 100% |   0.0   B/s |   1.7 KiB |  00m00s
[141/150] Installing fonts-srpm-macros- 100% |   0.0   B/s |  57.0 KiB |  00m00s
[142/150] Installing forge-srpm-macros- 100% |   0.0   B/s |  40.3 KiB |  00m00s
[143/150] Installing go-srpm-macros-0:3 100% |   0.0   B/s |  62.0 KiB |  00m00s
[144/150] Installing python-srpm-macros 100% |   0.0   B/s |  52.2 KiB |  00m00s
[145/150] Installing redhat-rpm-config- 100% |  94.5 MiB/s | 193.5 KiB |  00m00s
[146/150] Installing rpm-build-0:4.20.0 100% |  13.0 MiB/s | 173.7 KiB |  00m00s
[147/150] Installing pyproject-srpm-mac 100% |   0.0   B/s |   2.5 KiB |  00m00s
[148/150] Installing which-0:2.23-1.fc4 100% |   6.4 MiB/s |  85.6 KiB |  00m00s
[149/150] Installing util-linux-0:2.40. 100% | 104.9 MiB/s |   3.5 MiB |  00m00s
[150/150] Installing info-0:7.2-3.fc42. 100% | 238.2 KiB/s | 358.3 KiB |  00m02s
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.32-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-5.fc42.noarch
coreutils-9.6-2.fc42.x86_64
coreutils-common-9.6-2.fc42.x86_64
cpio-2.15-2.fc41.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-5.fc42.x86_64
diffutils-3.10-9.fc42.x86_64
dwz-0.15-9.fc42.x86_64
ed-1.21-2.fc42.x86_64
efi-srpm-macros-6-2.fc42.noarch
elfutils-0.192-9.fc42.x86_64
elfutils-debuginfod-client-0.192-9.fc42.x86_64
elfutils-default-yama-scope-0.192-9.fc42.noarch
elfutils-libelf-0.192-9.fc42.x86_64
elfutils-libs-0.192-9.fc42.x86_64
fedora-gpg-keys-42-0.5.noarch
fedora-release-42-0.21.noarch
fedora-release-common-42-0.21.noarch
fedora-release-identity-basic-42-0.21.noarch
fedora-repos-42-0.5.noarch
file-5.46-1.fc42.x86_64
file-libs-5.46-1.fc42.x86_64
filesystem-3.18-36.fc42.x86_64
filesystem-srpm-macros-3.18-36.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.2-2.fc42.x86_64
gdbm-libs-1.23-9.fc42.x86_64
ghc-srpm-macros-1.9.2-2.fc42.noarch
glibc-2.41-1.fc42.x86_64
glibc-common-2.41-1.fc42.x86_64
glibc-gconv-extra-2.41-1.fc42.x86_64
glibc-minimal-langpack-2.41-1.fc42.x86_64
gmp-6.3.0-2.fc41.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.0.1-0.9.fc42.x86_64
libgomp-15.0.1-0.9.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.0.1-0.9.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-6.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.1-6.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-4.fc42.x86_64
patch-2.7.6-26.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.17.0-1.fc42.noarch
python-srpm-macros-3.13-4.fc42.noarch
qt5-srpm-macros-5.15.15-1.fc42.noarch
qt6-srpm-macros-6.8.2-2.fc42.noarch
readline-8.2-13.fc42.x86_64
redhat-rpm-config-342-2.fc42.noarch
rpm-4.20.0-8.fc42.x86_64
rpm-build-4.20.0-8.fc42.x86_64
rpm-build-libs-4.20.0-8.fc42.x86_64
rpm-libs-4.20.0-8.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.0-4.fc42.x86_64
sqlite-libs-3.47.2-2.fc42.x86_64
systemd-libs-257.3-7.fc42.x86_64
systemd-standalone-sysusers-257.3-7.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.6.3-3.fc42.x86_64
xz-libs-5.6.3-3.fc42.x86_64
zig-srpm-macros-1-4.fc42.noarch
zip-3.0-43.fc42.x86_64
zlib-ng-compat-2.2.3-2.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 pam
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 pam
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): pam
Updating and loading repositories:
 updates                                100% | 107.2 KiB/s |  29.8 KiB |  00m00s
 fedora                                 100% |  90.5 KiB/s |  24.1 KiB |  00m00s
Repositories loaded.
Package          Arch   Version            Repository      Size
Installing:
 pam             x86_64 1.7.0-4.fc42       fedora       1.6 MiB
Installing dependencies:
 authselect      x86_64 1.5.1-1.fc42       fedora     153.9 KiB
 authselect-libs x86_64 1.5.1-1.fc42       fedora     825.0 KiB
 cracklib        x86_64 2.9.11-7.fc42      fedora     242.4 KiB
 gdbm            x86_64 1:1.23-9.fc42      fedora     460.3 KiB
 libnsl2         x86_64 2.0.1-3.fc42       fedora      57.9 KiB
 libpwquality    x86_64 1.4.5-12.fc42      fedora     409.3 KiB
 libtirpc        x86_64 1.3.6-1.rc3.fc42.2 fedora     199.0 KiB

Transaction Summary:
 Installing:         8 packages

Total size of inbound packages is 1 MiB. Need to download 1 MiB.
After this operation, 4 MiB extra will be used (install 4 MiB, remove 0 B).
[1/8] libnsl2-0:2.0.1-3.fc42.x86_64     100% |   2.4 MiB/s |  29.5 KiB |  00m00s
[2/8] authselect-0:1.5.1-1.fc42.x86_64  100% |  11.9 MiB/s | 146.5 KiB |  00m00s
[3/8] pam-0:1.7.0-4.fc42.x86_64         100% |  36.2 MiB/s | 555.7 KiB |  00m00s
[4/8] libpwquality-0:1.4.5-12.fc42.x86_ 100% |  28.9 MiB/s | 118.5 KiB |  00m00s
[5/8] libtirpc-0:1.3.6-1.rc3.fc42.2.x86 100% |  23.3 MiB/s |  95.5 KiB |  00m00s
[6/8] authselect-libs-0:1.5.1-1.fc42.x8 100% |  53.2 MiB/s | 217.9 KiB |  00m00s
[7/8] cracklib-0:2.9.11-7.fc42.x86_64   100% |  29.8 MiB/s |  91.6 KiB |  00m00s
[8/8] gdbm-1:1.23-9.fc42.x86_64         100% |  36.8 MiB/s | 150.8 KiB |  00m00s
--------------------------------------------------------------------------------
[8/8] Total                             100% |   4.6 MiB/s |   1.4 MiB |  00m00s
Running transaction
[ 1/10] Verify package files            100% |   2.0 KiB/s |   8.0   B |  00m00s
[ 2/10] Prepare transaction             100% | 666.0   B/s |   8.0   B |  00m00s
[ 3/10] Installing libtirpc-0:1.3.6-1.r 100% | 196.0 MiB/s | 200.7 KiB |  00m00s
[ 4/10] Installing libnsl2-0:2.0.1-3.fc 100% |  57.6 MiB/s |  59.0 KiB |  00m00s
[ 5/10] Installing gdbm-1:1.23-9.fc42.x 100% |  30.3 MiB/s | 465.2 KiB |  00m00s
[ 6/10] Installing cracklib-0:2.9.11-7. 100% |  16.5 MiB/s | 253.7 KiB |  00m00s
[ 7/10] Installing libpwquality-0:1.4.5 100% |  27.4 MiB/s | 421.6 KiB |  00m00s
[ 8/10] Installing authselect-libs-0:1. 100% | 205.1 MiB/s | 840.0 KiB |  00m00s
[ 9/10] Installing authselect-0:1.5.1-1 100% |  11.0 MiB/s | 158.2 KiB |  00m00s
[10/10] Installing pam-0:1.7.0-4.fc42.x 100% |  42.4 MiB/s |   1.7 MiB |  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-712s0x07/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-712s0x07/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-712s0x07/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 --chroot 'su - mockbuild -c '"'"'set -xe ; cd /workdir ; COPR_OWNER=vgaetera COPR_PROJECT=xtls COPR_PACKAGE=xray COPR_RESULTDIR=/workdir /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 --chroot 'su - mockbuild -c '"'"'set -xe ; cd /workdir ; COPR_OWNER=vgaetera COPR_PROJECT=xtls COPR_PACKAGE=xray COPR_RESULTDIR=/workdir /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: ["su - mockbuild -c 'set -xe ; cd /workdir ; COPR_OWNER=vgaetera COPR_PROJECT=xtls COPR_PACKAGE=xray COPR_RESULTDIR=/workdir /script'"]
Start: chroot ["su - mockbuild -c 'set -xe ; cd /workdir ; COPR_OWNER=vgaetera COPR_PROJECT=xtls COPR_PACKAGE=xray COPR_RESULTDIR=/workdir /script'"]
+ cd /workdir
+ COPR_OWNER=vgaetera
+ COPR_PROJECT=xtls
+ COPR_PACKAGE=xray
+ COPR_RESULTDIR=/workdir
+ /script
Finish: chroot ["su - mockbuild -c 'set -xe ; cd /workdir ; COPR_OWNER=vgaetera COPR_PROJECT=xtls COPR_PACKAGE=xray COPR_RESULTDIR=/workdir /script'"]
Finish: run
Running: mock -r /var/lib/copr-rpmbuild/results/mock-config.cfg --copyout /workdir /var/lib/copr-rpmbuild/workspace/workdir-712s0x07/srcdir

cmd: ['mock', '-r', '/var/lib/copr-rpmbuild/results/mock-config.cfg', '--copyout', '/workdir', '/var/lib/copr-rpmbuild/workspace/workdir-712s0x07/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 /var/lib/copr-rpmbuild/workspace/workdir-712s0x07/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 to /var/lib/copr-rpmbuild/workspace/workdir-712s0x07/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-712s0x07/srcdir' --define '_rpmdir /var/lib/copr-rpmbuild/workspace/workdir-712s0x07/srcdir' --define '_builddir /var/lib/copr-rpmbuild/workspace/workdir-712s0x07/srcdir' --define '_specdir /var/lib/copr-rpmbuild/workspace/workdir-712s0x07/srcdir' --define '_srcrpmdir /var/lib/copr-rpmbuild/results' /var/lib/copr-rpmbuild/workspace/workdir-712s0x07/srcdir/xray.spec

cmd: ['rpmbuild', '-bs', '--define', '_sourcedir /var/lib/copr-rpmbuild/workspace/workdir-712s0x07/srcdir', '--define', '_rpmdir /var/lib/copr-rpmbuild/workspace/workdir-712s0x07/srcdir', '--define', '_builddir /var/lib/copr-rpmbuild/workspace/workdir-712s0x07/srcdir', '--define', '_specdir /var/lib/copr-rpmbuild/workspace/workdir-712s0x07/srcdir', '--define', '_srcrpmdir /var/lib/copr-rpmbuild/results', '/var/lib/copr-rpmbuild/workspace/workdir-712s0x07/srcdir/xray.spec']
cwd: .
rc: 0
stdout: Wrote: /var/lib/copr-rpmbuild/results/xray-1.250306.0^20250320git6a211a0-1.src.rpm

RPM build warnings:
stderr: warning: Downloading https://github.com/XTLS/Xray-core/archive/6a211a0bb92a2dac8cbd85673f080cb98dfd40ee/Xray-core-6a211a0bb92a2dac8cbd85673f080cb98dfd40ee.tar.gz to /var/lib/copr-rpmbuild/workspace/workdir-712s0x07/srcdir/Xray-core-6a211a0bb92a2dac8cbd85673f080cb98dfd40ee.tar.gz
    Downloading https://github.com/XTLS/Xray-core/archive/6a211a0bb92a2dac8cbd85673f080cb98dfd40ee/Xray-core-6a211a0bb92a2dac8cbd85673f080cb98dfd40ee.tar.gz to /var/lib/copr-rpmbuild/workspace/workdir-712s0x07/srcdir/Xray-core-6a211a0bb92a2dac8cbd85673f080cb98dfd40ee.tar.gz

Output: ['xray-1.250306.0^20250320git6a211a0-1.src.rpm', 'mock-config.cfg']
Running SRPMResults tool
Package info: {
    "name": "xray",
    "epoch": null,
    "version": "1.250306.0^20250320git6a211a0",
    "release": "1",
    "exclusivearch": [],
    "excludearch": []
}
SRPMResults finished