[rtems-test] riscv32/rv32i: RTEMS_POSIX_API: Passed:541 Failed:20 Timeout:19 Invalid:2 Wrong:0

joel at rtems.org joel at rtems.org
Sat May 23 17:12:34 UTC 2020


Testing time     : 0:40:11.092427
Average test time: 0:00:04.079683

Host
====
Linux-4.15.0-99-generic-x86_64-with-Ubuntu-18.04-bionic (Linux rtbf64a 4.15.0-99-generic #100-Ubuntu SMP Wed Apr 22 20:32:56 UTC 2020 x86_64 x86_64)

Configuration
=============
Version: 5.0.0.222d687969e008cdd464b1f92c79e83671094231-modified
Build  : RTEMS_POSIX_API
Tools  : 9.3.0 20200312 (RTEMS 5, RSB 5 (78c6e159d467), Newlib 7947581)

Summary
=======

Passed:        541
Failed:         20
User Input:      6
Expected Fail:   0
Indeterminate:   0
Benchmark:       3
Timeout:        19
Invalid:         2
Wrong Version:   0
Wrong Build:     0
Wrong Tools:     0
------------------
Total:         591

Failures:
 mdosfs_fserror.exe
 dl02.exe
 dl05.exe
 dl06.exe
 dl07.exe
 dl08.exe
 dl09.exe
 psxfenv01.exe
 sp42.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:
 dl10.exe
 monitor.exe
 termios.exe
 top.exe
 capture.exe
 fileio.exe
Benchmark:
 linpack.exe
 dhrystone.exe
 whetstone.exe
Timeouts:
 block08.exe
 cpuuse.exe
 crypt01.exe
 malloctest.exe
 psxintrcritical01.exe
 psxtimer01.exe
 sp01.exe
 sp04.exe
 sp19.exe
 sp20.exe
 sp24.exe
 sp30.exe
 spedfsched03.exe
 spintrcritical07.exe
 spintrcritical15.exe
 spintrcritical18.exe
 spintrcritical24.exe
 spsimplesched01.exe
 tmfine01.exe
Invalid:
 rhtaskpreempt.exe
 rhtaskswitch.exe
Log
===

RTEMS Testing - Tester, 5 (ea86d967ec0e)
 Command Line: /home/joel/rtems-cron-5/rtems-tools//tester/rtems-test --rtems-tools=/home/joel/rtems-cron-5/tools/5 --rtems-bsp=rv32i_spike --log=run.log --mail --mail-from=joel at rtems.org --mail-to=build at rtems.org .
 Host: Linux rtbf64a 4.15.0-99-generic #100-Ubuntu SMP Wed Apr 22 20:32:56 UTC 2020 x86_64
 Python: 3.6.9 (default, Apr 18 2020, 01:56:04) [GCC 8.4.0]
Host: Linux-4.15.0-99-generic-x86_64-with-Ubuntu-18.04-bionic (Linux rtbf64a 4.15.0-99-generic #100-Ubuntu SMP Wed Apr 22 20:32:56 UTC 2020 x86_64 x86_64)
[  1/591] p:0   f:0   u:0   e:0   I:0   B:0   t:0   i:0   W:0   | riscv32/rv32i: dhrystone.exe
 <<skipping passes>>
[  5/591] p:1   f:0   u:0   e:0   I:0   B:3   t:0   i:0   W:0   | riscv32/rv32i: fsclose01.exe
error: spike.cfg:58: execute failed: spike --isa=RV32I ./riscv-rtems5/c/rv32i/testsuites/fstests/mdosfs_fserror.exe: exit-code:255
[  6/591] p:1   f:0   u:0   e:0   I:0   B:3   t:0   i:0   W:0   | riscv32/rv32i: fsdosfsformat01.exe
 <<skipping passes>>
[ 36/591] p:29  f:0   u:0   e:0   I:0   B:3   t:0   i:0   W:0   | riscv32/rv32i: mdosfs_fserror.exe
Result: failed     Time: 0:00:01.008619 mdosfs_fserror.exe
=>  run: spike --isa=RV32I ./riscv-rtems5/c/rv32i/testsuites/fstests/mdosfs_fserror.exe
] 
] 
=>  test start: FSERROR DOSFS
] *** BEGIN OF TEST FSERROR DOSFS ***
] *** TEST VERSION: 5.0.0.222d687969e008cdd464b1f92c79e83671094231-modified
] *** TEST STATE: EXPECTED_PASS
] *** TEST BUILD: RTEMS_POSIX_API
] *** TEST TOOLS: 9.3.0 20200312 (RTEMS 5, RSB 5 (78c6e159d467), Newlib 7947581)
] Initializing filesystem DOSFS
] 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"
] FAIL   ../../../../../../rtems/c/src/../../testsuites/fstests/fserror/test.c: 187 
] terminate called after throwing an instance of 'trap_load_access_fault'
[ 37/591] p:29  f:1   u:0   e:0   I:0   B:3   t:0   i:0   W:0   | riscv32/rv32i: mdosfs_fspatheval.exe
 <<skipping passes>>
[ 67/591] p:59  f:1   u:0   e:0   I:0   B:3   t:0   i:0   W:0   | riscv32/rv32i: block08.exe
Result: timeout    Time: 0:03:00.193719 block08.exe
=>  run: spike --isa=RV32I ./riscv-rtems5/c/rv32i/testsuites/libtests/block08.exe
] 
] 
=>  test start: BLOCK 8
] *** BEGIN OF TEST BLOCK 8 ***
] *** TEST VERSION: 5.0.0.222d687969e008cdd464b1f92c79e83671094231-modified
] *** TEST STATE: EXPECTED_PASS
] *** TEST BUILD: RTEMS_POSIX_API
] *** TEST TOOLS: 9.3.0 20200312 (RTEMS 5, RSB 5 (78c6e159d467), Newlib 7947581)
] TEST DISK - OK
] Test 1.1 - STARTED
] Thread #1 started
] DISK_DRV: R [0] 
] Test 1.1: Step 2 - OK
] DISK_DRV: R [10] 
] Test 1.1: Step 4 - OK
] DISK_DRV: R [10] 
] Test 1.1: Step 6 - OK
] TEST PASSED
] Test 1.2 - STARTED
] Thread #1 started
] Thread #2 started
] DISK_DRV: R [20] 
] Test 1.2: Step 3 - OK
] DISK_DRV: R [20] 
] Test 1.2: Step 5 - OK
] TEST PASSED
] Test 1.3 - STARTED
] Thread #1 started
] Thread #2 started
] DISK_DRV: R [30] 
] Test 1.3: Step 3 - OK
] DISK_DRV: R [30] 
] Test 1.3: Step 5 - OK
] TEST PASSED
] Test 1.4 - STARTED
] Thread #1 started
] Thread #2 started
] DISK_DRV: R [40] 
] Test 1.4: Step 3 - OK
] Test 1.4: Step 5 - OK
] TEST PASSED
] Test 1.5 - STARTED
] Thread #1 started
] Thread #2 started
] DISK_DRV: R [50] 
] Test 1.5: Step 1 - OK
] Test 1.5: Step 4 - OK
] TEST PASSED
] Test 2.1 - STARTED
] Thread #1 started
] Thread #2 started
] DISK_DRV: R [60] 
] Test 2.1: Step 3 - OK
] Test 2.1: Step 5 - OK
] *** TIMEOUT TIMEOUT
[ 68/591] p:60  f:1   u:0   e:0   I:0   B:3   t:0   i:0   W:0   | riscv32/rv32i: block09.exe
 <<skipping passes>>
[ 80/591] p:72  f:1   u:0   e:0   I:0   B:3   t:0   i:0   W:0   | riscv32/rv32i: cpuuse.exe
Result: timeout    Time: 0:03:00.226703 cpuuse.exe
=>  run: spike --isa=RV32I ./riscv-rtems5/c/rv32i/testsuites/libtests/cpuuse.exe
] 
] 
=>  test start: CPUUSE
] *** BEGIN OF TEST CPUUSE ***
] *** TEST VERSION: 5.0.0.222d687969e008cdd464b1f92c79e83671094231-modified
] *** TEST STATE: EXPECTED_PASS
] *** TEST BUILD: RTEMS_POSIX_API
] *** TEST TOOLS: 9.3.0 20200312 (RTEMS 5, RSB 5 (78c6e159d467), Newlib 7947581)
] TA1 - rtems_task_suspend - on Task 2
] TA1 - rtems_task_suspend - on Task 3
] TA1 - killing time
] TA1 - rtems_task_resume - on Task 2
] TA1 - rtems_task_resume - on Task 3
] TA1 - rtems_task_mode - change mode to NO RTEMS_PREEMPT
] TA1 - 09:15:09   12/31/1988
] TA1 - 09:15:10   12/31/1988
] TA1 - 09:15:11   12/31/1988
] TA1 - 09:15:12   12/31/1988
] TA1 - 09:15:13   12/31/1988
] TA1 - 09:15:14   12/31/1988
] TA1 - rtems_task_mode - change mode to RTEMS_PREEMPT
] *** TIMEOUT TIMEOUT
[ 81/591] p:73  f:1   u:0   e:0   I:0   B:3   t:0   i:0   W:0   | riscv32/rv32i: crypt01.exe
Result: timeout    Time: 0:03:00.220337 crypt01.exe
=>  run: spike --isa=RV32I ./riscv-rtems5/c/rv32i/testsuites/libtests/crypt01.exe
] 
] 
=>  test start: CRYPT 1
] *** BEGIN OF TEST CRYPT 1 ***
] *** TEST VERSION: 5.0.0.222d687969e008cdd464b1f92c79e83671094231-modified
] *** TEST STATE: EXPECTED_PASS
] *** TEST BUILD: RTEMS_POSIX_API
] *** TEST TOOLS: 9.3.0 20200312 (RTEMS 5, RSB 5 (78c6e159d467), Newlib 7947581)
] 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
] *** TIMEOUT TIMEOUT
[ 82/591] p:74  f:1   u:0   e:0   I:0   B:3   t:0   i:0   W:0   | riscv32/rv32i: defaultconfig01.exe
 <<skipping passes>>
