[rtems-test] riscv32/rv32iac: RTEMS_POSIX_API: Passed:550 Failed:18 Timeout:3 Invalid:0 Wrong:0

joel at rtems.org joel at rtems.org
Wed Aug 7 22:35:38 UTC 2019


Testing time     : 0:05:29.536842
Average test time: 0:00:00.569148

Host
====
Linux-3.10.0-862.11.6.el7.x86_64-x86_64-with-centos-7.6.1810-Core (Linux rtbf64c.rtems.com 3.10.0-862.11.6.el7.x86_64 #1 SMP Tue Aug 14 21:49:04 UTC 2018 x86_64 x86_64)

Configuration
=============
Version: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
Build  : RTEMS_POSIX_API
Tools  : 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)

Summary
=======

Passed:        550
Failed:         18
User Input:      5
Expected Fail:   0
Indeterminate:   0
Benchmark:       3
Timeout:         3
Invalid:         0
Wrong Version:   0
Wrong Build:     0
Wrong Tools:     0
------------------
Total:         579

Failures:
 mrfs_fserror.exe
 flashdisk01.exe
 malloctest.exe
 psxinttypes01.exe
 psxmsgq01.exe
 sp19.exe
 spconfig02.exe
 spintrcritical01.exe
 spintrcritical02.exe
 spintrcritical03.exe
 spintrcritical04.exe
 spintrcritical05.exe
 spintrcritical10.exe
 spintrcritical16.exe
 spintrcritical21.exe
 spintrcritical22.exe
 spintrcritical23.exe
 spsysinit01.exe
User Input:
 monitor.exe
 termios.exe
 top.exe
 capture.exe
 fileio.exe
Benchmark:
 linpack.exe
 dhrystone.exe
 whetstone.exe
Timeouts:
 crypt01.exe
 spintrcritical07.exe
 spintrcritical15.exe
Log
===

RTEMS Testing - Tester, 5 (f9e121688da5)
 Command Line: /home/joel/rtems-work/rtems-tools//tester/rtems-test --rtems-tools=/home/joel/rtems-work/tools/5 --rtems-bsp=rv32iac_spike --log=run.log --mail --mail-from=joel at rtems.org --mail-to=build at rtems.org .
 Host: Linux rtbf64c.rtems.com 3.10.0-862.11.6.el7.x86_64 #1 SMP Tue Aug 14 21:49:04 UTC 2018 x86_64
 Python: 3.6.8 (default, Apr 25 2019, 21:02:35) [GCC 4.8.5 20150623 (Red Hat 4.8.5-36)]
Host: Linux-3.10.0-862.11.6.el7.x86_64-x86_64-with-centos-7.6.1810-Core (Linux rtbf64c.rtems.com 3.10.0-862.11.6.el7.x86_64 #1 SMP Tue Aug 14 21:49:04 UTC 2018 x86_64 x86_64)
[  1/579] p:0   f:0   u:0   e:0   I:0   B:0   t:0   i:0   W:0   | riscv32/rv32iac: dhrystone.exe
 <<skipping passes>>
[  5/579] p:0   f:0   u:0   e:0   I:0   B:0   t:0   i:0   W:0   | riscv32/rv32iac: fsclose01.exe
error: spike.cfg:58: execute failed: spike --isa=RV32IAC ./riscv-rtems5/c/rv32iac/testsuites/fstests/mrfs_fserror.exe: exit-code:255
[  6/579] p:0   f:0   u:0   e:0   I:0   B:0   t:0   i:0   W:0   | riscv32/rv32iac: fsdosfsformat01.exe
 <<skipping passes>>
[ 51/579] p:39  f:0   u:0   e:0   I:0   B:3   t:0   i:0   W:0   | riscv32/rv32iac: mrfs_fserror.exe
Result: failed     Time: 0:00:01.024744 mrfs_fserror.exe
=>  run: spike --isa=RV32IAC ./riscv-rtems5/c/rv32iac/testsuites/fstests/mrfs_fserror.exe
] 
] 
=>  test start: FSERROR RFS
] *** BEGIN OF TEST FSERROR RFS ***
] *** TEST VERSION: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] *** TEST STATE: EXPECTED-PASS
] *** TEST BUILD: RTEMS_POSIX_API
] *** TEST TOOLS: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] Initializing filesystem RFS
] Testing open       with arguments: "name01, O_CREAT | O_EXCL" EXPECT "EEXIST"
] PASS
] Testing mkdir      with arguments: "name01, mode"       EXPECT "EEXIST"
] PASS
] Testing open       with arguments: "name02, O_WRONLY"   EXPECT "EISDIR"
] PASS
] Testing open       with arguments: "name02, O_RDWR"     EXPECT "EISDIR"
] PASS
] Testing open       with arguments: "name, O_WRONLY"     EXPECT "ENOENT"
] PASS
] Testing open       with arguments: "\"\", O_WRONLY"     EXPECT "ENOENT"
] PASS
] Testing open       with arguments: "name03, O_WRONLY"   EXPECT "ENOENT"
] PASS
] Testing mkdir      with arguments: "name, mode"         EXPECT "ENOENT"
] PASS
] Testing mkdir      with arguments: "\"\", mode"         EXPECT "ENOENT"
] PASS
] Testing open       with arguments: "name, O_WRONLY"     EXPECT "ENOTDIR"
] PASS
] Testing mkdir      with arguments: "name, mode"         EXPECT "ENOTDIR"
] PASS
] Testing close      with arguments: "-1"                 EXPECT "EBADF"
] PASS
] Testing close      with arguments: "100"                EXPECT "EBADF"
] PASS
] Testing rename     with arguments: "name01, name"       EXPECT "EINVAL"
] FAIL   ../../../../../../rtems/c/src/../../testsuites/fstests/fserror/test.c: 159 
] Testing rename     with arguments: "name03, name02"     EXPECT "EISDIR"
] FAIL   ../../../../../../rtems/c/src/../../testsuites/fstests/fserror/test.c: 167 
] Testing rename     with arguments: "nonexistence, name01" EXPECT "ENOENT"
] FAIL   ../../../../../../rtems/c/src/../../testsuites/fstests/fserror/test.c: 174 
] Testing rename     with arguments: "\"\", name01"       EXPECT "ENOENT"
] FAIL   ../../../../../../rtems/c/src/../../testsuites/fstests/fserror/test.c: 175 
] Testing rename     with arguments: "name01, \"\""       EXPECT "ENOENT"
] PASS
] Testing rename     with arguments: "name, name03"       EXPECT "ENOTDIR"
] FAIL   ../../../../../../rtems/c/src/../../testsuites/fstests/fserror/test.c: 185 
] Testing rename     with arguments: "name03, name"       EXPECT "ENOTDIR"
] PASS
] Testing rename     with arguments: "name02, name03"     EXPECT "ENOTDIR"
] terminate called after throwing an instance of 'trap_load_access_fault'
[ 52/579] p:39  f:0   u:0   e:0   I:0   B:3   t:0   i:0   W:0   | riscv32/rv32iac: mrfs_fsfpathconf.exe
 <<skipping passes>>
[ 66/579] p:50  f:1   u:0   e:0   I:0   B:3   t:0   i:0   W:0   | riscv32/rv32iac: block07.exe
error: spike.cfg:58: execute failed: spike --isa=RV32IAC ./riscv-rtems5/c/rv32iac/testsuites/libtests/flashdisk01.exe: exit-code:45
error: spike.cfg:58: execute failed: spike --isa=RV32IAC ./riscv-rtems5/c/rv32iac/testsuites/libtests/malloctest.exe: exit-code:255
[ 67/579] p:54  f:1   u:0   e:0   I:0   B:3   t:0   i:0   W:0   | riscv32/rv32iac: block08.exe
 <<skipping passes>>
