I'm seeing a bunch of errors with these regression tests:
12:48:00 ERROR| [stderr] === libaalogparse Summary === 12:48:00 ERROR| [stderr] 12:48:00 ERROR| [stderr] # of expected passes 120 12:48:00 ERROR| [stderr] if ! test -f libaalogparse.log ; then echo '*** libaalogparse.log not found - is dejagnu installed? ***'; exit 1; fi 12:48:00 ERROR| [stderr] if grep ERROR libaalogparse.log ; then exit 1 ; fi 12:48:00 ERROR| [stderr] ERROR: Missing file ./test_multi/testcase_network_send_receive.err 12:48:00 ERROR| [stderr] Makefile:800: recipe for target 'check-local' failed 12:48:00 ERROR| [stderr] make[3]: *** [check-local] Error 1 12:48:00 ERROR| [stderr] make[3]: Leaving directory '/tmp/testlibjdHJeD/source/zesty/apparmor-2.10.95/libraries/libapparmor/testsuite' 12:48:00 ERROR| [stderr] Makefile:669: recipe for target 'check-am' failed 12:48:00 ERROR| [stderr] make[2]: *** [check-am] Error 2 12:48:00 ERROR| [stderr] make[2]: Leaving directory '/tmp/testlibjdHJeD/source/zesty/apparmor-2.10.95/libraries/libapparmor/testsuite' 12:48:00 ERROR| [stderr] Makefile:479: recipe for target 'check-recursive' failed 12:48:00 ERROR| [stderr] make[1]: *** [check-recursive] Error 1 12:48:00 ERROR| [stderr] make[1]: Leaving directory '/tmp/testlibjdHJeD/source/zesty/apparmor-2.10.95/libraries/libapparmor/testsuite' 12:48:00 ERROR| [stderr] Makefile:407: recipe for target 'check-recursive' failed 12:48:00 ERROR| [stderr] make: *** [check-recursive] Error 1 12:48:00 ERROR| [stderr] 12:48:00 ERROR| [stderr] 12:48:00 ERROR| [stderr] ====================================================================== 12:48:00 ERROR| [stderr] FAIL: test_regression_testsuite (__main__.ApparmorTestsuites) 12:48:00 ERROR| [stderr] Run kernel regression tests 12:48:00 ERROR| [stderr] ---------------------------------------------------------------------- 12:48:00 ERROR| [stderr] Traceback (most recent call last): 12:48:00 ERROR| [stderr] File "./test-apparmor.py", line 1607, in test_regression_testsuite 12:48:00 ERROR| [stderr] self.assertEquals(expected, rc, result + report) 12:48:00 ERROR| [stderr] AssertionError: Got exit code 2, expected 0 I have dejagnu 1.6-1.1 installed, so that's not the root cause of this failure. And also: 12:48:01 ERROR| [stderr] Makefile:303: recipe for target 'tests' failed 12:48:01 ERROR| [stderr] make: *** [tests] Error 1 12:48:01 ERROR| [stderr] 12:48:01 ERROR| [stderr] 12:48:01 ERROR| [stderr] ====================================================================== 12:48:01 ERROR| [stderr] FAIL: test_utils_testsuite (__main__.ApparmorTestsuites) 12:48:01 ERROR| [stderr] Run utils (make check) 12:48:01 ERROR| [stderr] ---------------------------------------------------------------------- 12:48:01 ERROR| [stderr] Traceback (most recent call last): 12:48:01 ERROR| [stderr] File "./test-apparmor.py", line 1634, in test_utils_testsuite 12:48:01 ERROR| [stderr] self.assertEquals(expected, rc, result + report) 12:48:01 ERROR| [stderr] AssertionError: Got exit code 2, expected 0 12:48:01 ERROR| [stderr] LANG=C podchecker -warning -warning *.pod 12:48:01 ERROR| [stderr] aa-audit.pod pod syntax OK. 12:48:01 ERROR| [stderr] aa-autodep.pod pod syntax OK. 12:48:01 ERROR| [stderr] aa-cleanprof.pod pod syntax OK. 12:48:01 ERROR| [stderr] aa-complain.pod pod syntax OK. 12:48:01 ERROR| [stderr] aa-decode.pod pod syntax OK. 12:48:01 ERROR| [stderr] aa-disable.pod pod syntax OK. 12:48:01 ERROR| [stderr] aa-easyprof.pod pod syntax OK. 12:48:01 ERROR| [stderr] aa-enforce.pod pod syntax OK. 12:48:01 ERROR| [stderr] aa-genprof.pod pod syntax OK. 12:48:01 ERROR| [stderr] aa-logprof.pod pod syntax OK. 12:48:01 ERROR| [stderr] aa-mergeprof.pod pod syntax OK. 12:48:01 ERROR| [stderr] aa-notify.pod pod syntax OK. 12:48:01 ERROR| [stderr] aa-sandbox.pod pod syntax OK. 12:48:01 ERROR| [stderr] aa-status.pod pod syntax OK. 12:48:01 ERROR| [stderr] aa-unconfined.pod pod syntax OK. 12:48:01 ERROR| [stderr] logprof.conf.pod pod syntax OK. 12:48:01 ERROR| [stderr] aa-notify syntax OK 12:48:01 ERROR| [stderr] Checking aa-easyprof 12:48:01 ERROR| [stderr] Checking aa-genprof 12:48:01 ERROR| [stderr] Checking aa-logprof 12:48:01 ERROR| [stderr] Checking aa-cleanprof 12:48:01 ERROR| [stderr] Checking aa-mergeprof 12:48:01 ERROR| [stderr] Checking aa-autodep 12:48:01 ERROR| [stderr] Checking aa-audit 12:48:01 ERROR| [stderr] Checking aa-complain 12:48:01 ERROR| [stderr] Checking aa-enforce 12:48:01 ERROR| [stderr] Checking aa-disable 12:48:01 ERROR| [stderr] Checking aa-status 12:48:01 ERROR| [stderr] Checking aa-unconfined 12:48:01 ERROR| [stderr] Checking apparmor 12:48:01 ERROR| [stderr] apparmor/ui.py:252: dictionary key 'CMD_CONTINUE' repeated with different values 12:48:01 ERROR| [stderr] apparmor/ui.py:281: dictionary key 'CMD_CONTINUE' repeated with different values 12:48:01 ERROR| [stderr] Makefile:92: recipe for target 'check' failed 12:48:01 ERROR| [stderr] make: *** [check] Error 1 12:48:01 ERROR| [stderr] And: 12:48:01 ERROR| [stderr] 12:48:01 ERROR| [stderr] ====================================================================== 12:48:01 ERROR| [stderr] FAIL: test_utils_testsuite3 (__main__.ApparmorTestsuites) 12:48:01 ERROR| [stderr] Run utils (make check with python3) 12:48:01 ERROR| [stderr] ---------------------------------------------------------------------- 12:48:01 ERROR| [stderr] Traceback (most recent call last): 12:48:01 ERROR| [stderr] File "./test-apparmor.py", line 1655, in test_utils_testsuite3 12:48:01 ERROR| [stderr] self.assertEquals(expected, rc, result + report) 12:48:01 ERROR| [stderr] AssertionError: Got exit code 2, expected 0 12:48:01 ERROR| [stderr] LANG=C podchecker -warning -warning *.pod 12:48:01 ERROR| [stderr] aa-audit.pod pod syntax OK. 12:48:01 ERROR| [stderr] aa-autodep.pod pod syntax OK. 12:48:01 ERROR| [stderr] aa-cleanprof.pod pod syntax OK. 12:48:01 ERROR| [stderr] aa-complain.pod pod syntax OK. 12:48:01 ERROR| [stderr] aa-decode.pod pod syntax OK. 12:48:01 ERROR| [stderr] aa-disable.pod pod syntax OK. 12:48:01 ERROR| [stderr] aa-easyprof.pod pod syntax OK. 12:48:01 ERROR| [stderr] aa-enforce.pod pod syntax OK. 12:48:01 ERROR| [stderr] aa-genprof.pod pod syntax OK. 12:48:01 ERROR| [stderr] aa-logprof.pod pod syntax OK. 12:48:01 ERROR| [stderr] aa-mergeprof.pod pod syntax OK. 12:48:01 ERROR| [stderr] aa-notify.pod pod syntax OK. 12:48:01 ERROR| [stderr] aa-sandbox.pod pod syntax OK. 12:48:01 ERROR| [stderr] aa-status.pod pod syntax OK. 12:48:01 ERROR| [stderr] aa-unconfined.pod pod syntax OK. 12:48:01 ERROR| [stderr] logprof.conf.pod pod syntax OK. 12:48:01 ERROR| [stderr] aa-notify syntax OK 12:48:01 ERROR| [stderr] Checking aa-easyprof 12:48:01 ERROR| [stderr] Checking aa-genprof 12:48:01 ERROR| [stderr] Checking aa-logprof 12:48:01 ERROR| [stderr] Checking aa-cleanprof 12:48:01 ERROR| [stderr] Checking aa-mergeprof 12:48:01 ERROR| [stderr] Checking aa-autodep 12:48:01 ERROR| [stderr] Checking aa-audit 12:48:01 ERROR| [stderr] Checking aa-complain 12:48:01 ERROR| [stderr] Checking aa-enforce 12:48:01 ERROR| [stderr] Checking aa-disable 12:48:01 ERROR| [stderr] Checking aa-status 12:48:01 ERROR| [stderr] Checking aa-unconfined 12:48:01 ERROR| [stderr] Checking apparmor 12:48:01 ERROR| [stderr] apparmor/ui.py:252: dictionary key 'CMD_CONTINUE' repeated with different values 12:48:01 ERROR| [stderr] apparmor/ui.py:281: dictionary key 'CMD_CONTINUE' repeated with different values 12:48:01 ERROR| [stderr] Makefile:92: recipe for target 'check' failed 12:48:01 ERROR| [stderr] make: *** [check] Error 1 12:48:01 ERROR| [stderr] -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1658625 Title: linux i386 ADT apparmor self-tests OOM machine with linux-4.9.0-12.13 Status in linux package in Ubuntu: In Progress Bug description: Seems we are getting into an OOM situation when running ADT testing. This looks to be in the apparmor tests: 09:57:14 ERROR| [stderr] Run kernel regression tests from 14.04's apparmor_2.8.95~2430-0ubuntu5.3 ... ok 09:57:14 ERROR| [stderr] test_parser_testsuite (__main__.ApparmorTestsuites) 09:57:20 DEBUG| [stdout] (skipped: This test is only for 14.04 systems with the apparmor 2.10.95 SRU or newer installed) (skipped: This test is only for 14.04 systems with the apparmor 2.10.95 SRU or newer installed) 10:15:45 ERROR| [stderr] Run parser regression tests ... ok 10:15:46 ERROR| [stderr] test_regression_testsuite (__main__.ApparmorTestsuites) 10:15:48 DEBUG| [stdout] preparing apparmor_2.10.95-4ubuntu5.2.dsc... done 10:15:48 DEBUG| [stdout] Killed Console: autopkgtest login: [ 2838.328079] AppArmor: change_hat: Invalid input '^open'[ 2838.334310] AppArmor: change_hat: Invalid input '^' [ 2838.341460] AppArmor: change_hat: Invalid input, NULL hat and NULL magic[ 2838.349735] AppArmor: change_hat: Invalid input, NULL hat and NULL magic[ 2838.357374] AppArmor: change_hat: Invalid input '^open' AppArmor: change_hat: Invalid input '^'[ 2838.359310] AppArmor: change_hat: Invalid input '^' [ 2955.837326] Out of memory: Kill process 1554 (rsyslogd) score 6 or sacrifice child [ 2955.840293] Killed process 1554 (rsyslogd) total-vm:91072kB, anon-rss:52204kB, file-rss:2356kB, shmem-rss:0kB [ 3012.314564] Out of memory: Kill process 13148 (autotest-local) score 1 or sacrifice child [ 3012.315622] Killed process 24345 (autotest-local) total-vm:18040kB, anon-rss:7280kB, file-rss:3544kB, shmem-rss:0kB To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1658625/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp