Warning: Permanently added '3.80.246.174' (ED25519) to the list of known hosts. You can reproduce this build on your computer by running: sudo dnf install copr-rpmbuild /usr/bin/copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/10583411 Version: 1.8 PID: 12979 Logging PID: 12981 Task: {'appstream': False, 'background': True, 'build_id': 10583411, 'chroot': None, 'distributions_in_build': [], 'distributions_in_project': ['centos-stream-10', 'centos-stream-9', 'fedora-44', 'fedora-rawhide'], 'package_name': None, 'project_dirname': 'clang-fedora-centos-testing', 'project_name': 'clang-fedora-centos-testing', 'project_owner': '@fedora-llvm-team', 'repos': [], 'sandbox': '@fedora-llvm-team/clang-fedora-centos-testing--tstellar', 'source_json': {'clone_url': 'https://src.fedoraproject.org/rpms/qt-creator.git', 'committish': '2f935e38cbc6eba50f5acff1a15f4b5f79aeaba8', 'distgit': 'fedora'}, 'source_type': 10, 'submitter': 'tstellar', 'task_id': '10583411'} Running: git clone https://src.fedoraproject.org/rpms/qt-creator.git /var/lib/copr-rpmbuild/workspace/workdir-qrmcb6op/qt-creator --depth 500 --no-single-branch --recursive cmd: ['git', 'clone', 'https://src.fedoraproject.org/rpms/qt-creator.git', '/var/lib/copr-rpmbuild/workspace/workdir-qrmcb6op/qt-creator', '--depth', '500', '--no-single-branch', '--recursive'] cwd: . rc: 0 stdout: stderr: Cloning into '/var/lib/copr-rpmbuild/workspace/workdir-qrmcb6op/qt-creator'... Running: git checkout 2f935e38cbc6eba50f5acff1a15f4b5f79aeaba8 -- cmd: ['git', 'checkout', '2f935e38cbc6eba50f5acff1a15f4b5f79aeaba8', '--'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-qrmcb6op/qt-creator rc: 0 stdout: stderr: Note: switching to '2f935e38cbc6eba50f5acff1a15f4b5f79aeaba8'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false HEAD is now at 2f935e3 Update to 20.0.0-rc1 Running: dist-git-client sources cmd: ['dist-git-client', 'sources'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-qrmcb6op/qt-creator rc: 0 stdout: stderr: INFO: Reading stdout from command: git rev-parse --abbrev-ref HEAD INFO: Reading stdout from command: git rev-parse HEAD INFO: Reading sources specification file: sources INFO: Downloading qt-creator-opensource-src-20.0.0-rc1.tar.xz INFO: Reading stdout from command: curl --help all INFO: Calling: curl -H Pragma: -H 'Accept-Encoding: identity' -o qt-creator-opensource-src-20.0.0-rc1.tar.xz --location --connect-timeout 60 --retry 3 --retry-delay 10 --remote-time --show-error --fail --retry-all-errors https://src.fedoraproject.org/repo/pkgs/rpms/qt-creator/qt-creator-opensource-src-20.0.0-rc1.tar.xz/sha512/a753ec9b6fe3d863cd65ad05c061763f748cbd17518edc40dfcec6f96b95935a43e4ba8f54de192dc49be4965e8c0f5abe8944f9daeb12e7401a6ed3b88ef113/qt-creator-opensource-src-20.0.0-rc1.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 38.4M 100 38.4M 0 0 117M 0 --:--:-- --:--:-- --:--:-- 118M INFO: Reading stdout from command: sha512sum qt-creator-opensource-src-20.0.0-rc1.tar.xz Running: dist-git-client srpm --outputdir /var/lib/copr-rpmbuild/results cmd: ['dist-git-client', 'srpm', '--outputdir', '/var/lib/copr-rpmbuild/results'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-qrmcb6op/qt-creator rc: 0 stdout: setting SOURCE_DATE_EPOCH=1780531200 Wrote: /var/lib/copr-rpmbuild/results/qt-creator-20.0.0-0.5.rc1.src.rpm stderr: INFO: Checked call: rpmbuild -bs /var/lib/copr-rpmbuild/workspace/workdir-qrmcb6op/qt-creator/./qt-creator.spec --define 'dist %nil' --define '_sourcedir /var/lib/copr-rpmbuild/workspace/workdir-qrmcb6op/qt-creator/.' --define '_srcrpmdir /var/lib/copr-rpmbuild/results' --define '_disable_source_fetch 1' Output: ['qt-creator-20.0.0-0.5.rc1.src.rpm'] Running SRPMResults tool Using distributions_in_project for this build. Extracting arch-specific tags for centos-stream-10 Extracting arch-specific tags for centos-stream-9 Extracting arch-specific tags for fedora-44 Extracting arch-specific tags for fedora-rawhide Exception appeared during handling spec file: /var/lib/copr-rpmbuild/results/qt-creator.spec Traceback (most recent call last): File "/usr/lib/python3.14/site-packages/specfile/spec_parser.py", line 233, in get_rpm_spec return rpm.spec(tmp.name, flags) ~~~~~~~~^^^^^^^^^^^^^^^^^ ValueError: can't parse specfile The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/lib/python3.14/site-packages/copr_rpmbuild/automation/srpm_results.py", line 103, in get_package_info spec = Spec(specfile_path, macros) File "/usr/lib/python3.14/site-packages/copr_rpmbuild/helpers.py", line 418, in __init__ self.spec = Specfile(path, macros=macros) ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/site-packages/specfile/specfile.py", line 120, in __init__ self._parser.parse(str(self)) ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^ File "/usr/lib/python3.14/site-packages/specfile/spec_parser.py", line 387, in parse self.spec, self.tainted = self._do_parse(content, extra_macros) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/site-packages/specfile/spec_parser.py", line 301, in _do_parse spec = get_rpm_spec(content, rpm.RPMSPEC_ANYARCH | rpm.RPMSPEC_FORCE) File "/usr/lib/python3.14/site-packages/specfile/spec_parser.py", line 235, in get_rpm_spec raise RPMException(stderr=stderr) from e specfile.exceptions.RPMException: Unable to open /var/lib/copr-rpmbuild/results/qt-creator-Fedora-privlibs: No such file or directory Querying NEVRA from SRPM header: /var/lib/copr-rpmbuild/results/qt-creator-20.0.0-0.5.rc1.src.rpm Package info: { "architecture_specific_tags": { "centos-stream-10": { "excludearch": [ "athlon", "geode", "i386", "i486", "i586", "i686", "pentium3", "pentium4" ] }, "centos-stream-9": { "excludearch": [ "athlon", "geode", "i386", "i486", "i586", "i686", "pentium3", "pentium4" ] }, "fedora-44": { "excludearch": [ "athlon", "geode", "i386", "i486", "i586", "i686", "pentium3", "pentium4" ] }, "fedora-rawhide": { "excludearch": [ "athlon", "geode", "i386", "i486", "i586", "i686", "pentium3", "pentium4" ] } }, "name": "qt-creator", "epoch": null, "version": "20.0.0", "release": "0.5.rc1" } SRPMResults finished