INFO: Running check: libraries/libapparmor make: Entering directory '/build/apparmor/src/apparmor-3.0.3-test/libraries/libapparmor' Making check in doc make[1]: Entering directory '/build/apparmor/src/apparmor-3.0.3-test/libraries/libapparmor/doc' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/build/apparmor/src/apparmor-3.0.3-test/libraries/libapparmor/doc' Making check in src make[1]: Entering directory '/build/apparmor/src/apparmor-3.0.3-test/libraries/libapparmor/src' /usr/bin/make check-am make[2]: Entering directory '/build/apparmor/src/apparmor-3.0.3-test/libraries/libapparmor/src' /usr/bin/make tst_aalogmisc tst_features tst_kernel make[3]: Entering directory '/build/apparmor/src/apparmor-3.0.3-test/libraries/libapparmor/src' gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libapparmor1\" -DVERSION=\"3.0.3\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_ASPRINTF=1 -DHAVE_SECURE_GETENV=1 -DHAVE_REALLOCARRAY=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -D_GNU_SOURCE -I../include/ -Wall -Wall -Wsign-compare -Wmissing-field-initializers -Wformat -Wformat-security -Wunused-parameter -Wimplicit-fallthrough -fPIC -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -MT tst_aalogmisc.o -MD -MP -MF .deps/tst_aalogmisc.Tpo -c -o tst_aalogmisc.o tst_aalogmisc.c gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libapparmor1\" -DVERSION=\"3.0.3\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_ASPRINTF=1 -DHAVE_SECURE_GETENV=1 -DHAVE_REALLOCARRAY=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -D_GNU_SOURCE -I../include/ -Wall -Wall -Wsign-compare -Wmissing-field-initializers -Wformat -Wformat-security -Wunused-parameter -Wimplicit-fallthrough -fPIC -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -MT tst_features.o -MD -MP -MF .deps/tst_features.Tpo -c -o tst_features.o tst_features.c gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libapparmor1\" -DVERSION=\"3.0.3\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_ASPRINTF=1 -DHAVE_SECURE_GETENV=1 -DHAVE_REALLOCARRAY=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -D_GNU_SOURCE -I../include/ -Wall -Wall -Wsign-compare -Wmissing-field-initializers -Wformat -Wformat-security -Wunused-parameter -Wimplicit-fallthrough -fPIC -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -MT tst_kernel.o -MD -MP -MF .deps/tst_kernel.Tpo -c -o tst_kernel.o tst_kernel.c tst_kernel.c: In function ‘test_splitcon’: tst_kernel.c:133:37: warning: operand of ‘?:’ changes signedness from ‘int’ to ‘size_t’ {aka ‘long unsigned int’} due to unsignedness of other operand [-Wsign-compare] 133 | TEST_SPLITCON("unconfined", -1, true, "unconfined", NULL, | ^~ tst_kernel.c:86:54: note: in definition of macro ‘TEST_SPLITCON’ 86 | size_t sz = size < 0 ? strlen(con) : size; \ | ^~~~ tst_kernel.c:135:37: warning: operand of ‘?:’ changes signedness from ‘int’ to ‘size_t’ {aka ‘long unsigned int’} due to unsignedness of other operand [-Wsign-compare] 135 | TEST_SPLITCON("unconfined", -1, false, "unconfined", NULL, | ^~ tst_kernel.c:86:54: note: in definition of macro ‘TEST_SPLITCON’ 86 | size_t sz = size < 0 ? strlen(con) : size; \ | ^~~~ tst_kernel.c:137:39: warning: operand of ‘?:’ changes signedness from ‘int’ to ‘size_t’ {aka ‘long unsigned int’} due to unsignedness of other operand [-Wsign-compare] 137 | TEST_SPLITCON("unconfined\n", -1, true, "unconfined", NULL, | ^~ tst_kernel.c:86:54: note: in definition of macro ‘TEST_SPLITCON’ 86 | size_t sz = size < 0 ? strlen(con) : size; \ | ^~~~ tst_kernel.c:139:39: warning: operand of ‘?:’ changes signedness from ‘int’ to ‘size_t’ {aka ‘long unsigned int’} due to unsignedness of other operand [-Wsign-compare] 139 | TEST_SPLITCON("unconfined\n", -1, false, NULL, NULL, | ^~ tst_kernel.c:86:54: note: in definition of macro ‘TEST_SPLITCON’ 86 | size_t sz = size < 0 ? strlen(con) : size; \ | ^~~~ tst_kernel.c:142:39: warning: operand of ‘?:’ changes signedness from ‘int’ to ‘size_t’ {aka ‘long unsigned int’} due to unsignedness of other operand [-Wsign-compare] 142 | TEST_SPLITCON("label (mode)", -1, true, "label", "mode", | ^~ tst_kernel.c:86:54: note: in definition of macro ‘TEST_SPLITCON’ 86 | size_t sz = size < 0 ? strlen(con) : size; \ | ^~~~ tst_kernel.c:144:39: warning: operand of ‘?:’ changes signedness from ‘int’ to ‘size_t’ {aka ‘long unsigned int’} due to unsignedness of other operand [-Wsign-compare] 144 | TEST_SPLITCON("label (mode)", -1, false, "label", "mode", | ^~ tst_kernel.c:86:54: note: in definition of macro ‘TEST_SPLITCON’ 86 | size_t sz = size < 0 ? strlen(con) : size; \ | ^~~~ tst_kernel.c:146:41: warning: operand of ‘?:’ changes signedness from ‘int’ to ‘size_t’ {aka ‘long unsigned int’} due to unsignedness of other operand [-Wsign-compare] 146 | TEST_SPLITCON("label (mode)\n", -1, true, "label", "mode", | ^~ tst_kernel.c:86:54: note: in definition of macro ‘TEST_SPLITCON’ 86 | size_t sz = size < 0 ? strlen(con) : size; \ | ^~~~ tst_kernel.c:148:41: warning: operand of ‘?:’ changes signedness from ‘int’ to ‘size_t’ {aka ‘long unsigned int’} due to unsignedness of other operand [-Wsign-compare] 148 | TEST_SPLITCON("label (mode)\n", -1, false, NULL, NULL, | ^~ tst_kernel.c:86:54: note: in definition of macro ‘TEST_SPLITCON’ 86 | size_t sz = size < 0 ? strlen(con) : size; \ | ^~~~ tst_kernel.c:151:43: warning: operand of ‘?:’ changes signedness from ‘int’ to ‘size_t’ {aka ‘long unsigned int’} due to unsignedness of other operand [-Wsign-compare] 151 | TEST_SPLITCON("/a/b/c (enforce)", -1, true, "/a/b/c", "enforce", | ^~ tst_kernel.c:86:54: note: in definition of macro ‘TEST_SPLITCON’ 86 | size_t sz = size < 0 ? strlen(con) : size; \ | ^~~~ tst_kernel.c:153:43: warning: operand of ‘?:’ changes signedness from ‘int’ to ‘size_t’ {aka ‘long unsigned int’} due to unsignedness of other operand [-Wsign-compare] 153 | TEST_SPLITCON("/a/b/c (enforce)", -1, false, "/a/b/c", "enforce", | ^~ tst_kernel.c:86:54: note: in definition of macro ‘TEST_SPLITCON’ 86 | size_t sz = size < 0 ? strlen(con) : size; \ | ^~~~ tst_kernel.c:155:45: warning: operand of ‘?:’ changes signedness from ‘int’ to ‘size_t’ {aka ‘long unsigned int’} due to unsignedness of other operand [-Wsign-compare] 155 | TEST_SPLITCON("/a/b/c (enforce)\n", -1, true, "/a/b/c", "enforce", | ^~ tst_kernel.c:86:54: note: in definition of macro ‘TEST_SPLITCON’ 86 | size_t sz = size < 0 ? strlen(con) : size; \ | ^~~~ tst_kernel.c:157:45: warning: operand of ‘?:’ changes signedness from ‘int’ to ‘size_t’ {aka ‘long unsigned int’} due to unsignedness of other operand [-Wsign-compare] 157 | TEST_SPLITCON("/a/b/c (enforce)\n", -1, false, NULL, NULL, | ^~ tst_kernel.c:86:54: note: in definition of macro ‘TEST_SPLITCON’ 86 | size_t sz = size < 0 ? strlen(con) : size; \ | ^~~~ mv -f .deps/tst_aalogmisc.Tpo .deps/tst_aalogmisc.Po /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -Wall -Wsign-compare -Wmissing-field-initializers -Wformat -Wformat-security -Wunused-parameter -Wimplicit-fallthrough -fPIC -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o tst_aalogmisc tst_aalogmisc.o .libs/libapparmor.a libtool: link: gcc -Wall -Wall -Wsign-compare -Wmissing-field-initializers -Wformat -Wformat-security -Wunused-parameter -Wimplicit-fallthrough -fPIC -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o tst_aalogmisc tst_aalogmisc.o .libs/libapparmor.a In function ‘test_walk_one’, inlined from ‘main’ at tst_features.c:242:11: tst_features.c:123:21: warning: ‘c’ may be used uninitialized [-Wmaybe-uninitialized] 123 | if (do_test_walk_one(str, component, is_top_level, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 124 | expect_walk, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 125 | error " (walk check)", \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 126 | error " (str didn't change)", \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 127 | error " (str changed)")) { \ | ~~~~~~~~~~~~~~~~~~~~~~~ tst_features.c:134:17: note: in expansion of macro ‘MY_WALK_TEST’ 134 | MY_WALK_TEST(str, component, is_top_level, false, error) | ^~~~~~~~~~~~ tst_features.c:142:9: note: in expansion of macro ‘MY_BAD_WALK_TEST’ 142 | MY_BAD_WALK_TEST(NULL, &c, true, "basic NULL str test"); | ^~~~~~~~~~~~~~~~ tst_features.c: In function ‘main’: tst_features.c:97:12: note: by argument 2 of type ‘const struct component *’ to ‘do_test_walk_one’ declared here 97 | static int do_test_walk_one(const char **str, const struct component *component, | ^~~~~~~~~~~~~~~~ tst_features.c:138:26: note: ‘c’ declared here 138 | struct component c; | ^ In function ‘test_walk_one’, inlined from ‘main’ at tst_features.c:242:11: tst_features.c:123:21: warning: ‘c’ may be used uninitialized [-Wmaybe-uninitialized] 123 | if (do_test_walk_one(str, component, is_top_level, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 124 | expect_walk, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 125 | error " (walk check)", \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 126 | error " (str didn't change)", \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 127 | error " (str changed)")) { \ | ~~~~~~~~~~~~~~~~~~~~~~~ tst_features.c:134:17: note: in expansion of macro ‘MY_WALK_TEST’ 134 | MY_WALK_TEST(str, component, is_top_level, false, error) | ^~~~~~~~~~~~ tst_features.c:145:9: note: in expansion of macro ‘MY_BAD_WALK_TEST’ 145 | MY_BAD_WALK_TEST(&str, &c, true, "basic NULL *str test"); | ^~~~~~~~~~~~~~~~ tst_features.c: In function ‘main’: tst_features.c:97:12: note: by argument 2 of type ‘const struct component *’ to ‘do_test_walk_one’ declared here 97 | static int do_test_walk_one(const char **str, const struct component *component, | ^~~~~~~~~~~~~~~~ tst_features.c:138:26: note: ‘c’ declared here 138 | struct component c; | ^ mv -f .deps/tst_features.Tpo .deps/tst_features.Po /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -Wall -Wsign-compare -Wmissing-field-initializers -Wformat -Wformat-security -Wunused-parameter -Wimplicit-fallthrough -fPIC -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o tst_features tst_features.o .libs/libapparmor.a mv -f .deps/tst_kernel.Tpo .deps/tst_kernel.Po /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -Wall -Wsign-compare -Wmissing-field-initializers -Wformat -Wformat-security -Wunused-parameter -Wimplicit-fallthrough -fPIC -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -pthread -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o tst_kernel tst_kernel.o .libs/libapparmor.a libtool: link: gcc -Wall -Wall -Wsign-compare -Wmissing-field-initializers -Wformat -Wformat-security -Wunused-parameter -Wimplicit-fallthrough -fPIC -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o tst_features tst_features.o .libs/libapparmor.a libtool: link: gcc -Wall -Wall -Wsign-compare -Wmissing-field-initializers -Wformat -Wformat-security -Wunused-parameter -Wimplicit-fallthrough -fPIC -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -pthread -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o tst_kernel tst_kernel.o .libs/libapparmor.a -pthread make[3]: Leaving directory '/build/apparmor/src/apparmor-3.0.3-test/libraries/libapparmor/src' /usr/bin/make check-TESTS make[3]: Entering directory '/build/apparmor/src/apparmor-3.0.3-test/libraries/libapparmor/src' make[4]: Entering directory '/build/apparmor/src/apparmor-3.0.3-test/libraries/libapparmor/src' PASS: tst_aalogmisc PASS: tst_features PASS: tst_kernel ============================================================================ Testsuite summary for ============================================================================ # TOTAL: 3 # PASS: 3 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[4]: Leaving directory '/build/apparmor/src/apparmor-3.0.3-test/libraries/libapparmor/src' make[3]: Leaving directory '/build/apparmor/src/apparmor-3.0.3-test/libraries/libapparmor/src' make[2]: Leaving directory '/build/apparmor/src/apparmor-3.0.3-test/libraries/libapparmor/src' make[1]: Leaving directory '/build/apparmor/src/apparmor-3.0.3-test/libraries/libapparmor/src' Making check in include make[1]: Entering directory '/build/apparmor/src/apparmor-3.0.3-test/libraries/libapparmor/include' Making check in sys make[2]: Entering directory '/build/apparmor/src/apparmor-3.0.3-test/libraries/libapparmor/include/sys' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/build/apparmor/src/apparmor-3.0.3-test/libraries/libapparmor/include/sys' make[2]: Entering directory '/build/apparmor/src/apparmor-3.0.3-test/libraries/libapparmor/include' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/build/apparmor/src/apparmor-3.0.3-test/libraries/libapparmor/include' make[1]: Leaving directory '/build/apparmor/src/apparmor-3.0.3-test/libraries/libapparmor/include' Making check in swig make[1]: Entering directory '/build/apparmor/src/apparmor-3.0.3-test/libraries/libapparmor/swig' Making check in perl make[2]: Entering directory '/build/apparmor/src/apparmor-3.0.3-test/libraries/libapparmor/swig/perl' if test ! -f libapparmor_wrap.c; then cp ./libapparmor_wrap.c . ; fi /usr/bin/make -fMakefile.perl make[3]: Entering directory '/build/apparmor/src/apparmor-3.0.3-test/libraries/libapparmor/swig/perl' "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- LibAppArmor.bs blib/arch/auto/LibAppArmor/LibAppArmor.bs 644 make[3]: Leaving directory '/build/apparmor/src/apparmor-3.0.3-test/libraries/libapparmor/swig/perl' if test ../.. != ../.. ; then rm -f libapparmor_wrap.c ; fi make[2]: Leaving directory '/build/apparmor/src/apparmor-3.0.3-test/libraries/libapparmor/swig/perl' Making check in python make[2]: Entering directory '/build/apparmor/src/apparmor-3.0.3-test/libraries/libapparmor/swig/python' Making check in test make[3]: Entering directory '/build/apparmor/src/apparmor-3.0.3-test/libraries/libapparmor/swig/python/test' /usr/bin/make check-TESTS make[4]: Entering directory '/build/apparmor/src/apparmor-3.0.3-test/libraries/libapparmor/swig/python/test' make[5]: Entering directory '/build/apparmor/src/apparmor-3.0.3-test/libraries/libapparmor/swig/python/test' cd "../../.." && \ /bin/sh ./config.status --file="swig/python/test/test_python.py" config.status: creating swig/python/test/test_python.py chmod +x test_python.py PASS: test_python.py ============================================================================ Testsuite summary for ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/build/apparmor/src/apparmor-3.0.3-test/libraries/libapparmor/swig/python/test' make[4]: Leaving directory '/build/apparmor/src/apparmor-3.0.3-test/libraries/libapparmor/swig/python/test' make[3]: Leaving directory '/build/apparmor/src/apparmor-3.0.3-test/libraries/libapparmor/swig/python/test' make[3]: Entering directory '/build/apparmor/src/apparmor-3.0.3-test/libraries/libapparmor/swig/python' if test ! -f libapparmor_wrap.c; then cp ./libapparmor_wrap.c . ; fi CC="gcc" CFLAGS="-I/usr/include/python3.10 -I/usr/include/python3.10 -Wall -Wsign-compare -Wmissing-field-initializers -Wformat -Wformat-security -Wunused-parameter -Wimplicit-fallthrough" LDSHARED="gcc -shared" LDFLAGS="-L/usr/lib -lcrypt -lpthread -ldl -lutil -lm -lm -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now" /usr/bin/python3 setup.py build running build running build_py running build_ext make[3]: Leaving directory '/build/apparmor/src/apparmor-3.0.3-test/libraries/libapparmor/swig/python' make[2]: Leaving directory '/build/apparmor/src/apparmor-3.0.3-test/libraries/libapparmor/swig/python' Making check in ruby make[2]: Entering directory '/build/apparmor/src/apparmor-3.0.3-test/libraries/libapparmor/swig/ruby' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/build/apparmor/src/apparmor-3.0.3-test/libraries/libapparmor/swig/ruby' make[2]: Entering directory '/build/apparmor/src/apparmor-3.0.3-test/libraries/libapparmor/swig' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/build/apparmor/src/apparmor-3.0.3-test/libraries/libapparmor/swig' make[1]: Leaving directory '/build/apparmor/src/apparmor-3.0.3-test/libraries/libapparmor/swig' Making check in testsuite make[1]: Entering directory '/build/apparmor/src/apparmor-3.0.3-test/libraries/libapparmor/testsuite' Making check in lib make[2]: Entering directory '/build/apparmor/src/apparmor-3.0.3-test/libraries/libapparmor/testsuite/lib' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/build/apparmor/src/apparmor-3.0.3-test/libraries/libapparmor/testsuite/lib' Making check in config make[2]: Entering directory '/build/apparmor/src/apparmor-3.0.3-test/libraries/libapparmor/testsuite/config' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/build/apparmor/src/apparmor-3.0.3-test/libraries/libapparmor/testsuite/config' Making check in libaalogparse.test make[2]: Entering directory '/build/apparmor/src/apparmor-3.0.3-test/libraries/libapparmor/testsuite/libaalogparse.test' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/build/apparmor/src/apparmor-3.0.3-test/libraries/libapparmor/testsuite/libaalogparse.test' make[2]: Entering directory '/build/apparmor/src/apparmor-3.0.3-test/libraries/libapparmor/testsuite' /usr/bin/make check-DEJAGNU check-local make[3]: Entering directory '/build/apparmor/src/apparmor-3.0.3-test/libraries/libapparmor/testsuite' Making a new site.exp file ... srcdir='.'; export srcdir; \ EXPECT=expect; export EXPECT; \ if /bin/sh -c "runtest --version" > /dev/null 2>&1; then \ exit_status=0; l='libaalogparse'; for tool in $l; do \ if runtest --tool $tool --srcdir $srcdir ; \ then :; else exit_status=1; fi; \ done; \ else echo "WARNING: could not find 'runtest'" 1>&2; :;\ fi; \ exit $exit_status WARNING: Couldn't find the global config file. WARNING: Couldn't find tool init file Test run by builduser on Fri Jan 14 22:04:58 2022 Native configuration is riscv64-unknown-linux-gnu === libaalogparse tests === Schedule of variations: unix Running target unix Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target. Using /usr/share/dejagnu/config/unix.exp as generic interface file for target. Using ./config/unix.exp as tool-and-target-specific interface file. Running ./libaalogparse.test/multi_test.exp ... Running test_multi... ... testcase18 ... syslog_datetime_08 ... syslog_datetime_05 ... testcase_dmesg_mkdir ... testcase_dmesg_changehat_negative_error ... syslog_audit_05 ... testcase25 ... testcase_syslog_truncate ... syslog_other_02 ... syslog_datetime_14 ... old_style_log_09 ... file_perm_network_lp1466812 ... old_style_log_05 ... testcase_mount_01 ... syslog_datetime_01 ... old_style_log_13 ... syslog_datetime_13 ... old_style_log_10 ... file_perm_network_receive_lp1577051 ... testcase09 ... exec02 ... testcase08 ... testcase_dmesg_rename_src ... testcase31 ... syslog_datetime_11 ... testcase_encoded_profile ... testcase_network_05 ... unconfined-change_hat ... testcase_network_04 ... syslog_datetime_12 ... testcase32 ... syslog_audit_01 ... syslog_audit_06 ... testcase_dbus_04 ... symlink ... testcase_changeprofile_02 ... testcase_dmesg_status_offset ... file_perm_network_receive_lp1582374 ... testcase22 ... old_style_log_04 ... testcase_syslog_mkdir ... syslog_datetime_04 ... old_style_log_02 ... testcase_dmesg_changeprofile_01 ... testcase_dbus_03 ... testcase24 ... testcase33 ... testcase_dbus_01 ... testcase_ouid ... avc_audit_02 ... testcase_dbus_02 ... avc_audit_invalid_audit_id ... testcase13 ... testcase_network_02 ... syslog_other_01 ... syslog_audit_02 ... syslog_datetime_02 ... testcase12 ... testcase_syslog_capability ... testcase_network_03 ... testcase_syslog_read ... testcase04 ... testcase01 ... testcase21 ... file_inherit_network_lp1509030 ... old_style_log_12 ... testcase_dmesg_rename_dest ... testcase17 ... testcase_syslog_rename_dest ... testcase07 ... testcase35 ... old_style_log_17 ... testcase_ptrace_01 ... testcase_dbus_07 ... syslog_datetime_07 ... testcase_signal_01 ... avc_syslog_02 ... testcase_dmesg_capability ... testcase26 ... avc_syslog_01 ... testcase10 ... syslog_datetime_16 ... unbalanced_parenthesis ... testcase_dmesg_link_01 ... testcase_network_send_receive ... avc_syslog_03 ... ptrace_garbage_lp1689667_1 ... testcase16 ... testcase_dmesg_truncate ... testcase_syslog_link_01 ... testcase_dbus_10 ... exec01 ... testcase02 ... avc_audit_03 ... syslog_datetime_03 ... ptrace_garbage_lp1689667_2 ... syslog_hostname_with_dot ... syslog_datetime_10 ... syslog_datetime_09 ... testcase_changehat_01 ... testcase14 ... testcase_stack_crash ... old_style_log_18 ... old_style_log_03 ... testcase11 ... testcase_dbus_06 ... change_onexec_lp1648143 ... testcase_dbus_05 ... syslog_other_03 ... old_style_log_15 ... old_style_log_11 ... testcase_network_01 ... testcase_changeprofile_01 ... testcase_syslog_rename_src ... old_style_log_08 ... testcase_signal_02 ... old_style_log_16 ... testcase03 ... testcase15 ... old_style_log_07 ... testcase_syslog_status_offset ... testcase05 ... syslog_datetime_18 ... testcase06 ... ptrace_no_denied_mask ... testcase_dbus_09 ... old_style_log_01 ... testcase_dbus_08 ... syslog_other_04 ... testcase_syslog_changehat_negative_error ... syslog_datetime_06 ... avc_audit_01 ... testcase_encoded_comm ... complex_profile_name ... old_style_log_06 ... syslog_datetime_15 ... file_chown ... testcase19 ... testcase_pivotroot_01 ... old_style_log_14 ... syslog_datetime_17 === libaalogparse Summary === # of expected passes 141 make[3]: Leaving directory '/build/apparmor/src/apparmor-3.0.3-test/libraries/libapparmor/testsuite' make[2]: Leaving directory '/build/apparmor/src/apparmor-3.0.3-test/libraries/libapparmor/testsuite' make[1]: Leaving directory '/build/apparmor/src/apparmor-3.0.3-test/libraries/libapparmor/testsuite' make[1]: Entering directory '/build/apparmor/src/apparmor-3.0.3-test/libraries/libapparmor' make[1]: Nothing to be done for 'check-am'. make[1]: Leaving directory '/build/apparmor/src/apparmor-3.0.3-test/libraries/libapparmor' make: Leaving directory '/build/apparmor/src/apparmor-3.0.3-test/libraries/libapparmor' INFO: Running check binutils make: Entering directory '/build/apparmor/src/apparmor-3.0.3-test/binutils' LANG=C podchecker -warning -warning *.pod no tests atm aa-enabled.pod pod syntax OK. aa-exec.pod pod syntax OK. aa-features-abi.pod pod syntax OK. aa-status.pod pod syntax OK. make: Leaving directory '/build/apparmor/src/apparmor-3.0.3-test/binutils' INFO: Running check parser make: Entering directory '/build/apparmor/src/apparmor-3.0.3-test/parser' /usr/bin/which: no rpm in (/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl) LANG=C podchecker -warning -warning *.pod /usr/bin/make -C libapparmor_re CFLAGS="-march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -D_GNU_SOURCE -Wall -Wall -Wsign-compare -Wmissing-field-initializers -Wformat -Wformat-security -Wunused-parameter -Wimplicit-fallthrough -std=gnu++0x" make[1]: Entering directory '/build/apparmor/src/apparmor-3.0.3-test/parser/libapparmor_re' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/build/apparmor/src/apparmor-3.0.3-test/parser/libapparmor_re' g++ -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -D_GNU_SOURCE -Wall -Wall -Wsign-compare -Wmissing-field-initializers -Wformat -Wformat-security -Wunused-parameter -Wimplicit-fallthrough -std=gnu++0x -DHAVE_REALLOCARRAY=1 -DPACKAGE=\"apparmor-parser\" -DLOCALEDIR=\"/usr/share/locale\" -I../libraries/libapparmor/include -DUNIT_TEST -Wno-unused-result -o tst_regex parser_regex.c parser_common.o parser_include.o parser_interface.o parser_misc.o parser_merge.o parser_symtab.o parser_variable.o parser_policy.o parser_alias.o lib.o network.o mount.o dbus.o profile.o rule.o signal.o ptrace.o af_rule.o af_unix.o default_features.o libapparmor_re/libapparmor_re.a -static-libgcc -static-libstdc++ -L. -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -L../libraries/libapparmor/src/.libs -Wl,-Bstatic -lapparmor -Wl,-Bdynamic -lpthread g++ -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -D_GNU_SOURCE -Wall -Wall -Wsign-compare -Wmissing-field-initializers -Wformat -Wformat-security -Wunused-parameter -Wimplicit-fallthrough -std=gnu++0x -DHAVE_REALLOCARRAY=1 -DPACKAGE=\"apparmor-parser\" -DLOCALEDIR=\"/usr/share/locale\" -I../libraries/libapparmor/include -DUNIT_TEST -Wno-unused-result -o tst_misc parser_misc.c parser_common.o parser_include.o parser_interface.o parser_merge.o parser_symtab.o parser_regex.o parser_variable.o parser_policy.o parser_alias.o lib.o network.o mount.o dbus.o profile.o rule.o signal.o ptrace.o af_rule.o af_unix.o default_features.o libapparmor_re/libapparmor_re.a -static-libgcc -static-libstdc++ -L. -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -L../libraries/libapparmor/src/.libs -Wl,-Bstatic -lapparmor -Wl,-Bdynamic -lpthread g++ -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -D_GNU_SOURCE -Wall -Wall -Wsign-compare -Wmissing-field-initializers -Wformat -Wformat-security -Wunused-parameter -Wimplicit-fallthrough -std=gnu++0x -DHAVE_REALLOCARRAY=1 -DPACKAGE=\"apparmor-parser\" -DLOCALEDIR=\"/usr/share/locale\" -I../libraries/libapparmor/include -DUNIT_TEST -Wno-unused-result -o tst_symtab parser_symtab.c parser_common.o parser_include.o parser_interface.o parser_misc.o parser_merge.o parser_regex.o parser_variable.o parser_policy.o parser_alias.o lib.o network.o mount.o dbus.o profile.o rule.o signal.o ptrace.o af_rule.o af_unix.o default_features.o libapparmor_re/libapparmor_re.a -static-libgcc -static-libstdc++ -L. -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -L../libraries/libapparmor/src/.libs -Wl,-Bstatic -lapparmor -Wl,-Bdynamic -lpthread g++ -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -D_GNU_SOURCE -Wall -Wall -Wsign-compare -Wmissing-field-initializers -Wformat -Wformat-security -Wunused-parameter -Wimplicit-fallthrough -std=gnu++0x -DHAVE_REALLOCARRAY=1 -DPACKAGE=\"apparmor-parser\" -DLOCALEDIR=\"/usr/share/locale\" -I../libraries/libapparmor/include -DUNIT_TEST -Wno-unused-result -o tst_variable parser_variable.c parser_common.o parser_include.o parser_interface.o parser_misc.o parser_merge.o parser_symtab.o parser_regex.o parser_policy.o parser_alias.o lib.o network.o mount.o dbus.o profile.o rule.o signal.o ptrace.o af_rule.o af_unix.o default_features.o libapparmor_re/libapparmor_re.a -static-libgcc -static-libstdc++ -L. -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -L../libraries/libapparmor/src/.libs -Wl,-Bstatic -lapparmor -Wl,-Bdynamic -lpthread g++ -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -D_GNU_SOURCE -Wall -Wall -Wsign-compare -Wmissing-field-initializers -Wformat -Wformat-security -Wunused-parameter -Wimplicit-fallthrough -std=gnu++0x -DHAVE_REALLOCARRAY=1 -DPACKAGE=\"apparmor-parser\" -DLOCALEDIR=\"/usr/share/locale\" -I../libraries/libapparmor/include -DUNIT_TEST -Wno-unused-result -o tst_lib lib.c parser_common.o parser_include.o parser_interface.o parser_misc.o parser_merge.o parser_symtab.o parser_regex.o parser_variable.o parser_policy.o parser_alias.o network.o mount.o dbus.o profile.o rule.o signal.o ptrace.o af_rule.o af_unix.o default_features.o libapparmor_re/libapparmor_re.a -static-libgcc -static-libstdc++ -L. -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -L../libraries/libapparmor/src/.libs -Wl,-Bstatic -lapparmor -Wl,-Bdynamic -lpthread aa-teardown.pod pod syntax OK. apparmor.d.pod pod syntax OK. apparmor_parser.pod pod syntax OK. apparmor.pod pod syntax OK. apparmor_xattrs.pod pod syntax OK. *** running tst_regex parser_common.c: Regex error: trailing '\' escape character parser_common.c: Unable to parse input line '\' parser_common.c: Regex error: trailing '\' escape character parser_common.c: Unable to parse input line 'blort\' parser_common.c: Regex grouping error: Unclosed grouping or character class, expecting close } parser_common.c: Unable to parse input line '[blort' parser_common.c: Regex grouping error: Unclosed grouping or character class, expecting close } parser_common.c: Unable to parse input line 'b[lort' parser_common.c: Regex grouping error: Unclosed grouping or character class, expecting close } parser_common.c: Unable to parse input line 'blort[' parser_common.c: Regex grouping error: Invalid close ], no matching open [ detected parser_common.c: Unable to parse input line 'blort]' parser_common.c: Regex grouping error: Invalid close ], no matching open [ detected parser_common.c: Unable to parse input line 'blo]rt' parser_common.c: Regex grouping error: Invalid close ], no matching open [ detected parser_common.c: Unable to parse input line ']blort' parser_common.c: Regex grouping error: Invalid number of items between {} parser_common.c: Unable to parse input line '{beta}' parser_common.c: Regex grouping error: Unclosed grouping or character class, expecting close } parser_common.c: Unable to parse input line 'biz{beta' parser_common.c: Regex grouping error: Invalid number of items between {} parser_common.c: Regex grouping error: Invalid close }, no matching open { detected parser_common.c: Unable to parse input line 'biz}beta' parser_common.c: Regex grouping error: Unclosed grouping or character class, expecting close } parser_common.c: Unable to parse input line 'biz{be,ta' parser_common.c: Regex grouping error: Invalid number of items between {} parser_common.c: Regex grouping error: Invalid close }, no matching open { detected parser_common.c: Unable to parse input line 'biz,be}ta' parser_common.c: Regex grouping error: Invalid number of items between {} parser_common.c: Unable to parse input line 'biz{}beta' parser_common.c: Regex grouping error: Invalid number of items between {} parser_common.c: Unable to parse input line '{{alpha,blort,nested}beta}' parser_common.c: Regex grouping error: Exceeded maximum nesting of {} parser_common.c: Regex grouping error: Unclosed grouping or character class, expecting close } parser_common.c: Unable to parse input line '{a{a{a{a{a{a{a{a{a{a{a{a{a{a{a{a{a{a{a{a{a{a{a{a{a{a{a{a{a{a{a{a{a{a{a{a{a{a{a{a{a{a{a{a{a{a{a{a{a{a,b},b},b},b},b},b},b},b},b},b},b},b},b},b},b},b},b},b},b},b},b},b},b},b},b},b},b},b},b},b},b},b},b},b},b},b},b},b},b},b},b},b},b},b},b},b},b},b},b}b,blort}' parser_common.c: Regex grouping error: Unclosed grouping or character class, expecting close } parser_common.c: Unable to parse input line '\\[' parser_common.c: Regex grouping error: Invalid close ], no matching open [ detected parser_common.c: Unable to parse input line '\\]' parser_common.c: Regex grouping error: Unclosed grouping or character class, expecting close } parser_common.c: Unable to parse input line '\\{' parser_common.c: Regex grouping error: Invalid number of items between {} parser_common.c: Regex grouping error: Invalid close }, no matching open { detected parser_common.c: Unable to parse input line '\\}' *** running tst_misc *** running tst_symtab Variable not_a_set_variable is not a set variable Referenced variable not_a_set_variable is a boolean used in set context Variable @{recursive_1} is referenced recursively (by @{recursive_3}) Variable @{defined_var} references undefined variable @{undefined_var} 'test' is already defined Failed to find declaration for: no_such_variable 'abuse' is already defined 'stereopuff' is already defined Variable stereopuff is not a boolean variable @set_var_1 = "set_value@{set_var_2}" @set_var_1 = "set_valuesome other set_value" @set_var_1 = "set_value@{set_var_2}" $abuse = false @eek = "Mocking@{monopuff}bir@{stereopuff}d@{stereopuff}" @monopuff = "Mockingbird" $shenanigan = true @stereopuff = "/in/direction" "Fun to Steal" "Unsupervised" @test = "test value" @testing = "testing" $abuse = false @eek = "Mocking@{monopuff}bir@{stereopuff}d@{stereopuff}" @monopuff = "Mockingbird" $shenanigan = true @stereopuff = "/in/direction" "Fun to Steal" "Unsupervised" @test = "test value" @testing = "testing" $abuse = false @eek = "MockingMockingbirdbirUnsuperviseddUnsupervised" "MockingMockingbirdbirUnsuperviseddFun to Steal" "MockingMockingbirdbirUnsupervisedd/in/direction" "MockingMockingbirdbirFun to StealdUnsupervised" "MockingMockingbirdbirFun to StealdFun to Steal" "MockingMockingbirdbirFun to Steald/in/direction" "MockingMockingbirdbir/in/directiondUnsupervised" "MockingMockingbirdbir/in/directiondFun to Steal" "MockingMockingbirdbir/in/directiond/in/direction" @monopuff = "Mockingbird" $shenanigan = true @stereopuff = "Unsupervised" "Fun to Steal" "/in/direction" @test = "test value" @testing = "testing" *** running tst_variable *** running tst_lib make[1]: Entering directory '/build/apparmor/src/apparmor-3.0.3-test/parser/tst' Minimize profiles basic perms Equality Tests: ok Minimize profiles audit perms ok Minimize profiles deny perms .ok Minimize profiles audit deny perms ok Minimize profiles xtrans ok Minimize profiles audit xtrans ...ok Minimize profiles deny xtrans s.ok Minimize profiles audit deny xtrans ..ok ....... ---------------------------------------------------------------------- Ran 7 tests in 0.608s OK .s.....s.......sGenerated 24964 xtransition interaction tests ......s....Generated 45132 dbus tests ........................................................................s......s.........................................................................................................................s....s............................ ---------------------------------------------------------------------- Ran 66 tests in 52.211s OK (skipped=9) ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... PASS simple.pl .. not ok 11 - TODO: ./simple_tests//abi/ok_10.sd: abi testing - abi path quotes in <> with spaces # TODO Disabled testcase. not ok 12 - TODO: ./simple_tests//abi/ok_11.sd: abi testing - abi path quotes in <> with spaces # TODO Disabled testcase. not ok 13 - TODO: ./simple_tests//abi/ok_12.sd: abi testing - abi path quotes in <> with spaces # TODO Disabled testcase. not ok 123 - TODO: ./simple_tests//change_hat/old_style1.sd: Simple test of old-style hats # TODO Disabled testcase. not ok 124 - TODO: ./simple_tests//change_hat/old_style2.sd: Simple test of old-style hats # TODO Disabled testcase. not ok 125 - TODO: ./simple_tests//change_hat/old_style3.sd: Simple test of old-style hats # TODO Disabled testcase. not ok 720 - TODO: ./simple_tests//file/ok_bare_1.sd: bare file rule # TODO Unfixed testcase. not ok 71022 - TODO: ./simple_tests//mount/bad_opt_27.sd: basic rule not allow unparen'ed fstypes # TODO Unfixed testcase. not ok 71531 - TODO: ./simple_tests//vars/vars_profile_name_07.sd: profiles declared with the profile keyword can begin with var # TODO Unfixed testcase. not ok 71532 - TODO: ./simple_tests//vars/vars_profile_name_08.sd: profiles declared with the profile keyword can begin with var # TODO Unfixed testcase. not ok 71536 - TODO: ./simple_tests//vars/vars_profile_name_12.sd: profiles declared with the profile keyword can expand var and have var attachment # TODO Unfixed testcase. not ok 71537 - TODO: ./simple_tests//vars/vars_profile_name_13.sd: reference variables that are the profile name and attachment # TODO Unfixed testcase. not ok 71539 - TODO: ./simple_tests//vars/vars_profile_name_15.sd: profiles declared with the profile keyword can begin with var # TODO Unfixed testcase. not ok 71546 - TODO: ./simple_tests//vars/vars_profile_name_22.sd: all attachment expansions must start with / # TODO Unfixed testcase. ok All tests successful. Files=1, Tests=71684, 3791 wallclock secs (36.06 usr 0.70 sys + 3280.88 cusr 521.18 csys = 3838.82 CPU) Result: PASS make[1]: Leaving directory '/build/apparmor/src/apparmor-3.0.3-test/parser/tst' make: Leaving directory '/build/apparmor/src/apparmor-3.0.3-test/parser' INFO: Running check-abstractions.d profiles make: Entering directory '/build/apparmor/src/apparmor-3.0.3-test/profiles' *** Checking if all abstractions (with a few exceptions) contain include if exists make: Leaving directory '/build/apparmor/src/apparmor-3.0.3-test/profiles' INFO: Running check-parser profiles make: Entering directory '/build/apparmor/src/apparmor-3.0.3-test/profiles' for profile in ./apparmor.d/bin.ping ./apparmor.d/lsb_release ./apparmor.d/nvidia_modprobe ./apparmor.d/php-fpm ./apparmor.d/sbin.klogd ./apparmor.d/sbin.syslogd ./apparmor.d/sbin.syslog-ng ./apparmor.d/usr.lib.apache2.mpm-prefork.apache2 ./apparmor.d/usr.lib.dovecot.anvil ./apparmor.d/usr.lib.dovecot.auth ./apparmor.d/usr.lib.dovecot.config ./apparmor.d/usr.lib.dovecot.deliver ./apparmor.d/usr.lib.dovecot.dict ./apparmor.d/usr.lib.dovecot.dovecot-auth ./apparmor.d/usr.lib.dovecot.dovecot-lda ./apparmor.d/usr.lib.dovecot.imap ./apparmor.d/usr.lib.dovecot.imap-login ./apparmor.d/usr.lib.dovecot.lmtp ./apparmor.d/usr.lib.dovecot.log ./apparmor.d/usr.lib.dovecot.managesieve ./apparmor.d/usr.lib.dovecot.managesieve-login ./apparmor.d/usr.lib.dovecot.pop3 ./apparmor.d/usr.lib.dovecot.pop3-login ./apparmor.d/usr.lib.dovecot.script-login ./apparmor.d/usr.lib.dovecot.ssl-params ./apparmor.d/usr.lib.dovecot.stats ./apparmor.d/usr.sbin.apache2 ./apparmor.d/usr.sbin.avahi-daemon ./apparmor.d/usr.sbin.dnsmasq ./apparmor.d/usr.sbin.dovecot ./apparmor.d/usr.sbin.identd ./apparmor.d/usr.sbin.mdnsd ./apparmor.d/usr.sbin.nmbd ./apparmor.d/usr.sbin.nscd ./apparmor.d/usr.sbin.ntpd ./apparmor.d/usr.sbin.smbd ./apparmor.d/usr.sbin.smbldap-useradd ./apparmor.d/usr.sbin.traceroute ./apparmor.d/usr.sbin.winbindd; do \ fn=$(basename $profile); \ echo "# Site-specific additions and overrides for '$fn'" > ./apparmor.d/local/$fn; \ grep "include[[:space:]]\\+if[[:space:]]\\+exists[[:space:]]\\+" "$profile" >/dev/null || { echo "$profile doesn't contain include if exists " ; exit 1; } ; \ done; \ *** Checking profiles from ./apparmor.d and ./apparmor/profiles/extras/ against apparmor_parser Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) *** Checking abstractions from ./apparmor.d/abstractions against apparmor_parser Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.) make: Leaving directory '/build/apparmor/src/apparmor-3.0.3-test/profiles' INFO: Running check utils make: Entering directory '/build/apparmor/src/apparmor-3.0.3-test/utils' LANG=C podchecker -warning -warning *.pod Checking aa-easyprof Checking aa-genprof Checking aa-logprof Checking aa-cleanprof Checking aa-mergeprof Checking aa-autodep Checking aa-audit Checking aa-complain Checking aa-enforce Checking aa-disable Checking aa-notify Checking aa-unconfined Checking apparmor Checking test/common_test.py Checking test/minitools_test.py Checking test/test-aa-cli-bootstrap.py Checking test/test-aa-decode.py Checking test/test-aa-easyprof.py Checking test/test-aa-notify.py Checking test/test-aa.py Checking test/test-aare.py Checking test/test-abi.py Checking test/test-alias.py Checking test/test-baserule.py Checking test/test-capability.py Checking test/test-change_profile.py Checking test/test-common.py Checking test/test-config.py Checking test/test-dbus.py aa-audit.pod pod syntax OK. aa-autodep.pod pod syntax OK. Checking test/test-example.py aa-cleanprof.pod pod syntax OK. aa-complain.pod pod syntax OK. aa-decode.pod pod syntax OK. Checking test/test-file.py aa-disable.pod pod syntax OK. Checking test/test-include.py aa-easyprof.pod pod syntax OK. Checking test/test-libapparmor-test_multi.py aa-enforce.pod pod syntax OK. aa-genprof.pod pod syntax OK. Checking test/test-logparser.py aa-logprof.pod pod syntax OK. Checking test/test-mount_parse.py aa-mergeprof.pod pod syntax OK. aa-notify.pod pod syntax OK. Checking test/test-network.py aa-remove-unknown.pod pod syntax OK. Checking test/test-parser-simple-tests.py aa-sandbox.pod pod syntax OK. aa-unconfined.pod pod syntax OK. Checking test/test-pivot_root_parse.py logprof.conf.pod pod syntax OK. Checking test/test-profile-list.py Checking test/test-profile-storage.py Checking test/test-ptrace.py Checking test/test-regex_matches.py Checking test/test-rlimit.py Checking test/test-severity.py Checking test/test-signal.py Checking test/test-translations.py Checking test/test-unix_parse.py Checking test/test-variable.py make[1]: Entering directory '/build/apparmor/src/apparmor-3.0.3-test/utils/test' === test-aa-cli-bootstrap.py === ..... ---------------------------------------------------------------------- Ran 5 tests in 0.928s OK === test-aa-decode.py === .......... ---------------------------------------------------------------------- Ran 10 tests in 6.681s OK === test-aa-easyprof.py === ...................................................................................................................................WARN: Manifest definition is potentially unsafe found 'user-tmp' abstraction ..WARN: Manifest definition is potentially unsafe profile_name 'bin/*' ..WARN: Manifest definition is potentially unsafe @{VAR1}=f*o WARN: Manifest definition is potentially unsafe @{VAR2}=*foo WARN: Manifest definition is potentially unsafe @{VAR3}=fo* WARN: Manifest definition is potentially unsafe @{VAR4}=b{ar WARN: Manifest definition is potentially unsafe @{VAR5}=b{a,r} WARN: Manifest definition is potentially unsafe @{VAR6}=b}ar WARN: Manifest definition is potentially unsafe @{VAR7}=bar[0-9] WARN: Manifest definition is potentially unsafe @{VAR8}=b{ar WARN: Manifest definition is potentially unsafe @{VAR9}=foo/bar .. ---------------------------------------------------------------------- Ran 137 tests in 16.863s OK # vim:syntax=apparmor # test-template # AppArmor policy for foo # ###AUTHOR### # ###COPYRIGHT### # ###COMMENT### #include # No template variables specified "/opt/bin/foo" { #include # No abstractions specified # No policy groups specified # No read paths specified # No write paths specified bzzzt === test-aa-notify.py === Fsss ====================================================================== FAIL: test_entries_since_100_days (__main__.AANotifyTest) Test showing log entries since 100 days ---------------------------------------------------------------------- Traceback (most recent call last): File "/build/apparmor/src/apparmor-3.0.3-test/utils/test/test-aa-notify.py", line 155, in test_entries_since_100_days self.assertEqual(expected_return_code, return_code, result + output) AssertionError: 0 != 1 : Got return code 1, expected 0 Traceback (most recent call last): File "/build/apparmor/src/apparmor-3.0.3-test/utils/test/../aa-notify", line 38, in import notify2 ModuleNotFoundError: No module named 'notify2' ---------------------------------------------------------------------- Ran 4 tests in 0.310s FAILED (failures=1, skipped=3) make[1]: *** [Makefile:82: check] Error 1 make[1]: Leaving directory '/build/apparmor/src/apparmor-3.0.3-test/utils/test' make: *** [Makefile:103: check] Error 2 make: Leaving directory '/build/apparmor/src/apparmor-3.0.3-test/utils' ==> ERROR: A failure occurred in check().  Aborting...