Warning: Permanently added '34.229.232.71' (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 --task-url https://copr.fedorainfracloud.org/backend/get-build-task/10049757-fedora-43-i386 --chroot fedora-43-i386 Version: 1.6 PID: 9261 Logging PID: 9263 Task: {'allow_user_ssh': False, 'appstream': False, 'background': False, 'build_id': 10049757, 'buildroot_pkgs': [], 'chroot': 'fedora-43-i386', 'enable_net': False, 'fedora_review': False, 'git_hash': '08f308c57da5ee0dc6566ffda54c405f6ec00fa9', 'git_repo': 'https://copr-dist-git.fedorainfracloud.org/git/jjelen/rust-wycheproof/rust-cryptoki', 'isolation': 'default', 'memory_reqs': 2048, 'package_name': 'rust-cryptoki', 'package_version': '0.12.0-1', 'project_dirname': 'rust-wycheproof', 'project_name': 'rust-wycheproof', 'project_owner': 'jjelen', 'repo_priority': None, 'repos': [{'baseurl': 'https://download.copr.fedorainfracloud.org/results/jjelen/rust-wycheproof/fedora-43-i386/', 'id': 'copr_base', 'name': 'Copr repository', 'priority': None}], 'sandbox': 'jjelen/rust-wycheproof--jjelen', 'source_json': {}, 'source_type': None, 'ssh_public_keys': None, 'storage': 0, 'submitter': 'jjelen', 'tags': [], 'task_id': '10049757-fedora-43-i386', 'timeout': 18000, 'uses_devel_repo': False, 'with_opts': [], 'without_opts': []} Running: git clone https://copr-dist-git.fedorainfracloud.org/git/jjelen/rust-wycheproof/rust-cryptoki /var/lib/copr-rpmbuild/workspace/workdir-vkj_egh5/rust-cryptoki --depth 500 --no-single-branch --recursive cmd: ['git', 'clone', 'https://copr-dist-git.fedorainfracloud.org/git/jjelen/rust-wycheproof/rust-cryptoki', '/var/lib/copr-rpmbuild/workspace/workdir-vkj_egh5/rust-cryptoki', '--depth', '500', '--no-single-branch', '--recursive'] cwd: . rc: 0 stdout: stderr: Cloning into '/var/lib/copr-rpmbuild/workspace/workdir-vkj_egh5/rust-cryptoki'... Running: git checkout 08f308c57da5ee0dc6566ffda54c405f6ec00fa9 -- cmd: ['git', 'checkout', '08f308c57da5ee0dc6566ffda54c405f6ec00fa9', '--'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-vkj_egh5/rust-cryptoki rc: 0 stdout: stderr: Note: switching to '08f308c57da5ee0dc6566ffda54c405f6ec00fa9'. 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 08f308c automatic import of rust-cryptoki Running: dist-git-client sources cmd: ['dist-git-client', 'sources'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-vkj_egh5/rust-cryptoki rc: 1 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 cryptoki-0.12.0.crate INFO: Reading stdout from command: curl --help all INFO: Calling: curl -H Pragma: -o cryptoki-0.12.0.crate --location --connect-timeout 60 --retry 3 --retry-delay 10 --remote-time --show-error --fail --retry-all-errors https://copr-dist-git.fedorainfracloud.org/repo/pkgs/jjelen/rust-wycheproof/rust-cryptoki/cryptoki-0.12.0.crate/md5/5619137498abc15854af3f8c715a02b9/cryptoki-0.12.0.crate % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 749k 0 749k 0 0 7459k 0 --:--:-- --:--:-- --:--:-- 7495k INFO: Reading stdout from command: md5sum cryptoki-0.12.0.crate ERROR: Check-sum ca57148497ec19fc86d69a404f2f14cf is wrong, expected: 5619137498abc15854af3f8c715a02b9 Traceback (most recent call last): File "/usr/bin/copr-rpmbuild", line 242, in build_rpm distgit.produce_sources() ~~~~~~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/site-packages/copr_rpmbuild/providers/distgit.py", line 36, in produce_sources helpers.run_cmd(["dist-git-client", "sources"], cwd=self.clone_to) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/site-packages/copr_rpmbuild/helpers.py", line 76, in run_cmd raise RuntimeError(result.stderr) RuntimeError: 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 cryptoki-0.12.0.crate INFO: Reading stdout from command: curl --help all INFO: Calling: curl -H Pragma: -o cryptoki-0.12.0.crate --location --connect-timeout 60 --retry 3 --retry-delay 10 --remote-time --show-error --fail --retry-all-errors https://copr-dist-git.fedorainfracloud.org/repo/pkgs/jjelen/rust-wycheproof/rust-cryptoki/cryptoki-0.12.0.crate/md5/5619137498abc15854af3f8c715a02b9/cryptoki-0.12.0.crate % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 749k 0 749k 0 0 7459k 0 --:--:-- --:--:-- --:--:-- 7495k INFO: Reading stdout from command: md5sum cryptoki-0.12.0.crate ERROR: Check-sum ca57148497ec19fc86d69a404f2f14cf is wrong, expected: 5619137498abc15854af3f8c715a02b9 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/bin/copr-rpmbuild", line 109, in main_daemon action(args, config) ~~~~~~^^^^^^^^^^^^^^ File "/usr/bin/copr-rpmbuild", line 250, in build_rpm builder.archive_configs() ^^^^^^^ UnboundLocalError: cannot access local variable 'builder' where it is not associated with a value Traceback (most recent call last): File "/usr/bin/copr-rpmbuild", line 242, in build_rpm distgit.produce_sources() ~~~~~~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/site-packages/copr_rpmbuild/providers/distgit.py", line 36, in produce_sources helpers.run_cmd(["dist-git-client", "sources"], cwd=self.clone_to) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/site-packages/copr_rpmbuild/helpers.py", line 76, in run_cmd raise RuntimeError(result.stderr) RuntimeError: 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 cryptoki-0.12.0.crate INFO: Reading stdout from command: curl --help all INFO: Calling: curl -H Pragma: -o cryptoki-0.12.0.crate --location --connect-timeout 60 --retry 3 --retry-delay 10 --remote-time --show-error --fail --retry-all-errors https://copr-dist-git.fedorainfracloud.org/repo/pkgs/jjelen/rust-wycheproof/rust-cryptoki/cryptoki-0.12.0.crate/md5/5619137498abc15854af3f8c715a02b9/cryptoki-0.12.0.crate % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 749k 0 749k 0 0 7459k 0 --:--:-- --:--:-- --:--:-- 7495k INFO: Reading stdout from command: md5sum cryptoki-0.12.0.crate ERROR: Check-sum ca57148497ec19fc86d69a404f2f14cf is wrong, expected: 5619137498abc15854af3f8c715a02b9 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/bin/copr-rpmbuild", line 320, in sys.exit(_main()) ~~~~~^^ File "/usr/bin/copr-rpmbuild", line 316, in _main main_daemon(args, config) ~~~~~~~~~~~^^^^^^^^^^^^^^ File "/usr/bin/copr-rpmbuild", line 109, in main_daemon action(args, config) ~~~~~~^^^^^^^^^^^^^^ File "/usr/bin/copr-rpmbuild", line 250, in build_rpm builder.archive_configs() ^^^^^^^ UnboundLocalError: cannot access local variable 'builder' where it is not associated with a value