automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| pw130870 [PATCH] vhost: avoid potential null pointer acces
@ 2023-08-30 12:17 dpdklab
  0 siblings, 0 replies; 31+ messages in thread
From: dpdklab @ 2023-08-30 12:17 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Li Feng

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

_Testing issues_

Submitter: Li Feng <fengli@smartx.com>
Date: Wednesday, August 30 2023 08:47:08 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:b7b8de26f34d39c8aaded44d8a468da5e68f19da

130870 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Alpine (dpdk_meson_compile): ====
[1969/2582] Generating pdcp.sym_chk with a meson_exe.py custom command.
[1970/2582] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_ipsec_telemetry.c.o'.
[1971/2582] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_ipsec_sad.c.o'.
[1972/2582] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_ses.c.o'.
[1973/2582] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_sa.c.o'.
[1974/2582] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_esp_outb.c.o'.
[1975/2582] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_esp_inb.c.o'.
[1976/2582] Linking static target lib/librte_ipsec.a.
[1977/2582] Generating ipsec.sym_chk with a meson_exe.py custom command.
[1978/2582] Compiling C object 'lib/76b5a35@@rte_vhost@sta/vhost_vduse.c.o'.
In file included from ^[[01m^[[K../lib/vhost/iotlb.h:10^[[m^[[K,
from ^[[01m^[[K../lib/vhost/vduse.c:21^[[m^[[K:
^[[01m^[[K../lib/vhost/vhost.h:^[[m^[[K In function '^[[01m^[[Krestore_mbuf^[[m^[[K':
^[[01m^[[K../lib/vhost/vhost.h:1040:16:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[K'^[[01m^[[Kreturn^[[m^[[K' with a value, in function returning void [^[[01;31m^[[K-Werror=return-type^[[m^[[K]
1040 |         return ^[[01;31m^[[K0^[[m^[[K;
|                ^[[01;31m^[[K^^[[m^[[K
^[[01m^[[K../lib/vhost/vhost.h:1027:1:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kdeclared here
1027 | ^[[01;36m^[[Krestore_mbuf^[[m^[[K(struct rte_mbuf *m)
| ^[[01;36m^[[K^~~~~~~~~~~~^[[m^[[K
cc1: all warnings being treated as errors
==== End log output ====

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 31+ messages in thread

* |FAILURE| pw130870 [PATCH] vhost: avoid potential null pointer acces
@ 2023-08-30 12:42 dpdklab
  0 siblings, 0 replies; 31+ messages in thread
From: dpdklab @ 2023-08-30 12:42 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Li Feng

Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/130870

_Testing issues_

Submitter: Li Feng <fengli@smartx.com>
Date: Wednesday, August 30 2023 08:47:08 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:b7b8de26f34d39c8aaded44d8a468da5e68f19da

130870 --> testing fail

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| CentOS Stream 8     | FAIL           |
+---------------------+----------------+
| CentOS Stream 9     | FAIL           |
+---------------------+----------------+
| Fedora 38           | FAIL           |
+---------------------+----------------+
| Fedora 37           | FAIL           |
+---------------------+----------------+
| Debian Buster       | FAIL           |
+---------------------+----------------+
| Debian Bullseye     | FAIL           |
+---------------------+----------------+
| Ubuntu 20.04        | FAIL           |
+---------------------+----------------+
| openSUSE Leap 15    | FAIL           |
+---------------------+----------------+
| Ubuntu 22.04        | FAIL           |
+---------------------+----------------+
| RHEL8               | FAIL           |
+---------------------+----------------+
| Windows Server 2019 | PASS           |
+---------------------+----------------+

==== 20 line log output for RHEL8 (dpdk_unit_test): ====
../lib/vhost/vhost.h:1027:1: note: declared here
restore_mbuf(struct rte_mbuf *m)
^~~~~~~~~~~~
cc1: all warnings being treated as errors
[395/2704] Linking target lib/librte_security.so.24.0.
[396/2704] Generating sched.sym_chk with a meson_exe.py custom command.
[397/2704] Compiling C object 'lib/76b5a35@@rte_vhost@sta/vhost_socket.c.o'.
FAILED: lib/76b5a35@@rte_vhost@sta/vhost_socket.c.o
ccache cc -Ilib/76b5a35@@rte_vhost@sta -Ilib -I../lib -Ilib/vhost -I../lib/vhost -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/ethdev -I../lib/ethdev -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/hash -I../lib/hash -Ilib/pci -I../lib/pci -Ilib/dmadev -I../lib/dmadev -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wneste
 d-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DVHOST_GCC_UNROLL_PRAGMA -fno-strict-aliasing -DRTE_LOG_DEFAULT_LOGTYPE=lib.vhost -MD -MQ 'lib/76b5a35@@rte_vhost@sta/vhost_socket.c.o' -MF 'lib/76b5a35@@rte_vhost@sta/vhost_socket.c.o.d' -o 'lib/76b5a35@@rte_vhost@sta/vhost_socket.c.o' -c ../lib/vhost/socket.c
In file included from ../lib/vhost/vduse.h:8,
from ../lib/vhost/socket.c:21:
../lib/vhost/vhost.h: In function 'restore_mbuf':
../lib/vhost/vhost.h:1040:9: error: 'return' with a value, in function returning void [-Werror]
return 0;
^
../lib/vhost/vhost.h:1027:1: note: declared here
restore_mbuf(struct rte_mbuf *m)
^~~~~~~~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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

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

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

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

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

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.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)

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

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 31+ messages in thread

* |FAILURE| pw130870 [PATCH] vhost: avoid potential null pointer acces
@ 2023-08-30 12:41 dpdklab
  0 siblings, 0 replies; 31+ messages in thread
From: dpdklab @ 2023-08-30 12:41 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Li Feng

Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/130870

_Testing issues_

Submitter: Li Feng <fengli@smartx.com>
Date: Wednesday, August 30 2023 08:47:08 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:b7b8de26f34d39c8aaded44d8a468da5e68f19da

130870 --> testing fail

Test environment and result as below:

+------------------+----------------+
|   Environment    | dpdk_unit_test |
+==================+================+
| CentOS Stream 8  | FAIL           |
+------------------+----------------+
| CentOS Stream 9  | FAIL           |
+------------------+----------------+
| Fedora 38        | FAIL           |
+------------------+----------------+
| Fedora 37        | FAIL           |
+------------------+----------------+
| Debian Buster    | FAIL           |
+------------------+----------------+
| Debian Bullseye  | FAIL           |
+------------------+----------------+
| Ubuntu 20.04     | FAIL           |
+------------------+----------------+
| openSUSE Leap 15 | FAIL           |
+------------------+----------------+
| Ubuntu 22.04     | FAIL           |
+------------------+----------------+
| RHEL8            | FAIL           |
+------------------+----------------+

==== 20 line log output for RHEL8 (dpdk_unit_test): ====
../lib/vhost/vhost.h:1027:1: note: declared here
restore_mbuf(struct rte_mbuf *m)
^~~~~~~~~~~~
cc1: all warnings being treated as errors
[395/2704] Linking target lib/librte_security.so.24.0.
[396/2704] Generating sched.sym_chk with a meson_exe.py custom command.
[397/2704] Compiling C object 'lib/76b5a35@@rte_vhost@sta/vhost_socket.c.o'.
FAILED: lib/76b5a35@@rte_vhost@sta/vhost_socket.c.o
ccache cc -Ilib/76b5a35@@rte_vhost@sta -Ilib -I../lib -Ilib/vhost -I../lib/vhost -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/ethdev -I../lib/ethdev -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/hash -I../lib/hash -Ilib/pci -I../lib/pci -Ilib/dmadev -I../lib/dmadev -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wneste
 d-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DVHOST_GCC_UNROLL_PRAGMA -fno-strict-aliasing -DRTE_LOG_DEFAULT_LOGTYPE=lib.vhost -MD -MQ 'lib/76b5a35@@rte_vhost@sta/vhost_socket.c.o' -MF 'lib/76b5a35@@rte_vhost@sta/vhost_socket.c.o.d' -o 'lib/76b5a35@@rte_vhost@sta/vhost_socket.c.o' -c ../lib/vhost/socket.c
In file included from ../lib/vhost/vduse.h:8,
from ../lib/vhost/socket.c:21:
../lib/vhost/vhost.h: In function 'restore_mbuf':
../lib/vhost/vhost.h:1040:9: error: 'return' with a value, in function returning void [-Werror]
return 0;
^
../lib/vhost/vhost.h:1027:1: note: declared here
restore_mbuf(struct rte_mbuf *m)
^~~~~~~~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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

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

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

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

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

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.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)

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 31+ messages in thread

* |FAILURE| pw130870 [PATCH] vhost: avoid potential null pointer acces
@ 2023-08-30 12:40 dpdklab
  0 siblings, 0 replies; 31+ messages in thread
From: dpdklab @ 2023-08-30 12:40 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Li Feng

Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/130870

_Testing issues_

Submitter: Li Feng <fengli@smartx.com>
Date: Wednesday, August 30 2023 08:47:08 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:b7b8de26f34d39c8aaded44d8a468da5e68f19da

130870 --> testing fail

Test environment and result as below:

+------------------+----------------+
|   Environment    | dpdk_unit_test |
+==================+================+
| CentOS Stream 8  | FAIL           |
+------------------+----------------+
| CentOS Stream 9  | FAIL           |
+------------------+----------------+
| Fedora 38        | FAIL           |
+------------------+----------------+
| Fedora 37        | FAIL           |
+------------------+----------------+
| Debian Buster    | FAIL           |
+------------------+----------------+
| Debian Bullseye  | FAIL           |
+------------------+----------------+
| Ubuntu 20.04     | FAIL           |
+------------------+----------------+
| openSUSE Leap 15 | FAIL           |
+------------------+----------------+
| Ubuntu 22.04     | FAIL           |
+------------------+----------------+

==== 20 line log output for Ubuntu 22.04 (dpdk_unit_test): ====
|                ^
../lib/vhost/vhost.h:1027:1: note: declared here
1027 | restore_mbuf(struct rte_mbuf *m)
| ^~~~~~~~~~~~
cc1: all warnings being treated as errors
[399/2705] Generating symbol file 'lib/76b5a35@@rte_security@sha/librte_security.so.24.0.symbols'.
[400/2705] Compiling C object 'lib/76b5a35@@rte_vhost@sta/vhost_socket.c.o'.
FAILED: lib/76b5a35@@rte_vhost@sta/vhost_socket.c.o
ccache cc -Ilib/76b5a35@@rte_vhost@sta -Ilib -I../lib -Ilib/vhost -I../lib/vhost -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/ethdev -I../lib/ethdev -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/hash -I../lib/hash -Ilib/pci -I../lib/pci -Ilib/dmadev -I../lib/dmadev -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wneste
 d-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -fPIC -march=native -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DVHOST_GCC_UNROLL_PRAGMA -fno-strict-aliasing -DVHOST_HAS_VDUSE -DRTE_LOG_DEFAULT_LOGTYPE=lib.vhost -MD -MQ 'lib/76b5a35@@rte_vhost@sta/vhost_socket.c.o' -MF 'lib/76b5a35@@rte_vhost@sta/vhost_socket.c.o.d' -o 'lib/76b5a35@@rte_vhost@sta/vhost_socket.c.o' -c ../lib/vhost/socket.c
In file included from ../lib/vhost/vduse.h:8,
from ../lib/vhost/socket.c:21:
../lib/vhost/vhost.h: In function 'restore_mbuf':
../lib/vhost/vhost.h:1040:16: error: 'return' with a value, in function returning void [-Werror=return-type]
1040 |         return 0;
|                ^
../lib/vhost/vhost.h:1027:1: note: declared here
1027 | restore_mbuf(struct rte_mbuf *m)
| ^~~~~~~~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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

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

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

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

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

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/27469/

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 31+ messages in thread

* |FAILURE| pw130870 [PATCH] vhost: avoid potential null pointer acces
@ 2023-08-30 12:40 dpdklab
  0 siblings, 0 replies; 31+ messages in thread
From: dpdklab @ 2023-08-30 12:40 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Li Feng

Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/130870

_Testing issues_

Submitter: Li Feng <fengli@smartx.com>
Date: Wednesday, August 30 2023 08:47:08 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:b7b8de26f34d39c8aaded44d8a468da5e68f19da

130870 --> testing fail

Test environment and result as below:

+------------------+----------------+
|   Environment    | dpdk_unit_test |
+==================+================+
| CentOS Stream 8  | FAIL           |
+------------------+----------------+
| CentOS Stream 9  | FAIL           |
+------------------+----------------+
| Fedora 38        | FAIL           |
+------------------+----------------+
| Fedora 37        | FAIL           |
+------------------+----------------+
| Debian Buster    | FAIL           |
+------------------+----------------+
| Debian Bullseye  | FAIL           |
+------------------+----------------+
| Ubuntu 20.04     | FAIL           |
+------------------+----------------+
| openSUSE Leap 15 | FAIL           |
+------------------+----------------+

==== 20 line log output for openSUSE Leap 15 (dpdk_unit_test): ====
../lib/vhost/vhost.h:1027:1: note: declared here
restore_mbuf(struct rte_mbuf *m)
^~~~~~~~~~~~
cc1: all warnings being treated as errors
[391/2684] Generating sched.sym_chk with a meson_exe.py custom command.
[392/2684] Generating symbol file 'lib/76b5a35@@rte_security@sha/librte_security.so.24.0.symbols'.
[393/2684] Compiling C object 'lib/76b5a35@@rte_vhost@sta/vhost_socket.c.o'.
FAILED: lib/76b5a35@@rte_vhost@sta/vhost_socket.c.o
ccache cc -Ilib/76b5a35@@rte_vhost@sta -Ilib -I../lib -Ilib/vhost -I../lib/vhost -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/ethdev -I../lib/ethdev -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/hash -I../lib/hash -Ilib/pci -I../lib/pci -Ilib/dmadev -I../lib/dmadev -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wneste
 d-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -fno-strict-aliasing -DRTE_LOG_DEFAULT_LOGTYPE=lib.vhost -MD -MQ 'lib/76b5a35@@rte_vhost@sta/vhost_socket.c.o' -MF 'lib/76b5a35@@rte_vhost@sta/vhost_socket.c.o.d' -o 'lib/76b5a35@@rte_vhost@sta/vhost_socket.c.o' -c ../lib/vhost/socket.c
In file included from ../lib/vhost/vduse.h:8:0,
from ../lib/vhost/socket.c:21:
../lib/vhost/vhost.h: In function 'restore_mbuf':
../lib/vhost/vhost.h:1040:9: error: 'return' with a value, in function returning void [-Werror]
return 0;
^
../lib/vhost/vhost.h:1027:1: note: declared here
restore_mbuf(struct rte_mbuf *m)
^~~~~~~~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 31+ messages in thread

* |FAILURE| pw130870 [PATCH] vhost: avoid potential null pointer acces
@ 2023-08-30 12:39 dpdklab
  0 siblings, 0 replies; 31+ messages in thread
From: dpdklab @ 2023-08-30 12:39 UTC (permalink / raw)
  To: Test Report; +Cc: Li Feng, dpdk-test-reports, Li Feng

Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/130870

_Testing issues_

Submitter: Li Feng <fengli@smartx.com>
Date: Wednesday, August 30 2023 08:47:08 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:b7b8de26f34d39c8aaded44d8a468da5e68f19da

130870 --> testing fail

Test environment and result as below:

+-----------------+----------------+
|   Environment   | dpdk_unit_test |
+=================+================+
| CentOS Stream 8 | FAIL           |
+-----------------+----------------+
| CentOS Stream 9 | FAIL           |
+-----------------+----------------+
| Fedora 38       | FAIL           |
+-----------------+----------------+
| Fedora 37       | FAIL           |
+-----------------+----------------+
| Debian Buster   | FAIL           |
+-----------------+----------------+
| Debian Bullseye | FAIL           |
+-----------------+----------------+

==== 20 line log output for Debian Bullseye (dpdk_unit_test): ====
../lib/vhost/vhost.h:1027:1: note: declared here
1027 | restore_mbuf(struct rte_mbuf *m)
| ^~~~~~~~~~~~
cc1: all warnings being treated as errors
[391/2704] Generating sched.sym_chk with a meson_exe.py custom command.
[392/2704] Generating security.sym_chk with a meson_exe.py custom command.
[393/2704] Compiling C object 'lib/76b5a35@@rte_vhost@sta/vhost_socket.c.o'.
FAILED: lib/76b5a35@@rte_vhost@sta/vhost_socket.c.o
ccache cc -Ilib/76b5a35@@rte_vhost@sta -Ilib -I../lib -Ilib/vhost -I../lib/vhost -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/ethdev -I../lib/ethdev -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/hash -I../lib/hash -Ilib/pci -I../lib/pci -Ilib/dmadev -I../lib/dmadev -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wneste
 d-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -fPIC -march=native -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DVHOST_GCC_UNROLL_PRAGMA -fno-strict-aliasing -DRTE_LOG_DEFAULT_LOGTYPE=lib.vhost -MD -MQ 'lib/76b5a35@@rte_vhost@sta/vhost_socket.c.o' -MF 'lib/76b5a35@@rte_vhost@sta/vhost_socket.c.o.d' -o 'lib/76b5a35@@rte_vhost@sta/vhost_socket.c.o' -c ../lib/vhost/socket.c
In file included from ../lib/vhost/vduse.h:8,
from ../lib/vhost/socket.c:21:
../lib/vhost/vhost.h: In function 'restore_mbuf':
../lib/vhost/vhost.h:1040:9: error: 'return' with a value, in function returning void [-Werror=return-type]
1040 |  return 0;
|         ^
../lib/vhost/vhost.h:1027:1: note: declared here
1027 | restore_mbuf(struct rte_mbuf *m)
| ^~~~~~~~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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

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

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/27469/

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 31+ messages in thread

* |FAILURE| pw130870 [PATCH] vhost: avoid potential null pointer acces
@ 2023-08-30 12:39 dpdklab
  0 siblings, 0 replies; 31+ messages in thread
From: dpdklab @ 2023-08-30 12:39 UTC (permalink / raw)
  To: Test Report; +Cc: Li Feng, dpdk-test-reports, Li Feng

Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/130870

_Testing issues_

Submitter: Li Feng <fengli@smartx.com>
Date: Wednesday, August 30 2023 08:47:08 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:b7b8de26f34d39c8aaded44d8a468da5e68f19da

130870 --> testing fail

Test environment and result as below:

+-----------------+----------------+
|   Environment   | dpdk_unit_test |
+=================+================+
| CentOS Stream 8 | FAIL           |
+-----------------+----------------+
| CentOS Stream 9 | FAIL           |
+-----------------+----------------+
| Fedora 38       | FAIL           |
+-----------------+----------------+
| Fedora 37       | FAIL           |
+-----------------+----------------+
| Debian Buster   | FAIL           |
+-----------------+----------------+
| Debian Bullseye | FAIL           |
+-----------------+----------------+

==== 20 line log output for Debian Bullseye (dpdk_unit_test): ====
../lib/vhost/vhost.h:1027:1: note: declared here
1027 | restore_mbuf(struct rte_mbuf *m)
| ^~~~~~~~~~~~
cc1: all warnings being treated as errors
[391/2704] Generating sched.sym_chk with a meson_exe.py custom command.
[392/2704] Generating security.sym_chk with a meson_exe.py custom command.
[393/2704] Compiling C object 'lib/76b5a35@@rte_vhost@sta/vhost_socket.c.o'.
FAILED: lib/76b5a35@@rte_vhost@sta/vhost_socket.c.o
ccache cc -Ilib/76b5a35@@rte_vhost@sta -Ilib -I../lib -Ilib/vhost -I../lib/vhost -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/ethdev -I../lib/ethdev -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/hash -I../lib/hash -Ilib/pci -I../lib/pci -Ilib/dmadev -I../lib/dmadev -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wneste
 d-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -fPIC -march=native -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DVHOST_GCC_UNROLL_PRAGMA -fno-strict-aliasing -DRTE_LOG_DEFAULT_LOGTYPE=lib.vhost -MD -MQ 'lib/76b5a35@@rte_vhost@sta/vhost_socket.c.o' -MF 'lib/76b5a35@@rte_vhost@sta/vhost_socket.c.o.d' -o 'lib/76b5a35@@rte_vhost@sta/vhost_socket.c.o' -c ../lib/vhost/socket.c
In file included from ../lib/vhost/vduse.h:8,
from ../lib/vhost/socket.c:21:
../lib/vhost/vhost.h: In function 'restore_mbuf':
../lib/vhost/vhost.h:1040:9: error: 'return' with a value, in function returning void [-Werror=return-type]
1040 |  return 0;
|         ^
../lib/vhost/vhost.h:1027:1: note: declared here
1027 | restore_mbuf(struct rte_mbuf *m)
| ^~~~~~~~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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

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

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/27469/

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 31+ messages in thread

* |FAILURE| pw130870 [PATCH] vhost: avoid potential null pointer acces
@ 2023-08-30 12:38 dpdklab
  0 siblings, 0 replies; 31+ messages in thread
From: dpdklab @ 2023-08-30 12:38 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Li Feng

Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/130870

_Testing issues_

Submitter: Li Feng <fengli@smartx.com>
Date: Wednesday, August 30 2023 08:47:08 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:b7b8de26f34d39c8aaded44d8a468da5e68f19da

130870 --> testing fail

Test environment and result as below:

+-----------------+----------------+
|   Environment   | dpdk_unit_test |
+=================+================+
| CentOS Stream 8 | FAIL           |
+-----------------+----------------+
| CentOS Stream 9 | FAIL           |
+-----------------+----------------+
| Fedora 38       | FAIL           |
+-----------------+----------------+
| Fedora 37       | FAIL           |
+-----------------+----------------+

==== 20 line log output for Fedora 37 (dpdk_unit_test): ====
|                ^
../lib/vhost/vhost.h:1027:1: note: declared here
1027 | restore_mbuf(struct rte_mbuf *m)
| ^~~~~~~~~~~~
cc1: all warnings being treated as errors
[392/2698] Generating mldev.sym_chk with a meson_exe.py custom command.
[393/2698] Compiling C object 'lib/76b5a35@@rte_vhost@sta/vhost_socket.c.o'.
FAILED: lib/76b5a35@@rte_vhost@sta/vhost_socket.c.o
ccache cc -Ilib/76b5a35@@rte_vhost@sta -Ilib -I../lib -Ilib/vhost -I../lib/vhost -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/ethdev -I../lib/ethdev -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/hash -I../lib/hash -Ilib/pci -I../lib/pci -Ilib/dmadev -I../lib/dmadev -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wneste
 d-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -fPIC -march=native -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DVHOST_GCC_UNROLL_PRAGMA -fno-strict-aliasing -DVHOST_HAS_VDUSE -DRTE_LOG_DEFAULT_LOGTYPE=lib.vhost -MD -MQ 'lib/76b5a35@@rte_vhost@sta/vhost_socket.c.o' -MF 'lib/76b5a35@@rte_vhost@sta/vhost_socket.c.o.d' -o 'lib/76b5a35@@rte_vhost@sta/vhost_socket.c.o' -c ../lib/vhost/socket.c
In file included from ../lib/vhost/vduse.h:8,
from ../lib/vhost/socket.c:21:
../lib/vhost/vhost.h: In function 'restore_mbuf':
../lib/vhost/vhost.h:1040:16: error: 'return' with a value, in function returning void [-Werror=return-type]
1040 |         return 0;
|                ^
../lib/vhost/vhost.h:1027:1: note: declared here
1027 | restore_mbuf(struct rte_mbuf *m)
| ^~~~~~~~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 31+ messages in thread

* |FAILURE| pw130870 [PATCH] vhost: avoid potential null pointer acces
@ 2023-08-30 12:38 dpdklab
  0 siblings, 0 replies; 31+ messages in thread
From: dpdklab @ 2023-08-30 12:38 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Li Feng

Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/130870

_Testing issues_

Submitter: Li Feng <fengli@smartx.com>
Date: Wednesday, August 30 2023 08:47:08 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:b7b8de26f34d39c8aaded44d8a468da5e68f19da

130870 --> testing fail

Test environment and result as below:

+-----------------+----------------+
|   Environment   | dpdk_unit_test |
+=================+================+
| CentOS Stream 8 | FAIL           |
+-----------------+----------------+
| CentOS Stream 9 | FAIL           |
+-----------------+----------------+
| Fedora 38       | FAIL           |
+-----------------+----------------+
| Fedora 37       | FAIL           |
+-----------------+----------------+

==== 20 line log output for Fedora 37 (dpdk_unit_test): ====
|                ^
../lib/vhost/vhost.h:1027:1: note: declared here
1027 | restore_mbuf(struct rte_mbuf *m)
| ^~~~~~~~~~~~
cc1: all warnings being treated as errors
[392/2698] Generating mldev.sym_chk with a meson_exe.py custom command.
[393/2698] Compiling C object 'lib/76b5a35@@rte_vhost@sta/vhost_socket.c.o'.
FAILED: lib/76b5a35@@rte_vhost@sta/vhost_socket.c.o
ccache cc -Ilib/76b5a35@@rte_vhost@sta -Ilib -I../lib -Ilib/vhost -I../lib/vhost -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/ethdev -I../lib/ethdev -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/hash -I../lib/hash -Ilib/pci -I../lib/pci -Ilib/dmadev -I../lib/dmadev -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wneste
 d-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -fPIC -march=native -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DVHOST_GCC_UNROLL_PRAGMA -fno-strict-aliasing -DVHOST_HAS_VDUSE -DRTE_LOG_DEFAULT_LOGTYPE=lib.vhost -MD -MQ 'lib/76b5a35@@rte_vhost@sta/vhost_socket.c.o' -MF 'lib/76b5a35@@rte_vhost@sta/vhost_socket.c.o.d' -o 'lib/76b5a35@@rte_vhost@sta/vhost_socket.c.o' -c ../lib/vhost/socket.c
In file included from ../lib/vhost/vduse.h:8,
from ../lib/vhost/socket.c:21:
../lib/vhost/vhost.h: In function 'restore_mbuf':
../lib/vhost/vhost.h:1040:16: error: 'return' with a value, in function returning void [-Werror=return-type]
1040 |         return 0;
|                ^
../lib/vhost/vhost.h:1027:1: note: declared here
1027 | restore_mbuf(struct rte_mbuf *m)
| ^~~~~~~~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 31+ messages in thread

* |FAILURE| pw130870 [PATCH] vhost: avoid potential null pointer acces
@ 2023-08-30 12:37 dpdklab
  0 siblings, 0 replies; 31+ messages in thread
From: dpdklab @ 2023-08-30 12:37 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Li Feng

Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/130870

_Testing issues_

Submitter: Li Feng <fengli@smartx.com>
Date: Wednesday, August 30 2023 08:47:08 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:b7b8de26f34d39c8aaded44d8a468da5e68f19da

130870 --> testing fail

Test environment and result as below:

+-----------------+----------------+
|   Environment   | dpdk_unit_test |
+=================+================+
| CentOS Stream 8 | FAIL           |
+-----------------+----------------+
| CentOS Stream 9 | FAIL           |
+-----------------+----------------+

==== 20 line log output for CentOS Stream 9 (dpdk_unit_test): ====
| ^~~~~~~~~~~~
cc1: all warnings being treated as errors
[396/2709] Compiling C object 'lib/76b5a35@@rte_vhost@sta/vhost_vhost.c.o'.
FAILED: lib/76b5a35@@rte_vhost@sta/vhost_vhost.c.o
ccache cc -Ilib/76b5a35@@rte_vhost@sta -Ilib -I../lib -Ilib/vhost -I../lib/vhost -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/ethdev -I../lib/ethdev -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/hash -I../lib/hash -Ilib/pci -I../lib/pci -Ilib/dmadev -I../lib/dmadev -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wneste
 d-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -fPIC -march=native -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DVHOST_GCC_UNROLL_PRAGMA -fno-strict-aliasing -DRTE_LOG_DEFAULT_LOGTYPE=lib.vhost -MD -MQ 'lib/76b5a35@@rte_vhost@sta/vhost_vhost.c.o' -MF 'lib/76b5a35@@rte_vhost@sta/vhost_vhost.c.o.d' -o 'lib/76b5a35@@rte_vhost@sta/vhost_vhost.c.o' -c ../lib/vhost/vhost.c
In file included from ../lib/vhost/iotlb.h:10,
from ../lib/vhost/vhost.c:20:
../lib/vhost/vhost.h: In function 'restore_mbuf':
../lib/vhost/vhost.h:1040:16: error: 'return' with a value, in function returning void [-Werror=return-type]
1040 |         return 0;
|                ^
../lib/vhost/vhost.h:1027:1: note: declared here
1027 | restore_mbuf(struct rte_mbuf *m)
| ^~~~~~~~~~~~
../lib/vhost/vhost.h: In function 'vhost_vring_call_packed':
../lib/vhost/vhost.h:1018:1: error: control reaches end of non-void function [-Werror=return-type]
1018 | }
| ^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 31+ messages in thread

* |FAILURE| pw130870 [PATCH] vhost: avoid potential null pointer acces
@ 2023-08-30 12:37 dpdklab
  0 siblings, 0 replies; 31+ messages in thread
From: dpdklab @ 2023-08-30 12:37 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Li Feng

Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/130870

_Testing issues_

Submitter: Li Feng <fengli@smartx.com>
Date: Wednesday, August 30 2023 08:47:08 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:b7b8de26f34d39c8aaded44d8a468da5e68f19da

130870 --> testing fail

Test environment and result as below:

+-----------------+----------------+
|   Environment   | dpdk_unit_test |
+=================+================+
| CentOS Stream 8 | FAIL           |
+-----------------+----------------+
| CentOS Stream 9 | FAIL           |
+-----------------+----------------+

==== 20 line log output for CentOS Stream 9 (dpdk_unit_test): ====
| ^~~~~~~~~~~~
cc1: all warnings being treated as errors
[396/2709] Compiling C object 'lib/76b5a35@@rte_vhost@sta/vhost_vhost.c.o'.
FAILED: lib/76b5a35@@rte_vhost@sta/vhost_vhost.c.o
ccache cc -Ilib/76b5a35@@rte_vhost@sta -Ilib -I../lib -Ilib/vhost -I../lib/vhost -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/ethdev -I../lib/ethdev -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/hash -I../lib/hash -Ilib/pci -I../lib/pci -Ilib/dmadev -I../lib/dmadev -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wneste
 d-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -fPIC -march=native -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DVHOST_GCC_UNROLL_PRAGMA -fno-strict-aliasing -DRTE_LOG_DEFAULT_LOGTYPE=lib.vhost -MD -MQ 'lib/76b5a35@@rte_vhost@sta/vhost_vhost.c.o' -MF 'lib/76b5a35@@rte_vhost@sta/vhost_vhost.c.o.d' -o 'lib/76b5a35@@rte_vhost@sta/vhost_vhost.c.o' -c ../lib/vhost/vhost.c
In file included from ../lib/vhost/iotlb.h:10,
from ../lib/vhost/vhost.c:20:
../lib/vhost/vhost.h: In function 'restore_mbuf':
../lib/vhost/vhost.h:1040:16: error: 'return' with a value, in function returning void [-Werror=return-type]
1040 |         return 0;
|                ^
../lib/vhost/vhost.h:1027:1: note: declared here
1027 | restore_mbuf(struct rte_mbuf *m)
| ^~~~~~~~~~~~
../lib/vhost/vhost.h: In function 'vhost_vring_call_packed':
../lib/vhost/vhost.h:1018:1: error: control reaches end of non-void function [-Werror=return-type]
1018 | }
| ^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 31+ messages in thread

* |FAILURE| pw130870 [PATCH] vhost: avoid potential null pointer acces
@ 2023-08-30 12:16 dpdklab
  0 siblings, 0 replies; 31+ messages in thread
From: dpdklab @ 2023-08-30 12:16 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Li Feng

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

_Testing issues_

Submitter: Li Feng <fengli@smartx.com>
Date: Wednesday, August 30 2023 08:47:08 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:b7b8de26f34d39c8aaded44d8a468da5e68f19da

130870 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Alpine (dpdk_meson_compile): ====
[1969/2582] Generating pdcp.sym_chk with a meson_exe.py custom command.
[1970/2582] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_ipsec_telemetry.c.o'.
[1971/2582] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_ipsec_sad.c.o'.
[1972/2582] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_ses.c.o'.
[1973/2582] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_sa.c.o'.
[1974/2582] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_esp_outb.c.o'.
[1975/2582] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_esp_inb.c.o'.
[1976/2582] Linking static target lib/librte_ipsec.a.
[1977/2582] Generating ipsec.sym_chk with a meson_exe.py custom command.
[1978/2582] Compiling C object 'lib/76b5a35@@rte_vhost@sta/vhost_vduse.c.o'.
In file included from ^[[01m^[[K../lib/vhost/iotlb.h:10^[[m^[[K,
from ^[[01m^[[K../lib/vhost/vduse.c:21^[[m^[[K:
^[[01m^[[K../lib/vhost/vhost.h:^[[m^[[K In function '^[[01m^[[Krestore_mbuf^[[m^[[K':
^[[01m^[[K../lib/vhost/vhost.h:1040:16:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[K'^[[01m^[[Kreturn^[[m^[[K' with a value, in function returning void [^[[01;31m^[[K-Werror=return-type^[[m^[[K]
1040 |         return ^[[01;31m^[[K0^[[m^[[K;
|                ^[[01;31m^[[K^^[[m^[[K
^[[01m^[[K../lib/vhost/vhost.h:1027:1:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kdeclared here
1027 | ^[[01;36m^[[Krestore_mbuf^[[m^[[K(struct rte_mbuf *m)
| ^[[01;36m^[[K^~~~~~~~~~~~^[[m^[[K
cc1: all warnings being treated as errors
==== End log output ====

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 31+ messages in thread

* |FAILURE| pw130870 [PATCH] vhost: avoid potential null pointer acces
@ 2023-08-30 12:16 dpdklab
  0 siblings, 0 replies; 31+ messages in thread
From: dpdklab @ 2023-08-30 12:16 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Li Feng

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

_Testing issues_

Submitter: Li Feng <fengli@smartx.com>
Date: Wednesday, August 30 2023 08:47:08 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:b7b8de26f34d39c8aaded44d8a468da5e68f19da

130870 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Alpine (dpdk_meson_compile): ====
[1969/2582] Generating pdcp.sym_chk with a meson_exe.py custom command.
[1970/2582] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_ipsec_telemetry.c.o'.
[1971/2582] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_ipsec_sad.c.o'.
[1972/2582] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_ses.c.o'.
[1973/2582] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_sa.c.o'.
[1974/2582] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_esp_outb.c.o'.
[1975/2582] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_esp_inb.c.o'.
[1976/2582] Linking static target lib/librte_ipsec.a.
[1977/2582] Generating ipsec.sym_chk with a meson_exe.py custom command.
[1978/2582] Compiling C object 'lib/76b5a35@@rte_vhost@sta/vhost_vduse.c.o'.
In file included from ^[[01m^[[K../lib/vhost/iotlb.h:10^[[m^[[K,
from ^[[01m^[[K../lib/vhost/vduse.c:21^[[m^[[K:
^[[01m^[[K../lib/vhost/vhost.h:^[[m^[[K In function '^[[01m^[[Krestore_mbuf^[[m^[[K':
^[[01m^[[K../lib/vhost/vhost.h:1040:16:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[K'^[[01m^[[Kreturn^[[m^[[K' with a value, in function returning void [^[[01;31m^[[K-Werror=return-type^[[m^[[K]
1040 |         return ^[[01;31m^[[K0^[[m^[[K;
|                ^[[01;31m^[[K^^[[m^[[K
^[[01m^[[K../lib/vhost/vhost.h:1027:1:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kdeclared here
1027 | ^[[01;36m^[[Krestore_mbuf^[[m^[[K(struct rte_mbuf *m)
| ^[[01;36m^[[K^~~~~~~~~~~~^[[m^[[K
cc1: all warnings being treated as errors
==== End log output ====

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 31+ messages in thread

* |FAILURE| pw130870 [PATCH] vhost: avoid potential null pointer acces
@ 2023-08-30 12:16 dpdklab
  0 siblings, 0 replies; 31+ messages in thread
From: dpdklab @ 2023-08-30 12:16 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Li Feng

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

_Testing issues_

Submitter: Li Feng <fengli@smartx.com>
Date: Wednesday, August 30 2023 08:47:08 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:b7b8de26f34d39c8aaded44d8a468da5e68f19da

130870 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Alpine (dpdk_meson_compile): ====
[1969/2582] Generating pdcp.sym_chk with a meson_exe.py custom command.
[1970/2582] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_ipsec_telemetry.c.o'.
[1971/2582] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_ipsec_sad.c.o'.
[1972/2582] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_ses.c.o'.
[1973/2582] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_sa.c.o'.
[1974/2582] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_esp_outb.c.o'.
[1975/2582] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_esp_inb.c.o'.
[1976/2582] Linking static target lib/librte_ipsec.a.
[1977/2582] Generating ipsec.sym_chk with a meson_exe.py custom command.
[1978/2582] Compiling C object 'lib/76b5a35@@rte_vhost@sta/vhost_vduse.c.o'.
In file included from ^[[01m^[[K../lib/vhost/iotlb.h:10^[[m^[[K,
from ^[[01m^[[K../lib/vhost/vduse.c:21^[[m^[[K:
^[[01m^[[K../lib/vhost/vhost.h:^[[m^[[K In function '^[[01m^[[Krestore_mbuf^[[m^[[K':
^[[01m^[[K../lib/vhost/vhost.h:1040:16:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[K'^[[01m^[[Kreturn^[[m^[[K' with a value, in function returning void [^[[01;31m^[[K-Werror=return-type^[[m^[[K]
1040 |         return ^[[01;31m^[[K0^[[m^[[K;
|                ^[[01;31m^[[K^^[[m^[[K
^[[01m^[[K../lib/vhost/vhost.h:1027:1:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kdeclared here
1027 | ^[[01;36m^[[Krestore_mbuf^[[m^[[K(struct rte_mbuf *m)
| ^[[01;36m^[[K^~~~~~~~~~~~^[[m^[[K
cc1: all warnings being treated as errors
==== End log output ====

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 31+ messages in thread

* |FAILURE| pw130870 [PATCH] vhost: avoid potential null pointer acces
@ 2023-08-30 12:16 dpdklab
  0 siblings, 0 replies; 31+ messages in thread
From: dpdklab @ 2023-08-30 12:16 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Li Feng

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

_Testing issues_

Submitter: Li Feng <fengli@smartx.com>
Date: Wednesday, August 30 2023 08:47:08 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:b7b8de26f34d39c8aaded44d8a468da5e68f19da

130870 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Alpine (dpdk_meson_compile): ====
[1969/2582] Generating pdcp.sym_chk with a meson_exe.py custom command.
[1970/2582] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_ipsec_telemetry.c.o'.
[1971/2582] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_ipsec_sad.c.o'.
[1972/2582] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_ses.c.o'.
[1973/2582] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_sa.c.o'.
[1974/2582] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_esp_outb.c.o'.
[1975/2582] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_esp_inb.c.o'.
[1976/2582] Linking static target lib/librte_ipsec.a.
[1977/2582] Generating ipsec.sym_chk with a meson_exe.py custom command.
[1978/2582] Compiling C object 'lib/76b5a35@@rte_vhost@sta/vhost_vduse.c.o'.
In file included from ^[[01m^[[K../lib/vhost/iotlb.h:10^[[m^[[K,
from ^[[01m^[[K../lib/vhost/vduse.c:21^[[m^[[K:
^[[01m^[[K../lib/vhost/vhost.h:^[[m^[[K In function '^[[01m^[[Krestore_mbuf^[[m^[[K':
^[[01m^[[K../lib/vhost/vhost.h:1040:16:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[K'^[[01m^[[Kreturn^[[m^[[K' with a value, in function returning void [^[[01;31m^[[K-Werror=return-type^[[m^[[K]
1040 |         return ^[[01;31m^[[K0^[[m^[[K;
|                ^[[01;31m^[[K^^[[m^[[K
^[[01m^[[K../lib/vhost/vhost.h:1027:1:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kdeclared here
1027 | ^[[01;36m^[[Krestore_mbuf^[[m^[[K(struct rte_mbuf *m)
| ^[[01;36m^[[K^~~~~~~~~~~~^[[m^[[K
cc1: all warnings being treated as errors
==== End log output ====

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 31+ messages in thread

* |FAILURE| pw130870 [PATCH] vhost: avoid potential null pointer acces
@ 2023-08-30 12:16 dpdklab
  0 siblings, 0 replies; 31+ messages in thread
From: dpdklab @ 2023-08-30 12:16 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Li Feng

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

_Testing issues_

Submitter: Li Feng <fengli@smartx.com>
Date: Wednesday, August 30 2023 08:47:08 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:b7b8de26f34d39c8aaded44d8a468da5e68f19da

130870 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Alpine (dpdk_meson_compile): ====
[1969/2582] Generating pdcp.sym_chk with a meson_exe.py custom command.
[1970/2582] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_ipsec_telemetry.c.o'.
[1971/2582] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_ipsec_sad.c.o'.
[1972/2582] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_ses.c.o'.
[1973/2582] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_sa.c.o'.
[1974/2582] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_esp_outb.c.o'.
[1975/2582] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_esp_inb.c.o'.
[1976/2582] Linking static target lib/librte_ipsec.a.
[1977/2582] Generating ipsec.sym_chk with a meson_exe.py custom command.
[1978/2582] Compiling C object 'lib/76b5a35@@rte_vhost@sta/vhost_vduse.c.o'.
In file included from ^[[01m^[[K../lib/vhost/iotlb.h:10^[[m^[[K,
from ^[[01m^[[K../lib/vhost/vduse.c:21^[[m^[[K:
^[[01m^[[K../lib/vhost/vhost.h:^[[m^[[K In function '^[[01m^[[Krestore_mbuf^[[m^[[K':
^[[01m^[[K../lib/vhost/vhost.h:1040:16:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[K'^[[01m^[[Kreturn^[[m^[[K' with a value, in function returning void [^[[01;31m^[[K-Werror=return-type^[[m^[[K]
1040 |         return ^[[01;31m^[[K0^[[m^[[K;
|                ^[[01;31m^[[K^^[[m^[[K
^[[01m^[[K../lib/vhost/vhost.h:1027:1:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kdeclared here
1027 | ^[[01;36m^[[Krestore_mbuf^[[m^[[K(struct rte_mbuf *m)
| ^[[01;36m^[[K^~~~~~~~~~~~^[[m^[[K
cc1: all warnings being treated as errors
==== End log output ====

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 31+ messages in thread

* |FAILURE| pw130870 [PATCH] vhost: avoid potential null pointer acces
@ 2023-08-30 12:15 dpdklab
  0 siblings, 0 replies; 31+ messages in thread
From: dpdklab @ 2023-08-30 12:15 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Li Feng

Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/130870

_Testing issues_

Submitter: Li Feng <fengli@smartx.com>
Date: Wednesday, August 30 2023 08:47:08 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:b7b8de26f34d39c8aaded44d8a468da5e68f19da

130870 --> testing fail

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+
| Fedora 37 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                     | FAIL               |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM)               | FAIL               |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                  | FAIL               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM Clang)                  | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL               |
+----------------------------------------+--------------------+

==== 20 line log output for Ubuntu 20.04 aarch32 GCC Cross Compile (dpdk_meson_compile): ====

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.3

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

Ubuntu 20.04 ARM Clang Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: clang version 10.0.0-4ubuntu1

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 31+ messages in thread

* |FAILURE| pw130870 [PATCH] vhost: avoid potential null pointer acces
@ 2023-08-30 12:15 dpdklab
  0 siblings, 0 replies; 31+ messages in thread
From: dpdklab @ 2023-08-30 12:15 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Li Feng

Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/130870

_Testing issues_

Submitter: Li Feng <fengli@smartx.com>
Date: Wednesday, August 30 2023 08:47:08 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:b7b8de26f34d39c8aaded44d8a468da5e68f19da

130870 --> testing fail

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+
| Fedora 37 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                     | FAIL               |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM)               | FAIL               |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                  | FAIL               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM Clang)                  | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL               |
+----------------------------------------+--------------------+

==== 20 line log output for Ubuntu 20.04 aarch32 GCC Cross Compile (dpdk_meson_compile): ====

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.3

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

Ubuntu 20.04 ARM Clang Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: clang version 10.0.0-4ubuntu1

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 31+ messages in thread

* |FAILURE| pw130870 [PATCH] vhost: avoid potential null pointer acces
@ 2023-08-30 12:15 dpdklab
  0 siblings, 0 replies; 31+ messages in thread
From: dpdklab @ 2023-08-30 12:15 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Li Feng

Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/130870

_Testing issues_

Submitter: Li Feng <fengli@smartx.com>
Date: Wednesday, August 30 2023 08:47:08 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:b7b8de26f34d39c8aaded44d8a468da5e68f19da

130870 --> testing fail

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+
| Fedora 37 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                     | FAIL               |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM)               | FAIL               |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                  | FAIL               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM Clang)                  | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL               |
+----------------------------------------+--------------------+

==== 20 line log output for Ubuntu 20.04 aarch32 GCC Cross Compile (dpdk_meson_compile): ====

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.3

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

Ubuntu 20.04 ARM Clang Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: clang version 10.0.0-4ubuntu1

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 31+ messages in thread

* |FAILURE| pw130870 [PATCH] vhost: avoid potential null pointer acces
@ 2023-08-30 12:13 dpdklab
  0 siblings, 0 replies; 31+ messages in thread
From: dpdklab @ 2023-08-30 12:13 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Li Feng

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

_Testing issues_

Submitter: Li Feng <fengli@smartx.com>
Date: Wednesday, August 30 2023 08:47:08 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:b7b8de26f34d39c8aaded44d8a468da5e68f19da

130870 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Alpine (dpdk_meson_compile): ====
[1969/2582] Generating pdcp.sym_chk with a meson_exe.py custom command.
[1970/2582] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_ipsec_telemetry.c.o'.
[1971/2582] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_ipsec_sad.c.o'.
[1972/2582] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_ses.c.o'.
[1973/2582] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_sa.c.o'.
[1974/2582] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_esp_outb.c.o'.
[1975/2582] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_esp_inb.c.o'.
[1976/2582] Linking static target lib/librte_ipsec.a.
[1977/2582] Generating ipsec.sym_chk with a meson_exe.py custom command.
[1978/2582] Compiling C object 'lib/76b5a35@@rte_vhost@sta/vhost_vduse.c.o'.
In file included from ^[[01m^[[K../lib/vhost/iotlb.h:10^[[m^[[K,
from ^[[01m^[[K../lib/vhost/vduse.c:21^[[m^[[K:
^[[01m^[[K../lib/vhost/vhost.h:^[[m^[[K In function '^[[01m^[[Krestore_mbuf^[[m^[[K':
^[[01m^[[K../lib/vhost/vhost.h:1040:16:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[K'^[[01m^[[Kreturn^[[m^[[K' with a value, in function returning void [^[[01;31m^[[K-Werror=return-type^[[m^[[K]
1040 |         return ^[[01;31m^[[K0^[[m^[[K;
|                ^[[01;31m^[[K^^[[m^[[K
^[[01m^[[K../lib/vhost/vhost.h:1027:1:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kdeclared here
1027 | ^[[01;36m^[[Krestore_mbuf^[[m^[[K(struct rte_mbuf *m)
| ^[[01;36m^[[K^~~~~~~~~~~~^[[m^[[K
cc1: all warnings being treated as errors
==== End log output ====

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 31+ messages in thread

* |FAILURE| pw130870 [PATCH] vhost: avoid potential null pointer acces
@ 2023-08-30 12:13 dpdklab
  0 siblings, 0 replies; 31+ messages in thread
From: dpdklab @ 2023-08-30 12:13 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Li Feng

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

_Testing issues_

Submitter: Li Feng <fengli@smartx.com>
Date: Wednesday, August 30 2023 08:47:08 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:b7b8de26f34d39c8aaded44d8a468da5e68f19da

130870 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Alpine (dpdk_meson_compile): ====
[1969/2582] Generating pdcp.sym_chk with a meson_exe.py custom command.
[1970/2582] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_ipsec_telemetry.c.o'.
[1971/2582] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_ipsec_sad.c.o'.
[1972/2582] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_ses.c.o'.
[1973/2582] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_sa.c.o'.
[1974/2582] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_esp_outb.c.o'.
[1975/2582] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_esp_inb.c.o'.
[1976/2582] Linking static target lib/librte_ipsec.a.
[1977/2582] Generating ipsec.sym_chk with a meson_exe.py custom command.
[1978/2582] Compiling C object 'lib/76b5a35@@rte_vhost@sta/vhost_vduse.c.o'.
In file included from ^[[01m^[[K../lib/vhost/iotlb.h:10^[[m^[[K,
from ^[[01m^[[K../lib/vhost/vduse.c:21^[[m^[[K:
^[[01m^[[K../lib/vhost/vhost.h:^[[m^[[K In function '^[[01m^[[Krestore_mbuf^[[m^[[K':
^[[01m^[[K../lib/vhost/vhost.h:1040:16:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[K'^[[01m^[[Kreturn^[[m^[[K' with a value, in function returning void [^[[01;31m^[[K-Werror=return-type^[[m^[[K]
1040 |         return ^[[01;31m^[[K0^[[m^[[K;
|                ^[[01;31m^[[K^^[[m^[[K
^[[01m^[[K../lib/vhost/vhost.h:1027:1:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kdeclared here
1027 | ^[[01;36m^[[Krestore_mbuf^[[m^[[K(struct rte_mbuf *m)
| ^[[01;36m^[[K^~~~~~~~~~~~^[[m^[[K
cc1: all warnings being treated as errors
==== End log output ====

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 31+ messages in thread

* |FAILURE| pw130870 [PATCH] vhost: avoid potential null pointer acces
@ 2023-08-30 12:13 dpdklab
  0 siblings, 0 replies; 31+ messages in thread
From: dpdklab @ 2023-08-30 12:13 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Li Feng

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

_Testing issues_

Submitter: Li Feng <fengli@smartx.com>
Date: Wednesday, August 30 2023 08:47:08 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:b7b8de26f34d39c8aaded44d8a468da5e68f19da

130870 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Alpine (dpdk_meson_compile): ====
[1969/2582] Generating pdcp.sym_chk with a meson_exe.py custom command.
[1970/2582] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_ipsec_telemetry.c.o'.
[1971/2582] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_ipsec_sad.c.o'.
[1972/2582] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_ses.c.o'.
[1973/2582] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_sa.c.o'.
[1974/2582] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_esp_outb.c.o'.
[1975/2582] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_esp_inb.c.o'.
[1976/2582] Linking static target lib/librte_ipsec.a.
[1977/2582] Generating ipsec.sym_chk with a meson_exe.py custom command.
[1978/2582] Compiling C object 'lib/76b5a35@@rte_vhost@sta/vhost_vduse.c.o'.
In file included from ^[[01m^[[K../lib/vhost/iotlb.h:10^[[m^[[K,
from ^[[01m^[[K../lib/vhost/vduse.c:21^[[m^[[K:
^[[01m^[[K../lib/vhost/vhost.h:^[[m^[[K In function '^[[01m^[[Krestore_mbuf^[[m^[[K':
^[[01m^[[K../lib/vhost/vhost.h:1040:16:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[K'^[[01m^[[Kreturn^[[m^[[K' with a value, in function returning void [^[[01;31m^[[K-Werror=return-type^[[m^[[K]
1040 |         return ^[[01;31m^[[K0^[[m^[[K;
|                ^[[01;31m^[[K^^[[m^[[K
^[[01m^[[K../lib/vhost/vhost.h:1027:1:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kdeclared here
1027 | ^[[01;36m^[[Krestore_mbuf^[[m^[[K(struct rte_mbuf *m)
| ^[[01;36m^[[K^~~~~~~~~~~~^[[m^[[K
cc1: all warnings being treated as errors
==== End log output ====

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 31+ messages in thread

* |FAILURE| pw130870 [PATCH] vhost: avoid potential null pointer acces
@ 2023-08-30 12:13 dpdklab
  0 siblings, 0 replies; 31+ messages in thread
From: dpdklab @ 2023-08-30 12:13 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Li Feng

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

_Testing issues_

Submitter: Li Feng <fengli@smartx.com>
Date: Wednesday, August 30 2023 08:47:08 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:b7b8de26f34d39c8aaded44d8a468da5e68f19da

130870 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Alpine (dpdk_meson_compile): ====
[1969/2582] Generating pdcp.sym_chk with a meson_exe.py custom command.
[1970/2582] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_ipsec_telemetry.c.o'.
[1971/2582] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_ipsec_sad.c.o'.
[1972/2582] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_ses.c.o'.
[1973/2582] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_sa.c.o'.
[1974/2582] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_esp_outb.c.o'.
[1975/2582] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_esp_inb.c.o'.
[1976/2582] Linking static target lib/librte_ipsec.a.
[1977/2582] Generating ipsec.sym_chk with a meson_exe.py custom command.
[1978/2582] Compiling C object 'lib/76b5a35@@rte_vhost@sta/vhost_vduse.c.o'.
In file included from ^[[01m^[[K../lib/vhost/iotlb.h:10^[[m^[[K,
from ^[[01m^[[K../lib/vhost/vduse.c:21^[[m^[[K:
^[[01m^[[K../lib/vhost/vhost.h:^[[m^[[K In function '^[[01m^[[Krestore_mbuf^[[m^[[K':
^[[01m^[[K../lib/vhost/vhost.h:1040:16:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[K'^[[01m^[[Kreturn^[[m^[[K' with a value, in function returning void [^[[01;31m^[[K-Werror=return-type^[[m^[[K]
1040 |         return ^[[01;31m^[[K0^[[m^[[K;
|                ^[[01;31m^[[K^^[[m^[[K
^[[01m^[[K../lib/vhost/vhost.h:1027:1:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kdeclared here
1027 | ^[[01;36m^[[Krestore_mbuf^[[m^[[K(struct rte_mbuf *m)
| ^[[01;36m^[[K^~~~~~~~~~~~^[[m^[[K
cc1: all warnings being treated as errors
==== End log output ====

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 31+ messages in thread

* |FAILURE| pw130870 [PATCH] vhost: avoid potential null pointer acces
@ 2023-08-30 12:13 dpdklab
  0 siblings, 0 replies; 31+ messages in thread
From: dpdklab @ 2023-08-30 12:13 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Li Feng

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

_Testing issues_

Submitter: Li Feng <fengli@smartx.com>
Date: Wednesday, August 30 2023 08:47:08 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:b7b8de26f34d39c8aaded44d8a468da5e68f19da

130870 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Alpine (dpdk_meson_compile): ====
[1969/2582] Generating pdcp.sym_chk with a meson_exe.py custom command.
[1970/2582] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_ipsec_telemetry.c.o'.
[1971/2582] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_ipsec_sad.c.o'.
[1972/2582] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_ses.c.o'.
[1973/2582] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_sa.c.o'.
[1974/2582] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_esp_outb.c.o'.
[1975/2582] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_esp_inb.c.o'.
[1976/2582] Linking static target lib/librte_ipsec.a.
[1977/2582] Generating ipsec.sym_chk with a meson_exe.py custom command.
[1978/2582] Compiling C object 'lib/76b5a35@@rte_vhost@sta/vhost_vduse.c.o'.
In file included from ^[[01m^[[K../lib/vhost/iotlb.h:10^[[m^[[K,
from ^[[01m^[[K../lib/vhost/vduse.c:21^[[m^[[K:
^[[01m^[[K../lib/vhost/vhost.h:^[[m^[[K In function '^[[01m^[[Krestore_mbuf^[[m^[[K':
^[[01m^[[K../lib/vhost/vhost.h:1040:16:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[K'^[[01m^[[Kreturn^[[m^[[K' with a value, in function returning void [^[[01;31m^[[K-Werror=return-type^[[m^[[K]
1040 |         return ^[[01;31m^[[K0^[[m^[[K;
|                ^[[01;31m^[[K^^[[m^[[K
^[[01m^[[K../lib/vhost/vhost.h:1027:1:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kdeclared here
1027 | ^[[01;36m^[[Krestore_mbuf^[[m^[[K(struct rte_mbuf *m)
| ^[[01;36m^[[K^~~~~~~~~~~~^[[m^[[K
cc1: all warnings being treated as errors
==== End log output ====

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 31+ messages in thread

* |FAILURE| pw130870 [PATCH] vhost: avoid potential null pointer acces
@ 2023-08-30 12:13 dpdklab
  0 siblings, 0 replies; 31+ messages in thread
From: dpdklab @ 2023-08-30 12:13 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Li Feng

Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/130870

_Testing issues_

Submitter: Li Feng <fengli@smartx.com>
Date: Wednesday, August 30 2023 08:47:08 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:b7b8de26f34d39c8aaded44d8a468da5e68f19da

130870 --> testing fail

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+
| Fedora 37 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                     | FAIL               |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM)               | FAIL               |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                  | FAIL               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM Clang)                  | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL               |
+----------------------------------------+--------------------+

==== 20 line log output for Ubuntu 20.04 aarch32 GCC Cross Compile (dpdk_meson_compile): ====

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.3

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

Ubuntu 20.04 ARM Clang Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: clang version 10.0.0-4ubuntu1

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 31+ messages in thread

* |FAILURE| pw130870 [PATCH] vhost: avoid potential null pointer acces
@ 2023-08-30 12:12 dpdklab
  0 siblings, 0 replies; 31+ messages in thread
From: dpdklab @ 2023-08-30 12:12 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Li Feng

Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/130870

_Testing issues_

Submitter: Li Feng <fengli@smartx.com>
Date: Wednesday, August 30 2023 08:47:08 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:b7b8de26f34d39c8aaded44d8a468da5e68f19da

130870 --> testing fail

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+
| Fedora 37 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                     | FAIL               |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM)               | FAIL               |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                  | FAIL               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM Clang)                  | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL               |
+----------------------------------------+--------------------+

==== 20 line log output for Ubuntu 20.04 aarch32 GCC Cross Compile (dpdk_meson_compile): ====

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.3

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

Ubuntu 20.04 ARM Clang Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: clang version 10.0.0-4ubuntu1

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 31+ messages in thread

* |FAILURE| pw130870 [PATCH] vhost: avoid potential null pointer acces
@ 2023-08-30 12:12 dpdklab
  0 siblings, 0 replies; 31+ messages in thread
From: dpdklab @ 2023-08-30 12:12 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Li Feng

Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/130870

_Testing issues_

Submitter: Li Feng <fengli@smartx.com>
Date: Wednesday, August 30 2023 08:47:08 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:b7b8de26f34d39c8aaded44d8a468da5e68f19da

130870 --> testing fail

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+
| Fedora 37 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                     | FAIL               |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM)               | FAIL               |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                  | FAIL               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM Clang)                  | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL               |
+----------------------------------------+--------------------+

==== 20 line log output for Ubuntu 20.04 aarch32 GCC Cross Compile (dpdk_meson_compile): ====

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.3

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

Ubuntu 20.04 ARM Clang Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: clang version 10.0.0-4ubuntu1

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 31+ messages in thread

* |FAILURE| pw130870 [PATCH] vhost: avoid potential null pointer acces
@ 2023-08-30 12:12 dpdklab
  0 siblings, 0 replies; 31+ messages in thread
From: dpdklab @ 2023-08-30 12:12 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Li Feng

Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/130870

_Testing issues_

Submitter: Li Feng <fengli@smartx.com>
Date: Wednesday, August 30 2023 08:47:08 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:b7b8de26f34d39c8aaded44d8a468da5e68f19da

130870 --> testing fail

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+
| Fedora 37 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                     | FAIL               |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM)               | FAIL               |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                  | FAIL               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM Clang)                  | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL               |
+----------------------------------------+--------------------+

==== 20 line log output for Ubuntu 20.04 aarch32 GCC Cross Compile (dpdk_meson_compile): ====

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.3

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

Ubuntu 20.04 ARM Clang Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: clang version 10.0.0-4ubuntu1

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 31+ messages in thread

* |FAILURE| pw130870 [PATCH] vhost: avoid potential null pointer acces
@ 2023-08-30 12:12 dpdklab
  0 siblings, 0 replies; 31+ messages in thread
From: dpdklab @ 2023-08-30 12:12 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Li Feng

Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/130870

_Testing issues_

Submitter: Li Feng <fengli@smartx.com>
Date: Wednesday, August 30 2023 08:47:08 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:b7b8de26f34d39c8aaded44d8a468da5e68f19da

130870 --> testing fail

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+
| Fedora 37 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                     | FAIL               |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM)               | FAIL               |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                  | FAIL               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM Clang)                  | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL               |
+----------------------------------------+--------------------+

==== 20 line log output for Ubuntu 20.04 aarch32 GCC Cross Compile (dpdk_meson_compile): ====

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.3

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

Ubuntu 20.04 ARM Clang Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: clang version 10.0.0-4ubuntu1

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 31+ messages in thread

* |FAILURE| pw130870 [PATCH] vhost: avoid potential null pointer acces
@ 2023-08-30 12:09 dpdklab
  0 siblings, 0 replies; 31+ messages in thread
From: dpdklab @ 2023-08-30 12:09 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Li Feng

Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/130870

_Testing issues_

Submitter: Li Feng <fengli@smartx.com>
Date: Wednesday, August 30 2023 08:47:08 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:b7b8de26f34d39c8aaded44d8a468da5e68f19da

130870 --> testing fail

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+
| Fedora 37 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                     | FAIL               |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM)               | FAIL               |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                  | FAIL               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM Clang)                  | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL               |
+----------------------------------------+--------------------+

==== 20 line log output for Ubuntu 20.04 aarch32 GCC Cross Compile (dpdk_meson_compile): ====

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.3

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

Ubuntu 20.04 ARM Clang Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: clang version 10.0.0-4ubuntu1

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 31+ messages in thread

* |FAILURE| pw130870 [PATCH] vhost: avoid potential null pointer acces
@ 2023-08-30 12:07 dpdklab
  0 siblings, 0 replies; 31+ messages in thread
From: dpdklab @ 2023-08-30 12:07 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Li Feng

Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/130870

_Testing issues_

Submitter: Li Feng <fengli@smartx.com>
Date: Wednesday, August 30 2023 08:47:08 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:b7b8de26f34d39c8aaded44d8a468da5e68f19da

130870 --> testing fail

Test environment and result as below:

+------------------------------------+--------------------+
|            Environment             | dpdk_meson_compile |
+====================================+====================+
| Ubuntu 20.04 ARM SVE               | PASS               |
+------------------------------------+--------------------+
| Fedora 37 (ARM)                    | FAIL               |
+------------------------------------+--------------------+
| Fedora 38 (ARM)                    | FAIL               |
+------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                 | FAIL               |
+------------------------------------+--------------------+
| Debian 11 (Buster) (ARM)           | FAIL               |
+------------------------------------+--------------------+
| CentOS Stream 9 (ARM)              | FAIL               |
+------------------------------------+--------------------+
| Fedora 38 (ARM Clang)              | FAIL               |
+------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | FAIL               |
+------------------------------------+--------------------+

==== 20 line log output for Ubuntu 20.04 ARM GCC Cross Compile (dpdk_meson_compile): ====

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.3

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 31+ messages in thread

end of thread, other threads:[~2023-08-30 12:42 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-30 12:17 |FAILURE| pw130870 [PATCH] vhost: avoid potential null pointer acces dpdklab
  -- strict thread matches above, loose matches on Subject: below --
2023-08-30 12:42 dpdklab
2023-08-30 12:41 dpdklab
2023-08-30 12:40 dpdklab
2023-08-30 12:40 dpdklab
2023-08-30 12:39 dpdklab
2023-08-30 12:39 dpdklab
2023-08-30 12:38 dpdklab
2023-08-30 12:38 dpdklab
2023-08-30 12:37 dpdklab
2023-08-30 12:37 dpdklab
2023-08-30 12:16 dpdklab
2023-08-30 12:16 dpdklab
2023-08-30 12:16 dpdklab
2023-08-30 12:16 dpdklab
2023-08-30 12:16 dpdklab
2023-08-30 12:15 dpdklab
2023-08-30 12:15 dpdklab
2023-08-30 12:15 dpdklab
2023-08-30 12:13 dpdklab
2023-08-30 12:13 dpdklab
2023-08-30 12:13 dpdklab
2023-08-30 12:13 dpdklab
2023-08-30 12:13 dpdklab
2023-08-30 12:13 dpdklab
2023-08-30 12:12 dpdklab
2023-08-30 12:12 dpdklab
2023-08-30 12:12 dpdklab
2023-08-30 12:12 dpdklab
2023-08-30 12:09 dpdklab
2023-08-30 12:07 dpdklab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).