[ 79/579] p:64  f:1   u:0   e:0   I:0   B:3   t:0   i:0   W:0   | riscv32/rv32iac: complex.exe
error: spike.cfg:58: execute failed: spike --isa=RV32IAC ./riscv-rtems5/c/rv32iac/testsuites/psxtests/psxmsgq01.exe: exit-code:47
error: spike.cfg:58: execute failed: spike --isa=RV32IAC ./riscv-rtems5/c/rv32iac/testsuites/sptests/sp19.exe: exit-code:255
[ 80/579] p:64  f:1   u:0   e:0   I:0   B:3   t:0   i:0   W:0   | riscv32/rv32iac: cpuuse.exe
[ 81/579] p:69  f:1   u:0   e:0   I:0   B:3   t:0   i:0   W:0   | riscv32/rv32iac: crypt01.exe
Result: timeout    Time: 0:03:00.200521 crypt01.exe
=>  run: spike --isa=RV32IAC ./riscv-rtems5/c/rv32iac/testsuites/libtests/crypt01.exe
] 
] 
=>  test start: CRYPT 1
] *** BEGIN OF TEST CRYPT 1 ***
] *** TEST VERSION: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] *** TEST STATE: EXPECTED-PASS
] *** TEST BUILD: RTEMS_POSIX_API
] *** TEST TOOLS: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] test crypt_md5_r()
] test crypt_sha256_r()
] input:    Hello world!
] salt:     $5$saltstring
] expected: $5$saltstring$5B8vYYiY.CVt1RlTTf8KbXBH3hsxY/GNooZaBBGWEc5
] actual:   $5$saltstring$5B8vYYiY.CVt1RlTTf8KbXBH3hsxY/GNooZaBBGWEc5
] input:    Hello world!
] salt:     $5$rounds=10000$saltstringsaltstring
] expected: $5$rounds=10000$saltstringsaltst$3xv.VbSHBb41AL9AvLeujZkZRBAwqFMz2.opqey6IcA
] actual:   $5$rounds=10000$saltstringsaltst$3xv.VbSHBb41AL9AvLeujZkZRBAwqFMz2.opqey6IcA
] input:    This is just a test
] salt:     $5$rounds=5000$toolongsaltstring
] expected: $5$rounds=5000$toolongsaltstrin$Un/5jzAHMgOGZ5.mWJpuVolil07guHPvOW8mGRcvxa5
] actual:   $5$rounds=5000$toolongsaltstrin$Un/5jzAHMgOGZ5.mWJpuVolil07guHPvOW8mGRcvxa5
] input:    a very much longer text to encrypt.  This one even stretches over morethan one line.
] salt:     $5$rounds=1400$anotherlongsaltstring
] expected: $5$rounds=1400$anotherlongsalts$Rx.j8H.h8HjEDGomFU8bDkXm3XIUnzyxf12oP84Bnq1
] actual:   $5$rounds=1400$anotherlongsalts$Rx.j8H.h8HjEDGomFU8bDkXm3XIUnzyxf12oP84Bnq1
] input:    we have a short salt string but not a short password
] salt:     $5$rounds=77777$short
] expected: $5$rounds=77777$short$JiO1O3ZpDAxGJeaDIuqCoEFysAe1mZNJRs3pw0KQRd/
] actual:   $5$rounds=77777$short$JiO1O3ZpDAxGJeaDIuqCoEFysAe1mZNJRs3pw0KQRd/
] input:    a short string
] salt:     $5$rounds=123456$asaltof16chars..
] expected: $5$rounds=123456$asaltof16chars..$gP3VQ/6X7UUEW3HkBn2w1/Ptq2jxPyzV/cZKmF/wJvD
] actual:   $5$rounds=123456$asaltof16chars..$gP3VQ/6X7UUEW3HkBn2w1/Ptq2jxPyzV/cZKmF/wJvD
] input:    the minimum number is still observed
] salt:     $5$rounds=10$roundstoolow
] expected: $5$rounds=1000$roundstoolow$yfvwcWrQ8l/K0DAWyuPMDNHpIVlTQebY9l/gL972bIC
] actual:   $5$rounds=1000$roundstoolow$yfvwcWrQ8l/K0DAWyuPMDNHpIVlTQebY9l/gL972bIC
] test crypt_sha512_r()
] input:    Hello world!
] salt:     $6$saltstring
] expected: $6$saltstring$svn8UoSVapNtMuq1ukKS4tPQd8iKwSMHWjl/O817G3uBnIFNjnQJuesI68u4OTLiBFdcbYEdFCoEOfaS35inz1
] actual:   $6$saltstring$svn8UoSVapNtMuq1ukKS4tPQd8iKwSMHWjl/O817G3uBnIFNjnQJuesI68u4OTLiBFdcbYEdFCoEOfaS35inz1
] input:    Hello world!
] salt:     $6$rounds=10000$saltstringsaltstring
] expected: $6$rounds=10000$saltstringsaltst$OW1/O6BYHV6BcXZu8QVeXbDWra3Oeqh0sbHbbMCVNSnCM/UrjmM0Dp8vOuZeHBy/YTBmSK6H9qs/y3RnOaw5v.
] actual:   $6$rounds=10000$saltstringsaltst$OW1/O6BYHV6BcXZu8QVeXbDWra3Oeqh0sbHbbMCVNSnCM/UrjmM0Dp8vOuZeHBy/YTBmSK6H9qs/y3RnOaw5v.
] input:    This is just a test
] salt:     $6$rounds=5000$toolongsaltstring
] expected: $6$rounds=5000$toolongsaltstrin$lQ8jolhgVRVhY4b5pZKaysCLi0QBxGoNeKQzQ3glMhwllF7oGDZxUhx1yxdYcz/e1JSbq3y6JMxxl8audkUEm0
] actual:   $6$rounds=5000$toolongsaltstrin$lQ8jolhgVRVhY4b5pZKaysCLi0QBxGoNeKQzQ3glMhwllF7oGDZxUhx1yxdYcz/e1JSbq3y6JMxxl8audkUEm0
] input:    a very much longer text to encrypt.  This one even stretches over morethan one line.
] salt:     $6$rounds=1400$anotherlongsaltstring
] expected: $6$rounds=1400$anotherlongsalts$POfYwTEok97VWcjxIiSOjiykti.o/pQs.wPvMxQ6Fm7I6IoYN3CmLs66x9t0oSwbtEW7o7UmJEiDwGqd8p4ur1
] actual:   $6$rounds=1400$anotherlongsalts$POfYwTEok97VWcjxIiSOjiykti.o/pQs.wPvMxQ6Fm7I6IoYN3CmLs66x9t0oSwbtEW7o7UmJEiDwGqd8p4ur1
] input:    we have a short salt string but not a short password
] salt:     $6$rounds=77777$short
] expected: $6$rounds=77777$short$WuQyW2YR.hBNpjjRhpYD/ifIw05xdfeEyQoMxIXbkvr0gge1a1x3yRULJ5CCaUeOxFmtlcGZelFl5CxtgfiAc0
] actual:   $6$rounds=77777$short$WuQyW2YR.hBNpjjRhpYD/ifIw05xdfeEyQoMxIXbkvr0gge1a1x3yRULJ5CCaUeOxFmtlcGZelFl5CxtgfiAc0
] *** TIMEOUT TIMEOUT
[ 82/579] p:69  f:1   u:0   e:0   I:0   B:3   t:0   i:0   W:0   | riscv32/rv32iac: defaultconfig01.exe
 <<skipping passes>>
