This is probably not an error in fedpkg itself; please let me know if there's a better place to file this issue.
$ fedpkg build --target=f32-build-side-19894 Building dotnet3.1-3.1.101-3.fc32 for f32-build-side-19894 Created task: 42156557 Task info: https://koji.fedoraproject.org/koji/taskinfo?taskID=42156557 Watching tasks (this may be safely interrupted)... 42156557 build (f32-build-side-19894, /rpms/dotnet3.1.git:5a4961b806dc1de340a2b640d4a406d36fb00554): free 42156557 build (f32-build-side-19894, /rpms/dotnet3.1.git:5a4961b806dc1de340a2b640d4a406d36fb00554): free -> open (buildvm-armv7-08.arm.fedoraproject.org) 42156558 buildSRPMFromSCM (/rpms/dotnet3.1.git:5a4961b806dc1de340a2b640d4a406d36fb00554): open (buildvm-aarch64-19.arm.fedoraproject.org) 42156558 buildSRPMFromSCM (/rpms/dotnet3.1.git:5a4961b806dc1de340a2b640d4a406d36fb00554): open (buildvm-aarch64-19.arm.fedoraproject.org) -> closed 0 free 1 open 1 done 0 failed 42156557 build (f32-build-side-19894, /rpms/dotnet3.1.git:5a4961b806dc1de340a2b640d4a406d36fb00554): open (buildvm-armv7-08.arm.fedoraproject.org) -> FAILED: Fault: <Fault 1: 'Traceback (most recent call last):\n File "/usr/lib/python3.7/site-packages/koji/__init__.py", line 1680, in openRemoteFile\n resp = requests.get(url, stream=True)\n File "/usr/lib/python3.7/site-packages/requests/api.py", line 75, in get\n return request(\'get\', url, params=params, **kwargs)\n File "/usr/lib/python3.7/site-packages/requests/api.py", line 60, in request\n return session.request(method=method, url=url, **kwargs)\n File "/usr/lib/python3.7/site-packages/requests/sessions.py", line 533, in request\n resp = self.send(prep, **send_kwargs)\n File "/usr/lib/python3.7/site-packages/requests/sessions.py", line 686, in send\n r.content\n File "/usr/lib/python3.7/site-packages/requests/models.py", line 828, in content\n self._content = b\'\'.join(self.iter_content(CONTENT_CHUNK_SIZE)) or b\'\'\nOverflowError: join() result is too long\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/usr/lib/python3.7/site-packages/koji/daemon.py", line 1294, in runTask\n response = (handler.run(),)\n File "/usr/lib/python3.7/site-packages/koji/tasks.py", line 313, in run\n return koji.util.call_with_argcheck(self.handler, self.params, self.opts)\n File "/usr/lib/python3.7/site-packages/koji/util.py", line 263, in call_with_argcheck\n return func(*args, **kwargs)\n File "/usr/sbin/kojid", line 1003, in handler\n h = self.readSRPMHeader(srpm)\n File "/usr/sbin/kojid", line 1107, in readSRPMHeader\n with koji.openRemoteFile(relpath, **opts) as fo:\n File "/usr/lib/python3.7/site-packages/koji/__init__.py", line 1684, in openRemoteFile\n resp.close()\nUnboundLocalError: local variable \'resp\' referenced before assignment\n'> 0 free 0 open 1 done 1 failed 42156557 build (f32-build-side-19894, /rpms/dotnet3.1.git:5a4961b806dc1de340a2b640d4a406d36fb00554) failed
Hi Omar, I think it is the already opened issue here: https://bugzilla.redhat.com/show_bug.cgi?id=1802077 It was originally opened for fedpkg too, but the problem is on "koji" side. If you don't have access to bugzilla, other information can be found here: previous discussion on fedora devel mailing list
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/R7NBV5LS4UFMSMFTDCT5VKYJ6LY6BE4D/
and It was also discussed here: https://pagure.io/releng/issue/9226
Metadata Update from @onosek: - Issue close_status updated to: Invalid - Issue status updated to: Closed (was: Open)
Thanks, I will follow 1802077