Warning: Permanently added '18.232.65.119' (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/10879746 Version: 1.9 PID: 10455 Logging PID: 10457 Task: {'appstream': False, 'background': True, 'build_id': 10879746, 'chroot': None, 'distributions_in_build': ['epel-10', 'epel-8', 'epel-9', 'fedora-43', 'fedora-44', 'fedora-45', 'fedora-eln', 'fedora-rawhide', 'rhel+epel-10'], 'distributions_in_project': ['epel-10', 'epel-8', 'epel-9', 'fedora-43', 'fedora-44', 'fedora-45', 'fedora-eln', 'fedora-rawhide', 'rhel+epel-10'], 'package_name': 'isc-bind-bind', 'project_dirname': 'bind-esv', 'project_name': 'bind-esv', 'project_owner': 'isc', 'repos': [], 'sandbox': 'isc/bind-esv--gitlab.com:Andoni', 'source_json': {'clone_url': 'https://gitlab.isc.org/isc-packages/rpms/bind.git', 'committish': '4ecd0eee558c1a483de5db63c91b6643c25de50e', 'spec': '', 'srpm_build_method': 'make_srpm', 'subdirectory': '.copr/bind-esv', 'type': 'git'}, 'source_type': 8, 'submitter': 'gitlab.com:Andoni', 'task_id': '10879746'} Running: git clone https://gitlab.isc.org/isc-packages/rpms/bind.git /var/lib/copr-rpmbuild/workspace/workdir-h81n6rw_/bind --depth 500 --no-single-branch --recursive cmd: ['git', 'clone', 'https://gitlab.isc.org/isc-packages/rpms/bind.git', '/var/lib/copr-rpmbuild/workspace/workdir-h81n6rw_/bind', '--depth', '500', '--no-single-branch', '--recursive'] cwd: . rc: 0 stdout: stderr: Cloning into '/var/lib/copr-rpmbuild/workspace/workdir-h81n6rw_/bind'... Running: git checkout 4ecd0eee558c1a483de5db63c91b6643c25de50e -- cmd: ['git', 'checkout', '4ecd0eee558c1a483de5db63c91b6643c25de50e', '--'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-h81n6rw_/bind rc: 0 stdout: stderr: Note: switching to '4ecd0eee558c1a483de5db63c91b6643c25de50e'. 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 4ecd0ee Update version to 9.20.27 Running: mock --uniqueext 1787133851.953694 -r /var/lib/copr-rpmbuild/workspace/safe-resultdir-5x6_9oli/mock-source-build.cfg '--plugin-option=bind_mount:dirs=(("/var/lib/copr-rpmbuild/workspace/workdir-h81n6rw_", "/mnt/workdir-h81n6rw_"), ("/var/lib/copr-rpmbuild/workspace/safe-resultdir-5x6_9oli", "/mnt/safe-resultdir-5x6_9oli"))' --chroot 'set -x && cd /mnt/workdir-h81n6rw_/bind/.copr/bind-esv && echo -e "[safe] directory = /mnt/workdir-h81n6rw_/bind directory = /mnt/workdir-h81n6rw_/bind/*" > ~/.gitconfig && make -f /mnt/workdir-h81n6rw_/bind/.copr/Makefile srpm outdir="/mnt/safe-resultdir-5x6_9oli" spec="/mnt/workdir-h81n6rw_/bind/.copr/bind-esv"' cmd: ['mock', '--uniqueext', '1787133851.953694', '-r', '/var/lib/copr-rpmbuild/workspace/safe-resultdir-5x6_9oli/mock-source-build.cfg', '--plugin-option=bind_mount:dirs=(("/var/lib/copr-rpmbuild/workspace/workdir-h81n6rw_", "/mnt/workdir-h81n6rw_"), ("/var/lib/copr-rpmbuild/workspace/safe-resultdir-5x6_9oli", "/mnt/safe-resultdir-5x6_9oli"))', '--chroot', 'set -x && cd /mnt/workdir-h81n6rw_/bind/.copr/bind-esv && echo -e "[safe]\ndirectory = /mnt/workdir-h81n6rw_/bind\ndirectory = /mnt/workdir-h81n6rw_/bind/*" > ~/.gitconfig && make -f /mnt/workdir-h81n6rw_/bind/.copr/Makefile srpm outdir="/mnt/safe-resultdir-5x6_9oli" spec="/mnt/workdir-h81n6rw_/bind/.copr/bind-esv"'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-h81n6rw_/bind/.copr/bind-esv rc: 0 stdout: + cd /mnt/workdir-h81n6rw_/bind/.copr/bind-esv + echo -e $'[safe]\ndirectory = /mnt/workdir-h81n6rw_/bind\ndirectory = /mnt/workdir-h81n6rw_/bind/*' + make -f /mnt/workdir-h81n6rw_/bind/.copr/Makefile srpm outdir=/mnt/safe-resultdir-5x6_9oli spec=/mnt/workdir-h81n6rw_/bind/.copr/bind-esv ../prepare-srpm.sh https://ftp.isc.org/isc/bind9/9.20.27/bind-9.20.27.tar.xz 1 /mnt/safe-resultdir-5x6_9oli if [[ -z "${3}" ]]; then echo "Usage: ${0} source_url package_revision output_dir" exit 1 fi GIT_SOURCES_DIR="$(dirname "$(dirname "$(readlink -e "${0}")")")" RPMBUILD_SOURCES_DIR="$(rpm --eval "%{_sourcedir}")" SOURCE_TARBALL="${RPMBUILD_SOURCES_DIR}/${1##*/}" # If dnf is available, ensure the utilities required to build the SRPM are installed. # Otherwise, assume these utilities are already installed in the build environment. if command -v dnf > /dev/null 2>&1; then dnf -y install gnupg2 scl-utils-build fi Updating and loading repositories: updates 100% | 32.9 KiB/s | 19.2 KiB | 00m01s fedora 100% | 222.5 KiB/s | 24.0 KiB | 00m00s Repositories loaded. Package "gnupg2-2.4.9-16.fc44.x86_64" is already installed. Total size of inbound packages is 4 MiB. Need to download 4 MiB. After this operation, 22 MiB extra will be used (install 22 MiB, remove 0 B). Package Arch Version Repository Size Installing: scl-utils-build x86_64 1:2.0.3-8.fc44 fedora 18.8 KiB Installing dependencies: iso-codes noarch 0:4.20.1-3.fc44 fedora 22.3 MiB xml-common noarch 0:0.6.3-68.fc44 fedora 78.4 KiB Transaction Summary: Installing: 3 packages [1/3] xml-common-0:0.6.3-68.fc44.noarch 100% | 3.4 MiB/s | 31.1 KiB | 00m00s [2/3] iso-codes-0:4.20.1-3.fc44.noarch 100% | 146.5 MiB/s | 4.0 MiB | 00m00s [3/3] scl-utils-build-1:2.0.3-8.fc44.x8 100% | 102.5 KiB/s | 14.8 KiB | 00m00s -------------------------------------------------------------------------------- [3/3] Total 100% | 27.6 MiB/s | 4.0 MiB | 00m00s Running transaction [1/5] Verify package files 100% | 250.0 B/s | 3.0 B | 00m00s [2/5] Prepare transaction 100% | 300.0 B/s | 3.0 B | 00m00s [3/5] Installing xml-common-0:0.6.3-68. 100% | 26.4 MiB/s | 81.1 KiB | 00m00s [4/5] Installing iso-codes-0:4.20.1-3.f 100% | 352.1 MiB/s | 22.5 MiB | 00m00s [5/5] Installing scl-utils-build-1:2.0. 100% | 1.6 MiB/s | 19.8 KiB | 00m00s Complete! # Initialize a GnuPG database that only contains the current ISC code signing keys. GNUPGHOME="$(mktemp -d)" export GNUPGHOME gpg2 --import "${GIT_SOURCES_DIR}"/isc-keyblock.asc gpg: keybox '/tmp/tmp.AwjeBIQHfO/pubring.kbx' created gpg: /tmp/tmp.AwjeBIQHfO/trustdb.gpg: trustdb created gpg: key 510A642A06C52CEC: public key "Michał Kępień (Code-Signing Key) " imported gpg: key 182E23579462EFAA: public key "Michal Nowak (Code-Signing Key) " imported gpg: key 7A5E084CACA51884: public key "Wlodek Wencel (Code-Signing Key) " imported gpg: key 42E5DF78C83271DB: public key "Marcin Godzina (Code-Signing Key) " imported gpg: key DEAB91D54B13C9B8: public key "Greg Choules (Code-Signing Key) " imported gpg: key B5EFF6AC7E1ADDF8: public key "Cathy Almond (Code-Signing Key) " imported gpg: Total number processed: 6 gpg: imported: 6 # Prepare contents of SOURCES directory. cp --verbose "${GIT_SOURCES_DIR}"/* "${RPMBUILD_SOURCES_DIR}" '/mnt/workdir-h81n6rw_/bind/bind.spec.in' -> '/builddir/build/SOURCES/bind.spec.in' '/mnt/workdir-h81n6rw_/bind/isc-keyblock.asc' -> '/builddir/build/SOURCES/isc-keyblock.asc' '/mnt/workdir-h81n6rw_/bind/named.conf.in' -> '/builddir/build/SOURCES/named.conf.in' '/mnt/workdir-h81n6rw_/bind/named.service.in' -> '/builddir/build/SOURCES/named.service.in' '/mnt/workdir-h81n6rw_/bind/named.sysconfig' -> '/builddir/build/SOURCES/named.sysconfig' curl --output "${SOURCE_TARBALL}" --verbose "${1}" % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 0* Host ftp.isc.org:443 was resolved. * IPv6: 2001:500:6b:2::21 * IPv4: 149.20.2.21 * Trying [2001:500:6b:2::21]:443... * Immediate connect fail for 2001:500:6b:2::21: Network is unreachable * Trying 149.20.2.21:443... * ALPN: curl offers h2,http/1.1 } [5 bytes data] * TLSv1.3 (OUT), TLS handshake, Client hello (1): } [1570 bytes data] * SSL Trust Anchors: * CAfile: /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem { [5 bytes data] * TLSv1.3 (IN), TLS handshake, Server hello (2): { [122 bytes data] * TLSv1.3 (IN), TLS change cipher, Change cipher spec (1): { [1 bytes data] * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): { [25 bytes data] * TLSv1.3 (IN), TLS handshake, Certificate (11): { [4080 bytes data] * TLSv1.3 (IN), TLS handshake, CERT verify (15): { [264 bytes data] * TLSv1.3 (IN), TLS handshake, Finished (20): { [52 bytes data] * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1): } [1 bytes data] * TLSv1.3 (OUT), TLS handshake, Finished (20): } [52 bytes data] * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / x25519 / RSASSA-PSS * ALPN: server accepted http/1.1 * Server certificate: * subject: CN=ftp.isc.org * start date: Aug 13 00:47:37 2026 GMT * expire date: Nov 11 00:47:36 2026 GMT * issuer: C=US; O=Let's Encrypt; CN=YR1 * Certificate level 0: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * Certificate level 1: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha256WithRSAEncryption * Certificate level 3: Public key type RSA (4096/152 Bits/secBits), signed using sha256WithRSAEncryption * subjectAltName: "ftp.isc.org" matches cert's "ftp.isc.org" * SSL certificate verified via OpenSSL. * Established connection to ftp.isc.org (149.20.2.21 port 443) from 172.30.2.95 port 56814 * using HTTP/1.x } [5 bytes data] > GET /isc/bind9/9.20.27/bind-9.20.27.tar.xz HTTP/1.1 > Host: ftp.isc.org > User-Agent: curl/8.18.0 > Accept: */* > * Request completely sent off { [5 bytes data] * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): { [57 bytes data] * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): { [57 bytes data] < HTTP/1.1 200 OK < Date: Wed, 19 Aug 2026 10:04:37 GMT < Server: Apache < Strict-Transport-Security: max-age=63072000; includeSubdomains; preload < X-Frame-Options: SAMEORIGIN < X-Content-Type-Options: nosniff < Referrer-Policy: strict-origin-when-cross-origin < Permissions-Policy: camera=(), geolocation=(), microphone=() < Content-Security-Policy: default-src 'self' www.isc.org www.google-analytics.com www.googletagmanager.com region1.google-analytics.com; script-src 'self' 'unsafe-inline' 'unsafe-eval' www.googletagmanager.com 'wasm-eval'; script-src-elem 'self' 'unsafe-inline' www.googletagmanager.com cdnjs.cloudflare.com www.ipip.net unpkg.zhimg.com; style-src 'self' 'unsafe-inline' www.gstatic.com; style-src-elem 'self' 'unsafe-inline'; style-src-attr 'unsafe-inline'; img-src 'self' data: www.isc.org region1.google-analytics.com www.googletagmanager.com fonts.gstatic.com translate.google.com cdnjs.cloudflare.com www.google-analytics.com; font-src 'self' data: use.typekit.net cdnjs.cloudflare.com fonts.gstatic.com; connect-src 'self' www.google-analytics.com region1.google-analytics.com api.cdnjs.com; media-src data:; worker-src blob:; form-action 'self'; report-uri https://iscorg.report-uri.com/r/d/csp/enforce < Report-To: {"group":"default","max_age":31536000,"endpoints":[{"url":"https://iscorg.report-uri.com/a/d/g"}],"include_subdomains":true} < Upgrade: h2,h2c < Connection: Upgrade < Last-Modified: Wed, 19 Aug 2026 07:41:37 GMT < ETag: "5a84d8-6596188880469" < Accept-Ranges: bytes < Content-Length: 5932248 < Content-Type: application/x-xz < { [6633 bytes data] 100 5.65M 100 5.65M 0 0 3.72M 0 00:01 00:01 726.4k * Connection #0 to host ftp.isc.org:443 left intact # Download and verify source tarball signature. curl --output "${SOURCE_TARBALL}.asc" --verbose "${1}.asc" % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 0* Host ftp.isc.org:443 was resolved. * IPv6: 2001:500:6b:2::21 * IPv4: 149.20.2.21 * Trying [2001:500:6b:2::21]:443... * Immediate connect fail for 2001:500:6b:2::21: Network is unreachable * Trying 149.20.2.21:443... * ALPN: curl offers h2,http/1.1 } [5 bytes data] * TLSv1.3 (OUT), TLS handshake, Client hello (1): } [1570 bytes data] * SSL Trust Anchors: * CAfile: /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem { [5 bytes data] * TLSv1.3 (IN), TLS handshake, Server hello (2): { [122 bytes data] * TLSv1.3 (IN), TLS change cipher, Change cipher spec (1): { [1 bytes data] * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): { [25 bytes data] * TLSv1.3 (IN), TLS handshake, Certificate (11): { [4080 bytes data] * TLSv1.3 (IN), TLS handshake, CERT verify (15): { [264 bytes data] * TLSv1.3 (IN), TLS handshake, Finished (20): { [52 bytes data] * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1): } [1 bytes data] * TLSv1.3 (OUT), TLS handshake, Finished (20): } [52 bytes data] * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / x25519 / RSASSA-PSS * ALPN: server accepted http/1.1 * Server certificate: * subject: CN=ftp.isc.org * start date: Aug 13 00:47:37 2026 GMT * expire date: Nov 11 00:47:36 2026 GMT * issuer: C=US; O=Let's Encrypt; CN=YR1 * Certificate level 0: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * Certificate level 1: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha256WithRSAEncryption * Certificate level 3: Public key type RSA (4096/152 Bits/secBits), signed using sha256WithRSAEncryption * subjectAltName: "ftp.isc.org" matches cert's "ftp.isc.org" * SSL certificate verified via OpenSSL. * Established connection to ftp.isc.org (149.20.2.21 port 443) from 172.30.2.95 port 56828 * using HTTP/1.x } [5 bytes data] > GET /isc/bind9/9.20.27/bind-9.20.27.tar.xz.asc HTTP/1.1 > Host: ftp.isc.org > User-Agent: curl/8.18.0 > Accept: */* > * Request completely sent off { [5 bytes data] * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): { [57 bytes data] * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): { [57 bytes data] < HTTP/1.1 200 OK < Date: Wed, 19 Aug 2026 10:04:38 GMT < Server: Apache < Strict-Transport-Security: max-age=63072000; includeSubdomains; preload < X-Frame-Options: SAMEORIGIN < X-Content-Type-Options: nosniff < Referrer-Policy: strict-origin-when-cross-origin < Permissions-Policy: camera=(), geolocation=(), microphone=() < Content-Security-Policy: default-src 'self' www.isc.org www.google-analytics.com www.googletagmanager.com region1.google-analytics.com; script-src 'self' 'unsafe-inline' 'unsafe-eval' www.googletagmanager.com 'wasm-eval'; script-src-elem 'self' 'unsafe-inline' www.googletagmanager.com cdnjs.cloudflare.com www.ipip.net unpkg.zhimg.com; style-src 'self' 'unsafe-inline' www.gstatic.com; style-src-elem 'self' 'unsafe-inline'; style-src-attr 'unsafe-inline'; img-src 'self' data: www.isc.org region1.google-analytics.com www.googletagmanager.com fonts.gstatic.com translate.google.com cdnjs.cloudflare.com www.google-analytics.com; font-src 'self' data: use.typekit.net cdnjs.cloudflare.com fonts.gstatic.com; connect-src 'self' www.google-analytics.com region1.google-analytics.com api.cdnjs.com; media-src data:; worker-src blob:; form-action 'self'; report-uri https://iscorg.report-uri.com/r/d/csp/enforce < Report-To: {"group":"default","max_age":31536000,"endpoints":[{"url":"https://iscorg.report-uri.com/a/d/g"}],"include_subdomains":true} < Upgrade: h2,h2c < Connection: Upgrade < Last-Modified: Wed, 19 Aug 2026 07:41:37 GMT < ETag: "366-6596188885052" < Accept-Ranges: bytes < Content-Length: 870 < Content-Type: application/pgp-keys < { [870 bytes data] 100 870 100 870 0 0 4621 0 0 * Connection #0 to host ftp.isc.org:443 left intact gpg2 --verify "${SOURCE_TARBALL}.asc" "${SOURCE_TARBALL}" gpg: Signature made Mon Aug 10 11:48:59 2026 UTC gpg: using RSA key 706B6C28620E76F91D11F7DF510A642A06C52CEC gpg: Good signature from "Michał Kępień (Code-Signing Key) " [unknown] gpg: Signature notation: manu=2,2.5+1.12,2,3 gpg: WARNING: This key is not certified with a trusted signature! gpg: There is no indication that the signature belongs to the owner. Primary key fingerprint: 706B 6C28 620E 76F9 1D11 F7DF 510A 642A 06C5 2CEC # Set up *.spec variables based on "meson.build" or "configure.ac". eval "$(tar --wildcards --extract --to-stdout --file "${SOURCE_TARBALL}" "*/meson.build" | sed -nE "s|\\s+version: '([0-9]+)\\.([0-9]+)\\.([0-9]+)([^']*)',|VERSION_MAJOR=\\1\\nVERSION_MINOR=\\2\\nVERSION_PATCH=\\3\\nVERSION_EXTRA=\\4|p")" tar: */meson.build: Not found in archive tar: Exiting with failure status due to previous errors eval "$(tar --wildcards --extract --to-stdout --file "${SOURCE_TARBALL}" "*/configure.ac" | sed -nE "s|m4_define\\(\\[bind_(VERSION_.*?)\\], (.*?)\\)dnl$|\\1=\\2|p")" VERSION_MAJOR=9 VERSION_MINOR=20 VERSION_PATCH=27 VERSION_EXTRA= UPSTREAM_VERSION="${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${VERSION_EXTRA}" PACKAGE_VERSION="${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}" if [[ "${VERSION_EXTRA}" =~ ^- ]]; then # -P etc. PACKAGE_VERSION+="${VERSION_EXTRA//-/.}" PACKAGE_RELEASE_BASE="1" elif [[ -n "${VERSION_EXTRA}" ]]; then # alpha, beta, RC, etc. PACKAGE_RELEASE_BASE="0.${VERSION_EXTRA}" else # Regular releases. PACKAGE_RELEASE_BASE="1" fi # Put variables and the rest of the *.spec file together. cat < bind.spec %global TARBALL_FORMAT ${SOURCE_TARBALL##*.} %global UPSTREAM_VERSION ${UPSTREAM_VERSION} %global PACKAGE_VERSION ${PACKAGE_VERSION} %global PACKAGE_RELEASE ${PACKAGE_RELEASE_BASE}.${2} %global MAJOR_VERSION ${VERSION_MAJOR} %global MINOR_VERSION ${VERSION_MINOR} %global PATCH_VERSION ${VERSION_PATCH} EOF cat "${GIT_SOURCES_DIR}"/bind.spec.in >> bind.spec # Build SRPM and move it to where Copr expects it. rpmbuild -bs bind.spec warning: %source_date_epoch_from_changelog is set, but %changelog has no entries to take a date from Wrote: /builddir/build/SRPMS/isc-bind-bind-9.20.27-1.1.src.rpm RPM build warnings: %source_date_epoch_from_changelog is set, but %changelog has no entries to take a date from cd "${RPMBUILD_SOURCES_DIR}/../SRPMS" chown --verbose --reference="${3}" ./*.src.rpm changed ownership of './isc-bind-bind-9.20.27-1.1.src.rpm' from root:root to mockbuild:1000 mv --verbose ./*.src.rpm "${3}" copied './isc-bind-bind-9.20.27-1.1.src.rpm' -> '/mnt/safe-resultdir-5x6_9oli/isc-bind-bind-9.20.27-1.1.src.rpm' removed './isc-bind-bind-9.20.27-1.1.src.rpm' stderr: INFO: mock.py version 6.8 starting (python version = 3.14.5, NVR = mock-6.8-1.fc44), args: /usr/libexec/mock/mock --uniqueext 1787133851.953694 -r /var/lib/copr-rpmbuild/workspace/safe-resultdir-5x6_9oli/mock-source-build.cfg '--plugin-option=bind_mount:dirs=(("/var/lib/copr-rpmbuild/workspace/workdir-h81n6rw_", "/mnt/workdir-h81n6rw_"), ("/var/lib/copr-rpmbuild/workspace/safe-resultdir-5x6_9oli", "/mnt/safe-resultdir-5x6_9oli"))' --chroot 'set -x && cd /mnt/workdir-h81n6rw_/bind/.copr/bind-esv && echo -e "[safe] directory = /mnt/workdir-h81n6rw_/bind directory = /mnt/workdir-h81n6rw_/bind/*" > ~/.gitconfig && make -f /mnt/workdir-h81n6rw_/bind/.copr/Makefile srpm outdir="/mnt/safe-resultdir-5x6_9oli" spec="/mnt/workdir-h81n6rw_/bind/.copr/bind-esv"' 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.8 INFO: Mock Version: 6.8 Start: chroot init INFO: mounting tmpfs at /var/lib/mock/make-srpm-method-1787133851.953694/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 (fallback) Start: installing minimal buildroot with dnf5 Finish: installing minimal buildroot with dnf5 Start: creating root cache Finish: creating root cache Finish: chroot init INFO: Installed packages: INFO: R-srpm-macros-1.3.7-2.fc44.noarch add-determinism-0.7.3-2.fc44.x86_64 alternatives-1.33-5.fc44.x86_64 ansible-srpm-macros-1-20.1.fc44.noarch audit-libs-4.2.1-1.fc44.x86_64 bash-5.3.9-3.fc44.x86_64 binutils-2.46.1-1.fc44.x86_64 build-reproducibility-srpm-macros-0.7.3-2.fc44.noarch bzip2-1.0.8-23.fc44.x86_64 bzip2-libs-1.0.8-23.fc44.x86_64 ca-certificates-2025.2.80_v9.0.304-7.fc44.noarch cmake-srpm-macros-4.3.0-1.fc44.noarch coreutils-9.10-5.fc44.x86_64 coreutils-common-9.10-5.fc44.x86_64 cpio-2.15-9.fc44.x86_64 crypto-policies-20251128-3.git19878fe.fc44.noarch curl-8.18.0-8.fc44.x86_64 cyrus-sasl-lib-2.1.28-35.fc44.x86_64 debugedit-5.3-2.fc44.x86_64 diffutils-3.12-5.fc44.x86_64 dnf5-5.4.2.1-1.fc44.x86_64 dwz-0.16-3.fc44.x86_64 ed-1.22.5-2.fc44.x86_64 efi-srpm-macros-6-6.fc44.noarch elfutils-0.195-1.fc44.x86_64 elfutils-debuginfod-client-0.195-1.fc44.x86_64 elfutils-default-yama-scope-0.195-1.fc44.noarch elfutils-libelf-0.195-1.fc44.x86_64 elfutils-libs-0.195-1.fc44.x86_64 erlang-srpm-macros-0.3.11-1.fc44.noarch fedora-gpg-keys-44-1.noarch fedora-release-44-18.noarch fedora-release-common-44-18.noarch fedora-release-identity-basic-44-18.noarch fedora-repos-44-1.noarch file-5.46-10.fc44.x86_64 file-libs-5.46-10.fc44.x86_64 filesystem-3.18-52.fc44.x86_64 filesystem-srpm-macros-3.18-52.fc44.noarch findutils-4.10.0-7.fc44.x86_64 fmt-11.2.0-4.fc44.x86_64 fonts-srpm-macros-5.0.0-2.fc44.noarch forge-srpm-macros-0.4.0-4.fc44.noarch fpc-srpm-macros-1.3-16.fc44.noarch gap-srpm-macros-2-2.fc44.noarch gawk-5.3.2-3.fc44.x86_64 gdb-minimal-17.2-2.fc44.x86_64 gdbm-libs-1.23-11.fc44.x86_64 ghc-srpm-macros-1.10-1.fc44.noarch glib2-2.88.3-1.fc44.x86_64 glibc-2.43-8.fc44.x86_64 glibc-common-2.43-8.fc44.x86_64 glibc-gconv-extra-2.43-8.fc44.x86_64 glibc-minimal-langpack-2.43-8.fc44.x86_64 gmp-6.3.0-5.fc44.x86_64 gnat-srpm-macros-7-2.fc44.noarch gnome-srpm-macros-1.0-1.fc44.noarch gnulib-l10n-20241231-2.fc44.noarch gnupg2-2.4.9-16.fc44.x86_64 gnupg2-dirmngr-2.4.9-16.fc44.x86_64 gnupg2-gpg-agent-2.4.9-16.fc44.x86_64 gnupg2-gpgconf-2.4.9-16.fc44.x86_64 gnupg2-keyboxd-2.4.9-16.fc44.x86_64 gnupg2-verify-2.4.9-16.fc44.x86_64 gnutls-3.8.13-1.fc44.x86_64 go-srpm-macros-3.8.0-2.fc44.noarch gpg-pubkey-36f612dcf27f7d1a48a835e4dbfcf71c6d9f90a6-6786af3b gpgverify-2.2-4.fc44.noarch grep-3.12-3.fc44.x86_64 gzip-1.14-2.fc44.x86_64 ima-evm-utils-libs-1.6.2-8.fc44.x86_64 info-7.2-9.fc44.x86_64 jansson-2.14-4.fc44.x86_64 java-srpm-macros-1-8.fc44.noarch json-c-0.18-8.fc44.x86_64 kernel-srpm-macros-1.0-28.fc44.noarch keyutils-libs-1.6.3-7.fc44.x86_64 krb5-libs-1.22.2-4.fc44.x86_64 libacl-2.4.0-1.fc44.x86_64 libarchive-3.8.7-1.fc44.x86_64 libassuan-2.5.7-5.fc44.x86_64 libattr-2.6.0-1.fc44.x86_64 libblkid-2.41.5-1.fc44.x86_64 libbrotli-1.2.0-3.fc44.x86_64 libcap-2.78-1.fc44.x86_64 libcap-ng-0.9.3-1.fc44.x86_64 libcbor-0.13.0-2.fc44.x86_64 libcom_err-1.47.3-4.fc44.x86_64 libcurl-8.18.0-8.fc44.x86_64 libdnf5-5.4.2.1-1.fc44.x86_64 libdnf5-cli-5.4.2.1-1.fc44.x86_64 libeconf-0.7.9-3.fc44.x86_64 libevent-2.1.12-17.fc44.x86_64 libfdisk-2.41.5-1.fc44.x86_64 libffi-3.5.2-2.fc44.x86_64 libfido2-1.16.0-5.fc44.x86_64 libfsverity-1.6-4.fc44.x86_64 libgcc-16.1.1-2.fc44.x86_64 libgcrypt-1.12.2-1.fc44.x86_64 libgomp-16.1.1-2.fc44.x86_64 libgpg-error-1.58-2.fc44.x86_64 libidn2-2.3.8-3.fc44.x86_64 libksba-1.6.7-5.fc44.x86_64 liblastlog2-2.41.5-1.fc44.x86_64 libmodulemd-2.15.3-1.fc44.x86_64 libmount-2.41.5-1.fc44.x86_64 libnghttp2-1.68.0-5.fc44.x86_64 libnghttp3-1.18.0-1.fc44.x86_64 libpkgconf-2.5.1-1.fc44.x86_64 libpsl-0.21.5-7.fc44.x86_64 librepo-1.20.0-5.fc44.x86_64 libselinux-3.11-1.fc44.x86_64 libselinux-utils-3.11-1.fc44.x86_64 libsemanage-3.11-1.fc44.x86_64 libsepol-3.11-1.fc44.x86_64 libsmartcols-2.41.5-1.fc44.x86_64 libsolv-0.7.39-1.fc44.x86_64 libssh-0.12.2-1.fc44.x86_64 libssh-config-0.12.2-1.fc44.noarch libstdc++-16.1.1-2.fc44.x86_64 libtasn1-4.21.0-1.fc44.x86_64 libtool-ltdl-2.5.4-10.fc44.x86_64 libunistring-1.1-11.fc44.x86_64 libusb1-1.0.30-1.fc44.x86_64 libuuid-2.41.5-1.fc44.x86_64 libverto-0.3.2-12.fc44.x86_64 libxcrypt-4.5.2-3.fc44.x86_64 libxml2-2.12.10-6.fc44.x86_64 libyaml-0.2.5-18.fc44.x86_64 libzstd-1.5.7-5.fc44.x86_64 linkdupes-0.7.3-2.fc44.x86_64 lua-libs-5.4.8-5.fc44.x86_64 lua-srpm-macros-1-17.fc44.noarch lz4-libs-1.10.0-4.fc44.x86_64 make-4.4.1-12.fc44.x86_64 mpfr-4.2.2-3.fc44.x86_64 ncurses-base-6.6-1.fc44.noarch ncurses-libs-6.6-1.fc44.x86_64 nettle-3.10.1-3.fc44.x86_64 ngtcp2-1.22.1-1.fc44.x86_64 ngtcp2-crypto-ossl-1.22.1-1.fc44.x86_64 npth-1.8-4.fc44.x86_64 ocaml-srpm-macros-11-3.fc44.noarch openblas-srpm-macros-2-21.fc44.noarch openldap-2.6.13-1.fc44.x86_64 openssl-libs-3.5.7-2.fc44.x86_64 p11-kit-0.26.5-1.fc44.x86_64 p11-kit-trust-0.26.5-1.fc44.x86_64 package-notes-srpm-macros-0.20-1.fc44.noarch pam-libs-1.7.2-2.fc44.x86_64 patch-2.8-4.fc44.x86_64 pcre2-10.47-1.fc44.1.x86_64 pcre2-syntax-10.47-1.fc44.1.noarch perl-srpm-macros-1-61.fc44.noarch pkgconf-2.5.1-1.fc44.x86_64 pkgconf-m4-2.5.1-1.fc44.noarch pkgconf-pkg-config-2.5.1-1.fc44.x86_64 policycoreutils-3.11-2.fc44.x86_64 popt-1.19-10.fc44.x86_64 publicsuffix-list-dafsa-20260116-1.fc44.noarch pyproject-srpm-macros-1.23.2-1.fc44.noarch python-srpm-macros-3.14-12.fc44.noarch qt5-srpm-macros-5.15.18-2.fc44.noarch qt6-srpm-macros-6.11.1-1.fc44.noarch readline-8.3-4.fc44.x86_64 redhat-rpm-config-344-2.fc44.noarch rpm-6.0.2-1.fc44.x86_64 rpm-build-6.0.2-1.fc44.x86_64 rpm-build-libs-6.0.2-1.fc44.x86_64 rpm-libs-6.0.2-1.fc44.x86_64 rpm-plugin-selinux-6.0.2-1.fc44.x86_64 rpm-sequoia-1.10.2-4.fc44.x86_64 rpm-sign-libs-6.0.2-1.fc44.x86_64 rust-srpm-macros-28.5-1.fc44.noarch sdbus-cpp-2.2.1-2.fc44.x86_64 sed-4.9-7.fc44.x86_64 selinux-policy-44.6-1.fc44.noarch selinux-policy-targeted-44.6-1.fc44.noarch setup-2.15.0-28.fc44.noarch shadow-utils-4.19.0-7.fc44.x86_64 sqlite-libs-3.51.2-2.fc44.x86_64 systemd-libs-259.8-1.fc44.x86_64 systemd-standalone-sysusers-259.8-1.fc44.x86_64 tar-1.35-8.fc44.x86_64 tpm2-tss-4.1.3-9.fc44.x86_64 tree-sitter-srpm-macros-0.4.2-2.fc44.noarch unzip-6.0-69.fc44.x86_64 util-linux-2.41.5-1.fc44.x86_64 util-linux-core-2.41.5-1.fc44.x86_64 which-2.25-1.fc44.x86_64 xxhash-libs-0.8.3-4.fc44.x86_64 xz-5.8.2-2.fc44.x86_64 xz-libs-5.8.2-2.fc44.x86_64 zchunk-libs-1.5.4-1.fc44.x86_64 zig-srpm-macros-1-8.fc44.noarch zip-3.0-45.fc44.x86_64 zlib-ng-compat-2.3.3-3.fc44.x86_64 zstd-1.5.7-5.fc44.x86_64 INFO: Running in chroot: ['set -x && cd /mnt/workdir-h81n6rw_/bind/.copr/bind-esv && echo -e "[safe]\ndirectory = /mnt/workdir-h81n6rw_/bind\ndirectory = /mnt/workdir-h81n6rw_/bind/*" > ~/.gitconfig && make -f /mnt/workdir-h81n6rw_/bind/.copr/Makefile srpm outdir="/mnt/safe-resultdir-5x6_9oli" spec="/mnt/workdir-h81n6rw_/bind/.copr/bind-esv"'] Start: unpacking root cache Finish: unpacking root cache Start: chroot ['set -x && cd /mnt/workdir-h81n6rw_/bind/.copr/bind-esv && echo -e "[safe]\ndirectory = /mnt/workdir-h81n6rw_/bind\ndirectory = /mnt/workdir-h81n6rw_/bind/*" > ~/.gitconfig && make -f /mnt/workdir-h81n6rw_/bind/.copr/Makefile srpm outdir="/mnt/safe-resultdir-5x6_9oli" spec="/mnt/workdir-h81n6rw_/bind/.copr/bind-esv"'] Finish: chroot ['set -x && cd /mnt/workdir-h81n6rw_/bind/.copr/bind-esv && echo -e "[safe]\ndirectory = /mnt/workdir-h81n6rw_/bind\ndirectory = /mnt/workdir-h81n6rw_/bind/*" > ~/.gitconfig && make -f /mnt/workdir-h81n6rw_/bind/.copr/Makefile srpm outdir="/mnt/safe-resultdir-5x6_9oli" spec="/mnt/workdir-h81n6rw_/bind/.copr/bind-esv"'] Finish: run INFO: unmounting tmpfs. Output: ['isc-bind-bind-9.20.27-1.1.src.rpm', 'mock-source-build.cfg'] Running SRPMResults tool Using distributions_in_build for this build. Extracting arch-specific tags for epel-10 Extracting arch-specific tags for epel-8 Extracting arch-specific tags for epel-9 Extracting arch-specific tags for fedora-43 Extracting arch-specific tags for fedora-44 Extracting arch-specific tags for fedora-45 Tag "fedora-45" is not defined in "/tmp/tmpabx87nwh" database, macros have unexpected values! Extracting arch-specific tags for fedora-eln Extracting arch-specific tags for fedora-rawhide Extracting arch-specific tags for rhel+epel-10 Package info: { "architecture_specific_tags": { "epel-10": {}, "epel-8": {}, "epel-9": {}, "fedora-43": {}, "fedora-44": {}, "fedora-45": {}, "fedora-eln": {}, "fedora-rawhide": {}, "rhel+epel-10": {} }, "name": "isc-bind-bind", "epoch": null, "version": "9.20.27", "release": "1.1" } SRPMResults finished