[rtems-test] powerpc/psim: RTEMS_NETWORKING, RTEMS_POSIX_API: Passed:570 Failed:0 Timeout:3 Invalid:0 Wrong:0

sebastian.huber at embedded-brains.de sebastian.huber at embedded-brains.de
Thu Jul 23 08:20:41 UTC 2020


Testing time     : 0:06:02.550383
Average test time: 0:00:00.607287

Host
====
Linux-4.12.14-lp151.28.52-default-x86_64-with-glibc2.3.4 (Linux huber-nb-linux.suse 4.12.14-lp151.28.52-default #1 SMP Wed Jun 10 15:32:08 UTC 2020 (464fb5f) x86_64 x86_64)

Configuration
=============
Version: 6.0.0.b2ff5fe31037797d337b9cf72d07d3e706c2b2d7
Build  : RTEMS_NETWORKING,RTEMS_POSIX_API
Tools  : 10.1.1 20200703 (RTEMS 6, RSB 5ab61d2e8c7ced8c685541509a7ac4eba704e69e, Newlib f095752)

Summary
=======

Passed:        570
Failed:          0
User Input:      6
Expected Fail:  15
Indeterminate:   0
Benchmark:       3
Timeout:         3
Invalid:         0
Wrong Version:   0
Wrong Build:     0
Wrong Tools:     0
------------------
Total:         597

User Input:
 dl10.exe
 monitor.exe
 termios.exe
 top.exe
 capture.exe
 fileio.exe
Expected Fail:
 fsimfsgeneric01.exe
 block11.exe
 rbheap01.exe
 termios01.exe
 ttest01.exe
 psx12.exe
 psxchroot01.exe
 psximfs02.exe
 psxpipe01.exe
 spextensions01.exe
 spfatal31.exe
 spfifo02.exe
 spmountmgr01.exe
 spprivenv01.exe
 spstdthreads01.exe
Benchmark:
 linpack.exe
 whetstone.exe
 dhrystone.exe
Timeouts:
 fsrfsbitmap01.exe
 crypt01.exe
 pppd.exe
Log
===

RTEMS Testing - Tester, 6.0.not_released
 Command Line: /build/rtems/6/bin/rtems-test --rtems-bsp=psim --rtems-tools=/build/rtems/6 . --mail
 Host: Linux huber-nb-linux.suse 4.12.14-lp151.28.52-default #1 SMP Wed Jun 10 15:32:08 UTC 2020 (464fb5f) x86_64
 Python: 3.6.10 (default, Jan 16 2020, 09:12:04) [GCC]
Host: Linux-4.12.14-lp151.28.52-default-x86_64-with-glibc2.3.4 (Linux huber-nb-linux.suse 4.12.14-lp151.28.52-default #1 SMP Wed Jun 10 15:32:08 UTC 2020 (464fb5f) x86_64 x86_64)
[  1/597] p:0   f:0   u:0   e:0   I:0   B:0   t:0   i:0   W:0   | powerpc/psim: dhrystone.exe
 <<skipping passes>>
[ 18/597] p:9   f:0   u:0   e:0   I:0   B:3   t:0   i:0   W:0   | powerpc/psim: fsrfsbitmap01.exe
Result: timeout    Time: 0:03:11.684468 fsrfsbitmap01.exe
=>  gdb: /build/rtems/6/bin/powerpc-rtems6-gdb -i=mi --nx --quiet ./powerpc-rtems6/c/psim/testsuites/fstests/fsrfsbitmap01.exe
=>  Reading symbols from ./powerpc-rtems6/c/psim/testsuites/fstests/fsrfsbitmap01.exe...
=>  target sim -f /build/rtems/6/share/rtems/tester/rtems/testing/bsps/psim-device-tree
=>  Connected to the simulator.
=>  load
=>  run
=>  Starting program: /build/git-build/b-psim/powerpc-rtems6/c/psim/testsuites/fstests/fsrfsbitmap01.exe 
] OpenPIC Version 1.2 (2 CPUs and 17 IRQ sources) at 0x4229103616
] OpenPIC Vendor 0 (Unknown), Device 0 (Unknown), Stepping 0
] Overriding NumSources (17) from configuration with 16
] OpenPIC timer frequency is 1 Hz
] BATs must not overlap; area 0x08000000..0x09000000 hits DBAT 0
=>  test start: FSRFSBITMAP 1
] *** BEGIN OF TEST FSRFSBITMAP 1 ***
] *** TEST VERSION: 6.0.0.b2ff5fe31037797d337b9cf72d07d3e706c2b2d7
] *** TEST STATE: EXPECTED_PASS
] *** TEST BUILD: RTEMS_NETWORKING RTEMS_POSIX_API
] *** TEST TOOLS: 10.1.1 20200703 (RTEMS 6, RSB 5ab61d2e8c7ced8c685541509a7ac4eba704e69e, Newlib f095752)
] 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 32 in range (1,4094] is set:  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. Cleared bit still set: bit = 692
] 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 32 in range (1,2046] is set:  pass
]   8. Set all bits: PASS (Success)
]   9. Clear bit 1674: PASS (Success)
]  10. Find bit with seed = 0: pass (Success): bit = 1674
]  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 (650, 681] (32)
]  23. Cleared bit still set: bit = 672
] 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 32 in range (1,418] is set:  pass
]   8. Set all bits: PASS (Success)
]   9. Clear bit 359: PASS (Success)
]  10. Find bit with seed = 0: pass (Success): bit = 359
]  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 (126, 157] (32)
]  23. Cleared bit still set: bit = 126
]  Testing bitmap_map functions with zero initialized bitmap control pointer
]  Allocate most of memory - attempt to fail while open bitmap - expect ENOMEM
] *** TIMEOUT TIMEOUT
[ 19/597] p:9   f:0   u:0   e:0   I:0   B:3   t:0   i:0   W:0   | powerpc/psim: fsrofs01.exe
 <<skipping passes>>
