[rtems-test] riscv64/rv64imafdc: RTEMS_DEBUG, RTEMS_POSIX_API: Passed:626 Failed:17 Timeout:2 Test-Too-long:0 Invalid:0 Wrong:0
OAR Tester for CentOS 8 Stream
rtems-tester at oarcorp.com
Wed May 14 21:59:28 UTC 2025
Testing time : 0:14:35.382265
Average test time: 0:00:01.294944
Host
====
Linux-4.18.0-553.6.1.el8.x86_64-x86_64-with-glibc2.28 (Linux VM-CentOSStream8.rtems.com 4.18.0-553.6.1.el8.x86_64 #1 SMP Thu May 30 04:13:58 UTC 2024 x86_64 x86_64)
Configuration
=============
Version: 6.0.0.6335d7e48a692e4c4fe0577b6bba44ff0f64aefc
Build : RTEMS_DEBUG,RTEMS_POSIX_API
Tools : 13.3.0 20240521 (RTEMS 6, RSB 86fb2d4645ee6197198fb4755fbe8db1967c454c, Newlib 1b3dcfd)
Summary
=======
Passed: 626
Failed: 17
User Input: 6
Expected Fail: 22
Indeterminate: 0
Benchmark: 3
Timeout: 2
Test too long: 0
Invalid: 0
Wrong Version: 0
Wrong Build: 0
Wrong Tools: 0
Wrong Header: 0
------------------
Total: 676
Failures:
dl01.exe
dl02.exe
dl11.exe
fsrfsbitmap01.exe
malloc04.exe
psx09.exe
spintrcritical20.exe
ttest02.exe
dl04.exe
dl05.exe
dl06.exe
dl07.exe
dl08.exe
dl09.exe
dl12.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
Timeouts:
block11.exe
termios01.exe
Log
===
RTEMS Testing - Tester, 6.0.not_released
Command Line: /home/tester/rtems-cron-6/tools/6/bin/rtems-test --jobs 24 --rtems-tools=/home/tester/rtems-cron-6/tools/6 --rtems-bsp=rv64imafdc_spike --log=run-rv64imafdc_spike.log --use-gitconfig --mail b-rv64imafdc
Host: Linux VM-CentOSStream8.rtems.com 4.18.0-553.6.1.el8.x86_64 #1 SMP Thu May 30 04:13:58 UTC 2024 x86_64
Python: 3.9.19 (main, May 16 2024, 11:40:09) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)]
Host: Linux-4.18.0-553.6.1.el8.x86_64-x86_64-with-glibc2.28 (Linux VM-CentOSStream8.rtems.com 4.18.0-553.6.1.el8.x86_64 #1 SMP Thu May 30 04:13:58 UTC 2024 x86_64 x86_64)
[ 1/676] p:0 f:0 u:0 e:0 I:0 B:0 t:0 L:0 i:0 W:0 | riscv64/rv64imafdc: dhrystone.exe
<<skipping passes>>
[ 19/676] p:0 f:0 u:0 e:0 I:0 B:0 t:0 L:0 i:0 W:0 | riscv64/rv64imafdc: fsrfsbitmap01.exe
Result: failed
Time: 0:03:03.286784 fsrfsbitmap01.exe
=> exe: spike --isa=RV64IMAFDC b-rv64imafdc/riscv/rv64imafdc/testsuites/fstests/fsrfsbitmap01.exe
]
]
=> test start: FSRFSBITMAP 1
] *** BEGIN OF TEST FSRFSBITMAP 1 ***
] *** TEST VERSION: 6.0.0.6335d7e48a692e4c4fe0577b6bba44ff0f64aefc
] *** TEST STATE: EXPECTED_PASS
] *** TEST BUILD: RTEMS_DEBUG RTEMS_POSIX_API
] *** TEST TOOLS: 13.3.0 20240521 (RTEMS 6, RSB 86fb2d4645ee6197198fb4755fbe8db1967c454c, Newlib 1b3dcfd)
] Initializing filesystem RFS
]
] START of RFS Bitmap Unit Test
] Bit set value : 0
] Bit clear value : 1
] Num bit per element : 32
]
] RFS Bitmap Test : size = 4096 (128)
] 1. Find bit with seed > size: pass (Success)
] 2. Find bit with seed = size: pass (Success)
] 3. Find bit 0 with seed = 0: pass (Success): bit = 0
] 4. Find bit (size - 1) with seed = (size - 1) (4095): pass (Success): bit = 4095
] 5. Test bit 0: pass (Success)
] 6. Test bit (size - 1) (4095): pass (Success)
] 7. Test bit range (1,4094] all clear: pass
] 8. Set all bits: PASS (Success)
] 9. Clear bit 3165: PASS (Success)
] 10. Find bit with seed = 0: pass (Success): bit = 3165
] 11. Fail to find bit with seed = 0: pass (Success): bit = 2048
] 12. Clear bit 0: pass (Success)
] 13. Find bit with seed = (size - 1): pass (Success): bit = 0
] 14. Clear bit (size - 1) (4095): pass (Success)
] 15. Find bit with seed = 0: pass (Success): bit = 4095
] 16. Clear bit 0: pass (Success)
] 17. Find bit with seed = (size / 2) (2048): pass (Success): bit = 0
] 18. Clear bit (size - 1) (4095): pass, (Success)
] 19. Find bit with seed = (size / 2) (2048): pass (Success): bit = 4095
] 20. Clear bit 0: pass (Success)
] 21. Find bit with seed = ((size / 2) - 1) (2047): pass (Success): bit = 0
] 22. Clear bit (size - 1) (4095): pass (Success)
] 23. Find bit with seed = ((size / 2) - 1) (2047): pass (Success): bit = 4095
] 23. Set all bits
] 23. Cleared bits (692, 723] (32)
] 23. Alloc'ed all bits (723, 754] (32)
] 24. Set all bits
] 24. Cleared bits (1706, 1762] (57)
] 24. Alloc'ed all bits (1762, 1818] (57)
] 25. Set all bits: PASS (Success)
] 26. Clear bit (650, 1861]: PASS (Success)
] 27. Check free count is 1211: 1211: pass (Success)
] 28. Create search check free count is 1211: 1211: pass (Success)
] 29. Map set check with bit (4098) larger than size (4096)
] 30. Map clear check with bit (4098) larger than size (4096)
] 31. Map test check with bit (4098) larger than size (4096)
] 32. Set all bits in the map, then clear bit (2048) and set this bit once again: PASSED
] 33. Attempt to find bit when all bits are set (expected FAILED): FAILED
] 34. Clear all bits in the map.
] 35. Set a bit and check accounting.
]
] RFS Bitmap Test : size = 2048 (64)
] 1. Find bit with seed > size: pass (Success)
] 2. Find bit with seed = size: pass (Success)
] 3. Find bit 0 with seed = 0: pass (Success): bit = 0
] 4. Find bit (size - 1) with seed = (size - 1) (2047): pass (Success): bit = 2047
] 5. Test bit 0: pass (Success)
] 6. Test bit (size - 1) (2047): pass (Success)
] 7. Test bit range (1,2046] all clear: pass
] 8. Set all bits: PASS (Success)
] 9. Clear bit 1518: PASS (Success)
] 10. Find bit with seed = 0: pass (Success): bit = 1518
] 11. Fail to find bit with seed = 0: pass (Success): bit = 0
] 12. Clear bit 0: pass (Success)
] 13. Find bit with seed = (size - 1): pass (Success): bit = 0
] 14. Clear bit (size - 1) (2047): pass (Success)
] 15. Find bit with seed = 0: pass (Success): bit = 2047
] 16. Clear bit 0: pass (Success)
] 17. Find bit with seed = (size / 2) (1024): pass (Success): bit = 0
] 18. Clear bit (size - 1) (2047): pass, (Success)
] 19. Find bit with seed = (size / 2) (1024): pass (Success): bit = 2047
] 20. Clear bit 0: pass (Success)
] 21. Find bit with seed = ((size / 2) - 1) (1023): pass (Success): bit = 0
] 22. Clear bit (size - 1) (2047): pass (Success)
] 23. Find bit with seed = ((size / 2) - 1) (1023): pass (Success): bit = 2047
] 23. Set all bits
] 23. Cleared bits (114, 145] (32)
] 23. Alloc'ed all bits (145, 176] (32)
] 24. Set all bits
] 24. Cleared bits (211, 267] (57)
] 24. Alloc'ed all bits (267, 323] (57)
] 25. Set all bits: PASS (Success)
] 26. Clear bit (474, 1340]: PASS (Success)
] 27. Check free count is 866: 866: pass (Success)
] 28. Create search check free count is 866: 866: pass (Success)
] 29. Map set check with bit (2050) larger than size (2048)
] 30. Map clear check with bit (2050) larger than size (2048)
] 31. Map test check with bit (2050) larger than size (2048)
] 32. Set all bits in the map, then clear bit (1024) and set this bit once again: PASSED
] 33. Attempt to find bit when all bits are set (expected FAILED): FAILED
] 34. Clear all bits in the map.
] 35. Set a bit and check accounting.
]
] RFS Bitmap Test : size = 420 (14)
] 1. Find bit with seed > size: pass (Success)
] 2. Find bit with seed = size: pass (Success)
] 3. Find bit 0 with seed = 0: pass (Success): bit = 0
] 4. Find bit (size - 1) with seed = (size - 1) (419): pass (Success): bit = 419
] 5. Test bit 0: pass (Success)
] 6. Test bit (size - 1) (419): pass (Success)
] 7. Test bit range (1,418] all clear: pass
] 8. Set all bits: PASS (Success)
] 9. Clear bit 240: PASS (Success)
] 10. Find bit with seed = 0: pass (Success): bit = 240
] 11. Fail to find bit with seed = 0: pass (Success): bit = 0
] 12. Clear bit 0: pass (Success)
] 13. Find bit with seed = (size - 1): pass (Success): bit = 0
] 14. Clear bit (size - 1) (419): pass (Success)
] 15. Find bit with seed = 0: pass (Success): bit = 419
] 16. Clear bit 0: pass (Success)
] 17. Find bit with seed = (size / 2) (210): pass (Success): bit = 0
] 18. Clear bit (size - 1) (419): pass, (Success)
] 19. Find bit with seed = (size / 2) (210): pass (Success): bit = 419
] 20. Clear bit 0: pass (Success)
] 21. Find bit with seed = ((size / 2) - 1) (209): pass (Success): bit = 0
] 22. Clear bit (size - 1) (419): pass (Success)
] 23. Find bit with seed = ((size / 2) - 1) (209): pass (Success): bit = 419
] 23. Set all bits
] 23. Cleared bits (223, 254] (32)
] 23. Alloc'ed all bits (254, 285] (32)
] 24. Set all bits
] 24. Cleared bits (62, 118] (57)
] 24. Alloc'ed all bits (118, 174] (57)
] 25. Set all bits: PASS (Success)
] 26. Clear bit (105, 258]: PASS (Success)
] 27. Check free count is 153: 153: pass (Success)
] 28. Create search check free count is 153: 153: pass (Success)
] 29. Map set check with bit (422) larger than size (420)
] 30. Map clear check with bit (422) larger than size (420)
] 31. Map test check with bit (422) larger than size (420)
] 32. Set all bits in the map, then clear bit (210) and set this bit once again: PASSED
] 33. Attempt to find bit when all bits are set (expected FAILED): FAILED
] 34. Clear all bits in the map.
] 35. Set a bit and check accounting.
]
] Testing bitmap_map functions with zero initialized bitmap control pointer
]
] Allocate most of memory - attempt to fail while open bitmap - expect ENOMEM
] Attempt to open bitmap returned: Not enough space
] Freeing the allocated memory
]
] END of RFS Bitmap Unit Test
[ 20/676] p:0 f:0 u:0 e:0 I:0 B:0 t:0 L:0 i:0 W:0 | riscv64/rv64imafdc: fsrofs01.exe
<<skipping passes>>
[111/676] p:69 f:0 u:0 e:22 I:0 B:3 t:0 L:0 i:0 W:0 | riscv64/rv64imafdc: block11.exe
Result: timeout
Time: 0:14:12.784233 block11.exe
=> exe: spike --isa=RV64IMAFDC b-rv64imafdc/riscv/rv64imafdc/testsuites/libtests/block11.exe
]
]
=> test start: BLOCK 11
] *** BEGIN OF TEST BLOCK 11 ***
] *** TEST VERSION: 6.0.0.6335d7e48a692e4c4fe0577b6bba44ff0f64aefc
] *** TEST STATE: EXPECTED_PASS
] *** TEST BUILD: RTEMS_DEBUG RTEMS_POSIX_API
] *** TEST TOOLS: 13.3.0 20240521 (RTEMS 6, RSB 86fb2d4645ee6197198fb4755fbe8db1967c454c, Newlib 1b3dcfd)
] *** TIMEOUT TIMEOUT
[112/676] p:69 f:0 u:0 e:22 I:0 B:3 t:0 L:0 i:0 W:0 | riscv64/rv64imafdc: block12.exe
<<skipping passes>>
[128/676] p:81 f:0 u:0 e:22 I:0 B:3 t:0 L:0 i:0 W:0 | riscv64/rv64imafdc: dl01.exe
Result: failed
Time: 0:00:02.484174 dl01.exe
=> exe: spike --isa=RV64IMAFDC b-rv64imafdc/riscv/rv64imafdc/testsuites/libtests/dl01.exe
]
]
=> test start: libdl (RTL) 1
] *** BEGIN OF TEST libdl (RTL) 1 ***
] *** TEST VERSION: 6.0.0.6335d7e48a692e4c4fe0577b6bba44ff0f64aefc
] *** TEST STATE: EXPECTED_PASS
] *** TEST BUILD: RTEMS_DEBUG RTEMS_POSIX_API
] *** TEST TOOLS: 13.3.0 20240521 (RTEMS 6, RSB 86fb2d4645ee6197198fb4755fbe8db1967c454c, Newlib 1b3dcfd)
] load: /dl01-o1.o
] dlopen failed: .text.rtems_main: Unsupported relocation type 51 in non-PLT rel
]
] [ RTEMS shutdown ]
] RTEMS version: 6.0.0.6335d7e48a692e4c4fe0577b6bba44ff0f64aefc
] RTEMS tools: 13.3.0 20240521 (RTEMS 6, RSB 86fb2d4645ee6197198fb4755fbe8db1967c454c, Newlib 1b3dcfd)
] executing thread ID: 0x0a010001
] executing thread name: UI1
[129/676] p:86 f:0 u:0 e:22 I:0 B:3 t:0 L:0 i:0 W:0 | riscv64/rv64imafdc: dl02.exe
Result: failed
Time: 0:00:02.191887 dl02.exe
=> exe: spike --isa=RV64IMAFDC b-rv64imafdc/riscv/rv64imafdc/testsuites/libtests/dl02.exe
]
]
=> test start: libdl (RTL) 2
] *** BEGIN OF TEST libdl (RTL) 2 ***
] *** TEST VERSION: 6.0.0.6335d7e48a692e4c4fe0577b6bba44ff0f64aefc
] *** TEST STATE: EXPECTED_PASS
] *** TEST BUILD: RTEMS_DEBUG RTEMS_POSIX_API
] *** TEST TOOLS: 13.3.0 20240521 (RTEMS 6, RSB 86fb2d4645ee6197198fb4755fbe8db1967c454c, Newlib 1b3dcfd)
] load: /dl02-o1.o
] dlopen failed: .text.dl_o1_callback: Unsupported relocation type 51 in non-PLT
]
] [ RTEMS shutdown ]
] RTEMS version: 6.0.0.6335d7e48a692e4c4fe0577b6bba44ff0f64aefc
] RTEMS tools: 13.3.0 20240521 (RTEMS 6, RSB 86fb2d4645ee6197198fb4755fbe8db1967c454c, Newlib 1b3dcfd)
] executing thread ID: 0x0a010001
] executing thread name: UI1
[130/676] p:87 f:0 u:0 e:22 I:0 B:3 t:0 L:0 i:0 W:0 | riscv64/rv64imafdc: dl03.exe
<<skipping passes>>
[138/676] p:94 f:4 u:0 e:22 I:0 B:3 t:0 L:0 i:0 W:0 | riscv64/rv64imafdc: dl11.exe
Result: failed
Time: 0:00:02.629320 dl11.exe
=> exe: spike --isa=RV64IMAFDC b-rv64imafdc/riscv/rv64imafdc/testsuites/libtests/dl11.exe
]
]
=> test start: libdl (RTL) 11
] *** BEGIN OF TEST libdl (RTL) 11 ***
] *** TEST VERSION: 6.0.0.6335d7e48a692e4c4fe0577b6bba44ff0f64aefc
] *** TEST STATE: EXPECTED_PASS
] *** TEST BUILD: RTEMS_DEBUG RTEMS_POSIX_API
] *** TEST TOOLS: 13.3.0 20240521 (RTEMS 6, RSB 86fb2d4645ee6197198fb4755fbe8db1967c454c, Newlib 1b3dcfd)
] load: /dl11-o1.o
] dlopen failed: .text.get_errno_val: Unsupported relocation type 29 in non-PLT
]
] [ RTEMS shutdown ]
] RTEMS version: 6.0.0.6335d7e48a692e4c4fe0577b6bba44ff0f64aefc
] RTEMS tools: 13.3.0 20240521 (RTEMS 6, RSB 86fb2d4645ee6197198fb4755fbe8db1967c454c, Newlib 1b3dcfd)
] executing thread ID: 0x0a010001
] executing thread name: UI1
[139/676] p:94 f:6 u:0 e:22 I:0 B:3 t:0 L:0 i:0 W:0 | riscv64/rv64imafdc: dl12.exe
<<skipping passes>>
[154/676] p:104 f:10 u:1 e:22 I:0 B:3 t:0 L:0 i:0 W:0 | riscv64/rv64imafdc: malloc04.exe
Result: failed
Time: 0:00:04.934780 malloc04.exe
=> exe: spike --isa=RV64IMAFDC b-rv64imafdc/riscv/rv64imafdc/testsuites/libtests/malloc04.exe
]
]
=> test start: MALLOC 4
] *** BEGIN OF TEST MALLOC 4 ***
] *** TEST VERSION: 6.0.0.6335d7e48a692e4c4fe0577b6bba44ff0f64aefc
] *** TEST STATE: EXPECTED_PASS
] *** TEST BUILD: RTEMS_DEBUG RTEMS_POSIX_API
] *** TEST TOOLS: 13.3.0 20240521 (RTEMS 6, RSB 86fb2d4645ee6197198fb4755fbe8db1967c454c, Newlib 1b3dcfd)
] No sbrk() amount
] Misaligned extend
] sbrk(512)
] Not enough sbrk() space
] sbrk(1024)
] Valid heap extend
] sbrk(256)
] ../../../testsuites/libtests/malloc04/init.c: 175 sbrk_count == 0
]
] [ RTEMS shutdown ]
] RTEMS version: 6.0.0.6335d7e48a692e4c4fe0577b6bba44ff0f64aefc
] RTEMS tools: 13.3.0 20240521 (RTEMS 6, RSB 86fb2d4645ee6197198fb4755fbe8db1967c454c, Newlib 1b3dcfd)
] executing thread ID: 0x0a010001
] executing thread name: UI1
[155/676] p:107 f:10 u:1 e:22 I:0 B:3 t:0 L:0 i:0 W:0 | riscv64/rv64imafdc: malloctest.exe
<<skipping passes>>
[190/676] p:128 f:12 u:2 e:22 I:0 B:3 t:0 L:0 i:0 W:0 | riscv64/rv64imafdc: termios01.exe
Result: timeout
Time: 0:13:51.464743 termios01.exe
=> exe: spike --isa=RV64IMAFDC b-rv64imafdc/riscv/rv64imafdc/testsuites/libtests/termios01.exe
]
]
=> test start: TERMIOS 1
] *** BEGIN OF TEST TERMIOS 1 ***
] *** TEST VERSION: 6.0.0.6335d7e48a692e4c4fe0577b6bba44ff0f64aefc
] *** TEST STATE: EXPECTED_PASS
] *** TEST BUILD: RTEMS_DEBUG RTEMS_POSIX_API
] *** TEST TOOLS: 13.3.0 20240521 (RTEMS 6, RSB 86fb2d4645ee6197198fb4755fbe8db1967c454c, Newlib 1b3dcfd)
] Test termios_baud2index...
] termios_baud_to_index(-2) - NOT OK
] termios_baud_to_index(B0) - OK
] termios_baud_to_index(B50) - OK
] termios_baud_to_index(B75) - OK
] termios_baud_to_index(B110) - OK
] termios_baud_to_index(B134) - OK
] termios_baud_to_index(B150) - OK
] termios_baud_to_index(B200) - OK
] termios_baud_to_index(B300) - OK
] termios_baud_to_index(B600) - OK
] termios_baud_to_index(B1200) - OK
] termios_baud_to_index(B1800) - OK
] termios_baud_to_index(B2400) - OK
] termios_baud_to_index(B4800) - OK
] termios_baud_to_index(B9600) - OK
] termios_baud_to_index(B19200) - OK
] termios_baud_to_index(B38400) - OK
] termios_baud_to_index(B7200) - OK
] termios_baud_to_index(B14400) - OK
] termios_baud_to_index(B28800) - OK
] termios_baud_to_index(B57600) - OK
] termios_baud_to_index(B76800) - OK
] termios_baud_to_index(B115200) - OK
] termios_baud_to_index(B230400) - OK
] termios_baud_to_index(B460800) - OK
] termios_baud_to_index(B921600) - OK
]
] Test termios_baud2number...
] termios_baud_to_number(-2) - NOT OK
] termios_baud_to_number(B0) - OK
] termios_baud_to_number(B50) - OK
] termios_baud_to_number(B75) - OK
] termios_baud_to_number(B110) - OK
] termios_baud_to_number(B134) - OK
] termios_baud_to_number(B150) - OK
] termios_baud_to_number(B200) - OK
] termios_baud_to_number(B300) - OK
] termios_baud_to_number(B600) - OK
] termios_baud_to_number(B1200) - OK
] termios_baud_to_number(B1800) - OK
] termios_baud_to_number(B2400) - OK
] termios_baud_to_number(B4800) - OK
] termios_baud_to_number(B9600) - OK
] termios_baud_to_number(B19200) - OK
] termios_baud_to_number(B38400) - OK
] termios_baud_to_number(B7200) - OK
] termios_baud_to_number(B14400) - OK
] termios_baud_to_number(B28800) - OK
] termios_baud_to_number(B57600) - OK
] termios_baud_to_number(B76800) - OK
] termios_baud_to_number(B115200) - OK
] termios_baud_to_number(B230400) - OK
] termios_baud_to_number(B460800) - OK
] termios_baud_to_number(B921600) - OK
]
] Test termios_number_to_baud...
] termios_number_to_baud(-2) - NOT OK
] termios_number_to_baud(B0) - OK
] termios_number_to_baud(B50) - OK
] termios_number_to_baud(B75) - OK
] termios_number_to_baud(B110) - OK
] termios_number_to_baud(B134) - OK
] termios_number_to_baud(B150) - OK
] termios_number_to_baud(B200) - OK
] termios_number_to_baud(B300) - OK
] termios_number_to_baud(B600) - OK
] termios_number_to_baud(B1200) - OK
] termios_number_to_baud(B1800) - OK
] termios_number_to_baud(B2400) - OK
] termios_number_to_baud(B4800) - OK
] termios_number_to_baud(B9600) - OK
] termios_number_to_baud(B19200) - OK
] termios_number_to_baud(B38400) - OK
] termios_number_to_baud(B7200) - OK
] termios_number_to_baud(B14400) - OK
] termios_number_to_baud(B28800) - OK
] termios_number_to_baud(B57600) - OK
] termios_number_to_baud(B76800) - OK
] termios_number_to_baud(B115200) - OK
] termios_number_to_baud(B230400) - OK
] termios_number_to_baud(B460800) - OK
] termios_number_to_baud(B921600) - OK
]
] Init - rtems_io_register_driver - Termios Test Driver - OK
] Termios_test_driver - rtems_io_register /dev/test - OK
] Init - Major slot returned = 1
] Init - open - /dev/test - OK
] *** TIMEOUT TIMEOUT
[191/676] p:128 f:12 u:2 e:22 I:0 B:3 t:0 L:0 i:0 W:0 | riscv64/rv64imafdc: termios02.exe
<<skipping passes>>
[203/676] p:139 f:12 u:3 e:22 I:0 B:3 t:0 L:0 i:0 W:0 | riscv64/rv64imafdc: ttest02.exe
Result: failed
Time: 0:03:12.755631 ttest02.exe
=> exe: spike --isa=RV64IMAFDC b-rv64imafdc/riscv/rv64imafdc/testsuites/libtests/ttest02.exe
]
]
=> test start: TTEST 2
] *** BEGIN OF TEST TTEST 2 ***
] *** TEST VERSION: 6.0.0.6335d7e48a692e4c4fe0577b6bba44ff0f64aefc
] *** TEST STATE: EXPECTED_PASS
] *** TEST BUILD: RTEMS_DEBUG RTEMS_POSIX_API
] *** TEST TOOLS: 13.3.0 20240521 (RTEMS 6, RSB 86fb2d4645ee6197198fb4755fbe8db1967c454c, Newlib 1b3dcfd)
] A:TTEST 2
] S:Platform:RTEMS
] S:Compiler:13.3.0 20240521 (RTEMS 6, RSB 86fb2d4645ee6197198fb4755fbe8db1967c454c, Newlib 1b3dcfd)
] S:Version:6.0.0.6335d7e48a692e4c4fe0577b6bba44ff0f64aefc
] S:BSP:rv64imafdc
] 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.012450
] B:TestInterruptTimeout
] E:TestInterruptTimeout:N:1:F:0:D:0.037745
] B:TestInterruptFatal
] E:TestInterruptFatal:N:1:F:0:D:0.000005
] B:TestInterruptDone
] E:TestInterruptDone:N:10:F:0:D:9.461370
] B:TestInterruptBlocked
] E:TestInterruptBlocked:N:3:F:0:D:0.001430
] Z:TTEST 2:C:5:N:77:F:4:D:9.514575
] Y:ReportHash:SHA256:ri8v23rZpvtCtUZe8QYwxDAOblvnkpsemrd7TY7fUTI=
]
] [ RTEMS shutdown ]
] RTEMS version: 6.0.0.6335d7e48a692e4c4fe0577b6bba44ff0f64aefc
] RTEMS tools: 13.3.0 20240521 (RTEMS 6, RSB 86fb2d4645ee6197198fb4755fbe8db1967c454c, Newlib 1b3dcfd)
] executing thread ID: 0x0a010001
] executing thread name: UI1
[204/676] p:139 f:12 u:4 e:22 I:0 B:3 t:0 L:0 i:0 W:0 | riscv64/rv64imafdc: tztest.exe
<<skipping passes>>
[215/676] p:152 f:12 u:4 e:22 I:0 B:3 t:0 L:0 i:0 W:0 | riscv64/rv64imafdc: psx09.exe
Result: failed
Time: 0:00:45.540835 psx09.exe
=> exe: spike --isa=RV64IMAFDC b-rv64imafdc/riscv/rv64imafdc/testsuites/psxtests/psx09.exe
]
]
=> test start: PSX 9
] *** BEGIN OF TEST PSX 9 ***
] *** TEST VERSION: 6.0.0.6335d7e48a692e4c4fe0577b6bba44ff0f64aefc
] *** TEST STATE: EXPECTED_PASS
] *** TEST BUILD: RTEMS_DEBUG RTEMS_POSIX_API
] *** TEST TOOLS: 13.3.0 20240521 (RTEMS 6, RSB 86fb2d4645ee6197198fb4755fbe8db1967c454c, 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: 6.0.0.6335d7e48a692e4c4fe0577b6bba44ff0f64aefc
] RTEMS tools: 13.3.0 20240521 (RTEMS 6, RSB 86fb2d4645ee6197198fb4755fbe8db1967c454c, Newlib 1b3dcfd)
] executing thread ID: 0x0b010001
] executing thread name:
[216/676] p:152 f:12 u:4 e:22 I:0 B:3 t:0 L:0 i:0 W:0 | riscv64/rv64imafdc: psx10.exe
<<skipping passes>>
[538/676] p:469 f:15 u:6 e:22 I:0 B:3 t:0 L:0 i:0 W:0 | riscv64/rv64imafdc: spintrcritical20.exe
Result: failed
Time: 0:01:37.595836 spintrcritical20.exe
=> exe: spike --isa=RV64IMAFDC b-rv64imafdc/riscv/rv64imafdc/testsuites/sptests/spintrcritical20.exe
]
]
=> test start: SPINTRCRITICAL 20
] *** BEGIN OF TEST SPINTRCRITICAL 20 ***
] *** TEST VERSION: 6.0.0.6335d7e48a692e4c4fe0577b6bba44ff0f64aefc
] *** TEST STATE: EXPECTED_PASS
] *** TEST BUILD: RTEMS_DEBUG RTEMS_POSIX_API
] *** TEST TOOLS: 13.3.0 20240521 (RTEMS 6, RSB 86fb2d4645ee6197198fb4755fbe8db1967c454c, Newlib 1b3dcfd)
] A:SPINTRCRITICAL 20
] S:Platform:RTEMS
] S:Compiler:13.3.0 20240521 (RTEMS 6, RSB 86fb2d4645ee6197198fb4755fbe8db1967c454c, Newlib 1b3dcfd)
] S:Version:6.0.0.6335d7e48a692e4c4fe0577b6bba44ff0f64aefc
] S:BSP:rv64imafdc
] 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:SemaphoreObtainTimeoutInterrupt
] F:3:0:UI1:init.c:192:8 == 4
] F:4:0:UI1:init.c:194
] E:SemaphoreObtainTimeoutInterrupt:N:9:F:2:D:10.067595
] Z:SPINTRCRITICAL 20:C:1:N:9:F:2:D:10.068040
] Y:ReportHash:SHA256:a_HUuFA2biMcGTgE9CrEmXtQYA8ekcHJ7uUyyKdhlF0=
]
] [ RTEMS shutdown ]
] RTEMS version: 6.0.0.6335d7e48a692e4c4fe0577b6bba44ff0f64aefc
] RTEMS tools: 13.3.0 20240521 (RTEMS 6, RSB 86fb2d4645ee6197198fb4755fbe8db1967c454c, Newlib 1b3dcfd)
] executing thread ID: 0x0a010001
] executing thread name: UI1
[539/676] p:469 f:15 u:6 e:22 I:0 B:3 t:0 L:0 i:0 W:0 | riscv64/rv64imafdc: spintrcritical21.exe
<<skipping passes>>
[676/676] p:606 f:16 u:6 e:22 I:0 B:3 t:0 L:0 i:0 W:0 | riscv64/rv64imafdc: ts-validation-tls-1.exe
Passed: 626
Failed: 17
User Input: 6
Expected Fail: 22
Indeterminate: 0
Benchmark: 3
Timeout: 2
Test too long: 0
Invalid: 0
Wrong Version: 0
Wrong Build: 0
Wrong Tools: 0
Wrong Header: 0
------------------
Total: 676
Failures:
dl01.exe
dl02.exe
dl11.exe
fsrfsbitmap01.exe
malloc04.exe
psx09.exe
spintrcritical20.exe
ttest02.exe
dl04.exe
dl05.exe
dl06.exe
dl07.exe
dl08.exe
dl09.exe
dl12.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
Timeouts:
block11.exe
termios01.exe
Average test time: 0:00:01.294944
Testing time : 0:14:35.382265
More information about the build
mailing list