* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 13:29 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 13:29 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#287019
Test environment and result as below:
+------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+====================================+====================+
| RHEL9 (ARM) | PEND |
+------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PEND |
+------------------------------------+--------------------+
| Debian 12 with MUSDK | PASS |
+------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE | PASS |
+------------------------------------+--------------------+
| Fedora 38 (ARM Clang) | PEND |
+------------------------------------+--------------------+
| Fedora 37 (ARM) | PASS |
+------------------------------------+--------------------+
| Fedora 39 (ARM) | PEND |
+------------------------------------+--------------------+
| Fedora 39 (ARM Clang) | PEND |
+------------------------------------+--------------------+
| Fedora 38 (ARM) | PEND |
+------------------------------------+--------------------+
| Fedora 40 (ARM Clang) | PEND |
+------------------------------------+--------------------+
| Fedora 40 (ARM) | PEND |
+------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | FAIL |
+------------------------------------+--------------------+
| Ubuntu 22.04 (ARM) | FAIL |
+------------------------------------+--------------------+
| Ubuntu 24.04 (ARM) | PEND |
+------------------------------------+--------------------+
| CentOS Stream 9 (ARM) | PEND |
+------------------------------------+--------------------+
| Debian 11 (Buster) (ARM) | PEND |
+------------------------------------+--------------------+
| Debian 12 (arm) | PEND |
+------------------------------------+--------------------+
==== 20 line log output for Ubuntu 22.04 (ARM) (dpdk_meson_compile): ====
[1014/3119] Linking static target drivers/librte_net_af_packet.a.
[1015/3119] Compiling C object 'drivers/a715181@@rte_net_af_packet@sha/meson-generated_.._rte_net_af_packet.pmd.c.o'.
[1016/3119] Linking target drivers/librte_net_af_packet.so.24.0.
[1017/3119] Compiling C object 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_af_xdp@sta -Idrivers -I../drivers -Idrivers/net/af_xdp -I../drivers/net/af_xdp -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/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/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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-declara
tions -Wmissing-prototypes -Wnested-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=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_NET_AF_XDP_SHARED_UMEM -DETH_AF_XDP_UPDATE_XSKMAP -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.af_xdp -MD -MQ 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -MF 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o.d' -o 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -c ../drivers/net/af_xdp/rte_eth_af_xdp.c
../drivers/net/af_xdp/rte_eth_af_xdp.c: In function 'xdp_umem_configure':
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:43: error: storage size of 'range' isn't known
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:23: error: implicit declaration of function 'rte_mempool_get_mem_range'; did you mean 'rte_mempool_get_trailer'? [-Werror=implicit-function-declaration]
1170 | ret = rte_mempool_get_mem_range(mb_pool, &range);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| rte_mempool_get_trailer
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:23: error: nested extern declaration of 'rte_mempool_get_mem_range' [-Werror=nested-externs]
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:43: error: unused variable 'range' [-Werror=unused-variable]
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
RHEL9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.4.1
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: 5.4.0-167-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Debian 12 with MUSDK
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-167-generic
Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Fedora 39 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 40 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
Fedora 40 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.1.1
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Ubuntu 22.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.4.0
Ubuntu 24.04 (ARM)
Kernel: 5.4.0-167-generic
Compiler: gcc 13.2.0
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.4.1
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Debian 12 (arm)
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 15:23 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 15:23 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#287024
Test environment and result as below:
+------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+====================================+====================+
| RHEL9 (ARM) | PASS |
+------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS |
+------------------------------------+--------------------+
| Debian 12 with MUSDK | PASS |
+------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE | PASS |
+------------------------------------+--------------------+
| Fedora 38 (ARM Clang) | PASS |
+------------------------------------+--------------------+
| Fedora 37 (ARM) | PASS |
+------------------------------------+--------------------+
| Fedora 39 (ARM) | PASS |
+------------------------------------+--------------------+
| Fedora 39 (ARM Clang) | PASS |
+------------------------------------+--------------------+
| Fedora 38 (ARM) | PASS |
+------------------------------------+--------------------+
| Fedora 40 (ARM Clang) | PASS |
+------------------------------------+--------------------+
| Fedora 40 (ARM) | PASS |
+------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | FAIL |
+------------------------------------+--------------------+
| Ubuntu 22.04 (ARM) | FAIL |
+------------------------------------+--------------------+
| Ubuntu 24.04 (ARM) | PASS |
+------------------------------------+--------------------+
| CentOS Stream 9 (ARM) | PASS |
+------------------------------------+--------------------+
| Debian 11 (Buster) (ARM) | FAIL |
+------------------------------------+--------------------+
| Debian 12 (arm) | PASS |
+------------------------------------+--------------------+
==== 20 line log output for Debian 11 (Buster) (ARM) (dpdk_meson_compile): ====
[1013/3118] Linking static target drivers/librte_net_af_packet.a.
[1014/3118] Compiling C object 'drivers/a715181@@rte_net_af_packet@sha/meson-generated_.._rte_net_af_packet.pmd.c.o'.
[1015/3118] Linking target drivers/librte_net_af_packet.so.24.0.
[1016/3118] Compiling C object 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_af_xdp@sta -Idrivers -I../drivers -Idrivers/net/af_xdp -I../drivers/net/af_xdp -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/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/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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-declara
tions -Wmissing-prototypes -Wnested-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=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_NET_AF_XDP_SHARED_UMEM -DETH_AF_XDP_UPDATE_XSKMAP -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.af_xdp -MD -MQ 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -MF 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o.d' -o 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -c ../drivers/net/af_xdp/rte_eth_af_xdp.c
../drivers/net/af_xdp/rte_eth_af_xdp.c: In function 'xdp_umem_configure':
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: storage size of 'range' isn't known
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: implicit declaration of function 'rte_mempool_get_mem_range'; did you mean 'rte_mempool_get_trailer'? [-Werror=implicit-function-declaration]
1170 | ret = rte_mempool_get_mem_range(mb_pool, &range);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| rte_mempool_get_trailer
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: nested extern declaration of 'rte_mempool_get_mem_range' [-Werror=nested-externs]
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: unused variable 'range' [-Werror=unused-variable]
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
RHEL9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.4.1
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: 5.4.0-167-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Debian 12 with MUSDK
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-167-generic
Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Fedora 39 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 40 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
Fedora 40 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.1.1
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Ubuntu 22.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.4.0
Ubuntu 24.04 (ARM)
Kernel: 5.4.0-167-generic
Compiler: gcc 13.2.0
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.4.1
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Debian 12 (arm)
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 15:17 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 15:17 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#287021
Test environment and result as below:
+------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+====================================+====================+
| RHEL9 (ARM) | PASS |
+------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS |
+------------------------------------+--------------------+
| Debian 12 with MUSDK | PASS |
+------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE | PASS |
+------------------------------------+--------------------+
| Fedora 38 (ARM Clang) | PASS |
+------------------------------------+--------------------+
| Fedora 37 (ARM) | PASS |
+------------------------------------+--------------------+
| Fedora 39 (ARM) | PASS |
+------------------------------------+--------------------+
| Fedora 39 (ARM Clang) | PASS |
+------------------------------------+--------------------+
| Fedora 38 (ARM) | PASS |
+------------------------------------+--------------------+
| Fedora 40 (ARM Clang) | PASS |
+------------------------------------+--------------------+
| Fedora 40 (ARM) | PASS |
+------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | FAIL |
+------------------------------------+--------------------+
| Ubuntu 22.04 (ARM) | FAIL |
+------------------------------------+--------------------+
| Ubuntu 24.04 (ARM) | PASS |
+------------------------------------+--------------------+
| CentOS Stream 9 (ARM) | PASS |
+------------------------------------+--------------------+
| Debian 11 (Buster) (ARM) | FAIL |
+------------------------------------+--------------------+
| Debian 12 (arm) | PEND |
+------------------------------------+--------------------+
==== 20 line log output for Debian 11 (Buster) (ARM) (dpdk_meson_compile): ====
[1013/3118] Linking static target drivers/librte_net_af_packet.a.
[1014/3118] Compiling C object 'drivers/a715181@@rte_net_af_packet@sha/meson-generated_.._rte_net_af_packet.pmd.c.o'.
[1015/3118] Linking target drivers/librte_net_af_packet.so.24.0.
[1016/3118] Compiling C object 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_af_xdp@sta -Idrivers -I../drivers -Idrivers/net/af_xdp -I../drivers/net/af_xdp -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/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/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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-declara
tions -Wmissing-prototypes -Wnested-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=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_NET_AF_XDP_SHARED_UMEM -DETH_AF_XDP_UPDATE_XSKMAP -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.af_xdp -MD -MQ 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -MF 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o.d' -o 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -c ../drivers/net/af_xdp/rte_eth_af_xdp.c
../drivers/net/af_xdp/rte_eth_af_xdp.c: In function 'xdp_umem_configure':
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: storage size of 'range' isn't known
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: implicit declaration of function 'rte_mempool_get_mem_range'; did you mean 'rte_mempool_get_trailer'? [-Werror=implicit-function-declaration]
1170 | ret = rte_mempool_get_mem_range(mb_pool, &range);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| rte_mempool_get_trailer
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: nested extern declaration of 'rte_mempool_get_mem_range' [-Werror=nested-externs]
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: unused variable 'range' [-Werror=unused-variable]
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
RHEL9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.4.1
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: 5.4.0-167-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Debian 12 with MUSDK
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-167-generic
Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Fedora 39 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 40 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
Fedora 40 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.1.1
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Ubuntu 22.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.4.0
Ubuntu 24.04 (ARM)
Kernel: 5.4.0-167-generic
Compiler: gcc 13.2.0
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.4.1
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Debian 12 (arm)
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 15:08 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 15:08 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#287013
Test environment and result as below:
+------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+====================================+====================+
| RHEL9 (ARM) | PASS |
+------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS |
+------------------------------------+--------------------+
| Debian 12 with MUSDK | PASS |
+------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE | PASS |
+------------------------------------+--------------------+
| Fedora 38 (ARM Clang) | PASS |
+------------------------------------+--------------------+
| Fedora 37 (ARM) | PASS |
+------------------------------------+--------------------+
| Fedora 39 (ARM) | PASS |
+------------------------------------+--------------------+
| Fedora 39 (ARM Clang) | PASS |
+------------------------------------+--------------------+
| Fedora 38 (ARM) | PASS |
+------------------------------------+--------------------+
| Fedora 40 (ARM Clang) | PASS |
+------------------------------------+--------------------+
| Fedora 40 (ARM) | PASS |
+------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | FAIL |
+------------------------------------+--------------------+
| Ubuntu 22.04 (ARM) | FAIL |
+------------------------------------+--------------------+
| Ubuntu 24.04 (ARM) | PEND |
+------------------------------------+--------------------+
| CentOS Stream 9 (ARM) | PASS |
+------------------------------------+--------------------+
| Debian 11 (Buster) (ARM) | FAIL |
+------------------------------------+--------------------+
| Debian 12 (arm) | PEND |
+------------------------------------+--------------------+
==== 20 line log output for Debian 11 (Buster) (ARM) (dpdk_meson_compile): ====
[1013/3118] Linking static target drivers/librte_net_af_packet.a.
[1014/3118] Compiling C object 'drivers/a715181@@rte_net_af_packet@sha/meson-generated_.._rte_net_af_packet.pmd.c.o'.
[1015/3118] Linking target drivers/librte_net_af_packet.so.24.0.
[1016/3118] Compiling C object 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_af_xdp@sta -Idrivers -I../drivers -Idrivers/net/af_xdp -I../drivers/net/af_xdp -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/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/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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-declara
tions -Wmissing-prototypes -Wnested-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=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_NET_AF_XDP_SHARED_UMEM -DETH_AF_XDP_UPDATE_XSKMAP -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.af_xdp -MD -MQ 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -MF 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o.d' -o 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -c ../drivers/net/af_xdp/rte_eth_af_xdp.c
../drivers/net/af_xdp/rte_eth_af_xdp.c: In function 'xdp_umem_configure':
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: storage size of 'range' isn't known
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: implicit declaration of function 'rte_mempool_get_mem_range'; did you mean 'rte_mempool_get_trailer'? [-Werror=implicit-function-declaration]
1170 | ret = rte_mempool_get_mem_range(mb_pool, &range);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| rte_mempool_get_trailer
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: nested extern declaration of 'rte_mempool_get_mem_range' [-Werror=nested-externs]
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: unused variable 'range' [-Werror=unused-variable]
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
RHEL9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.4.1
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: 5.4.0-167-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Debian 12 with MUSDK
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-167-generic
Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Fedora 39 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 40 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
Fedora 40 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.1.1
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Ubuntu 22.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.4.0
Ubuntu 24.04 (ARM)
Kernel: 5.4.0-167-generic
Compiler: gcc 13.2.0
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.4.1
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Debian 12 (arm)
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 14:59 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 14:59 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#287017
Test environment and result as below:
+------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+====================================+====================+
| RHEL9 (ARM) | PASS |
+------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS |
+------------------------------------+--------------------+
| Debian 12 with MUSDK | PASS |
+------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE | PASS |
+------------------------------------+--------------------+
| Fedora 38 (ARM Clang) | PASS |
+------------------------------------+--------------------+
| Fedora 37 (ARM) | PASS |
+------------------------------------+--------------------+
| Fedora 39 (ARM) | PASS |
+------------------------------------+--------------------+
| Fedora 39 (ARM Clang) | PASS |
+------------------------------------+--------------------+
| Fedora 38 (ARM) | PEND |
+------------------------------------+--------------------+
| Fedora 40 (ARM Clang) | PASS |
+------------------------------------+--------------------+
| Fedora 40 (ARM) | PASS |
+------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | FAIL |
+------------------------------------+--------------------+
| Ubuntu 22.04 (ARM) | FAIL |
+------------------------------------+--------------------+
| Ubuntu 24.04 (ARM) | PEND |
+------------------------------------+--------------------+
| CentOS Stream 9 (ARM) | PASS |
+------------------------------------+--------------------+
| Debian 11 (Buster) (ARM) | FAIL |
+------------------------------------+--------------------+
| Debian 12 (arm) | PEND |
+------------------------------------+--------------------+
==== 20 line log output for Debian 11 (Buster) (ARM) (dpdk_meson_compile): ====
[1013/3118] Linking static target drivers/librte_net_af_packet.a.
[1014/3118] Compiling C object 'drivers/a715181@@rte_net_af_packet@sha/meson-generated_.._rte_net_af_packet.pmd.c.o'.
[1015/3118] Linking target drivers/librte_net_af_packet.so.24.0.
[1016/3118] Compiling C object 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_af_xdp@sta -Idrivers -I../drivers -Idrivers/net/af_xdp -I../drivers/net/af_xdp -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/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/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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-declara
tions -Wmissing-prototypes -Wnested-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=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_NET_AF_XDP_SHARED_UMEM -DETH_AF_XDP_UPDATE_XSKMAP -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.af_xdp -MD -MQ 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -MF 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o.d' -o 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -c ../drivers/net/af_xdp/rte_eth_af_xdp.c
../drivers/net/af_xdp/rte_eth_af_xdp.c: In function 'xdp_umem_configure':
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: storage size of 'range' isn't known
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: implicit declaration of function 'rte_mempool_get_mem_range'; did you mean 'rte_mempool_get_trailer'? [-Werror=implicit-function-declaration]
1170 | ret = rte_mempool_get_mem_range(mb_pool, &range);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| rte_mempool_get_trailer
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: nested extern declaration of 'rte_mempool_get_mem_range' [-Werror=nested-externs]
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: unused variable 'range' [-Werror=unused-variable]
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
RHEL9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.4.1
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: 5.4.0-167-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Debian 12 with MUSDK
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-167-generic
Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Fedora 39 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 40 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
Fedora 40 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.1.1
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Ubuntu 22.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.4.0
Ubuntu 24.04 (ARM)
Kernel: 5.4.0-167-generic
Compiler: gcc 13.2.0
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.4.1
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Debian 12 (arm)
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 14:53 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 14:53 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#287015
Test environment and result as below:
+------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+====================================+====================+
| RHEL9 (ARM) | PASS |
+------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS |
+------------------------------------+--------------------+
| Debian 12 with MUSDK | PASS |
+------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE | PASS |
+------------------------------------+--------------------+
| Fedora 38 (ARM Clang) | PASS |
+------------------------------------+--------------------+
| Fedora 37 (ARM) | PASS |
+------------------------------------+--------------------+
| Fedora 39 (ARM) | PASS |
+------------------------------------+--------------------+
| Fedora 39 (ARM Clang) | PASS |
+------------------------------------+--------------------+
| Fedora 38 (ARM) | PEND |
+------------------------------------+--------------------+
| Fedora 40 (ARM Clang) | PASS |
+------------------------------------+--------------------+
| Fedora 40 (ARM) | PEND |
+------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | FAIL |
+------------------------------------+--------------------+
| Ubuntu 22.04 (ARM) | FAIL |
+------------------------------------+--------------------+
| Ubuntu 24.04 (ARM) | PEND |
+------------------------------------+--------------------+
| CentOS Stream 9 (ARM) | PASS |
+------------------------------------+--------------------+
| Debian 11 (Buster) (ARM) | FAIL |
+------------------------------------+--------------------+
| Debian 12 (arm) | PEND |
+------------------------------------+--------------------+
==== 20 line log output for Debian 11 (Buster) (ARM) (dpdk_meson_compile): ====
[1013/3118] Linking static target drivers/librte_net_af_packet.a.
[1014/3118] Compiling C object 'drivers/a715181@@rte_net_af_packet@sha/meson-generated_.._rte_net_af_packet.pmd.c.o'.
[1015/3118] Linking target drivers/librte_net_af_packet.so.24.0.
[1016/3118] Compiling C object 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_af_xdp@sta -Idrivers -I../drivers -Idrivers/net/af_xdp -I../drivers/net/af_xdp -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/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/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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-declara
tions -Wmissing-prototypes -Wnested-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=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_NET_AF_XDP_SHARED_UMEM -DETH_AF_XDP_UPDATE_XSKMAP -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.af_xdp -MD -MQ 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -MF 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o.d' -o 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -c ../drivers/net/af_xdp/rte_eth_af_xdp.c
../drivers/net/af_xdp/rte_eth_af_xdp.c: In function 'xdp_umem_configure':
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: storage size of 'range' isn't known
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: implicit declaration of function 'rte_mempool_get_mem_range'; did you mean 'rte_mempool_get_trailer'? [-Werror=implicit-function-declaration]
1170 | ret = rte_mempool_get_mem_range(mb_pool, &range);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| rte_mempool_get_trailer
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: nested extern declaration of 'rte_mempool_get_mem_range' [-Werror=nested-externs]
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: unused variable 'range' [-Werror=unused-variable]
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
RHEL9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.4.1
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: 5.4.0-167-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Debian 12 with MUSDK
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-167-generic
Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Fedora 39 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 40 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
Fedora 40 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.1.1
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Ubuntu 22.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.4.0
Ubuntu 24.04 (ARM)
Kernel: 5.4.0-167-generic
Compiler: gcc 13.2.0
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.4.1
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Debian 12 (arm)
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 14:50 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 14:50 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#287014
Test environment and result as below:
+------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+====================================+====================+
| RHEL9 (ARM) | PASS |
+------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS |
+------------------------------------+--------------------+
| Debian 12 with MUSDK | PASS |
+------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE | PASS |
+------------------------------------+--------------------+
| Fedora 38 (ARM Clang) | PASS |
+------------------------------------+--------------------+
| Fedora 37 (ARM) | PASS |
+------------------------------------+--------------------+
| Fedora 39 (ARM) | PEND |
+------------------------------------+--------------------+
| Fedora 39 (ARM Clang) | PASS |
+------------------------------------+--------------------+
| Fedora 38 (ARM) | PEND |
+------------------------------------+--------------------+
| Fedora 40 (ARM Clang) | PASS |
+------------------------------------+--------------------+
| Fedora 40 (ARM) | PEND |
+------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | FAIL |
+------------------------------------+--------------------+
| Ubuntu 22.04 (ARM) | FAIL |
+------------------------------------+--------------------+
| Ubuntu 24.04 (ARM) | PEND |
+------------------------------------+--------------------+
| CentOS Stream 9 (ARM) | PASS |
+------------------------------------+--------------------+
| Debian 11 (Buster) (ARM) | FAIL |
+------------------------------------+--------------------+
| Debian 12 (arm) | PEND |
+------------------------------------+--------------------+
==== 20 line log output for Debian 11 (Buster) (ARM) (dpdk_meson_compile): ====
[1013/3118] Linking static target drivers/librte_net_af_packet.a.
[1014/3118] Compiling C object 'drivers/a715181@@rte_net_af_packet@sha/meson-generated_.._rte_net_af_packet.pmd.c.o'.
[1015/3118] Linking target drivers/librte_net_af_packet.so.24.0.
[1016/3118] Compiling C object 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_af_xdp@sta -Idrivers -I../drivers -Idrivers/net/af_xdp -I../drivers/net/af_xdp -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/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/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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-declara
tions -Wmissing-prototypes -Wnested-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=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_NET_AF_XDP_SHARED_UMEM -DETH_AF_XDP_UPDATE_XSKMAP -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.af_xdp -MD -MQ 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -MF 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o.d' -o 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -c ../drivers/net/af_xdp/rte_eth_af_xdp.c
../drivers/net/af_xdp/rte_eth_af_xdp.c: In function 'xdp_umem_configure':
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: storage size of 'range' isn't known
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: implicit declaration of function 'rte_mempool_get_mem_range'; did you mean 'rte_mempool_get_trailer'? [-Werror=implicit-function-declaration]
1170 | ret = rte_mempool_get_mem_range(mb_pool, &range);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| rte_mempool_get_trailer
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: nested extern declaration of 'rte_mempool_get_mem_range' [-Werror=nested-externs]
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: unused variable 'range' [-Werror=unused-variable]
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
RHEL9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.4.1
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: 5.4.0-167-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Debian 12 with MUSDK
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-167-generic
Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Fedora 39 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 40 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
Fedora 40 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.1.1
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Ubuntu 22.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.4.0
Ubuntu 24.04 (ARM)
Kernel: 5.4.0-167-generic
Compiler: gcc 13.2.0
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.4.1
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Debian 12 (arm)
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 14:44 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 14:44 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#287008
Test environment and result as below:
+------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+====================================+====================+
| RHEL9 (ARM) | PASS |
+------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS |
+------------------------------------+--------------------+
| Debian 12 with MUSDK | PASS |
+------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE | PASS |
+------------------------------------+--------------------+
| Fedora 38 (ARM Clang) | PEND |
+------------------------------------+--------------------+
| Fedora 37 (ARM) | PASS |
+------------------------------------+--------------------+
| Fedora 39 (ARM) | PEND |
+------------------------------------+--------------------+
| Fedora 39 (ARM Clang) | PASS |
+------------------------------------+--------------------+
| Fedora 38 (ARM) | PEND |
+------------------------------------+--------------------+
| Fedora 40 (ARM Clang) | PASS |
+------------------------------------+--------------------+
| Fedora 40 (ARM) | PEND |
+------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | FAIL |
+------------------------------------+--------------------+
| Ubuntu 22.04 (ARM) | FAIL |
+------------------------------------+--------------------+
| Ubuntu 24.04 (ARM) | PEND |
+------------------------------------+--------------------+
| CentOS Stream 9 (ARM) | PASS |
+------------------------------------+--------------------+
| Debian 11 (Buster) (ARM) | FAIL |
+------------------------------------+--------------------+
| Debian 12 (arm) | PEND |
+------------------------------------+--------------------+
==== 20 line log output for Debian 11 (Buster) (ARM) (dpdk_meson_compile): ====
[1013/3118] Linking static target drivers/librte_net_af_packet.a.
[1014/3118] Compiling C object 'drivers/a715181@@rte_net_af_packet@sha/meson-generated_.._rte_net_af_packet.pmd.c.o'.
[1015/3118] Linking target drivers/librte_net_af_packet.so.24.0.
[1016/3118] Compiling C object 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_af_xdp@sta -Idrivers -I../drivers -Idrivers/net/af_xdp -I../drivers/net/af_xdp -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/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/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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-declara
tions -Wmissing-prototypes -Wnested-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=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_NET_AF_XDP_SHARED_UMEM -DETH_AF_XDP_UPDATE_XSKMAP -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.af_xdp -MD -MQ 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -MF 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o.d' -o 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -c ../drivers/net/af_xdp/rte_eth_af_xdp.c
../drivers/net/af_xdp/rte_eth_af_xdp.c: In function 'xdp_umem_configure':
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: storage size of 'range' isn't known
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: implicit declaration of function 'rte_mempool_get_mem_range'; did you mean 'rte_mempool_get_trailer'? [-Werror=implicit-function-declaration]
1170 | ret = rte_mempool_get_mem_range(mb_pool, &range);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| rte_mempool_get_trailer
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: nested extern declaration of 'rte_mempool_get_mem_range' [-Werror=nested-externs]
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: unused variable 'range' [-Werror=unused-variable]
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
RHEL9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.4.1
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: 5.4.0-167-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Debian 12 with MUSDK
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-167-generic
Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Fedora 39 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 40 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
Fedora 40 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.1.1
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Ubuntu 22.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.4.0
Ubuntu 24.04 (ARM)
Kernel: 5.4.0-167-generic
Compiler: gcc 13.2.0
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.4.1
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Debian 12 (arm)
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 14:40 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 14:40 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#250929
Test environment and result as below:
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Environment | dpdk_unit_test | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest |
+=============================+================+==============+===========================+==============================+
| 32-bit Ubuntu 20.04.4 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| CentOS Stream 9 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Debian 11 (Buster) (ARM) | WARN | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 37 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 38 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 38 (ARM Clang) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 39 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 39 (ARM Clang) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 40 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 40 (ARM Clang) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| RHEL9 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Ubuntu 20.04 (ARM) | WARN | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Ubuntu 22.04 (ARM) | WARN | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Debian 12 (arm) | PASS | SKIPPED | PASS | PASS |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Ubuntu 24.04 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Ubuntu 20.04 ARM SVE | SKIPPED | PASS | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
==== 20 line log output for Ubuntu 22.04 (ARM) (dpdk_unit_test): ====
[990/3093] Compiling C object 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_af_xdp@sta -Idrivers -I../drivers -Idrivers/net/af_xdp -I../drivers/net/af_xdp -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/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/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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-declara
tions -Wmissing-prototypes -Wnested-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=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_NET_AF_XDP_SHARED_UMEM -DETH_AF_XDP_UPDATE_XSKMAP -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.af_xdp -MD -MQ 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -MF 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o.d' -o 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -c ../drivers/net/af_xdp/rte_eth_af_xdp.c
../drivers/net/af_xdp/rte_eth_af_xdp.c: In function 'xdp_umem_configure':
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:43: error: storage size of 'range' isn't known
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:23: error: implicit declaration of function 'rte_mempool_get_mem_range'; did you mean 'rte_mempool_get_trailer'? [-Werror=implicit-function-declaration]
1170 | ret = rte_mempool_get_mem_range(mb_pool, &range);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| rte_mempool_get_trailer
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:23: error: nested extern declaration of 'rte_mempool_get_mem_range' [-Werror=nested-externs]
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:43: error: unused variable 'range' [-Werror=unused-variable]
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
cc1: all warnings being treated as errors
[991/3093] Generating rte_dma_dpaa2.sym_chk with a meson_exe.py custom command.
[992/3093] Generating rte_common_sfc_efx.sym_chk with a meson_exe.py custom command.
[993/3093] Compiling C object 'drivers/a715181@@tmp_rte_net_af_packet@sta/net_af_packet_rte_eth_af_packet.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====
32-bit Ubuntu 20.04.4 (ARM)
Kernel: 5.4.0-155-generic aarch64
Compiler: gcc 9.4
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.4.1
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 39 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
Fedora 40 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.1.1
Fedora 40 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
RHEL9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.4.1
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Ubuntu 22.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.4.0
Debian 12 (arm)
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Ubuntu 24.04 (ARM)
Kernel: 5.4.0-167-generic
Compiler: gcc 13.2.0
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-167-generic
Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 14:38 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 14:38 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#287016
Test environment and result as below:
+------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+====================================+====================+
| RHEL9 (ARM) | PEND |
+------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS |
+------------------------------------+--------------------+
| Debian 12 with MUSDK | PASS |
+------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE | PASS |
+------------------------------------+--------------------+
| Fedora 38 (ARM Clang) | PEND |
+------------------------------------+--------------------+
| Fedora 37 (ARM) | PASS |
+------------------------------------+--------------------+
| Fedora 39 (ARM) | PEND |
+------------------------------------+--------------------+
| Fedora 39 (ARM Clang) | PASS |
+------------------------------------+--------------------+
| Fedora 38 (ARM) | PEND |
+------------------------------------+--------------------+
| Fedora 40 (ARM Clang) | PASS |
+------------------------------------+--------------------+
| Fedora 40 (ARM) | PEND |
+------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | FAIL |
+------------------------------------+--------------------+
| Ubuntu 22.04 (ARM) | FAIL |
+------------------------------------+--------------------+
| Ubuntu 24.04 (ARM) | PEND |
+------------------------------------+--------------------+
| CentOS Stream 9 (ARM) | PASS |
+------------------------------------+--------------------+
| Debian 11 (Buster) (ARM) | FAIL |
+------------------------------------+--------------------+
| Debian 12 (arm) | PEND |
+------------------------------------+--------------------+
==== 20 line log output for Debian 11 (Buster) (ARM) (dpdk_meson_compile): ====
[1013/3118] Linking static target drivers/librte_net_af_packet.a.
[1014/3118] Compiling C object 'drivers/a715181@@rte_net_af_packet@sha/meson-generated_.._rte_net_af_packet.pmd.c.o'.
[1015/3118] Linking target drivers/librte_net_af_packet.so.24.0.
[1016/3118] Compiling C object 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_af_xdp@sta -Idrivers -I../drivers -Idrivers/net/af_xdp -I../drivers/net/af_xdp -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/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/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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-declara
tions -Wmissing-prototypes -Wnested-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=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_NET_AF_XDP_SHARED_UMEM -DETH_AF_XDP_UPDATE_XSKMAP -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.af_xdp -MD -MQ 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -MF 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o.d' -o 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -c ../drivers/net/af_xdp/rte_eth_af_xdp.c
../drivers/net/af_xdp/rte_eth_af_xdp.c: In function 'xdp_umem_configure':
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: storage size of 'range' isn't known
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: implicit declaration of function 'rte_mempool_get_mem_range'; did you mean 'rte_mempool_get_trailer'? [-Werror=implicit-function-declaration]
1170 | ret = rte_mempool_get_mem_range(mb_pool, &range);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| rte_mempool_get_trailer
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: nested extern declaration of 'rte_mempool_get_mem_range' [-Werror=nested-externs]
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: unused variable 'range' [-Werror=unused-variable]
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
RHEL9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.4.1
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: 5.4.0-167-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Debian 12 with MUSDK
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-167-generic
Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Fedora 39 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 40 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
Fedora 40 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.1.1
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Ubuntu 22.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.4.0
Ubuntu 24.04 (ARM)
Kernel: 5.4.0-167-generic
Compiler: gcc 13.2.0
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.4.1
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Debian 12 (arm)
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 14:29 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 14:29 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#287018
Test environment and result as below:
+------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+====================================+====================+
| RHEL9 (ARM) | PEND |
+------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS |
+------------------------------------+--------------------+
| Debian 12 with MUSDK | PASS |
+------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE | PASS |
+------------------------------------+--------------------+
| Fedora 38 (ARM Clang) | PEND |
+------------------------------------+--------------------+
| Fedora 37 (ARM) | PASS |
+------------------------------------+--------------------+
| Fedora 39 (ARM) | PEND |
+------------------------------------+--------------------+
| Fedora 39 (ARM Clang) | PEND |
+------------------------------------+--------------------+
| Fedora 38 (ARM) | PEND |
+------------------------------------+--------------------+
| Fedora 40 (ARM Clang) | PASS |
+------------------------------------+--------------------+
| Fedora 40 (ARM) | PEND |
+------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | FAIL |
+------------------------------------+--------------------+
| Ubuntu 22.04 (ARM) | FAIL |
+------------------------------------+--------------------+
| Ubuntu 24.04 (ARM) | PEND |
+------------------------------------+--------------------+
| CentOS Stream 9 (ARM) | PASS |
+------------------------------------+--------------------+
| Debian 11 (Buster) (ARM) | FAIL |
+------------------------------------+--------------------+
| Debian 12 (arm) | PEND |
+------------------------------------+--------------------+
==== 20 line log output for Debian 11 (Buster) (ARM) (dpdk_meson_compile): ====
[1013/3118] Linking static target drivers/librte_net_af_packet.a.
[1014/3118] Compiling C object 'drivers/a715181@@rte_net_af_packet@sha/meson-generated_.._rte_net_af_packet.pmd.c.o'.
[1015/3118] Linking target drivers/librte_net_af_packet.so.24.0.
[1016/3118] Compiling C object 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_af_xdp@sta -Idrivers -I../drivers -Idrivers/net/af_xdp -I../drivers/net/af_xdp -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/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/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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-declara
tions -Wmissing-prototypes -Wnested-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=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_NET_AF_XDP_SHARED_UMEM -DETH_AF_XDP_UPDATE_XSKMAP -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.af_xdp -MD -MQ 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -MF 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o.d' -o 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -c ../drivers/net/af_xdp/rte_eth_af_xdp.c
../drivers/net/af_xdp/rte_eth_af_xdp.c: In function 'xdp_umem_configure':
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: storage size of 'range' isn't known
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: implicit declaration of function 'rte_mempool_get_mem_range'; did you mean 'rte_mempool_get_trailer'? [-Werror=implicit-function-declaration]
1170 | ret = rte_mempool_get_mem_range(mb_pool, &range);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| rte_mempool_get_trailer
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: nested extern declaration of 'rte_mempool_get_mem_range' [-Werror=nested-externs]
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: unused variable 'range' [-Werror=unused-variable]
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
RHEL9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.4.1
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: 5.4.0-167-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Debian 12 with MUSDK
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-167-generic
Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Fedora 39 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 40 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
Fedora 40 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.1.1
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Ubuntu 22.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.4.0
Ubuntu 24.04 (ARM)
Kernel: 5.4.0-167-generic
Compiler: gcc 13.2.0
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.4.1
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Debian 12 (arm)
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 14:20 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 14:20 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#250947
Test environment and result as below:
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Environment | dpdk_unit_test | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest |
+=============================+================+==============+===========================+==============================+
| 32-bit Ubuntu 20.04.4 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| CentOS Stream 9 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Debian 11 (Buster) (ARM) | WARN | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 37 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 38 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 38 (ARM Clang) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 39 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 39 (ARM Clang) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 40 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 40 (ARM Clang) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| RHEL9 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Ubuntu 20.04 (ARM) | WARN | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Ubuntu 22.04 (ARM) | WARN | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Debian 12 (arm) | PEND | SKIPPED | PASS | PASS |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Ubuntu 24.04 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Ubuntu 20.04 ARM SVE | SKIPPED | PASS | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
==== 20 line log output for Ubuntu 22.04 (ARM) (dpdk_unit_test): ====
[990/3093] Compiling C object 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_af_xdp@sta -Idrivers -I../drivers -Idrivers/net/af_xdp -I../drivers/net/af_xdp -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/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/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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-declara
tions -Wmissing-prototypes -Wnested-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=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_NET_AF_XDP_SHARED_UMEM -DETH_AF_XDP_UPDATE_XSKMAP -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.af_xdp -MD -MQ 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -MF 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o.d' -o 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -c ../drivers/net/af_xdp/rte_eth_af_xdp.c
../drivers/net/af_xdp/rte_eth_af_xdp.c: In function 'xdp_umem_configure':
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:43: error: storage size of 'range' isn't known
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:23: error: implicit declaration of function 'rte_mempool_get_mem_range'; did you mean 'rte_mempool_get_trailer'? [-Werror=implicit-function-declaration]
1170 | ret = rte_mempool_get_mem_range(mb_pool, &range);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| rte_mempool_get_trailer
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:23: error: nested extern declaration of 'rte_mempool_get_mem_range' [-Werror=nested-externs]
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:43: error: unused variable 'range' [-Werror=unused-variable]
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
cc1: all warnings being treated as errors
[991/3093] Generating rte_dma_dpaa2.sym_chk with a meson_exe.py custom command.
[992/3093] Generating rte_common_sfc_efx.sym_chk with a meson_exe.py custom command.
[993/3093] Compiling C object 'drivers/a715181@@tmp_rte_net_af_packet@sta/net_af_packet_rte_eth_af_packet.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====
32-bit Ubuntu 20.04.4 (ARM)
Kernel: 5.4.0-155-generic aarch64
Compiler: gcc 9.4
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.4.1
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 39 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
Fedora 40 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.1.1
Fedora 40 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
RHEL9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.4.1
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Ubuntu 22.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.4.0
Debian 12 (arm)
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Ubuntu 24.04 (ARM)
Kernel: 5.4.0-167-generic
Compiler: gcc 13.2.0
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-167-generic
Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 14:15 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 14:15 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#250941
Test environment and result as below:
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Environment | dpdk_unit_test | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest |
+=============================+================+==============+===========================+==============================+
| 32-bit Ubuntu 20.04.4 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| CentOS Stream 9 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Debian 11 (Buster) (ARM) | WARN | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 37 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 38 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 38 (ARM Clang) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 39 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 39 (ARM Clang) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 40 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 40 (ARM Clang) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| RHEL9 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Ubuntu 20.04 (ARM) | WARN | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Ubuntu 22.04 (ARM) | WARN | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Debian 12 (arm) | PEND | SKIPPED | PASS | PASS |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Ubuntu 24.04 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Ubuntu 20.04 ARM SVE | SKIPPED | PASS | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
==== 20 line log output for Ubuntu 22.04 (ARM) (dpdk_unit_test): ====
[990/3093] Compiling C object 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_af_xdp@sta -Idrivers -I../drivers -Idrivers/net/af_xdp -I../drivers/net/af_xdp -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/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/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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-declara
tions -Wmissing-prototypes -Wnested-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=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_NET_AF_XDP_SHARED_UMEM -DETH_AF_XDP_UPDATE_XSKMAP -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.af_xdp -MD -MQ 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -MF 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o.d' -o 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -c ../drivers/net/af_xdp/rte_eth_af_xdp.c
../drivers/net/af_xdp/rte_eth_af_xdp.c: In function 'xdp_umem_configure':
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:43: error: storage size of 'range' isn't known
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:23: error: implicit declaration of function 'rte_mempool_get_mem_range'; did you mean 'rte_mempool_get_trailer'? [-Werror=implicit-function-declaration]
1170 | ret = rte_mempool_get_mem_range(mb_pool, &range);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| rte_mempool_get_trailer
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:23: error: nested extern declaration of 'rte_mempool_get_mem_range' [-Werror=nested-externs]
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:43: error: unused variable 'range' [-Werror=unused-variable]
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
cc1: all warnings being treated as errors
[991/3093] Generating rte_dma_dpaa2.sym_chk with a meson_exe.py custom command.
[992/3093] Generating rte_common_sfc_efx.sym_chk with a meson_exe.py custom command.
[993/3093] Compiling C object 'drivers/a715181@@tmp_rte_net_af_packet@sta/net_af_packet_rte_eth_af_packet.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====
32-bit Ubuntu 20.04.4 (ARM)
Kernel: 5.4.0-155-generic aarch64
Compiler: gcc 9.4
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.4.1
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 39 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
Fedora 40 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.1.1
Fedora 40 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
RHEL9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.4.1
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Ubuntu 22.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.4.0
Debian 12 (arm)
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Ubuntu 24.04 (ARM)
Kernel: 5.4.0-167-generic
Compiler: gcc 13.2.0
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-167-generic
Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 14:07 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 14:07 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#250951
Test environment and result as below:
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Environment | dpdk_unit_test | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest |
+=============================+================+==============+===========================+==============================+
| 32-bit Ubuntu 20.04.4 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| CentOS Stream 9 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Debian 11 (Buster) (ARM) | WARN | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 37 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 38 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 38 (ARM Clang) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 39 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 39 (ARM Clang) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 40 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 40 (ARM Clang) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| RHEL9 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Ubuntu 20.04 (ARM) | WARN | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Ubuntu 22.04 (ARM) | WARN | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Debian 12 (arm) | PEND | SKIPPED | PASS | PASS |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Ubuntu 24.04 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Ubuntu 20.04 ARM SVE | SKIPPED | PASS | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
==== 20 line log output for Ubuntu 22.04 (ARM) (dpdk_unit_test): ====
[990/3093] Compiling C object 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_af_xdp@sta -Idrivers -I../drivers -Idrivers/net/af_xdp -I../drivers/net/af_xdp -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/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/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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-declara
tions -Wmissing-prototypes -Wnested-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=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_NET_AF_XDP_SHARED_UMEM -DETH_AF_XDP_UPDATE_XSKMAP -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.af_xdp -MD -MQ 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -MF 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o.d' -o 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -c ../drivers/net/af_xdp/rte_eth_af_xdp.c
../drivers/net/af_xdp/rte_eth_af_xdp.c: In function 'xdp_umem_configure':
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:43: error: storage size of 'range' isn't known
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:23: error: implicit declaration of function 'rte_mempool_get_mem_range'; did you mean 'rte_mempool_get_trailer'? [-Werror=implicit-function-declaration]
1170 | ret = rte_mempool_get_mem_range(mb_pool, &range);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| rte_mempool_get_trailer
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:23: error: nested extern declaration of 'rte_mempool_get_mem_range' [-Werror=nested-externs]
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:43: error: unused variable 'range' [-Werror=unused-variable]
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
cc1: all warnings being treated as errors
[991/3093] Generating rte_dma_dpaa2.sym_chk with a meson_exe.py custom command.
[992/3093] Generating rte_common_sfc_efx.sym_chk with a meson_exe.py custom command.
[993/3093] Compiling C object 'drivers/a715181@@tmp_rte_net_af_packet@sta/net_af_packet_rte_eth_af_packet.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====
32-bit Ubuntu 20.04.4 (ARM)
Kernel: 5.4.0-155-generic aarch64
Compiler: gcc 9.4
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.4.1
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 39 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
Fedora 40 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.1.1
Fedora 40 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
RHEL9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.4.1
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Ubuntu 22.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.4.0
Debian 12 (arm)
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Ubuntu 24.04 (ARM)
Kernel: 5.4.0-167-generic
Compiler: gcc 13.2.0
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-167-generic
Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 14:06 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 14:06 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#250943
Test environment and result as below:
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Environment | dpdk_unit_test | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest |
+=============================+================+==============+===========================+==============================+
| 32-bit Ubuntu 20.04.4 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| CentOS Stream 9 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Debian 11 (Buster) (ARM) | WARN | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 37 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 38 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 38 (ARM Clang) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 39 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 39 (ARM Clang) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 40 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 40 (ARM Clang) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| RHEL9 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Ubuntu 20.04 (ARM) | WARN | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Ubuntu 22.04 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Debian 12 (arm) | PEND | SKIPPED | PASS | PASS |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Ubuntu 24.04 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Ubuntu 20.04 ARM SVE | SKIPPED | PASS | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
==== 20 line log output for Ubuntu 20.04 (ARM) (dpdk_unit_test): ====
[983/3090] Compiling C object 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_af_xdp@sta -Idrivers -I../drivers -Idrivers/net/af_xdp -I../drivers/net/af_xdp -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/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/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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-declara
tions -Wmissing-prototypes -Wnested-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 -D_GNU_SOURCE -fPIC -march=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_NET_AF_XDP_SHARED_UMEM -DETH_AF_XDP_UPDATE_XSKMAP -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.af_xdp -MD -MQ 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -MF 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o.d' -o 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -c ../drivers/net/af_xdp/rte_eth_af_xdp.c
../drivers/net/af_xdp/rte_eth_af_xdp.c: In function 'xdp_umem_configure':
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: storage size of 'range' isn't known
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: implicit declaration of function 'rte_mempool_get_mem_range'; did you mean 'rte_mempool_get_trailer'? [-Werror=implicit-function-declaration]
1170 | ret = rte_mempool_get_mem_range(mb_pool, &range);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| rte_mempool_get_trailer
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: nested extern declaration of 'rte_mempool_get_mem_range' [-Werror=nested-externs]
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: unused variable 'range' [-Werror=unused-variable]
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
cc1: all warnings being treated as errors
[984/3090] Compiling C object 'drivers/a715181@@tmp_rte_dma_dpaa2@sta/dma_dpaa2_dpaa2_qdma.c.o'.
[985/3090] Compiling C object 'drivers/a715181@@tmp_rte_net_af_packet@sta/net_af_packet_rte_eth_af_packet.c.o'.
[986/3090] Generating rte_common_sfc_efx.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
32-bit Ubuntu 20.04.4 (ARM)
Kernel: 5.4.0-155-generic aarch64
Compiler: gcc 9.4
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.4.1
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 39 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
Fedora 40 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.1.1
Fedora 40 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
RHEL9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.4.1
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Ubuntu 22.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.4.0
Debian 12 (arm)
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Ubuntu 24.04 (ARM)
Kernel: 5.4.0-167-generic
Compiler: gcc 13.2.0
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-167-generic
Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 14:03 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 14:03 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#250949
Test environment and result as below:
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Environment | dpdk_unit_test | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest |
+=============================+================+==============+===========================+==============================+
| 32-bit Ubuntu 20.04.4 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| CentOS Stream 9 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Debian 11 (Buster) (ARM) | WARN | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 37 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 38 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 38 (ARM Clang) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 39 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 39 (ARM Clang) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 40 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 40 (ARM Clang) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| RHEL9 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Ubuntu 20.04 (ARM) | WARN | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Ubuntu 22.04 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Debian 12 (arm) | PEND | SKIPPED | PASS | PASS |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Ubuntu 24.04 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Ubuntu 20.04 ARM SVE | SKIPPED | PASS | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
==== 20 line log output for Ubuntu 20.04 (ARM) (dpdk_unit_test): ====
[983/3090] Compiling C object 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_af_xdp@sta -Idrivers -I../drivers -Idrivers/net/af_xdp -I../drivers/net/af_xdp -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/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/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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-declara
tions -Wmissing-prototypes -Wnested-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 -D_GNU_SOURCE -fPIC -march=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_NET_AF_XDP_SHARED_UMEM -DETH_AF_XDP_UPDATE_XSKMAP -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.af_xdp -MD -MQ 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -MF 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o.d' -o 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -c ../drivers/net/af_xdp/rte_eth_af_xdp.c
../drivers/net/af_xdp/rte_eth_af_xdp.c: In function 'xdp_umem_configure':
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: storage size of 'range' isn't known
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: implicit declaration of function 'rte_mempool_get_mem_range'; did you mean 'rte_mempool_get_trailer'? [-Werror=implicit-function-declaration]
1170 | ret = rte_mempool_get_mem_range(mb_pool, &range);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| rte_mempool_get_trailer
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: nested extern declaration of 'rte_mempool_get_mem_range' [-Werror=nested-externs]
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: unused variable 'range' [-Werror=unused-variable]
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
cc1: all warnings being treated as errors
[984/3090] Compiling C object 'drivers/a715181@@tmp_rte_dma_dpaa2@sta/dma_dpaa2_dpaa2_qdma.c.o'.
[985/3090] Compiling C object 'drivers/a715181@@tmp_rte_net_af_packet@sta/net_af_packet_rte_eth_af_packet.c.o'.
[986/3090] Generating rte_common_sfc_efx.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
32-bit Ubuntu 20.04.4 (ARM)
Kernel: 5.4.0-155-generic aarch64
Compiler: gcc 9.4
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.4.1
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 39 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
Fedora 40 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.1.1
Fedora 40 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
RHEL9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.4.1
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Ubuntu 22.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.4.0
Debian 12 (arm)
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Ubuntu 24.04 (ARM)
Kernel: 5.4.0-167-generic
Compiler: gcc 13.2.0
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-167-generic
Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 13:59 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 13:59 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#250939
Test environment and result as below:
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Environment | dpdk_unit_test | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest |
+=============================+================+==============+===========================+==============================+
| 32-bit Ubuntu 20.04.4 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| CentOS Stream 9 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Debian 11 (Buster) (ARM) | WARN | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 37 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 38 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 38 (ARM Clang) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 39 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 39 (ARM Clang) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 40 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 40 (ARM Clang) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| RHEL9 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Ubuntu 20.04 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Ubuntu 22.04 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Debian 12 (arm) | PEND | SKIPPED | PASS | PASS |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Ubuntu 24.04 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Ubuntu 20.04 ARM SVE | SKIPPED | PASS | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
==== 20 line log output for Debian 11 (Buster) (ARM) (dpdk_unit_test): ====
[988/3092] Compiling C object 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_af_xdp@sta -Idrivers -I../drivers -Idrivers/net/af_xdp -I../drivers/net/af_xdp -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/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/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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-declara
tions -Wmissing-prototypes -Wnested-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=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_NET_AF_XDP_SHARED_UMEM -DETH_AF_XDP_UPDATE_XSKMAP -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.af_xdp -MD -MQ 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -MF 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o.d' -o 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -c ../drivers/net/af_xdp/rte_eth_af_xdp.c
../drivers/net/af_xdp/rte_eth_af_xdp.c: In function 'xdp_umem_configure':
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: storage size of 'range' isn't known
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: implicit declaration of function 'rte_mempool_get_mem_range'; did you mean 'rte_mempool_get_trailer'? [-Werror=implicit-function-declaration]
1170 | ret = rte_mempool_get_mem_range(mb_pool, &range);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| rte_mempool_get_trailer
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: nested extern declaration of 'rte_mempool_get_mem_range' [-Werror=nested-externs]
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: unused variable 'range' [-Werror=unused-variable]
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
cc1: all warnings being treated as errors
[989/3092] Compiling C object 'drivers/a715181@@tmp_rte_net_af_packet@sta/net_af_packet_rte_eth_af_packet.c.o'.
[990/3092] Generating rte_dma_dpaa2.sym_chk with a meson_exe.py custom command.
[991/3092] Generating rte_common_sfc_efx.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
32-bit Ubuntu 20.04.4 (ARM)
Kernel: 5.4.0-155-generic aarch64
Compiler: gcc 9.4
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.4.1
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 39 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
Fedora 40 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.1.1
Fedora 40 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
RHEL9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.4.1
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Ubuntu 22.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.4.0
Debian 12 (arm)
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Ubuntu 24.04 (ARM)
Kernel: 5.4.0-167-generic
Compiler: gcc 13.2.0
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-167-generic
Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 13:56 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 13:56 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#287007
Test environment and result as below:
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Environment | dpdk_meson_compile | dpdk_compile_ovs | dpdk_compile_spdk | dpdk_mingw64_compile | dpdk_msvc_compile |
+=====================+====================+==================+===================+======================+===================+
| CentOS Stream 9 | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Debian Bullseye | FAIL | WARN | WARN | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 37 | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Debian 12 | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 38 (Clang) | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 38 | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 39 | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 40 (Clang) | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 40 | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 39 (Clang) | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| openSUSE Leap 15 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| RHEL8 | FAIL | WARN | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| RHEL9 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 24.04 | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 20.04 | FAIL | WARN | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 22.04 | FAIL | WARN | WARN | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Alpine | PASS | PASS | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Windows Server 2022 | PASS | SKIPPED | SKIPPED | PASS | PASS |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Windows Server 2019 | PASS | SKIPPED | SKIPPED | PASS | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| FreeBSD 13.3 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| FreeBSD 14.1 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
==== 20 line log output for Ubuntu 22.04 (dpdk_compile_spdk): ====
--- Failed to get log output ---
==== End log output ====
CentOS Stream 9
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.1 20230605
Debian Bullseye
Kernel: 5.4.0-167-generic
Compiler: gcc 10.2.1-6
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Debian 12
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Fedora 38 (Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 40 (Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
Fedora 40
Kernel: Depends on container host
Compiler: gcc 14.1.1
Fedora 39 (Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
openSUSE Leap 15
Kernel: 5.4.0-167-generic
Compiler: gcc 7.5.0
RHEL8
Kernel: 5.4.0-167-generic
Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)
RHEL9
Kernel: Depends on container host
Compiler: gcc 11.4.1
Ubuntu 24.04
Kernel: 5.4.0-167-generic
Compiler: gcc 13.2.0
Ubuntu 20.04
Kernel: 5.4.0-167-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Ubuntu 22.04
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.0
Alpine
Kernel: 5.4.0-167-generic
Compiler: gcc (Alpine 13.2.1_git20231014) 13.2.1 20231014
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9
Windows Server 2019
Kernel: 10.0.17763
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
FreeBSD 13.3
Kernel: 13.3-RELEASE-p1
Compiler: clang 17.0.6
FreeBSD 14.1
Kernel: 14.1
Compiler: clang 18.1.5
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 13:51 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 13:51 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#287009
Test environment and result as below:
+------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+====================================+====================+
| RHEL9 (ARM) | PEND |
+------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS |
+------------------------------------+--------------------+
| Debian 12 with MUSDK | PASS |
+------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE | PASS |
+------------------------------------+--------------------+
| Fedora 38 (ARM Clang) | PEND |
+------------------------------------+--------------------+
| Fedora 37 (ARM) | PASS |
+------------------------------------+--------------------+
| Fedora 39 (ARM) | PEND |
+------------------------------------+--------------------+
| Fedora 39 (ARM Clang) | PEND |
+------------------------------------+--------------------+
| Fedora 38 (ARM) | PEND |
+------------------------------------+--------------------+
| Fedora 40 (ARM Clang) | PEND |
+------------------------------------+--------------------+
| Fedora 40 (ARM) | PEND |
+------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | FAIL |
+------------------------------------+--------------------+
| Ubuntu 22.04 (ARM) | FAIL |
+------------------------------------+--------------------+
| Ubuntu 24.04 (ARM) | PEND |
+------------------------------------+--------------------+
| CentOS Stream 9 (ARM) | PASS |
+------------------------------------+--------------------+
| Debian 11 (Buster) (ARM) | FAIL |
+------------------------------------+--------------------+
| Debian 12 (arm) | PEND |
+------------------------------------+--------------------+
==== 20 line log output for Debian 11 (Buster) (ARM) (dpdk_meson_compile): ====
[1013/3118] Linking static target drivers/librte_net_af_packet.a.
[1014/3118] Compiling C object 'drivers/a715181@@rte_net_af_packet@sha/meson-generated_.._rte_net_af_packet.pmd.c.o'.
[1015/3118] Linking target drivers/librte_net_af_packet.so.24.0.
[1016/3118] Compiling C object 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_af_xdp@sta -Idrivers -I../drivers -Idrivers/net/af_xdp -I../drivers/net/af_xdp -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/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/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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-declara
tions -Wmissing-prototypes -Wnested-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=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_NET_AF_XDP_SHARED_UMEM -DETH_AF_XDP_UPDATE_XSKMAP -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.af_xdp -MD -MQ 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -MF 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o.d' -o 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -c ../drivers/net/af_xdp/rte_eth_af_xdp.c
../drivers/net/af_xdp/rte_eth_af_xdp.c: In function 'xdp_umem_configure':
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: storage size of 'range' isn't known
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: implicit declaration of function 'rte_mempool_get_mem_range'; did you mean 'rte_mempool_get_trailer'? [-Werror=implicit-function-declaration]
1170 | ret = rte_mempool_get_mem_range(mb_pool, &range);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| rte_mempool_get_trailer
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: nested extern declaration of 'rte_mempool_get_mem_range' [-Werror=nested-externs]
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: unused variable 'range' [-Werror=unused-variable]
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
RHEL9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.4.1
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: 5.4.0-167-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Debian 12 with MUSDK
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-167-generic
Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Fedora 39 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 40 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
Fedora 40 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.1.1
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Ubuntu 22.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.4.0
Ubuntu 24.04 (ARM)
Kernel: 5.4.0-167-generic
Compiler: gcc 13.2.0
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.4.1
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Debian 12 (arm)
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 13:50 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 13:50 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#250937
Test environment and result as below:
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Environment | dpdk_unit_test | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest |
+=============================+================+==============+===========================+==============================+
| 32-bit Ubuntu 20.04.4 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| CentOS Stream 9 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Debian 11 (Buster) (ARM) | WARN | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 37 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 38 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 38 (ARM Clang) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 39 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 39 (ARM Clang) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 40 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 40 (ARM Clang) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| RHEL9 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Ubuntu 20.04 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Ubuntu 22.04 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Debian 12 (arm) | PEND | SKIPPED | PASS | PASS |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Ubuntu 24.04 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Ubuntu 20.04 ARM SVE | SKIPPED | PASS | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
==== 20 line log output for Debian 11 (Buster) (ARM) (dpdk_unit_test): ====
[988/3092] Compiling C object 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_af_xdp@sta -Idrivers -I../drivers -Idrivers/net/af_xdp -I../drivers/net/af_xdp -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/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/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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-declara
tions -Wmissing-prototypes -Wnested-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=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_NET_AF_XDP_SHARED_UMEM -DETH_AF_XDP_UPDATE_XSKMAP -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.af_xdp -MD -MQ 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -MF 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o.d' -o 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -c ../drivers/net/af_xdp/rte_eth_af_xdp.c
../drivers/net/af_xdp/rte_eth_af_xdp.c: In function 'xdp_umem_configure':
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: storage size of 'range' isn't known
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: implicit declaration of function 'rte_mempool_get_mem_range'; did you mean 'rte_mempool_get_trailer'? [-Werror=implicit-function-declaration]
1170 | ret = rte_mempool_get_mem_range(mb_pool, &range);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| rte_mempool_get_trailer
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: nested extern declaration of 'rte_mempool_get_mem_range' [-Werror=nested-externs]
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: unused variable 'range' [-Werror=unused-variable]
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
cc1: all warnings being treated as errors
[989/3092] Compiling C object 'drivers/a715181@@tmp_rte_net_af_packet@sta/net_af_packet_rte_eth_af_packet.c.o'.
[990/3092] Generating rte_dma_dpaa2.sym_chk with a meson_exe.py custom command.
[991/3092] Generating rte_common_sfc_efx.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
32-bit Ubuntu 20.04.4 (ARM)
Kernel: 5.4.0-155-generic aarch64
Compiler: gcc 9.4
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.4.1
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 39 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
Fedora 40 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.1.1
Fedora 40 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
RHEL9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.4.1
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Ubuntu 22.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.4.0
Debian 12 (arm)
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Ubuntu 24.04 (ARM)
Kernel: 5.4.0-167-generic
Compiler: gcc 13.2.0
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-167-generic
Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 13:48 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 13:48 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#287006
Test environment and result as below:
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Environment | dpdk_meson_compile | dpdk_compile_ovs | dpdk_compile_spdk | dpdk_mingw64_compile | dpdk_msvc_compile |
+=====================+====================+==================+===================+======================+===================+
| CentOS Stream 9 | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Debian Bullseye | FAIL | WARN | WARN | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 37 | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Debian 12 | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 38 (Clang) | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 38 | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 39 | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 40 (Clang) | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 40 | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 39 (Clang) | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| openSUSE Leap 15 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| RHEL8 | FAIL | WARN | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| RHEL9 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 24.04 | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 20.04 | FAIL | WARN | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 22.04 | FAIL | WARN | WARN | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Alpine | PEND | PEND | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Windows Server 2022 | PASS | SKIPPED | SKIPPED | PASS | PASS |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Windows Server 2019 | PASS | SKIPPED | SKIPPED | PASS | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| FreeBSD 13.3 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| FreeBSD 14.1 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
==== 20 line log output for Ubuntu 22.04 (dpdk_compile_spdk): ====
--- Failed to get log output ---
==== End log output ====
CentOS Stream 9
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.1 20230605
Debian Bullseye
Kernel: 5.4.0-167-generic
Compiler: gcc 10.2.1-6
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Debian 12
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Fedora 38 (Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 40 (Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
Fedora 40
Kernel: Depends on container host
Compiler: gcc 14.1.1
Fedora 39 (Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
openSUSE Leap 15
Kernel: 5.4.0-167-generic
Compiler: gcc 7.5.0
RHEL8
Kernel: 5.4.0-167-generic
Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)
RHEL9
Kernel: Depends on container host
Compiler: gcc 11.4.1
Ubuntu 24.04
Kernel: 5.4.0-167-generic
Compiler: gcc 13.2.0
Ubuntu 20.04
Kernel: 5.4.0-167-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Ubuntu 22.04
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.0
Alpine
Kernel: 5.4.0-167-generic
Compiler: gcc (Alpine 13.2.1_git20231014) 13.2.1 20231014
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9
Windows Server 2019
Kernel: 10.0.17763
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
FreeBSD 13.3
Kernel: 13.3-RELEASE-p1
Compiler: clang 17.0.6
FreeBSD 14.1
Kernel: 14.1
Compiler: clang 18.1.5
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 13:45 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 13:45 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#250930
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS |
+---------------------+----------------+
| Windows Server 2022 | PASS |
+---------------------+----------------+
| CentOS Stream 9 | PASS |
+---------------------+----------------+
| Debian Bullseye | WARN |
+---------------------+----------------+
| Debian 12 | PASS |
+---------------------+----------------+
| Fedora 38 | PASS |
+---------------------+----------------+
| Fedora 38 (Clang) | PASS |
+---------------------+----------------+
| Fedora 39 | PASS |
+---------------------+----------------+
| Fedora 39 (Clang) | PASS |
+---------------------+----------------+
| Fedora 40 | PASS |
+---------------------+----------------+
| Fedora 40 (Clang) | PASS |
+---------------------+----------------+
| openSUSE Leap 15 | PASS |
+---------------------+----------------+
| RHEL8 | WARN |
+---------------------+----------------+
| RHEL9 | PEND |
+---------------------+----------------+
| Ubuntu 20.04 | WARN |
+---------------------+----------------+
| Ubuntu 22.04 | WARN |
+---------------------+----------------+
| Ubuntu 24.04 | PASS |
+---------------------+----------------+
| Fedora 37 | PASS |
+---------------------+----------------+
==== 20 line log output for Ubuntu 22.04 (dpdk_unit_test): ====
[1014/2786] Compiling C object 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_af_xdp@sta -Idrivers -I../drivers -Idrivers/net/af_xdp -I../drivers/net/af_xdp -Ilib/ethdev -I../lib/ethdev -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/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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-declara
tions -Wmissing-prototypes -Wnested-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 -DRTE_NET_AF_XDP_SHARED_UMEM -DETH_AF_XDP_UPDATE_XSKMAP -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.af_xdp -MD -MQ 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -MF 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o.d' -o 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -c ../drivers/net/af_xdp/rte_eth_af_xdp.c
../drivers/net/af_xdp/rte_eth_af_xdp.c: In function 'xdp_umem_configure':
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:43: error: storage size of 'range' isn't known
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:23: error: implicit declaration of function 'rte_mempool_get_mem_range'; did you mean 'rte_mempool_get_trailer'? [-Werror=implicit-function-declaration]
1170 | ret = rte_mempool_get_mem_range(mb_pool, &range);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| rte_mempool_get_trailer
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:23: error: nested extern declaration of 'rte_mempool_get_mem_range' [-Werror=nested-externs]
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:43: error: unused variable 'range' [-Werror=unused-variable]
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
cc1: all warnings being treated as errors
[1015/2786] Compiling C object 'drivers/a715181@@tmp_rte_net_af_packet@sta/net_af_packet_rte_eth_af_packet.c.o'.
[1016/2786] Generating rte_common_sfc_efx.sym_chk with a meson_exe.py custom command.
[1017/2786] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
Windows Server 2019
Kernel: 10.0.17763
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9
CentOS Stream 9
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.1 20230605
Debian Bullseye
Kernel: 5.4.0-167-generic
Compiler: gcc 10.2.1-6
Debian 12
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 38 (Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 39
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39 (Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
Fedora 40
Kernel: Depends on container host
Compiler: gcc 14.1.1
Fedora 40 (Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
openSUSE Leap 15
Kernel: 5.4.0-167-generic
Compiler: gcc 7.5.0
RHEL8
Kernel: 5.4.0-167-generic
Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)
RHEL9
Kernel: Depends on container host
Compiler: gcc 11.4.1
Ubuntu 20.04
Kernel: 5.4.0-167-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Ubuntu 22.04
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.0
Ubuntu 24.04
Kernel: 5.4.0-167-generic
Compiler: gcc 13.2.0
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 13:44 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 13:44 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#250933
Test environment and result as below:
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Environment | dpdk_unit_test | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest |
+=============================+================+==============+===========================+==============================+
| 32-bit Ubuntu 20.04.4 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| CentOS Stream 9 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Debian 11 (Buster) (ARM) | WARN | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 37 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 38 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 38 (ARM Clang) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 39 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 39 (ARM Clang) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 40 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 40 (ARM Clang) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| RHEL9 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Ubuntu 20.04 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Ubuntu 22.04 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Debian 12 (arm) | PEND | SKIPPED | PASS | PASS |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Ubuntu 24.04 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Ubuntu 20.04 ARM SVE | SKIPPED | PASS | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
==== 20 line log output for Debian 11 (Buster) (ARM) (dpdk_unit_test): ====
[988/3092] Compiling C object 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_af_xdp@sta -Idrivers -I../drivers -Idrivers/net/af_xdp -I../drivers/net/af_xdp -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/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/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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-declara
tions -Wmissing-prototypes -Wnested-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=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_NET_AF_XDP_SHARED_UMEM -DETH_AF_XDP_UPDATE_XSKMAP -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.af_xdp -MD -MQ 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -MF 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o.d' -o 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -c ../drivers/net/af_xdp/rte_eth_af_xdp.c
../drivers/net/af_xdp/rte_eth_af_xdp.c: In function 'xdp_umem_configure':
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: storage size of 'range' isn't known
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: implicit declaration of function 'rte_mempool_get_mem_range'; did you mean 'rte_mempool_get_trailer'? [-Werror=implicit-function-declaration]
1170 | ret = rte_mempool_get_mem_range(mb_pool, &range);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| rte_mempool_get_trailer
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: nested extern declaration of 'rte_mempool_get_mem_range' [-Werror=nested-externs]
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: unused variable 'range' [-Werror=unused-variable]
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
cc1: all warnings being treated as errors
[989/3092] Compiling C object 'drivers/a715181@@tmp_rte_net_af_packet@sta/net_af_packet_rte_eth_af_packet.c.o'.
[990/3092] Generating rte_dma_dpaa2.sym_chk with a meson_exe.py custom command.
[991/3092] Generating rte_common_sfc_efx.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
32-bit Ubuntu 20.04.4 (ARM)
Kernel: 5.4.0-155-generic aarch64
Compiler: gcc 9.4
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.4.1
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 39 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
Fedora 40 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.1.1
Fedora 40 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
RHEL9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.4.1
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Ubuntu 22.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.4.0
Debian 12 (arm)
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Ubuntu 24.04 (ARM)
Kernel: 5.4.0-167-generic
Compiler: gcc 13.2.0
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-167-generic
Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 13:42 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 13:42 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#286994
Test environment and result as below:
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Environment | dpdk_meson_compile | dpdk_compile_ovs | dpdk_compile_spdk | dpdk_mingw64_compile | dpdk_msvc_compile |
+=====================+====================+==================+===================+======================+===================+
| CentOS Stream 9 | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Debian Bullseye | FAIL | WARN | WARN | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 37 | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Debian 12 | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 38 (Clang) | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 38 | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 39 | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 40 (Clang) | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 40 | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 39 (Clang) | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| openSUSE Leap 15 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| RHEL8 | FAIL | WARN | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| RHEL9 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 24.04 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 20.04 | FAIL | WARN | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 22.04 | FAIL | WARN | WARN | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Alpine | PEND | PEND | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Windows Server 2022 | PASS | SKIPPED | SKIPPED | PASS | PASS |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Windows Server 2019 | PASS | SKIPPED | SKIPPED | PASS | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| FreeBSD 13.3 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| FreeBSD 14.1 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
==== 20 line log output for Ubuntu 22.04 (dpdk_compile_spdk): ====
--- Failed to get log output ---
==== End log output ====
CentOS Stream 9
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.1 20230605
Debian Bullseye
Kernel: 5.4.0-167-generic
Compiler: gcc 10.2.1-6
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Debian 12
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Fedora 38 (Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 40 (Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
Fedora 40
Kernel: Depends on container host
Compiler: gcc 14.1.1
Fedora 39 (Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
openSUSE Leap 15
Kernel: 5.4.0-167-generic
Compiler: gcc 7.5.0
RHEL8
Kernel: 5.4.0-167-generic
Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)
RHEL9
Kernel: Depends on container host
Compiler: gcc 11.4.1
Ubuntu 24.04
Kernel: 5.4.0-167-generic
Compiler: gcc 13.2.0
Ubuntu 20.04
Kernel: 5.4.0-167-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Ubuntu 22.04
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.0
Alpine
Kernel: 5.4.0-167-generic
Compiler: gcc (Alpine 13.2.1_git20231014) 13.2.1 20231014
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9
Windows Server 2019
Kernel: 10.0.17763
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
FreeBSD 13.3
Kernel: 13.3-RELEASE-p1
Compiler: clang 17.0.6
FreeBSD 14.1
Kernel: 14.1
Compiler: clang 18.1.5
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 13:41 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 13:41 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#250942
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS |
+---------------------+----------------+
| Windows Server 2022 | PASS |
+---------------------+----------------+
| CentOS Stream 9 | PASS |
+---------------------+----------------+
| Debian Bullseye | WARN |
+---------------------+----------------+
| Debian 12 | PASS |
+---------------------+----------------+
| Fedora 38 | PASS |
+---------------------+----------------+
| Fedora 38 (Clang) | PASS |
+---------------------+----------------+
| Fedora 39 | PASS |
+---------------------+----------------+
| Fedora 39 (Clang) | PASS |
+---------------------+----------------+
| Fedora 40 | PASS |
+---------------------+----------------+
| Fedora 40 (Clang) | PASS |
+---------------------+----------------+
| openSUSE Leap 15 | PASS |
+---------------------+----------------+
| RHEL8 | WARN |
+---------------------+----------------+
| RHEL9 | PEND |
+---------------------+----------------+
| Ubuntu 20.04 | WARN |
+---------------------+----------------+
| Ubuntu 22.04 | WARN |
+---------------------+----------------+
| Ubuntu 24.04 | PEND |
+---------------------+----------------+
| Fedora 37 | PEND |
+---------------------+----------------+
==== 20 line log output for Ubuntu 22.04 (dpdk_unit_test): ====
[1014/2786] Compiling C object 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_af_xdp@sta -Idrivers -I../drivers -Idrivers/net/af_xdp -I../drivers/net/af_xdp -Ilib/ethdev -I../lib/ethdev -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/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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-declara
tions -Wmissing-prototypes -Wnested-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 -DRTE_NET_AF_XDP_SHARED_UMEM -DETH_AF_XDP_UPDATE_XSKMAP -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.af_xdp -MD -MQ 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -MF 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o.d' -o 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -c ../drivers/net/af_xdp/rte_eth_af_xdp.c
../drivers/net/af_xdp/rte_eth_af_xdp.c: In function 'xdp_umem_configure':
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:43: error: storage size of 'range' isn't known
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:23: error: implicit declaration of function 'rte_mempool_get_mem_range'; did you mean 'rte_mempool_get_trailer'? [-Werror=implicit-function-declaration]
1170 | ret = rte_mempool_get_mem_range(mb_pool, &range);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| rte_mempool_get_trailer
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:23: error: nested extern declaration of 'rte_mempool_get_mem_range' [-Werror=nested-externs]
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:43: error: unused variable 'range' [-Werror=unused-variable]
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
cc1: all warnings being treated as errors
[1015/2786] Compiling C object 'drivers/a715181@@tmp_rte_net_af_packet@sta/net_af_packet_rte_eth_af_packet.c.o'.
[1016/2786] Generating rte_common_sfc_efx.sym_chk with a meson_exe.py custom command.
[1017/2786] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
Windows Server 2019
Kernel: 10.0.17763
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9
CentOS Stream 9
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.1 20230605
Debian Bullseye
Kernel: 5.4.0-167-generic
Compiler: gcc 10.2.1-6
Debian 12
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 38 (Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 39
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39 (Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
Fedora 40
Kernel: Depends on container host
Compiler: gcc 14.1.1
Fedora 40 (Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
openSUSE Leap 15
Kernel: 5.4.0-167-generic
Compiler: gcc 7.5.0
RHEL8
Kernel: 5.4.0-167-generic
Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)
RHEL9
Kernel: Depends on container host
Compiler: gcc 11.4.1
Ubuntu 20.04
Kernel: 5.4.0-167-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Ubuntu 22.04
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.0
Ubuntu 24.04
Kernel: 5.4.0-167-generic
Compiler: gcc 13.2.0
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 13:40 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 13:40 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#286991
Test environment and result as below:
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Environment | dpdk_meson_compile | dpdk_compile_ovs | dpdk_compile_spdk | dpdk_mingw64_compile | dpdk_msvc_compile |
+=====================+====================+==================+===================+======================+===================+
| CentOS Stream 9 | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Debian Bullseye | FAIL | WARN | WARN | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 37 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Debian 12 | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 38 (Clang) | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 38 | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 39 | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 40 (Clang) | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 40 | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 39 (Clang) | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| openSUSE Leap 15 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| RHEL8 | FAIL | WARN | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| RHEL9 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 24.04 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 20.04 | FAIL | WARN | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 22.04 | FAIL | WARN | WARN | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Alpine | PEND | PEND | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Windows Server 2022 | PASS | SKIPPED | SKIPPED | PASS | PASS |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Windows Server 2019 | PASS | SKIPPED | SKIPPED | PASS | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| FreeBSD 13.3 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| FreeBSD 14.1 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
==== 20 line log output for Ubuntu 22.04 (dpdk_compile_spdk): ====
--- Failed to get log output ---
==== End log output ====
CentOS Stream 9
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.1 20230605
Debian Bullseye
Kernel: 5.4.0-167-generic
Compiler: gcc 10.2.1-6
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Debian 12
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Fedora 38 (Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 40 (Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
Fedora 40
Kernel: Depends on container host
Compiler: gcc 14.1.1
Fedora 39 (Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
openSUSE Leap 15
Kernel: 5.4.0-167-generic
Compiler: gcc 7.5.0
RHEL8
Kernel: 5.4.0-167-generic
Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)
RHEL9
Kernel: Depends on container host
Compiler: gcc 11.4.1
Ubuntu 24.04
Kernel: 5.4.0-167-generic
Compiler: gcc 13.2.0
Ubuntu 20.04
Kernel: 5.4.0-167-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Ubuntu 22.04
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.0
Alpine
Kernel: 5.4.0-167-generic
Compiler: gcc (Alpine 13.2.1_git20231014) 13.2.1 20231014
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9
Windows Server 2019
Kernel: 10.0.17763
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
FreeBSD 13.3
Kernel: 13.3-RELEASE-p1
Compiler: clang 17.0.6
FreeBSD 14.1
Kernel: 14.1
Compiler: clang 18.1.5
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 13:40 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 13:40 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#250948
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS |
+---------------------+----------------+
| Windows Server 2022 | PASS |
+---------------------+----------------+
| CentOS Stream 9 | PASS |
+---------------------+----------------+
| Debian Bullseye | WARN |
+---------------------+----------------+
| Debian 12 | PASS |
+---------------------+----------------+
| Fedora 38 | PASS |
+---------------------+----------------+
| Fedora 38 (Clang) | PASS |
+---------------------+----------------+
| Fedora 39 | PASS |
+---------------------+----------------+
| Fedora 39 (Clang) | PASS |
+---------------------+----------------+
| Fedora 40 | PASS |
+---------------------+----------------+
| Fedora 40 (Clang) | PEND |
+---------------------+----------------+
| openSUSE Leap 15 | PASS |
+---------------------+----------------+
| RHEL8 | WARN |
+---------------------+----------------+
| RHEL9 | PEND |
+---------------------+----------------+
| Ubuntu 20.04 | WARN |
+---------------------+----------------+
| Ubuntu 22.04 | PEND |
+---------------------+----------------+
| Ubuntu 24.04 | PEND |
+---------------------+----------------+
| Fedora 37 | PEND |
+---------------------+----------------+
==== 20 line log output for Ubuntu 20.04 (dpdk_unit_test): ====
[1021/2785] Compiling C object 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_af_xdp@sta -Idrivers -I../drivers -Idrivers/net/af_xdp -I../drivers/net/af_xdp -Ilib/ethdev -I../lib/ethdev -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/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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-declara
tions -Wmissing-prototypes -Wnested-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 -D_GNU_SOURCE -fPIC -march=native -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_NET_AF_XDP_SHARED_UMEM -DETH_AF_XDP_UPDATE_XSKMAP -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.af_xdp -MD -MQ 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -MF 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o.d' -o 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -c ../drivers/net/af_xdp/rte_eth_af_xdp.c
../drivers/net/af_xdp/rte_eth_af_xdp.c: In function 'xdp_umem_configure':
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: storage size of 'range' isn't known
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: implicit declaration of function 'rte_mempool_get_mem_range'; did you mean 'rte_mempool_get_trailer'? [-Werror=implicit-function-declaration]
1170 | ret = rte_mempool_get_mem_range(mb_pool, &range);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| rte_mempool_get_trailer
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: nested extern declaration of 'rte_mempool_get_mem_range' [-Werror=nested-externs]
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: unused variable 'range' [-Werror=unused-variable]
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
cc1: all warnings being treated as errors
[1022/2785] Compiling C object 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_ethdev.c.o'.
[1023/2785] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
[1024/2785] Generating rte_common_sfc_efx.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
Windows Server 2019
Kernel: 10.0.17763
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9
CentOS Stream 9
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.1 20230605
Debian Bullseye
Kernel: 5.4.0-167-generic
Compiler: gcc 10.2.1-6
Debian 12
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 38 (Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 39
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39 (Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
Fedora 40
Kernel: Depends on container host
Compiler: gcc 14.1.1
Fedora 40 (Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
openSUSE Leap 15
Kernel: 5.4.0-167-generic
Compiler: gcc 7.5.0
RHEL8
Kernel: 5.4.0-167-generic
Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)
RHEL9
Kernel: Depends on container host
Compiler: gcc 11.4.1
Ubuntu 20.04
Kernel: 5.4.0-167-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Ubuntu 22.04
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.0
Ubuntu 24.04
Kernel: 5.4.0-167-generic
Compiler: gcc 13.2.0
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 13:38 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 13:38 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#250944
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS |
+---------------------+----------------+
| Windows Server 2022 | PASS |
+---------------------+----------------+
| CentOS Stream 9 | PASS |
+---------------------+----------------+
| Debian Bullseye | WARN |
+---------------------+----------------+
| Debian 12 | PASS |
+---------------------+----------------+
| Fedora 38 | PASS |
+---------------------+----------------+
| Fedora 38 (Clang) | PASS |
+---------------------+----------------+
| Fedora 39 | PASS |
+---------------------+----------------+
| Fedora 39 (Clang) | PASS |
+---------------------+----------------+
| Fedora 40 | PASS |
+---------------------+----------------+
| Fedora 40 (Clang) | PEND |
+---------------------+----------------+
| openSUSE Leap 15 | PASS |
+---------------------+----------------+
| RHEL8 | WARN |
+---------------------+----------------+
| RHEL9 | PEND |
+---------------------+----------------+
| Ubuntu 20.04 | PEND |
+---------------------+----------------+
| Ubuntu 22.04 | PEND |
+---------------------+----------------+
| Ubuntu 24.04 | PEND |
+---------------------+----------------+
| Fedora 37 | PEND |
+---------------------+----------------+
==== 20 line log output for RHEL8 (dpdk_unit_test): ====
[1032/2797] Compiling C object 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_af_xdp@sta -Idrivers -I../drivers -Idrivers/net/af_xdp -I../drivers/net/af_xdp -Ilib/ethdev -I../lib/ethdev -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/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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-declara
tions -Wmissing-prototypes -Wnested-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 -DRTE_NET_AF_XDP_SHARED_UMEM -DETH_AF_XDP_UPDATE_XSKMAP -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.af_xdp -MD -MQ 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -MF 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o.d' -o 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -c ../drivers/net/af_xdp/rte_eth_af_xdp.c
../drivers/net/af_xdp/rte_eth_af_xdp.c: In function 'xdp_umem_configure':
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: storage size of 'range' isn't known
struct rte_mempool_mem_range_info range;
^~~~~
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: implicit declaration of function 'rte_mempool_get_mem_range'; did you mean 'rte_mempool_get_trailer'? [-Werror=implicit-function-declaration]
ret = rte_mempool_get_mem_range(mb_pool, &range);
^~~~~~~~~~~~~~~~~~~~~~~~~
rte_mempool_get_trailer
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: nested extern declaration of 'rte_mempool_get_mem_range' [-Werror=nested-externs]
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: unused variable 'range' [-Werror=unused-variable]
struct rte_mempool_mem_range_info range;
^~~~~
cc1: all warnings being treated as errors
[1033/2797] Compiling C object 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_ethdev_rx.c.o'.
[1034/2797] Generating rte_common_sfc_efx.sym_chk with a meson_exe.py custom command.
[1035/2797] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
Windows Server 2019
Kernel: 10.0.17763
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9
CentOS Stream 9
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.1 20230605
Debian Bullseye
Kernel: 5.4.0-167-generic
Compiler: gcc 10.2.1-6
Debian 12
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 38 (Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 39
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39 (Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
Fedora 40
Kernel: Depends on container host
Compiler: gcc 14.1.1
Fedora 40 (Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
openSUSE Leap 15
Kernel: 5.4.0-167-generic
Compiler: gcc 7.5.0
RHEL8
Kernel: 5.4.0-167-generic
Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)
RHEL9
Kernel: Depends on container host
Compiler: gcc 11.4.1
Ubuntu 20.04
Kernel: 5.4.0-167-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Ubuntu 22.04
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.0
Ubuntu 24.04
Kernel: 5.4.0-167-generic
Compiler: gcc 13.2.0
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 13:36 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 13:36 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#287023
Test environment and result as below:
+------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+====================================+====================+
| RHEL9 (ARM) | PEND |
+------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PEND |
+------------------------------------+--------------------+
| Debian 12 with MUSDK | PASS |
+------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE | PASS |
+------------------------------------+--------------------+
| Fedora 38 (ARM Clang) | PEND |
+------------------------------------+--------------------+
| Fedora 37 (ARM) | PASS |
+------------------------------------+--------------------+
| Fedora 39 (ARM) | PEND |
+------------------------------------+--------------------+
| Fedora 39 (ARM Clang) | PEND |
+------------------------------------+--------------------+
| Fedora 38 (ARM) | PEND |
+------------------------------------+--------------------+
| Fedora 40 (ARM Clang) | PEND |
+------------------------------------+--------------------+
| Fedora 40 (ARM) | PEND |
+------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | FAIL |
+------------------------------------+--------------------+
| Ubuntu 22.04 (ARM) | FAIL |
+------------------------------------+--------------------+
| Ubuntu 24.04 (ARM) | PEND |
+------------------------------------+--------------------+
| CentOS Stream 9 (ARM) | PASS |
+------------------------------------+--------------------+
| Debian 11 (Buster) (ARM) | FAIL |
+------------------------------------+--------------------+
| Debian 12 (arm) | PEND |
+------------------------------------+--------------------+
==== 20 line log output for Debian 11 (Buster) (ARM) (dpdk_meson_compile): ====
[1013/3118] Linking static target drivers/librte_net_af_packet.a.
[1014/3118] Compiling C object 'drivers/a715181@@rte_net_af_packet@sha/meson-generated_.._rte_net_af_packet.pmd.c.o'.
[1015/3118] Linking target drivers/librte_net_af_packet.so.24.0.
[1016/3118] Compiling C object 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_af_xdp@sta -Idrivers -I../drivers -Idrivers/net/af_xdp -I../drivers/net/af_xdp -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/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/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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-declara
tions -Wmissing-prototypes -Wnested-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=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_NET_AF_XDP_SHARED_UMEM -DETH_AF_XDP_UPDATE_XSKMAP -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.af_xdp -MD -MQ 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -MF 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o.d' -o 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -c ../drivers/net/af_xdp/rte_eth_af_xdp.c
../drivers/net/af_xdp/rte_eth_af_xdp.c: In function 'xdp_umem_configure':
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: storage size of 'range' isn't known
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: implicit declaration of function 'rte_mempool_get_mem_range'; did you mean 'rte_mempool_get_trailer'? [-Werror=implicit-function-declaration]
1170 | ret = rte_mempool_get_mem_range(mb_pool, &range);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| rte_mempool_get_trailer
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: nested extern declaration of 'rte_mempool_get_mem_range' [-Werror=nested-externs]
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: unused variable 'range' [-Werror=unused-variable]
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
RHEL9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.4.1
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: 5.4.0-167-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Debian 12 with MUSDK
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-167-generic
Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Fedora 39 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 40 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
Fedora 40 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.1.1
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Ubuntu 22.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.4.0
Ubuntu 24.04 (ARM)
Kernel: 5.4.0-167-generic
Compiler: gcc 13.2.0
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.4.1
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Debian 12 (arm)
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 13:35 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 13:35 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#250945
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS |
+---------------------+----------------+
| Windows Server 2022 | PASS |
+---------------------+----------------+
| CentOS Stream 9 | PASS |
+---------------------+----------------+
| Debian Bullseye | WARN |
+---------------------+----------------+
| Debian 12 | PASS |
+---------------------+----------------+
| Fedora 38 | PASS |
+---------------------+----------------+
| Fedora 38 (Clang) | PASS |
+---------------------+----------------+
| Fedora 39 | PASS |
+---------------------+----------------+
| Fedora 39 (Clang) | PASS |
+---------------------+----------------+
| Fedora 40 | PASS |
+---------------------+----------------+
| Fedora 40 (Clang) | PEND |
+---------------------+----------------+
| openSUSE Leap 15 | PEND |
+---------------------+----------------+
| RHEL8 | WARN |
+---------------------+----------------+
| RHEL9 | PEND |
+---------------------+----------------+
| Ubuntu 20.04 | PEND |
+---------------------+----------------+
| Ubuntu 22.04 | PEND |
+---------------------+----------------+
| Ubuntu 24.04 | PEND |
+---------------------+----------------+
| Fedora 37 | PEND |
+---------------------+----------------+
==== 20 line log output for RHEL8 (dpdk_unit_test): ====
[1032/2797] Compiling C object 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_af_xdp@sta -Idrivers -I../drivers -Idrivers/net/af_xdp -I../drivers/net/af_xdp -Ilib/ethdev -I../lib/ethdev -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/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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-declara
tions -Wmissing-prototypes -Wnested-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 -DRTE_NET_AF_XDP_SHARED_UMEM -DETH_AF_XDP_UPDATE_XSKMAP -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.af_xdp -MD -MQ 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -MF 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o.d' -o 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -c ../drivers/net/af_xdp/rte_eth_af_xdp.c
../drivers/net/af_xdp/rte_eth_af_xdp.c: In function 'xdp_umem_configure':
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: storage size of 'range' isn't known
struct rte_mempool_mem_range_info range;
^~~~~
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: implicit declaration of function 'rte_mempool_get_mem_range'; did you mean 'rte_mempool_get_trailer'? [-Werror=implicit-function-declaration]
ret = rte_mempool_get_mem_range(mb_pool, &range);
^~~~~~~~~~~~~~~~~~~~~~~~~
rte_mempool_get_trailer
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: nested extern declaration of 'rte_mempool_get_mem_range' [-Werror=nested-externs]
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: unused variable 'range' [-Werror=unused-variable]
struct rte_mempool_mem_range_info range;
^~~~~
cc1: all warnings being treated as errors
[1033/2797] Compiling C object 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_ethdev_rx.c.o'.
[1034/2797] Generating rte_common_sfc_efx.sym_chk with a meson_exe.py custom command.
[1035/2797] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
Windows Server 2019
Kernel: 10.0.17763
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9
CentOS Stream 9
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.1 20230605
Debian Bullseye
Kernel: 5.4.0-167-generic
Compiler: gcc 10.2.1-6
Debian 12
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 38 (Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 39
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39 (Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
Fedora 40
Kernel: Depends on container host
Compiler: gcc 14.1.1
Fedora 40 (Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
openSUSE Leap 15
Kernel: 5.4.0-167-generic
Compiler: gcc 7.5.0
RHEL8
Kernel: 5.4.0-167-generic
Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)
RHEL9
Kernel: Depends on container host
Compiler: gcc 11.4.1
Ubuntu 20.04
Kernel: 5.4.0-167-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Ubuntu 22.04
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.0
Ubuntu 24.04
Kernel: 5.4.0-167-generic
Compiler: gcc 13.2.0
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 13:35 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 13:35 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Aarch32-Unit-Test#2956
Test environment and result as below:
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Environment | dpdk_unit_test | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest |
+=============================+================+==============+===========================+==============================+
| 32-bit Ubuntu 20.04.4 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| CentOS Stream 9 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Debian 11 (Buster) (ARM) | WARN | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 37 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 38 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 38 (ARM Clang) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 39 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 39 (ARM Clang) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 40 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 40 (ARM Clang) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| RHEL9 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Ubuntu 20.04 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Ubuntu 22.04 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Debian 12 (arm) | PEND | SKIPPED | PASS | PASS |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Ubuntu 24.04 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Ubuntu 20.04 ARM SVE | SKIPPED | PASS | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
==== 20 line log output for Debian 11 (Buster) (ARM) (dpdk_unit_test): ====
[988/3092] Compiling C object 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_af_xdp@sta -Idrivers -I../drivers -Idrivers/net/af_xdp -I../drivers/net/af_xdp -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/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/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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-declara
tions -Wmissing-prototypes -Wnested-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=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_NET_AF_XDP_SHARED_UMEM -DETH_AF_XDP_UPDATE_XSKMAP -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.af_xdp -MD -MQ 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -MF 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o.d' -o 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -c ../drivers/net/af_xdp/rte_eth_af_xdp.c
../drivers/net/af_xdp/rte_eth_af_xdp.c: In function 'xdp_umem_configure':
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: storage size of 'range' isn't known
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: implicit declaration of function 'rte_mempool_get_mem_range'; did you mean 'rte_mempool_get_trailer'? [-Werror=implicit-function-declaration]
1170 | ret = rte_mempool_get_mem_range(mb_pool, &range);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| rte_mempool_get_trailer
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: nested extern declaration of 'rte_mempool_get_mem_range' [-Werror=nested-externs]
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: unused variable 'range' [-Werror=unused-variable]
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
cc1: all warnings being treated as errors
[989/3092] Compiling C object 'drivers/a715181@@tmp_rte_net_af_packet@sta/net_af_packet_rte_eth_af_packet.c.o'.
[990/3092] Generating rte_dma_dpaa2.sym_chk with a meson_exe.py custom command.
[991/3092] Generating rte_common_sfc_efx.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
32-bit Ubuntu 20.04.4 (ARM)
Kernel: 5.4.0-155-generic aarch64
Compiler: gcc 9.4
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.4.1
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 39 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
Fedora 40 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.1.1
Fedora 40 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
RHEL9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.4.1
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Ubuntu 22.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.4.0
Debian 12 (arm)
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Ubuntu 24.04 (ARM)
Kernel: 5.4.0-167-generic
Compiler: gcc 13.2.0
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-167-generic
Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 13:34 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 13:34 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#286997
Test environment and result as below:
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Environment | dpdk_meson_compile | dpdk_compile_ovs | dpdk_compile_spdk | dpdk_mingw64_compile | dpdk_msvc_compile |
+=====================+====================+==================+===================+======================+===================+
| CentOS Stream 9 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Debian Bullseye | FAIL | WARN | WARN | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 37 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Debian 12 | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 38 (Clang) | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 38 | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 39 | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 40 (Clang) | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 40 | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 39 (Clang) | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| openSUSE Leap 15 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| RHEL8 | FAIL | WARN | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| RHEL9 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 24.04 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 20.04 | FAIL | WARN | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 22.04 | FAIL | WARN | WARN | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Alpine | PEND | PEND | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Windows Server 2022 | PASS | SKIPPED | SKIPPED | PASS | PASS |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Windows Server 2019 | PASS | SKIPPED | SKIPPED | PASS | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| FreeBSD 13.3 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| FreeBSD 14.1 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
==== 20 line log output for Ubuntu 22.04 (dpdk_compile_spdk): ====
--- Failed to get log output ---
==== End log output ====
CentOS Stream 9
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.1 20230605
Debian Bullseye
Kernel: 5.4.0-167-generic
Compiler: gcc 10.2.1-6
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Debian 12
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Fedora 38 (Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 40 (Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
Fedora 40
Kernel: Depends on container host
Compiler: gcc 14.1.1
Fedora 39 (Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
openSUSE Leap 15
Kernel: 5.4.0-167-generic
Compiler: gcc 7.5.0
RHEL8
Kernel: 5.4.0-167-generic
Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)
RHEL9
Kernel: Depends on container host
Compiler: gcc 11.4.1
Ubuntu 24.04
Kernel: 5.4.0-167-generic
Compiler: gcc 13.2.0
Ubuntu 20.04
Kernel: 5.4.0-167-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Ubuntu 22.04
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.0
Alpine
Kernel: 5.4.0-167-generic
Compiler: gcc (Alpine 13.2.1_git20231014) 13.2.1 20231014
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9
Windows Server 2019
Kernel: 10.0.17763
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
FreeBSD 13.3
Kernel: 13.3-RELEASE-p1
Compiler: clang 17.0.6
FreeBSD 14.1
Kernel: 14.1
Compiler: clang 18.1.5
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 13:34 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 13:34 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#250938
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS |
+---------------------+----------------+
| Windows Server 2022 | PASS |
+---------------------+----------------+
| CentOS Stream 9 | PASS |
+---------------------+----------------+
| Debian Bullseye | WARN |
+---------------------+----------------+
| Debian 12 | PASS |
+---------------------+----------------+
| Fedora 38 | PASS |
+---------------------+----------------+
| Fedora 38 (Clang) | PASS |
+---------------------+----------------+
| Fedora 39 | PASS |
+---------------------+----------------+
| Fedora 39 (Clang) | PASS |
+---------------------+----------------+
| Fedora 40 | PASS |
+---------------------+----------------+
| Fedora 40 (Clang) | PEND |
+---------------------+----------------+
| openSUSE Leap 15 | PEND |
+---------------------+----------------+
| RHEL8 | PEND |
+---------------------+----------------+
| RHEL9 | PEND |
+---------------------+----------------+
| Ubuntu 20.04 | PEND |
+---------------------+----------------+
| Ubuntu 22.04 | PEND |
+---------------------+----------------+
| Ubuntu 24.04 | PEND |
+---------------------+----------------+
| Fedora 37 | PEND |
+---------------------+----------------+
==== 20 line log output for Debian Bullseye (dpdk_unit_test): ====
[1020/2785] Compiling C object 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_af_xdp@sta -Idrivers -I../drivers -Idrivers/net/af_xdp -I../drivers/net/af_xdp -Ilib/ethdev -I../lib/ethdev -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/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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-declara
tions -Wmissing-prototypes -Wnested-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 -DRTE_NET_AF_XDP_SHARED_UMEM -DETH_AF_XDP_UPDATE_XSKMAP -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.af_xdp -MD -MQ 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -MF 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o.d' -o 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -c ../drivers/net/af_xdp/rte_eth_af_xdp.c
../drivers/net/af_xdp/rte_eth_af_xdp.c: In function 'xdp_umem_configure':
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: storage size of 'range' isn't known
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: implicit declaration of function 'rte_mempool_get_mem_range'; did you mean 'rte_mempool_get_trailer'? [-Werror=implicit-function-declaration]
1170 | ret = rte_mempool_get_mem_range(mb_pool, &range);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| rte_mempool_get_trailer
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: nested extern declaration of 'rte_mempool_get_mem_range' [-Werror=nested-externs]
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: unused variable 'range' [-Werror=unused-variable]
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
cc1: all warnings being treated as errors
[1021/2785] Compiling C object 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_ddm.c.o'.
[1022/2785] Generating rte_common_sfc_efx.sym_chk with a meson_exe.py custom command.
[1023/2785] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
Windows Server 2019
Kernel: 10.0.17763
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9
CentOS Stream 9
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.1 20230605
Debian Bullseye
Kernel: 5.4.0-167-generic
Compiler: gcc 10.2.1-6
Debian 12
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 38 (Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 39
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39 (Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
Fedora 40
Kernel: Depends on container host
Compiler: gcc 14.1.1
Fedora 40 (Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
openSUSE Leap 15
Kernel: 5.4.0-167-generic
Compiler: gcc 7.5.0
RHEL8
Kernel: 5.4.0-167-generic
Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)
RHEL9
Kernel: Depends on container host
Compiler: gcc 11.4.1
Ubuntu 20.04
Kernel: 5.4.0-167-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Ubuntu 22.04
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.0
Ubuntu 24.04
Kernel: 5.4.0-167-generic
Compiler: gcc 13.2.0
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 13:33 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 13:33 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#287000
Test environment and result as below:
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Environment | dpdk_meson_compile | dpdk_compile_ovs | dpdk_compile_spdk | dpdk_mingw64_compile | dpdk_msvc_compile |
+=====================+====================+==================+===================+======================+===================+
| CentOS Stream 9 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Debian Bullseye | FAIL | WARN | WARN | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 37 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Debian 12 | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 38 (Clang) | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 38 | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 39 | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 40 (Clang) | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 40 | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 39 (Clang) | PASS | PASS | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| openSUSE Leap 15 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| RHEL8 | FAIL | WARN | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| RHEL9 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 24.04 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 20.04 | FAIL | WARN | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 22.04 | FAIL | WARN | WARN | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Alpine | PEND | PEND | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Windows Server 2022 | PASS | SKIPPED | SKIPPED | PASS | PASS |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Windows Server 2019 | PASS | SKIPPED | SKIPPED | PASS | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| FreeBSD 13.3 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| FreeBSD 14.1 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
==== 20 line log output for Ubuntu 22.04 (dpdk_compile_spdk): ====
--- Failed to get log output ---
==== End log output ====
CentOS Stream 9
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.1 20230605
Debian Bullseye
Kernel: 5.4.0-167-generic
Compiler: gcc 10.2.1-6
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Debian 12
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Fedora 38 (Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 40 (Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
Fedora 40
Kernel: Depends on container host
Compiler: gcc 14.1.1
Fedora 39 (Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
openSUSE Leap 15
Kernel: 5.4.0-167-generic
Compiler: gcc 7.5.0
RHEL8
Kernel: 5.4.0-167-generic
Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)
RHEL9
Kernel: Depends on container host
Compiler: gcc 11.4.1
Ubuntu 24.04
Kernel: 5.4.0-167-generic
Compiler: gcc 13.2.0
Ubuntu 20.04
Kernel: 5.4.0-167-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Ubuntu 22.04
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.0
Alpine
Kernel: 5.4.0-167-generic
Compiler: gcc (Alpine 13.2.1_git20231014) 13.2.1 20231014
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9
Windows Server 2019
Kernel: 10.0.17763
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
FreeBSD 13.3
Kernel: 13.3-RELEASE-p1
Compiler: clang 17.0.6
FreeBSD 14.1
Kernel: 14.1
Compiler: clang 18.1.5
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 13:33 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 13:33 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#250931
Test environment and result as below:
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Environment | dpdk_unit_test | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest |
+=============================+================+==============+===========================+==============================+
| 32-bit Ubuntu 20.04.4 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| CentOS Stream 9 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Debian 11 (Buster) (ARM) | WARN | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 37 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 38 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 38 (ARM Clang) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 39 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 39 (ARM Clang) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 40 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 40 (ARM Clang) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| RHEL9 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Ubuntu 20.04 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Ubuntu 22.04 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Debian 12 (arm) | PEND | SKIPPED | PASS | PASS |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Ubuntu 24.04 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Ubuntu 20.04 ARM SVE | SKIPPED | PASS | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
==== 20 line log output for Debian 11 (Buster) (ARM) (dpdk_unit_test): ====
[988/3092] Compiling C object 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_af_xdp@sta -Idrivers -I../drivers -Idrivers/net/af_xdp -I../drivers/net/af_xdp -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/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/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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-declara
tions -Wmissing-prototypes -Wnested-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=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_NET_AF_XDP_SHARED_UMEM -DETH_AF_XDP_UPDATE_XSKMAP -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.af_xdp -MD -MQ 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -MF 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o.d' -o 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -c ../drivers/net/af_xdp/rte_eth_af_xdp.c
../drivers/net/af_xdp/rte_eth_af_xdp.c: In function 'xdp_umem_configure':
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: storage size of 'range' isn't known
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: implicit declaration of function 'rte_mempool_get_mem_range'; did you mean 'rte_mempool_get_trailer'? [-Werror=implicit-function-declaration]
1170 | ret = rte_mempool_get_mem_range(mb_pool, &range);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| rte_mempool_get_trailer
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: nested extern declaration of 'rte_mempool_get_mem_range' [-Werror=nested-externs]
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: unused variable 'range' [-Werror=unused-variable]
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
cc1: all warnings being treated as errors
[989/3092] Compiling C object 'drivers/a715181@@tmp_rte_net_af_packet@sta/net_af_packet_rte_eth_af_packet.c.o'.
[990/3092] Generating rte_dma_dpaa2.sym_chk with a meson_exe.py custom command.
[991/3092] Generating rte_common_sfc_efx.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
32-bit Ubuntu 20.04.4 (ARM)
Kernel: 5.4.0-155-generic aarch64
Compiler: gcc 9.4
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.4.1
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 39 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
Fedora 40 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.1.1
Fedora 40 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
RHEL9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.4.1
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Ubuntu 22.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.4.0
Debian 12 (arm)
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Ubuntu 24.04 (ARM)
Kernel: 5.4.0-167-generic
Compiler: gcc 13.2.0
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-167-generic
Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 13:32 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 13:32 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#287022
Test environment and result as below:
+------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+====================================+====================+
| RHEL9 (ARM) | PEND |
+------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PEND |
+------------------------------------+--------------------+
| Debian 12 with MUSDK | PASS |
+------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE | PASS |
+------------------------------------+--------------------+
| Fedora 38 (ARM Clang) | PEND |
+------------------------------------+--------------------+
| Fedora 37 (ARM) | PASS |
+------------------------------------+--------------------+
| Fedora 39 (ARM) | PEND |
+------------------------------------+--------------------+
| Fedora 39 (ARM Clang) | PEND |
+------------------------------------+--------------------+
| Fedora 38 (ARM) | PEND |
+------------------------------------+--------------------+
| Fedora 40 (ARM Clang) | PEND |
+------------------------------------+--------------------+
| Fedora 40 (ARM) | PEND |
+------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | FAIL |
+------------------------------------+--------------------+
| Ubuntu 22.04 (ARM) | FAIL |
+------------------------------------+--------------------+
| Ubuntu 24.04 (ARM) | PEND |
+------------------------------------+--------------------+
| CentOS Stream 9 (ARM) | PASS |
+------------------------------------+--------------------+
| Debian 11 (Buster) (ARM) | PEND |
+------------------------------------+--------------------+
| Debian 12 (arm) | PEND |
+------------------------------------+--------------------+
==== 20 line log output for Ubuntu 22.04 (ARM) (dpdk_meson_compile): ====
[1014/3119] Linking static target drivers/librte_net_af_packet.a.
[1015/3119] Compiling C object 'drivers/a715181@@rte_net_af_packet@sha/meson-generated_.._rte_net_af_packet.pmd.c.o'.
[1016/3119] Linking target drivers/librte_net_af_packet.so.24.0.
[1017/3119] Compiling C object 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_af_xdp@sta -Idrivers -I../drivers -Idrivers/net/af_xdp -I../drivers/net/af_xdp -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/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/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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-declara
tions -Wmissing-prototypes -Wnested-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=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_NET_AF_XDP_SHARED_UMEM -DETH_AF_XDP_UPDATE_XSKMAP -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.af_xdp -MD -MQ 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -MF 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o.d' -o 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -c ../drivers/net/af_xdp/rte_eth_af_xdp.c
../drivers/net/af_xdp/rte_eth_af_xdp.c: In function 'xdp_umem_configure':
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:43: error: storage size of 'range' isn't known
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:23: error: implicit declaration of function 'rte_mempool_get_mem_range'; did you mean 'rte_mempool_get_trailer'? [-Werror=implicit-function-declaration]
1170 | ret = rte_mempool_get_mem_range(mb_pool, &range);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| rte_mempool_get_trailer
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:23: error: nested extern declaration of 'rte_mempool_get_mem_range' [-Werror=nested-externs]
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:43: error: unused variable 'range' [-Werror=unused-variable]
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
RHEL9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.4.1
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: 5.4.0-167-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Debian 12 with MUSDK
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-167-generic
Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Fedora 39 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 40 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
Fedora 40 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.1.1
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Ubuntu 22.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.4.0
Ubuntu 24.04 (ARM)
Kernel: 5.4.0-167-generic
Compiler: gcc 13.2.0
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.4.1
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Debian 12 (arm)
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 13:32 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 13:32 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#287020
Test environment and result as below:
+------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+====================================+====================+
| RHEL9 (ARM) | PEND |
+------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PEND |
+------------------------------------+--------------------+
| Debian 12 with MUSDK | PASS |
+------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE | PASS |
+------------------------------------+--------------------+
| Fedora 38 (ARM Clang) | PEND |
+------------------------------------+--------------------+
| Fedora 37 (ARM) | PASS |
+------------------------------------+--------------------+
| Fedora 39 (ARM) | PEND |
+------------------------------------+--------------------+
| Fedora 39 (ARM Clang) | PEND |
+------------------------------------+--------------------+
| Fedora 38 (ARM) | PEND |
+------------------------------------+--------------------+
| Fedora 40 (ARM Clang) | PEND |
+------------------------------------+--------------------+
| Fedora 40 (ARM) | PEND |
+------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | FAIL |
+------------------------------------+--------------------+
| Ubuntu 22.04 (ARM) | FAIL |
+------------------------------------+--------------------+
| Ubuntu 24.04 (ARM) | PEND |
+------------------------------------+--------------------+
| CentOS Stream 9 (ARM) | PASS |
+------------------------------------+--------------------+
| Debian 11 (Buster) (ARM) | PEND |
+------------------------------------+--------------------+
| Debian 12 (arm) | PEND |
+------------------------------------+--------------------+
==== 20 line log output for Ubuntu 22.04 (ARM) (dpdk_meson_compile): ====
[1014/3119] Linking static target drivers/librte_net_af_packet.a.
[1015/3119] Compiling C object 'drivers/a715181@@rte_net_af_packet@sha/meson-generated_.._rte_net_af_packet.pmd.c.o'.
[1016/3119] Linking target drivers/librte_net_af_packet.so.24.0.
[1017/3119] Compiling C object 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_af_xdp@sta -Idrivers -I../drivers -Idrivers/net/af_xdp -I../drivers/net/af_xdp -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/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/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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-declara
tions -Wmissing-prototypes -Wnested-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=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_NET_AF_XDP_SHARED_UMEM -DETH_AF_XDP_UPDATE_XSKMAP -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.af_xdp -MD -MQ 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -MF 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o.d' -o 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -c ../drivers/net/af_xdp/rte_eth_af_xdp.c
../drivers/net/af_xdp/rte_eth_af_xdp.c: In function 'xdp_umem_configure':
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:43: error: storage size of 'range' isn't known
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:23: error: implicit declaration of function 'rte_mempool_get_mem_range'; did you mean 'rte_mempool_get_trailer'? [-Werror=implicit-function-declaration]
1170 | ret = rte_mempool_get_mem_range(mb_pool, &range);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| rte_mempool_get_trailer
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:23: error: nested extern declaration of 'rte_mempool_get_mem_range' [-Werror=nested-externs]
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:43: error: unused variable 'range' [-Werror=unused-variable]
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
RHEL9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.4.1
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: 5.4.0-167-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Debian 12 with MUSDK
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-167-generic
Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Fedora 39 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 40 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
Fedora 40 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.1.1
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Ubuntu 22.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.4.0
Ubuntu 24.04 (ARM)
Kernel: 5.4.0-167-generic
Compiler: gcc 13.2.0
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.4.1
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Debian 12 (arm)
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 13:31 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 13:31 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#287012
Test environment and result as below:
+------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+====================================+====================+
| RHEL9 (ARM) | PEND |
+------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PEND |
+------------------------------------+--------------------+
| Debian 12 with MUSDK | PASS |
+------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE | PASS |
+------------------------------------+--------------------+
| Fedora 38 (ARM Clang) | PEND |
+------------------------------------+--------------------+
| Fedora 37 (ARM) | PASS |
+------------------------------------+--------------------+
| Fedora 39 (ARM) | PEND |
+------------------------------------+--------------------+
| Fedora 39 (ARM Clang) | PEND |
+------------------------------------+--------------------+
| Fedora 38 (ARM) | PEND |
+------------------------------------+--------------------+
| Fedora 40 (ARM Clang) | PEND |
+------------------------------------+--------------------+
| Fedora 40 (ARM) | PEND |
+------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | FAIL |
+------------------------------------+--------------------+
| Ubuntu 22.04 (ARM) | FAIL |
+------------------------------------+--------------------+
| Ubuntu 24.04 (ARM) | PEND |
+------------------------------------+--------------------+
| CentOS Stream 9 (ARM) | PASS |
+------------------------------------+--------------------+
| Debian 11 (Buster) (ARM) | PEND |
+------------------------------------+--------------------+
| Debian 12 (arm) | PEND |
+------------------------------------+--------------------+
==== 20 line log output for Ubuntu 22.04 (ARM) (dpdk_meson_compile): ====
[1014/3119] Linking static target drivers/librte_net_af_packet.a.
[1015/3119] Compiling C object 'drivers/a715181@@rte_net_af_packet@sha/meson-generated_.._rte_net_af_packet.pmd.c.o'.
[1016/3119] Linking target drivers/librte_net_af_packet.so.24.0.
[1017/3119] Compiling C object 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_af_xdp@sta -Idrivers -I../drivers -Idrivers/net/af_xdp -I../drivers/net/af_xdp -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/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/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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-declara
tions -Wmissing-prototypes -Wnested-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=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_NET_AF_XDP_SHARED_UMEM -DETH_AF_XDP_UPDATE_XSKMAP -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.af_xdp -MD -MQ 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -MF 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o.d' -o 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -c ../drivers/net/af_xdp/rte_eth_af_xdp.c
../drivers/net/af_xdp/rte_eth_af_xdp.c: In function 'xdp_umem_configure':
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:43: error: storage size of 'range' isn't known
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:23: error: implicit declaration of function 'rte_mempool_get_mem_range'; did you mean 'rte_mempool_get_trailer'? [-Werror=implicit-function-declaration]
1170 | ret = rte_mempool_get_mem_range(mb_pool, &range);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| rte_mempool_get_trailer
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:23: error: nested extern declaration of 'rte_mempool_get_mem_range' [-Werror=nested-externs]
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:43: error: unused variable 'range' [-Werror=unused-variable]
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
RHEL9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.4.1
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: 5.4.0-167-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Debian 12 with MUSDK
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-167-generic
Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Fedora 39 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 40 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
Fedora 40 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.1.1
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Ubuntu 22.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.4.0
Ubuntu 24.04 (ARM)
Kernel: 5.4.0-167-generic
Compiler: gcc 13.2.0
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.4.1
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Debian 12 (arm)
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 13:31 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 13:31 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#287003
Test environment and result as below:
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Environment | dpdk_meson_compile | dpdk_compile_ovs | dpdk_compile_spdk | dpdk_mingw64_compile | dpdk_msvc_compile |
+=====================+====================+==================+===================+======================+===================+
| CentOS Stream 9 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Debian Bullseye | FAIL | WARN | WARN | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 37 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Debian 12 | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 38 (Clang) | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 38 | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 39 | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 40 (Clang) | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 40 | PASS | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 39 (Clang) | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| openSUSE Leap 15 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| RHEL8 | FAIL | WARN | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| RHEL9 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 24.04 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 20.04 | FAIL | WARN | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 22.04 | FAIL | WARN | WARN | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Alpine | PEND | PEND | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Windows Server 2022 | PASS | SKIPPED | SKIPPED | PASS | PASS |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Windows Server 2019 | PASS | SKIPPED | SKIPPED | PASS | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| FreeBSD 13.3 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| FreeBSD 14.1 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
==== 20 line log output for Ubuntu 22.04 (dpdk_compile_spdk): ====
--- Failed to get log output ---
==== End log output ====
CentOS Stream 9
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.1 20230605
Debian Bullseye
Kernel: 5.4.0-167-generic
Compiler: gcc 10.2.1-6
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Debian 12
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Fedora 38 (Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 40 (Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
Fedora 40
Kernel: Depends on container host
Compiler: gcc 14.1.1
Fedora 39 (Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
openSUSE Leap 15
Kernel: 5.4.0-167-generic
Compiler: gcc 7.5.0
RHEL8
Kernel: 5.4.0-167-generic
Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)
RHEL9
Kernel: Depends on container host
Compiler: gcc 11.4.1
Ubuntu 24.04
Kernel: 5.4.0-167-generic
Compiler: gcc 13.2.0
Ubuntu 20.04
Kernel: 5.4.0-167-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Ubuntu 22.04
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.0
Alpine
Kernel: 5.4.0-167-generic
Compiler: gcc (Alpine 13.2.1_git20231014) 13.2.1 20231014
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9
Windows Server 2019
Kernel: 10.0.17763
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
FreeBSD 13.3
Kernel: 13.3-RELEASE-p1
Compiler: clang 17.0.6
FreeBSD 14.1
Kernel: 14.1
Compiler: clang 18.1.5
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 13:30 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 13:30 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Generic-VM-DPDK-Compile-Meson#28655
Test environment and result as below:
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Environment | dpdk_meson_compile | dpdk_compile_ovs | dpdk_compile_spdk | dpdk_mingw64_compile | dpdk_msvc_compile |
+=====================+====================+==================+===================+======================+===================+
| CentOS Stream 9 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Debian Bullseye | FAIL | WARN | WARN | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 37 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Debian 12 | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 38 (Clang) | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 38 | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 39 | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 40 (Clang) | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 40 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 39 (Clang) | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| openSUSE Leap 15 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| RHEL8 | FAIL | WARN | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| RHEL9 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 24.04 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 20.04 | FAIL | WARN | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 22.04 | FAIL | WARN | WARN | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Alpine | PEND | PEND | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Windows Server 2022 | PASS | SKIPPED | SKIPPED | PASS | PASS |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Windows Server 2019 | PASS | SKIPPED | SKIPPED | PASS | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| FreeBSD 13.3 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| FreeBSD 14.1 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
==== 20 line log output for Ubuntu 22.04 (dpdk_compile_spdk): ====
--- Failed to get log output ---
==== End log output ====
CentOS Stream 9
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.1 20230605
Debian Bullseye
Kernel: 5.4.0-167-generic
Compiler: gcc 10.2.1-6
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Debian 12
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Fedora 38 (Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 40 (Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
Fedora 40
Kernel: Depends on container host
Compiler: gcc 14.1.1
Fedora 39 (Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
openSUSE Leap 15
Kernel: 5.4.0-167-generic
Compiler: gcc 7.5.0
RHEL8
Kernel: 5.4.0-167-generic
Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)
RHEL9
Kernel: Depends on container host
Compiler: gcc 11.4.1
Ubuntu 24.04
Kernel: 5.4.0-167-generic
Compiler: gcc 13.2.0
Ubuntu 20.04
Kernel: 5.4.0-167-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Ubuntu 22.04
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.0
Alpine
Kernel: 5.4.0-167-generic
Compiler: gcc (Alpine 13.2.1_git20231014) 13.2.1 20231014
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9
Windows Server 2019
Kernel: 10.0.17763
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
FreeBSD 13.3
Kernel: 13.3-RELEASE-p1
Compiler: clang 17.0.6
FreeBSD 14.1
Kernel: 14.1
Compiler: clang 18.1.5
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 13:29 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 13:29 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#250940
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS |
+---------------------+----------------+
| Windows Server 2022 | PASS |
+---------------------+----------------+
| CentOS Stream 9 | PASS |
+---------------------+----------------+
| Debian Bullseye | WARN |
+---------------------+----------------+
| Debian 12 | PASS |
+---------------------+----------------+
| Fedora 38 | PASS |
+---------------------+----------------+
| Fedora 38 (Clang) | PASS |
+---------------------+----------------+
| Fedora 39 | PASS |
+---------------------+----------------+
| Fedora 39 (Clang) | PEND |
+---------------------+----------------+
| Fedora 40 | PASS |
+---------------------+----------------+
| Fedora 40 (Clang) | PEND |
+---------------------+----------------+
| openSUSE Leap 15 | PEND |
+---------------------+----------------+
| RHEL8 | PEND |
+---------------------+----------------+
| RHEL9 | PEND |
+---------------------+----------------+
| Ubuntu 20.04 | PEND |
+---------------------+----------------+
| Ubuntu 22.04 | PEND |
+---------------------+----------------+
| Ubuntu 24.04 | PEND |
+---------------------+----------------+
==== 20 line log output for Debian Bullseye (dpdk_unit_test): ====
[1020/2785] Compiling C object 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_af_xdp@sta -Idrivers -I../drivers -Idrivers/net/af_xdp -I../drivers/net/af_xdp -Ilib/ethdev -I../lib/ethdev -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/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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-declara
tions -Wmissing-prototypes -Wnested-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 -DRTE_NET_AF_XDP_SHARED_UMEM -DETH_AF_XDP_UPDATE_XSKMAP -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.af_xdp -MD -MQ 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -MF 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o.d' -o 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -c ../drivers/net/af_xdp/rte_eth_af_xdp.c
../drivers/net/af_xdp/rte_eth_af_xdp.c: In function 'xdp_umem_configure':
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: storage size of 'range' isn't known
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: implicit declaration of function 'rte_mempool_get_mem_range'; did you mean 'rte_mempool_get_trailer'? [-Werror=implicit-function-declaration]
1170 | ret = rte_mempool_get_mem_range(mb_pool, &range);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| rte_mempool_get_trailer
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: nested extern declaration of 'rte_mempool_get_mem_range' [-Werror=nested-externs]
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: unused variable 'range' [-Werror=unused-variable]
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
cc1: all warnings being treated as errors
[1021/2785] Compiling C object 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_ddm.c.o'.
[1022/2785] Generating rte_common_sfc_efx.sym_chk with a meson_exe.py custom command.
[1023/2785] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
Windows Server 2019
Kernel: 10.0.17763
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9
CentOS Stream 9
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.1 20230605
Debian Bullseye
Kernel: 5.4.0-167-generic
Compiler: gcc 10.2.1-6
Debian 12
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 38 (Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 39
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39 (Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
Fedora 40
Kernel: Depends on container host
Compiler: gcc 14.1.1
Fedora 40 (Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
openSUSE Leap 15
Kernel: 5.4.0-167-generic
Compiler: gcc 7.5.0
RHEL8
Kernel: 5.4.0-167-generic
Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)
RHEL9
Kernel: Depends on container host
Compiler: gcc 11.4.1
Ubuntu 20.04
Kernel: 5.4.0-167-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Ubuntu 22.04
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.0
Ubuntu 24.04
Kernel: 5.4.0-167-generic
Compiler: gcc 13.2.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 13:25 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 13:25 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#286993
Test environment and result as below:
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Environment | dpdk_meson_compile | dpdk_compile_ovs | dpdk_compile_spdk | dpdk_mingw64_compile | dpdk_msvc_compile |
+=====================+====================+==================+===================+======================+===================+
| CentOS Stream 9 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Debian Bullseye | FAIL | WARN | WARN | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 37 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Debian 12 | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 38 (Clang) | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 38 | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 39 | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 40 (Clang) | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 40 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 39 (Clang) | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| openSUSE Leap 15 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| RHEL8 | FAIL | WARN | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| RHEL9 | PEND | PEND | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 24.04 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 20.04 | FAIL | WARN | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 22.04 | FAIL | WARN | WARN | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Alpine | PEND | PEND | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Windows Server 2022 | PASS | SKIPPED | SKIPPED | PASS | PASS |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Windows Server 2019 | PASS | SKIPPED | SKIPPED | PASS | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| FreeBSD 13.3 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| FreeBSD 14.1 | PEND | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
==== 20 line log output for Ubuntu 22.04 (dpdk_compile_spdk): ====
--- Failed to get log output ---
==== End log output ====
CentOS Stream 9
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.1 20230605
Debian Bullseye
Kernel: 5.4.0-167-generic
Compiler: gcc 10.2.1-6
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Debian 12
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Fedora 38 (Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 40 (Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
Fedora 40
Kernel: Depends on container host
Compiler: gcc 14.1.1
Fedora 39 (Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
openSUSE Leap 15
Kernel: 5.4.0-167-generic
Compiler: gcc 7.5.0
RHEL8
Kernel: 5.4.0-167-generic
Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)
RHEL9
Kernel: Depends on container host
Compiler: gcc 11.4.1
Ubuntu 24.04
Kernel: 5.4.0-167-generic
Compiler: gcc 13.2.0
Ubuntu 20.04
Kernel: 5.4.0-167-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Ubuntu 22.04
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.0
Alpine
Kernel: 5.4.0-167-generic
Compiler: gcc (Alpine 13.2.1_git20231014) 13.2.1 20231014
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9
Windows Server 2019
Kernel: 10.0.17763
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
FreeBSD 13.3
Kernel: 13.3-RELEASE-p1
Compiler: clang 17.0.6
FreeBSD 14.1
Kernel: 14.1
Compiler: clang 18.1.5
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 13:25 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 13:25 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#286998
Test environment and result as below:
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Environment | dpdk_meson_compile | dpdk_compile_ovs | dpdk_compile_spdk | dpdk_mingw64_compile | dpdk_msvc_compile |
+=====================+====================+==================+===================+======================+===================+
| CentOS Stream 9 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Debian Bullseye | FAIL | WARN | WARN | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 37 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Debian 12 | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 38 (Clang) | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 38 | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 39 | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 40 (Clang) | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 40 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 39 (Clang) | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| openSUSE Leap 15 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| RHEL8 | FAIL | WARN | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| RHEL9 | PEND | PEND | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 24.04 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 20.04 | FAIL | WARN | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 22.04 | FAIL | WARN | WARN | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Alpine | PEND | PEND | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Windows Server 2022 | PASS | SKIPPED | SKIPPED | PASS | PASS |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Windows Server 2019 | PASS | SKIPPED | SKIPPED | PASS | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| FreeBSD 13.3 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| FreeBSD 14.1 | PEND | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
==== 20 line log output for Ubuntu 22.04 (dpdk_compile_spdk): ====
--- Failed to get log output ---
==== End log output ====
CentOS Stream 9
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.1 20230605
Debian Bullseye
Kernel: 5.4.0-167-generic
Compiler: gcc 10.2.1-6
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Debian 12
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Fedora 38 (Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 40 (Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
Fedora 40
Kernel: Depends on container host
Compiler: gcc 14.1.1
Fedora 39 (Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
openSUSE Leap 15
Kernel: 5.4.0-167-generic
Compiler: gcc 7.5.0
RHEL8
Kernel: 5.4.0-167-generic
Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)
RHEL9
Kernel: Depends on container host
Compiler: gcc 11.4.1
Ubuntu 24.04
Kernel: 5.4.0-167-generic
Compiler: gcc 13.2.0
Ubuntu 20.04
Kernel: 5.4.0-167-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Ubuntu 22.04
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.0
Alpine
Kernel: 5.4.0-167-generic
Compiler: gcc (Alpine 13.2.1_git20231014) 13.2.1 20231014
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9
Windows Server 2019
Kernel: 10.0.17763
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
FreeBSD 13.3
Kernel: 13.3-RELEASE-p1
Compiler: clang 17.0.6
FreeBSD 14.1
Kernel: 14.1
Compiler: clang 18.1.5
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 13:24 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 13:24 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#250928
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS |
+---------------------+----------------+
| Windows Server 2022 | PASS |
+---------------------+----------------+
| CentOS Stream 9 | PASS |
+---------------------+----------------+
| Debian Bullseye | WARN |
+---------------------+----------------+
| Debian 12 | PASS |
+---------------------+----------------+
| Fedora 38 | PASS |
+---------------------+----------------+
| Fedora 38 (Clang) | PASS |
+---------------------+----------------+
| Fedora 39 | PASS |
+---------------------+----------------+
| Fedora 39 (Clang) | PEND |
+---------------------+----------------+
| Fedora 40 | PEND |
+---------------------+----------------+
| Fedora 40 (Clang) | PEND |
+---------------------+----------------+
| openSUSE Leap 15 | PEND |
+---------------------+----------------+
| RHEL8 | PEND |
+---------------------+----------------+
| RHEL9 | PEND |
+---------------------+----------------+
| Ubuntu 20.04 | PEND |
+---------------------+----------------+
==== 20 line log output for Debian Bullseye (dpdk_unit_test): ====
[1020/2785] Compiling C object 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_af_xdp@sta -Idrivers -I../drivers -Idrivers/net/af_xdp -I../drivers/net/af_xdp -Ilib/ethdev -I../lib/ethdev -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/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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-declara
tions -Wmissing-prototypes -Wnested-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 -DRTE_NET_AF_XDP_SHARED_UMEM -DETH_AF_XDP_UPDATE_XSKMAP -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.af_xdp -MD -MQ 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -MF 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o.d' -o 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -c ../drivers/net/af_xdp/rte_eth_af_xdp.c
../drivers/net/af_xdp/rte_eth_af_xdp.c: In function 'xdp_umem_configure':
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: storage size of 'range' isn't known
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: implicit declaration of function 'rte_mempool_get_mem_range'; did you mean 'rte_mempool_get_trailer'? [-Werror=implicit-function-declaration]
1170 | ret = rte_mempool_get_mem_range(mb_pool, &range);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| rte_mempool_get_trailer
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: nested extern declaration of 'rte_mempool_get_mem_range' [-Werror=nested-externs]
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: unused variable 'range' [-Werror=unused-variable]
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
cc1: all warnings being treated as errors
[1021/2785] Compiling C object 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_ddm.c.o'.
[1022/2785] Generating rte_common_sfc_efx.sym_chk with a meson_exe.py custom command.
[1023/2785] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
Windows Server 2019
Kernel: 10.0.17763
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9
CentOS Stream 9
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.1 20230605
Debian Bullseye
Kernel: 5.4.0-167-generic
Compiler: gcc 10.2.1-6
Debian 12
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 38 (Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 39
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39 (Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
Fedora 40
Kernel: Depends on container host
Compiler: gcc 14.1.1
Fedora 40 (Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
openSUSE Leap 15
Kernel: 5.4.0-167-generic
Compiler: gcc 7.5.0
RHEL8
Kernel: 5.4.0-167-generic
Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)
RHEL9
Kernel: Depends on container host
Compiler: gcc 11.4.1
Ubuntu 20.04
Kernel: 5.4.0-167-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 13:24 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 13:24 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#250936
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS |
+---------------------+----------------+
| Windows Server 2022 | PASS |
+---------------------+----------------+
| CentOS Stream 9 | PASS |
+---------------------+----------------+
| Debian Bullseye | WARN |
+---------------------+----------------+
| Debian 12 | PASS |
+---------------------+----------------+
| Fedora 38 | PASS |
+---------------------+----------------+
| Fedora 38 (Clang) | PASS |
+---------------------+----------------+
| Fedora 39 | PASS |
+---------------------+----------------+
| Fedora 39 (Clang) | PEND |
+---------------------+----------------+
| Fedora 40 | PEND |
+---------------------+----------------+
| Fedora 40 (Clang) | PEND |
+---------------------+----------------+
| openSUSE Leap 15 | PEND |
+---------------------+----------------+
| RHEL8 | PEND |
+---------------------+----------------+
| RHEL9 | PEND |
+---------------------+----------------+
| Ubuntu 20.04 | PEND |
+---------------------+----------------+
==== 20 line log output for Debian Bullseye (dpdk_unit_test): ====
[1020/2785] Compiling C object 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_af_xdp@sta -Idrivers -I../drivers -Idrivers/net/af_xdp -I../drivers/net/af_xdp -Ilib/ethdev -I../lib/ethdev -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/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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-declara
tions -Wmissing-prototypes -Wnested-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 -DRTE_NET_AF_XDP_SHARED_UMEM -DETH_AF_XDP_UPDATE_XSKMAP -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.af_xdp -MD -MQ 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -MF 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o.d' -o 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -c ../drivers/net/af_xdp/rte_eth_af_xdp.c
../drivers/net/af_xdp/rte_eth_af_xdp.c: In function 'xdp_umem_configure':
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: storage size of 'range' isn't known
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: implicit declaration of function 'rte_mempool_get_mem_range'; did you mean 'rte_mempool_get_trailer'? [-Werror=implicit-function-declaration]
1170 | ret = rte_mempool_get_mem_range(mb_pool, &range);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| rte_mempool_get_trailer
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: nested extern declaration of 'rte_mempool_get_mem_range' [-Werror=nested-externs]
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: unused variable 'range' [-Werror=unused-variable]
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
cc1: all warnings being treated as errors
[1021/2785] Compiling C object 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_ddm.c.o'.
[1022/2785] Generating rte_common_sfc_efx.sym_chk with a meson_exe.py custom command.
[1023/2785] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
Windows Server 2019
Kernel: 10.0.17763
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9
CentOS Stream 9
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.1 20230605
Debian Bullseye
Kernel: 5.4.0-167-generic
Compiler: gcc 10.2.1-6
Debian 12
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 38 (Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 39
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39 (Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
Fedora 40
Kernel: Depends on container host
Compiler: gcc 14.1.1
Fedora 40 (Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
openSUSE Leap 15
Kernel: 5.4.0-167-generic
Compiler: gcc 7.5.0
RHEL8
Kernel: 5.4.0-167-generic
Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)
RHEL9
Kernel: Depends on container host
Compiler: gcc 11.4.1
Ubuntu 20.04
Kernel: 5.4.0-167-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 13:24 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 13:24 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#250934
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS |
+---------------------+----------------+
| Windows Server 2022 | PASS |
+---------------------+----------------+
| CentOS Stream 9 | PASS |
+---------------------+----------------+
| Debian Bullseye | WARN |
+---------------------+----------------+
| Debian 12 | PASS |
+---------------------+----------------+
| Fedora 38 | PASS |
+---------------------+----------------+
| Fedora 38 (Clang) | PASS |
+---------------------+----------------+
| Fedora 39 | PASS |
+---------------------+----------------+
| Fedora 39 (Clang) | PEND |
+---------------------+----------------+
| Fedora 40 | PEND |
+---------------------+----------------+
| Fedora 40 (Clang) | PEND |
+---------------------+----------------+
| openSUSE Leap 15 | PEND |
+---------------------+----------------+
| RHEL8 | PEND |
+---------------------+----------------+
| RHEL9 | PEND |
+---------------------+----------------+
| Ubuntu 20.04 | PEND |
+---------------------+----------------+
==== 20 line log output for Debian Bullseye (dpdk_unit_test): ====
[1020/2785] Compiling C object 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_af_xdp@sta -Idrivers -I../drivers -Idrivers/net/af_xdp -I../drivers/net/af_xdp -Ilib/ethdev -I../lib/ethdev -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/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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-declara
tions -Wmissing-prototypes -Wnested-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 -DRTE_NET_AF_XDP_SHARED_UMEM -DETH_AF_XDP_UPDATE_XSKMAP -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.af_xdp -MD -MQ 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -MF 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o.d' -o 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -c ../drivers/net/af_xdp/rte_eth_af_xdp.c
../drivers/net/af_xdp/rte_eth_af_xdp.c: In function 'xdp_umem_configure':
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: storage size of 'range' isn't known
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: implicit declaration of function 'rte_mempool_get_mem_range'; did you mean 'rte_mempool_get_trailer'? [-Werror=implicit-function-declaration]
1170 | ret = rte_mempool_get_mem_range(mb_pool, &range);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| rte_mempool_get_trailer
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: nested extern declaration of 'rte_mempool_get_mem_range' [-Werror=nested-externs]
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: unused variable 'range' [-Werror=unused-variable]
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
cc1: all warnings being treated as errors
[1021/2785] Compiling C object 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_ddm.c.o'.
[1022/2785] Generating rte_common_sfc_efx.sym_chk with a meson_exe.py custom command.
[1023/2785] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
Windows Server 2019
Kernel: 10.0.17763
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9
CentOS Stream 9
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.1 20230605
Debian Bullseye
Kernel: 5.4.0-167-generic
Compiler: gcc 10.2.1-6
Debian 12
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 38 (Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 39
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39 (Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
Fedora 40
Kernel: Depends on container host
Compiler: gcc 14.1.1
Fedora 40 (Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
openSUSE Leap 15
Kernel: 5.4.0-167-generic
Compiler: gcc 7.5.0
RHEL8
Kernel: 5.4.0-167-generic
Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)
RHEL9
Kernel: Depends on container host
Compiler: gcc 11.4.1
Ubuntu 20.04
Kernel: 5.4.0-167-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 13:21 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 13:21 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#250925
Test environment and result as below:
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Environment | dpdk_unit_test | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest |
+=============================+================+==============+===========================+==============================+
| 32-bit Ubuntu 20.04.4 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| CentOS Stream 9 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Debian 11 (Buster) (ARM) | WARN | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 37 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 38 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 38 (ARM Clang) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 39 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 39 (ARM Clang) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 40 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 40 (ARM Clang) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Ubuntu 20.04 ARM SVE | SKIPPED | PASS | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Debian 12 (arm) | SKIPPED | SKIPPED | PASS | PASS |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
==== 20 line log output for Debian 11 (Buster) (ARM) (dpdk_unit_test): ====
[988/3092] Compiling C object 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_af_xdp@sta -Idrivers -I../drivers -Idrivers/net/af_xdp -I../drivers/net/af_xdp -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/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/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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-declara
tions -Wmissing-prototypes -Wnested-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=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_NET_AF_XDP_SHARED_UMEM -DETH_AF_XDP_UPDATE_XSKMAP -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.af_xdp -MD -MQ 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -MF 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o.d' -o 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -c ../drivers/net/af_xdp/rte_eth_af_xdp.c
../drivers/net/af_xdp/rte_eth_af_xdp.c: In function 'xdp_umem_configure':
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: storage size of 'range' isn't known
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: implicit declaration of function 'rte_mempool_get_mem_range'; did you mean 'rte_mempool_get_trailer'? [-Werror=implicit-function-declaration]
1170 | ret = rte_mempool_get_mem_range(mb_pool, &range);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| rte_mempool_get_trailer
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: nested extern declaration of 'rte_mempool_get_mem_range' [-Werror=nested-externs]
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: unused variable 'range' [-Werror=unused-variable]
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
cc1: all warnings being treated as errors
[989/3092] Compiling C object 'drivers/a715181@@tmp_rte_net_af_packet@sta/net_af_packet_rte_eth_af_packet.c.o'.
[990/3092] Generating rte_dma_dpaa2.sym_chk with a meson_exe.py custom command.
[991/3092] Generating rte_common_sfc_efx.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
32-bit Ubuntu 20.04.4 (ARM)
Kernel: 5.4.0-155-generic aarch64
Compiler: gcc 9.4
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.4.1
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 39 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
Fedora 40 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.1.1
Fedora 40 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-167-generic
Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0
Debian 12 (arm)
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 13:20 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 13:20 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#286996
Test environment and result as below:
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Environment | dpdk_meson_compile | dpdk_compile_ovs | dpdk_compile_spdk | dpdk_mingw64_compile | dpdk_msvc_compile |
+=====================+====================+==================+===================+======================+===================+
| CentOS Stream 9 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Debian Bullseye | FAIL | WARN | WARN | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 37 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Debian 12 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 38 (Clang) | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 38 | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 39 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 40 (Clang) | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 40 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 39 (Clang) | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| openSUSE Leap 15 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| RHEL8 | FAIL | WARN | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| RHEL9 | PEND | PEND | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 24.04 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 20.04 | FAIL | WARN | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 22.04 | FAIL | WARN | WARN | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Alpine | PEND | PEND | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Windows Server 2022 | PASS | SKIPPED | SKIPPED | PASS | PASS |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Windows Server 2019 | PASS | SKIPPED | SKIPPED | PASS | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| FreeBSD 13.3 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
==== 20 line log output for Ubuntu 22.04 (dpdk_compile_spdk): ====
--- Failed to get log output ---
==== End log output ====
CentOS Stream 9
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.1 20230605
Debian Bullseye
Kernel: 5.4.0-167-generic
Compiler: gcc 10.2.1-6
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Debian 12
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Fedora 38 (Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 40 (Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
Fedora 40
Kernel: Depends on container host
Compiler: gcc 14.1.1
Fedora 39 (Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
openSUSE Leap 15
Kernel: 5.4.0-167-generic
Compiler: gcc 7.5.0
RHEL8
Kernel: 5.4.0-167-generic
Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)
RHEL9
Kernel: Depends on container host
Compiler: gcc 11.4.1
Ubuntu 24.04
Kernel: 5.4.0-167-generic
Compiler: gcc 13.2.0
Ubuntu 20.04
Kernel: 5.4.0-167-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Ubuntu 22.04
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.0
Alpine
Kernel: 5.4.0-167-generic
Compiler: gcc (Alpine 13.2.1_git20231014) 13.2.1 20231014
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9
Windows Server 2019
Kernel: 10.0.17763
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
FreeBSD 13.3
Kernel: 13.3-RELEASE-p1
Compiler: clang 17.0.6
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 13:20 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 13:20 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#286999
Test environment and result as below:
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Environment | dpdk_meson_compile | dpdk_compile_ovs | dpdk_compile_spdk | dpdk_mingw64_compile | dpdk_msvc_compile |
+=====================+====================+==================+===================+======================+===================+
| CentOS Stream 9 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Debian Bullseye | FAIL | WARN | WARN | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 37 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Debian 12 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 38 (Clang) | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 38 | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 39 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 40 (Clang) | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 40 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 39 (Clang) | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| openSUSE Leap 15 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| RHEL8 | FAIL | WARN | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| RHEL9 | PEND | PEND | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 24.04 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 20.04 | FAIL | WARN | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 22.04 | FAIL | WARN | WARN | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Alpine | PEND | PEND | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Windows Server 2022 | PASS | SKIPPED | SKIPPED | PASS | PASS |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Windows Server 2019 | PASS | SKIPPED | SKIPPED | PASS | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| FreeBSD 13.3 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
==== 20 line log output for Ubuntu 22.04 (dpdk_compile_spdk): ====
--- Failed to get log output ---
==== End log output ====
CentOS Stream 9
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.1 20230605
Debian Bullseye
Kernel: 5.4.0-167-generic
Compiler: gcc 10.2.1-6
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Debian 12
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Fedora 38 (Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 40 (Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
Fedora 40
Kernel: Depends on container host
Compiler: gcc 14.1.1
Fedora 39 (Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
openSUSE Leap 15
Kernel: 5.4.0-167-generic
Compiler: gcc 7.5.0
RHEL8
Kernel: 5.4.0-167-generic
Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)
RHEL9
Kernel: Depends on container host
Compiler: gcc 11.4.1
Ubuntu 24.04
Kernel: 5.4.0-167-generic
Compiler: gcc 13.2.0
Ubuntu 20.04
Kernel: 5.4.0-167-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Ubuntu 22.04
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.0
Alpine
Kernel: 5.4.0-167-generic
Compiler: gcc (Alpine 13.2.1_git20231014) 13.2.1 20231014
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9
Windows Server 2019
Kernel: 10.0.17763
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
FreeBSD 13.3
Kernel: 13.3-RELEASE-p1
Compiler: clang 17.0.6
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 13:17 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 13:17 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#286995
Test environment and result as below:
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Environment | dpdk_meson_compile | dpdk_compile_ovs | dpdk_compile_spdk | dpdk_mingw64_compile | dpdk_msvc_compile |
+=====================+====================+==================+===================+======================+===================+
| CentOS Stream 9 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Debian Bullseye | FAIL | WARN | WARN | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 37 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Debian 12 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 38 (Clang) | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 38 | PASS | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 39 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 40 (Clang) | PASS | PASS | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 40 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 39 (Clang) | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| openSUSE Leap 15 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| RHEL8 | FAIL | WARN | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| RHEL9 | PEND | PEND | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 24.04 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 20.04 | FAIL | WARN | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 22.04 | FAIL | WARN | WARN | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Alpine | PEND | PEND | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Windows Server 2022 | PASS | SKIPPED | SKIPPED | PASS | PASS |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Windows Server 2019 | PASS | SKIPPED | SKIPPED | PASS | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| FreeBSD 13.3 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
==== 20 line log output for Ubuntu 22.04 (dpdk_compile_spdk): ====
--- Failed to get log output ---
==== End log output ====
CentOS Stream 9
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.1 20230605
Debian Bullseye
Kernel: 5.4.0-167-generic
Compiler: gcc 10.2.1-6
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Debian 12
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Fedora 38 (Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 40 (Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
Fedora 40
Kernel: Depends on container host
Compiler: gcc 14.1.1
Fedora 39 (Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
openSUSE Leap 15
Kernel: 5.4.0-167-generic
Compiler: gcc 7.5.0
RHEL8
Kernel: 5.4.0-167-generic
Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)
RHEL9
Kernel: Depends on container host
Compiler: gcc 11.4.1
Ubuntu 24.04
Kernel: 5.4.0-167-generic
Compiler: gcc 13.2.0
Ubuntu 20.04
Kernel: 5.4.0-167-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Ubuntu 22.04
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.0
Alpine
Kernel: 5.4.0-167-generic
Compiler: gcc (Alpine 13.2.1_git20231014) 13.2.1 20231014
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9
Windows Server 2019
Kernel: 10.0.17763
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
FreeBSD 13.3
Kernel: 13.3-RELEASE-p1
Compiler: clang 17.0.6
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 13:16 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 13:16 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#287005
Test environment and result as below:
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Environment | dpdk_meson_compile | dpdk_compile_ovs | dpdk_compile_spdk | dpdk_mingw64_compile | dpdk_msvc_compile |
+=====================+====================+==================+===================+======================+===================+
| CentOS Stream 9 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Debian Bullseye | FAIL | WARN | WARN | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 37 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Debian 12 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 38 (Clang) | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 38 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 39 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 40 (Clang) | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 40 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 39 (Clang) | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| openSUSE Leap 15 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| RHEL8 | FAIL | WARN | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| RHEL9 | PEND | PEND | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 24.04 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 20.04 | FAIL | WARN | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 22.04 | FAIL | WARN | WARN | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Alpine | PEND | PEND | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Windows Server 2022 | PASS | SKIPPED | SKIPPED | PASS | PASS |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Windows Server 2019 | PASS | SKIPPED | SKIPPED | PASS | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| FreeBSD 13.3 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
==== 20 line log output for Ubuntu 22.04 (dpdk_compile_spdk): ====
--- Failed to get log output ---
==== End log output ====
CentOS Stream 9
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.1 20230605
Debian Bullseye
Kernel: 5.4.0-167-generic
Compiler: gcc 10.2.1-6
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Debian 12
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Fedora 38 (Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 40 (Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
Fedora 40
Kernel: Depends on container host
Compiler: gcc 14.1.1
Fedora 39 (Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
openSUSE Leap 15
Kernel: 5.4.0-167-generic
Compiler: gcc 7.5.0
RHEL8
Kernel: 5.4.0-167-generic
Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)
RHEL9
Kernel: Depends on container host
Compiler: gcc 11.4.1
Ubuntu 24.04
Kernel: 5.4.0-167-generic
Compiler: gcc 13.2.0
Ubuntu 20.04
Kernel: 5.4.0-167-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Ubuntu 22.04
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.0
Alpine
Kernel: 5.4.0-167-generic
Compiler: gcc (Alpine 13.2.1_git20231014) 13.2.1 20231014
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9
Windows Server 2019
Kernel: 10.0.17763
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
FreeBSD 13.3
Kernel: 13.3-RELEASE-p1
Compiler: clang 17.0.6
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 13:14 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 13:14 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#250922
Test environment and result as below:
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Environment | dpdk_unit_test | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest |
+=============================+================+==============+===========================+==============================+
| 32-bit Ubuntu 20.04.4 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| CentOS Stream 9 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Debian 11 (Buster) (ARM) | WARN | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 37 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 38 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 38 (ARM Clang) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 39 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 39 (ARM Clang) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 40 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 40 (ARM Clang) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Ubuntu 20.04 ARM SVE | SKIPPED | PASS | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Debian 12 (arm) | SKIPPED | SKIPPED | PASS | PASS |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
==== 20 line log output for Debian 11 (Buster) (ARM) (dpdk_unit_test): ====
[988/3092] Compiling C object 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_af_xdp@sta -Idrivers -I../drivers -Idrivers/net/af_xdp -I../drivers/net/af_xdp -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/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/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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-declara
tions -Wmissing-prototypes -Wnested-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=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_NET_AF_XDP_SHARED_UMEM -DETH_AF_XDP_UPDATE_XSKMAP -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.af_xdp -MD -MQ 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -MF 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o.d' -o 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -c ../drivers/net/af_xdp/rte_eth_af_xdp.c
../drivers/net/af_xdp/rte_eth_af_xdp.c: In function 'xdp_umem_configure':
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: storage size of 'range' isn't known
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: implicit declaration of function 'rte_mempool_get_mem_range'; did you mean 'rte_mempool_get_trailer'? [-Werror=implicit-function-declaration]
1170 | ret = rte_mempool_get_mem_range(mb_pool, &range);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| rte_mempool_get_trailer
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: nested extern declaration of 'rte_mempool_get_mem_range' [-Werror=nested-externs]
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: unused variable 'range' [-Werror=unused-variable]
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
cc1: all warnings being treated as errors
[989/3092] Compiling C object 'drivers/a715181@@tmp_rte_net_af_packet@sta/net_af_packet_rte_eth_af_packet.c.o'.
[990/3092] Generating rte_dma_dpaa2.sym_chk with a meson_exe.py custom command.
[991/3092] Generating rte_common_sfc_efx.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
32-bit Ubuntu 20.04.4 (ARM)
Kernel: 5.4.0-155-generic aarch64
Compiler: gcc 9.4
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.4.1
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 39 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
Fedora 40 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.1.1
Fedora 40 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-167-generic
Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0
Debian 12 (arm)
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 13:14 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 13:14 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#250923
Test environment and result as below:
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Environment | dpdk_unit_test | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest |
+=============================+================+==============+===========================+==============================+
| 32-bit Ubuntu 20.04.4 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| CentOS Stream 9 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Debian 11 (Buster) (ARM) | WARN | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 37 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 38 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 38 (ARM Clang) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 39 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 39 (ARM Clang) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 40 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 40 (ARM Clang) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Ubuntu 20.04 ARM SVE | SKIPPED | PASS | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Debian 12 (arm) | SKIPPED | SKIPPED | PASS | PASS |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
==== 20 line log output for Debian 11 (Buster) (ARM) (dpdk_unit_test): ====
[988/3092] Compiling C object 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_af_xdp@sta -Idrivers -I../drivers -Idrivers/net/af_xdp -I../drivers/net/af_xdp -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/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/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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-declara
tions -Wmissing-prototypes -Wnested-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=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_NET_AF_XDP_SHARED_UMEM -DETH_AF_XDP_UPDATE_XSKMAP -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.af_xdp -MD -MQ 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -MF 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o.d' -o 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -c ../drivers/net/af_xdp/rte_eth_af_xdp.c
../drivers/net/af_xdp/rte_eth_af_xdp.c: In function 'xdp_umem_configure':
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: storage size of 'range' isn't known
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: implicit declaration of function 'rte_mempool_get_mem_range'; did you mean 'rte_mempool_get_trailer'? [-Werror=implicit-function-declaration]
1170 | ret = rte_mempool_get_mem_range(mb_pool, &range);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| rte_mempool_get_trailer
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: nested extern declaration of 'rte_mempool_get_mem_range' [-Werror=nested-externs]
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: unused variable 'range' [-Werror=unused-variable]
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
cc1: all warnings being treated as errors
[989/3092] Compiling C object 'drivers/a715181@@tmp_rte_net_af_packet@sta/net_af_packet_rte_eth_af_packet.c.o'.
[990/3092] Generating rte_dma_dpaa2.sym_chk with a meson_exe.py custom command.
[991/3092] Generating rte_common_sfc_efx.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
32-bit Ubuntu 20.04.4 (ARM)
Kernel: 5.4.0-155-generic aarch64
Compiler: gcc 9.4
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.4.1
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 39 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
Fedora 40 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.1.1
Fedora 40 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-167-generic
Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0
Debian 12 (arm)
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 13:13 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 13:13 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#287001
Test environment and result as below:
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Environment | dpdk_meson_compile | dpdk_compile_ovs | dpdk_compile_spdk | dpdk_mingw64_compile | dpdk_msvc_compile |
+=====================+====================+==================+===================+======================+===================+
| CentOS Stream 9 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Debian Bullseye | FAIL | WARN | WARN | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 37 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Debian 12 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 38 (Clang) | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 38 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 39 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 40 (Clang) | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 40 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 39 (Clang) | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| openSUSE Leap 15 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| RHEL8 | FAIL | WARN | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| RHEL9 | PEND | PEND | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 24.04 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 20.04 | FAIL | WARN | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 22.04 | FAIL | WARN | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Alpine | PEND | PEND | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Windows Server 2022 | PASS | SKIPPED | SKIPPED | PASS | PASS |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Windows Server 2019 | PASS | SKIPPED | SKIPPED | PASS | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| FreeBSD 13.3 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
==== 20 line log output for Ubuntu 22.04 (dpdk_compile_ovs): ====
--- Failed to get log output ---
==== End log output ====
CentOS Stream 9
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.1 20230605
Debian Bullseye
Kernel: 5.4.0-167-generic
Compiler: gcc 10.2.1-6
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Debian 12
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Fedora 38 (Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 40 (Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
Fedora 40
Kernel: Depends on container host
Compiler: gcc 14.1.1
Fedora 39 (Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
openSUSE Leap 15
Kernel: 5.4.0-167-generic
Compiler: gcc 7.5.0
RHEL8
Kernel: 5.4.0-167-generic
Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)
RHEL9
Kernel: Depends on container host
Compiler: gcc 11.4.1
Ubuntu 24.04
Kernel: 5.4.0-167-generic
Compiler: gcc 13.2.0
Ubuntu 20.04
Kernel: 5.4.0-167-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Ubuntu 22.04
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.0
Alpine
Kernel: 5.4.0-167-generic
Compiler: gcc (Alpine 13.2.1_git20231014) 13.2.1 20231014
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9
Windows Server 2019
Kernel: 10.0.17763
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
FreeBSD 13.3
Kernel: 13.3-RELEASE-p1
Compiler: clang 17.0.6
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 13:12 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 13:12 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Windows-Compile-DPDK-VS#2784
Test environment and result as below:
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Environment | dpdk_meson_compile | dpdk_compile_ovs | dpdk_compile_spdk | dpdk_mingw64_compile | dpdk_msvc_compile |
+=====================+====================+==================+===================+======================+===================+
| CentOS Stream 9 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Debian Bullseye | FAIL | WARN | WARN | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 37 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Debian 12 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 38 (Clang) | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 38 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 39 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 40 (Clang) | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 40 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 39 (Clang) | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| openSUSE Leap 15 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| RHEL8 | FAIL | WARN | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| RHEL9 | PEND | PEND | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 24.04 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 20.04 | FAIL | WARN | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 22.04 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Alpine | PEND | PEND | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Windows Server 2022 | PASS | SKIPPED | SKIPPED | PASS | PASS |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Windows Server 2019 | PASS | SKIPPED | SKIPPED | PASS | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| FreeBSD 13.3 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
==== 20 line log output for Ubuntu 20.04 (dpdk_compile_ovs): ====
--- Failed to get log output ---
==== End log output ====
CentOS Stream 9
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.1 20230605
Debian Bullseye
Kernel: 5.4.0-167-generic
Compiler: gcc 10.2.1-6
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Debian 12
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Fedora 38 (Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 40 (Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
Fedora 40
Kernel: Depends on container host
Compiler: gcc 14.1.1
Fedora 39 (Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
openSUSE Leap 15
Kernel: 5.4.0-167-generic
Compiler: gcc 7.5.0
RHEL8
Kernel: 5.4.0-167-generic
Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)
RHEL9
Kernel: Depends on container host
Compiler: gcc 11.4.1
Ubuntu 24.04
Kernel: 5.4.0-167-generic
Compiler: gcc 13.2.0
Ubuntu 20.04
Kernel: 5.4.0-167-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Ubuntu 22.04
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.0
Alpine
Kernel: 5.4.0-167-generic
Compiler: gcc (Alpine 13.2.1_git20231014) 13.2.1 20231014
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9
Windows Server 2019
Kernel: 10.0.17763
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
FreeBSD 13.3
Kernel: 13.3-RELEASE-p1
Compiler: clang 17.0.6
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 13:12 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 13:12 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Generic-VM-DPDK-Compile-Meson#28654
Test environment and result as below:
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Environment | dpdk_meson_compile | dpdk_compile_ovs | dpdk_compile_spdk | dpdk_mingw64_compile | dpdk_msvc_compile |
+=====================+====================+==================+===================+======================+===================+
| CentOS Stream 9 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Debian Bullseye | FAIL | WARN | WARN | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 37 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Debian 12 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 38 (Clang) | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 38 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 39 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 40 (Clang) | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 40 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 39 (Clang) | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| openSUSE Leap 15 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| RHEL8 | FAIL | WARN | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| RHEL9 | PEND | PEND | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 24.04 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 20.04 | FAIL | WARN | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 22.04 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Alpine | PEND | PEND | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Windows Server 2022 | PASS | SKIPPED | SKIPPED | PASS | PASS |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Windows Server 2019 | PASS | SKIPPED | SKIPPED | PASS | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| FreeBSD 13.3 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
==== 20 line log output for Ubuntu 20.04 (dpdk_compile_ovs): ====
--- Failed to get log output ---
==== End log output ====
CentOS Stream 9
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.1 20230605
Debian Bullseye
Kernel: 5.4.0-167-generic
Compiler: gcc 10.2.1-6
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Debian 12
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Fedora 38 (Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 40 (Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
Fedora 40
Kernel: Depends on container host
Compiler: gcc 14.1.1
Fedora 39 (Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
openSUSE Leap 15
Kernel: 5.4.0-167-generic
Compiler: gcc 7.5.0
RHEL8
Kernel: 5.4.0-167-generic
Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)
RHEL9
Kernel: Depends on container host
Compiler: gcc 11.4.1
Ubuntu 24.04
Kernel: 5.4.0-167-generic
Compiler: gcc 13.2.0
Ubuntu 20.04
Kernel: 5.4.0-167-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Ubuntu 22.04
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.0
Alpine
Kernel: 5.4.0-167-generic
Compiler: gcc (Alpine 13.2.1_git20231014) 13.2.1 20231014
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9
Windows Server 2019
Kernel: 10.0.17763
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
FreeBSD 13.3
Kernel: 13.3-RELEASE-p1
Compiler: clang 17.0.6
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 13:12 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 13:12 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#250932
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS |
+---------------------+----------------+
| Windows Server 2022 | PASS |
+---------------------+----------------+
| CentOS Stream 9 | PASS |
+---------------------+----------------+
| Debian Bullseye | WARN |
+---------------------+----------------+
| Debian 12 | PEND |
+---------------------+----------------+
| Fedora 38 | PASS |
+---------------------+----------------+
| Fedora 38 (Clang) | PEND |
+---------------------+----------------+
| Fedora 39 | PEND |
+---------------------+----------------+
| Fedora 39 (Clang) | PEND |
+---------------------+----------------+
| Fedora 40 | PEND |
+---------------------+----------------+
| Fedora 40 (Clang) | PEND |
+---------------------+----------------+
==== 20 line log output for Debian Bullseye (dpdk_unit_test): ====
[1020/2785] Compiling C object 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_af_xdp@sta -Idrivers -I../drivers -Idrivers/net/af_xdp -I../drivers/net/af_xdp -Ilib/ethdev -I../lib/ethdev -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/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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-declara
tions -Wmissing-prototypes -Wnested-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 -DRTE_NET_AF_XDP_SHARED_UMEM -DETH_AF_XDP_UPDATE_XSKMAP -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.af_xdp -MD -MQ 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -MF 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o.d' -o 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -c ../drivers/net/af_xdp/rte_eth_af_xdp.c
../drivers/net/af_xdp/rte_eth_af_xdp.c: In function 'xdp_umem_configure':
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: storage size of 'range' isn't known
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: implicit declaration of function 'rte_mempool_get_mem_range'; did you mean 'rte_mempool_get_trailer'? [-Werror=implicit-function-declaration]
1170 | ret = rte_mempool_get_mem_range(mb_pool, &range);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| rte_mempool_get_trailer
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: nested extern declaration of 'rte_mempool_get_mem_range' [-Werror=nested-externs]
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: unused variable 'range' [-Werror=unused-variable]
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
cc1: all warnings being treated as errors
[1021/2785] Compiling C object 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_ddm.c.o'.
[1022/2785] Generating rte_common_sfc_efx.sym_chk with a meson_exe.py custom command.
[1023/2785] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
Windows Server 2019
Kernel: 10.0.17763
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9
CentOS Stream 9
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.1 20230605
Debian Bullseye
Kernel: 5.4.0-167-generic
Compiler: gcc 10.2.1-6
Debian 12
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 38 (Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 39
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39 (Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
Fedora 40
Kernel: Depends on container host
Compiler: gcc 14.1.1
Fedora 40 (Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 13:11 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 13:11 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Windows-Compile-DPDK-Meson#24243
Test environment and result as below:
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Environment | dpdk_meson_compile | dpdk_compile_ovs | dpdk_compile_spdk | dpdk_mingw64_compile | dpdk_msvc_compile |
+=====================+====================+==================+===================+======================+===================+
| CentOS Stream 9 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Debian Bullseye | FAIL | WARN | WARN | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 37 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Debian 12 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 38 (Clang) | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 38 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 39 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 40 (Clang) | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 40 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 39 (Clang) | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| openSUSE Leap 15 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| RHEL8 | FAIL | WARN | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| RHEL9 | PEND | PEND | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 24.04 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 20.04 | FAIL | WARN | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 22.04 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Alpine | PEND | PEND | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Windows Server 2022 | PASS | SKIPPED | SKIPPED | PASS | PASS |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Windows Server 2019 | PASS | SKIPPED | SKIPPED | PASS | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| FreeBSD 13.3 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
==== 20 line log output for Ubuntu 20.04 (dpdk_compile_ovs): ====
--- Failed to get log output ---
==== End log output ====
CentOS Stream 9
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.1 20230605
Debian Bullseye
Kernel: 5.4.0-167-generic
Compiler: gcc 10.2.1-6
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Debian 12
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Fedora 38 (Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 40 (Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
Fedora 40
Kernel: Depends on container host
Compiler: gcc 14.1.1
Fedora 39 (Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
openSUSE Leap 15
Kernel: 5.4.0-167-generic
Compiler: gcc 7.5.0
RHEL8
Kernel: 5.4.0-167-generic
Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)
RHEL9
Kernel: Depends on container host
Compiler: gcc 11.4.1
Ubuntu 24.04
Kernel: 5.4.0-167-generic
Compiler: gcc 13.2.0
Ubuntu 20.04
Kernel: 5.4.0-167-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Ubuntu 22.04
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.0
Alpine
Kernel: 5.4.0-167-generic
Compiler: gcc (Alpine 13.2.1_git20231014) 13.2.1 20231014
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9
Windows Server 2019
Kernel: 10.0.17763
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
FreeBSD 13.3
Kernel: 13.3-RELEASE-p1
Compiler: clang 17.0.6
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 13:11 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 13:11 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#250924
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS |
+---------------------+----------------+
| Windows Server 2022 | PASS |
+---------------------+----------------+
| CentOS Stream 9 | PASS |
+---------------------+----------------+
| Debian Bullseye | WARN |
+---------------------+----------------+
| Debian 12 | PEND |
+---------------------+----------------+
| Fedora 38 | PASS |
+---------------------+----------------+
| Fedora 38 (Clang) | PEND |
+---------------------+----------------+
| Fedora 39 | PEND |
+---------------------+----------------+
| Fedora 39 (Clang) | PEND |
+---------------------+----------------+
| Fedora 40 | PEND |
+---------------------+----------------+
| Fedora 40 (Clang) | PEND |
+---------------------+----------------+
==== 20 line log output for Debian Bullseye (dpdk_unit_test): ====
[1020/2785] Compiling C object 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_af_xdp@sta -Idrivers -I../drivers -Idrivers/net/af_xdp -I../drivers/net/af_xdp -Ilib/ethdev -I../lib/ethdev -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/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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-declara
tions -Wmissing-prototypes -Wnested-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 -DRTE_NET_AF_XDP_SHARED_UMEM -DETH_AF_XDP_UPDATE_XSKMAP -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.af_xdp -MD -MQ 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -MF 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o.d' -o 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -c ../drivers/net/af_xdp/rte_eth_af_xdp.c
../drivers/net/af_xdp/rte_eth_af_xdp.c: In function 'xdp_umem_configure':
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: storage size of 'range' isn't known
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: implicit declaration of function 'rte_mempool_get_mem_range'; did you mean 'rte_mempool_get_trailer'? [-Werror=implicit-function-declaration]
1170 | ret = rte_mempool_get_mem_range(mb_pool, &range);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| rte_mempool_get_trailer
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: nested extern declaration of 'rte_mempool_get_mem_range' [-Werror=nested-externs]
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: unused variable 'range' [-Werror=unused-variable]
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
cc1: all warnings being treated as errors
[1021/2785] Compiling C object 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_ddm.c.o'.
[1022/2785] Generating rte_common_sfc_efx.sym_chk with a meson_exe.py custom command.
[1023/2785] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
Windows Server 2019
Kernel: 10.0.17763
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9
CentOS Stream 9
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.1 20230605
Debian Bullseye
Kernel: 5.4.0-167-generic
Compiler: gcc 10.2.1-6
Debian 12
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 38 (Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 39
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39 (Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
Fedora 40
Kernel: Depends on container host
Compiler: gcc 14.1.1
Fedora 40 (Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 13:11 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 13:11 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Windows-Compile-DPDK-Mingw64#21426
Test environment and result as below:
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Environment | dpdk_meson_compile | dpdk_compile_ovs | dpdk_compile_spdk | dpdk_mingw64_compile | dpdk_msvc_compile |
+=====================+====================+==================+===================+======================+===================+
| CentOS Stream 9 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Debian Bullseye | FAIL | WARN | WARN | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 37 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Debian 12 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 38 (Clang) | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 38 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 39 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 40 (Clang) | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 40 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 39 (Clang) | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| openSUSE Leap 15 | PASS | PEND | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| RHEL8 | FAIL | WARN | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| RHEL9 | PEND | PEND | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 24.04 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 20.04 | FAIL | WARN | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 22.04 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Alpine | PEND | PEND | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Windows Server 2022 | PASS | SKIPPED | SKIPPED | PASS | PASS |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Windows Server 2019 | PASS | SKIPPED | SKIPPED | PASS | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| FreeBSD 13.3 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
==== 20 line log output for Ubuntu 20.04 (dpdk_compile_ovs): ====
--- Failed to get log output ---
==== End log output ====
CentOS Stream 9
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.1 20230605
Debian Bullseye
Kernel: 5.4.0-167-generic
Compiler: gcc 10.2.1-6
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Debian 12
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Fedora 38 (Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 40 (Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
Fedora 40
Kernel: Depends on container host
Compiler: gcc 14.1.1
Fedora 39 (Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
openSUSE Leap 15
Kernel: 5.4.0-167-generic
Compiler: gcc 7.5.0
RHEL8
Kernel: 5.4.0-167-generic
Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)
RHEL9
Kernel: Depends on container host
Compiler: gcc 11.4.1
Ubuntu 24.04
Kernel: 5.4.0-167-generic
Compiler: gcc 13.2.0
Ubuntu 20.04
Kernel: 5.4.0-167-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Ubuntu 22.04
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.0
Alpine
Kernel: 5.4.0-167-generic
Compiler: gcc (Alpine 13.2.1_git20231014) 13.2.1 20231014
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9
Windows Server 2019
Kernel: 10.0.17763
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
FreeBSD 13.3
Kernel: 13.3-RELEASE-p1
Compiler: clang 17.0.6
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 13:08 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 13:08 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Windows-Compile-DPDK-Meson#24242
Test environment and result as below:
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Environment | dpdk_meson_compile | dpdk_compile_ovs | dpdk_compile_spdk | dpdk_mingw64_compile | dpdk_msvc_compile |
+=====================+====================+==================+===================+======================+===================+
| CentOS Stream 9 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Debian Bullseye | FAIL | WARN | WARN | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 37 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Debian 12 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 38 (Clang) | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 38 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 39 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 40 (Clang) | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 40 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 39 (Clang) | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| openSUSE Leap 15 | PEND | PEND | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| RHEL8 | FAIL | WARN | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| RHEL9 | PEND | PEND | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 24.04 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 20.04 | FAIL | WARN | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 22.04 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Alpine | PEND | PEND | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Windows Server 2022 | PEND | SKIPPED | SKIPPED | PASS | PEND |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Windows Server 2019 | PASS | SKIPPED | SKIPPED | PEND | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| FreeBSD 13.3 | PEND | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
==== 20 line log output for Ubuntu 20.04 (dpdk_compile_ovs): ====
--- Failed to get log output ---
==== End log output ====
CentOS Stream 9
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.1 20230605
Debian Bullseye
Kernel: 5.4.0-167-generic
Compiler: gcc 10.2.1-6
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Debian 12
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Fedora 38 (Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 40 (Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
Fedora 40
Kernel: Depends on container host
Compiler: gcc 14.1.1
Fedora 39 (Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
openSUSE Leap 15
Kernel: 5.4.0-167-generic
Compiler: gcc 7.5.0
RHEL8
Kernel: 5.4.0-167-generic
Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)
RHEL9
Kernel: Depends on container host
Compiler: gcc 11.4.1
Ubuntu 24.04
Kernel: 5.4.0-167-generic
Compiler: gcc 13.2.0
Ubuntu 20.04
Kernel: 5.4.0-167-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Ubuntu 22.04
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.0
Alpine
Kernel: 5.4.0-167-generic
Compiler: gcc (Alpine 13.2.1_git20231014) 13.2.1 20231014
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9
Windows Server 2019
Kernel: 10.0.17763
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
FreeBSD 13.3
Kernel: 13.3-RELEASE-p1
Compiler: clang 17.0.6
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 13:06 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 13:06 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Windows-Compile-DPDK-Mingw64#21427
Test environment and result as below:
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Environment | dpdk_meson_compile | dpdk_compile_ovs | dpdk_compile_spdk | dpdk_mingw64_compile | dpdk_msvc_compile |
+=====================+====================+==================+===================+======================+===================+
| CentOS Stream 9 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Debian Bullseye | FAIL | WARN | WARN | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 37 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Debian 12 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 38 (Clang) | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 38 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 39 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 40 (Clang) | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 40 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 39 (Clang) | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| openSUSE Leap 15 | PEND | PEND | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| RHEL8 | FAIL | WARN | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| RHEL9 | PEND | PEND | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 24.04 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 20.04 | FAIL | WARN | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 22.04 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Alpine | PEND | PEND | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Windows Server 2022 | PEND | SKIPPED | SKIPPED | PASS | PEND |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Windows Server 2019 | PEND | SKIPPED | SKIPPED | PEND | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| FreeBSD 13.3 | PEND | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
==== 20 line log output for Ubuntu 20.04 (dpdk_compile_ovs): ====
--- Failed to get log output ---
==== End log output ====
CentOS Stream 9
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.1 20230605
Debian Bullseye
Kernel: 5.4.0-167-generic
Compiler: gcc 10.2.1-6
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Debian 12
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Fedora 38 (Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 40 (Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
Fedora 40
Kernel: Depends on container host
Compiler: gcc 14.1.1
Fedora 39 (Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
openSUSE Leap 15
Kernel: 5.4.0-167-generic
Compiler: gcc 7.5.0
RHEL8
Kernel: 5.4.0-167-generic
Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)
RHEL9
Kernel: Depends on container host
Compiler: gcc 11.4.1
Ubuntu 24.04
Kernel: 5.4.0-167-generic
Compiler: gcc 13.2.0
Ubuntu 20.04
Kernel: 5.4.0-167-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Ubuntu 22.04
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.0
Alpine
Kernel: 5.4.0-167-generic
Compiler: gcc (Alpine 13.2.1_git20231014) 13.2.1 20231014
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9
Windows Server 2019
Kernel: 10.0.17763
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
FreeBSD 13.3
Kernel: 13.3-RELEASE-p1
Compiler: clang 17.0.6
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 13:03 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 13:03 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#287004
Test environment and result as below:
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Environment | dpdk_meson_compile | dpdk_compile_ovs | dpdk_compile_spdk | dpdk_mingw64_compile | dpdk_msvc_compile |
+=====================+====================+==================+===================+======================+===================+
| CentOS Stream 9 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Debian Bullseye | FAIL | WARN | WARN | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 37 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Debian 12 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 38 (Clang) | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 38 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 39 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 40 (Clang) | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 40 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 39 (Clang) | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| openSUSE Leap 15 | PEND | PEND | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| RHEL8 | FAIL | WARN | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| RHEL9 | PEND | PEND | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 24.04 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 20.04 | FAIL | WARN | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 22.04 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Alpine | PEND | PEND | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Windows Server 2022 | PEND | SKIPPED | SKIPPED | PEND | PEND |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Windows Server 2019 | PEND | SKIPPED | SKIPPED | PEND | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| FreeBSD 13.3 | PEND | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
==== 20 line log output for Ubuntu 20.04 (dpdk_compile_ovs): ====
--- Failed to get log output ---
==== End log output ====
CentOS Stream 9
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.1 20230605
Debian Bullseye
Kernel: 5.4.0-167-generic
Compiler: gcc 10.2.1-6
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Debian 12
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Fedora 38 (Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 40 (Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
Fedora 40
Kernel: Depends on container host
Compiler: gcc 14.1.1
Fedora 39 (Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
openSUSE Leap 15
Kernel: 5.4.0-167-generic
Compiler: gcc 7.5.0
RHEL8
Kernel: 5.4.0-167-generic
Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)
RHEL9
Kernel: Depends on container host
Compiler: gcc 11.4.1
Ubuntu 24.04
Kernel: 5.4.0-167-generic
Compiler: gcc 13.2.0
Ubuntu 20.04
Kernel: 5.4.0-167-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Ubuntu 22.04
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.0
Alpine
Kernel: 5.4.0-167-generic
Compiler: gcc (Alpine 13.2.1_git20231014) 13.2.1 20231014
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9
Windows Server 2019
Kernel: 10.0.17763
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
FreeBSD 13.3
Kernel: 13.3-RELEASE-p1
Compiler: clang 17.0.6
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 13:03 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 13:03 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Generic-VM-Unit-Test-DPDK#24774
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS |
+---------------------+----------------+
| Windows Server 2022 | PASS |
+---------------------+----------------+
| CentOS Stream 9 | PEND |
+---------------------+----------------+
| Debian Bullseye | WARN |
+---------------------+----------------+
| Debian 12 | PEND |
+---------------------+----------------+
| Fedora 38 | PEND |
+---------------------+----------------+
| Fedora 38 (Clang) | PEND |
+---------------------+----------------+
| Fedora 39 | PEND |
+---------------------+----------------+
==== 20 line log output for Debian Bullseye (dpdk_unit_test): ====
[1020/2785] Compiling C object 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_af_xdp@sta -Idrivers -I../drivers -Idrivers/net/af_xdp -I../drivers/net/af_xdp -Ilib/ethdev -I../lib/ethdev -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/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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-declara
tions -Wmissing-prototypes -Wnested-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 -DRTE_NET_AF_XDP_SHARED_UMEM -DETH_AF_XDP_UPDATE_XSKMAP -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.af_xdp -MD -MQ 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -MF 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o.d' -o 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -c ../drivers/net/af_xdp/rte_eth_af_xdp.c
../drivers/net/af_xdp/rte_eth_af_xdp.c: In function 'xdp_umem_configure':
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: storage size of 'range' isn't known
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: implicit declaration of function 'rte_mempool_get_mem_range'; did you mean 'rte_mempool_get_trailer'? [-Werror=implicit-function-declaration]
1170 | ret = rte_mempool_get_mem_range(mb_pool, &range);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| rte_mempool_get_trailer
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: nested extern declaration of 'rte_mempool_get_mem_range' [-Werror=nested-externs]
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: unused variable 'range' [-Werror=unused-variable]
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
cc1: all warnings being treated as errors
[1021/2785] Compiling C object 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_ddm.c.o'.
[1022/2785] Generating rte_common_sfc_efx.sym_chk with a meson_exe.py custom command.
[1023/2785] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
Windows Server 2019
Kernel: 10.0.17763
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9
CentOS Stream 9
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.1 20230605
Debian Bullseye
Kernel: 5.4.0-167-generic
Compiler: gcc 10.2.1-6
Debian 12
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 38 (Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 39
Kernel: Depends on container host
Compiler: gcc 13.2.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 13:01 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 13:01 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#287002
Test environment and result as below:
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Environment | dpdk_meson_compile | dpdk_compile_ovs | dpdk_compile_spdk | dpdk_mingw64_compile | dpdk_msvc_compile |
+=====================+====================+==================+===================+======================+===================+
| CentOS Stream 9 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Debian Bullseye | FAIL | WARN | WARN | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 37 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Debian 12 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 38 (Clang) | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 38 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 39 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 40 (Clang) | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 40 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 39 (Clang) | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| openSUSE Leap 15 | PEND | PEND | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| RHEL8 | FAIL | WARN | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| RHEL9 | PEND | PEND | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 24.04 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 20.04 | FAIL | WARN | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 22.04 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Alpine | PEND | PEND | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Windows Server 2022 | PEND | SKIPPED | SKIPPED | PEND | PEND |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Windows Server 2019 | PEND | SKIPPED | SKIPPED | PEND | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
==== 20 line log output for Ubuntu 20.04 (dpdk_compile_ovs): ====
--- Failed to get log output ---
==== End log output ====
CentOS Stream 9
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.1 20230605
Debian Bullseye
Kernel: 5.4.0-167-generic
Compiler: gcc 10.2.1-6
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Debian 12
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Fedora 38 (Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 40 (Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
Fedora 40
Kernel: Depends on container host
Compiler: gcc 14.1.1
Fedora 39 (Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
openSUSE Leap 15
Kernel: 5.4.0-167-generic
Compiler: gcc 7.5.0
RHEL8
Kernel: 5.4.0-167-generic
Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)
RHEL9
Kernel: Depends on container host
Compiler: gcc 11.4.1
Ubuntu 24.04
Kernel: 5.4.0-167-generic
Compiler: gcc 13.2.0
Ubuntu 20.04
Kernel: 5.4.0-167-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Ubuntu 22.04
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.0
Alpine
Kernel: 5.4.0-167-generic
Compiler: gcc (Alpine 13.2.1_git20231014) 13.2.1 20231014
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9
Windows Server 2019
Kernel: 10.0.17763
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 12:59 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 12:59 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#250926
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PEND |
+---------------------+----------------+
| Windows Server 2022 | PASS |
+---------------------+----------------+
| CentOS Stream 9 | PEND |
+---------------------+----------------+
| Debian Bullseye | WARN |
+---------------------+----------------+
| Debian 12 | PEND |
+---------------------+----------------+
| Fedora 38 | PEND |
+---------------------+----------------+
| Fedora 38 (Clang) | PEND |
+---------------------+----------------+
==== 20 line log output for Debian Bullseye (dpdk_unit_test): ====
[1020/2785] Compiling C object 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_af_xdp@sta -Idrivers -I../drivers -Idrivers/net/af_xdp -I../drivers/net/af_xdp -Ilib/ethdev -I../lib/ethdev -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/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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-declara
tions -Wmissing-prototypes -Wnested-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 -DRTE_NET_AF_XDP_SHARED_UMEM -DETH_AF_XDP_UPDATE_XSKMAP -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.af_xdp -MD -MQ 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -MF 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o.d' -o 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -c ../drivers/net/af_xdp/rte_eth_af_xdp.c
../drivers/net/af_xdp/rte_eth_af_xdp.c: In function 'xdp_umem_configure':
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: storage size of 'range' isn't known
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: implicit declaration of function 'rte_mempool_get_mem_range'; did you mean 'rte_mempool_get_trailer'? [-Werror=implicit-function-declaration]
1170 | ret = rte_mempool_get_mem_range(mb_pool, &range);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| rte_mempool_get_trailer
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: nested extern declaration of 'rte_mempool_get_mem_range' [-Werror=nested-externs]
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: unused variable 'range' [-Werror=unused-variable]
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
cc1: all warnings being treated as errors
[1021/2785] Compiling C object 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_ddm.c.o'.
[1022/2785] Generating rte_common_sfc_efx.sym_chk with a meson_exe.py custom command.
[1023/2785] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
Windows Server 2019
Kernel: 10.0.17763
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9
CentOS Stream 9
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.1 20230605
Debian Bullseye
Kernel: 5.4.0-167-generic
Compiler: gcc 10.2.1-6
Debian 12
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 38 (Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 12:59 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 12:59 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Generic-VM-Unit-Test-DPDK#24775
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PEND |
+---------------------+----------------+
| Windows Server 2022 | PASS |
+---------------------+----------------+
| CentOS Stream 9 | PEND |
+---------------------+----------------+
| Debian Bullseye | WARN |
+---------------------+----------------+
| Debian 12 | PEND |
+---------------------+----------------+
| Fedora 38 | PEND |
+---------------------+----------------+
| Fedora 38 (Clang) | PEND |
+---------------------+----------------+
==== 20 line log output for Debian Bullseye (dpdk_unit_test): ====
[1020/2785] Compiling C object 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_af_xdp@sta -Idrivers -I../drivers -Idrivers/net/af_xdp -I../drivers/net/af_xdp -Ilib/ethdev -I../lib/ethdev -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/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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-declara
tions -Wmissing-prototypes -Wnested-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 -DRTE_NET_AF_XDP_SHARED_UMEM -DETH_AF_XDP_UPDATE_XSKMAP -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.af_xdp -MD -MQ 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -MF 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o.d' -o 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -c ../drivers/net/af_xdp/rte_eth_af_xdp.c
../drivers/net/af_xdp/rte_eth_af_xdp.c: In function 'xdp_umem_configure':
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: storage size of 'range' isn't known
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: implicit declaration of function 'rte_mempool_get_mem_range'; did you mean 'rte_mempool_get_trailer'? [-Werror=implicit-function-declaration]
1170 | ret = rte_mempool_get_mem_range(mb_pool, &range);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| rte_mempool_get_trailer
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: nested extern declaration of 'rte_mempool_get_mem_range' [-Werror=nested-externs]
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: unused variable 'range' [-Werror=unused-variable]
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
cc1: all warnings being treated as errors
[1021/2785] Compiling C object 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_ddm.c.o'.
[1022/2785] Generating rte_common_sfc_efx.sym_chk with a meson_exe.py custom command.
[1023/2785] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
Windows Server 2019
Kernel: 10.0.17763
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9
CentOS Stream 9
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.1 20230605
Debian Bullseye
Kernel: 5.4.0-167-generic
Compiler: gcc 10.2.1-6
Debian 12
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 38 (Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 12:58 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 12:58 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#286992
Test environment and result as below:
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Environment | dpdk_meson_compile | dpdk_compile_ovs | dpdk_compile_spdk | dpdk_mingw64_compile | dpdk_msvc_compile |
+=====================+====================+==================+===================+======================+===================+
| CentOS Stream 9 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Debian Bullseye | FAIL | WARN | WARN | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 37 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Debian 12 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 38 (Clang) | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 38 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 39 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 40 (Clang) | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 40 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 39 (Clang) | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| openSUSE Leap 15 | PEND | PEND | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| RHEL8 | FAIL | PEND | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| RHEL9 | PEND | PEND | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 24.04 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 20.04 | PEND | PEND | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 22.04 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Alpine | PEND | PEND | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Windows Server 2022 | PEND | SKIPPED | SKIPPED | PEND | PEND |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
==== 20 line log output for RHEL8 (dpdk_meson_compile): ====
[1052/2823] Generating rte_net_af_packet.pmd.c with a custom command.
[1053/2823] Compiling C object 'drivers/a715181@@rte_net_af_packet@sta/meson-generated_.._rte_net_af_packet.pmd.c.o'.
[1054/2823] Linking static target drivers/librte_net_af_packet.a.
[1055/2823] Compiling C object 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_af_xdp@sta -Idrivers -I../drivers -Idrivers/net/af_xdp -I../drivers/net/af_xdp -Ilib/ethdev -I../lib/ethdev -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/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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-declara
tions -Wmissing-prototypes -Wnested-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 -DRTE_NET_AF_XDP_SHARED_UMEM -DETH_AF_XDP_UPDATE_XSKMAP -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.af_xdp -MD -MQ 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -MF 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o.d' -o 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -c ../drivers/net/af_xdp/rte_eth_af_xdp.c
../drivers/net/af_xdp/rte_eth_af_xdp.c: In function 'xdp_umem_configure':
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: storage size of 'range' isn't known
struct rte_mempool_mem_range_info range;
^~~~~
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: implicit declaration of function 'rte_mempool_get_mem_range'; did you mean 'rte_mempool_get_trailer'? [-Werror=implicit-function-declaration]
ret = rte_mempool_get_mem_range(mb_pool, &range);
^~~~~~~~~~~~~~~~~~~~~~~~~
rte_mempool_get_trailer
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: nested extern declaration of 'rte_mempool_get_mem_range' [-Werror=nested-externs]
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: unused variable 'range' [-Werror=unused-variable]
struct rte_mempool_mem_range_info range;
^~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
CentOS Stream 9
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.1 20230605
Debian Bullseye
Kernel: 5.4.0-167-generic
Compiler: gcc 10.2.1-6
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Debian 12
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Fedora 38 (Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 40 (Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
Fedora 40
Kernel: Depends on container host
Compiler: gcc 14.1.1
Fedora 39 (Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
openSUSE Leap 15
Kernel: 5.4.0-167-generic
Compiler: gcc 7.5.0
RHEL8
Kernel: 5.4.0-167-generic
Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)
RHEL9
Kernel: Depends on container host
Compiler: gcc 11.4.1
Ubuntu 24.04
Kernel: 5.4.0-167-generic
Compiler: gcc 13.2.0
Ubuntu 20.04
Kernel: 5.4.0-167-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Ubuntu 22.04
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.0
Alpine
Kernel: 5.4.0-167-generic
Compiler: gcc (Alpine 13.2.1_git20231014) 13.2.1 20231014
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 12:58 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 12:58 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#250927
Test environment and result as below:
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Environment | dpdk_unit_test | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest |
+=============================+================+==============+===========================+==============================+
| 32-bit Ubuntu 20.04.4 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| CentOS Stream 9 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Debian 11 (Buster) (ARM) | WARN | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 37 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 38 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Ubuntu 20.04 ARM SVE | SKIPPED | PASS | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Debian 12 (arm) | SKIPPED | SKIPPED | PEND | PEND |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
==== 20 line log output for Debian 11 (Buster) (ARM) (dpdk_unit_test): ====
[988/3092] Compiling C object 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_af_xdp@sta -Idrivers -I../drivers -Idrivers/net/af_xdp -I../drivers/net/af_xdp -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/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/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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-declara
tions -Wmissing-prototypes -Wnested-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=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_NET_AF_XDP_SHARED_UMEM -DETH_AF_XDP_UPDATE_XSKMAP -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.af_xdp -MD -MQ 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -MF 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o.d' -o 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -c ../drivers/net/af_xdp/rte_eth_af_xdp.c
../drivers/net/af_xdp/rte_eth_af_xdp.c: In function 'xdp_umem_configure':
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: storage size of 'range' isn't known
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: implicit declaration of function 'rte_mempool_get_mem_range'; did you mean 'rte_mempool_get_trailer'? [-Werror=implicit-function-declaration]
1170 | ret = rte_mempool_get_mem_range(mb_pool, &range);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| rte_mempool_get_trailer
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: nested extern declaration of 'rte_mempool_get_mem_range' [-Werror=nested-externs]
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: unused variable 'range' [-Werror=unused-variable]
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
cc1: all warnings being treated as errors
[989/3092] Compiling C object 'drivers/a715181@@tmp_rte_net_af_packet@sta/net_af_packet_rte_eth_af_packet.c.o'.
[990/3092] Generating rte_dma_dpaa2.sym_chk with a meson_exe.py custom command.
[991/3092] Generating rte_common_sfc_efx.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
32-bit Ubuntu 20.04.4 (ARM)
Kernel: 5.4.0-155-generic aarch64
Compiler: gcc 9.4
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.4.1
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-167-generic
Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0
Debian 12 (arm)
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
* |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 12:56 dpdklab
0 siblings, 0 replies; 70+ messages in thread
From: dpdklab @ 2024-08-11 12:56 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
Luca Boccassi
_Testing issues_
Branch: 23.11-staging
5bd8d23843b70d5bedff28aa055da857dbd97958 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#250921
Test environment and result as below:
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Environment | dpdk_unit_test | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest |
+=============================+================+==============+===========================+==============================+
| 32-bit Ubuntu 20.04.4 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| CentOS Stream 9 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Debian 11 (Buster) (ARM) | WARN | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 37 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Ubuntu 20.04 ARM SVE | SKIPPED | PASS | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Debian 12 (arm) | SKIPPED | SKIPPED | PEND | PEND |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
==== 20 line log output for Debian 11 (Buster) (ARM) (dpdk_unit_test): ====
[988/3092] Compiling C object 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_af_xdp@sta -Idrivers -I../drivers -Idrivers/net/af_xdp -I../drivers/net/af_xdp -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/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/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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-declara
tions -Wmissing-prototypes -Wnested-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=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_NET_AF_XDP_SHARED_UMEM -DETH_AF_XDP_UPDATE_XSKMAP -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.af_xdp -MD -MQ 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -MF 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o.d' -o 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -c ../drivers/net/af_xdp/rte_eth_af_xdp.c
../drivers/net/af_xdp/rte_eth_af_xdp.c: In function 'xdp_umem_configure':
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: storage size of 'range' isn't known
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: implicit declaration of function 'rte_mempool_get_mem_range'; did you mean 'rte_mempool_get_trailer'? [-Werror=implicit-function-declaration]
1170 | ret = rte_mempool_get_mem_range(mb_pool, &range);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| rte_mempool_get_trailer
../drivers/net/af_xdp/rte_eth_af_xdp.c:1170:9: error: nested extern declaration of 'rte_mempool_get_mem_range' [-Werror=nested-externs]
../drivers/net/af_xdp/rte_eth_af_xdp.c:1138:36: error: unused variable 'range' [-Werror=unused-variable]
1138 | struct rte_mempool_mem_range_info range;
| ^~~~~
cc1: all warnings being treated as errors
[989/3092] Compiling C object 'drivers/a715181@@tmp_rte_net_af_packet@sta/net_af_packet_rte_eth_af_packet.c.o'.
[990/3092] Generating rte_dma_dpaa2.sym_chk with a meson_exe.py custom command.
[991/3092] Generating rte_common_sfc_efx.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
32-bit Ubuntu 20.04.4 (ARM)
Kernel: 5.4.0-155-generic aarch64
Compiler: gcc 9.4
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.4.1
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-167-generic
Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0
Debian 12 (arm)
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/30206/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 70+ messages in thread
end of thread, other threads:[~2024-08-11 15:23 UTC | newest]
Thread overview: 70+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-11 13:29 |FAILURE| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958 dpdklab
-- strict thread matches above, loose matches on Subject: below --
2024-08-11 15:23 dpdklab
2024-08-11 15:17 dpdklab
2024-08-11 15:08 dpdklab
2024-08-11 14:59 dpdklab
2024-08-11 14:53 dpdklab
2024-08-11 14:50 dpdklab
2024-08-11 14:44 dpdklab
2024-08-11 14:40 dpdklab
2024-08-11 14:38 dpdklab
2024-08-11 14:29 dpdklab
2024-08-11 14:20 dpdklab
2024-08-11 14:15 dpdklab
2024-08-11 14:07 dpdklab
2024-08-11 14:06 dpdklab
2024-08-11 14:03 dpdklab
2024-08-11 13:59 dpdklab
2024-08-11 13:56 dpdklab
2024-08-11 13:51 dpdklab
2024-08-11 13:50 dpdklab
2024-08-11 13:48 dpdklab
2024-08-11 13:45 dpdklab
2024-08-11 13:44 dpdklab
2024-08-11 13:42 dpdklab
2024-08-11 13:41 dpdklab
2024-08-11 13:40 dpdklab
2024-08-11 13:40 dpdklab
2024-08-11 13:38 dpdklab
2024-08-11 13:36 dpdklab
2024-08-11 13:35 dpdklab
2024-08-11 13:35 dpdklab
2024-08-11 13:34 dpdklab
2024-08-11 13:34 dpdklab
2024-08-11 13:33 dpdklab
2024-08-11 13:33 dpdklab
2024-08-11 13:32 dpdklab
2024-08-11 13:32 dpdklab
2024-08-11 13:31 dpdklab
2024-08-11 13:31 dpdklab
2024-08-11 13:30 dpdklab
2024-08-11 13:29 dpdklab
2024-08-11 13:25 dpdklab
2024-08-11 13:25 dpdklab
2024-08-11 13:24 dpdklab
2024-08-11 13:24 dpdklab
2024-08-11 13:24 dpdklab
2024-08-11 13:21 dpdklab
2024-08-11 13:20 dpdklab
2024-08-11 13:20 dpdklab
2024-08-11 13:17 dpdklab
2024-08-11 13:16 dpdklab
2024-08-11 13:14 dpdklab
2024-08-11 13:14 dpdklab
2024-08-11 13:13 dpdklab
2024-08-11 13:12 dpdklab
2024-08-11 13:12 dpdklab
2024-08-11 13:12 dpdklab
2024-08-11 13:11 dpdklab
2024-08-11 13:11 dpdklab
2024-08-11 13:11 dpdklab
2024-08-11 13:08 dpdklab
2024-08-11 13:06 dpdklab
2024-08-11 13:03 dpdklab
2024-08-11 13:03 dpdklab
2024-08-11 13:01 dpdklab
2024-08-11 12:59 dpdklab
2024-08-11 12:59 dpdklab
2024-08-11 12:58 dpdklab
2024-08-11 12:58 dpdklab
2024-08-11 12:56 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).