Hi,

the koji build on armv7h fails by this command:
koji build rawhide --arch=armv7hl --scratch 
/home/martin/rpmbuild/SRPMS/speed-dreams-2.2.2-6.fc31.src.rpm

error message:

Traceback (most recent call last):
  File "/usr/lib/python3.7/site-packages/koji/tasks.py", line 482, in localPath
    resp = requests.get(url)
  File "/usr/lib/python3.7/site-packages/requests/api.py", line 75, in get
    return request('get', url, params=params, **kwargs)
  File "/usr/lib/python3.7/site-packages/requests/api.py", line 60, in request
    return session.request(method=method, url=url, **kwargs)
  File "/usr/lib/python3.7/site-packages/requests/sessions.py", line 533, in 
request
    resp = self.send(prep, **send_kwargs)
  File "/usr/lib/python3.7/site-packages/requests/sessions.py", line 686, in 
send
    r.content
  File "/usr/lib/python3.7/site-packages/requests/models.py", line 828, in 
content
    self._content = b''.join(self.iter_content(CONTENT_CHUNK_SIZE)) or b''
MemoryError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.7/site-packages/koji/daemon.py", line 1294, in runTask
    response = (handler.run(),)
  File "/usr/lib/python3.7/site-packages/koji/tasks.py", line 313, in run
    return koji.util.call_with_argcheck(self.handler, self.params, self.opts)
  File "/usr/lib/python3.7/site-packages/koji/util.py", line 263, in 
call_with_argcheck
    return func(*args, **kwargs)
  File "/usr/sbin/kojid", line 1339, in handler
    fn = self.localPath("work/%s" % pkg)
  File "/usr/lib/python3.7/site-packages/koji/tasks.py", line 489, in localPath
    resp.close()
UnboundLocalError: local variable 'resp' referenced before assignment

[1] https://koji.fedoraproject.org/koji/taskinfo?taskID=41447762

how can i fix this ?
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org

Reply via email to