NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

port-evbarm/55549: evbarm-aarch64 tests randomly fail with "out of swap"



>Number:         55549
>Category:       port-evbarm
>Synopsis:       evbarm-aarch64 tests randomly fail with "out of swap"
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    port-evbarm-maintainer
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Aug 07 14:55:01 +0000 2020
>Originator:     Andreas Gustafsson
>Release:        NetBSD-current
>Organization:
>Environment:
System: NetBSD
Architecture: aarch64
Machine: evbarm
>Description:

Multiple test cases have started randomly failing with "out of swap"
on the TNF evbarm-aarch64 testbed.  For example, in

  http://releng.netbsd.org/b5reports/evbarm-aarch64/2020/2020.08.06.07.38.54/test.log

all the test cases of the usr.bin/c++/t_call_once test failed (along with
a few others):

  usr.bin/c++/t_call_once (665/878): 10 test cases
      call_once: [ 66472.7833543] UVM: pid 26411 (cc1plus), uid 0 killed: out of swap
  [30.002953s] Failed: atf-check failed; see the output of the test for details
      call_once_32: [3.344120s] Skipped: c++ -m32 not supported on this architecture
      call_once_pic: [ 66495.2189112] UVM: pid 15162 (cc1plus), uid 0 killed: out of swap
  [19.007283s] Failed: atf-check failed; see the output of the test for details
      call_once_pic_32: [2.347975s] Skipped: c++ -m32 not supported on this architecture
      call_once_pic_profile: [ 66514.2407960] UVM: pid 21953 (cc1plus), uid 0 killed: out of swap
  [16.042760s] Failed: atf-check failed; see the output of the test for details
      call_once_pic_profile_32: [2.808502s] Skipped: c++ -m32 not supported on this architecture
      call_once_pie: [ 66533.8851851] UVM: pid 29060 (cc1plus), uid 0 killed: out of swap
  [16.766816s] Failed: atf-check failed; see the output of the test for details
      call_once_profile: [ 66549.1048997] UVM: pid 29354 (cc1plus), uid 0 killed: out of swap
  [15.206544s] Failed: atf-check failed; see the output of the test for details
      call_once_profile_32: [3.606928s] Skipped: c++ -m32 not supported on this architecture
      call_once_static: [ 66569.3160469] UVM: pid 21310 (cc1plus), uid 0 killed: out of swap
  [16.520687s] Failed: atf-check failed; see the output of the test for details
  [126.076767s]

This is running under qemu with 512 MB of emulated RAM and no swap
(because the images in the release aren't configured with any).

The failures appear to be random, but in such a way that in any given
test run, either none of the tests fail with "out of swap", or many of
them do.

The first recorded failure like this was with sources from
2020.06.27.04.31.06:

  http://releng.netbsd.org/b5reports/evbarm-aarch64/commits-2020.06.html#2020.06.27.04.31.06

but the problem may have started as much as a few days before that;
full bisection is difficult due to the random nature of the failures
and build breakage around the time when the problem started.

>How-To-Repeat:

>Fix:



Home | Main Index | Thread Index | Old Index