|FAILURE| pw143712 [PATCH 19/19] net/xsc: add dev basic stats ops

0-day Robot robot at bytheb.org
Fri Sep 6 15:04:39 CEST 2024


From: robot at bytheb.org

Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/143712/

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/10738322254
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-22.04-clang-stdatomic" failed at step Build and test
"ubuntu-22.04-clang-asan+doc+tests" failed at step Build and test
"ubuntu-22.04-gcc-static-i386" failed at step Build and test
"ubuntu-22.04-gcc-static-mingw" failed at step Build and test
"ubuntu-22.04-gcc-shared-aarch64" failed at step Build and test
"ubuntu-22.04-gcc-ppc64le" failed at step Build and test
"ubuntu-22.04-gcc-riscv64" failed at step Build and test
"fedora:39-clang" failed at step Build
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-22.04-clang-stdatomic" at step Build and test
####################################################################################
[2177/3040] Compiling C object 'drivers/a715181@@tmp_rte_net_virtio at sta/net_virtio_virtio_user_vhost_user.c.o'.
[2178/3040] Compiling C object 'drivers/a715181@@tmp_rte_net_virtio at sta/net_virtio_virtio_user_virtio_user_dev.c.o'.
[2179/3040] Compiling C object 'drivers/a715181@@tmp_rte_net_xsc at sta/net_xsc_xsc_dev.c.o'.
[2180/3040] Linking static target drivers/libtmp_rte_net_virtio.a.
[2181/3040] Compiling C object 'drivers/a715181@@tmp_rte_net_xsc at sta/net_xsc_xsc_ethdev.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_xsc at sta/net_xsc_xsc_ethdev.c.o 
ccache clang -Idrivers/a715181@@tmp_rte_net_xsc at sta -Idrivers -I../drivers -Idrivers/net/xsc -I../drivers/net/xsc -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 -I/usr/include/libnl3 -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O2 -g -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=corei7 -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DHAVE_XSC_DV_PROVIDER=0 -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.xsc -DRTE_ANNOTATE_LOCKS -Wthread-safety -MD -MQ 'drivers/a715181@@tmp_rte_net_xsc at sta/net_xsc_xsc_ethdev.c.o' -MF 'drivers/a715181@@tmp_rte_net_xsc at sta/net_xsc_xsc_ethdev.c.o.d' -o 'drivers/a715181@@tmp_rte_net_xsc at sta/net_xsc_xsc_ethdev.c.o' -c ../drivers/net/xsc/xsc_ethdev.c
../drivers/net/xsc/xsc_ethdev.c:170:23: error: use of logical '&&' with constant operand [-Werror,-Wconstant-logical-operand]
        if (rxmode->offloads && RTE_ETH_RX_OFFLOAD_VLAN_FILTER) {
                             ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/xsc/xsc_ethdev.c:170:23: note: use '&' for a bitwise operation
        if (rxmode->offloads && RTE_ETH_RX_OFFLOAD_VLAN_FILTER) {
                             ^~
                             &
../drivers/net/xsc/xsc_ethdev.c:170:23: note: remove constant to silence this warning
        if (rxmode->offloads && RTE_ETH_RX_OFFLOAD_VLAN_FILTER) {
                            ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[2182/3040] Compiling C object 'drivers/a715181@@tmp_rte_net_xsc at sta/net_xsc_xsc_utils.c.o'.
[2183/3040] Compiling C object 'drivers/a715181@@tmp_rte_net_vmxnet3 at sta/net_vmxnet3_vmxnet3_ethdev.c.o'.
[2184/3040] Generating rte_net_virtio.pmd.c with a custom command.
[2185/3040] Compiling C object 'drivers/a715181@@tmp_rte_net_xsc at sta/net_xsc_xsc_ctrl.c.o'.
[2186/3040] Compiling C object 'drivers/a715181@@tmp_rte_net_xsc at sta/net_xsc_xsc_rxtx.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-clang-stdatomic" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-clang-asan+doc+tests" at step Build and test
####################################################################################
[2191/4125] Linking static target drivers/librte_net_virtio.a.
[2192/4125] Compiling C object 'drivers/a715181@@rte_net_virtio at sha/meson-generated_.._rte_net_virtio.pmd.c.o'.
[2193/4125] Compiling C object 'drivers/a715181@@tmp_rte_net_xsc at sta/net_xsc_xsc_dev.c.o'.
[2194/4125] Linking target drivers/librte_net_virtio.so.25.0.
[2195/4125] Compiling C object 'drivers/a715181@@tmp_rte_net_xsc at sta/net_xsc_xsc_ethdev.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_xsc at sta/net_xsc_xsc_ethdev.c.o 
ccache clang -Idrivers/a715181@@tmp_rte_net_xsc at sta -Idrivers -I../drivers -Idrivers/net/xsc -I../drivers/net/xsc -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 -I/usr/include/libnl3 -Xclang -fcolor-diagnostics -fsanitize=address -fno-omit-frame-pointer -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O2 -g -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=corei7 -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DHAVE_XSC_DV_PROVIDER=0 -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.xsc -DRTE_ANNOTATE_LOCKS -Wthread-safety -MD -MQ 'drivers/a715181@@tmp_rte_net_xsc at sta/net_xsc_xsc_ethdev.c.o' -MF 'drivers/a715181@@tmp_rte_net_xsc at sta/net_xsc_xsc_ethdev.c.o.d' -o 'drivers/a715181@@tmp_rte_net_xsc at sta/net_xsc_xsc_ethdev.c.o' -c ../drivers/net/xsc/xsc_ethdev.c
../drivers/net/xsc/xsc_ethdev.c:170:23: error: use of logical '&&' with constant operand [-Werror,-Wconstant-logical-operand]
        if (rxmode->offloads && RTE_ETH_RX_OFFLOAD_VLAN_FILTER) {
                             ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/xsc/xsc_ethdev.c:170:23: note: use '&' for a bitwise operation
        if (rxmode->offloads && RTE_ETH_RX_OFFLOAD_VLAN_FILTER) {
                             ^~
                             &
../drivers/net/xsc/xsc_ethdev.c:170:23: note: remove constant to silence this warning
        if (rxmode->offloads && RTE_ETH_RX_OFFLOAD_VLAN_FILTER) {
                            ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[2196/4125] Compiling C object 'drivers/a715181@@tmp_rte_net_xsc at sta/net_xsc_xsc_utils.c.o'.
[2197/4125] Compiling C object 'drivers/a715181@@tmp_rte_net_vmxnet3 at sta/net_vmxnet3_vmxnet3_rxtx.c.o'.
[2198/4125] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5 at sta/net_mlx5_mlx5_tx_empw.c.o'.
[2199/4125] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5 at sta/net_mlx5_mlx5_tx_txpp.c.o'.
[2200/4125] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5 at sta/net_mlx5_mlx5_tx_nompw.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-clang-asan+doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-static-i386" at step Build and test
####################################################################################
Header <linux/pkt_cls.h> has symbol "TCA_FLOWER_ACT" : YES 
Run-time dependency libbpf found: NO (tried pkgconfig)
Message: net/tap: no RSS support missing libbpf
Message: drivers/net/tap: Defining dependency "net_tap"
Message: drivers/net/txgbe: Defining dependency "net_txgbe"
Compiler for C supports arguments -D_BSD_SOURCE: YES 
Compiler for C supports arguments -D_DEFAULT_SOURCE: YES 
Compiler for C supports arguments -D_XOPEN_SOURCE=600: YES 
Message: drivers/net/vdev_netvsc: Defining dependency "net_vdev_netvsc"
Message: drivers/net/vhost: Defining dependency "net_vhost"
Compiler for C supports arguments -mavx512f: YES 
Compiler for C supports arguments -mavx512vl: YES 
Compiler for C supports arguments -mavx512bw: YES 
Message: drivers/net/virtio: Defining dependency "net_virtio"
Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES 
Compiler for C supports arguments -Wno-unused-value -Wunused-value: YES 
Compiler for C supports arguments -Wno-strict-aliasing -Wstrict-aliasing: YES 
Compiler for C supports arguments -Wno-format-extra-args -Wformat-extra-args: YES 
Message: drivers/net/vmxnet3: Defining dependency "net_vmxnet3"
Run-time dependency libibverbs found: NO (tried pkgconfig)

drivers/net/xsc/meson.build:20:4: ERROR: Dependency "libibverbs" not found, tried pkgconfig

A full log can be found at /home/runner/work/dpdk/dpdk/build/meson-logs/meson-log.txt
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-static-i386" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-static-mingw" at step Build and test
####################################################################################
Message: drivers/net/ixgbe: Defining dependency "net_ixgbe"
Message: Disabling mlx5 [drivers/net/mlx5]: missing internal dependency "common_mlx5"
Message: drivers/net/null: Defining dependency "net_null"
Fetching value of define "__AVX2__" : 1 (cached)
Compiler for C supports arguments -Wno-strict-aliasing -Wstrict-aliasing: YES 
Compiler for C supports arguments -flax-vector-conversions: YES 
Message: drivers/net/octeon_ep: Defining dependency "net_octeon_ep"
Library iphlpapi found: YES
Compiler for C supports arguments -Wno-pointer-arith -Wpointer-arith: YES 
Message: drivers/net/ring: Defining dependency "net_ring"
Header <linux/pkt_cls.h> has symbol "TCA_FLOWER_ACT" : NO 
Compiler for C supports arguments -D_BSD_SOURCE: YES 
Compiler for C supports arguments -D_DEFAULT_SOURCE: YES 
Compiler for C supports arguments -D_XOPEN_SOURCE=600: YES 
Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES 
Compiler for C supports arguments -Wno-unused-value -Wunused-value: YES 
Compiler for C supports arguments -Wno-strict-aliasing -Wstrict-aliasing: YES 
Compiler for C supports arguments -Wno-format-extra-args -Wformat-extra-args: YES 
Message: drivers/net/vmxnet3: Defining dependency "net_vmxnet3"
Run-time dependency libibverbs found: NO (tried pkgconfig)

drivers/net/xsc/meson.build:20:4: ERROR: Dependency "libibverbs" not found, tried pkgconfig

A full log can be found at /home/runner/work/dpdk/dpdk/build/meson-logs/meson-log.txt
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-static-mingw" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-shared-aarch64" at step Build and test
####################################################################################
Header <linux/pkt_cls.h> has symbol "TCA_FLOWER_ACT" : YES 
Run-time dependency libbpf found: NO (tried pkgconfig)
Message: net/tap: no RSS support missing libbpf
Message: drivers/net/tap: Defining dependency "net_tap"
Compiler for C supports arguments -fno-prefetch-loop-arrays: YES 
Compiler for C supports arguments -Wno-maybe-uninitialized -Wmaybe-uninitialized: YES 
Message: drivers/net/thunderx: Defining dependency "net_thunderx"
Message: drivers/net/txgbe: Defining dependency "net_txgbe"
Compiler for C supports arguments -D_BSD_SOURCE: YES 
Compiler for C supports arguments -D_DEFAULT_SOURCE: YES 
Compiler for C supports arguments -D_XOPEN_SOURCE=600: YES 
Message: drivers/net/vdev_netvsc: Defining dependency "net_vdev_netvsc"
Message: drivers/net/vhost: Defining dependency "net_vhost"
Message: drivers/net/virtio: Defining dependency "net_virtio"
Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES 
Compiler for C supports arguments -Wno-unused-value -Wunused-value: YES 
Compiler for C supports arguments -Wno-strict-aliasing -Wstrict-aliasing: YES 
Compiler for C supports arguments -Wno-format-extra-args -Wformat-extra-args: YES 
Message: drivers/net/vmxnet3: Defining dependency "net_vmxnet3"
Run-time dependency libibverbs found: NO 

drivers/net/xsc/meson.build:20:4: ERROR: Pkg-config binary for machine MachineChoice.HOST not found. Giving up.

A full log can be found at /home/runner/work/dpdk/dpdk/build/meson-logs/meson-log.txt
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-shared-aarch64" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-ppc64le" at step Build and test
####################################################################################
Header <linux/pkt_cls.h> has symbol "TCA_FLOWER_ACT" : YES 
Run-time dependency libbpf found: NO (tried pkgconfig)
Message: net/tap: no RSS support missing libbpf
Message: drivers/net/tap: Defining dependency "net_tap"
Compiler for C supports arguments -fno-prefetch-loop-arrays: YES 
Compiler for C supports arguments -Wno-maybe-uninitialized -Wmaybe-uninitialized: YES 
Message: drivers/net/thunderx: Defining dependency "net_thunderx"
Message: drivers/net/txgbe: Defining dependency "net_txgbe"
Compiler for C supports arguments -D_BSD_SOURCE: YES 
Compiler for C supports arguments -D_DEFAULT_SOURCE: YES 
Compiler for C supports arguments -D_XOPEN_SOURCE=600: YES 
Message: drivers/net/vdev_netvsc: Defining dependency "net_vdev_netvsc"
Message: drivers/net/vhost: Defining dependency "net_vhost"
Message: drivers/net/virtio: Defining dependency "net_virtio"
Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES 
Compiler for C supports arguments -Wno-unused-value -Wunused-value: YES 
Compiler for C supports arguments -Wno-strict-aliasing -Wstrict-aliasing: YES 
Compiler for C supports arguments -Wno-format-extra-args -Wformat-extra-args: YES 
Message: drivers/net/vmxnet3: Defining dependency "net_vmxnet3"
Run-time dependency libibverbs found: NO 

drivers/net/xsc/meson.build:20:4: ERROR: Pkg-config binary for machine MachineChoice.HOST not found. Giving up.

A full log can be found at /home/runner/work/dpdk/dpdk/build/meson-logs/meson-log.txt
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-ppc64le" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-riscv64" at step Build and test
####################################################################################
Header <linux/pkt_cls.h> has symbol "TCA_FLOWER_ACT" : YES 
Run-time dependency libbpf found: NO (tried pkgconfig)
Message: net/tap: no RSS support missing libbpf
Message: drivers/net/tap: Defining dependency "net_tap"
Compiler for C supports arguments -fno-prefetch-loop-arrays: YES 
Compiler for C supports arguments -Wno-maybe-uninitialized -Wmaybe-uninitialized: YES 
Message: drivers/net/thunderx: Defining dependency "net_thunderx"
Message: drivers/net/txgbe: Defining dependency "net_txgbe"
Compiler for C supports arguments -D_BSD_SOURCE: YES 
Compiler for C supports arguments -D_DEFAULT_SOURCE: YES 
Compiler for C supports arguments -D_XOPEN_SOURCE=600: YES 
Message: drivers/net/vdev_netvsc: Defining dependency "net_vdev_netvsc"
Message: drivers/net/vhost: Defining dependency "net_vhost"
Message: drivers/net/virtio: Defining dependency "net_virtio"
Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES 
Compiler for C supports arguments -Wno-unused-value -Wunused-value: YES 
Compiler for C supports arguments -Wno-strict-aliasing -Wstrict-aliasing: YES 
Compiler for C supports arguments -Wno-format-extra-args -Wformat-extra-args: YES 
Message: drivers/net/vmxnet3: Defining dependency "net_vmxnet3"
Run-time dependency libibverbs found: NO 

drivers/net/xsc/meson.build:20:4: ERROR: Pkg-config binary for machine MachineChoice.HOST not found. Giving up.

A full log can be found at /home/runner/work/dpdk/dpdk/build/meson-logs/meson-log.txt
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-riscv64" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "fedora:39-clang" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:39-clang" at step Build
####################################################################################
--------------------------------END LOGS-----------------------------


More information about the test-report mailing list