[ 88/591] p:80  f:1   u:0   e:0   I:0   B:3   t:0   i:0   W:0   | riscv32/rv32i: dl02.exe
Result: failed     Time: 0:00:01.038750 dl02.exe
=>  run: spike --isa=RV32I ./riscv-rtems5/c/rv32i/testsuites/libtests/dl02.exe
] 
] 
=>  test start: libdl (RTL) 2
] *** BEGIN OF TEST libdl (RTL) 2 ***
] *** TEST VERSION: 5.0.0.222d687969e008cdd464b1f92c79e83671094231-modified
] *** TEST STATE: EXPECTED_PASS
] *** TEST BUILD: RTEMS_POSIX_API
] *** TEST TOOLS: 9.3.0 20200312 (RTEMS 5, RSB 5 (78c6e159d467), Newlib 7947581)
] load: /dl02-o1.o
] handle: 0x80064700 has unresolved externals
] load: /dl02-o2.o
] handle: 0x80064eb0 has unresolved externals
] Loaded module: argc:4 [../../../../../../rtems/c/src/../../testsuites/libtests/dl02/dl02-o1.c]
]   0: 1
]   1: 2
]   2: 3
]   3: 4
] Loaded module: argc:4 [../../../../../../rtems/c/src/../../testsuites/libtests/dl02/dl02-o2.c]
]   0: 1
]   1: 2
]   2: 3
]   3: 4
] dl_o2_func2: d1=2147483647.00 d2=0.0 ret=0.00
] rtems_main: dl_o2_func2 returned: 0.00
] rtems_main: dl_o2_func2 returned a bad
] dlsym call failed: ret value bad
] 
] *** FATAL ***
] fatal source: 5 (RTEMS_FATAL_SOURCE_EXIT)
] fatal code: 0 (0x00000000)
] RTEMS version: 5.0.0.222d687969e008cdd464b1f92c79e83671094231-modified
] RTEMS tools: 9.3.0 20200312 (RTEMS 5, RSB 5 (78c6e159d467), Newlib 7947581)
] executing thread ID: 0x08a010001
] executing thread name: UI1 
] executing thread name: UI1 
[ 89/591] p:80  f:2   u:0   e:0   I:0   B:3   t:0   i:0   W:0   | riscv32/rv32i: dl03.exe
 <<skipping passes>>
[ 91/591] p:82  f:2   u:0   e:0   I:0   B:3   t:0   i:0   W:0   | riscv32/rv32i: dl05.exe
Result: failed     Time: 0:00:01.032367 dl05.exe
=>  run: spike --isa=RV32I ./riscv-rtems5/c/rv32i/testsuites/libtests/dl05.exe
] 
] 
=>  test start: libdl (RTL) 5
] *** BEGIN OF TEST libdl (RTL) 5 ***
] *** TEST VERSION: 5.0.0.222d687969e008cdd464b1f92c79e83671094231-modified
] *** TEST STATE: EXPECTED_PASS
] *** TEST BUILD: RTEMS_POSIX_API
] *** TEST TOOLS: 9.3.0 20200312 (RTEMS 5, RSB 5 (78c6e159d467), Newlib 7947581)
] 
] *** FATAL ***
] fatal source: 9 (RTEMS_FATAL_SOURCE_EXCEPTION)
] mstatus 0x00001880
] mcause  0x00000004
] mepc    0x80019228
] ra      0x8001793c
] sp      0x800774e0
] gp      0x8006b800
] tp      0x00000000
] t0      0xff7fffff
] t1      0x80017850
] t2      0xffffffff
] s0      0x80086e87
] s1      0x80085210
] a0      0x00000023
] a1      0x8005d2fc
] a2      0x800854c0
] a3      0x00000003
] a4      0x80019228
] a5      0x80086bd0
] a6      0xfffffd49
] a7      0x80086bd0
] s2      0x80086bd0
] s3      0x800775a0
] s4      0x00000001
] s5      0x8007eb44
] s6      0x800854c0
] s7      0x80086448
] s8      0x00000000
] s9      0x80085c40
] s10     0x80085c90
] s11     0x80077550
] t3      0x2e003738
] t4      0x31465341
] t5      0x4c2e0036
] t6      0x38314653
] RTEMS version: 5.0.0.222d687969e008cdd464b1f92c79e83671094231-modified
] RTEMS tools: 9.3.0 20200312 (RTEMS 5, RSB 5 (78c6e159d467), Newlib 7947581)
] executing thread ID: 0x08a010001
] executing thread name: UI1 
] executing thread name: UI1 
[ 92/591] p:82  f:3   u:0   e:0   I:0   B:3   t:0   i:0   W:0   | riscv32/rv32i: dl06.exe
Result: failed     Time: 0:00:01.043213 dl06.exe
=>  run: spike --isa=RV32I ./riscv-rtems5/c/rv32i/testsuites/libtests/dl06.exe
] 
] 
=>  test start: libdl (RTL) 6
] *** BEGIN OF TEST libdl (RTL) 6 ***
] *** TEST VERSION: 5.0.0.222d687969e008cdd464b1f92c79e83671094231-modified
] *** TEST STATE: EXPECTED_PASS
] *** TEST BUILD: RTEMS_POSIX_API
] *** TEST TOOLS: 9.3.0 20200312 (RTEMS 5, RSB 5 (78c6e159d467), Newlib 7947581)
] 
] load: /dl06.rap
] dlopen failed: (null)
] 
] *** FATAL ***
] fatal source: 5 (RTEMS_FATAL_SOURCE_EXIT)
] fatal code: 0 (0x00000000)
] RTEMS version: 5.0.0.222d687969e008cdd464b1f92c79e83671094231-modified
] RTEMS tools: 9.3.0 20200312 (RTEMS 5, RSB 5 (78c6e159d467), Newlib 7947581)
] executing thread ID: 0x08a010001
] executing thread name: UI1 
] executing thread name: UI1 
[ 93/591] p:82  f:4   u:0   e:0   I:0   B:3   t:0   i:0   W:0   | riscv32/rv32i: dl07.exe
Result: failed     Time: 0:00:01.039099 dl07.exe
=>  run: spike --isa=RV32I ./riscv-rtems5/c/rv32i/testsuites/libtests/dl07.exe
] 
] 
=>  test start: libdl (RTL) 7
] *** BEGIN OF TEST libdl (RTL) 7 ***
] *** TEST VERSION: 5.0.0.222d687969e008cdd464b1f92c79e83671094231-modified
] *** TEST STATE: EXPECTED_PASS
] *** TEST BUILD: RTEMS_POSIX_API
] *** TEST TOOLS: 9.3.0 20200312 (RTEMS 5, RSB 5 (78c6e159d467), Newlib 7947581)
] --------------------------------------------------
]  Run: 0
] Test source (link in strstr): testsuites/libtests/dl07/dl-load.c
] load: /dl07-o1.o
] ../../../../../../rtems/c/src/../../testsuites/libtests/dl07/dl-load.c: 70 unresolved == 0
] 
] *** FATAL ***
] fatal source: 5 (RTEMS_FATAL_SOURCE_EXIT)
] fatal code: 0 (0x00000000)
] RTEMS version: 5.0.0.222d687969e008cdd464b1f92c79e83671094231-modified
] RTEMS tools: 9.3.0 20200312 (RTEMS 5, RSB 5 (78c6e159d467), Newlib 7947581)
] executing thread ID: 0x08a010001
] executing thread name: UI1 
] executing thread name: UI1 
[ 94/591] p:82  f:5   u:0   e:0   I:0   B:3   t:0   i:0   W:0   | riscv32/rv32i: dl08.exe
Result: failed     Time: 0:00:01.046744 dl08.exe
=>  run: spike --isa=RV32I ./riscv-rtems5/c/rv32i/testsuites/libtests/dl08.exe
] 
] 
=>  test start: libdl (RTL) 8
] *** BEGIN OF TEST libdl (RTL) 8 ***
] *** TEST VERSION: 5.0.0.222d687969e008cdd464b1f92c79e83671094231-modified
] *** TEST STATE: EXPECTED_PASS
] *** TEST BUILD: RTEMS_POSIX_API
] *** TEST TOOLS: 9.3.0 20200312 (RTEMS 5, RSB 5 (78c6e159d467), Newlib 7947581)
] --------------------------------------------------
]  Run: 0
] Test source (link in strstr): testsuites/libtests/dl08/dl-load.c
] load: /dl08-o1.o
] dlo6: CONSTRUCTOR: ../../../../../../rtems/c/src/../../testsuites/libtests/dl08/dl08-o6-123456789-123456789.c
] dlo6:   dl06_unresolv_1:    8: 0x80084b20: 0
] dlo6:   dl06_unresolv_2:    2: 0x80084b28: 0
] dlo6:   dl06_unresolv_3:    4: 0x80084b2c: 0
] dlo6:   dl06_unresolv_4:    1: 0x80084b30: 0
] dlo6:   dl06_unresolv_5:    8: 0x80084b38: 0
] ../../../../../../rtems/c/src/../../testsuites/libtests/dl08/dl-load.c: 71 unresolved == 0
] 
] *** FATAL ***
] fatal source: 5 (RTEMS_FATAL_SOURCE_EXIT)
] fatal code: 0 (0x00000000)
] RTEMS version: 5.0.0.222d687969e008cdd464b1f92c79e83671094231-modified
] RTEMS tools: 9.3.0 20200312 (RTEMS 5, RSB 5 (78c6e159d467), Newlib 7947581)
] executing thread ID: 0x08a010001
] executing thread name: UI1 
] executing thread name: UI1 
[ 95/591] p:82  f:6   u:0   e:0   I:0   B:3   t:0   i:0   W:0   | riscv32/rv32i: dl09.exe
Result: failed     Time: 0:00:01.026957 dl09.exe
=>  run: spike --isa=RV32I ./riscv-rtems5/c/rv32i/testsuites/libtests/dl09.exe
] 
] 
=>  test start: libdl (RTL) 9
] *** BEGIN OF TEST libdl (RTL) 9 ***
] *** TEST VERSION: 5.0.0.222d687969e008cdd464b1f92c79e83671094231-modified
] *** TEST STATE: EXPECTED_PASS
] *** TEST BUILD: RTEMS_POSIX_API
] *** TEST TOOLS: 9.3.0 20200312 (RTEMS 5, RSB 5 (78c6e159d467), Newlib 7947581)
] --------------------------------------------------
]  Run: 0
] Test source (link in strstr): testsuites/libtests/dl09/dl-load.c
] load: /dl09-o1.o
] handel: 0x80076850: unresolved externals
] handle: 0x80076850 loaded
] space alloc: /dl09-o1.o: 33554432: 0x80077e20
] load: /dl09-o2.o
] handel: 0x800770f0: unresolved externals
] handle: 0x800770f0 loaded
] space alloc: /dl09-o2.o: 33554432: 0
] ../../../../../../rtems/c/src/../../testsuites/libtests/dl09/dl-load.c: 156 o->space != NULL
] 
] *** FATAL ***
] fatal source: 5 (RTEMS_FATAL_SOURCE_EXIT)
] fatal code: 0 (0x00000000)
] RTEMS version: 5.0.0.222d687969e008cdd464b1f92c79e83671094231-modified
] RTEMS tools: 9.3.0 20200312 (RTEMS 5, RSB 5 (78c6e159d467), Newlib 7947581)
] executing thread ID: 0x08a010001
] executing thread name: UI1 
] executing thread name: UI1 
[ 96/591] p:82  f:7   u:0   e:0   I:0   B:3   t:0   i:0   W:0   | riscv32/rv32i: dl10.exe
 <<skipping passes>>