[ 92/579] p:76  f:1   u:0   e:0   I:0   B:3   t:0   i:0   W:0   | riscv32/rv32iac: flashdisk01.exe
Result: failed     Time: 0:00:03.008626 flashdisk01.exe
=>  run: spike --isa=RV32IAC ./riscv-rtems5/c/rv32iac/testsuites/libtests/flashdisk01.exe
] 
] 
=>  test start: FLASHDISK 1
] *** BEGIN OF TEST FLASHDISK 1 ***
] *** TEST VERSION: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] *** TEST STATE: EXPECTED-PASS
] *** TEST BUILD: RTEMS_POSIX_API
] *** TEST TOOLS: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] [00]: start
] [00]: mount: /dev/fdda -> /mnt
] [00]: init root: /mnt
] [00]: create dir: 1804928587
] [00]: create dir: 959030623
] [00]: create dir: 1903590565
] [00]: open file: file
] [00]: sleep: 700 ms
] [00]: close file
] [00]: sleep: 200 ms
] [00]: open dir: 959030623
] [00]: create dir: 838545539
] [00]: create file: 1594243340
] [00]: create file: 162216788
] [00]: create file: 1841205112
] [00]: sleep: 700 ms
] [00]: remove dir: 838545539
] [00]: create dir: 1143741253
] [00]: remove file: 1594243340
] [00]: sleep: 400 ms
] [00]: close dir
] [00]: sleep: 400 ms
] [00]: create file: 832100416
] [00]: open dir: 1903590565
] [00]: create file: 1401208270
] [00]: create dir: 2032315143
] [00]: create dir: 2026989069
] [00]: close dir
] [00]: open dir: 1804928587
] [00]: close dir
] [00]: open dir: 1804928587
] [00]: sleep: 100 ms
] [00]: create dir: 650320721
] [00]: sleep: 500 ms
] [00]: create dir: 1857409239
] [00]: create file: 2060801678
] [00]: create dir: 490998763
] [00]: create dir: 644928527
] [00]: create file: 1758287264
] [00]: close dir
] [00]: sleep: 500 ms
] [00]: open file: file
] [00]: read from file
] [00]: read from file
] [00]: read from file
] [00]: sleep: 700 ms
] [00]: read from file
] [00]: sleep: 200 ms
] [00]: sleep: 300 ms
] [00]: read from file
] [00]: append to file
] [00]: read from file
] [00]: close file
] [00]: remove dir: 1804928587
] [00]: create file: 2073894790
] [00]: sleep: 900 ms
] [00]: create dir: 472737403
] [00]: remove dir: 1903590565
] [00]: create dir: 689486081
] [00]: create dir: 373636079
] [00]: remove file: file
] [00]: create dir: 1506727461
] [00]: open dir: 959030623
] [00]: create dir: 1029668001
] [00]: remove file: 162216788
] [00]: close dir
] [00]: sleep: 400 ms
] [00]: open dir: 959030623
] [00]: remove file: 1841205112
] [00]: create file: 378843792
] [00]: sleep: 1000 ms
] [00]: create file: 1871951748
] [00]: open dir: 1143741253
] [00]: create file: 855915646
] [00]: sleep: 700 ms
] [00]: create file: 2008730550
] [00]: close dir
] [00]: create file: 1327563176
] [00]: remove dir: 1143741253
] [00]: create file: 1384249492
] [00]: close dir
] [00]: remove dir: 959030623
] [00]: open file: 832100416
] [00]: read from file
] [00]: sleep: 400 ms
] [00]: close file
] [00]: open file: 832100416
] [00]: close file
] [00]: create dir: 2025552021
] [00]: remove dir: 959030623
] [00]: create dir: 1178339711
] [00]: remove file: 832100416
] [00]: remove file: 2073894790
] [00]: open dir: 1506727461
] [00]: sleep: 700 ms
] [00]: close dir
] [00]: sleep: 300 ms
] [00]: open dir: 1506727461
] [00]: create dir: 1625748679
] [00]: close dir
] [00]: remove dir: 689486081
] [00]: remove dir: 959030623
] [00]: open dir: 959030623
] [00]: sleep: 1000 ms
] [00]: close dir
] [00]: sleep: 100 ms
] [00]: open dir: 959030623
] [00]: create dir: 1128727833
] [00]: create file: 1203746106
] [00]: open dir: 1128727833
] [00]: create dir: 58221889
] [00]: create file: 611814452
] [00]: create dir: 420219909
] [00]: close dir
] [00]: remove file: 1384249492
] [00]: close dir
] [00]: open dir: 959030623
] [00]: close dir
] [00]: sleep: 800 ms
] [00]: remove dir: 1506727461
] [00]: create file: 550820384
] [00]: create file: 833699694
] [00]: remove dir: 1506727461
] *** FAILED *** (tohost = 45)
[ 93/579] p:79  f:1   u:0   e:0   I:0   B:3   t:0   i:0   W:0   | riscv32/rv32iac: getentropy01.exe
 <<skipping passes>>