[ 81/597] p:66  f:0   u:0   e:2   I:0   B:3   t:0   i:0   W:0   | powerpc/psim: crypt01.exe
Result: timeout    Time: 0:03:09.319899 crypt01.exe
=>  gdb: /build/rtems/6/bin/powerpc-rtems6-gdb -i=mi --nx --quiet ./powerpc-rtems6/c/psim/testsuites/libtests/crypt01.exe
=>  Reading symbols from ./powerpc-rtems6/c/psim/testsuites/libtests/crypt01.exe...
=>  target sim -f /build/rtems/6/share/rtems/tester/rtems/testing/bsps/psim-device-tree
=>  Connected to the simulator.
=>  load
=>  run
=>  Starting program: /build/git-build/b-psim/powerpc-rtems6/c/psim/testsuites/libtests/crypt01.exe 
] OpenPIC Version 1.2 (2 CPUs and 17 IRQ sources) at 0x4229103616
] OpenPIC Vendor 0 (Unknown), Device 0 (Unknown), Stepping 0
] Overriding NumSources (17) from configuration with 16
] OpenPIC timer frequency is 1 Hz
] BATs must not overlap; area 0x08000000..0x09000000 hits DBAT 0
=>  test start: CRYPT 1
] *** BEGIN OF TEST CRYPT 1 ***
] *** TEST VERSION: 6.0.0.b2ff5fe31037797d337b9cf72d07d3e706c2b2d7
] *** TEST STATE: EXPECTED_PASS
] *** TEST BUILD: RTEMS_NETWORKING RTEMS_POSIX_API
] *** TEST TOOLS: 10.1.1 20200703 (RTEMS 6, RSB 5ab61d2e8c7ced8c685541509a7ac4eba704e69e, Newlib f095752)
] test crypt_md5_r()
] test crypt_sha256_r()
] input:    Hello world!
] salt:     $5$saltstring
] expected: $5$saltstring$5B8vYYiY.CVt1RlTTf8KbXBH3hsxY/GNooZaBBGWEc5
] actual:   $5$saltstring$5B8vYYiY.CVt1RlTTf8KbXBH3hsxY/GNooZaBBGWEc5
] input:    Hello world!
] salt:     $5$rounds=10000$saltstringsaltstring
] expected: $5$rounds=10000$saltstringsaltst$3xv.VbSHBb41AL9AvLeujZkZRBAwqFMz2.opqey6IcA
] actual:   $5$rounds=10000$saltstringsaltst$3xv.VbSHBb41AL9AvLeujZkZRBAwqFMz2.opqey6IcA
] input:    This is just a test
] salt:     $5$rounds=5000$toolongsaltstring
] expected: $5$rounds=5000$toolongsaltstrin$Un/5jzAHMgOGZ5.mWJpuVolil07guHPvOW8mGRcvxa5
] actual:   $5$rounds=5000$toolongsaltstrin$Un/5jzAHMgOGZ5.mWJpuVolil07guHPvOW8mGRcvxa5
] input:    a very much longer text to encrypt.  This one even stretches over morethan one line.
] salt:     $5$rounds=1400$anotherlongsaltstring
] expected: $5$rounds=1400$anotherlongsalts$Rx.j8H.h8HjEDGomFU8bDkXm3XIUnzyxf12oP84Bnq1
] actual:   $5$rounds=1400$anotherlongsalts$Rx.j8H.h8HjEDGomFU8bDkXm3XIUnzyxf12oP84Bnq1
] input:    we have a short salt string but not a short password
] salt:     $5$rounds=77777$short
] expected: $5$rounds=77777$short$JiO1O3ZpDAxGJeaDIuqCoEFysAe1mZNJRs3pw0KQRd/
] actual:   $5$rounds=77777$short$JiO1O3ZpDAxGJeaDIuqCoEFysAe1mZNJRs3pw0KQRd/
] input:    a short string
] salt:     $5$rounds=123456$asaltof16chars..
] expected: $5$rounds=123456$asaltof16chars..$gP3VQ/6X7UUEW3HkBn2w1/Ptq2jxPyzV/cZKmF/wJvD
] actual:   $5$rounds=123456$asaltof16chars..$gP3VQ/6X7UUEW3HkBn2w1/Ptq2jxPyzV/cZKmF/wJvD
] input:    the minimum number is still observed
] salt:     $5$rounds=10$roundstoolow
] expected: $5$rounds=1000$roundstoolow$yfvwcWrQ8l/K0DAWyuPMDNHpIVlTQebY9l/gL972bIC
] actual:   $5$rounds=1000$roundstoolow$yfvwcWrQ8l/K0DAWyuPMDNHpIVlTQebY9l/gL972bIC
] test crypt_sha512_r()
] input:    Hello world!
] salt:     $6$saltstring
] expected: $6$saltstring$svn8UoSVapNtMuq1ukKS4tPQd8iKwSMHWjl/O817G3uBnIFNjnQJuesI68u4OTLiBFdcbYEdFCoEOfaS35inz1
] actual:   $6$saltstring$svn8UoSVapNtMuq1ukKS4tPQd8iKwSMHWjl/O817G3uBnIFNjnQJuesI68u4OTLiBFdcbYEdFCoEOfaS35inz1
] input:    Hello world!
] salt:     $6$rounds=10000$saltstringsaltstring
] expected: $6$rounds=10000$saltstringsaltst$OW1/O6BYHV6BcXZu8QVeXbDWra3Oeqh0sbHbbMCVNSnCM/UrjmM0Dp8vOuZeHBy/YTBmSK6H9qs/y3RnOaw5v.
] actual:   $6$rounds=10000$saltstringsaltst$OW1/O6BYHV6BcXZu8QVeXbDWra3Oeqh0sbHbbMCVNSnCM/UrjmM0Dp8vOuZeHBy/YTBmSK6H9qs/y3RnOaw5v.
] input:    This is just a test
] salt:     $6$rounds=5000$toolongsaltstring
] expected: $6$rounds=5000$toolongsaltstrin$lQ8jolhgVRVhY4b5pZKaysCLi0QBxGoNeKQzQ3glMhwllF7oGDZxUhx1yxdYcz/e1JSbq3y6JMxxl8audkUEm0
] actual:   $6$rounds=5000$toolongsaltstrin$lQ8jolhgVRVhY4b5pZKaysCLi0QBxGoNeKQzQ3glMhwllF7oGDZxUhx1yxdYcz/e1JSbq3y6JMxxl8audkUEm0
] input:    a very much longer text to encrypt.  This one even stretches over morethan one line.
] salt:     $6$rounds=1400$anotherlongsaltstring
] expected: $6$rounds=1400$anotherlongsalts$POfYwTEok97VWcjxIiSOjiykti.o/pQs.wPvMxQ6Fm7I6IoYN3CmLs66x9t0oSwbtEW7o7UmJEiDwGqd8p4ur1
] actual:   $6$rounds=1400$anotherlongsalts$POfYwTEok97VWcjxIiSOjiykti.o/pQs.wPvMxQ6Fm7I6IoYN3CmLs66x9t0oSwbtEW7o7UmJEiDwGqd8p4ur1
] input:    we have a short salt string but not a short password
] salt:     $6$rounds=77777$short
] expected: $6$rounds=77777$short$WuQyW2YR.hBNpjjRhpYD/ifIw05xdfeEyQoMxIXbkvr0gge1a1x3yRULJ5CCaUeOxFmtlcGZelFl5CxtgfiAc0
] actual:   $6$rounds=77777$short$WuQyW2YR.hBNpjjRhpYD/ifIw05xdfeEyQoMxIXbkvr0gge1a1x3yRULJ5CCaUeOxFmtlcGZelFl5CxtgfiAc0
] *** TIMEOUT TIMEOUT
[ 82/597] p:66  f:0   u:0   e:2   I:0   B:3   t:0   i:0   W:0   | powerpc/psim: defaultconfig01.exe
 <<skipping passes>>