[109/591] p:93  f:7   u:1   e:0   I:0   B:3   t:1   i:0   W:0   | riscv32/rv32i: malloctest.exe
Result: timeout    Time: 0:03:00.195361 malloctest.exe
=>  run: spike --isa=RV32I ./riscv-rtems5/c/rv32i/testsuites/libtests/malloctest.exe
] 
] 
=>  test start: MALLOCTEST
] *** BEGIN OF TEST MALLOCTEST ***
] *** TEST VERSION: 5.0.0.222d687969e008cdd464b1f92c79e83671094231-modified
] *** TEST STATE: EXPECTED_PASS
] *** TEST BUILD: RTEMS_POSIX_API
] *** TEST TOOLS: 9.3.0 20200312 (RTEMS 5, RSB 5 (78c6e159d467), Newlib 7947581)
] 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: 0x80046fa0 != realloc(0x80047040,45)
] realloc - failed non-in place: realloc(0x80047040,64) = 0x80047040
] 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
] TA5  - rtems_clock_get_tod - 09:00:10   12/31/1988
] mallocing 340 bytes
] TA4  - rtems_clock_get_tod - 09:00:10   12/31/1988
] mallocing 68 bytes
] TA2  - rtems_clock_get_tod - 09:00:10   12/31/1988
] mallocing 872 bytes
] TA1  - rtems_clock_get_tod - 09:00:10   12/31/1988
] mallocing 596 bytes
] TA1  - rtems_clock_get_tod - 09:00:10   12/31/1988
] mallocing 783 bytes
] TA3  - rtems_clock_get_tod - 09:00:10   12/31/1988
] mallocing 980 bytes
] TA2  - rtems_clock_get_tod - 09:00:10   12/31/1988
] mallocing 333 bytes
] TA1  - rtems_clock_get_tod - 09:00:10   12/31/1988
] mallocing 338 bytes
] TA1  - rtems_clock_get_tod - 09:00:10   12/31/1988
] mallocing 805 bytes
] TA4  - rtems_clock_get_tod - 09:00:11   12/31/1988
] mallocing 409 bytes
] TA2  - rtems_clock_get_tod - 09:00:11   12/31/1988
] mallocing 692 bytes
] TA1  - rtems_clock_get_tod - 09:00:11   12/31/1988
] mallocing 942 bytes
] TA5  - rtems_clock_get_tod - 09:00:11   12/31/1988
] mallocing 843 bytes
] TA3  - rtems_clock_get_tod - 09:00:11   12/31/1988
] mallocing 85 bytes
] TA1  - rtems_clock_get_tod - 09:00:11   12/31/1988
] mallocing 66 bytes
] TA2  - rtems_clock_get_tod - 09:00:11   12/31/1988
] mallocing 556 bytes
] TA1  - rtems_clock_get_tod - 09:00:11   12/31/1988
] mallocing 857 bytes
] TA1  - rtems_clock_get_tod - 09:00:11   12/31/1988
] mallocing 977 bytes
] TA4  - rtems_clock_get_tod - 09:00:12   12/31/1988
] mallocing 879 bytes
] TA3  - rtems_clock_get_tod - 09:00:12   12/31/1988
] mallocing 907 bytes
] TA2  - rtems_clock_get_tod - 09:00:12   12/31/1988
] mallocing 361 bytes
] TA1  - rtems_clock_get_tod - 09:00:12   12/31/1988
] mallocing 889 bytes
] TA1  - rtems_clock_get_tod - 09:00:12   12/31/1988
] mallocing 545 bytes
] TA5  - rtems_clock_get_tod - 09:00:12   12/31/1988
] mallocing 68 bytes
] TA2  - rtems_clock_get_tod - 09:00:12   12/31/1988
] mallocing 31 bytes
] TA1  - rtems_clock_get_tod - 09:00:12   12/31/1988
] mallocing 864 bytes
] TA3  - rtems_clock_get_tod - 09:00:12   12/31/1988
] mallocing 102 bytes
] TA1  - rtems_clock_get_tod - 09:00:12   12/31/1988
] mallocing 457 bytes
] TA4  - rtems_clock_get_tod - 09:00:13   12/31/1988
] mallocing 319 bytes
] TA2  - rtems_clock_get_tod - 09:00:13   12/31/1988
] mallocing 858 bytes
] TA1  - rtems_clock_get_tod - 09:00:13   12/31/1988
] mallocing 800 bytes
] TA1  - rtems_clock_get_tod - 09:00:13   12/31/1988
] mallocing 873 bytes
] TA3  - rtems_clock_get_tod - 09:00:13   12/31/1988
] mallocing 921 bytes
] TA2  - rtems_clock_get_tod - 09:00:13   12/31/1988
] mallocing 98 bytes
] TA1  - rtems_clock_get_tod - 09:00:13   12/31/1988
] mallocing 821 bytes
] TA5  - rtems_clock_get_tod - 09:00:13   12/31/1988
] mallocing 409 bytes
] TA1  - rtems_clock_get_tod - 09:00:13   12/31/1988
] mallocing 185 bytes
] TA4  - rtems_clock_get_tod - 09:00:14   12/31/1988
] mallocing 980 bytes
] TA2  - rtems_clock_get_tod - 09:00:14   12/31/1988
] mallocing 877 bytes
] TA1  - rtems_clock_get_tod - 09:00:14   12/31/1988
] mallocing 86 bytes
] TA3  - rtems_clock_get_tod - 09:00:14   12/31/1988
] mallocing 507 bytes
] TA1  - rtems_clock_get_tod - 09:00:14   12/31/1988
] mallocing 638 bytes
] TA2  - rtems_clock_get_tod - 09:00:14   12/31/1988
] mallocing 449 bytes
] TA1  - rtems_clock_get_tod - 09:00:14   12/31/1988
] mallocing 233 bytes
] TA1  - rtems_clock_get_tod - 09:00:14   12/31/1988
] mallocing 462 bytes
] TA5  - rtems_clock_get_tod - 09:00:15   12/31/1988
] mallocing 879 bytes
] TA4  - rtems_clock_get_tod - 09:00:15   12/31/1988
] mallocing 85 bytes
] TA3  - rtems_clock_get_tod - 09:00:15   12/31/1988
] mallocing 872 bytes
] TA2  - rtems_clock_get_tod - 09:00:15   12/31/1988
] mallocing 432 bytes
] TA1  - rtems_clock_get_tod - 09:00:15   12/31/1988
] mallocing 7 bytes
] TA1  - rtems_clock_get_tod - 09:00:15   12/31/1988
] mallocing 635 bytes
] TA2  - rtems_clock_get_tod - 09:00:15   12/31/1988
] mallocing 606 bytes
] TA1  - rtems_clock_get_tod - 09:00:15   12/31/1988
] mallocing 421 bytes
] TA3  - rtems_clock_get_tod - 09:00:15   12/31/1988
] mallocing 333 bytes
] TA1  - rtems_clock_get_tod - 09:00:15   12/31/1988
] mallocing 953 bytes
] TA4  - rtems_clock_get_tod - 09:00:16   12/31/1988
] mallocing 907 bytes
] TA2  - rtems_clock_get_tod - 09:00:16   12/31/1988
] mallocing 927 bytes
] TA1  - rtems_clock_get_tod - 09:00:16   12/31/1988
] mallocing 210 bytes
] TA5  - rtems_clock_get_tod - 09:00:16   12/31/1988
] mallocing 319 bytes
] TA1  - rtems_clock_get_tod - 09:00:16   12/31/1988
] mallocing 970 bytes
] TA3  - rtems_clock_get_tod - 09:00:16   12/31/1988
] mallocing 692 bytes
] TA2  - rtems_clock_get_tod - 09:00:16   12/31/1988
] mallocing 664 bytes
] TA1  - rtems_clock_get_tod - 09:00:16   12/31/1988
] mallocing 261 bytes
] TA1  - rtems_clock_get_tod - 09:00:16   12/31/1988
] mallocing 857 bytes
] TA4  - rtems_clock_get_tod - 09:00:17   12/31/1988
] mallocing 102 bytes
] TA2  - rtems_clock_get_tod - 09:00:17   12/31/1988
] mallocing 395 bytes
] TA1  - rtems_clock_get_tod - 09:00:17   12/31/1988
] mallocing 581 bytes
] TA3  - rtems_clock_get_tod - 09:00:17   12/31/1988
] mallocing 556 bytes
] TA1  - rtems_clock_get_tod - 09:00:17   12/31/1988
] mallocing 707 bytes
] TA5  - rtems_clock_get_tod - 09:00:17   12/31/1988
] mallocing 980 bytes
] TA2  - rtems_clock_get_tod - 09:00:17   12/31/1988
] mallocing 438 bytes
] TA1  - rtems_clock_get_tod - 09:00:17   12/31/1988
] mallocing 285 bytes
] TA1  - rtems_clock_get_tod - 09:00:17   12/31/1988
] mallocing 318 bytes
] TA4  - rtems_clock_get_tod - 09:00:18   12/31/1988
] mallocing 921 bytes
] TA3  - rtems_clock_get_tod - 09:00:18   12/31/1988
] mallocing 361 bytes
] TA2  - rtems_clock_get_tod - 09:00:18   12/31/1988
] mallocing 652 bytes
] TA1  - rtems_clock_get_tod - 09:00:18   12/31/1988
] mallocing 643 bytes
] TA1  - rtems_clock_get_tod - 09:00:18   12/31/1988
] mallocing 858 bytes
] TA2  - rtems_clock_get_tod - 09:00:18   12/31/1988
] mallocing 928 bytes
] TA1  - rtems_clock_get_tod - 09:00:18   12/31/1988
] mallocing 668 bytes
] TA5  - rtems_clock_get_tod - 09:00:18   12/31/1988
] mallocing 85 bytes
] TA3  - rtems_clock_get_tod - 09:00:18   12/31/1988
] mallocing 31 bytes
] TA1  - rtems_clock_get_tod - 09:00:18   12/31/1988
] mallocing 443 bytes
] TA4  - rtems_clock_get_tod - 09:00:19   12/31/1988
] mallocing 507 bytes
] TA2  - rtems_clock_get_tod - 09:00:19   12/31/1988
] mallocing 949 bytes
] TA1  - rtems_clock_get_tod - 09:00:19   12/31/1988
] mallocing 55 bytes
] TA1  - rtems_clock_get_tod - 09:00:19   12/31/1988
] mallocing 777 bytes
] TA3  - rtems_clock_get_tod - 09:00:19   12/31/1988
] mallocing 858 bytes
] TA2  - rtems_clock_get_tod - 09:00:19   12/31/1988
] mallocing 307 bytes
] TA1  - rtems_clock_get_tod - 09:00:19   12/31/1988
] mallocing 594 bytes
] TA1  - rtems_clock_get_tod - 09:00:19   12/31/1988
] mallocing 102 bytes
] TA5  - rtems_clock_get_tod - 09:00:20   12/31/1988
] mallocing 907 bytes
] TA4  - rtems_clock_get_tod - 09:00:20   12/31/1988
] mallocing 872 bytes
] TA2  - rtems_clock_get_tod - 09:00:20   12/31/1988
] mallocing 596 bytes
] TA1  - rtems_clock_get_tod - 09:00:20   12/31/1988
] mallocing 299 bytes
] *** TIMEOUT TIMEOUT
[110/591] p:93  f:7   u:1   e:0   I:0   B:3   t:2   i:0   W:0   | riscv32/rv32i: math.exe
 <<skipping passes>>
