[rtems-test] riscv32/rv32i: RTEMS_DEBUG, RTEMS_POSIX_API: Passed:633 Failed:13 Timeout:0 Test-Too-long:0 Invalid:0 Wrong:0

OAR Tester for Rocky Linux 9 rtems-tester at oarcorp.com
Tue Feb 18 04:46:46 UTC 2025


Testing time     : 0:05:44.453076
Average test time: 0:00:00.508793

Host
====
Linux-5.14.0-503.21.1.el9_5.x86_64-x86_64-with-glibc2.34 (Linux rocky9.rtems.com 5.14.0-503.21.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jan 8 17:35:30 UTC 2025 x86_64 x86_64)

Configuration
=============
Version: 7.0.0.330d01131890b75743cd2fa2d14b331f3acdefb0
Build  : RTEMS_DEBUG,RTEMS_POSIX_API
Tools  : 13.3.0 20240521 (RTEMS 7, RSB d647353d439f59479236b2ec51b9c2e9f5b19f67, Newlib 1b3dcfd)

Summary
=======

Passed:        633
Failed:         13
User Input:      6
Expected Fail:  22
Indeterminate:   0
Benchmark:       3
Timeout:         0
Test too long:   0
Invalid:         0
Wrong Version:   0
Wrong Build:     0
Wrong Tools:     0
Wrong Header:    0
------------------
Total:         677

Failures:
 dl02.exe
 dl05.exe
 dl06.exe
 dl07.exe
 dl08.exe
 dl09.exe
 dl11.exe
 malloctest.exe
 mrfs_fsrename.exe
 psx09.exe
 ttest02.exe
 regulator01.exe
 ts-validation-intr.exe
User Input:
 capture.exe
 dl10.exe
 fileio.exe
 monitor.exe
 termios.exe
 top.exe
Expected Fail:
 imfs_fsrenameexisting.exe
 imfs_fsrenamepermexisting.exe
 imfs_fssymlink.exe
 jffs2_fsrenameexisting.exe
 jffs2_fsrenamemaxlinks.exe
 jffs2_fsrenamepermexisting.exe
 jffs2_fssymlink.exe
 jffs2nand_fsrenameexisting.exe
 jffs2nand_fsrenamemaxlinks.exe
 jffs2nand_fsrenamepermexisting.exe
 jffs2nand_fssymlink.exe
 mdosfs_fsrenameexisting.exe
 mdosfs_fsrenamemaxlinks.exe
 mimfs_fsrenameexisting.exe
 mimfs_fsrenamemaxlinks.exe
 mimfs_fsrenamepermexisting.exe
 mimfs_fssymlink.exe
 mrfs_fsrenameexisting.exe
 mrfs_fsrenamelongname.exe
 mrfs_fsrenamemaxlinks.exe
 mrfs_fsrenamepermexisting.exe
 mrfs_fssymlink.exe
Benchmark:
 dhrystone.exe
 linpack.exe
 whetstone.exe
Log
===

RTEMS Testing - Tester, 6.0.not_released
 Command Line: /home/tester/rtems-cron-7/tools/7/bin/rtems-test --jobs 24 --rtems-tools=/home/tester/rtems-cron-7/tools/7 --rtems-bsp=rv32i_spike --log=run-rv32i_spike.log --use-gitconfig --mail b-rv32i
 Host: Linux rocky9.rtems.com 5.14.0-503.21.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jan 8 17:35:30 UTC 2025 x86_64
 Python: 3.9.21 (main, Dec  5 2024, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-2)]
Host: Linux-5.14.0-503.21.1.el9_5.x86_64-x86_64-with-glibc2.34 (Linux rocky9.rtems.com 5.14.0-503.21.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jan 8 17:35:30 UTC 2025 x86_64 x86_64)
[  1/677] p:0   f:0   u:0   e:0   I:0   B:0   t:0   L:0   i:0   W:0   | riscv32/rv32i: dhrystone.exe
 <<skipping passes>>
