automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 13:47 dpdklab
  0 siblings, 0 replies; 5+ messages in thread
From: dpdklab @ 2024-08-11 13:47 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#250946

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               | PASS           |
+---------------------+----------------+
| 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] 5+ messages in thread

* |WARNING| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 14:49 dpdklab
  0 siblings, 0 replies; 5+ messages in thread
From: dpdklab @ 2024-08-11 14:49 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#250953

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)          | PASS           | 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] 5+ messages in thread

* |WARNING| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 14:03 dpdklab
  0 siblings, 0 replies; 5+ 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: Template-DTS-Pipeline#174391

Test environment and result as below:

+--------------------+----------------------+----------------------+
|    Environment     | dpdk_fips_validation | compressdev_zlib_pmd |
+====================+======================+======================+
| Ubuntu 20.04       | WARN                 | SKIPPED              |
+--------------------+----------------------+----------------------+
| Ubuntu 22.04 (ARM) | SKIPPED              | PASS                 |
+--------------------+----------------------+----------------------+
| Ubuntu 22.04       | SKIPPED              | PASS                 |
+--------------------+----------------------+----------------------+

==== 20 line log output for Ubuntu 20.04 (dpdk_fips_validation): ====
|                                    ^~~~~
cc1: all warnings being treated as errors
[1019/2812] Compiling C object 'drivers/a715181@@rte_dma_ioat@sha/meson-generated_.._rte_dma_ioat.pmd.c.o'.
[1020/2812] Compiling C object 'drivers/a715181@@rte_dma_ioat@sta/meson-generated_.._rte_dma_ioat.pmd.c.o'.
[1021/2812] Compiling C object 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_udm.c.o'.
[1022/2812] Compiling C object 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_pktgen.c.o'.
[1023/2812] Compiling C object 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_ethdev.c.o'.
[1024/2812] Compiling C object 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_mpu.c.o'.
[1025/2812] Compiling C object 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_ethdev_tx.c.o'.
[1026/2812] Compiling C object 'drivers/a715181@@tmp_rte_dma_skeleton@sta/dma_skeleton_skeleton_dmadev.c.o'.
[1027/2812] Generating rte_dma_dpaa2.sym_chk with a meson_exe.py custom command.
[1028/2812] Compiling C object 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_pktchkr.c.o'.
[1029/2812] Compiling C object 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_pktdir.c.o'.
[1030/2812] Compiling C object 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_ethdev_rx.c.o'.
[1031/2812] Generating pipeline.sym_chk with a meson_exe.py custom command.
[1032/2812] Compiling C object 'drivers/a715181@@tmp_rte_net_txgbe@sta/net_txgbe_txgbe_rxtx.c.o'.
[1033/2812] Generating rte_common_mlx5.sym_chk with a meson_exe.py custom command.
[1034/2812] Generating rte_common_sfc_efx.sym_chk with a meson_exe.py custom command.
[1035/2812] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====

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

Ubuntu 22.04 (ARM)
	Kernel: 5.15.0-97-generic
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

Ubuntu 22.04
	Kernel: 5.15.0-100-generic
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.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] 5+ messages in thread

* |WARNING| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 13:46 dpdklab
  0 siblings, 0 replies; 5+ messages in thread
From: dpdklab @ 2024-08-11 13:46 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: Template-DTS-Pipeline#174392

Test environment and result as below:

+--------------------+----------------------+----------------------+
|    Environment     | dpdk_fips_validation | compressdev_zlib_pmd |
+====================+======================+======================+
| Ubuntu 20.04       | WARN                 | SKIPPED              |
+--------------------+----------------------+----------------------+
| Ubuntu 22.04 (ARM) | SKIPPED              | PASS                 |
+--------------------+----------------------+----------------------+

