From owner-freebsd-arm@freebsd.org Sat Feb 20 07:19:13 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6BDEBAAFDBE for ; Sat, 20 Feb 2016 07:19:13 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: from asp.reflexion.net (outbound-mail-211-151.reflexion.net [208.70.211.151]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3119F1067 for ; Sat, 20 Feb 2016 07:19:12 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: (qmail 22761 invoked from network); 20 Feb 2016 07:19:26 -0000 Received: from unknown (HELO mail-cs-01.app.dca.reflexion.local) (10.81.19.1) by 0 (rfx-qmail) with SMTP; 20 Feb 2016 07:19:26 -0000 Received: by mail-cs-01.app.dca.reflexion.local (Reflexion email security v7.80.0) with SMTP; Sat, 20 Feb 2016 02:19:22 -0500 (EST) Received: (qmail 32043 invoked from network); 20 Feb 2016 07:19:22 -0000 Received: from unknown (HELO iron2.pdx.net) (69.64.224.71) by 0 (rfx-qmail) with SMTP; 20 Feb 2016 07:19:22 -0000 X-No-Relay: not in my network Received: from [192.168.1.8] (c-76-115-7-162.hsd1.or.comcast.net [76.115.7.162]) by iron2.pdx.net (Postfix) with ESMTPSA id 000081C405F for ; Fri, 19 Feb 2016 23:19:03 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Subject: What "kyua test -k /usr/tests/Kyuafile" reported on arm (rpi2) under FreeBSD projects/clang380-import -r295601 (before crashing) From: Mark Millard In-Reply-To: <22107DF0-2569-48B0-B0AC-DC0E55CB1EFF@dsl-only.net> Date: Fri, 19 Feb 2016 23:19:10 -0800 Content-Transfer-Encoding: quoted-printable Message-Id: References: <22107DF0-2569-48B0-B0AC-DC0E55CB1EFF@dsl-only.net> To: freebsd-arm X-Mailer: Apple Mail (2.2104) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Feb 2016 07:19:13 -0000 The rpi2 was too slow for 4 of the tests "kyua test -k = /usr/tests/Kyuafile" tried before it crashed: > sys/geom/class/eli/integrity_copy_test:main -> broken: Test case = timed out [1200.079s] > sys/geom/class/eli/integrity_data_test:main -> broken: Test case = timed out [600.049s] > sys/geom/class/eli/integrity_hmac_test:main -> broken: Test case = timed out [600.028s] . . . > sys/geom/class/eli/onetime_a_test:main -> broken: Test case timed = out [600.006s] This was with an external SSD in use as the file system --so faster than = normal. On item probably barely managed to finish in time: > sys/geom/class/eli/init_a_test:main -> passed [1153.373s] The "failed : ? of ? tests failed" notices were: > lib/msun/conj_test:main -> failed: 9 of 42 tests failed [0.022s] . . . > sys/geom/class/eli/resize_test:main -> failed: 15 of 27 tests failed = [1.546s] . . . > usr.bin/lastcomm/legacy_test:main -> failed: 4 of 6 tests failed = [0.132s] . . . > usr.sbin/sa/legacy_test:main -> failed: 12 of 13 tests failed = [0.329s] The non-expected failure reports were: > lib/libc/c063/fstatat_test:fstatat_fd -> failed: = /usr/src/contrib/netbsd-tests/lib/libc/c063/t_fstatat.c:74: memcmp(&st1, = &st2, sizeof(st1)) =3D=3D 0 not met [0.019s] > lib/libc/stdio/printbasic_test:int_within_limits -> broken: Test = result contains multiple lines: failed: printf("%tu", (size_t)-1) =3D=3D> = [18446744073709551615], expected [4294967295]<> [0.017s] > lib/libc/stdio/scanfloat_test:infinities_and_nans -> failed: = /usr/src/lib/libc/tests/stdio/scanfloat_test.c:191: = fetestexcept(FE_INVALID) =3D=3D 0 not met [0.020s] > lib/libc/sys/mincore_test:mincore_resid -> failed: = /usr/src/contrib/netbsd-tests/lib/libc/sys/t_mincore.c:225: = check_residency(addr, npgs) =3D=3D 0 not met [0.021s] > lib/libc/sys/mincore_test:mincore_shmseg -> failed: = /usr/src/contrib/netbsd-tests/lib/libc/sys/t_mincore.c:298: = check_residency(addr, npgs) =3D=3D 0 not met [0.018s] > lib/libc/tls/tls_dynamic_test:t_tls_dynamic -> failed: 15 checks = failed; see output for more details [0.024s] > lib/libc/ssp/ssp_test:fgets -> failed: Test case body returned a = non-ok exit code, but this is not allowed [0.141s] > lib/libc/ssp/ssp_test:gets -> failed: Test case body returned a = non-ok exit code, but this is not allowed [0.130s] > lib/libc/ssp/ssp_test:memcpy -> failed: atf-check failed; see the = output of the test for details [0.129s] > lib/libc/ssp/ssp_test:memmove -> failed: atf-check failed; see the = output of the test for details [0.127s] > lib/libc/ssp/ssp_test:memset -> failed: atf-check failed; see the = output of the test for details [0.127s] > lib/libc/ssp/ssp_test:read -> failed: Test case body returned a = non-ok exit code, but this is not allowed [0.131s] > lib/libc/ssp/ssp_test:readlink -> failed: atf-check failed; see the = output of the test for details [0.139s] > lib/libc/ssp/ssp_test:snprintf -> failed: atf-check failed; see the = output of the test for details [0.129s] > lib/libc/ssp/ssp_test:sprintf -> failed: atf-check failed; see the = output of the test for details [0.122s] > lib/libc/ssp/ssp_test:stpcpy -> failed: atf-check failed; see the = output of the test for details [0.129s] > 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:strcat -> failed: atf-check failed; see the = output of the test for details [0.131s] > lib/libc/ssp/ssp_test:strcpy -> failed: atf-check failed; see the = output of the test for details [0.124s] > lib/libc/ssp/ssp_test:strncat -> failed: atf-check failed; see the = output of the test for details [0.123s] > lib/libc/ssp/ssp_test:strncpy -> failed: atf-check failed; see the = output of the test for details [0.125s] > lib/libc/ssp/ssp_test:vsnprintf -> failed: atf-check failed; see the = output of the test for details [0.128s] > lib/libc/ssp/ssp_test:vsprintf -> failed: atf-check failed; see the = output of the test for details [0.129s] > lib/libproc/proc_test:symbol_lookup -> failed: = /usr/src/lib/libproc/tests/proc_test.c:116: state !=3D PS_STOP: process = has state 4 [0.171s] > lib/libxo/functional_test:test_02__E -> failed: atf-check failed; = see the output of the test for details [0.151s] > lib/libxo/functional_test:test_02__H -> failed: atf-check failed; = see the output of the test for details [0.142s] > lib/libxo/functional_test:test_02__HIPx -> failed: atf-check failed; = see the output of the test for details [0.144s] > lib/libxo/functional_test:test_02__HP -> failed: atf-check failed; = see the output of the test for details [0.144s] > lib/libxo/functional_test:test_02__J -> failed: atf-check failed; = see the output of the test for details [0.143s] > lib/libxo/functional_test:test_02__JP -> failed: atf-check failed; = see the output of the test for details [0.149s] > lib/libxo/functional_test:test_02__T -> failed: atf-check failed; = see the output of the test for details [0.143s] > lib/libxo/functional_test:test_02__X -> failed: atf-check failed; = see the output of the test for details [0.140s] > lib/libxo/functional_test:test_02__XP -> failed: atf-check failed; = see the output of the test for details [0.144s] > lib/msun/ldexp_test:ldexp_denormal -> failed: 4 checks failed; see = output for more details [0.019s] > sbin/growfs/legacy_test:main -> broken: TAP test program yielded = invalid data: Load of '/tmp/kyua.lCBb55/3155/stdout.txt' failed: = Reported plan differs from actual executed tests [0.480s] Unfortunately the "kyua test" Bus Error crash left "kyua report" not = working so the above is all the evidence that I have at this point. > # kyua report --results-file=3D/usr/tests > kyua: E: Invalid metadata schema: attempt to write a readonly database = (sqlite op: sqlite3_prepare_v2) (sqlite db: = /root/.kyua/store/results.usr_tests.20160220-020457-015507.db). > -target ${TO_TYPE}--freebsd${VERSION_CONTEXT}-gnueabi -march=3Darmv7-a = -mcpu=3Dcortex-a7 -mfloat-abi=3Dsoftfp -mno-unaligned-access was in use for everything from buidlworld/buildkernel through building = kyua via portmaster. That last used: > # more /etc/make.conf=20 > DEFAULT_VERSIONS+=3Dperl5=3D5.22 > WRKDIRPREFIX=3D/usr/obj/portswork > WITH_DEBUG=3D > WITH_DEBUG_FILES=3D > MALLOC_PRODUCTION=3D > TO_TYPE=3Darmv6 > TOOLS_TO_TYPE=3Darm-gnueabi > VERSION_CONTEXT=3D11.0 > CFLAGS+=3D-target ${TO_TYPE}--freebsd${VERSION_CONTEXT}-gnueabi = -march=3Darmv7-a -mcpu=3Dcortex-a7 -mfloat-abi=3Dsoftfp = -mno-unaligned-access > # freebsd-version -ku; uname -aKU > 11.0-CURRENT > 11.0-CURRENT > FreeBSD rpi2 11.0-CURRENT FreeBSD 11.0-CURRENT #16 r295601M: Sun Feb = 14 01:28:43 PST 2016 = markmi@FreeBSDx64:/usr/obj/clang/arm.armv6/usr/src/sys/RPI2-NODBG arm = 1100097 1100097 =3D=3D=3D Mark Millard markmi at dsl-only.net