[101/579] p:85  f:1   u:0   e:0   I:0   B:3   t:0   i:0   W:0   | riscv32/rv32iac: malloctest.exe
Result: failed     Time: 0:00:03.013999 malloctest.exe
=>  run: spike --isa=RV32IAC ./riscv-rtems5/c/rv32iac/testsuites/libtests/malloctest.exe
] 
] 
=>  test start: MALLOCTEST
] *** BEGIN OF TEST MALLOCTEST ***
] *** TEST VERSION: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] *** TEST STATE: EXPECTED-PASS
] *** TEST BUILD: RTEMS_POSIX_API
] *** TEST TOOLS: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] run tests for _Heap_Initialize()
] run tests for _Heap_Block_allocate()
] 	allocate block at the beginning
] 	allocate block full space
] 	allocate block in the middle
] 	allocate block at the end
] 	allocate block at the beginning
] 	allocate block full space
] 	allocate block in the middle
] 	allocate block at the end
] 	allocate block at the beginning
] 	allocate block full space
] 	allocate block in the middle
] 	allocate block at the end
] 	allocate block at the beginning
] 	allocate block full space
] 	allocate block in the middle
] 	allocate block at the end
] run tests for _Heap_Allocate_aligned_with_boundary()
] 	check if NULL will be returned if size causes integer overflow
] 	try to allocate more space than the one which fits in the boundary
] 	check if alignment will be set to page size if only a boundary is given
] 	create a block which is bigger then the first free space
] 	set boundary before allocation begin
] 	set boundary between allocation begin and end
] 	set boundary after allocation end
] 	set boundary on allocation end
] 	align the allocation to different positions in the block header
] 	allocate last block with different boundarys
] 	break the boundaries and aligns more than one time
] 	different combinations, so that there is no valid block at the end
] 	try to create a block, which is not possible because of the alignment and boundary
] run tests for _Heap_Resize_Block()
] 	give a block outside the heap to the function
] 	increase size
] 		let the next block be used alredy and try to get a size bigger than the actual block
] 		next block not used and try to set the new allocation size between the page-alignments
] 		let the block after the next be used and try to allocate more then one pagesize more
] 	try to resize to the same size
] 	decrease size
] 		decrease a block with two pages to one page
] 		resize the block to the size 0
] realloc - failed grow in place: 0x80041020 != realloc(0x80041120,45)
] realloc - failed non-in place: realloc(0x80041120,64) = 0x80041120
] malloc_walk - normal path
] malloc_walk - in critical section path
] Heap Initialized
] heap extend - link below
] heap extend - merge below overlap
] heap extend - merge below
] heap extend - merge above overlap
] heap extend - merge above
] heap extend - link above
] heap extend - area too small
] heap extend - invalid area
] heap extend - merge below with align up
] malloc_free_space - check malloc space drops after malloc
] malloc_free_space - verify free space returns to previous value
] malloc_info - called with NULL
] 
] malloc_info - check free space drops after malloc
] malloc_info - verify free space returns to previous value
] _Heap_Size_with_overhead
] _Protected_heap_Get_information - NULL heap
] _Protected_heap_Get_information - NULL info
] posix_memalign - NULL return pointer -- EINVAL
] posix_memalign - alignment of 0 -- EINVAL
] posix_memalign - alignment  of 2-- EINVAL
] posix_memalign - alignment of 16 -- OK
] posix_memalign - alignment of 32 -- OK
] posix_memalign - alignment of 64 -- OK
] posix_memalign - alignment of 128 -- OK
] posix_memalign - alignment of 256 -- OK
] posix_memalign - alignment of 512 -- OK
] posix_memalign - alignment of 1024 -- OK
] posix_memalign - alignment of 2048 -- OK
] posix_memalign - alignment of 4096 -- OK
] posix_memalign - alignment of 8192 -- OK
] posix_memalign - alignment of 16384 -- OK
] posix_memalign - alignment of 32768 -- OK
] posix_memalign - alignment of 65536 -- OK
] posix_memalign - alignment of 131072 -- OK
] posix_memalign - alignment of 262144 -- OK
] posix_memalign - alignment of 524288 -- OK
] posix_memalign - alignment of 1048576 -- OK
] posix_memalign - alignment of 2097152 -- OK
] posix_memalign - alignment of 4194304 -- OK
] posix_memalign - alignment of 8388608 -- OK
] posix_memalign - alignment of 16777216 -- OK
] posix_memalign - alignment of 33554432 -- OK
] posix_memalign - alignment of 67108864 -- OK
] posix_memalign - ran out of memory trying 67108864
] posix_memalign - alignment of 67108864 -- SKIPPED
] posix_memalign - alignment of 134217728 -- SKIPPED
] posix_memalign - alignment of 268435456 -- SKIPPED
] posix_memalign - alignment of 536870912 -- SKIPPED
] posix_memalign - alignment of 1073741824 -- SKIPPED
] TA1  - rtems_clock_get_tod - 09:00:00   12/31/1988
] mallocing 690 bytes
] TA2  - rtems_clock_get_tod - 09:00:00   12/31/1988
] mallocing 690 bytes
] TA3  - rtems_clock_get_tod - 09:00:00   12/31/1988
] mallocing 690 bytes
] TA4  - rtems_clock_get_tod - 09:00:00   12/31/1988
] mallocing 690 bytes
] TA5  - rtems_clock_get_tod - 09:00:00   12/31/1988
] mallocing 690 bytes
] TA1  - rtems_clock_get_tod - 09:00:00   12/31/1988
] mallocing 505 bytes
] TA2  - rtems_clock_get_tod - 09:00:00   12/31/1988
] mallocing 505 bytes
] TA1  - rtems_clock_get_tod - 09:00:00   12/31/1988
] mallocing 591 bytes
] TA3  - rtems_clock_get_tod - 09:00:00   12/31/1988
] mallocing 505 bytes
] TA1  - rtems_clock_get_tod - 09:00:00   12/31/1988
] mallocing 554 bytes
] TA4  - rtems_clock_get_tod - 09:00:01   12/31/1988
] mallocing 505 bytes
] TA2  - rtems_clock_get_tod - 09:00:01   12/31/1988
] mallocing 591 bytes
] TA1  - rtems_clock_get_tod - 09:00:01   12/31/1988
] mallocing 378 bytes
] TA5  - rtems_clock_get_tod - 09:00:01   12/31/1988
] mallocing 505 bytes
] TA1  - rtems_clock_get_tod - 09:00:01   12/31/1988
] mallocing 257 bytes
] TA3  - rtems_clock_get_tod - 09:00:01   12/31/1988
] mallocing 591 bytes
] TA2  - rtems_clock_get_tod - 09:00:01   12/31/1988
] mallocing 554 bytes
] TA1  - rtems_clock_get_tod - 09:00:01   12/31/1988
] mallocing 207 bytes
] TA1  - rtems_clock_get_tod - 09:00:01   12/31/1988
] mallocing 626 bytes
] TA4  - rtems_clock_get_tod - 09:00:02   12/31/1988
] mallocing 591 bytes
] TA2  - rtems_clock_get_tod - 09:00:02   12/31/1988
] mallocing 378 bytes
] TA1  - rtems_clock_get_tod - 09:00:02   12/31/1988
] mallocing 340 bytes
] TA3  - rtems_clock_get_tod - 09:00:02   12/31/1988
] mallocing 554 bytes
] TA1  - rtems_clock_get_tod - 09:00:02   12/31/1988
] mallocing 843 bytes
] TA5  - rtems_clock_get_tod - 09:00:02   12/31/1988
] mallocing 591 bytes
] TA2  - rtems_clock_get_tod - 09:00:02   12/31/1988
] mallocing 257 bytes
] TA1  - rtems_clock_get_tod - 09:00:02   12/31/1988
] mallocing 68 bytes
] TA1  - rtems_clock_get_tod - 09:00:02   12/31/1988
] mallocing 409 bytes
] TA4  - rtems_clock_get_tod - 09:00:03   12/31/1988
] mallocing 554 bytes
] TA3  - rtems_clock_get_tod - 09:00:03   12/31/1988
] mallocing 378 bytes
] TA2  - rtems_clock_get_tod - 09:00:03   12/31/1988
] mallocing 207 bytes
] TA1  - rtems_clock_get_tod - 09:00:03   12/31/1988
] mallocing 879 bytes
] TA1  - rtems_clock_get_tod - 09:00:03   12/31/1988
] mallocing 319 bytes
] TA2  - rtems_clock_get_tod - 09:00:03   12/31/1988
] mallocing 626 bytes
] TA1  - rtems_clock_get_tod - 09:00:03   12/31/1988
] mallocing 980 bytes
] TA5  - rtems_clock_get_tod - 09:00:03   12/31/1988
] mallocing 554 bytes
] TA3  - rtems_clock_get_tod - 09:00:03   12/31/1988
] mallocing 257 bytes
] TA1  - rtems_clock_get_tod - 09:00:03   12/31/1988
] mallocing 85 bytes
] TA4  - rtems_clock_get_tod - 09:00:04   12/31/1988
] mallocing 378 bytes
] TA2  - rtems_clock_get_tod - 09:00:04   12/31/1988
] mallocing 340 bytes
] TA1  - rtems_clock_get_tod - 09:00:04   12/31/1988
] mallocing 907 bytes
] TA1  - rtems_clock_get_tod - 09:00:04   12/31/1988
] mallocing 102 bytes
] TA3  - rtems_clock_get_tod - 09:00:04   12/31/1988
] mallocing 207 bytes
] TA2  - rtems_clock_get_tod - 09:00:04   12/31/1988
] mallocing 843 bytes
] TA1  - rtems_clock_get_tod - 09:00:04   12/31/1988
] mallocing 921 bytes
] TA1  - rtems_clock_get_tod - 09:00:04   12/31/1988
] mallocing 507 bytes
] TA5  - rtems_clock_get_tod - 09:00:05   12/31/1988
] mallocing 378 bytes
] TA4  - rtems_clock_get_tod - 09:00:05   12/31/1988
] mallocing 257 bytes
] TA2  - rtems_clock_get_tod - 09:00:05   12/31/1988
] mallocing 68 bytes
] TA1  - rtems_clock_get_tod - 09:00:05   12/31/1988
] mallocing 872 bytes
] TA3  - rtems_clock_get_tod - 09:00:05   12/31/1988
] mallocing 626 bytes
] TA1  - rtems_clock_get_tod - 09:00:05   12/31/1988
] mallocing 333 bytes
] TA2  - rtems_clock_get_tod - 09:00:05   12/31/1988
] mallocing 409 bytes
] TA1  - rtems_clock_get_tod - 09:00:05   12/31/1988
] mallocing 692 bytes
] TA1  - rtems_clock_get_tod - 09:00:05   12/31/1988
] mallocing 556 bytes
] TA4  - rtems_clock_get_tod - 09:00:06   12/31/1988
] mallocing 207 bytes
] TA3  - rtems_clock_get_tod - 09:00:06   12/31/1988
] mallocing 340 bytes
] TA2  - rtems_clock_get_tod - 09:00:06   12/31/1988
] mallocing 879 bytes
] TA1  - rtems_clock_get_tod - 09:00:06   12/31/1988
] mallocing 361 bytes
] TA5  - rtems_clock_get_tod - 09:00:06   12/31/1988
] mallocing 257 bytes
] TA1  - rtems_clock_get_tod - 09:00:06   12/31/1988
] mallocing 31 bytes
] TA2  - rtems_clock_get_tod - 09:00:06   12/31/1988
] mallocing 319 bytes
] TA1  - rtems_clock_get_tod - 09:00:06   12/31/1988
] mallocing 858 bytes
] TA3  - rtems_clock_get_tod - 09:00:06   12/31/1988
] mallocing 843 bytes
] TA1  - rtems_clock_get_tod - 09:00:06   12/31/1988
] mallocing 98 bytes
] TA4  - rtems_clock_get_tod - 09:00:07   12/31/1988
] mallocing 626 bytes
] TA2  - rtems_clock_get_tod - 09:00:07   12/31/1988
] mallocing 980 bytes
] TA1  - rtems_clock_get_tod - 09:00:07   12/31/1988
] mallocing 877 bytes
] TA1  - rtems_clock_get_tod - 09:00:07   12/31/1988
] mallocing 449 bytes
] TA5  - rtems_clock_get_tod - 09:00:07   12/31/1988
] mallocing 207 bytes
] TA3  - rtems_clock_get_tod - 09:00:07   12/31/1988
] mallocing 68 bytes
] TA2  - rtems_clock_get_tod - 09:00:07   12/31/1988
] mallocing 85 bytes
] TA1  - rtems_clock_get_tod - 09:00:07   12/31/1988
] mallocing 432 bytes
] TA1  - rtems_clock_get_tod - 09:00:07   12/31/1988
] mallocing 606 bytes
] TA4  - rtems_clock_get_tod - 09:00:08   12/31/1988
] mallocing 340 bytes
] TA2  - rtems_clock_get_tod - 09:00:08   12/31/1988
] mallocing 907 bytes
] TA1  - rtems_clock_get_tod - 09:00:08   12/31/1988
] mallocing 927 bytes
] TA3  - rtems_clock_get_tod - 09:00:08   12/31/1988
] mallocing 409 bytes
] TA1  - rtems_clock_get_tod - 09:00:08   12/31/1988
] mallocing 664 bytes
] TA2  - rtems_clock_get_tod - 09:00:08   12/31/1988
] mallocing 102 bytes
] TA1  - rtems_clock_get_tod - 09:00:08   12/31/1988
] mallocing 395 bytes
] TA5  - rtems_clock_get_tod - 09:00:08   12/31/1988
] mallocing 626 bytes
] TA1  - rtems_clock_get_tod - 09:00:08   12/31/1988
] mallocing 438 bytes
] TA4  - rtems_clock_get_tod - 09:00:09   12/31/1988
] mallocing 843 bytes
] TA3  - rtems_clock_get_tod - 09:00:09   12/31/1988
] mallocing 879 bytes
] TA2  - rtems_clock_get_tod - 09:00:09   12/31/1988
] mallocing 921 bytes
] TA1  - rtems_clock_get_tod - 09:00:09   12/31/1988
] mallocing 652 bytes
] TA1  - rtems_clock_get_tod - 09:00:09   12/31/1988
] mallocing 928 bytes
] TA2  - rtems_clock_get_tod - 09:00:09   12/31/1988
] mallocing 507 bytes
] TA1  - rtems_clock_get_tod - 09:00:09   12/31/1988
] mallocing 949 bytes
] TA3  - rtems_clock_get_tod - 09:00:09   12/31/1988
] mallocing 319 bytes
] TA1  - rtems_clock_get_tod - 09:00:09   12/31/1988
] mallocing 307 bytes
] terminate called after throwing an instance of 'trap_load_access_fault'
[102/579] p:88  f:1   u:0   e:0   I:0   B:3   t:0   i:0   W:0   | riscv32/rv32iac: math.exe
 <<skipping passes>>