==== 20 line log output for Ubuntu 20.04 (dpdk_fips_validation): ====
|                                    ^~~~~
cc1: all warnings being treated as errors
[1019/2812] Compiling C object 'drivers/a715181@@rte_dma_ioat@sha/meson-generated_.._rte_dma_ioat.pmd.c.o'.
[1020/2812] Compiling C object 'drivers/a715181@@rte_dma_ioat@sta/meson-generated_.._rte_dma_ioat.pmd.c.o'.
[1021/2812] Compiling C object 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_udm.c.o'.
[1022/2812] Compiling C object 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_pktgen.c.o'.
[1023/2812] Compiling C object 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_ethdev.c.o'.
[1024/2812] Compiling C object 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_mpu.c.o'.
[1025/2812] Compiling C object 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_ethdev_tx.c.o'.
[1026/2812] Compiling C object 'drivers/a715181@@tmp_rte_dma_skeleton@sta/dma_skeleton_skeleton_dmadev.c.o'.
[1027/2812] Generating rte_dma_dpaa2.sym_chk with a meson_exe.py custom command.
[1028/2812] Compiling C object 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_pktchkr.c.o'.
[1029/2812] Compiling C object 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_pktdir.c.o'.
[1030/2812] Compiling C object 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_ethdev_rx.c.o'.
[1031/2812] Generating pipeline.sym_chk with a meson_exe.py custom command.
[1032/2812] Compiling C object 'drivers/a715181@@tmp_rte_net_txgbe@sta/net_txgbe_txgbe_rxtx.c.o'.
[1033/2812] Generating rte_common_mlx5.sym_chk with a meson_exe.py custom command.
[1034/2812] Generating rte_common_sfc_efx.sym_chk with a meson_exe.py custom command.
[1035/2812] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====

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

Ubuntu 22.04 (ARM)
	Kernel: 5.15.0-97-generic
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.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] 5+ messages in thread

* |WARNING| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958
@ 2024-08-11 12:46 dpdklab
  0 siblings, 0 replies; 5+ messages in thread
From: dpdklab @ 2024-08-11 12:46 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: ACVP-FIPS-testing#6597

Test environment and result as below:

+--------------+----------------------+
| Environment  | dpdk_fips_validation |
+==============+======================+
| Ubuntu 20.04 | WARN                 |
+--------------+----------------------+

==== 20 line log output for Ubuntu 20.04 (dpdk_fips_validation): ====
|                                    ^~~~~
cc1: all warnings being treated as errors
[1019/2812] Compiling C object 'drivers/a715181@@rte_dma_ioat@sha/meson-generated_.._rte_dma_ioat.pmd.c.o'.
[1020/2812] Compiling C object 'drivers/a715181@@rte_dma_ioat@sta/meson-generated_.._rte_dma_ioat.pmd.c.o'.
[1021/2812] Compiling C object 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_udm.c.o'.
[1022/2812] Compiling C object 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_pktgen.c.o'.
[1023/2812] Compiling C object 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_ethdev.c.o'.
[1024/2812] Compiling C object 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_mpu.c.o'.
[1025/2812] Compiling C object 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_ethdev_tx.c.o'.
[1026/2812] Compiling C object 'drivers/a715181@@tmp_rte_dma_skeleton@sta/dma_skeleton_skeleton_dmadev.c.o'.
[1027/2812] Generating rte_dma_dpaa2.sym_chk with a meson_exe.py custom command.
[1028/2812] Compiling C object 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_pktchkr.c.o'.
[1029/2812] Compiling C object 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_pktdir.c.o'.
[1030/2812] Compiling C object 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_ethdev_rx.c.o'.
[1031/2812] Generating pipeline.sym_chk with a meson_exe.py custom command.
[1032/2812] Compiling C object 'drivers/a715181@@tmp_rte_net_txgbe@sta/net_txgbe_txgbe_rxtx.c.o'.
[1033/2812] Generating rte_common_mlx5.sym_chk with a meson_exe.py custom command.
[1034/2812] Generating rte_common_sfc_efx.sym_chk with a meson_exe.py custom command.
[1035/2812] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====

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] 5+ messages in thread

end of thread, other threads:[~2024-08-11 14:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-11 13:47 |WARNING| [GIT MASTER] 5bd8d23843b70d5bedff28aa055da857dbd97958 dpdklab
  -- strict thread matches above, loose matches on Subject: below --
2024-08-11 14:49 dpdklab
2024-08-11 14:03 dpdklab
2024-08-11 13:46 dpdklab
2024-08-11 12:46 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).