sys/arm/conf/GENERIC lacks "options AUDIT", explaining 400+ kyua error reports for the OrangePi+2E; retry with options AUDIT based kernel

Mark Millard marklmi at yahoo.com
Sat Jan 11 23:47:11 UTC 2020


sys/arm/conf/GENERIC does not have "options AUDIT", something
not noted by:

https://www.freebsd.org/doc/handbook/audit-config.html

(I'm not saying that armv7 or v6 should have AUDIT in
GENERIC by default. But that web page does not note
any GENERIC's that exclude it, explicitly reading like
all include it.)

So I've added "options AUDIT" to my indirect use of
sys/arm/conf/GENERIC (that turns it into a non-debug
kernel) and I tried another full kyua pass.


CortexA7 OrangePi+2E, world/kernel built with -mcpu=cortex-a7 :

===> Summary
Results read from /root/.kyua/store/results.usr_tests.20200111-220358-102585.db
Test cases: 7751 total, 284 skipped, 39 expected failures, 115 broken, 42 failed
Total time: 4368.612s

===> Failed tests
lib/libc/db/db_test:btree_byteswap_unaligned_access_skbd  ->  failed: atf-check failed; see the output of the test for details  [1.330s]
lib/libc/db/db_test:btree_known_byte_order  ->  failed: atf-check failed; see the output of the test for details  [1.195s]
lib/libc/gen/posix_spawn/spawn_test:t_spawn_missing  ->  failed: /usr/src/contrib/netbsd-tests/lib/libc/gen/posix_spawn/t_spawn.c:112: expected error 2, got 0 when spawning /usr/tests/lib/libc/gen/posix_spawn/h_nonexist  [0.014s]
lib/libc/gen/posix_spawn/spawn_test:t_spawn_nonexec  ->  failed: /usr/src/contrib/netbsd-tests/lib/libc/gen/posix_spawn/t_spawn.c:132: expected error 2, got 0 when spawning /usr/tests/lib/libc/gen/posix_spawn/h_nonexec  [0.017s]
lib/libc/gen/posix_spawn/spawn_test:t_spawn_zero  ->  failed: /usr/src/contrib/netbsd-tests/lib/libc/gen/posix_spawn/t_spawn.c:92: expected error 8, got 0 when spawning /usr/tests/lib/libc/gen/posix_spawn/h_zero  [0.017s]
lib/libc/ssp/ssp_test:fgets  ->  failed: Test case body returned a non-ok exit code, but this is not allowed  [0.131s]
lib/libc/ssp/ssp_test:gets  ->  failed: Test case body returned a non-ok exit code, but this is not allowed  [0.132s]
lib/libc/ssp/ssp_test:memcpy  ->  failed: atf-check failed; see the output of the test for details  [0.124s]
lib/libc/ssp/ssp_test:memmove  ->  failed: atf-check failed; see the output of the test for details  [0.124s]
lib/libc/ssp/ssp_test:memset  ->  failed: atf-check failed; see the output of the test for details  [0.122s]
lib/libc/ssp/ssp_test:read  ->  failed: Test case body returned a non-ok exit code, but this is not allowed  [0.146s]
lib/libc/ssp/ssp_test:readlink  ->  failed: atf-check failed; see the output of the test for details  [0.133s]
lib/libc/ssp/ssp_test:snprintf  ->  failed: atf-check failed; see the output of the test for details  [0.124s]
lib/libc/ssp/ssp_test:sprintf  ->  failed: atf-check failed; see the output of the test for details  [0.124s]
lib/libc/ssp/ssp_test:stpcpy  ->  failed: atf-check failed; see the output of the test for details  [0.123s]
lib/libc/ssp/ssp_test:stpncpy  ->  failed: atf-check failed; see the output of the test for details  [0.124s]
lib/libc/ssp/ssp_test:strcpy  ->  failed: atf-check failed; see the output of the test for details  [0.123s]
lib/libc/ssp/ssp_test:strncat  ->  failed: atf-check failed; see the output of the test for details  [0.124s]
lib/libc/ssp/ssp_test:strncpy  ->  failed: atf-check failed; see the output of the test for details  [0.124s]
lib/libc/ssp/ssp_test:vsnprintf  ->  failed: atf-check failed; see the output of the test for details  [0.123s]
lib/libc/ssp/ssp_test:vsprintf  ->  failed: atf-check failed; see the output of the test for details  [0.124s]
lib/libc/stdio/scanfloat_test:infinities_and_nans  ->  failed: /usr/src/lib/libc/tests/stdio/scanfloat_test.c:191: fetestexcept(FE_INVALID) == 0 not met  [0.014s]
lib/libc/sys/mincore_test:mincore_resid  ->  failed: /usr/src/contrib/netbsd-tests/lib/libc/sys/t_mincore.c:229: check_residency(addr, npgs) == 0 not met  [0.017s]
lib/libc/sys/mincore_test:mincore_shmseg  ->  failed: /usr/src/contrib/netbsd-tests/lib/libc/sys/t_mincore.c:303: check_residency(addr, npgs) == 0 not met  [0.013s]
lib/libproc/proc_test:symbol_lookup  ->  failed: /usr/src/lib/libproc/tests/proc_test.c:116: state != PS_STOP: process has state 4  [0.353s]
lib/msun/conj_test:main  ->  failed: 9 of 42 tests failed  [0.017s]
lib/msun/ctrig_test:test_inf_inputs  ->  failed: 1 checks failed; see output for more details  [0.015s]
lib/msun/ctrig_test:test_nan_inputs  ->  failed: 168 checks failed; see output for more details  [0.026s]
lib/msun/ldexp_test:ldexp_denormal  ->  failed: 10 checks failed; see output for more details  [0.016s]
lib/msun/trig_test:special  ->  failed: 9 checks failed; see output for more details  [0.015s]
local/atf/atf-c++/pkg_config_test:build  ->  failed: atf-check failed; see the output of the test for details  [10.635s]
sys/kern/acct/acct_test:encode_tv_random_million  ->  failed: 2339 checks failed; see output for more details  [0.394s]
usr.bin/indent/functional_test:nsac  ->  failed: atf-check failed; see the output of the test for details  [0.173s]
usr.bin/indent/functional_test:sac  ->  failed: atf-check failed; see the output of the test for details  [0.172s]
usr.bin/xo/functional_test:xo_01__H  ->  failed: atf-check failed; see the output of the test for details  [0.269s]
usr.bin/xo/functional_test:xo_01__HIPx  ->  failed: atf-check failed; see the output of the test for details  [0.256s]
usr.bin/xo/functional_test:xo_01__HP  ->  failed: atf-check failed; see the output of the test for details  [0.256s]
usr.bin/xo/functional_test:xo_01__J  ->  failed: atf-check failed; see the output of the test for details  [0.255s]
usr.bin/xo/functional_test:xo_01__JP  ->  failed: atf-check failed; see the output of the test for details  [0.255s]
usr.bin/xo/functional_test:xo_01__T  ->  failed: atf-check failed; see the output of the test for details  [0.254s]
usr.bin/xo/functional_test:xo_01__X  ->  failed: atf-check failed; see the output of the test for details  [0.254s]
usr.bin/xo/functional_test:xo_01__XP  ->  failed: atf-check failed; see the output of the test for details  [0.255s]