[196/579] p:175 f:3   u:3   e:0   I:0   B:3   t:0   i:0   W:0   | riscv32/rv32iac: psxinttypes01.exe
Result: failed     Time: 0:00:01.005097 psxinttypes01.exe
=>  run: spike --isa=RV32IAC ./riscv-rtems5/c/rv32iac/testsuites/psxtests/psxinttypes01.exe
] 
] 
=>  test start: PSXINTTYPE 01
] *** BEGIN OF TEST PSXINTTYPE 01 ***
] *** TEST VERSION: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] *** TEST STATE: EXPECTED-PASS
] *** TEST BUILD: RTEMS_POSIX_API
] *** TEST TOOLS: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] 
] strtoimax Testcases....
] Valid Inputs - Positive Number
] Final string pointed by endptr
] Valid Inputs - Negative Number
] Final string pointed by endptr
] Valid Input - Positive Number - Number out of Range
] Valid Input - Negative Number - Number out of Range
] Invalid Input - Send NULL Pointer
] 
] *** FATAL ***
] fatal source: 9 (RTEMS_FATAL_SOURCE_EXCEPTION)
] mstatus 0x00001880
] mcause  0x00000005
] mepc    0x8000e400
] ra      0x800002c0
] sp      0x800281c0
] gp      0x80023800
] tp      0x00000000
] t0      0x00000000
] t1      0x80000f92
] t2      0x01634578
] s0      0x8000f000
] s1      0x00000000
] a0      0x80023ff8
] a1      0x00000000
] a2      0x80028238
] a3      0x0000000a
] a4      0x80020f49
] a5      0x80023d80
] a6      0x00000000
] a7      0x00000000
] s2      0x8000f000
] s3      0x8000f000
] s4      0x8000f000
] s5      0x8000f000
] s6      0x8000f000
] s7      0x8000f000
] s8      0x0000000a
] s9      0x8000ef37
] s10     0x8000f000
] s11     0x8000f010
] t3      0x00000000
] t4      0x00000000
] t5      0x00000001
] t6      0x00000003
] RTEMS version: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] RTEMS tools: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] executing thread ID: 0x08a010001
] executing thread name: UI1 
] executing thread name: UI1 
[197/579] p:179 f:3   u:3   e:0   I:0   B:3   t:0   i:0   W:0   | riscv32/rv32iac: psxitimer.exe
 <<skipping passes>>