[195/591] p:174 f:7   u:4   e:0   I:0   B:3   t:4   i:0   W:0   | riscv32/rv32i: psxfenv01.exe
Result: failed     Time: 0:00:01.034765 psxfenv01.exe
=>  run: spike --isa=RV32I ./riscv-rtems5/c/rv32i/testsuites/psxtests/psxfenv01.exe
] 
] 
=>  test start: PSXFENV 01
] *** BEGIN OF TEST PSXFENV 01 ***
] *** TEST VERSION: 5.0.0.222d687969e008cdd464b1f92c79e83671094231-modified
] *** TEST STATE: EXPECTED_PASS
] *** TEST BUILD: RTEMS_POSIX_API
] *** TEST TOOLS: 9.3.0 20200312 (RTEMS 5, RSB 5 (78c6e159d467), Newlib 7947581)
] fesetenv(FE_DFL_ENV).
] feclearexcept(FE_ALL_EXCEPT).
] Divide by zero and confirm fetestexcept()
] ../../../../../../rtems/c/src/../../testsuites/psxtests/psxfenv01/init.c: 99 fetestexcept( FE_DIVBYZERO )
] 
] *** FATAL ***
] fatal source: 5 (RTEMS_FATAL_SOURCE_EXIT)
] fatal code: 0 (0x00000000)
] RTEMS version: 5.0.0.222d687969e008cdd464b1f92c79e83671094231-modified
] RTEMS tools: 9.3.0 20200312 (RTEMS 5, RSB 5 (78c6e159d467), Newlib 7947581)
] executing thread ID: 0x08a010001
] executing thread name: UI1 
] executing thread name: UI1 
[196/591] p:174 f:7   u:4   e:0   I:0   B:3   t:4   i:0   W:0   | riscv32/rv32i: psxfile01.exe
 <<skipping passes>>
[206/591] p:183 f:8   u:4   e:0   I:0   B:3   t:4   i:0   W:0   | riscv32/rv32i: psxintrcritical01.exe
Result: timeout    Time: 0:03:00.191808 psxintrcritical01.exe
=>  run: spike --isa=RV32I ./riscv-rtems5/c/rv32i/testsuites/psxtests/psxintrcritical01.exe
] 
] 
=>  test start: PSXINTRCRITICAL 1
] *** BEGIN OF TEST PSXINTRCRITICAL 1 ***
] *** TEST VERSION: 5.0.0.222d687969e008cdd464b1f92c79e83671094231-modified
] *** TEST STATE: EXPECTED_PASS
] *** TEST BUILD: RTEMS_POSIX_API
] *** TEST TOOLS: 9.3.0 20200312 (RTEMS 5, RSB 5 (78c6e159d467), Newlib 7947581)
] Init - Trying to generate timer fire from ISR while firing
] Init - Variation is: POSIX Timer
] Init - There is no way for the test to know if it hits the case
] *** TIMEOUT TIMEOUT
[207/591] p:184 f:8   u:4   e:0   I:0   B:3   t:4   i:0   W:0   | riscv32/rv32i: psxinttypes01.exe
 <<skipping passes>>
[248/591] p:225 f:8   u:4   e:0   I:0   B:3   t:4   i:0   W:0   | riscv32/rv32i: psxstack02.exe
error: spike.cfg:58: execute failed: spike --isa=RV32I ./riscv-rtems5/c/rv32i/testsuites/rhealstone/rhtaskpreempt.exe: exit-code:6
error: spike.cfg:58: execute failed: spike --isa=RV32I ./riscv-rtems5/c/rv32i/testsuites/rhealstone/rhtaskswitch.exe: exit-code:6
[249/591] p:226 f:8   u:4   e:0   I:0   B:3   t:4   i:0   W:0   | riscv32/rv32i: psxstat.exe
 <<skipping passes>>
[254/591] p:230 f:8   u:4   e:0   I:0   B:3   t:5   i:0   W:0   | riscv32/rv32i: psxtimer01.exe
Result: timeout    Time: 0:03:00.225265 psxtimer01.exe
=>  run: spike --isa=RV32I ./riscv-rtems5/c/rv32i/testsuites/psxtests/psxtimer01.exe
] 
] 
=>  test start: PSXTIMER 1
] *** BEGIN OF TEST PSXTIMER 1 ***
] *** TEST VERSION: 5.0.0.222d687969e008cdd464b1f92c79e83671094231-modified
] *** TEST STATE: EXPECTED_PASS
] *** TEST BUILD: RTEMS_POSIX_API
] *** TEST TOOLS: 9.3.0 20200312 (RTEMS 5, RSB 5 (78c6e159d467), Newlib 7947581)
] task A: timer_settime - value=0:0 interval=0:0
] Executing task B with count = 10 Fri Jan  1 00:00:02 1988
] Executing task A with count = 20 Fri Jan  1 00:00:02 1988
] Executing task A with count = 19 Fri Jan  1 00:00:03 1988
] Executing task B with count =  9 Fri Jan  1 00:00:04 1988
] Executing task A with count = 18 Fri Jan  1 00:00:04 1988
] Executing task A with count = 17 Fri Jan  1 00:00:05 1988
] Executing task B with count =  8 Fri Jan  1 00:00:06 1988
] Executing task C with count =  6 Fri Jan  1 00:00:06 1988
] Executing task A with count = 16 Fri Jan  1 00:00:06 1988
] Executing task A with count = 15 Fri Jan  1 00:00:07 1988
] Executing task B with count =  7 Fri Jan  1 00:00:08 1988
] Executing task A with count = 14 Fri Jan  1 00:00:08 1988
] Executing task C with count =  5 Fri Jan  1 00:00:09 1988
] Executing task A with count = 13 Fri Jan  1 00:00:09 1988
] Executing task B with count =  6 Fri Jan  1 00:00:10 1988
] Executing task A with count = 12 Fri Jan  1 00:00:10 1988
] Executing task A with count = 11 Fri Jan  1 00:00:11 1988
] Executing task B with count =  5 Fri Jan  1 00:00:12 1988
] Executing task C with count =  4 Fri Jan  1 00:00:12 1988
] Executing task A with count = 10 Fri Jan  1 00:00:12 1988
] Executing task A with count =  9 Fri Jan  1 00:00:13 1988
] Executing task B with count =  4 Fri Jan  1 00:00:14 1988
] Executing task A with count =  8 Fri Jan  1 00:00:14 1988
] Executing task C with count =  3 Fri Jan  1 00:00:15 1988
] Executing task A with count =  7 Fri Jan  1 00:00:15 1988
] Executing task B with count =  3 Fri Jan  1 00:00:16 1988
] Executing task A with count =  6 Fri Jan  1 00:00:16 1988
] Executing task A with count =  5 Fri Jan  1 00:00:17 1988
] Executing task B with count =  2 Fri Jan  1 00:00:18 1988
] Executing task C with count =  2 Fri Jan  1 00:00:18 1988
] Executing task A with count =  4 Fri Jan  1 00:00:18 1988
] Executing task A with count =  3 Fri Jan  1 00:00:19 1988
] Executing task B with count =  1 Fri Jan  1 00:00:20 1988
] Executing task A with count =  2 Fri Jan  1 00:00:20 1988
] Executing task C with count =  1 Fri Jan  1 00:00:21 1988
] Executing task A with count =  1 Fri Jan  1 00:00:21 1988
] task C: timer_getoverrun - overruns=0
] task C: timer_gettime - 1:990000000 remaining from 3:0
] *** TIMEOUT TIMEOUT
[255/591] p:231 f:8   u:4   e:0   I:0   B:3   t:5   i:0   W:0   | riscv32/rv32i: psxtimer02.exe
 <<skipping passes>>
[319/591] p:295 f:8   u:4   e:0   I:0   B:3   t:5   i:0   W:0   | riscv32/rv32i: rhtaskpreempt.exe
Result: invalid    Time: 0:00:01.013581 rhtaskpreempt.exe
=>  run: spike --isa=RV32I ./riscv-rtems5/c/rv32i/testsuites/rhealstone/rhtaskpreempt.exe
] *** FAILED *** (tohost = 6)
[320/591] p:295 f:8   u:4   e:0   I:0   B:3   t:5   i:1   W:0   | riscv32/rv32i: rhtaskswitch.exe
Result: invalid    Time: 0:00:01.008927 rhtaskswitch.exe
=>  run: spike --isa=RV32I ./riscv-rtems5/c/rv32i/testsuites/rhealstone/rhtaskswitch.exe
] *** FAILED *** (tohost = 6)
[321/591] p:295 f:8   u:4   e:0   I:0   B:3   t:5   i:2   W:0   | riscv32/rv32i: base_sp.exe
 <<skipping passes>>
[332/591] p:304 f:8   u:6   e:0   I:0   B:3   t:5   i:2   W:0   | riscv32/rv32i: sp01.exe
Result: timeout    Time: 0:03:00.234459 sp01.exe
=>  run: spike --isa=RV32I ./riscv-rtems5/c/rv32i/testsuites/sptests/sp01.exe
] 
] 
=>  test start: SP 1
] *** BEGIN OF TEST SP 1 ***
] *** TEST VERSION: 5.0.0.222d687969e008cdd464b1f92c79e83671094231-modified
] *** TEST STATE: EXPECTED_PASS
] *** TEST BUILD: RTEMS_POSIX_API
] *** TEST TOOLS: 9.3.0 20200312 (RTEMS 5, RSB 5 (78c6e159d467), Newlib 7947581)
] TA1  - rtems_clock_get_tod - 09:00:00   12/31/1988
] TA2  - rtems_clock_get_tod - 09:00:00   12/31/1988
] TA3  - rtems_clock_get_tod - 09:00:00   12/31/1988
] TA1  - rtems_clock_get_tod - 09:00:04   12/31/1988
] TA2  - rtems_clock_get_tod - 09:00:09   12/31/1988
] TA1  - rtems_clock_get_tod - 09:00:09   12/31/1988
] TA3  - rtems_clock_get_tod - 09:00:14   12/31/1988
] TA1  - rtems_clock_get_tod - 09:00:14   12/31/1988
] TA2  - rtems_clock_get_tod - 09:00:19   12/31/1988
] TA1  - rtems_clock_get_tod - 09:00:19   12/31/1988
] *** TIMEOUT TIMEOUT
[333/591] p:304 f:8   u:6   e:0   I:0   B:3   t:6   i:2   W:0   | riscv32/rv32i: sp02.exe
 <<skipping passes>>