[337/597] p:310 f:0   u:6   e:9   I:0   B:3   t:0   i:0   W:0   | powerpc/psim: pppd.exe
Result: timeout    Time: 0:03:07.863313 pppd.exe
=>  gdb: /build/rtems/6/bin/powerpc-rtems6-gdb -i=mi --nx --quiet ./powerpc-rtems6/c/psim/testsuites/samples/pppd.exe
=>  Reading symbols from ./powerpc-rtems6/c/psim/testsuites/samples/pppd.exe...
=>  target sim -f /build/rtems/6/share/rtems/tester/rtems/testing/bsps/psim-device-tree
=>  Connected to the simulator.
=>  load
=>  run
=>  Starting program: /build/git-build/b-psim/powerpc-rtems6/c/psim/testsuites/samples/pppd.exe 
] OpenPIC Version 1.2 (2 CPUs and 17 IRQ sources) at 0x4229103616
] OpenPIC Vendor 0 (Unknown), Device 0 (Unknown), Stepping 0
] Overriding NumSources (17) from configuration with 16
] OpenPIC timer frequency is 1 Hz
] BATs must not overlap; area 0x08000000..0x09000000 hits DBAT 0
=>  test start: PPPD
] *** BEGIN OF TEST PPPD ***
] *** TEST VERSION: 6.0.0.b2ff5fe31037797d337b9cf72d07d3e706c2b2d7
] *** TEST STATE: EXPECTED_PASS
] *** TEST BUILD: RTEMS_NETWORKING RTEMS_POSIX_API
] *** TEST TOOLS: 10.1.1 20200703 (RTEMS 6, RSB 5ab61d2e8c7ced8c685541509a7ac4eba704e69e, Newlib f095752)
] Press any key to start pppd (10s remaining)
] pppd: In secrets file: unrecognized option '/dev/ttyS1'
] Serial connection established.
] ioctl(TIOCGETD): Bad file number
] ioctl(TIOCSETD): Bad file number
] ioctl(PPPIOCGUNIT): Bad file number
] Couldn't set device to non-blocking mode: Bad file number
] *** TIMEOUT TIMEOUT
[338/597] p:310 f:0   u:6   e:9   I:0   B:3   t:0   i:0   W:0   | powerpc/psim: ticker.exe
 <<skipping passes>>
[597/597] p:561 f:0   u:6   e:15  I:0   B:3   t:2   i:0   W:0   | powerpc/psim: tmtimer01.exe

Passed:        570
Failed:          0
User Input:      6
Expected Fail:  15
Indeterminate:   0
Benchmark:       3
Timeout:         3
Invalid:         0
Wrong Version:   0
Wrong Build:     0
Wrong Tools:     0
------------------
Total:         597
User Input:
 dl10.exe
 monitor.exe
 termios.exe
 top.exe
 capture.exe
 fileio.exe
Expected Fail:
 fsimfsgeneric01.exe
 block11.exe
 rbheap01.exe
 termios01.exe
 ttest01.exe
 psx12.exe
 psxchroot01.exe
 psximfs02.exe
 psxpipe01.exe
 spextensions01.exe
 spfatal31.exe
 spfifo02.exe
 spmountmgr01.exe
 spprivenv01.exe
 spstdthreads01.exe
Benchmark:
 linpack.exe
 whetstone.exe
 dhrystone.exe
Timeouts:
 fsrfsbitmap01.exe
 crypt01.exe
 pppd.exe
Average test time: 0:00:00.607287
Testing time     : 0:06:02.550383


More information about the build mailing list