|FAILURE| pw124294 [PATCH] net/af_xdp: fix integer handling issues

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Tue Feb 21 22:15:21 CET 2023


Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/124294

_Testing issues_

Submitter: Shibin Koikkara Reeny <shibin.koikkara.reeny at intel.com>
Date: Tuesday, February 21 2023 11:14:26 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:9bd5ebca59c865aead7096358fb733e53a72007b

124294 --> testing fail

Test environment and result as below:

+---------------------+--------------------+----------------------+----------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+=====================+====================+======================+================+
| FreeBSD 13          | PASS               | SKIPPED              | SKIPPED        |
+---------------------+--------------------+----------------------+----------------+
| Windows Server 2019 | PASS               | PASS                 | FAIL           |
+---------------------+--------------------+----------------------+----------------+
| CentOS Stream 8     | PASS               | SKIPPED              | PASS           |
+---------------------+--------------------+----------------------+----------------+
| CentOS Stream 9     | PASS               | SKIPPED              | PASS           |
+---------------------+--------------------+----------------------+----------------+
| Debian Buster       | PASS               | SKIPPED              | SKIPPED        |
+---------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15    | PASS               | SKIPPED              | SKIPPED        |
+---------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04        | SKIPPED            | SKIPPED              | PASS           |
+---------------------+--------------------+----------------------+----------------+
| Debian Bullseye     | SKIPPED            | SKIPPED              | PASS           |
+---------------------+--------------------+----------------------+----------------+

==== 20 line log output for Windows Server 2019 (dpdk_unit_test): ====
 B u i l d   t y p e :   n a t i v e   b u i l d 
 
 P r o g r a m   m o r e   f o u n d :   Y E S   ( C : \ W i n d o w s \ s y s t e m 3 2 \ m o r e . C O M ) 
 
 P r o j e c t   n a m e :   D P D K 
 
 P r o j e c t   v e r s i o n :   2 3 . 0 3 . 0 - r c 1 
 
 C   c o m p i l e r   f o r   t h e   h o s t   m a c h i n e :   c l a n g   ( c l a n g   1 4 . 0 . 0   " c l a n g   v e r s i o n   1 4 . 0 . 0 " ) 
 
 C   l i n k e r   f o r   t h e   h o s t   m a c h i n e :   c l a n g   l i n k   1 4 . 2 9 . 3 0 1 4 1 . 0 
 
 H o s t   m a c h i n e   c p u   f a m i l y :   x 8 6 _ 6 4 
 
 H o s t   m a c h i n e   c p u :   x 8 6 _ 6 4 
 
 M e s s a g e :   # #   B u i l d i n g   i n   D e v e l o p e r   M o d e   # # 
 
 P r o g r a m   p k g - c o n f i g   p k g c o n f   f o u n d :   N O 
 
 P r o g r a m   c h e c k - s y m b o l s . s h   f o u n d :   Y E S   ( s h   C : \ U s e r s \ b u i l d e r \ j e n k i n s \ w o r k s p a c e \ G e n e r i c - V M - U n i t - T e s t - D P D K \ d p d k \ b u i l d t o o l s \ c h e c k - s y m b o l s . s h ) 
 
 P r o g r a m   o p t i o n s - i b v e r b s - s t a t i c . s h   f o u n d :   Y E S   ( s h   C : \ U s e r s \ b u i l d e r \ j e n k i n s \ w o r k s p a c e \ G e n e r i c - V M - U n i t - T e s t - D P D K \ d p d k \ b u i l d t o o l s \ o p t i o n s - i b v e r b s - s t a t i c . s h ) 
 
 P r o g r a m   l l v m - o b j d u m p   f o u n d :   Y E S   ( C : \ P r o g r a m   F i l e s \ L L V M \ b i n \ l l v m - o b j d u m p . E X E ) 
 
 P r o g r a m   p y t h o n 3   f o u n d :   Y E S   ( c : \ p y t h o n 3 8 \ p y t h o n . e x e ) 
 
 P r o g r a m   m o r e   f o u n d :   Y E S   ( C : \ W i n d o w s \ s y s t e m 3 2 \ m o r e . C O M ) 
 
 C h e c k i n g   f o r   s i z e   o f   " v o i d   * "   :   8 
 
 n i n j a :   E n t e r i n g   d i r e c t o r y   ` b u i l d ' 
 
 
 
 E R R O R :   N o   s u c h   b u i l d   d a t a   f i l e   a s   " ' C : \ \ U s e r s \ \ b u i l d e r \ \ j e n k i n s \ \ w o r k s p a c e \ \ G e n e r i c - V M - U n i t - T e s t - D P D K \ \ d p d k \ \ b u i l d \ \ m e s o n - p r i v a t e \ \ b u i l d . d a t ' " . 
 
 
==== End log output ====

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

Windows Server 2019
	Kernel: 10.0
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: clang 14.0.5-1.fc36

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25492/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/


More information about the test-report mailing list