[335/591] p:306 f:8   u:6   e:0   I:0   B:3   t:6   i:2   W:0   | riscv32/rv32i: sp04.exe
Result: timeout    Time: 0:03:00.225315 sp04.exe
=>  run: spike --isa=RV32I ./riscv-rtems5/c/rv32i/testsuites/sptests/sp04.exe
] 
] 
=>  test start: SP 4
] *** BEGIN OF TEST SP 4 ***
] *** TEST VERSION: 5.0.0.222d687969e008cdd464b1f92c79e83671094231-modified
] *** TEST STATE: EXPECTED_PASS
] *** TEST BUILD: RTEMS_POSIX_API
] *** TEST TOOLS: 9.3.0 20200312 (RTEMS 5, RSB 5 (78c6e159d467), Newlib 7947581)
] TA1 - rtems_task_suspend - on Task 2
] TA1 - rtems_task_suspend - on Task 3
] TA1 - killing time
] TA1 - rtems_task_resume - on Task 2
] TA1 - rtems_task_resume - on Task 3
] TA1 - rtems_task_mode - change mode to NO RTEMS_PREEMPT
] TA1 - 09:15:09   12/31/1988
] TA1 - 09:15:10   12/31/1988
] TA1 - 09:15:11   12/31/1988
] TA1 - 09:15:12   12/31/1988
] TA1 - 09:15:13   12/31/1988
] TA1 - 09:15:14   12/31/1988
] TA1 - rtems_task_mode - change mode to RTEMS_PREEMPT
] *** TIMEOUT TIMEOUT
[336/591] p:307 f:8   u:6   e:0   I:0   B:3   t:6   i:2   W:0   | riscv32/rv32i: sp05.exe
 <<skipping passes>>
[348/591] p:318 f:8   u:6   e:0   I:0   B:3   t:7   i:2   W:0   | riscv32/rv32i: sp19.exe
Result: timeout    Time: 0:03:00.213566 sp19.exe
=>  run: spike --isa=RV32I ./riscv-rtems5/c/rv32i/testsuites/sptests/sp19.exe
] 
] 
=>  test start: SP 19
] *** BEGIN OF TEST SP 19 ***
] *** TEST VERSION: 5.0.0.222d687969e008cdd464b1f92c79e83671094231-modified
] *** TEST STATE: EXPECTED_PASS
] *** TEST BUILD: RTEMS_POSIX_API
] *** TEST TOOLS: 9.3.0 20200312 (RTEMS 5, RSB 5 (78c6e159d467), Newlib 7947581)
] 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)
] TA5  - float base = (5000.5)
] TA5  - rtems_clock_get_tod - 09:00:04   12/31/1988
] TA1  - rtems_clock_get_tod - 09:00:04   12/31/1988
] TA4  - rtems_clock_get_tod - 09:00:05   12/31/1988
] TA5  - rtems_clock_get_tod - 09:00:05   12/31/1988
] TA4  - rtems_clock_get_tod - 09:00:06   12/31/1988
] TA5  - rtems_clock_get_tod - 09:00:06   12/31/1988
] TA4  - rtems_clock_get_tod - 09:00:07   12/31/1988
] TA5  - rtems_clock_get_tod - 09:00:07   12/31/1988
] TA4  - rtems_clock_get_tod - 09:00:08   12/31/1988
] TA5  - rtems_clock_get_tod - 09:00:08   12/31/1988
] TA2  - rtems_clock_get_tod - 09:00:09   12/31/1988
] TA1  - rtems_clock_get_tod - 09:00:09   12/31/1988
] TA4  - rtems_clock_get_tod - 09:00:09   12/31/1988
] TA5  - rtems_clock_get_tod - 09:00:09   12/31/1988
] TA4  - rtems_clock_get_tod - 09:00:10   12/31/1988
] TA5  - rtems_clock_get_tod - 09:00:10   12/31/1988
] TA4  - rtems_clock_get_tod - 09:00:11   12/31/1988
] TA5  - rtems_clock_get_tod - 09:00:11   12/31/1988
] *** TIMEOUT TIMEOUT
[349/591] p:318 f:8   u:6   e:0   I:0   B:3   t:8   i:2   W:0   | riscv32/rv32i: sp20.exe
Result: timeout    Time: 0:03:00.214455 sp20.exe
=>  run: spike --isa=RV32I ./riscv-rtems5/c/rv32i/testsuites/sptests/sp20.exe
] 
] 
=>  test start: SP 20
] *** BEGIN OF TEST SP 20 ***
] *** TEST VERSION: 5.0.0.222d687969e008cdd464b1f92c79e83671094231-modified
] *** TEST STATE: EXPECTED_PASS
] *** TEST BUILD: RTEMS_POSIX_API
] *** TEST TOOLS: 9.3.0 20200312 (RTEMS 5, RSB 5 (78c6e159d467), Newlib 7947581)
] TA1 - rtems_rate_monotonic_create id = 0x42010001
] TA1 - rtems_rate_monotonic_ident id = 0x42010001
] TA1 - (0x42010001) period 2
] TA2 - rtems_rate_monotonic_create id = 0x42010002
] TA2 - rtems_rate_monotonic_ident id = 0x42010002
] TA2 - (0x42010002) period 2
] TA3 - rtems_rate_monotonic_create id = 0x42010003
] TA3 - rtems_rate_monotonic_ident id = 0x42010003
] TA3 - (0x42010003) period 2
] TA4 - rtems_rate_monotonic_create id = 0x42010004
] TA4 - rtems_rate_monotonic_ident id = 0x42010004
] TA4 - (0x42010004) period 2
] TA5 - rtems_rate_monotonic_create id = 0x42010005
] TA5 - rtems_rate_monotonic_ident id = 0x42010005
] TA5 - (0x42010005) period 100
] TA6 - rtems_rate_monotonic_create id = 0x42010006
] TA6 - rtems_rate_monotonic_ident id = 0x42010006
] TA6 - (0x42010006) period 0
] TA5 - PERIODS CHECK OK (1)
] TA5 - PERIODS CHECK OK (2)
] TA5 - PERIODS CHECK OK (3)
] *** TIMEOUT TIMEOUT
[350/591] p:319 f:8   u:6   e:0   I:0   B:3   t:8   i:2   W:0   | riscv32/rv32i: sp2038.exe
 <<skipping passes>>
[354/591] p:323 f:8   u:6   e:0   I:0   B:3   t:8   i:2   W:0   | riscv32/rv32i: sp24.exe
Result: timeout    Time: 0:03:00.224983 sp24.exe
=>  run: spike --isa=RV32I ./riscv-rtems5/c/rv32i/testsuites/sptests/sp24.exe
] 
] 
=>  test start: SP 24
] *** BEGIN OF TEST SP 24 ***
] *** TEST VERSION: 5.0.0.222d687969e008cdd464b1f92c79e83671094231-modified
] *** TEST STATE: EXPECTED_PASS
] *** TEST BUILD: RTEMS_POSIX_API
] *** TEST TOOLS: 9.3.0 20200312 (RTEMS 5, RSB 5 (78c6e159d467), Newlib 7947581)
] TA1  - rtems_clock_get_tod - 09:00:00   12/31/1988
] TA2  - rtems_clock_get_tod - 09:00:00   12/31/1988
] TA3  - rtems_clock_get_tod - 09:00:00   12/31/1988
] TA1  - rtems_clock_get_tod - 09:00:04   12/31/1988
] TA2  - rtems_clock_get_tod - 09:00:09   12/31/1988
] TA1  - rtems_clock_get_tod - 09:00:09   12/31/1988
] TA3  - rtems_clock_get_tod - 09:00:14   12/31/1988
] TA1  - rtems_clock_get_tod - 09:00:14   12/31/1988
] TA2  - rtems_clock_get_tod - 09:00:19   12/31/1988
] TA1  - rtems_clock_get_tod - 09:00:19   12/31/1988
] *** TIMEOUT TIMEOUT
[355/591] p:324 f:8   u:6   e:0   I:0   B:3   t:8   i:2   W:0   | riscv32/rv32i: sp25.exe
 <<skipping passes>>
[359/591] p:327 f:8   u:6   e:0   I:0   B:3   t:9   i:2   W:0   | riscv32/rv32i: sp29.exe
error: spike.cfg:58: execute failed: spike --isa=RV32I ./riscv-rtems5/c/rv32i/testsuites/sptests/sp42.exe: exit-code:255
[360/591] p:327 f:8   u:6   e:0   I:0   B:3   t:10  i:2   W:0   | riscv32/rv32i: sp30.exe
Result: timeout    Time: 0:03:00.225366 sp30.exe
=>  run: spike --isa=RV32I ./riscv-rtems5/c/rv32i/testsuites/sptests/sp30.exe
] 
] 
=>  test start: SP 30
] *** BEGIN OF TEST SP 30 ***
] *** TEST VERSION: 5.0.0.222d687969e008cdd464b1f92c79e83671094231-modified
] *** TEST STATE: EXPECTED_PASS
] *** TEST BUILD: RTEMS_POSIX_API
] *** TEST TOOLS: 9.3.0 20200312 (RTEMS 5, RSB 5 (78c6e159d467), Newlib 7947581)
] timer_initiate_server -- INVALID_PRIORITY
] timer_initiate_server -- OK
] timer_initiate_server -- already started
] TA1  - rtems_clock_get_tod - 09:00:00   12/31/1988
] TA2  - rtems_clock_get_tod - 09:00:00   12/31/1988
] TA3  - rtems_clock_get_tod - 09:00:00   12/31/1988
] TA1  - rtems_clock_get_tod - 09:00:04   12/31/1988
] TA2  - rtems_clock_get_tod - 09:00:09   12/31/1988
] TA1  - rtems_clock_get_tod - 09:00:09   12/31/1988
] TA3  - rtems_clock_get_tod - 09:00:14   12/31/1988
] TA1  - rtems_clock_get_tod - 09:00:14   12/31/1988
] TA2  - rtems_clock_get_tod - 09:00:19   12/31/1988
] TA1  - rtems_clock_get_tod - 09:00:19   12/31/1988
] TA1  - rtems_clock_get_tod - 09:00:24   12/31/1988
] TA3  - rtems_clock_get_tod - 09:00:29   12/31/1988
] TA2  - rtems_clock_get_tod - 09:00:29   12/31/1988
] TA1  - rtems_clock_get_tod - 09:00:29   12/31/1988
] *** TIMEOUT TIMEOUT
[361/591] p:328 f:8   u:6   e:0   I:0   B:3   t:10  i:2   W:0   | riscv32/rv32i: sp31.exe
 <<skipping passes>>