[ 91/677] p:53  f:0   u:0   e:13  I:0   B:3   t:0   L:0   i:0   W:0   | riscv32/rv32i: mrfs_fsrename.exe
Result: failed    
Time: 0:00:00.508258 mrfs_fsrename.exe
=>  exe: spike --isa=RV32I b-rv32i/riscv/rv32i/testsuites/fstests/mrfs_fsrename.exe
] 
] 
=>  test start: FSRENAME RFS
] *** BEGIN OF TEST FSRENAME RFS ***
] *** TEST VERSION: 7.0.0.330d01131890b75743cd2fa2d14b331f3acdefb0
] *** TEST STATE: EXPECTED_PASS
] *** TEST BUILD: RTEMS_DEBUG RTEMS_POSIX_API
] *** TEST TOOLS: 13.3.0 20240521 (RTEMS 7, RSB d647353d439f59479236b2ec51b9c2e9f5b19f67, Newlib 1b3dcfd)
] Initializing filesystem RFS
] 
] Rename file twice
] 
] Testing rename     with arguments: name01, name02       EXPECT "0"
] PASS
] Testing rename     with arguments: name02, name03       EXPECT "0"
] PASS
] Testing unlink     with arguments: name01               EXPECT "-1"
] PASS
] Testing unlink     with arguments: name02               EXPECT "-1"
] PASS
] Testing unlink     with arguments: name03               EXPECT "0"
] PASS
] 
] Rename directory with non empty directory
] 
] Testing rename     with arguments: dir01, dir02         EXPECT "-1"
] PASS
] Testing errno for EEXIST or ENOTEMPTY
] PASS
] Testing unlink     with arguments: path01               EXPECT "0"
] PASS
] Testing rmdir      with arguments: dir01                EXPECT "0"
] PASS
] Testing rmdir      with arguments: dir02                EXPECT "0"
] PASS
] 
] Rename opened file and open a new file
] 
] Testing rename     with arguments: name01, name02       EXPECT "0"
] PASS
] Testing read       with arguments: fd2, buffer, sizeof (buffer) EXPECT "0"
] PASS
] Testing unlink     with arguments: name01               EXPECT "0"
] PASS
] Testing unlink     with arguments: name02               EXPECT "0"
] PASS
] 
] Rename file with non existant file
] 
] Testing rename     with arguments: name01, name02       EXPECT "0"
] PASS
] Testing unlink     with arguments: name01               EXPECT "-1"
] PASS
] Testing unlink     with arguments: name02               EXPECT "0"
] PASS
] 
] Rename file with non existant filepath
] 
] Testing rename     with arguments: "path01, name01"     EXPECT "ENOENT"
] PASS
] Testing unlink     with arguments: name01               EXPECT "-1"
] PASS
] Testing rmdir      with arguments: dir01                EXPECT "0"
] PASS
] 
] Rename directory with non existant directory
] 
] Testing rename     with arguments: dir01, dir02         EXPECT "0"
] PASS
] Testing rmdir      with arguments: dir01                EXPECT "-1"
] PASS
] Testing rmdir      with arguments: dir02                EXPECT "0"
] PASS
] terminate called after throwing an instance of 'trap_load_access_fault'
] 
] Rename files across different filesystems
] 
[ 92/677] p:53  f:0   u:0   e:13  I:0   B:3   t:0   L:0   i:0   W:0   | riscv32/rv32i: mrfs_fsrenameexisting.exe
 <<skipping passes>>
[129/677] p:79  f:1   u:0   e:22  I:0   B:3   t:0   L:0   i:0   W:0   | riscv32/rv32i: dl02.exe
Result: failed    
Time: 0:00:00.516026 dl02.exe
=>  exe: spike --isa=RV32I b-rv32i/riscv/rv32i/testsuites/libtests/dl02.exe
] 
] 
=>  test start: libdl (RTL) 2
] *** BEGIN OF TEST libdl (RTL) 2 ***
] *** TEST VERSION: 7.0.0.330d01131890b75743cd2fa2d14b331f3acdefb0
] *** TEST STATE: EXPECTED_PASS
] *** TEST BUILD: RTEMS_DEBUG RTEMS_POSIX_API
] *** TEST TOOLS: 13.3.0 20240521 (RTEMS 7, RSB d647353d439f59479236b2ec51b9c2e9f5b19f67, Newlib 1b3dcfd)
] load: /dl02-o1.o
] handle: 0x80092fd0 has unresolved externals
] load: /dl02-o2.o
] handle: 0x80095060 has unresolved externals
] Loaded module: argc:4 [/home/tester/rtems-cron-7/rtems/testsuites/libtests/dl02/dl02-o1.c]
]   0: 1
]   1: 2
]   2: 3
]   3: 4
] Loaded module: argc:4 [/home/tester/rtems-cron-7/rtems/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
] 
] [ RTEMS shutdown ]
] RTEMS version: 7.0.0.330d01131890b75743cd2fa2d14b331f3acdefb0
] RTEMS tools: 13.3.0 20240521 (RTEMS 7, RSB d647353d439f59479236b2ec51b9c2e9f5b19f67, Newlib 1b3dcfd)
] executing thread ID: 0x0a010001
] executing thread name: UI1 
[130/677] p:82  f:1   u:0   e:22  I:0   B:3   t:0   L:0   i:0   W:0   | riscv32/rv32i: dl03.exe
 <<skipping passes>>
