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 Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1658625 Title: linux i386 ADT apparmor self-tests OOM machine with linux-4.9.0-12.13 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1658625/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