[370/591] p:336 f:8   u:6   e:0   I:0   B:3   t:11  i:2   W:0   | riscv32/rv32i: sp42.exe
Result: failed     Time: 0:00:05.042195 sp42.exe
=>  run: spike --isa=RV32I ./riscv-rtems5/c/rv32i/testsuites/sptests/sp42.exe
] 
] 
=>  test start: SP 42
] *** BEGIN OF TEST SP 42 ***
] *** TEST VERSION: 5.0.0.222d687969e008cdd464b1f92c79e83671094231-modified
] *** TEST STATE: EXPECTED_PASS
] *** TEST BUILD: RTEMS_POSIX_API
] *** TEST TOOLS: 9.3.0 20200312 (RTEMS 5, RSB 5 (78c6e159d467), Newlib 7947581)
] Exercising blocking discipline w/extract in FIFO order 
] Exercising blocking discipline w/unblock in FIFO order
] TA00 - unblocked - OK
] TA01 - unblocked - OK
] TA02 - unblocked - OK
] TA03 - unblocked - OK
] TA04 - unblocked - OK
] TA05 - unblocked - OK
] TA06 - unblocked - OK
] TA07 - unblocked - OK
] TA08 - unblocked - OK
] TA09 - unblocked - OK
] TA10 - unblocked - OK
] TA11 - unblocked - OK
] TA12 - unblocked - OK
] TA13 - unblocked - OK
] TA14 - unblocked - OK
] TA15 - unblocked - OK
] TA16 - unblocked - OK
] TA17 - unblocked - OK
] TA18 - unblocked - OK
] TA19 - unblocked - OK
] Exercising blocking discipline w/extract in priority order 
] Exercising blocking discipline w/unblock in priority order
] TA04 - unblocked - OK
] TA05 - unblocked - OK
] TA06 - unblocked - OK
] TA07 - unblocked - OK
] terminate called after throwing an instance of 'trap_load_access_fault'
[371/591] p:337 f:8   u:6   e:0   I:0   B:3   t:11  i:2   W:0   | riscv32/rv32i: sp43.exe
 <<skipping passes>>
[425/591] p:389 f:9   u:6   e:0   I:0   B:3   t:12  i:2   W:0   | riscv32/rv32i: spedfsched03.exe
Result: timeout    Time: 0:03:00.239837 spedfsched03.exe
=>  run: spike --isa=RV32I ./riscv-rtems5/c/rv32i/testsuites/sptests/spedfsched03.exe
] 
] 
=>  test start: SPEDFSCHED 3
] *** BEGIN OF TEST SPEDFSCHED 3 ***
] *** TEST VERSION: 5.0.0.222d687969e008cdd464b1f92c79e83671094231-modified
] *** TEST STATE: EXPECTED_PASS
] *** TEST BUILD: RTEMS_POSIX_API
] *** TEST TOOLS: 9.3.0 20200312 (RTEMS 5, RSB 5 (78c6e159d467), Newlib 7947581)
] PT1 - rtems_rate_monotonic_create id = 0x42010001
] PT1 - rtems_rate_monotonic_ident id = 0x42010001
] PT1 - (0x42010001) period 30
] PT2 - rtems_rate_monotonic_create id = 0x42010002
] PT2 - rtems_rate_monotonic_ident id = 0x42010002
] PT2 - (0x42010002) period 40
] PT3 - rtems_rate_monotonic_create id = 0x42010003
] PT3 - rtems_rate_monotonic_ident id = 0x42010003
] PT3 - (0x42010003) period 50
] PT4 - rtems_rate_monotonic_create id = 0x42010004
] PT4 - rtems_rate_monotonic_ident id = 0x42010004
] PT4 - (0x42010004) period 70
] AT5 AT6 P1-S ticks:2
] P1-F ticks:12
] P2-S ticks:12
] P2-F ticks:22
] P3-S ticks:22
] P1-S ticks:32
] P1-F ticks:42
] P3-F ticks:42
] P4-S ticks:42
] P2-S ticks:52
] P2-F ticks:62
] P1-S ticks:62
] P1-F ticks:72
] P4-F ticks:72
] P3-S ticks:72
] P3-F ticks:82
] AT6-S ticks:82
] P6-F ticks:87
] Killing task 6
] AT5-S ticks:87
] P1-S ticks:92
] P1-F ticks:102
] P2-S ticks:102
] P2-F ticks:112
] P4-S ticks:112
] P1-S ticks:122
] P1-F ticks:132
] P3-S ticks:132
] P3-F ticks:142
] P2-S ticks:142
] P2-F ticks:152
] P4-F ticks:152
] P1-S ticks:152
] P1-F ticks:162
] P2-S ticks:172
] P2-F ticks:182
] P1-S ticks:182
] P1-F ticks:192
] P3-S ticks:192
] P3-F ticks:202
] P4-S ticks:202
] P1-S ticks:212
] P1-F ticks:222
] P4-F ticks:222
] P2-S ticks:222
] P2-F ticks:232
] P3-S ticks:232
] P3-F ticks:242
] P1-S ticks:242
] P1-F ticks:252
] P2-S ticks:252
] P2-F ticks:262
] P4-S ticks:262
] P1-S ticks:272
] P1-F ticks:282
] P4-F ticks:282
] P3-S ticks:282
] P3-F ticks:292
] P2-S ticks:292
] P2-F ticks:302
] P1-S ticks:302
] P1-F ticks:312
] P5-F ticks:312
] Killing task 5
] P3-S ticks:322
] P1-S ticks:332
] P1-F ticks:342
] P3-F ticks:342
] P2-S ticks:342
] P2-F ticks:352
] P4-S ticks:352
] P4-F ticks:362
] P1-S ticks:362
] P1-F ticks:372
] P2-S ticks:372
] P2-F ticks:382
] P3-S ticks:382
] P3-F ticks:392
] P1-S ticks:392
] P1-F ticks:402
] P4-S ticks:402
] P2-S ticks:412
] P2-F ticks:422
] P1-S ticks:422
] P1-F ticks:432
] P4-F ticks:432
] P3-S ticks:432
] P3-F ticks:442
] P1-S ticks:452
] P1-F ticks:462
] P2-S ticks:462
] P2-F ticks:472
] P3-S ticks:472
] P1-S ticks:482
] P1-F ticks:492
] P3-F ticks:492
] P4-S ticks:492
] P4-F ticks:502
] P2-S ticks:502
] P2-F ticks:512
] P1-S ticks:512
] P1-F ticks:522
] P3-S ticks:522
] P3-F ticks:532
] P2-S ticks:532
] P2-F ticks:542
] P1-S ticks:542
] P1-F ticks:552
] P4-S ticks:552
] P4-F ticks:562
] P1-S ticks:572
] P1-F ticks:582
] P2-S ticks:582
] P2-F ticks:592
] P3-S ticks:592
] P3-F ticks:602
] P1-S ticks:602
] P1-F ticks:612
] P2-S ticks:612
] P2-F ticks:622
] P4-S ticks:622
] P1-S ticks:632
] P1-F ticks:642
] P4-F ticks:642
] P3-S ticks:642
] P3-F ticks:652
] P2-S ticks:652
] P2-F ticks:662
] P1-S ticks:662
] P1-F ticks:672
] P3-S ticks:672
] P3-F ticks:682
] P4-S ticks:682
] P1-S ticks:692
] P1-F ticks:702
] P2-S ticks:702
] P2-F ticks:712
] P4-F ticks:712
] P1-S ticks:722
] P1-F ticks:732
] P3-S ticks:732
] P3-F ticks:742
] P2-S ticks:742
] P2-F ticks:752
] P1-S ticks:752
] P1-F ticks:762
] P4-S ticks:762
] P4-F ticks:772
] P2-S ticks:772
] P2-F ticks:782
] P1-S ticks:782
] *** TIMEOUT TIMEOUT
[426/591] p:390 f:9   u:6   e:0   I:0   B:3   t:12  i:2   W:0   | riscv32/rv32i: spedfsched04.exe
 <<skipping passes>>