[132/677] p:82  f:1   u:0   e:22  I:0   B:3   t:0   L:0   i:0   W:0   | riscv32/rv32i: dl05.exe
Result: failed    
Time: 0:00:00.520049 dl05.exe
=>  exe: spike --isa=RV32I b-rv32i/riscv/rv32i/testsuites/libtests/dl05.exe
] 
] 
=>  test start: libdl (RTL) 5
] *** BEGIN OF TEST libdl (RTL) 5 ***
] *** TEST VERSION: 7.0.0.330d01131890b75743cd2fa2d14b331f3acdefb0
] *** TEST STATE: EXPECTED_PASS
] *** TEST BUILD: RTEMS_DEBUG RTEMS_POSIX_API
] *** TEST TOOLS: 13.3.0 20240521 (RTEMS 7, RSB d647353d439f59479236b2ec51b9c2e9f5b19f67, Newlib 1b3dcfd)
] dlopen: .gcc_except_table.exception_dl: Unsupported relocation type 60 
] /home/tester/rtems-cron-7/rtems/testsuites/libtests/dl05/dl-load.c: 85 handle != NULL
] 
] [ RTEMS shutdown ]
] RTEMS version: 7.0.0.330d01131890b75743cd2fa2d14b331f3acdefb0
] RTEMS tools: 13.3.0 20240521 (RTEMS 7, RSB d647353d439f59479236b2ec51b9c2e9f5b19f67, Newlib 1b3dcfd)
] executing thread ID: 0x0a010001
] executing thread name: UI1 
[133/677] p:85  f:2   u:0   e:22  I:0   B:3   t:0   L:0   i:0   W:0   | riscv32/rv32i: dl06.exe
Result: failed    
Time: 0:00:00.510770 dl06.exe
=>  exe: spike --isa=RV32I b-rv32i/riscv/rv32i/testsuites/libtests/dl06.exe
] 
] 
=>  test start: libdl (RTL) 6
] *** BEGIN OF TEST libdl (RTL) 6 ***
] *** TEST VERSION: 7.0.0.330d01131890b75743cd2fa2d14b331f3acdefb0
] *** TEST STATE: EXPECTED_PASS
] *** TEST BUILD: RTEMS_DEBUG RTEMS_POSIX_API
] *** TEST TOOLS: 13.3.0 20240521 (RTEMS 7, RSB d647353d439f59479236b2ec51b9c2e9f5b19f67, Newlib 1b3dcfd)
] 
] load: /dl06.rap
] dlopen failed: global symbol not found: _tls_rand48_add
] 
] [ RTEMS shutdown ]
] RTEMS version: 7.0.0.330d01131890b75743cd2fa2d14b331f3acdefb0
] RTEMS tools: 13.3.0 20240521 (RTEMS 7, RSB d647353d439f59479236b2ec51b9c2e9f5b19f67, Newlib 1b3dcfd)
] executing thread ID: 0x0a010001
] executing thread name: UI1 
[134/677] p:85  f:2   u:0   e:22  I:0   B:3   t:0   L:0   i:0   W:0   | riscv32/rv32i: dl07.exe
Result: failed    
Time: 0:00:00.770281 dl07.exe
=>  exe: spike --isa=RV32I b-rv32i/riscv/rv32i/testsuites/libtests/dl07.exe
] 
] 
=>  test start: libdl (RTL) 7
] *** BEGIN OF TEST libdl (RTL) 7 ***
] *** TEST VERSION: 7.0.0.330d01131890b75743cd2fa2d14b331f3acdefb0
] *** TEST STATE: EXPECTED_PASS
] *** TEST BUILD: RTEMS_DEBUG RTEMS_POSIX_API
] *** TEST TOOLS: 13.3.0 20240521 (RTEMS 7, RSB d647353d439f59479236b2ec51b9c2e9f5b19f67, Newlib 1b3dcfd)
] --------------------------------------------------
]  Run: 0
] Test source (link in strstr): testsuites/libtests/dl07/dl-load.c
] load: /dl07-o1.o
] /home/tester/rtems-cron-7/rtems/testsuites/libtests/dl07/dl-load.c: 90 unresolved == 0
] 
] [ RTEMS shutdown ]
] RTEMS version: 7.0.0.330d01131890b75743cd2fa2d14b331f3acdefb0
] RTEMS tools: 13.3.0 20240521 (RTEMS 7, RSB d647353d439f59479236b2ec51b9c2e9f5b19f67, Newlib 1b3dcfd)
] executing thread ID: 0x0a010001
] executing thread name: UI1 
[135/677] p:85  f:2   u:0   e:22  I:0   B:3   t:0   L:0   i:0   W:0   | riscv32/rv32i: dl08.exe
Result: failed    
Time: 0:00:00.761807 dl08.exe
=>  exe: spike --isa=RV32I b-rv32i/riscv/rv32i/testsuites/libtests/dl08.exe
] 
] 
=>  test start: libdl (RTL) 8
] *** BEGIN OF TEST libdl (RTL) 8 ***
] *** TEST VERSION: 7.0.0.330d01131890b75743cd2fa2d14b331f3acdefb0
] *** TEST STATE: EXPECTED_PASS
] *** TEST BUILD: RTEMS_DEBUG RTEMS_POSIX_API
] *** TEST TOOLS: 13.3.0 20240521 (RTEMS 7, RSB d647353d439f59479236b2ec51b9c2e9f5b19f67, Newlib 1b3dcfd)
] --------------------------------------------------
]  Run: 0
] Test source (link in strstr): testsuites/libtests/dl08/dl-load.c
] load: /dl08-o1.o
] dlo6: CONSTRUCTOR: /home/tester/rtems-cron-7/rtems/testsuites/libtests/dl08/dl08-o6-123456789-123456789.c
] dlo6:   dl06_unresolv_1:    8: 0x800a86e8: 0
] dlo6:   dl06_unresolv_2:    2: 0x800a86e0: 0
] dlo6:   dl06_unresolv_3:    4: 0x800a86dc: 0
] dlo6:   dl06_unresolv_4:    1: 0x800a86d8: 0
] dlo6:   dl06_unresolv_5:    8: 0x800a86d0: 0
] /home/tester/rtems-cron-7/rtems/testsuites/libtests/dl08/dl-load.c: 90 unresolved == 0
] 
] [ RTEMS shutdown ]
] RTEMS version: 7.0.0.330d01131890b75743cd2fa2d14b331f3acdefb0
] RTEMS tools: 13.3.0 20240521 (RTEMS 7, RSB d647353d439f59479236b2ec51b9c2e9f5b19f67, Newlib 1b3dcfd)
] executing thread ID: 0x0a010001
] executing thread name: UI1 
[136/677] p:85  f:2   u:0   e:22  I:0   B:3   t:0   L:0   i:0   W:0   | riscv32/rv32i: dl09.exe
Result: failed    
Time: 0:00:00.792384 dl09.exe
=>  exe: spike --isa=RV32I b-rv32i/riscv/rv32i/testsuites/libtests/dl09.exe
] 
] 
=>  test start: libdl (RTL) 9
] *** BEGIN OF TEST libdl (RTL) 9 ***
] *** TEST VERSION: 7.0.0.330d01131890b75743cd2fa2d14b331f3acdefb0
] *** TEST STATE: EXPECTED_PASS
] *** TEST BUILD: RTEMS_DEBUG RTEMS_POSIX_API
] *** TEST TOOLS: 13.3.0 20240521 (RTEMS 7, RSB d647353d439f59479236b2ec51b9c2e9f5b19f67, Newlib 1b3dcfd)
] --------------------------------------------------
]  Run: 0
] Test source (link in strstr): testsuites/libtests/dl09/dl-load.c
] Allocation size: 0
] load: /dl09-o1.o
] handle: 0x8009b180: unresolved externals
] handle: 0x8009b180 loaded
] load: /dl09-o2.o
] handle: 0x8009ce30: unresolved externals
] handle: 0x8009ce30 loaded
] load: /dl09-o3.o
] handle: 0x8009e420: unresolved externals
] handle: 0x8009e420 loaded
] load: /dl09-o4.o
] handle: 0x800a15a0: unresolved externals
] handle: 0x800a15a0 loaded
] load: /dl09-o5.o
] /home/tester/rtems-cron-7/rtems/testsuites/libtests/dl09/dl-load.c: 116 unresolved == 0
] 
] [ RTEMS shutdown ]
] RTEMS version: 7.0.0.330d01131890b75743cd2fa2d14b331f3acdefb0
] RTEMS tools: 13.3.0 20240521 (RTEMS 7, RSB d647353d439f59479236b2ec51b9c2e9f5b19f67, Newlib 1b3dcfd)
] executing thread ID: 0x0a010001
] executing thread name: UI1 
[137/677] p:85  f:3   u:0   e:22  I:0   B:3   t:0   L:0   i:0   W:0   | riscv32/rv32i: dl10.exe
[138/677] p:85  f:4   u:0   e:22  I:0   B:3   t:0   L:0   i:0   W:0   | riscv32/rv32i: dl11.exe
Result: failed    
Time: 0:00:00.521175 dl11.exe
=>  exe: spike --isa=RV32I b-rv32i/riscv/rv32i/testsuites/libtests/dl11.exe
] 
] 
=>  test start: libdl (RTL) 11
] *** BEGIN OF TEST libdl (RTL) 11 ***
] *** TEST VERSION: 7.0.0.330d01131890b75743cd2fa2d14b331f3acdefb0
] *** TEST STATE: EXPECTED_PASS
] *** TEST BUILD: RTEMS_DEBUG RTEMS_POSIX_API
] *** TEST TOOLS: 13.3.0 20240521 (RTEMS 7, RSB d647353d439f59479236b2ec51b9c2e9f5b19f67, Newlib 1b3dcfd)
] load: /dl11-o1.o
] dlopen failed: .text.get_errno_val: Unsupported relocation type 29 in non-PLT 
] 
] [ RTEMS shutdown ]
] RTEMS version: 7.0.0.330d01131890b75743cd2fa2d14b331f3acdefb0
] RTEMS tools: 13.3.0 20240521 (RTEMS 7, RSB d647353d439f59479236b2ec51b9c2e9f5b19f67, Newlib 1b3dcfd)
] executing thread ID: 0x0a010001
] executing thread name: UI1 
[139/677] p:86  f:6   u:1   e:22  I:0   B:3   t:0   L:0   i:0   W:0   | riscv32/rv32i: dl12.exe
 <<skipping passes>>
