On 2/10/20 6:20 AM, Martin Gansser wrote:
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
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
Internet search says "python Memory Error" probably means running out of address space, such as on a 32-bit armv7hl. What uses lots of address space? Could there be too much contention from other jobs on the machine? Paging space (swap space) is a "temporary" constraint on address space of every running processes
During handling of the above exception, another exception occurred:
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
That's a bug in the exception handler. _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx 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@xxxxxxxxxxxxxxxxxxxxxxx