On Mon, 10 Feb 2020 at 10:07, John Reiser <jrei...@bitwagon.com> wrote:

> 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
>
>
The armv7 builders are virtual machines with 24 GB of ram per system. I
believe that there is only 1 build per builder at a time so this build is
going to contend with itself. However, I believe any process is going to be
limited to something under 4GB (3.6?) so that is going to be the 'first'
thing to look at. The next thing would be to look to see if there are
'hardware' errors on the guest.

And yes.. yes there are:

[2268887.373175] Alignment trap: not handling instruction ed848a00 at
[<004d0b50>]
[2268887.375306] 8<--- cut here ---
[2268887.376417] Unhandled fault: alignment exception (0xa21) at 0x00c95129
[2268887.379468] pgd = 9ff51f2a
[2268887.380644] [00c95129] *pgd=54cbf003, *pmd=4aa90003,
*pte=e00004b530ef5f
[2268887.383027] Alignment trap: not handling instruction ed848a00 at
[<004d0b50>]
[2268887.385491] 8<--- cut here ---
[2268887.386614] Unhandled fault: alignment exception (0xa21) at 0x00c9512a
[2268887.388768] pgd = 9ff51f2a

[Mon Feb 10 06:19:07 2020] Alignment trap: not handling instruction
ed848b00 at [<00490e50>]
[Mon Feb 10 06:19:07 2020] 8<--- cut here ---
[Mon Feb 10 06:19:07 2020] Unhandled fault: alignment exception (0xa21) at
0x00ef5141
[Mon Feb 10 06:19:07 2020] pgd = ffe2d8d0
[Mon Feb 10 06:19:07 2020] [00ef5141] *pgd=467ee003, *pmd=434bb003,
*pte=e00004a9dd4f5f
[Mon Feb 10 06:19:07 2020] Alignment trap: not handling instruction
ed848b00 at [<00490e50>]
[Mon Feb 10 06:19:07 2020] 8<--- cut here ---
[Mon Feb 10 06:19:07 2020] Unhandled fault: alignment exception (0xa21) at
0x00ef5142
[Mon Feb 10 06:19:07 2020] pgd = ffe2d8d0
[Mon Feb 10 06:19:07 2020] [00ef5142] *pgd=467ee003, *pmd=434bb003,
*pte=e00004a9dd4f5f

Linux buildvm-armv7-07.arm.fedoraproject.org 5.3.13-300.fc31.armv7hl+lpae
#1 SMP Mon Nov 25 17:13:28 UTC 2019 armv7l armv7l armv7l GNU/Linux

will work with release engineering to see if they can take this builder out
and reboot it.


> > 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@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
>


-- 
Stephen J Smoogen.
_______________________________________________
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