[210/579] p:190 f:4   u:3   e:0   I:0   B:3   t:0   i:0   W:0   | riscv32/rv32iac: psxmsgq01.exe
Result: failed     Time: 0:00:01.022526 psxmsgq01.exe
=>  run: spike --isa=RV32IAC ./riscv-rtems5/c/rv32iac/testsuites/psxtests/psxmsgq01.exe
] 
] 
=>  test start: PSXMSGQ 1
] *** BEGIN OF TEST PSXMSGQ 1 ***
] *** TEST VERSION: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] *** TEST STATE: EXPECTED-PASS
] *** TEST BUILD: RTEMS_POSIX_API
] *** TEST TOOLS: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] _______________mq_open errors
] Init: mq_open - Create with maxmsg (-1) (EINVAL)
] Init: mq_open - Create with msgsize (-1) (EINVAL)
] Init: mq_open - Open new mq without create flag (ENOENT)
] Init: mq_open - Open with too long of a name (ENAMETOOLONG)
] Init: mq_open - Create an Existing mq (EEXIST)
] Init: mq_open - SUCCESSFUL
] Init: mq_open - system is out of resources (ENFILE)
] Init: mq_close and mq_unlink (mq3...mqn) - SUCCESSFUL
] Init: Open Test Queues
] *** FAILED *** (tohost = 47)
[211/579] p:190 f:4   u:3   e:0   I:0   B:3   t:0   i:0   W:0   | riscv32/rv32iac: psxmsgq02.exe
 <<skipping passes>>
[334/579] p:310 f:5   u:5   e:0   I:0   B:3   t:0   i:0   W:0   | riscv32/rv32iac: sp19.exe
Result: failed     Time: 0:00:59.064970 sp19.exe
=>  run: spike --isa=RV32IAC ./riscv-rtems5/c/rv32iac/testsuites/sptests/sp19.exe
] 
] 
=>  test start: SP 19
] *** BEGIN OF TEST SP 19 ***
] *** TEST VERSION: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] *** TEST STATE: EXPECTED-PASS
] *** TEST BUILD: RTEMS_POSIX_API
] *** TEST TOOLS: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] FP1  - integer base = (0x6000)
] FP1  - float base = (NA)
] FP1  - integer base = (0x6000)
] FP1  - float base = (NA)
] TA1  - integer base = (0x1000)
] TA1  - rtems_clock_get_tod - 09:00:00   12/31/1988
] TA2  - integer base = (0x2000)
] TA2  - rtems_clock_get_tod - 09:00:00   12/31/1988
] TA3  - integer base = (0x3000)
] TA3  - rtems_clock_get_tod - 09:00:00   12/31/1988
] TA4  - integer base = (0x4000)
] TA4  - float base = (4000.4)
] TA4  - rtems_clock_get_tod - 09:00:00   12/31/1988
] TA4  - rtems_clock_get_tod - 09:00:01   12/31/1988
] TA4  - rtems_clock_get_tod - 09:00:02   12/31/1988
] TA4  - rtems_clock_get_tod - 09:00:03   12/31/1988
] TA4  - rtems_clock_get_tod - 09:00:04   12/31/1988
] TA5  - integer base = (0x5000)
] terminate called after throwing an instance of 'trap_load_access_fault'
] TA5 
] TA5 
[335/579] p:311 f:5   u:5   e:0   I:0   B:3   t:0   i:0   W:0   | riscv32/rv32iac: sp20.exe
 <<skipping passes>>
[401/579] p:376 f:5   u:5   e:0   I:0   B:3   t:0   i:0   W:0   | riscv32/rv32iac: spconfig02.exe
Result: failed     Time: 0:00:01.004117 spconfig02.exe
=>  run: spike --isa=RV32IAC ./riscv-rtems5/c/rv32iac/testsuites/sptests/spconfig02.exe
] 
] 
=>  test start: SPCONFIG 2
] *** BEGIN OF TEST SPCONFIG 2 ***
] *** TEST VERSION: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] *** TEST STATE: EXPECTED-PASS
] *** TEST BUILD: RTEMS_POSIX_API
] *** TEST TOOLS: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] ../../../../../../rtems/c/src/../../testsuites/sptests/spconfig02/init.c: 378 name_of_id == rtems_build_name('I', 'D', 'L', 'E')
] 
] *** FATAL ***
] fatal source: 5 (RTEMS_FATAL_SOURCE_EXIT)
] fatal code: 0 (0x00000000)
] RTEMS version: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] RTEMS tools: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] executing thread ID: 0x08a010001
] executing thread name: UI1 
] executing thread name: UI1 
[402/579] p:378 f:5   u:5   e:0   I:0   B:3   t:0   i:0   W:0   | riscv32/rv32iac: spconsole01.exe
 <<skipping passes>>