[466/591] p:430 f:9   u:6   e:0   I:0   B:3   t:12  i:2   W:0   | riscv32/rv32i: spintrcritical01.exe
Result: failed     Time: 0:00:01.032522 spintrcritical01.exe
=>  run: spike --isa=RV32I ./riscv-rtems5/c/rv32i/testsuites/sptests/spintrcritical01.exe
] 
] 
=>  test start: SPINTRCRITICAL 1
] *** BEGIN OF TEST SPINTRCRITICAL 1 ***
] *** TEST VERSION: 5.0.0.222d687969e008cdd464b1f92c79e83671094231-modified
] *** TEST STATE: EXPECTED_PASS
] *** TEST BUILD: RTEMS_POSIX_API
] *** TEST TOOLS: 9.3.0 20200312 (RTEMS 5, RSB 5 (78c6e159d467), Newlib 7947581)
] 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.222d687969e008cdd464b1f92c79e83671094231-modified
] RTEMS tools: 9.3.0 20200312 (RTEMS 5, RSB 5 (78c6e159d467), Newlib 7947581)
] executing thread ID: 0x08a010001
] executing thread name: UI1 
] executing thread name: UI1 
[467/591] p:431 f:9   u:6   e:0   I:0   B:3   t:12  i:2   W:0   | riscv32/rv32i: spintrcritical02.exe
Result: failed     Time: 0:00:01.005334 spintrcritical02.exe
=>  run: spike --isa=RV32I ./riscv-rtems5/c/rv32i/testsuites/sptests/spintrcritical02.exe
] 
] 
=>  test start: SPINTRCRITICAL 2
] *** BEGIN OF TEST SPINTRCRITICAL 2 ***
] *** TEST VERSION: 5.0.0.222d687969e008cdd464b1f92c79e83671094231-modified
] *** TEST STATE: EXPECTED_PASS
] *** TEST BUILD: RTEMS_POSIX_API
] *** TEST TOOLS: 9.3.0 20200312 (RTEMS 5, RSB 5 (78c6e159d467), Newlib 7947581)
] 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.222d687969e008cdd464b1f92c79e83671094231-modified
] RTEMS tools: 9.3.0 20200312 (RTEMS 5, RSB 5 (78c6e159d467), Newlib 7947581)
] executing thread ID: 0x08a010001
] executing thread name: UI1 
] executing thread name: UI1 
[468/591] p:431 f:10  u:6   e:0   I:0   B:3   t:12  i:2   W:0   | riscv32/rv32i: spintrcritical03.exe
Result: failed     Time: 0:00:01.008066 spintrcritical03.exe
=>  run: spike --isa=RV32I ./riscv-rtems5/c/rv32i/testsuites/sptests/spintrcritical03.exe
] 
] 
=>  test start: SPINTRCRITICAL 3
] *** BEGIN OF TEST SPINTRCRITICAL 3 ***
] *** TEST VERSION: 5.0.0.222d687969e008cdd464b1f92c79e83671094231-modified
] *** TEST STATE: EXPECTED_PASS
] *** TEST BUILD: RTEMS_POSIX_API
] *** TEST TOOLS: 9.3.0 20200312 (RTEMS 5, RSB 5 (78c6e159d467), Newlib 7947581)
] 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.222d687969e008cdd464b1f92c79e83671094231-modified
] RTEMS tools: 9.3.0 20200312 (RTEMS 5, RSB 5 (78c6e159d467), Newlib 7947581)
] executing thread ID: 0x08a010001
] executing thread name: UI1 
] executing thread name: UI1 
[469/591] p:432 f:10  u:6   e:0   I:0   B:3   t:12  i:2   W:0   | riscv32/rv32i: spintrcritical04.exe
Result: failed     Time: 0:00:01.005878 spintrcritical04.exe
=>  run: spike --isa=RV32I ./riscv-rtems5/c/rv32i/testsuites/sptests/spintrcritical04.exe
] 
] 
=>  test start: SPINTRCRITICAL 4
] *** BEGIN OF TEST SPINTRCRITICAL 4 ***
] *** TEST VERSION: 5.0.0.222d687969e008cdd464b1f92c79e83671094231-modified
] *** TEST STATE: EXPECTED_PASS
] *** TEST BUILD: RTEMS_POSIX_API
] *** TEST TOOLS: 9.3.0 20200312 (RTEMS 5, RSB 5 (78c6e159d467), Newlib 7947581)
] 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.222d687969e008cdd464b1f92c79e83671094231-modified
] RTEMS tools: 9.3.0 20200312 (RTEMS 5, RSB 5 (78c6e159d467), Newlib 7947581)
] executing thread ID: 0x08a010001
] executing thread name: UI1 
] executing thread name: UI1 
[470/591] p:432 f:11  u:6   e:0   I:0   B:3   t:12  i:2   W:0   | riscv32/rv32i: spintrcritical05.exe
Result: failed     Time: 0:00:01.012344 spintrcritical05.exe
=>  run: spike --isa=RV32I ./riscv-rtems5/c/rv32i/testsuites/sptests/spintrcritical05.exe
] 
] 
=>  test start: SPINTRCRITICAL 5
] *** BEGIN OF TEST SPINTRCRITICAL 5 ***
] *** TEST VERSION: 5.0.0.222d687969e008cdd464b1f92c79e83671094231-modified
] *** TEST STATE: EXPECTED_PASS
] *** TEST BUILD: RTEMS_POSIX_API
] *** TEST TOOLS: 9.3.0 20200312 (RTEMS 5, RSB 5 (78c6e159d467), Newlib 7947581)
] 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.222d687969e008cdd464b1f92c79e83671094231-modified
] RTEMS tools: 9.3.0 20200312 (RTEMS 5, RSB 5 (78c6e159d467), Newlib 7947581)
] executing thread ID: 0x08a010001
] executing thread name: UI1 
] executing thread name: UI1 
[471/591] p:432 f:12  u:6   e:0   I:0   B:3   t:12  i:2   W:0   | riscv32/rv32i: spintrcritical06.exe
[472/591] p:432 f:13  u:6   e:0   I:0   B:3   t:12  i:2   W:0   | riscv32/rv32i: spintrcritical07.exe
Result: timeout    Time: 0:03:00.189408 spintrcritical07.exe
=>  run: spike --isa=RV32I ./riscv-rtems5/c/rv32i/testsuites/sptests/spintrcritical07.exe
] 
] 
=>  test start: SPINTRCRITICAL 7
] *** BEGIN OF TEST SPINTRCRITICAL 7 ***
] *** TEST VERSION: 5.0.0.222d687969e008cdd464b1f92c79e83671094231-modified
] *** TEST STATE: EXPECTED_PASS
] *** TEST BUILD: RTEMS_POSIX_API
] *** TEST TOOLS: 9.3.0 20200312 (RTEMS 5, RSB 5 (78c6e159d467), Newlib 7947581)
] 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
[473/591] p:432 f:14  u:6   e:0   I:0   B:3   t:12  i:2   W:0   | riscv32/rv32i: spintrcritical08.exe
 <<skipping passes>>
[475/591] p:434 f:14  u:6   e:0   I:0   B:3   t:12  i:2   W:0   | riscv32/rv32i: spintrcritical10.exe
Result: failed     Time: 0:00:01.040126 spintrcritical10.exe
=>  run: spike --isa=RV32I ./riscv-rtems5/c/rv32i/testsuites/sptests/spintrcritical10.exe
] 
] 
=>  test start: SPINTRCRITICAL 10
] *** BEGIN OF TEST SPINTRCRITICAL 10 ***
] *** TEST VERSION: 5.0.0.222d687969e008cdd464b1f92c79e83671094231-modified
] *** TEST STATE: EXPECTED_PASS
] *** TEST BUILD: RTEMS_POSIX_API
] *** TEST TOOLS: 9.3.0 20200312 (RTEMS 5, RSB 5 (78c6e159d467), Newlib 7947581)
] 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.222d687969e008cdd464b1f92c79e83671094231-modified
] RTEMS tools: 9.3.0 20200312 (RTEMS 5, RSB 5 (78c6e159d467), Newlib 7947581)
] executing thread ID: 0x08a010001
] executing thread name: UI1 
] executing thread name: UI1 
[476/591] p:434 f:15  u:6   e:0   I:0   B:3   t:12  i:2   W:0   | riscv32/rv32i: spintrcritical11.exe
 <<skipping passes>>
[480/591] p:438 f:15  u:6   e:0   I:0   B:3   t:12  i:2   W:0   | riscv32/rv32i: spintrcritical15.exe
Result: timeout    Time: 0:03:00.226589 spintrcritical15.exe
=>  run: spike --isa=RV32I ./riscv-rtems5/c/rv32i/testsuites/sptests/spintrcritical15.exe
] 
] 
=>  test start: SPINTRCRITICAL 15
] *** BEGIN OF TEST SPINTRCRITICAL 15 ***
] *** TEST VERSION: 5.0.0.222d687969e008cdd464b1f92c79e83671094231-modified
] *** TEST STATE: EXPECTED_PASS
] *** TEST BUILD: RTEMS_POSIX_API
] *** TEST TOOLS: 9.3.0 20200312 (RTEMS 5, RSB 5 (78c6e159d467), Newlib 7947581)
] 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
[481/591] p:439 f:15  u:6   e:0   I:0   B:3   t:12  i:2   W:0   | riscv32/rv32i: spintrcritical16.exe
Result: failed     Time: 0:00:01.037723 spintrcritical16.exe
=>  run: spike --isa=RV32I ./riscv-rtems5/c/rv32i/testsuites/sptests/spintrcritical16.exe
] 
] 
=>  test start: SPINTRCRITICAL 16
] *** BEGIN OF TEST SPINTRCRITICAL 16 ***
] *** TEST VERSION: 5.0.0.222d687969e008cdd464b1f92c79e83671094231-modified
] *** TEST STATE: EXPECTED_PASS
] *** TEST BUILD: RTEMS_POSIX_API
] *** TEST TOOLS: 9.3.0 20200312 (RTEMS 5, RSB 5 (78c6e159d467), Newlib 7947581)
] 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.222d687969e008cdd464b1f92c79e83671094231-modified
] RTEMS tools: 9.3.0 20200312 (RTEMS 5, RSB 5 (78c6e159d467), Newlib 7947581)
] executing thread ID: 0x08a010001
] executing thread name: UI1 
] executing thread name: UI1 
[482/591] p:439 f:16  u:6   e:0   I:0   B:3   t:12  i:2   W:0   | riscv32/rv32i: spintrcritical18.exe
Result: timeout    Time: 0:03:00.229582 spintrcritical18.exe
=>  run: spike --isa=RV32I ./riscv-rtems5/c/rv32i/testsuites/sptests/spintrcritical18.exe
] 
] 
=>  test start: SPINTRCRITICAL 18
] *** BEGIN OF TEST SPINTRCRITICAL 18 ***
] *** TEST VERSION: 5.0.0.222d687969e008cdd464b1f92c79e83671094231-modified
] *** TEST STATE: EXPECTED_PASS
] *** TEST BUILD: RTEMS_POSIX_API
] *** TEST TOOLS: 9.3.0 20200312 (RTEMS 5, RSB 5 (78c6e159d467), Newlib 7947581)
] *** TIMEOUT TIMEOUT
[483/591] p:439 f:16  u:6   e:0   I:0   B:3   t:13  i:2   W:0   | riscv32/rv32i: spintrcritical20.exe
[484/591] p:440 f:16  u:6   e:0   I:0   B:3   t:13  i:2   W:0   | riscv32/rv32i: spintrcritical21.exe
Result: failed     Time: 0:00:01.049458 spintrcritical21.exe
=>  run: spike --isa=RV32I ./riscv-rtems5/c/rv32i/testsuites/sptests/spintrcritical21.exe
] 
] 
=>  test start: SPINTRCRITICAL 21
] *** BEGIN OF TEST SPINTRCRITICAL 21 ***
] *** TEST VERSION: 5.0.0.222d687969e008cdd464b1f92c79e83671094231-modified
] *** TEST STATE: EXPECTED_PASS
] *** TEST BUILD: RTEMS_POSIX_API
] *** TEST TOOLS: 9.3.0 20200312 (RTEMS 5, RSB 5 (78c6e159d467), Newlib 7947581)
] 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.222d687969e008cdd464b1f92c79e83671094231-modified
] RTEMS tools: 9.3.0 20200312 (RTEMS 5, RSB 5 (78c6e159d467), Newlib 7947581)
] executing thread ID: 0x08a010001
] executing thread name: UI1 
] executing thread name: UI1 
[485/591] p:440 f:17  u:6   e:0   I:0   B:3   t:13  i:2   W:0   | riscv32/rv32i: spintrcritical22.exe
Result: failed     Time: 0:00:01.045256 spintrcritical22.exe
=>  run: spike --isa=RV32I ./riscv-rtems5/c/rv32i/testsuites/sptests/spintrcritical22.exe
] 
] 
=>  test start: SPINTRCRITICAL 22
] *** BEGIN OF TEST SPINTRCRITICAL 22 ***
] *** TEST VERSION: 5.0.0.222d687969e008cdd464b1f92c79e83671094231-modified
] *** TEST STATE: EXPECTED_PASS
] *** TEST BUILD: RTEMS_POSIX_API
] *** TEST TOOLS: 9.3.0 20200312 (RTEMS 5, RSB 5 (78c6e159d467), Newlib 7947581)
] ../../../../../../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.222d687969e008cdd464b1f92c79e83671094231-modified
] RTEMS tools: 9.3.0 20200312 (RTEMS 5, RSB 5 (78c6e159d467), Newlib 7947581)
] executing thread ID: 0x08a010001
] executing thread name: UI1 
] executing thread name: UI1 
[486/591] p:440 f:18  u:6   e:0   I:0   B:3   t:13  i:2   W:0   | riscv32/rv32i: spintrcritical23.exe
Result: failed     Time: 0:00:01.037212 spintrcritical23.exe
=>  run: spike --isa=RV32I ./riscv-rtems5/c/rv32i/testsuites/sptests/spintrcritical23.exe
] 
] 
=>  test start: SPINTRCRITICAL 23
] *** BEGIN OF TEST SPINTRCRITICAL 23 ***
] *** TEST VERSION: 5.0.0.222d687969e008cdd464b1f92c79e83671094231-modified
] *** TEST STATE: EXPECTED_PASS
] *** TEST BUILD: RTEMS_POSIX_API
] *** TEST TOOLS: 9.3.0 20200312 (RTEMS 5, RSB 5 (78c6e159d467), Newlib 7947581)
] ../../../../../../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.222d687969e008cdd464b1f92c79e83671094231-modified
] RTEMS tools: 9.3.0 20200312 (RTEMS 5, RSB 5 (78c6e159d467), Newlib 7947581)
] executing thread ID: 0x08a010001
] executing thread name: UI1 
] executing thread name: UI1 
[487/591] p:440 f:19  u:6   e:0   I:0   B:3   t:13  i:2   W:0   | riscv32/rv32i: spintrcritical24.exe
Result: timeout    Time: 0:03:00.234628 spintrcritical24.exe
=>  run: spike --isa=RV32I ./riscv-rtems5/c/rv32i/testsuites/sptests/spintrcritical24.exe
] 
] 
=>  test start: SPINTRCRITICAL 24
] *** BEGIN OF TEST SPINTRCRITICAL 24 ***
] *** TEST VERSION: 5.0.0.222d687969e008cdd464b1f92c79e83671094231-modified
] *** TEST STATE: EXPECTED_PASS
] *** TEST BUILD: RTEMS_POSIX_API
] *** TEST TOOLS: 9.3.0 20200312 (RTEMS 5, RSB 5 (78c6e159d467), Newlib 7947581)
] *** TIMEOUT TIMEOUT
[488/591] p:440 f:19  u:6   e:0   I:0   B:3   t:14  i:2   W:0   | riscv32/rv32i: splinkersets01.exe
 <<skipping passes>>
