Warning: Permanently added '54.84.241.223' (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/8241128 Version: 1.1 PID: 7100 Logging PID: 7101 Task: {'appstream': False, 'background': False, 'build_id': 8241128, 'chroot': None, 'package_name': None, 'project_dirname': 'bind-dev', 'project_name': 'bind-dev', 'project_owner': 'isc', 'repos': [], 'sandbox': 'isc/bind-dev--isc', 'source_json': {'clone_url': 'https://gitlab.isc.org/isc-packages/rpms/bind.git', 'committish': '', 'spec': '', 'srpm_build_method': 'make_srpm', 'subdirectory': '.copr/bind-dev', 'type': 'git'}, 'source_type': 8, 'submitter': 'isc', 'task_id': '8241128'} Running: git clone https://gitlab.isc.org/isc-packages/rpms/bind.git /var/lib/copr-rpmbuild/workspace/workdir-bfhx0mg_/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-bfhx0mg_/bind', '--depth', '500', '--no-single-branch', '--recursive'] cwd: . rc: 0 stdout: stderr: Cloning into '/var/lib/copr-rpmbuild/workspace/workdir-bfhx0mg_/bind'... Running: mock --uniqueext 1731330905.423924 -r /var/lib/copr-rpmbuild/workspace/safe-resultdir-dav81nel/mock-source-build.cfg '--plugin-option=bind_mount:dirs=(("/var/lib/copr-rpmbuild/workspace/workdir-bfhx0mg_", "/mnt/workdir-bfhx0mg_"), ("/var/lib/copr-rpmbuild/workspace/safe-resultdir-dav81nel", "/mnt/safe-resultdir-dav81nel"))' --chroot 'set -x && cd /mnt/workdir-bfhx0mg_/bind/.copr/bind-dev && echo -e "[safe] directory = /mnt/workdir-bfhx0mg_/bind directory = /mnt/workdir-bfhx0mg_/bind/*" > ~/.gitconfig && make -f /mnt/workdir-bfhx0mg_/bind/.copr/Makefile srpm outdir="/mnt/safe-resultdir-dav81nel" spec="/mnt/workdir-bfhx0mg_/bind/.copr/bind-dev"' cmd: ['mock', '--uniqueext', '1731330905.423924', '-r', '/var/lib/copr-rpmbuild/workspace/safe-resultdir-dav81nel/mock-source-build.cfg', '--plugin-option=bind_mount:dirs=(("/var/lib/copr-rpmbuild/workspace/workdir-bfhx0mg_", "/mnt/workdir-bfhx0mg_"), ("/var/lib/copr-rpmbuild/workspace/safe-resultdir-dav81nel", "/mnt/safe-resultdir-dav81nel"))', '--chroot', 'set -x && cd /mnt/workdir-bfhx0mg_/bind/.copr/bind-dev && echo -e "[safe]\ndirectory = /mnt/workdir-bfhx0mg_/bind\ndirectory = /mnt/workdir-bfhx0mg_/bind/*" > ~/.gitconfig && make -f /mnt/workdir-bfhx0mg_/bind/.copr/Makefile srpm outdir="/mnt/safe-resultdir-dav81nel" spec="/mnt/workdir-bfhx0mg_/bind/.copr/bind-dev"'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-bfhx0mg_/bind/.copr/bind-dev rc: 0 stdout: + cd /mnt/workdir-bfhx0mg_/bind/.copr/bind-dev + echo -e '[safe] directory = /mnt/workdir-bfhx0mg_/bind directory = /mnt/workdir-bfhx0mg_/bind/*' + make -f /mnt/workdir-bfhx0mg_/bind/.copr/Makefile srpm outdir=/mnt/safe-resultdir-dav81nel spec=/mnt/workdir-bfhx0mg_/bind/.copr/bind-dev ../prepare-srpm.sh https://ftp.isc.org/isc/bind9/9.21.2/bind-9.21.2.tar.xz 1 /mnt/safe-resultdir-dav81nel 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##*/}" # 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.SH3dcuQQNx/pubring.kbx' created gpg: /tmp/tmp.SH3dcuQQNx/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-bfhx0mg_/bind/bind.spec.in' -> '/builddir/build/SOURCES/bind.spec.in' '/mnt/workdir-bfhx0mg_/bind/isc-keyblock.asc' -> '/builddir/build/SOURCES/isc-keyblock.asc' '/mnt/workdir-bfhx0mg_/bind/named.conf.in' -> '/builddir/build/SOURCES/named.conf.in' '/mnt/workdir-bfhx0mg_/bind/named.service.in' -> '/builddir/build/SOURCES/named.service.in' '/mnt/workdir-bfhx0mg_/bind/named.sysconfig' -> '/builddir/build/SOURCES/named.sysconfig' curl --output "${SOURCE_TARBALL}" --verbose "${1}" * processing: https://ftp.isc.org/isc/bind9/9.21.2/bind-9.21.2.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Trying 149.20.2.21:443... * Connected to ftp.isc.org (149.20.2.21) port 443 * ALPN: offers h2,http/1.1 } [5 bytes data] * TLSv1.3 (OUT), TLS handshake, Client hello (1): } [512 bytes data] * CAfile: /etc/pki/tls/certs/ca-bundle.crt * CApath: none { [5 bytes data] * TLSv1.3 (IN), TLS handshake, Server hello (2): { [122 bytes data] * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): { [25 bytes data] * TLSv1.3 (IN), TLS handshake, Certificate (11): { [2580 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 * ALPN: server accepted http/1.1 * Server certificate: * subject: CN=ftp.isc.org * start date: Oct 28 04:04:16 2024 GMT * expire date: Jan 26 04:04:15 2025 GMT * subjectAltName: host "ftp.isc.org" matched cert's "ftp.isc.org" * issuer: C=US; O=Let's Encrypt; CN=R11 * SSL certificate verify ok. * using HTTP/1.1 } [5 bytes data] > GET /isc/bind9/9.21.2/bind-9.21.2.tar.xz HTTP/1.1 > Host: ftp.isc.org > User-Agent: curl/8.2.1 > Accept: */* > { [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] * old SSL session ID is stale, removing { [5 bytes data] < HTTP/1.1 200 OK < Date: Mon, 11 Nov 2024 13:15:54 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' 'unsafe-inline' 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' '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, 16 Oct 2024 14:22:42 GMT < ETag: "558e0c-62498cd940acd" < Accept-Ranges: bytes < Content-Length: 5606924 < Content-Type: application/x-xz < { [6624 bytes data] 100 5475k 100 5475k 0 0 4271k 0 0:00:01 0:00:01 --:--:-- 4274k * Connection #0 to host ftp.isc.org left intact # Download and verify source tarball signature. curl --output "${SOURCE_TARBALL}.asc" --verbose "${1}.asc" * processing: https://ftp.isc.org/isc/bind9/9.21.2/bind-9.21.2.tar.xz.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* Trying 149.20.2.21:443... * Connected to ftp.isc.org (149.20.2.21) port 443 * ALPN: offers h2,http/1.1 } [5 bytes data] * TLSv1.3 (OUT), TLS handshake, Client hello (1): } [512 bytes data] * CAfile: /etc/pki/tls/certs/ca-bundle.crt * CApath: none { [5 bytes data] * TLSv1.3 (IN), TLS handshake, Server hello (2): { [122 bytes data] * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): { [25 bytes data] * TLSv1.3 (IN), TLS handshake, Certificate (11): { [2580 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 * ALPN: server accepted http/1.1 * Server certificate: * subject: CN=ftp.isc.org * start date: Oct 28 04:04:16 2024 GMT * expire date: Jan 26 04:04:15 2025 GMT * subjectAltName: host "ftp.isc.org" matched cert's "ftp.isc.org" * issuer: C=US; O=Let's Encrypt; CN=R11 * SSL certificate verify ok. * using HTTP/1.1 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0} [5 bytes data] > GET /isc/bind9/9.21.2/bind-9.21.2.tar.xz.asc HTTP/1.1 > Host: ftp.isc.org > User-Agent: curl/8.2.1 > Accept: */* > { [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] * old SSL session ID is stale, removing { [5 bytes data] < HTTP/1.1 200 OK < Date: Mon, 11 Nov 2024 13:15:55 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' 'unsafe-inline' 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' '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, 16 Oct 2024 14:22:42 GMT < ETag: "341-62498cd9488a1" < Accept-Ranges: bytes < Content-Length: 833 < Content-Type: application/pgp-keys < { [833 bytes data] 100 833 100 833 0 0 4015 0 --:--:-- --:--:-- --:--:-- 4004 * Connection #0 to host ftp.isc.org left intact gpg2 --verify "${SOURCE_TARBALL}.asc" "${SOURCE_TARBALL}" gpg: Signature made Tue Oct 8 20:50:00 2024 UTC gpg: using RSA key 706B6C28620E76F91D11F7DF510A642A06C52CEC gpg: Good signature from "Michał Kępień (Code-Signing Key) " [unknown] 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 "configure.ac". 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=21 VERSION_PATCH=2 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. dnf -y install scl-utils-build || : fedora 297 kB/s | 16 kB 00:00 updates 107 kB/s | 10 kB 00:00 Dependencies resolved. ================================================================================ Package Architecture Version Repository Size ================================================================================ Installing: scl-utils-build aarch64 1:2.0.3-1.fc39 fedora 15 k Installing dependencies: iso-codes noarch 4.15.0-2.fc39 fedora 3.5 M xml-common noarch 0.6.3-61.fc39 fedora 31 k Transaction Summary ================================================================================ Install 3 Packages Total download size: 3.5 M Installed size: 19 M Downloading Packages: (1/3): xml-common-0.6.3-61.fc39.noarch.rpm 1.5 MB/s | 31 kB 00:00 (2/3): scl-utils-build-2.0.3-1.fc39.aarch64.rpm 686 kB/s | 15 kB 00:00 (3/3): iso-codes-4.15.0-2.fc39.noarch.rpm 112 MB/s | 3.5 MB 00:00 -------------------------------------------------------------------------------- Total 53 MB/s | 3.5 MB 00:00 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Running scriptlet: xml-common-0.6.3-61.fc39.noarch 1/3 Installing : xml-common-0.6.3-61.fc39.noarch 1/3 Installing : iso-codes-4.15.0-2.fc39.noarch 2/3 Installing : scl-utils-build-1:2.0.3-1.fc39.aarch64 3/3 Running scriptlet: scl-utils-build-1:2.0.3-1.fc39.aarch64 3/3 Verifying : iso-codes-4.15.0-2.fc39.noarch 1/3 Verifying : scl-utils-build-1:2.0.3-1.fc39.aarch64 2/3 Verifying : xml-common-0.6.3-61.fc39.noarch 3/3 Installed: iso-codes-4.15.0-2.fc39.noarch scl-utils-build-1:2.0.3-1.fc39.aarch64 xml-common-0.6.3-61.fc39.noarch Complete! rpmbuild -bs bind.spec warning: source_date_epoch_from_changelog set but %changelog is missing Wrote: /builddir/build/SRPMS/isc-bind-bind-9.21.2-1.1.src.rpm RPM build warnings: source_date_epoch_from_changelog set but %changelog is missing cd "${RPMBUILD_SOURCES_DIR}/../SRPMS" chown --verbose --reference="${3}" ./*.src.rpm changed ownership of './isc-bind-bind-9.21.2-1.1.src.rpm' from root:root to mockbuild:1001 mv --verbose ./*.src.rpm "${3}" copied './isc-bind-bind-9.21.2-1.1.src.rpm' -> '/mnt/safe-resultdir-dav81nel/isc-bind-bind-9.21.2-1.1.src.rpm' removed './isc-bind-bind-9.21.2-1.1.src.rpm' stderr: INFO: mock.py version 5.9 starting (python version = 3.12.1, NVR = mock-5.9-1.fc39), args: /usr/libexec/mock/mock --uniqueext 1731330905.423924 -r /var/lib/copr-rpmbuild/workspace/safe-resultdir-dav81nel/mock-source-build.cfg '--plugin-option=bind_mount:dirs=(("/var/lib/copr-rpmbuild/workspace/workdir-bfhx0mg_", "/mnt/workdir-bfhx0mg_"), ("/var/lib/copr-rpmbuild/workspace/safe-resultdir-dav81nel", "/mnt/safe-resultdir-dav81nel"))' --chroot 'set -x && cd /mnt/workdir-bfhx0mg_/bind/.copr/bind-dev && echo -e "[safe] directory = /mnt/workdir-bfhx0mg_/bind directory = /mnt/workdir-bfhx0mg_/bind/*" > ~/.gitconfig && make -f /mnt/workdir-bfhx0mg_/bind/.copr/Makefile srpm outdir="/mnt/safe-resultdir-dav81nel" spec="/mnt/workdir-bfhx0mg_/bind/.copr/bind-dev"' 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: 5.9 INFO: Mock Version: 5.9 Start: chroot init INFO: mounting tmpfs at /var/lib/mock/make-srpm-method-1731330905.423924/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 dnf4 detected and used (fallback) Start: installing minimal buildroot with dnf Finish: installing minimal buildroot with dnf Start: creating root cache Finish: creating root cache Finish: chroot init INFO: Installed packages: INFO: alternatives-1.26-1.fc39.aarch64 ansible-srpm-macros-1-12.fc39.noarch audit-libs-3.1.5-1.fc39.aarch64 authselect-1.4.3-1.fc39.aarch64 authselect-libs-1.4.3-1.fc39.aarch64 basesystem-11-18.fc39.noarch bash-5.2.26-1.fc39.aarch64 binutils-2.40-14.fc39.aarch64 binutils-gold-2.40-14.fc39.aarch64 bzip2-1.0.8-16.fc39.aarch64 bzip2-libs-1.0.8-16.fc39.aarch64 ca-certificates-2024.2.69_v8.0.401-1.0.fc39.noarch coreutils-9.3-7.fc39.aarch64 coreutils-common-9.3-7.fc39.aarch64 cpio-2.14-4.fc39.aarch64 cracklib-2.9.11-2.fc39.aarch64 crypto-policies-20231204-1.git1e3a2e4.fc39.noarch curl-8.2.1-5.fc39.aarch64 cyrus-sasl-lib-2.1.28-11.fc39.aarch64 debugedit-5.0-12.fc39.aarch64 diffutils-3.10-3.fc39.aarch64 dnf-4.21.1-1.fc39.noarch dnf-data-4.21.1-1.fc39.noarch dwz-0.15-3.fc39.aarch64 ed-1.19-4.fc39.aarch64 efi-srpm-macros-5-9.fc39.noarch elfutils-0.192-4.fc39.aarch64 elfutils-debuginfod-client-0.192-4.fc39.aarch64 elfutils-default-yama-scope-0.192-4.fc39.noarch elfutils-libelf-0.192-4.fc39.aarch64 elfutils-libs-0.192-4.fc39.aarch64 expat-2.6.3-1.fc39.aarch64 fedora-gpg-keys-39-2.noarch fedora-release-39-36.noarch fedora-release-common-39-36.noarch fedora-release-identity-basic-39-36.noarch fedora-repos-39-2.noarch file-5.44-5.fc39.aarch64 file-libs-5.44-5.fc39.aarch64 filesystem-3.18-6.fc39.aarch64 findutils-4.9.0-6.fc39.aarch64 fonts-srpm-macros-2.0.5-12.fc39.noarch forge-srpm-macros-0.3.1-1.fc39.noarch fpc-srpm-macros-1.3-8.fc39.noarch gawk-5.2.2-2.fc39.aarch64 gc-8.2.2-4.fc39.aarch64 gdb-minimal-15.1-1.fc39.aarch64 gdbm-libs-1.23-4.fc39.aarch64 ghc-srpm-macros-1.6.1-2.fc39.noarch glib2-2.78.6-1.fc39.aarch64 glibc-2.38-19.fc39.aarch64 glibc-common-2.38-19.fc39.aarch64 glibc-gconv-extra-2.38-19.fc39.aarch64 glibc-minimal-langpack-2.38-19.fc39.aarch64 gmp-6.2.1-5.fc39.aarch64 gnat-srpm-macros-6-3.fc39.noarch gnupg2-2.4.4-1.fc39.aarch64 gnutls-3.8.6-1.fc39.aarch64 go-srpm-macros-3.5.0-1.fc39.noarch gpg-pubkey-18b8e74c-62f2920f grep-3.11-3.fc39.aarch64 guile22-2.2.7-9.fc39.aarch64 gzip-1.12-6.fc39.aarch64 ima-evm-utils-1.5-2.fc39.aarch64 info-7.0.3-3.fc39.aarch64 jansson-2.13.1-7.fc39.aarch64 json-c-0.17-1.fc39.aarch64 kernel-srpm-macros-1.0-20.fc39.noarch keyutils-libs-1.6.3-1.fc39.aarch64 krb5-libs-1.21.3-1.fc39.aarch64 libacl-2.3.1-9.fc39.aarch64 libarchive-3.7.1-3.fc39.aarch64 libassuan-2.5.6-2.fc39.aarch64 libattr-2.5.1-8.fc39.aarch64 libb2-0.98.1-9.fc39.aarch64 libblkid-2.39.4-1.fc39.aarch64 libbrotli-1.1.0-1.fc39.aarch64 libcap-2.48-9.fc39.aarch64 libcap-ng-0.8.3-8.fc39.aarch64 libcom_err-1.47.0-2.fc39.aarch64 libcomps-0.1.20-1.fc39.aarch64 libcurl-8.2.1-5.fc39.aarch64 libdb-5.3.28-56.fc39.aarch64 libdnf-0.73.3-1.fc39.aarch64 libeconf-0.5.2-2.fc39.aarch64 libevent-2.1.12-9.fc39.aarch64 libfdisk-2.39.4-1.fc39.aarch64 libffi-3.4.4-4.fc39.aarch64 libfsverity-1.4-10.fc39.aarch64 libgcc-13.3.1-3.fc39.aarch64 libgcrypt-1.10.2-2.fc39.aarch64 libgomp-13.3.1-3.fc39.aarch64 libgpg-error-1.47-2.fc39.aarch64 libidn2-2.3.7-1.fc39.aarch64 libksba-1.6.4-2.fc39.aarch64 libmodulemd-2.15.0-5.fc39.aarch64 libmount-2.39.4-1.fc39.aarch64 libnghttp2-1.55.1-5.fc39.aarch64 libnsl2-2.0.0-6.fc39.aarch64 libpkgconf-1.9.5-2.fc39.aarch64 libpsl-0.21.2-4.fc39.aarch64 libpwquality-1.4.5-6.fc39.aarch64 librepo-1.18.1-1.fc39.aarch64 libselinux-3.5-5.fc39.aarch64 libsemanage-3.5-4.fc39.aarch64 libsepol-3.5-2.fc39.aarch64 libsigsegv-2.14-5.fc39.aarch64 libsmartcols-2.39.4-1.fc39.aarch64 libsolv-0.7.30-1.fc39.aarch64 libssh-0.10.6-2.fc39.aarch64 libssh-config-0.10.6-2.fc39.noarch libstdc++-13.3.1-3.fc39.aarch64 libtasn1-4.19.0-3.fc39.aarch64 libtirpc-1.3.6-0.fc39.aarch64 libtool-ltdl-2.4.7-7.fc39.aarch64 libunistring-1.1-5.fc39.aarch64 libutempter-1.2.1-10.fc39.aarch64 libuuid-2.39.4-1.fc39.aarch64 libverto-0.3.2-6.fc39.aarch64 libxcrypt-4.4.36-2.fc39.aarch64 libxml2-2.10.4-3.fc39.aarch64 libyaml-0.2.5-12.fc39.aarch64 libzstd-1.5.6-1.fc39.aarch64 lua-libs-5.4.6-3.fc39.aarch64 lua-srpm-macros-1-13.fc39.noarch lz4-libs-1.9.4-4.fc39.aarch64 make-4.4.1-2.fc39.aarch64 mpdecimal-2.5.1-7.fc39.aarch64 mpfr-4.2.0-3.fc39.aarch64 ncurses-base-6.4-7.20230520.fc39.1.noarch ncurses-libs-6.4-7.20230520.fc39.1.aarch64 nettle-3.9.1-2.fc39.aarch64 npth-1.6-14.fc39.aarch64 ocaml-srpm-macros-8-2.fc39.noarch openblas-srpm-macros-2-14.fc39.noarch openldap-2.6.7-1.fc39.aarch64 openssl-libs-3.1.4-4.fc39.aarch64 p11-kit-0.25.5-1.fc39.aarch64 p11-kit-trust-0.25.5-1.fc39.aarch64 package-notes-srpm-macros-0.5-9.fc39.noarch pam-1.5.3-3.fc39.aarch64 pam-libs-1.5.3-3.fc39.aarch64 patch-2.7.6-22.fc39.aarch64 pcre2-10.42-1.fc39.2.aarch64 pcre2-syntax-10.42-1.fc39.2.noarch perl-srpm-macros-1-51.fc39.noarch pkgconf-1.9.5-2.fc39.aarch64 pkgconf-m4-1.9.5-2.fc39.noarch pkgconf-pkg-config-1.9.5-2.fc39.aarch64 popt-1.19-3.fc39.aarch64 publicsuffix-list-dafsa-20240107-1.fc39.noarch pyproject-srpm-macros-1.15.1-1.fc39.noarch python-pip-wheel-23.2.1-2.fc39.noarch python-srpm-macros-3.12-8.fc39.noarch python3-3.12.7-1.fc39.aarch64 python3-dnf-4.21.1-1.fc39.noarch python3-hawkey-0.73.3-1.fc39.aarch64 python3-libcomps-0.1.20-1.fc39.aarch64 python3-libdnf-0.73.3-1.fc39.aarch64 python3-libs-3.12.7-1.fc39.aarch64 python3-rpm-4.19.1.1-1.fc39.aarch64 qt5-srpm-macros-5.15.14-2.fc39.noarch qt6-srpm-macros-6.6.2-1.fc39.noarch readline-8.2-6.fc39.aarch64 redhat-rpm-config-266-1.fc39.noarch rpm-4.19.1.1-1.fc39.aarch64 rpm-build-4.19.1.1-1.fc39.aarch64 rpm-build-libs-4.19.1.1-1.fc39.aarch64 rpm-libs-4.19.1.1-1.fc39.aarch64 rpm-sequoia-1.7.0-1.fc39.aarch64 rpm-sign-libs-4.19.1.1-1.fc39.aarch64 rpmautospec-rpm-macros-0.7.3-1.fc39.noarch rust-srpm-macros-26.3-1.fc39.noarch sed-4.8-14.fc39.aarch64 setup-2.14.4-1.fc39.noarch shadow-utils-4.14.0-2.fc39.aarch64 sqlite-libs-3.42.0-7.fc39.aarch64 systemd-libs-254.19-1.fc39.aarch64 tar-1.35-2.fc39.aarch64 tpm2-tss-4.0.2-1.fc39.aarch64 tzdata-2024a-2.fc39.noarch unzip-6.0-62.fc39.aarch64 util-linux-2.39.4-1.fc39.aarch64 util-linux-core-2.39.4-1.fc39.aarch64 which-2.21-40.fc39.aarch64 xxhash-libs-0.8.2-4.fc39.aarch64 xz-5.4.4-1.fc39.aarch64 xz-libs-5.4.4-1.fc39.aarch64 zchunk-libs-1.5.1-1.fc39.aarch64 zip-3.0-39.fc39.aarch64 zlib-1.2.13-4.fc39.aarch64 zstd-1.5.6-1.fc39.aarch64 INFO: Running in chroot: ['set -x && cd /mnt/workdir-bfhx0mg_/bind/.copr/bind-dev && echo -e "[safe]\ndirectory = /mnt/workdir-bfhx0mg_/bind\ndirectory = /mnt/workdir-bfhx0mg_/bind/*" > ~/.gitconfig && make -f /mnt/workdir-bfhx0mg_/bind/.copr/Makefile srpm outdir="/mnt/safe-resultdir-dav81nel" spec="/mnt/workdir-bfhx0mg_/bind/.copr/bind-dev"'] Start: unpacking root cache Finish: unpacking root cache Start: chroot ['set -x && cd /mnt/workdir-bfhx0mg_/bind/.copr/bind-dev && echo -e "[safe]\ndirectory = /mnt/workdir-bfhx0mg_/bind\ndirectory = /mnt/workdir-bfhx0mg_/bind/*" > ~/.gitconfig && make -f /mnt/workdir-bfhx0mg_/bind/.copr/Makefile srpm outdir="/mnt/safe-resultdir-dav81nel" spec="/mnt/workdir-bfhx0mg_/bind/.copr/bind-dev"'] Finish: chroot ['set -x && cd /mnt/workdir-bfhx0mg_/bind/.copr/bind-dev && echo -e "[safe]\ndirectory = /mnt/workdir-bfhx0mg_/bind\ndirectory = /mnt/workdir-bfhx0mg_/bind/*" > ~/.gitconfig && make -f /mnt/workdir-bfhx0mg_/bind/.copr/Makefile srpm outdir="/mnt/safe-resultdir-dav81nel" spec="/mnt/workdir-bfhx0mg_/bind/.copr/bind-dev"'] Finish: run INFO: unmounting tmpfs. Output: ['mock-source-build.cfg', 'isc-bind-bind-9.21.2-1.1.src.rpm'] Running SRPMResults tool Package info: { "name": "isc-bind-bind", "epoch": null, "version": "9.21.2", "release": "1.1", "exclusivearch": [], "excludearch": [] } SRPMResults finished