[454/579] p:428 f:6   u:5   e:0   I:0   B:3   t:0   i:0   W:0   | riscv32/rv32iac: spintrcritical01.exe
Result: failed     Time: 0:00:01.004567 spintrcritical01.exe
=>  run: spike --isa=RV32IAC ./riscv-rtems5/c/rv32iac/testsuites/sptests/spintrcritical01.exe
] 
] 
=>  test start: SPINTRCRITICAL 1
] *** BEGIN OF TEST SPINTRCRITICAL 1 ***
] *** TEST VERSION: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] *** TEST STATE: EXPECTED-PASS
] *** TEST BUILD: RTEMS_POSIX_API
] *** TEST TOOLS: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] Init - Trying to generate semaphore release from ISR while blocking
] Init - Variation is: FIFO/Without Timeout
] Init - Case not hit - ran too long
] 
] *** FATAL ***
] fatal source: 5 (RTEMS_FATAL_SOURCE_EXIT)
] fatal code: 0 (0x00000000)
] RTEMS version: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] RTEMS tools: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] executing thread ID: 0x08a010001
] executing thread name: UI1 
] executing thread name: UI1 
[455/579] p:430 f:6   u:5   e:0   I:0   B:3   t:0   i:0   W:0   | riscv32/rv32iac: spintrcritical02.exe
Result: failed     Time: 0:00:01.036950 spintrcritical02.exe
=>  run: spike --isa=RV32IAC ./riscv-rtems5/c/rv32iac/testsuites/sptests/spintrcritical02.exe
] 
] 
=>  test start: SPINTRCRITICAL 2
] *** BEGIN OF TEST SPINTRCRITICAL 2 ***
] *** TEST VERSION: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] *** TEST STATE: EXPECTED-PASS
] *** TEST BUILD: RTEMS_POSIX_API
] *** TEST TOOLS: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] Init - Trying to generate semaphore release from ISR while blocking
] Init - Variation is: FIFO/With Timeout
] Init - Case not hit - ran too long
] 
] *** FATAL ***
] fatal source: 5 (RTEMS_FATAL_SOURCE_EXIT)
] fatal code: 0 (0x00000000)
] RTEMS version: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] RTEMS tools: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] executing thread ID: 0x08a010001
] executing thread name: UI1 
] executing thread name: UI1 
[456/579] p:430 f:6   u:5   e:0   I:0   B:3   t:0   i:0   W:0   | riscv32/rv32iac: spintrcritical03.exe
Result: failed     Time: 0:00:01.039865 spintrcritical03.exe
=>  run: spike --isa=RV32IAC ./riscv-rtems5/c/rv32iac/testsuites/sptests/spintrcritical03.exe
] 
] 
=>  test start: SPINTRCRITICAL 3
] *** BEGIN OF TEST SPINTRCRITICAL 3 ***
] *** TEST VERSION: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] *** TEST STATE: EXPECTED-PASS
] *** TEST BUILD: RTEMS_POSIX_API
] *** TEST TOOLS: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] Init - Trying to generate semaphore release from ISR while blocking
] Init - Variation is: Priority/Without Timeout
] Init - Case not hit - ran too long
] 
] *** FATAL ***
] fatal source: 5 (RTEMS_FATAL_SOURCE_EXIT)
] fatal code: 0 (0x00000000)
] RTEMS version: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] RTEMS tools: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] executing thread ID: 0x08a010001
] executing thread name: UI1 
] executing thread name: UI1 
[457/579] p:430 f:7   u:5   e:0   I:0   B:3   t:0   i:0   W:0   | riscv32/rv32iac: spintrcritical04.exe
Result: failed     Time: 0:00:01.004033 spintrcritical04.exe
=>  run: spike --isa=RV32IAC ./riscv-rtems5/c/rv32iac/testsuites/sptests/spintrcritical04.exe
] 
] 
=>  test start: SPINTRCRITICAL 4
] *** BEGIN OF TEST SPINTRCRITICAL 4 ***
] *** TEST VERSION: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] *** TEST STATE: EXPECTED-PASS
] *** TEST BUILD: RTEMS_POSIX_API
] *** TEST TOOLS: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] Init - Trying to generate semaphore release from ISR while blocking
] Init - Variation is: Priority/With Timeout
] Init - Case not hit - ran too long
] 
] *** FATAL ***
] fatal source: 5 (RTEMS_FATAL_SOURCE_EXIT)
] fatal code: 0 (0x00000000)
] RTEMS version: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] RTEMS tools: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] executing thread ID: 0x08a010001
] executing thread name: UI1 
] executing thread name: UI1 
[458/579] p:430 f:9   u:5   e:0   I:0   B:3   t:0   i:0   W:0   | riscv32/rv32iac: spintrcritical05.exe
Result: failed     Time: 0:00:01.039324 spintrcritical05.exe
=>  run: spike --isa=RV32IAC ./riscv-rtems5/c/rv32iac/testsuites/sptests/spintrcritical05.exe
] 
] 
=>  test start: SPINTRCRITICAL 5
] *** BEGIN OF TEST SPINTRCRITICAL 5 ***
] *** TEST VERSION: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] *** TEST STATE: EXPECTED-PASS
] *** TEST BUILD: RTEMS_POSIX_API
] *** TEST TOOLS: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] Init - Trying to generate semaphore release from ISR while blocking
] Init - Variation is: Priority/Without Timeout (Reverse)
] Init - Case not hit - ran too long
] 
] *** FATAL ***
] fatal source: 5 (RTEMS_FATAL_SOURCE_EXIT)
] fatal code: 0 (0x00000000)
] RTEMS version: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] RTEMS tools: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] executing thread ID: 0x08a010001
] executing thread name: UI1 
] executing thread name: UI1 
[459/579] p:430 f:9   u:5   e:0   I:0   B:3   t:0   i:0   W:0   | riscv32/rv32iac: spintrcritical06.exe
[460/579] p:430 f:10  u:5   e:0   I:0   B:3   t:0   i:0   W:0   | riscv32/rv32iac: spintrcritical07.exe
Result: timeout    Time: 0:03:00.190677 spintrcritical07.exe
=>  run: spike --isa=RV32IAC ./riscv-rtems5/c/rv32iac/testsuites/sptests/spintrcritical07.exe
] 
] 
=>  test start: SPINTRCRITICAL 7
] *** BEGIN OF TEST SPINTRCRITICAL 7 ***
] *** TEST VERSION: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] *** TEST STATE: EXPECTED-PASS
] *** TEST BUILD: RTEMS_POSIX_API
] *** TEST TOOLS: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] Init - Trying to generate semaphore release from ISR while blocking
] Init - There is no way for the test to know if it hits the case
] Init - Variation is: Priority/Restart Search Task (Backward)
] *** TIMEOUT TIMEOUT
[461/579] p:431 f:11  u:5   e:0   I:0   B:3   t:0   i:0   W:0   | riscv32/rv32iac: spintrcritical08.exe
 <<skipping passes>>
[463/579] p:432 f:11  u:5   e:0   I:0   B:3   t:0   i:0   W:0   | riscv32/rv32iac: spintrcritical10.exe
Result: failed     Time: 0:00:01.016357 spintrcritical10.exe
=>  run: spike --isa=RV32IAC ./riscv-rtems5/c/rv32iac/testsuites/sptests/spintrcritical10.exe
] 
] 
=>  test start: SPINTRCRITICAL 10
] *** BEGIN OF TEST SPINTRCRITICAL 10 ***
] *** TEST VERSION: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] *** TEST STATE: EXPECTED-PASS
] *** TEST BUILD: RTEMS_POSIX_API
] *** TEST TOOLS: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] Init - Trying to generate any satisfied before timeout while blocking on event
] ../../../../../../rtems/c/src/../../testsuites/sptests/spintrcritical10/init.c: 144 ctx->hit
] 
] *** FATAL ***
] fatal source: 5 (RTEMS_FATAL_SOURCE_EXIT)
] fatal code: 0 (0x00000000)
] RTEMS version: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] RTEMS tools: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] executing thread ID: 0x08a010001
] executing thread name: UI1 
] executing thread name: UI1 
[464/579] p:432 f:12  u:5   e:0   I:0   B:3   t:0   i:0   W:0   | riscv32/rv32iac: spintrcritical11.exe
 <<skipping passes>>
[468/579] p:435 f:13  u:5   e:0   I:0   B:3   t:0   i:0   W:0   | riscv32/rv32iac: spintrcritical15.exe
Result: timeout    Time: 0:03:00.226498 spintrcritical15.exe
=>  run: spike --isa=RV32IAC ./riscv-rtems5/c/rv32iac/testsuites/sptests/spintrcritical15.exe
] 
] 
=>  test start: SPINTRCRITICAL 15
] *** BEGIN OF TEST SPINTRCRITICAL 15 ***
] *** TEST VERSION: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] *** TEST STATE: EXPECTED-PASS
] *** TEST BUILD: RTEMS_POSIX_API
] *** TEST TOOLS: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] Init - Trying to generate timeout of a thread while another is blocking
] Init -   on the same thread queue
] Init - There is no way for the test to know if it hits the case
] Init - rtems_semaphore_create - OK
] Init - rtems_task_create - OK
] *** TIMEOUT TIMEOUT
[469/579] p:436 f:13  u:5   e:0   I:0   B:3   t:0   i:0   W:0   | riscv32/rv32iac: spintrcritical16.exe
Result: failed     Time: 0:00:01.041052 spintrcritical16.exe
=>  run: spike --isa=RV32IAC ./riscv-rtems5/c/rv32iac/testsuites/sptests/spintrcritical16.exe
] 
] 
=>  test start: SPINTRCRITICAL 16
] *** BEGIN OF TEST SPINTRCRITICAL 16 ***
] *** TEST VERSION: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] *** TEST STATE: EXPECTED-PASS
] *** TEST BUILD: RTEMS_POSIX_API
] *** TEST TOOLS: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] Init - Trying to generate timeout of a thread that had its blocking
] Init -   request satisfied while blocking but before time timeout
] Init - rtems_semaphore_create - OK
] Init - Case not hit - ran too long
] 
] *** FATAL ***
] fatal source: 5 (RTEMS_FATAL_SOURCE_EXIT)
] fatal code: 0 (0x00000000)
] RTEMS version: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] RTEMS tools: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] executing thread ID: 0x08a010001
] executing thread name: UI1 
] executing thread name: UI1 
[470/579] p:436 f:14  u:5   e:0   I:0   B:3   t:0   i:0   W:0   | riscv32/rv32iac: spintrcritical18.exe
 <<skipping passes>>