[518/591] p:468 f:19  u:6   e:0   I:0   B:3   t:16  i:2   W:0   | riscv32/rv32i: spsimplesched01.exe
Result: timeout    Time: 0:03:00.236625 spsimplesched01.exe
=>  run: spike --isa=RV32I ./riscv-rtems5/c/rv32i/testsuites/sptests/spsimplesched01.exe
] 
] 
=>  test start: SPSIMPLESCHED 1
] *** BEGIN OF TEST SPSIMPLESCHED 1 ***
] *** TEST VERSION: 5.0.0.222d687969e008cdd464b1f92c79e83671094231-modified
] *** TEST STATE: EXPECTED_PASS
] *** TEST BUILD: RTEMS_POSIX_API
] *** TEST TOOLS: 9.3.0 20200312 (RTEMS 5, RSB 5 (78c6e159d467), Newlib 7947581)
] TA1  - rtems_clock_get_tod - 09:00:00   12/31/1988
] TA2  - rtems_clock_get_tod - 09:00:00   12/31/1988
] TA3  - rtems_clock_get_tod - 09:00:00   12/31/1988
] TA1  - rtems_clock_get_tod - 09:00:04   12/31/1988
] TA2  - rtems_clock_get_tod - 09:00:09   12/31/1988
] TA1  - rtems_clock_get_tod - 09:00:09   12/31/1988
] TA3  - rtems_clock_get_tod - 09:00:14   12/31/1988
] TA1  - rtems_clock_get_tod - 09:00:14   12/31/1988
] TA2  - rtems_clock_get_tod - 09:00:19   12/31/1988
] TA1  - rtems_clock_get_tod - 09:00:19   12/31/1988
] TA1  - rtems_clock_get_tod - 09:00:24   12/31/1988
] *** TIMEOUT TIMEOUT
[519/591] p:469 f:19  u:6   e:0   I:0   B:3   t:16  i:2   W:0   | riscv32/rv32i: spsimplesched02.exe
 <<skipping passes>>
[525/591] p:475 f:19  u:6   e:0   I:0   B:3   t:16  i:2   W:0   | riscv32/rv32i: spsysinit01.exe
Result: failed     Time: 0:00:01.042440 spsysinit01.exe
=>  run: spike --isa=RV32I ./riscv-rtems5/c/rv32i/testsuites/sptests/spsysinit01.exe
] sysinit: begin
] sysinit: stack pointer: 0x800331e0
] sysinit: memory area 0: begin = 0x80033200, size = 0x03fcce00
] sysinit: DIRTY_MEMORY: done
] sysinit: ISR_STACK: done
] sysinit: memory area 0: free begin = 0x800375c6, free size = 0x03fc8a3a
] sysinit: WORKSPACE: done
] sysinit: memory area 0: free begin = 0x84000000, free size = 0x00000000
] sysinit: MALLOC: done
] 
] 
=>  test start: SPSYSINIT 1
] *** BEGIN OF TEST SPSYSINIT 1 ***
] *** TEST VERSION: 5.0.0.222d687969e008cdd464b1f92c79e83671094231-modified
] *** TEST STATE: EXPECTED_PASS
] *** TEST BUILD: RTEMS_POSIX_API
] *** TEST TOOLS: 9.3.0 20200312 (RTEMS 5, RSB 5 (78c6e159d467), Newlib 7947581)
] sysinit: BSP_START: done
] sysinit: CPU_COUNTER: done
] sysinit: INITIAL_EXTENSIONS: done
] sysinit: DATA_STRUCTURES: done
] sysinit: USER_EXTENSIONS: done
] sysinit: CLASSIC_TASKS: done
] sysinit: CLASSIC_TIMER: done
] sysinit: CLASSIC_MESSAGE_QUEUE: done
] sysinit: CLASSIC_SEMAPHORE: done
] sysinit: CLASSIC_PARTITION: done
] sysinit: CLASSIC_REGION: done
] sysinit: CLASSIC_DUAL_PORTED_MEMORY: done
] sysinit: CLASSIC_RATE_MONOTONIC: done
] sysinit: CLASSIC_BARRIER: done
] sysinit: POSIX_SIGNALS: done
] sysinit: POSIX_THREADS: done
] sysinit: POSIX_MESSAGE_QUEUE: done
] sysinit: POSIX_SEMAPHORE: done
] sysinit: POSIX_TIMER: done
] sysinit: POSIX_SHM: done
] sysinit: POSIX_KEYS: done
] sysinit: POSIX_CLEANUP: done
] sysinit: IDLE_THREADS: done
] sysinit: LIBIO: done
] sysinit: USER_ENVIRONMENT: done
] sysinit: ROOT_FILESYSTEM: done
] sysinit: BSP_PRE_DRIVERS: done
] sysinit: DEVICE_DRIVERS: done
] sysinit: CLASSIC_USER_TASKS: done
] sysinit: POSIX_USER_THREADS: done
] sysinit: STD_FILE_DESCRIPTORS: done
] sysinit: done
] ../../../../../../rtems/c/src/../../testsuites/sptests/spsysinit01/init.c: 902 sem != SEM_FAILED
] 
] *** FATAL ***
] fatal source: 5 (RTEMS_FATAL_SOURCE_EXIT)
] fatal code: 0 (0x00000000)
] RTEMS version: 5.0.0.222d687969e008cdd464b1f92c79e83671094231-modified
] RTEMS tools: 9.3.0 20200312 (RTEMS 5, RSB 5 (78c6e159d467), Newlib 7947581)
] executing thread ID: 0x08a010001
] executing thread name: UI1 
] executing thread name: UI1 
[526/591] p:475 f:20  u:6   e:0   I:0   B:3   t:16  i:2   W:0   | riscv32/rv32i: spsyslock01.exe
 <<skipping passes>>
[588/591] p:536 f:20  u:6   e:0   I:0   B:3   t:17  i:2   W:0   | riscv32/rv32i: tmfine01.exe
Result: timeout    Time: 0:03:00.215295 tmfine01.exe
=>  run: spike --isa=RV32I ./riscv-rtems5/c/rv32i/testsuites/tmtests/tmfine01.exe
] 
] 
=>  test start: TMFINE 1
] *** BEGIN OF TEST TMFINE 1 ***
] *** TEST VERSION: 5.0.0.222d687969e008cdd464b1f92c79e83671094231-modified
] *** TEST STATE: EXPECTED_PASS
] *** TEST BUILD: RTEMS_POSIX_API
] *** TEST TOOLS: 9.3.0 20200312 (RTEMS 5, RSB 5 (78c6e159d467), Newlib 7947581)
] <TestTimeFine01>
]   <SelfEvent activeWorker="1">
]     <Counter worker="0">7676082</Counter>
]   </SelfEvent>
]   <AllToOneEvent activeWorker="1">
]     <Counter worker="0">7453779</Counter>
]   </AllToOneEvent>
]   <OneMutex activeWorker="1">
]     <Counter worker="0">7237441</Counter>
]   </OneMutex>
]   <ManyMutex activeWorker="1">
]     <Counter worker="0">7237801</Counter>
]   </ManyMutex>
]   <SelfMsg activeWorker="1">
]     <Counter worker="0">3221956</Counter>
]   </SelfMsg>
]   <ManyToOneMsg activeWorker="1">
]     <Counter worker="0">3211675</Counter>
]   </ManyToOneMsg>
]   <ManySysLockMutex activeWorker="1">
]     <Counter worker="0">39951039</Counter>
]   </ManySysLockMutex>
]   <ManyClassicCeilingMutex activeWorker="1">
]     <Counter worker="0">1358822</Counter>
]   </ManyClassicCeilingMutex>
] *** TIMEOUT TIMEOUT
[589/591] p:537 f:20  u:6   e:0   I:0   B:3   t:17  i:2   W:0   | riscv32/rv32i: tmonetoone.exe
 <<skipping passes>>
[591/591] p:539 f:20  u:6   e:0   I:0   B:3   t:17  i:2   W:0   | riscv32/rv32i: tmtimer01.exe

Passed:        541
Failed:         20
User Input:      6
Expected Fail:   0
Indeterminate:   0
Benchmark:       3
Timeout:        19
Invalid:         2
Wrong Version:   0
Wrong Build:     0
Wrong Tools:     0
------------------
Total:         591
Failures:
 mdosfs_fserror.exe
 dl02.exe
 dl05.exe
 dl06.exe
 dl07.exe
 dl08.exe
 dl09.exe
 psxfenv01.exe
 sp42.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:
 dl10.exe
 monitor.exe
 termios.exe
 top.exe
 capture.exe
 fileio.exe
Benchmark:
 linpack.exe
 dhrystone.exe
 whetstone.exe
Timeouts:
 block08.exe
 cpuuse.exe
 crypt01.exe
 malloctest.exe
 psxintrcritical01.exe
 psxtimer01.exe
 sp01.exe
 sp04.exe
 sp19.exe
 sp20.exe
 sp24.exe
 sp30.exe
 spedfsched03.exe
 spintrcritical07.exe
 spintrcritical15.exe
 spintrcritical18.exe
 spintrcritical24.exe
 spsimplesched01.exe
 tmfine01.exe
Invalid:
 rhtaskpreempt.exe
 rhtaskswitch.exe
Average test time: 0:00:04.079683
Testing time     : 0:40:11.092427


More information about the build mailing list