[155/677] p:98  f:8   u:1   e:22  I:0   B:3   t:0   L:0   i:0   W:0   | riscv32/rv32i: malloctest.exe
Result: failed    
Time: 0:00:21.327070 malloctest.exe
=>  exe: spike --isa=RV32I b-rv32i/riscv/rv32i/testsuites/libtests/malloctest.exe
] 
] 
=>  test start: MALLOCTEST
] *** BEGIN OF TEST MALLOCTEST ***
] *** TEST VERSION: 7.0.0.330d01131890b75743cd2fa2d14b331f3acdefb0
] *** TEST STATE: EXPECTED_PASS
] *** TEST BUILD: RTEMS_DEBUG RTEMS_POSIX_API
] *** TEST TOOLS: 13.3.0 20240521 (RTEMS 7, RSB d647353d439f59479236b2ec51b9c2e9f5b19f67, Newlib 1b3dcfd)
] 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 non-in place: realloc(0x8007d1d0,64) = 0x8007d1d0
] 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
] terminate called after throwing an instance of 'trap_load_access_fault'
[156/677] p:99  f:8   u:1   e:22  I:0   B:3   t:0   L:0   i:0   W:0   | riscv32/rv32i: math.exe
 <<skipping passes>>
[203/677] p:142 f:9   u:4   e:22  I:0   B:3   t:0   L:0   i:0   W:0   | riscv32/rv32i: ttest02.exe
Result: failed    
Time: 0:01:18.476300 ttest02.exe
=>  exe: spike --isa=RV32I b-rv32i/riscv/rv32i/testsuites/libtests/ttest02.exe
] 
] 
=>  test start: TTEST 2
] *** BEGIN OF TEST TTEST 2 ***
] *** TEST VERSION: 7.0.0.330d01131890b75743cd2fa2d14b331f3acdefb0
] *** TEST STATE: EXPECTED_PASS
] *** TEST BUILD: RTEMS_DEBUG RTEMS_POSIX_API
] *** TEST TOOLS: 13.3.0 20240521 (RTEMS 7, RSB d647353d439f59479236b2ec51b9c2e9f5b19f67, Newlib 1b3dcfd)
] A:TTEST 2
] S:Platform:RTEMS
] S:Compiler:13.3.0 20240521 (RTEMS 7, RSB d647353d439f59479236b2ec51b9c2e9f5b19f67, Newlib 1b3dcfd)
] S:Version:7.0.0.330d01131890b75743cd2fa2d14b331f3acdefb0
] S:BSP:rv32i
] S:BuildLabel:DEFAULT
] S:TargetHash:SHA256:eD8k6zRjJSHgnJm69OsggYd6yYDolNXSzMq7m0-XHaA=
] S:RTEMS_DEBUG:1
] S:RTEMS_MULTIPROCESSING:0
] S:RTEMS_POSIX_API:1
] S:RTEMS_PROFILING:0
] S:RTEMS_SMP:0
] B:TestThreadSwitch
] F:33:0:UI1:init.c:272:4316463607 > 4316463607
] F:41:0:UI1:init.c:272:4325053541 > 4325053541
] F:49:0:UI1:init.c:272:4333643476 > 4333643476
] F:57:0:UI1:init.c:272:4342233411 > 4342233411
] E:TestThreadSwitch:N:62:F:4:D:0.012545
] B:TestInterruptTimeout
] E:TestInterruptTimeout:N:1:F:0:D:0.039675
] B:TestInterruptFatal
] E:TestInterruptFatal:N:1:F:0:D:0.000005
] B:TestInterruptDone
] E:TestInterruptDone:N:10:F:0:D:7.397365
] B:TestInterruptBlocked
] E:TestInterruptBlocked:N:3:F:0:D:0.001420
] Z:TTEST 2:C:5:N:77:F:4:D:7.452595
] Y:ReportHash:SHA256:daZ-zrtKsThFy_SOfkxntnGVR7G-9Gb-kQauWNfEH_k=
] 
] [ RTEMS shutdown ]
] RTEMS version: 7.0.0.330d01131890b75743cd2fa2d14b331f3acdefb0
] RTEMS tools: 13.3.0 20240521 (RTEMS 7, RSB d647353d439f59479236b2ec51b9c2e9f5b19f67, Newlib 1b3dcfd)
] executing thread ID: 0x0a010001
] executing thread name: UI1 
[204/677] p:142 f:9   u:4   e:22  I:0   B:3   t:0   L:0   i:0   W:0   | riscv32/rv32i: tztest.exe
 <<skipping passes>>