[472/579] p:438 f:14  u:5   e:0   I:0   B:3   t:0   i:0   W:0   | riscv32/rv32iac: spintrcritical21.exe
Result: failed     Time: 0:00:01.040611 spintrcritical21.exe
=>  run: spike --isa=RV32IAC ./riscv-rtems5/c/rv32iac/testsuites/sptests/spintrcritical21.exe
] 
] 
=>  test start: SPINTRCRITICAL 21
] *** BEGIN OF TEST SPINTRCRITICAL 21 ***
] *** TEST VERSION: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] *** TEST STATE: EXPECTED-PASS
] *** TEST BUILD: RTEMS_POSIX_API
] *** TEST TOOLS: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] Event sent from ISR hitting synchronization point has NOT occurred
] ../../../../../../rtems/c/src/../../testsuites/sptests/spintrcritical21/init.c: 157 case_hit
] 
] *** FATAL ***
] fatal source: 5 (RTEMS_FATAL_SOURCE_EXIT)
] fatal code: 0 (0x00000000)
] RTEMS version: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] RTEMS tools: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] executing thread ID: 0x08a010001
] executing thread name: UI1 
] executing thread name: UI1 
[473/579] p:438 f:15  u:5   e:0   I:0   B:3   t:0   i:0   W:0   | riscv32/rv32iac: spintrcritical22.exe
Result: failed     Time: 0:00:01.040443 spintrcritical22.exe
=>  run: spike --isa=RV32IAC ./riscv-rtems5/c/rv32iac/testsuites/sptests/spintrcritical22.exe
] 
] 
=>  test start: SPINTRCRITICAL 22
] *** BEGIN OF TEST SPINTRCRITICAL 22 ***
] *** TEST VERSION: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] *** TEST STATE: EXPECTED-PASS
] *** TEST BUILD: RTEMS_POSIX_API
] *** TEST TOOLS: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] ../../../../../../rtems/c/src/../../testsuites/sptests/spintrcritical22/init.c: 118 ctx->done
] 
] *** FATAL ***
] fatal source: 5 (RTEMS_FATAL_SOURCE_EXIT)
] fatal code: 0 (0x00000000)
] RTEMS version: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] RTEMS tools: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] executing thread ID: 0x08a010001
] executing thread name: UI1 
] executing thread name: UI1 
[474/579] p:440 f:15  u:5   e:0   I:0   B:3   t:0   i:0   W:0   | riscv32/rv32iac: spintrcritical23.exe
Result: failed     Time: 0:00:01.008995 spintrcritical23.exe
=>  run: spike --isa=RV32IAC ./riscv-rtems5/c/rv32iac/testsuites/sptests/spintrcritical23.exe
] 
] 
=>  test start: SPINTRCRITICAL 23
] *** BEGIN OF TEST SPINTRCRITICAL 23 ***
] *** TEST VERSION: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] *** TEST STATE: EXPECTED-PASS
] *** TEST BUILD: RTEMS_POSIX_API
] *** TEST TOOLS: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] ../../../../../../rtems/c/src/../../testsuites/sptests/spintrcritical23/init.c: 133 ctx->done
] 
] *** FATAL ***
] fatal source: 5 (RTEMS_FATAL_SOURCE_EXIT)
] fatal code: 0 (0x00000000)
] RTEMS version: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] RTEMS tools: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] executing thread ID: 0x08a010001
] executing thread name: UI1 
] executing thread name: UI1 
[475/579] p:440 f:15  u:5   e:0   I:0   B:3   t:0   i:0   W:0   | riscv32/rv32iac: spintrcritical24.exe
 <<skipping passes>>
[513/579] p:475 f:17  u:5   e:0   I:0   B:3   t:1   i:0   W:0   | riscv32/rv32iac: spsysinit01.exe
Result: failed     Time: 0:00:01.033174 spsysinit01.exe
=>  run: spike --isa=RV32IAC ./riscv-rtems5/c/rv32iac/testsuites/sptests/spsysinit01.exe
] 
] 
=>  test start: SPSYSINIT 1
] *** BEGIN OF TEST SPSYSINIT 1 ***
] *** TEST VERSION: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] *** TEST STATE: EXPECTED-PASS
] *** TEST BUILD: RTEMS_POSIX_API
] *** TEST TOOLS: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] ../../../../../../rtems/c/src/../../testsuites/sptests/spsysinit01/init.c: 878 sem != SEM_FAILED
] 
] *** FATAL ***
] fatal source: 5 (RTEMS_FATAL_SOURCE_EXIT)
] fatal code: 0 (0x00000000)
] RTEMS version: 5.0.0.886956afd2dc10e2d8b6ec3aa9dc72976b6f58c9
] RTEMS tools: 9.1.0 20190503 (RTEMS 5, RSB be90fb89678206e469f2f9189eb290cec49fd827, Newlib 6661a67)
] executing thread ID: 0x08a010001
] executing thread name: UI1 
] executing thread name: UI1 
[514/579] p:476 f:18  u:5   e:0   I:0   B:3   t:1   i:0   W:0   | riscv32/rv32iac: spsyslock01.exe
 <<skipping passes>>
[579/579] p:540 f:18  u:5   e:0   I:0   B:3   t:1   i:0   W:0   | riscv32/rv32iac: tmtimer01.exe

Passed:        550
Failed:         18
User Input:      5
Expected Fail:   0
Indeterminate:   0
Benchmark:       3
Timeout:         3
Invalid:         0
Wrong Version:   0
Wrong Build:     0
Wrong Tools:     0
------------------
Total:         579
Failures:
 mrfs_fserror.exe
 flashdisk01.exe
 malloctest.exe
 psxinttypes01.exe
 psxmsgq01.exe
 sp19.exe
 spconfig02.exe
 spintrcritical01.exe
 spintrcritical02.exe
 spintrcritical03.exe
 spintrcritical04.exe
 spintrcritical05.exe
 spintrcritical10.exe
 spintrcritical16.exe
 spintrcritical21.exe
 spintrcritical22.exe
 spintrcritical23.exe
 spsysinit01.exe
User Input:
 monitor.exe
 termios.exe
 top.exe
 capture.exe
 fileio.exe
Benchmark:
 linpack.exe
 dhrystone.exe
 whetstone.exe
Timeouts:
 crypt01.exe
 spintrcritical07.exe
 spintrcritical15.exe
Average test time: 0:00:00.569148
Testing time     : 0:05:29.536842


More information about the build mailing list