===> Broken tests
lib/msun/cexp_test:main  ->  broken: Received signal 6  [1.069s]
lib/msun/exponential_test:main  ->  broken: Received signal 6  [1.051s]
lib/msun/fenv_test:main  ->  broken: Received signal 6  [1.332s]
lib/msun/fma_test:main  ->  broken: Received signal 6  [1.070s]
lib/msun/invctrig_test:main  ->  broken: Received signal 6  [1.278s]
lib/msun/invtrig_test:main  ->  broken: Received signal 6  [1.259s]
lib/msun/logarithm_test:main  ->  broken: Received signal 6  [1.266s]
lib/msun/lrint_test:main  ->  broken: Received signal 6  [1.061s]
lib/msun/nearbyint_test:main  ->  broken: Received signal 6  [8.926s]
lib/msun/rem_test:main  ->  broken: Received signal 6  [1.035s]
sys/capsicum/capsicum-test:main  ->  broken: Received signal 6  [38.766s]
sys/cddl/zfs/include/libtest_test:__test_cases_list__  ->  broken: Test program did not exit cleanly  [0.007s]
. . . (zfs not listed here) . . .



===
Mark Millard
marklmi at yahoo.com
( dsl-only.net went
away in early 2018-Mar)



More information about the freebsd-arm mailing list