|FAILURE| pw130414-130416 [PATCH] [8/8] net/ntnic: adds socket conne

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Wed Aug 16 16:48:17 CEST 2023


Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/130416

_Testing issues_

Submitter: Mykola Kostenok <mko-plv at napatech.com>
Date: Wednesday, August 16 2023 13:25:52 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:68150b90bda5e8f81ad1b1bad82be653b1d42a81

130414-130416 --> testing fail

Test environment and result as below:

+---------------------+--------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| FreeBSD 13          | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Buster       | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS               | PASS                 |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| RHEL8               | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Bullseye     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 9     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 8     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 37           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 38           | FAIL               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Alpine              | FAIL               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+

==== 20 line log output for Alpine (dpdk_meson_compile): ====
108 | int pthread_mutex_unlock(pthread_mutex_t *);
|                          ^~~~~~~~~~~~~~~~~
../drivers/net/ntnic/nthw/nthw_rac.c: In function 'nthw_rac_rab_flush':
../drivers/net/ntnic/nthw/nthw_rac.c:948:28: error: passing argument 1 of 'pthread_mutex_lock' from incompatible pointer type [-Werror=incompatible-pointer-types]
948 |         pthread_mutex_lock(&p->m_mutex);
|                            ^~~~~~~~~~~
|                            |
|                            int *
/usr/include/pthread.h:107:24: note: expected 'pthread_mutex_t *' but argument is of type 'int *'
107 | int pthread_mutex_lock(pthread_mutex_t *);
|                        ^~~~~~~~~~~~~~~~~
../drivers/net/ntnic/nthw/nthw_rac.c:974:30: error: passing argument 1 of 'pthread_mutex_unlock' from incompatible pointer type [-Werror=incompatible-pointer-types]
974 |         pthread_mutex_unlock(&p->m_mutex);
|                              ^~~~~~~~~~~
|                              |
|                              int *
/usr/include/pthread.h:108:26: note: expected 'pthread_mutex_t *' but argument is of type 'int *'
108 | int pthread_mutex_unlock(pthread_mutex_t *);
|                          ^~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
==== End log output ====

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

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

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

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

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

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Alpine
	Kernel: 5.4.0-73-generic
	Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

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

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