[215/677] p:152 f:10  u:4   e:22  I:0   B:3   t:0   L:0   i:0   W:0   | riscv32/rv32i: psx09.exe
Result: failed    
Time: 0:01:03.430850 psx09.exe
=>  exe: spike --isa=RV32I b-rv32i/riscv/rv32i/testsuites/psxtests/psx09.exe
] 
] 
=>  test start: PSX 9
] *** BEGIN OF TEST PSX 9 ***
] *** TEST VERSION: 7.0.0.330d01131890b75743cd2fa2d14b331f3acdefb0
] *** TEST STATE: EXPECTED_PASS
] *** TEST BUILD: RTEMS_DEBUG RTEMS_POSIX_API
] *** TEST TOOLS: 13.3.0 20240521 (RTEMS 7, RSB d647353d439f59479236b2ec51b9c2e9f5b19f67, Newlib 1b3dcfd)
] Init's ID is 0x0b010001
] Init: pthread_getschedparam - SUCCESSFUL
] Init: Fri May 24 11:05:00 1996 - current priority = 2
] Init: pthread_setschedparam - SUCCESSFUL (sporadic server)
] Init: Fri May 24 11:05:00 1996 - new priority = 253
] Init: Fri May 24 11:05:00 1996 - new priority = 253
] Init: Fri May 24 11:05:00 1996 - new priority = 252
] Init: Fri May 24 11:05:01 1996 - new priority = 253
] Init: Fri May 24 11:05:02 1996 - new priority = 252
] 
] Init: pthread_setschedparam - SUCCESSFUL (sporadic server)
] Init: Initializing mutex attributes for priority ceiling
] Init: Creating a mutex
] Init: Fri May 24 11:05:02 1996 - new priority = 253
] Init: Go into low priority and lock/unlock ceiling mutex
] Init: Go into high priority and lock/unlock ceiling mutex
] Init: Go into low priority and change scheduler parameters
] Init: Go into low priority and set POSIX priority
] Init: Go into low priority and set RTEMS priority
] Init: Go into low priority and set scheduler
] ../../../testsuites/psxtests/psx09/init.c: 342 sc == RTEMS_SUCCESSFUL
] 
] [ RTEMS shutdown ]
] RTEMS version: 7.0.0.330d01131890b75743cd2fa2d14b331f3acdefb0
] RTEMS tools: 13.3.0 20240521 (RTEMS 7, RSB d647353d439f59479236b2ec51b9c2e9f5b19f67, Newlib 1b3dcfd)
] executing thread ID: 0x0b010001
] executing thread name: 
[216/677] p:154 f:10  u:4   e:22  I:0   B:3   t:0   L:0   i:0   W:0   | riscv32/rv32i: psx10.exe
 <<skipping passes>>
