12-12 08:07 root DEBUG fedora-review 0.10.0 e79b66b 2023-07-24 17:28:48 -0500 started 12-12 08:07 root DEBUG Command line: /bin/fedora-review --no-colors --prebuilt --rpm-spec --name libredwg --mock-config /var/lib/copr-rpmbuild/results/configs/child.cfg 12-12 08:07 root INFO Processing local files: libredwg 12-12 08:07 root DEBUG Active settings after processing options 12-12 08:07 root DEBUG bz_url: https://bugzilla.redhat.com 12-12 08:07 root DEBUG _con_handler: (INFO)> 12-12 08:07 root DEBUG _log_config_done: True 12-12 08:07 root DEBUG cache: False 12-12 08:07 root DEBUG resultdir: None 12-12 08:07 root DEBUG init_done: True 12-12 08:07 root DEBUG uniqueext: None 12-12 08:07 root DEBUG configdir: None 12-12 08:07 root DEBUG log_level: 20 12-12 08:07 root DEBUG prebuilt: True 12-12 08:07 root DEBUG verbose: False 12-12 08:07 root DEBUG name: libredwg 12-12 08:07 root DEBUG use_colors: False 12-12 08:07 root DEBUG session_log: /var/lib/copr-rpmbuild/results/cache/fedora-review.log 12-12 08:07 root DEBUG bug: None 12-12 08:07 root DEBUG url: None 12-12 08:07 root DEBUG copr_build_descriptor: None 12-12 08:07 root DEBUG list_checks: False 12-12 08:07 root DEBUG list_flags: False 12-12 08:07 root DEBUG list_plugins: False 12-12 08:07 root DEBUG version: False 12-12 08:07 root DEBUG flags: [] 12-12 08:07 root DEBUG repo: None 12-12 08:07 root DEBUG mock_config: /var/lib/copr-rpmbuild/results/configs/child.cfg 12-12 08:07 root DEBUG no_report: False 12-12 08:07 root DEBUG nobuild: False 12-12 08:07 root DEBUG mock_options: --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True 12-12 08:07 root DEBUG other_bz: None 12-12 08:07 root DEBUG plugins_arg: None 12-12 08:07 root DEBUG single: None 12-12 08:07 root DEBUG rpm_spec: True 12-12 08:07 root DEBUG exclude: None 12-12 08:07 root DEBUG checksum: sha256 12-12 08:07 root DEBUG plugins: {} 12-12 08:07 root INFO Getting .spec and .srpm Urls from : Local files in /var/lib/copr-rpmbuild/results 12-12 08:07 root INFO --> SRPM url: file:///var/lib/copr-rpmbuild/results/libredwg-0.13.3-1.fc43.src.rpm 12-12 08:07 root INFO Using review directory: /var/lib/copr-rpmbuild/results/libredwg 12-12 08:07 root DEBUG find_urls completed: 0.053 12-12 08:07 root DEBUG Avoiding init of working mock root 12-12 08:07 root DEBUG Url download completed: 19.691 12-12 08:07 root INFO No upstream for (Source2): 2895a881d34270fabfe8f747b4f63339e65d6414.asc 12-12 08:07 root DEBUG --> /var/lib/copr-rpmbuild/results/libredwg/upstream : https://ftp.gnu.org/gnu/libredwg/libredwg-0.13.3.tar.xz.sig 12-12 08:07 root INFO Downloading (Source1): https://ftp.gnu.org/gnu/libredwg/libredwg-0.13.3.tar.xz.sig 12-12 08:07 root DEBUG --> /var/lib/copr-rpmbuild/results/libredwg/upstream : https://ftp.gnu.org/gnu/libredwg/libredwg-0.13.3.tar.xz 12-12 08:07 root INFO Downloading (Source0): https://ftp.gnu.org/gnu/libredwg/libredwg-0.13.3.tar.xz 12-12 08:08 root DEBUG Download error on https://ftp.gnu.org/gnu/libredwg/libredwg-0.13.3.tar.xz, : 'Error downloading https://ftp.gnu.org/gnu/libredwg/libredwg-0.13.3.tar.xz' Traceback (most recent call last): File "/usr/lib64/python3.13/urllib/request.py", line 1319, in do_open h.request(req.get_method(), req.selector, req.data, headers, ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ encode_chunked=req.has_header('Transfer-encoding')) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.13/http/client.py", line 1338, in request self._send_request(method, url, body, headers, encode_chunked) ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.13/http/client.py", line 1384, in _send_request self.endheaders(body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.13/http/client.py", line 1333, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.13/http/client.py", line 1093, in _send_output self.send(msg) ~~~~~~~~~^^^^^ File "/usr/lib64/python3.13/http/client.py", line 1037, in send self.connect() ~~~~~~~~~~~~^^ File "/usr/lib64/python3.13/http/client.py", line 1472, in connect super().connect() ~~~~~~~~~~~~~~~^^ File "/usr/lib64/python3.13/http/client.py", line 1003, in connect self.sock = self._create_connection( ~~~~~~~~~~~~~~~~~~~~~~~^ (self.host,self.port), self.timeout, self.source_address) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.13/socket.py", line 864, in create_connection raise exceptions[0] File "/usr/lib64/python3.13/socket.py", line 849, in create_connection sock.connect(sa) ~~~~~~~~~~~~^^^^ OSError: [Errno 101] Network is unreachable During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.13/site-packages/FedoraReview/helpers_mixin.py", line 89, in urlretrieve istream = urllib.request.urlopen(url) File "/usr/lib64/python3.13/urllib/request.py", line 189, in urlopen return opener.open(url, data, timeout) ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.13/urllib/request.py", line 489, in open response = self._open(req, data) File "/usr/lib64/python3.13/urllib/request.py", line 506, in _open result = self._call_chain(self.handle_open, protocol, protocol + '_open', req) File "/usr/lib64/python3.13/urllib/request.py", line 466, in _call_chain result = func(*args) File "/usr/lib64/python3.13/urllib/request.py", line 1367, in https_open return self.do_open(http.client.HTTPSConnection, req, ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ context=self._context) ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.13/urllib/request.py", line 1322, in do_open raise URLError(err) urllib.error.URLError: During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.13/site-packages/FedoraReview/source.py", line 76, in __init__ self.filename = self._get_file(url, ReviewDirs.upstream, my_logger) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/FedoraReview/helpers_mixin.py", line 112, in _get_file self.urlretrieve(link, path) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/FedoraReview/helpers_mixin.py", line 98, in urlretrieve raise DownloadError(str(err), url) FedoraReview.helpers_mixin.DownloadError: 'Error downloading https://ftp.gnu.org/gnu/libredwg/libredwg-0.13.3.tar.xz' 12-12 08:08 root WARNING Cannot download url: https://ftp.gnu.org/gnu/libredwg/libredwg-0.13.3.tar.xz 12-12 08:08 root INFO No upstream for (Source0): libredwg-0.13.3.tar.xz 12-12 08:08 root INFO Running checks and generating report 12-12 08:08 root DEBUG Running check: CheckResultdir 12-12 08:08 root DEBUG CheckResultdir completed: 0.000 seconds 12-12 08:08 root DEBUG Running check: CheckBuild 12-12 08:08 root DEBUG Running: rpm -ql --dump --nosignature -p /var/lib/copr-rpmbuild/results/libredwg-0.13.3-1.fc43.x86_64.rpm 12-12 08:08 root DEBUG Running: rpm -ql --dump --nosignature -p /var/lib/copr-rpmbuild/results/libredwg-devel-0.13.3-1.fc43.x86_64.rpm 12-12 08:08 root DEBUG Running: rpm -ql --dump --nosignature -p /var/lib/copr-rpmbuild/results/python3-LibreDWG-0.13.3-1.fc43.x86_64.rpm 12-12 08:08 root DEBUG Running: rpm -ql --dump --nosignature -p /var/lib/copr-rpmbuild/results/perl-LibreDWG-0.13.3-1.fc43.x86_64.rpm 12-12 08:08 root DEBUG CheckBuild completed: 0.027 seconds 12-12 08:08 root DEBUG Running check: CheckRpmlint 12-12 08:08 root DEBUG Run command: rpmlint --ignore-unused-rpmlintrc --rpmlintrc /tmp/tmpnkal4m1b /var/lib/copr-rpmbuild/results/libredwg-0.13.3-1.fc43.x86_64.rpm /var/lib/copr-rpmbuild/results/libredwg-devel-0.13.3-1.fc43.x86_64.rpm /var/lib/copr-rpmbuild/results/python3-LibreDWG-0.13.3-1.fc43.x86_64.rpm /var/lib/copr-rpmbuild/results/perl-LibreDWG-0.13.3-1.fc43.x86_64.rpm /var/lib/copr-rpmbuild/results/libredwg-0.13.3-1.fc43.src.rpm 12-12 08:08 root DEBUG CheckRpmlint completed: 2.830 seconds 12-12 08:08 root DEBUG Running check: CheckPackageInstalls 12-12 08:08 root DEBUG Init command: mock, -r, /var/lib/copr-rpmbuild/results/configs/child.cfg, --init 12-12 08:08 root DEBUG Init output: INFO: mock.py version 6.6 starting (python version = 3.13.7, NVR = mock-6.6-1.fc42), args: /usr/libexec/mock/mock -r /var/lib/copr-rpmbuild/results/configs/child.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 INFO: unmounting tmpfs. Finish: clean chroot Mock Version: 6.6 INFO: Mock Version: 6.6 Start(bootstrap): chroot init INFO: mounting tmpfs at /var/lib/mock/fedora-43-x86_64-bootstrap/root. INFO: reusing tmpfs at /var/lib/mock/fedora-43-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/fedora-43-x86_64/root. INFO: calling preinit hooks INFO: enabled root cache Start: unpacking root cache Finish: unpacking 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 Finish: run None NoneType: None 12-12 08:08 root INFO Installing built package(s) 12-12 08:08 root DEBUG --init command: mock, -r, /var/lib/copr-rpmbuild/results/configs/child.cfg, --no-cleanup-after, --no-clean, --plugin-option=tmpfs:keep_mounted=True, --resultdir=/var/lib/copr-rpmbuild/results/libredwg/results, --init 12-12 08:08 root DEBUG --init output: INFO: mock.py version 6.6 starting (python version = 3.13.7, NVR = mock-6.6-1.fc42), args: /usr/libexec/mock/mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True --resultdir=/var/lib/copr-rpmbuild/results/libredwg/results --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 Mock Version: 6.6 INFO: Mock Version: 6.6 Start(bootstrap): chroot init INFO: mounting tmpfs at /var/lib/mock/fedora-43-x86_64-bootstrap/root. INFO: reusing tmpfs at /var/lib/mock/fedora-43-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/fedora-43-x86_64/root. INFO: reusing tmpfs at /var/lib/mock/fedora-43-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 Finish: run None NoneType: None 12-12 08:08 root DEBUG CheckPackageInstalls completed: 3.612 seconds 12-12 08:08 root DEBUG Running check: CheckRpmlintInstalled 12-12 08:08 root DEBUG --init command: mock, -r, /var/lib/copr-rpmbuild/results/configs/child.cfg, --no-cleanup-after, --no-clean, --plugin-option=tmpfs:keep_mounted=True, --resultdir=/var/lib/copr-rpmbuild/results/libredwg/results, --init 12-12 08:08 root DEBUG --init output: INFO: mock.py version 6.6 starting (python version = 3.13.7, NVR = mock-6.6-1.fc42), args: /usr/libexec/mock/mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True --resultdir=/var/lib/copr-rpmbuild/results/libredwg/results --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 Mock Version: 6.6 INFO: Mock Version: 6.6 Start(bootstrap): chroot init INFO: mounting tmpfs at /var/lib/mock/fedora-43-x86_64-bootstrap/root. INFO: reusing tmpfs at /var/lib/mock/fedora-43-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/fedora-43-x86_64/root. INFO: reusing tmpfs at /var/lib/mock/fedora-43-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 Finish: run None NoneType: None 12-12 08:08 root DEBUG is_installed: Tested rpmlint, result: 1 12-12 08:08 root DEBUG command: mock, -r, /var/lib/copr-rpmbuild/results/configs/child.cfg, --no-cleanup-after, --no-clean, --plugin-option=tmpfs:keep_mounted=True, --resultdir=/var/lib/copr-rpmbuild/results/libredwg/results, --shell, 'rm -f /var/lib/rpm/__db*' 12-12 08:08 root DEBUG output: INFO: mock.py version 6.6 starting (python version = 3.13.7, NVR = mock-6.6-1.fc42), args: /usr/libexec/mock/mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True --resultdir=/var/lib/copr-rpmbuild/results/libredwg/results --shell ''"'"'rm -f /var/lib/rpm/__db*'"'"'' Start(bootstrap): init plugins INFO: tmpfs initialized INFO: selinux enabled INFO: chroot_scan: initialized INFO: compress_logs: initialized Finish(bootstrap): init plugins Start: init plugins INFO: tmpfs initialized INFO: selinux enabled INFO: chroot_scan: initialized INFO: compress_logs: initialized Finish: init plugins INFO: Signal handler active Start: run Start(bootstrap): chroot init INFO: mounting tmpfs at /var/lib/mock/fedora-43-x86_64-bootstrap/root. INFO: reusing tmpfs at /var/lib/mock/fedora-43-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/fedora-43-x86_64/root. INFO: reusing tmpfs at /var/lib/mock/fedora-43-x86_64/root. INFO: calling preinit hooks INFO: enabled root cache INFO: enabled package manager cache Start: cleaning package manager metadata Finish: cleaning package manager metadata INFO: enabled HW Info plugin INFO: Package manager dnf5 detected and used (direct choice) Finish: chroot init Start: shell /bin/sh: line 1: rm -f /var/lib/rpm/__db*: No such file or directory Finish: shell Finish: run None NoneType: None 12-12 08:08 root DEBUG Install command: mock, -r, /var/lib/copr-rpmbuild/results/configs/child.cfg, --no-cleanup-after, --no-clean, --plugin-option=tmpfs:keep_mounted=True, --resultdir=/var/lib/copr-rpmbuild/results/libredwg/results, install, rpmlint 12-12 08:08 root DEBUG Install output: INFO: mock.py version 6.6 starting (python version = 3.13.7, NVR = mock-6.6-1.fc42), args: /usr/libexec/mock/mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True --resultdir=/var/lib/copr-rpmbuild/results/libredwg/results install rpmlint 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.6 INFO: Mock Version: 6.6 Start(bootstrap): chroot init INFO: mounting tmpfs at /var/lib/mock/fedora-43-x86_64-bootstrap/root. INFO: reusing tmpfs at /var/lib/mock/fedora-43-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/fedora-43-x86_64/root. INFO: reusing tmpfs at /var/lib/mock/fedora-43-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): rpmlint INFO: Finish: run None NoneType: None 12-12 08:08 root DEBUG Script output: INFO: mock.py version 6.6 starting (python version = 3.13.7, NVR = mock-6.6-1.fc42), args: /usr/libexec/mock/mock --enable-network -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True --resultdir=/var/lib/copr-rpmbuild/results/libredwg/results --chroot 'echo '"'"'rpmlint:'"'"'; rpmlint --installed python3-LibreDWG libredwg-debuginfo perl-LibreDWG libredwg libredwg-devel; echo '"'"'rpmlint-done:'"'"'' 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.6 INFO: Mock Version: 6.6 Start(bootstrap): chroot init INFO: mounting tmpfs at /var/lib/mock/fedora-43-x86_64-bootstrap/root. INFO: reusing tmpfs at /var/lib/mock/fedora-43-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/fedora-43-x86_64/root. INFO: reusing tmpfs at /var/lib/mock/fedora-43-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: ["echo 'rpmlint:'; rpmlint --installed python3-LibreDWG libredwg-debuginfo perl-LibreDWG libredwg libredwg-devel; echo 'rpmlint-done:'"] Start: chroot ["echo 'rpmlint:'; rpmlint --installed python3-LibreDWG libredwg-debuginfo perl-LibreDWG libredwg libredwg-devel; echo 'rpmlint-done:'"] rpmlint: (none): E: there is no installed rpm "python3-LibreDWG". (none): E: there is no installed rpm "libredwg-debuginfo". (none): E: there is no installed rpm "perl-LibreDWG". (none): E: there is no installed rpm "libredwg". (none): E: there is no installed rpm "libredwg-devel". There are no files to process nor additional arguments. Nothing to do, aborting. ============================ rpmlint session starts ============================ rpmlint: 2.8.0 configuration: /usr/lib/python3.14/site-packages/rpmlint/configdefaults.toml /etc/xdg/rpmlint/fedora-spdx-licenses.toml /etc/xdg/rpmlint/fedora.toml /etc/xdg/rpmlint/scoring.toml /etc/xdg/rpmlint/users-groups.toml /etc/xdg/rpmlint/warn-on-functions.toml checks: 32, packages: 5 0 packages and 0 specfiles checked; 0 errors, 0 warnings, 0 filtered, 0 badness; has taken 0.0 s rpmlint-done: Finish: chroot ["echo 'rpmlint:'; rpmlint --installed python3-LibreDWG libredwg-debuginfo perl-LibreDWG libredwg libredwg-devel; echo 'rpmlint-done:'"] Finish: run 12-12 08:08 root DEBUG CheckRpmlintInstalled completed: 13.209 seconds 12-12 08:08 root DEBUG Running check: CheckRpmlintDebuginfo 12-12 08:08 root DEBUG Run command: rpmlint --ignore-unused-rpmlintrc --rpmlintrc /tmp/tmp3byofisl /var/lib/copr-rpmbuild/results/libredwg-debuginfo-0.13.3-1.fc43.x86_64.rpm 12-12 08:08 root DEBUG CheckRpmlintDebuginfo completed: 2.410 seconds 12-12 08:08 root DEBUG Running check: CheckInitDeps 12-12 08:09 root DEBUG CheckInitDeps completed: 21.991 seconds 12-12 08:09 root DEBUG Running check: CheckBuildCompleted 12-12 08:09 root DEBUG Mock command: mock, -r, /var/lib/copr-rpmbuild/results/configs/child.cfg, --no-cleanup-after, --no-clean, --plugin-option=tmpfs:keep_mounted=True, --resultdir=/var/lib/copr-rpmbuild/results/libredwg/results, --chroot, --, rm -rf $(rpm --eval %_builddir)/* 12-12 08:09 root DEBUG Mock output: INFO: mock.py version 6.6 starting (python version = 3.13.7, NVR = mock-6.6-1.fc42), args: /usr/libexec/mock/mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True --resultdir=/var/lib/copr-rpmbuild/results/libredwg/results --chroot -- 'rm -rf $(rpm --eval %_builddir)/*' 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.6 INFO: Mock Version: 6.6 Start(bootstrap): chroot init INFO: mounting tmpfs at /var/lib/mock/fedora-43-x86_64-bootstrap/root. INFO: reusing tmpfs at /var/lib/mock/fedora-43-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/fedora-43-x86_64/root. INFO: reusing tmpfs at /var/lib/mock/fedora-43-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: ['rm -rf $(rpm --eval %_builddir)/*'] Start: chroot ['rm -rf $(rpm --eval %_builddir)/*'] Finish: chroot ['rm -rf $(rpm --eval %_builddir)/*'] Finish: run None NoneType: None 12-12 08:09 root DEBUG Mock command: mock, -r, /var/lib/copr-rpmbuild/results/configs/child.cfg, --no-cleanup-after, --no-clean, --plugin-option=tmpfs:keep_mounted=True, --resultdir=/var/lib/copr-rpmbuild/results/libredwg/results, --copyin, /var/lib/copr-rpmbuild/results/libredwg-0.13.3-1.fc43.src.rpm, libredwg-0.13.3-1.fc43.src.rpm 12-12 08:09 root DEBUG Mock output: INFO: mock.py version 6.6 starting (python version = 3.13.7, NVR = mock-6.6-1.fc42), args: /usr/libexec/mock/mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True --resultdir=/var/lib/copr-rpmbuild/results/libredwg/results --copyin /var/lib/copr-rpmbuild/results/libredwg-0.13.3-1.fc43.src.rpm libredwg-0.13.3-1.fc43.src.rpm 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.6 INFO: Mock Version: 6.6 Start(bootstrap): chroot init INFO: mounting tmpfs at /var/lib/mock/fedora-43-x86_64-bootstrap/root. INFO: reusing tmpfs at /var/lib/mock/fedora-43-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/fedora-43-x86_64/root. INFO: reusing tmpfs at /var/lib/mock/fedora-43-x86_64/root. INFO: calling preinit hooks INFO: enabled root cache INFO: enabled package manager cache Start: cleaning package manager metadata Finish: cleaning package manager metadata INFO: enabled HW Info plugin INFO: Package manager dnf5 detected and used (direct choice) Finish: chroot init INFO: copying /var/lib/copr-rpmbuild/results/libredwg-0.13.3-1.fc43.src.rpm to /var/lib/mock/fedora-43-x86_64/root/libredwg-0.13.3-1.fc43.src.rpm Finish: run None NoneType: None 12-12 08:09 root DEBUG Mock command: mock, -r, /var/lib/copr-rpmbuild/results/configs/child.cfg, --no-cleanup-after, --no-clean, --plugin-option=tmpfs:keep_mounted=True, --resultdir=/var/lib/copr-rpmbuild/results/libredwg/results, --chroot, --, rpm -i libredwg-0.13.3-1.fc43.src.rpm; rpmbuild --nodeps -bp $(rpm --eval %_specdir)/libredwg.spec;chmod -R go+r $(rpm --eval %_builddir)/* || : 12-12 08:09 root DEBUG Mock output: INFO: mock.py version 6.6 starting (python version = 3.13.7, NVR = mock-6.6-1.fc42), args: /usr/libexec/mock/mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True --resultdir=/var/lib/copr-rpmbuild/results/libredwg/results --chroot -- 'rpm -i libredwg-0.13.3-1.fc43.src.rpm; rpmbuild --nodeps -bp $(rpm --eval %_specdir)/libredwg.spec;chmod -R go+r $(rpm --eval %_builddir)/* || :' 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.6 INFO: Mock Version: 6.6 Start(bootstrap): chroot init INFO: mounting tmpfs at /var/lib/mock/fedora-43-x86_64-bootstrap/root. INFO: reusing tmpfs at /var/lib/mock/fedora-43-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/fedora-43-x86_64/root. INFO: reusing tmpfs at /var/lib/mock/fedora-43-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: ['rpm -i libredwg-0.13.3-1.fc43.src.rpm; rpmbuild --nodeps -bp $(rpm --eval %_specdir)/libredwg.spec;chmod -R go+r $(rpm --eval %_builddir)/* || :'] Start: chroot ['rpm -i libredwg-0.13.3-1.fc43.src.rpm; rpmbuild --nodeps -bp $(rpm --eval %_specdir)/libredwg.spec;chmod -R go+r $(rpm --eval %_builddir)/* || :'] setting SOURCE_DATE_EPOCH=1765497600 Executing(%mkbuilddir): /bin/sh -e /var/tmp/rpm-tmp.nMMMBQ Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.87SEa6 + umask 022 + cd /builddir/build/BUILD/libredwg-0.13.3-build + /usr/libexec/gpgverify --keyring=/builddir/build/SOURCES/2895a881d34270fabfe8f747b4f63339e65d6414.asc --signature=/builddir/build/SOURCES/libredwg-0.13.3.tar.xz.sig --data=/builddir/build/SOURCES/libredwg-0.13.3.tar.xz gpgv: Signature made Mon Feb 26 14:04:32 2024 UTC gpgv: using RSA key 2895A881D34270FABFE8F747B4F63339E65D6414 gpgv: Good signature from "Reini Urban " gpgv: aka "Reini Urban " + cd /builddir/build/BUILD/libredwg-0.13.3-build + rm -rf libredwg-0.13.3 + /usr/lib/rpm/rpmuncompress -x /builddir/build/SOURCES/libredwg-0.13.3.tar.xz + STATUS=0 + '[' 0 -ne 0 ']' + cd libredwg-0.13.3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/fedora-posix-c-source.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/json-test.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + rm jsmn/jsmn.h + ln -s /usr/include/jsmn/jsmn.h jsmn/jsmn.h + RPM_EC=0 ++ jobs -p + exit 0 Finish: chroot ['rpm -i libredwg-0.13.3-1.fc43.src.rpm; rpmbuild --nodeps -bp $(rpm --eval %_specdir)/libredwg.spec;chmod -R go+r $(rpm --eval %_builddir)/* || :'] Finish: run None NoneType: None 12-12 08:09 root DEBUG _topdir: /builddir/build 12-12 08:09 root INFO Reading configuration from /etc/mock/site-defaults.cfg 12-12 08:09 root INFO Reading configuration from /etc/mock/chroot-aliases.cfg 12-12 08:09 root INFO Reading configuration from /var/lib/copr-rpmbuild/results/configs/child.cfg 12-12 08:09 root INFO WARNING: Probably non-rawhide buildroot used. Rawhide should be used for most package reviews 12-12 08:09 root INFO Active plugins: C/C++, Perl, Generic, Python, Shell-api 12-12 08:09 root DEBUG CheckBuildCompleted completed: 6.997 seconds 12-12 08:09 root DEBUG Skipping CheckExcludeArch in /usr/lib/python3.13/site-packages/FedoraReview/plugins/generic.py, deprecated by generic-excludearch in /usr/share/fedora-review/scripts/generic-excludearch.sh 12-12 08:09 root DEBUG Skipping CheckLargeDocs in /usr/lib/python3.13/site-packages/FedoraReview/plugins/generic.py, deprecated by generic-large-docs in /usr/share/fedora-review/scripts/generic-large-docs.sh 12-12 08:09 root DEBUG Skipping CheckDesktopFile in /usr/lib/python3.13/site-packages/FedoraReview/plugins/generic.py, deprecated by fonts-disable in /usr/share/fedora-review/scripts/fonts-disable.sh 12-12 08:09 root DEBUG Skipping CheckSystemdScripts in /usr/lib/python3.13/site-packages/FedoraReview/plugins/generic.py, deprecated by fonts-disable in /usr/share/fedora-review/scripts/fonts-disable.sh 12-12 08:09 root DEBUG Skipping CheckClean in /usr/lib/python3.13/site-packages/FedoraReview/plugins/generic_should.py, deprecated by fonts-disable in /usr/share/fedora-review/scripts/fonts-disable.sh 12-12 08:09 root DEBUG Skipping CheckFullVerReqSub in /usr/lib/python3.13/site-packages/FedoraReview/plugins/generic_should.py, deprecated by fonts-disable in /usr/share/fedora-review/scripts/fonts-disable.sh 12-12 08:09 root DEBUG Running check: OcamlCheckStaticLibs 12-12 08:09 root DEBUG OcamlCheckStaticLibs completed: 0.007 seconds 12-12 08:09 root DEBUG Running check: HaskellCheckStaticLibs 12-12 08:09 root DEBUG HaskellCheckStaticLibs completed: 0.000 seconds 12-12 08:09 root DEBUG Running check: CreateEnvCheck 12-12 08:09 root DEBUG CreateEnvCheck completed: 0.000 seconds 12-12 08:09 root DEBUG Running check: RCheckBuildRequires 12-12 08:09 root DEBUG RCheckBuildRequires completed: 0.000 seconds 12-12 08:09 root DEBUG Running check: RCheckCheckMacro 12-12 08:09 root DEBUG RCheckCheckMacro completed: 0.000 seconds 12-12 08:09 root DEBUG Running check: RCheckDoc 12-12 08:09 root DEBUG RCheckDoc completed: 0.000 seconds 12-12 08:09 root DEBUG Running check: RCheckInstallSection 12-12 08:09 root DEBUG RCheckInstallSection completed: 0.000 seconds 12-12 08:09 root DEBUG Running check: RCheckLatestVersionIsPackaged 12-12 08:09 root DEBUG RCheckLatestVersionIsPackaged completed: 0.000 seconds 12-12 08:09 root DEBUG Running check: RCheckRequires 12-12 08:09 root DEBUG RCheckRequires completed: 0.000 seconds 12-12 08:09 root DEBUG Running check: CheckBundledGnulib 12-12 08:09 root DEBUG CheckBundledGnulib completed: 0.002 seconds 12-12 08:09 root DEBUG Running check: CheckGccBuildRequires 12-12 08:09 root DEBUG CheckGccBuildRequires completed: 0.000 seconds 12-12 08:09 root DEBUG Running check: CheckHeaderFiles 12-12 08:09 root DEBUG CheckHeaderFiles completed: 0.000 seconds 12-12 08:09 root DEBUG Running check: CheckLDConfig 12-12 08:09 root DEBUG CheckLDConfig completed: 0.001 seconds 12-12 08:09 root DEBUG Running check: CheckLibToolArchives 12-12 08:09 root DEBUG CheckLibToolArchives completed: 0.000 seconds 12-12 08:09 root DEBUG Running check: CheckNoKernelModules 12-12 08:09 root DEBUG CheckNoKernelModules completed: 0.000 seconds 12-12 08:09 root DEBUG Running check: CheckNoStaticExecutables 12-12 08:09 root DEBUG Run command: env -i bash -c "source ./review-env.sh; unpack_rpms" 12-12 08:09 root DEBUG Run command: file ./rpms-unpacked/libredwg-0.13.3-1.fc43.x86_64.rpm/usr/lib64/libredwg.so.0 12-12 08:09 root DEBUG Run command: file ./rpms-unpacked/libredwg-0.13.3-1.fc43.x86_64.rpm/usr/lib64/libredwg.so.0.0.13 12-12 08:09 root DEBUG Run command: file ./rpms-unpacked/libredwg-0.13.3-1.fc43.x86_64.rpm/usr/lib/.build-id/8c/74f8380dd8e1350d27b7cb670a60440a17b39b 12-12 08:09 root DEBUG Run command: file ./rpms-unpacked/libredwg-0.13.3-1.fc43.x86_64.rpm/usr/lib/.build-id/e5/18f46e64880c159f5e21d50b381b47ccf58906 12-12 08:09 root DEBUG Run command: file ./rpms-unpacked/libredwg-0.13.3-1.fc43.x86_64.rpm/usr/lib/.build-id/90/fefd43ee14b13889bcac9eeee9d7dbbdf3d9a9 12-12 08:09 root DEBUG Run command: file ./rpms-unpacked/libredwg-0.13.3-1.fc43.x86_64.rpm/usr/lib/.build-id/71/01e49a8d1d50248acf85ce78c449fe517375d4 12-12 08:09 root DEBUG Run command: file ./rpms-unpacked/libredwg-0.13.3-1.fc43.x86_64.rpm/usr/lib/.build-id/99/0f6d061d24440450dbe1463d539b353b4f2e46 12-12 08:09 root DEBUG Run command: file ./rpms-unpacked/libredwg-0.13.3-1.fc43.x86_64.rpm/usr/lib/.build-id/56/d37f0d4f2790ff1fdc36ba24eedcbde4147823 12-12 08:09 root DEBUG Run command: file ./rpms-unpacked/libredwg-0.13.3-1.fc43.x86_64.rpm/usr/lib/.build-id/e1/8a23adf70089bdd7c7b43aaa9c02850369e605 12-12 08:09 root DEBUG Run command: file ./rpms-unpacked/libredwg-0.13.3-1.fc43.x86_64.rpm/usr/lib/.build-id/c2/b5842007a19695a7706ae12bab9dc1d42e2143 12-12 08:09 root DEBUG Run command: file ./rpms-unpacked/libredwg-0.13.3-1.fc43.x86_64.rpm/usr/lib/.build-id/18/f675364eb9f81d47125125182d75685fc39a23 12-12 08:09 root DEBUG Run command: file ./rpms-unpacked/libredwg-0.13.3-1.fc43.x86_64.rpm/usr/lib/.build-id/a3/643adedd4b90369c99d70b048e812432642ce7 12-12 08:09 root DEBUG Run command: file ./rpms-unpacked/libredwg-0.13.3-1.fc43.x86_64.rpm/usr/lib/.build-id/e2/c010931d847ba53c687aae023ba7b9686db31f 12-12 08:09 root DEBUG Run command: file ./rpms-unpacked/libredwg-0.13.3-1.fc43.x86_64.rpm/usr/lib/.build-id/bd/39784d555aa232e30246576e9eba65bbccdb25 12-12 08:09 root DEBUG Run command: file ./rpms-unpacked/libredwg-0.13.3-1.fc43.x86_64.rpm/usr/lib/.build-id/df/70765179b4dd374212bd7b48669b7c246ae367 12-12 08:09 root DEBUG Run command: file ./rpms-unpacked/libredwg-0.13.3-1.fc43.x86_64.rpm/usr/bin/dwgwrite 12-12 08:09 root DEBUG Run command: file ./rpms-unpacked/libredwg-0.13.3-1.fc43.x86_64.rpm/usr/bin/dwglayers 12-12 08:09 root DEBUG Run command: file ./rpms-unpacked/libredwg-0.13.3-1.fc43.x86_64.rpm/usr/bin/dxfwrite 12-12 08:09 root DEBUG Run command: file ./rpms-unpacked/libredwg-0.13.3-1.fc43.x86_64.rpm/usr/bin/dwgfilter 12-12 08:09 root DEBUG Run command: file ./rpms-unpacked/libredwg-0.13.3-1.fc43.x86_64.rpm/usr/bin/dwg2ps 12-12 08:09 root DEBUG Run command: file ./rpms-unpacked/libredwg-0.13.3-1.fc43.x86_64.rpm/usr/bin/dwgbmp 12-12 08:09 root DEBUG Run command: file ./rpms-unpacked/libredwg-0.13.3-1.fc43.x86_64.rpm/usr/bin/dxf2dwg 12-12 08:09 root DEBUG Run command: file ./rpms-unpacked/libredwg-0.13.3-1.fc43.x86_64.rpm/usr/bin/dwg2dxf 12-12 08:09 root DEBUG Run command: file ./rpms-unpacked/libredwg-0.13.3-1.fc43.x86_64.rpm/usr/bin/dwgrewrite 12-12 08:09 root DEBUG Run command: file ./rpms-unpacked/libredwg-0.13.3-1.fc43.x86_64.rpm/usr/bin/dwgadd 12-12 08:09 root DEBUG Run command: file ./rpms-unpacked/libredwg-0.13.3-1.fc43.x86_64.rpm/usr/bin/dwggrep 12-12 08:09 root DEBUG Run command: file ./rpms-unpacked/libredwg-0.13.3-1.fc43.x86_64.rpm/usr/bin/dwg2SVG 12-12 08:09 root DEBUG Run command: file ./rpms-unpacked/libredwg-0.13.3-1.fc43.x86_64.rpm/usr/bin/dwgread 12-12 08:09 root DEBUG Run command: file ./rpms-unpacked/libredwg-debugsource-0.13.3-1.fc43.x86_64.rpm/usr/src/debug/libredwg-0.13.3-1.fc43.x86_64/src/gen-dynapi.pl 12-12 08:09 root DEBUG Run command: file ./rpms-unpacked/perl-LibreDWG-0.13.3-1.fc43.x86_64.rpm/usr/lib64/perl5/vendor_perl/auto/LibreDWG/LibreDWG.so 12-12 08:09 root DEBUG Run command: file ./rpms-unpacked/perl-LibreDWG-0.13.3-1.fc43.x86_64.rpm/usr/lib/.build-id/55/c0e83b1c456950a9c5472885ea0416f09fc489 12-12 08:09 root DEBUG Run command: file ./rpms-unpacked/python3-LibreDWG-0.13.3-1.fc43.x86_64.rpm/usr/lib64/python3.14/site-packages/_LibreDWG.so 12-12 08:09 root DEBUG Run command: file ./rpms-unpacked/python3-LibreDWG-0.13.3-1.fc43.x86_64.rpm/usr/lib64/python3.14/site-packages/_LibreDWG.so.0.0.0 12-12 08:09 root DEBUG Run command: file ./rpms-unpacked/python3-LibreDWG-0.13.3-1.fc43.x86_64.rpm/usr/lib64/python3.14/site-packages/_LibreDWG.so.0 12-12 08:09 root DEBUG Run command: file ./rpms-unpacked/python3-LibreDWG-0.13.3-1.fc43.x86_64.rpm/usr/lib/.build-id/c2/eebf58501d0f9af3b40d3cc5f60a9a6478ed89 12-12 08:09 root DEBUG CheckNoStaticExecutables completed: 0.708 seconds 12-12 08:09 root DEBUG Running check: CheckRPATH 12-12 08:09 root DEBUG CheckRPATH completed: 0.000 seconds 12-12 08:09 root DEBUG Running check: CheckSoFiles 12-12 08:09 root DEBUG CheckSoFiles completed: 0.000 seconds 12-12 08:09 root DEBUG Running check: CheckJavaPlugin 12-12 08:09 root DEBUG CheckJavaPlugin completed: 0.000 seconds 12-12 08:09 root DEBUG Running check: PerlCheckBuildRequires 12-12 08:09 root DEBUG PerlCheckBuildRequires completed: 0.000 seconds 12-12 08:09 root DEBUG Running check: CheckPythonBuildRequires 12-12 08:09 root DEBUG CheckPythonBuildRequires completed: 0.000 seconds 12-12 08:09 root DEBUG Running check: CheckPythonRequires 12-12 08:09 root DEBUG CheckPythonRequires completed: 0.000 seconds 12-12 08:09 root DEBUG Running check: CheckPythonX_Site 12-12 08:09 root DEBUG CheckPythonX_Site completed: 0.000 seconds 12-12 08:09 root DEBUG Running check: CheckApprovedLicense 12-12 08:09 root DEBUG CheckApprovedLicense completed: 0.000 seconds 12-12 08:09 root DEBUG Running check: CheckBuildrootMacros 12-12 08:09 root DEBUG CheckBuildrootMacros completed: 0.001 seconds 12-12 08:09 root DEBUG Running check: CheckBundledLibs 12-12 08:09 root DEBUG CheckBundledLibs completed: 0.000 seconds 12-12 08:09 root DEBUG Running check: CheckChangelogFormat 12-12 08:09 root DEBUG CheckChangelogFormat completed: 0.000 seconds 12-12 08:09 root DEBUG Running check: CheckCleanBuildroot 12-12 08:09 root DEBUG regex: rm\s+\-[rf][rf]\s+(/rpmbuild/BUILD/libredwg-0.13.3-build/BUILDROOT|\$RPM_BUILD_ROOT)[^/] 12-12 08:09 root DEBUG install_sec: /usr/bin/make install DESTDIR=/rpmbuild/BUILD/libredwg-0.13.3-build/BUILDROOT INSTALL="/usr/bin/install -p" # Remove perllocal.pod and packlist files. # TODO: Try preventing their generation with something like: # perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 # Source: https://fedoraproject.org/wiki/Perl/Tips#Best_practices_for_the_latest_Fedora rm /rpmbuild/BUILD/libredwg-0.13.3-build/BUILDROOT/%{perl_archlib}/perllocal.pod rm /rpmbuild/BUILD/libredwg-0.13.3-build/BUILDROOT/%{perl_vendorarch}/auto/LibreDWG/.packlist # Remove Info file. rm /rpmbuild/BUILD/libredwg-0.13.3-build/BUILDROOT//usr/share/info/dir # Perl EUMM sets it read-only, but objcopy needs write access. chmod u+w /rpmbuild/BUILD/libredwg-0.13.3-build/BUILDROOT/%{perl_vendorarch}/auto/LibreDWG/LibreDWG.so 12-12 08:09 root DEBUG CheckCleanBuildroot completed: 0.000 seconds 12-12 08:09 root DEBUG Running check: CheckCodeAndContent 12-12 08:09 root DEBUG CheckCodeAndContent completed: 0.000 seconds 12-12 08:09 root DEBUG Running check: CheckConfigNoReplace 12-12 08:09 root DEBUG CheckConfigNoReplace completed: 0.000 seconds 12-12 08:09 root DEBUG Running check: CheckDefattr 12-12 08:09 root DEBUG CheckDefattr completed: 0.000 seconds 12-12 08:09 root DEBUG Running check: CheckDescMacros 12-12 08:09 root DEBUG CheckDescMacros completed: 0.000 seconds 12-12 08:09 root DEBUG Running check: CheckDesktopFile 12-12 08:09 root DEBUG CheckDesktopFile completed: 0.000 seconds 12-12 08:09 root DEBUG Running check: CheckDesktopFileInstall 12-12 08:09 root DEBUG CheckDesktopFileInstall completed: 0.000 seconds 12-12 08:09 root DEBUG Running check: CheckDevelFilesInDevel 12-12 08:09 root DEBUG CheckDevelFilesInDevel completed: 0.000 seconds 12-12 08:09 root DEBUG Running check: CheckDirectoryRequire 12-12 08:09 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -C -l 'filesystem' 12-12 08:09 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -C --quiet --file /usr/lib64/python3.14/site-packages 12-12 08:09 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -C --quiet --file /usr/lib64/perl5/vendor_perl 12-12 08:09 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -C --quiet --file /usr/lib/python3.14/site-packages 12-12 08:09 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -C --quiet --file /usr/lib64/python3.14 12-12 08:09 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -C --quiet --file /usr/lib64/perl5/vendor_perl/auto 12-12 08:09 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -C --quiet --file /usr/lib64/perl5 12-12 08:09 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -C --quiet --file /usr/lib/python3.14 12-12 08:09 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -C --quiet --file /usr/lib/python3.14/site-packages/__pycache__ 12-12 08:09 root DEBUG CheckDirectoryRequire completed: 34.708 seconds 12-12 08:09 root DEBUG Running check: CheckDistTag 12-12 08:09 root DEBUG CheckDistTag completed: 0.000 seconds 12-12 08:09 root DEBUG Running check: CheckDocRuntime 12-12 08:09 root DEBUG CheckDocRuntime completed: 0.000 seconds 12-12 08:09 root DEBUG Running check: CheckFileDuplicates 12-12 08:09 root DEBUG CheckFileDuplicates completed: 0.000 seconds 12-12 08:09 root DEBUG Running check: CheckFilePermissions 12-12 08:09 root DEBUG CheckFilePermissions completed: 0.000 seconds 12-12 08:09 root DEBUG Running check: CheckGconfSchemaInstall 12-12 08:09 root DEBUG CheckGconfSchemaInstall completed: 0.000 seconds 12-12 08:09 root DEBUG Running check: CheckGdkPixbufLoaders 12-12 08:09 root DEBUG CheckGdkPixbufLoaders completed: 0.000 seconds 12-12 08:09 root DEBUG Running check: CheckGioQueryModules 12-12 08:09 root DEBUG CheckGioQueryModules completed: 0.000 seconds 12-12 08:09 root DEBUG Running check: CheckGlibCompileSchemas 12-12 08:09 root DEBUG CheckGlibCompileSchemas completed: 0.000 seconds 12-12 08:09 root DEBUG Running check: CheckGtkQueryModules 12-12 08:09 root DEBUG CheckGtkQueryModules completed: 0.000 seconds 12-12 08:09 root DEBUG Running check: CheckGuidelines 12-12 08:09 root DEBUG CheckGuidelines completed: 0.000 seconds 12-12 08:09 root DEBUG Running check: CheckIfDepsDeprecated 12-12 08:09 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libc.so.6(GLIBC_2.38)(64bit)' 12-12 08:09 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides '/usr/bin/pkg-config' 12-12 08:09 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'pslib-devel' 12-12 08:09 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'perl-macros' 12-12 08:09 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libc.so.6(GLIBC_2.33)(64bit)' 12-12 08:09 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libpcre2-8.so.0(PCRE2_10.47)(64bit)' 12-12 08:10 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libxml2-devel' 12-12 08:10 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'perl-libs' 12-12 08:10 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'perl(vars)' 12-12 08:10 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libpcre2-8.so.0()(64bit)' 12-12 08:10 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libubsan' 12-12 08:10 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'texinfo-tex' 12-12 08:10 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'pcre2-devel' 12-12 08:10 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libtool' 12-12 08:10 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'perl(Exporter)' 12-12 08:10 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'rtld(GNU_HASH)' 12-12 08:10 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'jsmn-devel' 12-12 08:10 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'autoconf' 12-12 08:10 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'perl-interpreter' 12-12 08:10 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libc.so.6()(64bit)' 12-12 08:10 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'doxygen' 12-12 08:10 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libperl.so.5.42()(64bit)' 12-12 08:10 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libc.so.6(GLIBC_2.2.5)(64bit)' 12-12 08:10 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libc.so.6(GLIBC_2.7)(64bit)' 12-12 08:10 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'make' 12-12 08:10 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'automake' 12-12 08:10 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libmimalloc.so.2()(64bit)' 12-12 08:10 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'texinfo' 12-12 08:10 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'perl-generators' 12-12 08:10 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'python3-devel' 12-12 08:10 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libm.so.6()(64bit)' 12-12 08:10 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libc.so.6(GLIBC_ABI_GNU2_TLS)(64bit)' 12-12 08:10 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libpython3.14.so.1.0()(64bit)' 12-12 08:10 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'perl(ExtUtils::Embed)' 12-12 08:10 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides '/usr/bin/sh' 12-12 08:10 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libc.so.6(GLIBC_2.3)(64bit)' 12-12 08:10 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libc.so.6(GLIBC_2.4)(64bit)' 12-12 08:10 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'perl(base)' 12-12 08:11 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libm.so.6(GLIBC_2.2.5)(64bit)' 12-12 08:11 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'perl(DynaLoader)' 12-12 08:11 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'swig' 12-12 08:11 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'gcc' 12-12 08:11 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'perl(Test::More)' 12-12 08:11 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'jq' 12-12 08:11 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libpcre2-16.so.0()(64bit)' 12-12 08:11 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'pcre2' 12-12 08:11 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'python3-libxml2' 12-12 08:11 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libc.so.6(GLIBC_ABI_DT_RELR)(64bit)' 12-12 08:11 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libps.so.0()(64bit)' 12-12 08:11 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'perl(:MODULE_COMPAT_5.42.0)' 12-12 08:11 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libasan' 12-12 08:11 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'perl-devel' 12-12 08:11 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libc.so.6(GLIBC_2.14)(64bit)' 12-12 08:11 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'mimalloc-devel' 12-12 08:11 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'pcre2-utf16' 12-12 08:11 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libpcre2-16.so.0(PCRE2_10.47)(64bit)' 12-12 08:11 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libc.so.6(GLIBC_2.3.4)(64bit)' 12-12 08:11 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'gpgverify' 12-12 08:11 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libc.so.6(GLIBC_2.34)(64bit)' 12-12 08:11 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'perl(Convert::Binary::C)' 12-12 08:11 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'dejagnu' 12-12 08:11 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --provides 'perl-Convert-Binary-C' 12-12 08:11 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --provides 'pslib-devel' 12-12 08:11 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --provides 'perl-macros' 12-12 08:11 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --provides 'pkgconf-pkg-config' 12-12 08:11 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --provides 'perl-libs' 12-12 08:11 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --provides 'libubsan' 12-12 08:11 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --provides 'texinfo-tex' 12-12 08:11 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --provides 'pcre2-devel' 12-12 08:12 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --provides 'perl-Exporter' 12-12 08:12 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --provides 'libtool' 12-12 08:12 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --provides 'bash' 12-12 08:12 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --provides 'perl-Test-Simple' 12-12 08:12 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --provides 'jsmn-devel' 12-12 08:12 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --provides 'autoconf' 12-12 08:12 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --provides 'perl-interpreter' 12-12 08:12 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --provides 'doxygen' 12-12 08:12 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --provides 'make' 12-12 08:12 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --provides 'automake' 12-12 08:12 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --provides 'perl-ExtUtils-Embed' 12-12 08:12 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --provides 'texinfo' 12-12 08:12 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --provides 'perl-generators' 12-12 08:12 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --provides 'python3-devel' 12-12 08:12 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --provides 'perl-DynaLoader' 12-12 08:12 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --provides 'perl-vars' 12-12 08:12 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --provides 'swig' 12-12 08:12 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --provides 'gcc' 12-12 08:12 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --provides 'glibc' 12-12 08:12 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --provides 'pcre2' 12-12 08:12 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --provides 'jq' 12-12 08:12 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --provides 'perl-base' 12-12 08:12 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --provides 'mimalloc' 12-12 08:12 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --provides 'dejagnu' 12-12 08:12 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --provides 'python3-libxml2' 12-12 08:12 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --provides 'libasan' 12-12 08:12 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --provides 'pslib' 12-12 08:12 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --provides 'pcre2-utf16' 12-12 08:12 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --provides 'perl-devel' 12-12 08:12 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --provides 'mimalloc-devel' 12-12 08:12 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --provides 'gpgverify' 12-12 08:12 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --provides 'libxml2-devel' 12-12 08:12 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --provides 'python3-libs' 12-12 08:13 root DEBUG CheckIfDepsDeprecated completed: 192.642 seconds 12-12 08:13 root DEBUG Running check: CheckLicensInDoc 12-12 08:13 root DEBUG CheckLicensInDoc completed: 0.063 seconds 12-12 08:13 root DEBUG Running check: CheckLicenseField 12-12 08:13 root DEBUG Scanning sources in /var/lib/mock/fedora-43-x86_64/root/builddir/build/BUILD/libredwg-0.13.3-build 12-12 08:13 root DEBUG Got license reply, length: 165882 12-12 08:13 root DEBUG CheckLicenseField completed: 22.848 seconds 12-12 08:13 root DEBUG Running check: CheckLicenseFieldSPDX 12-12 08:13 root DEBUG Run command: ['license-validate', '-v', 'GPL-3.0-or-later'] 12-12 08:13 root DEBUG CheckLicenseFieldSPDX completed: 0.528 seconds 12-12 08:13 root DEBUG Running check: CheckLicenseInSubpackages 12-12 08:13 root DEBUG CheckLicenseInSubpackages completed: 0.000 seconds 12-12 08:13 root DEBUG Running check: CheckLocale 12-12 08:13 root DEBUG CheckLocale completed: 0.000 seconds 12-12 08:13 root DEBUG Running check: CheckMacros 12-12 08:13 root DEBUG CheckMacros completed: 0.000 seconds 12-12 08:13 root DEBUG Running check: CheckMakeinstall 12-12 08:13 root DEBUG CheckMakeinstall completed: 0.000 seconds 12-12 08:13 root DEBUG Running check: CheckMultipleLicenses 12-12 08:13 root DEBUG CheckMultipleLicenses completed: 0.000 seconds 12-12 08:13 root DEBUG Running check: CheckNameCharset 12-12 08:13 root DEBUG CheckNameCharset completed: 0.000 seconds 12-12 08:13 root DEBUG Running check: CheckNaming 12-12 08:13 root DEBUG CheckNaming completed: 0.000 seconds 12-12 08:13 root DEBUG Running check: CheckNoConfigInUsr 12-12 08:13 root DEBUG CheckNoConfigInUsr completed: 0.000 seconds 12-12 08:13 root DEBUG Running check: CheckNoConflicts 12-12 08:13 root DEBUG CheckNoConflicts completed: 0.000 seconds 12-12 08:13 root DEBUG Running check: CheckNoNameConflict 12-12 08:13 root DEBUG CheckNoNameConflict completed: 0.240 seconds 12-12 08:13 root DEBUG Running check: CheckObeysFHS 12-12 08:13 root DEBUG CheckObeysFHS completed: 0.000 seconds 12-12 08:13 root DEBUG Running check: CheckObsoletesForRename 12-12 08:13 root DEBUG CheckObsoletesForRename completed: 0.000 seconds 12-12 08:13 root DEBUG Running check: CheckOwnDirs 12-12 08:13 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libc.so.6(GLIBC_2.38)(64bit)' 12-12 08:13 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libc.so.6(GLIBC_2.33)(64bit)' 12-12 08:13 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libpcre2-8.so.0(PCRE2_10.47)(64bit)' 12-12 08:13 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libpcre2-8.so.0()(64bit)' 12-12 08:13 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libredwg.so.0()(64bit)' 12-12 08:13 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'rtld(GNU_HASH)' 12-12 08:13 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libc.so.6()(64bit)' 12-12 08:13 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libc.so.6(GLIBC_2.2.5)(64bit)' 12-12 08:13 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libc.so.6(GLIBC_2.7)(64bit)' 12-12 08:13 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libmimalloc.so.2()(64bit)' 12-12 08:13 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libm.so.6()(64bit)' 12-12 08:13 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides '/usr/bin/sh' 12-12 08:13 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libc.so.6(GLIBC_2.3)(64bit)' 12-12 08:13 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libc.so.6(GLIBC_2.4)(64bit)' 12-12 08:13 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libm.so.6(GLIBC_2.2.5)(64bit)' 12-12 08:13 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libpcre2-16.so.0()(64bit)' 12-12 08:13 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libc.so.6(GLIBC_ABI_DT_RELR)(64bit)' 12-12 08:13 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libps.so.0()(64bit)' 12-12 08:13 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libc.so.6(GLIBC_2.14)(64bit)' 12-12 08:14 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libpcre2-16.so.0(PCRE2_10.47)(64bit)' 12-12 08:14 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libc.so.6(GLIBC_2.3.4)(64bit)' 12-12 08:14 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libc.so.6(GLIBC_2.34)(64bit)' 12-12 08:14 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --requires --providers-of=requires 'glibc' 'pcre2' 'mimalloc' 'pslib' 'pcre2-utf16' 'libredwg' 'bash' 12-12 08:14 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -C -l 'libstdc++.so' 'libstdc++.so.6(GLIBCXX_3' 'libgcc_s' 'libjbig.so' 'ncurses' 'bash' 'libLerc' 'ld-linux' 'rtld(GNU_HASH)' 'glibc = 2' 'libjpeg' 'libgcc(x86' 'libm.so.6(GLIBC_2' 'libzstd' 'libstdc++' '(glibc-gconv' 'libz' '/usr/bin/bash' 'filesystem(unmerged' 'filesystem' 'glibc(x86' 'glibc' 'pcre2' 'mimalloc' 'glibc >= 2' 'ld' 'libstdc++.so.6(CXXABI_1' 'setup' 'libc.so' 'group(mail)' 'pslib' 'pcre2-utf16' 'libjpeg.so' 'libredwg' 'libz.so.1(ZLIB_1.2' 'libwebp' 'libm.so' 'libm' 12-12 08:14 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libc.so.6(GLIBC_2.38)(64bit)' 12-12 08:14 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides '/usr/bin/pkg-config' 12-12 08:14 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libc.so.6(GLIBC_2.33)(64bit)' 12-12 08:14 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libpcre2-8.so.0(PCRE2_10.47)(64bit)' 12-12 08:14 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libpcre2-8.so.0()(64bit)' 12-12 08:14 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libredwg.so.0()(64bit)' 12-12 08:14 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'rtld(GNU_HASH)' 12-12 08:14 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libc.so.6()(64bit)' 12-12 08:14 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libc.so.6(GLIBC_2.2.5)(64bit)' 12-12 08:14 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libc.so.6(GLIBC_2.7)(64bit)' 12-12 08:14 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libmimalloc.so.2()(64bit)' 12-12 08:14 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libm.so.6()(64bit)' 12-12 08:14 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides '/usr/bin/sh' 12-12 08:14 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libc.so.6(GLIBC_2.3)(64bit)' 12-12 08:14 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libc.so.6(GLIBC_2.4)(64bit)' 12-12 08:14 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libm.so.6(GLIBC_2.2.5)(64bit)' 12-12 08:14 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libpcre2-16.so.0()(64bit)' 12-12 08:14 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libc.so.6(GLIBC_ABI_DT_RELR)(64bit)' 12-12 08:14 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libps.so.0()(64bit)' 12-12 08:14 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libc.so.6(GLIBC_2.14)(64bit)' 12-12 08:14 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libpcre2-16.so.0(PCRE2_10.47)(64bit)' 12-12 08:14 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libc.so.6(GLIBC_2.3.4)(64bit)' 12-12 08:14 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libc.so.6(GLIBC_2.34)(64bit)' 12-12 08:14 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --requires --providers-of=requires 'glibc' 'pcre2' 'mimalloc' 'pkgconf-pkg-config' 'pslib' 'pcre2-utf16' 'libredwg' 'bash' 12-12 08:14 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -C -l 'libstdc++.so' 'libstdc++.so.6(GLIBCXX_3' 'pkgconf-pkg-config' 'libgcc_s' 'libjbig.so' 'ncurses' 'libpkgconf(x86' 'bash' 'libLerc' 'ld-linux' 'rtld(GNU_HASH)' 'glibc = 2' 'libjpeg' 'libgcc(x86' 'libm.so.6(GLIBC_2' 'libzstd' 'libstdc++' '(glibc-gconv' 'libz' 'libpkgconf' '/usr/bin/bash' 'filesystem >= 3' 'filesystem(unmerged' 'filesystem' 'glibc(x86' 'glibc' 'pcre2' 'mimalloc' 'glibc >= 2' 'ld' 'libstdc++.so.6(CXXABI_1' 'setup' 'libc.so' 'group(mail)' 'pslib' 'pcre2-utf16' 'libjpeg.so' 'libtinfo' 'libredwg' 'libz.so.1(ZLIB_1.2' 'libwebp' 'libm.so' 'libm' 12-12 08:14 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libc.so.6(GLIBC_2.38)(64bit)' 12-12 08:15 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'python(abi)' 12-12 08:15 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libc.so.6(GLIBC_2.33)(64bit)' 12-12 08:15 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libpcre2-8.so.0(PCRE2_10.47)(64bit)' 12-12 08:15 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libpcre2-8.so.0()(64bit)' 12-12 08:15 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libredwg.so.0()(64bit)' 12-12 08:15 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'rtld(GNU_HASH)' 12-12 08:15 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libc.so.6()(64bit)' 12-12 08:15 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libc.so.6(GLIBC_2.2.5)(64bit)' 12-12 08:15 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libc.so.6(GLIBC_2.7)(64bit)' 12-12 08:15 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libmimalloc.so.2()(64bit)' 12-12 08:15 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libm.so.6()(64bit)' 12-12 08:15 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libpython3.14.so.1.0()(64bit)' 12-12 08:15 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libc.so.6(GLIBC_2.4)(64bit)' 12-12 08:15 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides '/usr/bin/sh' 12-12 08:15 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libc.so.6(GLIBC_2.3)(64bit)' 12-12 08:15 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libm.so.6(GLIBC_2.2.5)(64bit)' 12-12 08:15 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libpcre2-16.so.0()(64bit)' 12-12 08:15 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libc.so.6(GLIBC_ABI_DT_RELR)(64bit)' 12-12 08:15 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libps.so.0()(64bit)' 12-12 08:15 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libc.so.6(GLIBC_2.14)(64bit)' 12-12 08:15 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libpcre2-16.so.0(PCRE2_10.47)(64bit)' 12-12 08:15 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libc.so.6(GLIBC_2.3.4)(64bit)' 12-12 08:15 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libc.so.6(GLIBC_2.34)(64bit)' 12-12 08:15 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --requires --providers-of=requires 'glibc' 'pcre2' 'mimalloc' 'python3' 'pcre2-utf16' 'pslib' 'python3.9' 'libredwg' 'bash' 'python3-libs' 12-12 08:15 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -C -l 'libmpdec' 'libgcc_s' 'ld-linux' 'rtld(GNU_HASH)' 'libgcc(x86' 'libexpat' 'libssl.so.3(OPENSSL_3' 'libk5crypto' 'libuuid.so' 'ca' '/usr/bin/sh' 'python3' 'libz.so.1(ZLIB_1' 'pcre2' 'ld' 'libc.so' 'libffi' 'pslib' 'libcrypto' 'libgdbm_compat' 'libXft' 'libcrypto.so.3(OPENSSL_3' 'libjbig.so' 'libLerc' 'libjpeg' 'libpanelw' 'glibc = 2' 'libkrb5' 'pkgconf' '(glibc-gconv' 'liblzma.so' 'libsqlite3' 'liblzma' 'libbz2' 'setup' 'libuuid' 'libredwg' 'python' 'libz.so.1(ZLIB_1.2' 'libtcl8' 'libm.so' 'crypto' 'libstdc++.so' 'libstdc++.so.6(GLIBCXX_3' 'python3.9' 'libncursesw' 'libtirpc' 'libtirpc.so.3(TIRPC_0' 'libzstd' '/usr/bin/bash' 'glibc' 'mimalloc' 'libffi.so' 'libfontconfig' 'pcre2-utf16' 'libssl' 'libm' 'python3-libs' 'libreadline' 'ncurses' '/bin/sh' 'libgssapi_krb5' 'libm.so.6(GLIBC_2' 'libstdc++' 'libz' 'pkgconf(x86' 'libX11' 'libcom_err' 'filesystem >= 3' 'filesystem(unmerged' 'libgdbm' 'filesystem' 'tzdata' 'tcl8 = 1:8' 'glibc(x86' 'glibc >= 2' 'libstdc++.so.6(CXXABI_1' 'group(mail)' 'libjpeg.so' 'libtinfo' 'libwebp' 'bash' 12-12 08:15 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libc.so.6(GLIBC_2.38)(64bit)' 12-12 08:15 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libc.so.6(GLIBC_2.33)(64bit)' 12-12 08:15 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libpcre2-8.so.0(PCRE2_10.47)(64bit)' 12-12 08:15 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'perl-libs' 12-12 08:15 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'perl(vars)' 12-12 08:15 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libpcre2-8.so.0()(64bit)' 12-12 08:16 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libredwg.so.0()(64bit)' 12-12 08:16 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'perl(Exporter)' 12-12 08:16 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'rtld(GNU_HASH)' 12-12 08:16 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libc.so.6()(64bit)' 12-12 08:16 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libperl.so.5.42()(64bit)' 12-12 08:16 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libc.so.6(GLIBC_2.2.5)(64bit)' 12-12 08:16 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libc.so.6(GLIBC_2.7)(64bit)' 12-12 08:16 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libmimalloc.so.2()(64bit)' 12-12 08:16 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libm.so.6()(64bit)' 12-12 08:16 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libc.so.6(GLIBC_ABI_GNU2_TLS)(64bit)' 12-12 08:16 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libc.so.6(GLIBC_2.4)(64bit)' 12-12 08:16 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides '/usr/bin/sh' 12-12 08:16 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libc.so.6(GLIBC_2.3)(64bit)' 12-12 08:16 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'perl(base)' 12-12 08:16 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'perl(DynaLoader)' 12-12 08:16 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libm.so.6(GLIBC_2.2.5)(64bit)' 12-12 08:16 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libpcre2-16.so.0()(64bit)' 12-12 08:16 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libc.so.6(GLIBC_ABI_DT_RELR)(64bit)' 12-12 08:16 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libps.so.0()(64bit)' 12-12 08:16 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'perl(:MODULE_COMPAT_5.42.0)' 12-12 08:16 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libc.so.6(GLIBC_2.14)(64bit)' 12-12 08:16 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libpcre2-16.so.0(PCRE2_10.47)(64bit)' 12-12 08:16 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libc.so.6(GLIBC_2.3.4)(64bit)' 12-12 08:16 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --whatprovides 'libc.so.6(GLIBC_2.34)(64bit)' 12-12 08:16 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -q -C --requires --providers-of=requires 'glibc' 'pcre2' 'perl-base' 'mimalloc' 'perl-libs' 'perl-vars' 'pslib' 'pcre2-utf16' 'perl-Exporter' 'libredwg' 'perl-DynaLoader' 'bash' 12-12 08:16 root DEBUG Running: mock -r /var/lib/copr-rpmbuild/results/configs/child.cfg --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True -qn --enable-network --shell -- dnf repoquery -C -l 'perl-libs' 'perl(Encode::Alias)' 'perl(vars)' 'perl(File::Spec::Unix)' 'libgcc_s' 'perl-Exporter' 'rtld(GNU_HASH)' 'ld-linux' 'libgcc(x86' 'perl-DynaLoader' 'perl(strict)' 'perl(warnings)' 'perl(Encode::MIME::Header)' 'pcre2' 'ld' 'libc.so' 'perl' 'pslib' 'perl(Storable)' '/usr/bin/perl' 'libjbig.so' 'perl(Exporter) >= 5' 'libLerc' 'libjpeg' 'perl(:MODULE_COMPAT_5' 'glibc = 2' 'perl(Exporter)' 'perl(Carp) >= 1' 'libperl.so' 'perl(integer)' 'perl(MIME::Base64)' 'perl(XSLoader)' '(glibc-gconv' 'perl(Encode::CN::HZ)' 'perl(Encode::MIME::Name)' 'perl(overload)' 'perl(Encode::CJKConstants)' 'perl(Carp)' 'perl(Encode::KR::2022_KR)' 'setup' 'perl(re)' 'libredwg' 'perl(constant)' 'libz.so.1(ZLIB_1.2' 'perl(Scalar::Util)' 'libm.so' 'libstdc++.so' 'perl(utf8)' 'libstdc++.so.6(GLIBCXX_3' 'perl(Encode::Config)' 'libcrypt.so' 'perl(Tie::Hash)' 'perl(Encode::Encoding)' 'libcrypt' 'perl(File::Spec)' 'libzstd' '/usr/bin/bash' 'perl-vars' 'perl(Errno)' 'perl(Config)' 'glibc' 'perl-base' 'mimalloc' 'perl(Encode::Guess)' 'perl(Cwd)' 'perl(File::Basename)' 'pcre2-utf16' 'perl(Encode::Unicode)' 'libm' 'perl(warnings::register)' 'perl(Encode::JP::JIS7)' 'perl(:VERSION) >= 5' 'ncurses' 'perl(bytes)' 'libm.so.6(GLIBC_2' 'perl(Getopt::Std)' 'libstdc++' 'perl(parent) >= 0' 'perl(_charnames)' 'libz' 'perl(Encode)' 'perl(DynaLoader)' 'filesystem(unmerged' 'filesystem' 'glibc(x86' 'glibc >= 2' 'libstdc++.so.6(CXXABI_1' 'group(mail)' 'perl(Getopt::Long)' 'libjpeg.so' 'libwebp' 'bash' 12-12 08:16 root DEBUG CheckOwnDirs completed: 209.043 seconds 12-12 08:16 root DEBUG Running check: CheckOwnOther 12-12 08:16 root DEBUG CheckOwnOther completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: CheckRelocatable 12-12 08:16 root DEBUG CheckRelocatable completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: CheckRequires 12-12 08:16 root DEBUG CheckRequires completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: CheckSourceMD5 12-12 08:16 root DEBUG Skipping md5-test for /var/lib/copr-rpmbuild/results/libredwg/srpm-unpacked/2895a881d34270fabfe8f747b4f63339e65d6414.asc 12-12 08:16 root DEBUG Checking sha256 for /var/lib/copr-rpmbuild/results/libredwg/srpm-unpacked/libredwg-0.13.3.tar.xz.sig 12-12 08:16 root DEBUG Checking source sha256 : /var/lib/copr-rpmbuild/results/libredwg/upstream/libredwg-0.13.3.tar.xz.sig 12-12 08:16 root DEBUG Skipping md5-test for /var/lib/copr-rpmbuild/results/libredwg/srpm-unpacked/libredwg-0.13.3.tar.xz 12-12 08:16 root DEBUG CheckSourceMD5 completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: CheckSourcedirMacroUse 12-12 08:16 root DEBUG CheckSourcedirMacroUse completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: CheckSpecLegibility 12-12 08:16 root DEBUG CheckSpecLegibility completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: CheckSpecName 12-12 08:16 root DEBUG CheckSpecName completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: CheckStaticLibs 12-12 08:16 root DEBUG CheckStaticLibs completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: CheckSystemdUnitdirScriplets 12-12 08:16 root DEBUG CheckSystemdUnitdirScriplets completed: 0.001 seconds 12-12 08:16 root DEBUG Running check: CheckSystemdUserunitdirScriplets 12-12 08:16 root DEBUG CheckSystemdUserunitdirScriplets completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: CheckUTF8Filenames 12-12 08:16 root DEBUG CheckUTF8Filenames completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: CheckUpdateIconCache 12-12 08:16 root DEBUG CheckUpdateIconCache completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: CheckUsefulDebuginfo 12-12 08:16 root DEBUG CheckUsefulDebuginfo completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: CheckBuildInMock 12-12 08:16 root DEBUG CheckBuildInMock completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: CheckBuildroot 12-12 08:16 root DEBUG CheckBuildroot completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: CheckBundledFonts 12-12 08:16 root DEBUG CheckBundledFonts completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: CheckClean 12-12 08:16 root DEBUG CheckClean completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: CheckContainsLicenseText 12-12 08:16 root DEBUG CheckContainsLicenseText completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: CheckFileRequires 12-12 08:16 root DEBUG CheckFileRequires completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: CheckFinalRequiresProvides 12-12 08:16 root DEBUG CheckFinalRequiresProvides completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: CheckFullVerReqSub 12-12 08:16 root DEBUG CheckFullVerReqSub completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: CheckFunctionAsDescribed 12-12 08:16 root DEBUG CheckFunctionAsDescribed completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: CheckIllegalSpecTags 12-12 08:16 root DEBUG CheckIllegalSpecTags completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: CheckLatestVersionIsPackaged 12-12 08:16 root DEBUG CheckLatestVersionIsPackaged completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: CheckLicenseUpstream 12-12 08:16 root DEBUG CheckLicenseUpstream completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: CheckManPages 12-12 08:16 root DEBUG CheckManPages completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: CheckParallelMake 12-12 08:16 root DEBUG CheckParallelMake completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: CheckPatchComments 12-12 08:16 root DEBUG CheckPatchComments completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: CheckPkgConfigFiles 12-12 08:16 root DEBUG CheckPkgConfigFiles completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: CheckRubyPlugin 12-12 08:16 root DEBUG CheckRubyPlugin completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: CheckScriptletSanity 12-12 08:16 root DEBUG CheckScriptletSanity completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: CheckSourceComment 12-12 08:16 root DEBUG CheckSourceComment completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: CheckSourceDownloads 12-12 08:16 root DEBUG CheckSourceDownloads completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: CheckSourceUrl 12-12 08:16 root DEBUG CheckSourceUrl completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: CheckSourceVerification 12-12 08:16 root DEBUG CheckSourceVerification completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: CheckSpecAsInSRPM 12-12 08:16 root DEBUG CheckSpecAsInSRPM completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: CheckSupportAllArchs 12-12 08:16 root DEBUG CheckSupportAllArchs completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: CheckTestSuites 12-12 08:16 root DEBUG CheckTestSuites completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: CheckTimeStamps 12-12 08:16 root DEBUG CheckTimeStamps completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: CheckTmpfiles 12-12 08:16 root DEBUG CheckTmpfiles completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: CheckUpdateMimeDatabase 12-12 08:16 root DEBUG CheckUpdateMimeDatabase completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: CheckUseGlobal 12-12 08:16 root DEBUG CheckUseGlobal completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: SugarActivityCheckBuildRequires 12-12 08:16 root DEBUG SugarActivityCheckBuildRequires completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: SugarActivityCheckNaming 12-12 08:16 root DEBUG SugarActivityCheckNaming completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: SugarActivityCheckRuntimeDeps 12-12 08:16 root DEBUG SugarActivityCheckRuntimeDeps completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: CheckAddMavenDepmap 12-12 08:16 root DEBUG CheckAddMavenDepmap completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: CheckBundledJars 12-12 08:16 root DEBUG CheckBundledJars completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: CheckJPackageRequires 12-12 08:16 root DEBUG CheckJPackageRequires completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: CheckJavadoc 12-12 08:16 root DEBUG CheckJavadoc completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: CheckJavadocJPackageRequires 12-12 08:16 root DEBUG CheckJavadocJPackageRequires completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: CheckJavadocdirName 12-12 08:16 root DEBUG CheckJavadocdirName completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: CheckMvnRpmbuild 12-12 08:16 root DEBUG CheckMvnRpmbuild completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: CheckNewStyleMaven 12-12 08:16 root DEBUG CheckNewStyleMaven completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: CheckNoArch 12-12 08:16 root DEBUG CheckNoArch completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: CheckNoOldMavenDepmap 12-12 08:16 root DEBUG CheckNoOldMavenDepmap completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: CheckNoRequiresPost 12-12 08:16 root DEBUG CheckNoRequiresPost completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: CheckNotJavaApplicable 12-12 08:16 root DEBUG CheckNotJavaApplicable completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: CheckPomInstalled 12-12 08:16 root DEBUG CheckPomInstalled completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: CheckTestSkip 12-12 08:16 root DEBUG CheckTestSkip completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: CheckUpdateDepmap 12-12 08:16 root DEBUG CheckUpdateDepmap completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: CheckUpstremBuildMethod 12-12 08:16 root DEBUG CheckUpstremBuildMethod completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: CheckUseMavenpomdirMacro 12-12 08:16 root DEBUG CheckUseMavenpomdirMacro completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: CheckAutotoolsObsoletedMacros 12-12 08:16 root DEBUG autotools used: automake libtool 12-12 08:16 root DEBUG running: grep -E -n -o -e AM_CONFIG_HEADER[[:space:]]*$ -e AM_CONFIG_HEADER\( -e AM_PROG_CC_STDC[[:space:]]*$ -e AM_PROG_CC_STDC\( -e AC_PROG_LIBTOOL[[:space:]]*$ -e AC_PROG_LIBTOOL\( -e AM_PROG_LIBTOOL[[:space:]]*$ -e AM_PROG_LIBTOOL\( /var/lib/copr-rpmbuild/results/libredwg/BUILD/libredwg-0.13.3-build/libredwg-0.13.3/configure.ac 12-12 08:16 root DEBUG CheckAutotoolsObsoletedMacros completed: 0.003 seconds 12-12 08:16 root DEBUG Running check: fonts-disable 12-12 08:16 root DEBUG fonts-disable completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: generic-excludearch 12-12 08:16 root INFO ExclusiveArch dependency checking disabled, enable with EXARCH flag 12-12 08:16 root DEBUG generic-excludearch completed: 0.003 seconds 12-12 08:16 root DEBUG Running check: generic-large-docs 12-12 08:16 root DEBUG generic-large-docs completed: 0.022 seconds 12-12 08:16 root DEBUG Running check: java-check-bundled-jars 12-12 08:16 root DEBUG java-check-bundled-jars completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: fonts-fc-query 12-12 08:16 root DEBUG fonts-fc-query completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: fonts-repo-audit 12-12 08:16 root DEBUG fonts-repo-audit completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: generic-large-data 12-12 08:16 root DEBUG generic-large-data completed: 0.012 seconds 12-12 08:16 root DEBUG Running check: generic-srv-opt 12-12 08:16 root DEBUG generic-srv-opt completed: 0.003 seconds 12-12 08:16 root DEBUG Running check: perl-url-tag 12-12 08:16 root DEBUG perl-url-tag completed: 0.003 seconds 12-12 08:16 root DEBUG Running check: php-compatinfo 12-12 08:16 root DEBUG php-compatinfo completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: python-check-eggs 12-12 08:16 root DEBUG python-check-eggs completed: 0.005 seconds 12-12 08:16 root DEBUG Running check: python-dont-download-deps 12-12 08:16 root DEBUG python-dont-download-deps completed: 0.003 seconds 12-12 08:16 root DEBUG Running check: python-egg-info 12-12 08:16 root DEBUG python-egg-info completed: 0.003 seconds 12-12 08:16 root DEBUG Running check: python-meet-guidelines 12-12 08:16 root DEBUG python-meet-guidelines completed: 0.003 seconds 12-12 08:16 root DEBUG Running check: CheckBuildCompilerFlags 12-12 08:16 root DEBUG CheckBuildCompilerFlags completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: CheckDaemonCompileFlags 12-12 08:16 root DEBUG CheckDaemonCompileFlags completed: 0.002 seconds 12-12 08:16 root DEBUG Running check: CheckUpdateDesktopDatabase 12-12 08:16 root DEBUG CheckUpdateDesktopDatabase completed: 0.000 seconds 12-12 08:16 root DEBUG Running check: CheckSystemdScripts 12-12 08:16 root DEBUG CheckSystemdScripts completed: 0.000 seconds 12-12 08:16 root DEBUG Report completed: 562.309 seconds