[677/677] p:609 f:13  u:6   e:22  I:0   B:3   t:0   L:0   i:0   W:0   | riscv32/rv32i: ts-validation-tls-1.exe

Passed:        633
Failed:         13
User Input:      6
Expected Fail:  22
Indeterminate:   0
Benchmark:       3
Timeout:         0
Test too long:   0
Invalid:         0
Wrong Version:   0
Wrong Build:     0
Wrong Tools:     0
Wrong Header:    0
------------------
Total:         677
Failures:
 dl02.exe
 dl05.exe
 dl06.exe
 dl07.exe
 dl08.exe
 dl09.exe
 dl11.exe
 malloctest.exe
 mrfs_fsrename.exe
 psx09.exe
 ttest02.exe
 regulator01.exe
 ts-validation-intr.exe
User Input:
 capture.exe
 dl10.exe
 fileio.exe
 monitor.exe
 termios.exe
 top.exe
Expected Fail:
 imfs_fsrenameexisting.exe
 imfs_fsrenamepermexisting.exe
 imfs_fssymlink.exe
 jffs2_fsrenameexisting.exe
 jffs2_fsrenamemaxlinks.exe
 jffs2_fsrenamepermexisting.exe
 jffs2_fssymlink.exe
 jffs2nand_fsrenameexisting.exe
 jffs2nand_fsrenamemaxlinks.exe
 jffs2nand_fsrenamepermexisting.exe
 jffs2nand_fssymlink.exe
 mdosfs_fsrenameexisting.exe
 mdosfs_fsrenamemaxlinks.exe
 mimfs_fsrenameexisting.exe
 mimfs_fsrenamemaxlinks.exe
 mimfs_fsrenamepermexisting.exe
 mimfs_fssymlink.exe
 mrfs_fsrenameexisting.exe
 mrfs_fsrenamelongname.exe
 mrfs_fsrenamemaxlinks.exe
 mrfs_fsrenamepermexisting.exe
 mrfs_fssymlink.exe
Benchmark:
 dhrystone.exe
 linpack.exe
 whetstone.exe
Average test time: 0:00:00.508793
Testing time     : 0:05:44.453076


More information about the build mailing list