|FAILURE| pw130826 [PATCH v8 8/8] net/ntnic: adds socket connection to PMD

0-day Robot robot at bytheb.org
Tue Aug 29 10:59:12 CEST 2023


From: robot at bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/6009950293
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-20.04-gcc-debug+doc+examples+tests" failed at step Build and test
"ubuntu-20.04-clang-asan+doc+tests" failed at step Build and test
"fedora:37-gcc" failed at step Build
"fedora:37-clang" failed at step Build
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-debug+doc+examples+tests" at step Build and test
####################################################################################
[1815/3928] Linking static target drivers/net/ngbe/base/libngbe_base.a.
[1816/3928] Compiling C object 'drivers/a715181@@tmp_rte_net_ngbe at sta/net_ngbe_ngbe_ethdev.c.o'.
[1817/3928] Compiling C object 'drivers/a715181@@tmp_rte_net_ngbe at sta/net_ngbe_ngbe_pf.c.o'.
[1818/3928] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic at sta/net_ntnic_adapter_nt4ga_pci_ta_tg.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_ntnic at sta/net_ntnic_adapter_nt4ga_pci_ta_tg.c.o 
ccache gcc -Idrivers/a715181@@tmp_rte_net_ntnic at sta -Idrivers -I../drivers -Idrivers/net/ntnic -I../drivers/net/ntnic -I../drivers/net/ntnic/adapter -I../drivers/net/ntnic/include -I../drivers/net/ntnic/nim -I../drivers/net/ntnic/ntlog/include -I../drivers/net/ntnic/ntutil/include -I../drivers/net/ntnic/nthw -I../drivers/net/ntnic/nthw/core -I../drivers/net/ntnic/nthw/supported -I../drivers/net/ntnic/nthw/flow_api -I../drivers/net/ntnic/nthw/flow_filter -I../drivers/net/ntnic/ntconnect/include -I../drivers/net/ntnic/sensors -I../drivers/net/ntnic/sensors/avr_sensors -I../drivers/net/ntnic/sensors/board_sensors -I../drivers/net/ntnic/sensors/nim_sensors -I../drivers/net/ntnic/sensors/ntavr -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 -Ilib/vhost -I../lib/vhost -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/hash -I../lib/hash -Ilib/dmadev -I../lib/dmadev -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -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-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=corei7 -mrtm -Wno-format-truncation -DDEBUG -DNT_TOOLS -march=corei7 -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.ntnic -MD -MQ 'drivers/a715181@@tmp_rte_net_ntnic at sta/net_ntnic_adapter_nt4ga_pci_ta_tg.c.o' -MF 'drivers/a715181@@tmp_rte_net_ntnic at sta/net_ntnic_adapter_nt4ga_pci_ta_tg.c.o.d' -o 'drivers/a715181@@tmp_rte_net_ntnic at sta/net_ntnic_adapter_nt4ga_pci_ta_tg.c.o' -c ../drivers/net/ntnic/adapter/nt4ga_pci_ta_tg.c
In file included from ../drivers/net/ntnic/adapter/nt4ga_pci_ta_tg.c:6:
../drivers/net/ntnic/adapter/nt4ga_pci_ta_tg.c: In function ‘nt4ga_pci_ta_tg_measure_throughput_run’:
../drivers/net/ntnic/ntutil/include/nt_util.h:37:34: error: implicit declaration of function ‘rte_log2_u64’; did you mean ‘rte_log_dump’? [-Werror=implicit-function-declaration]
   37 | #define ALIGN_SIZE(_size_) (1 << rte_log2_u64(_size_))
      |                                  ^~~~~~~~~~~~
../drivers/net/ntnic/adapter/nt4ga_pci_ta_tg.c:186:28: note: in expansion of macro ‘ALIGN_SIZE’
  186 |  const size_t align_size = ALIGN_SIZE(dma_buf_size);
      |                            ^~~~~~~~~~
../drivers/net/ntnic/ntutil/include/nt_util.h:37:34: error: nested extern declaration of ‘rte_log2_u64’ [-Werror=nested-externs]
   37 | #define ALIGN_SIZE(_size_) (1 << rte_log2_u64(_size_))
      |                                  ^~~~~~~~~~~~
../drivers/net/ntnic/adapter/nt4ga_pci_ta_tg.c:186:28: note: in expansion of macro ‘ALIGN_SIZE’
  186 |  const size_t align_size = ALIGN_SIZE(dma_buf_size);
      |                            ^~~~~~~~~~
cc1: all warnings being treated as errors
[1819/3928] Compiling C object 'drivers/a715181@@tmp_rte_net_ngbe at sta/net_ngbe_ngbe_rxtx.c.o'.
[1820/3928] 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-20.04-gcc-debug+doc+examples+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-clang-asan+doc+tests" at step Build and test
####################################################################################
[1828/3928] Compiling C object 'drivers/a715181@@rte_net_ngbe at sha/meson-generated_.._rte_net_ngbe.pmd.c.o'.
[1829/3928] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic at sta/net_ntnic_adapter_nt4ga_link.c.o'.
[1830/3928] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic at sta/net_ntnic_adapter_nt4ga_adapter.c.o'.
[1831/3928] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic at sta/net_ntnic_adapter_nt4ga_link_100g.c.o'.
[1832/3928] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic at sta/net_ntnic_adapter_nt4ga_pci_ta_tg.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_ntnic at sta/net_ntnic_adapter_nt4ga_pci_ta_tg.c.o 
ccache clang -Idrivers/a715181@@tmp_rte_net_ntnic at sta -Idrivers -I../drivers -Idrivers/net/ntnic -I../drivers/net/ntnic -I../drivers/net/ntnic/adapter -I../drivers/net/ntnic/include -I../drivers/net/ntnic/nim -I../drivers/net/ntnic/ntlog/include -I../drivers/net/ntnic/ntutil/include -I../drivers/net/ntnic/nthw -I../drivers/net/ntnic/nthw/core -I../drivers/net/ntnic/nthw/supported -I../drivers/net/ntnic/nthw/flow_api -I../drivers/net/ntnic/nthw/flow_filter -I../drivers/net/ntnic/ntconnect/include -I../drivers/net/ntnic/sensors -I../drivers/net/ntnic/sensors/avr_sensors -I../drivers/net/ntnic/sensors/board_sensors -I../drivers/net/ntnic/sensors/nim_sensors -I../drivers/net/ntnic/sensors/ntavr -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 -Ilib/vhost -I../lib/vhost -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/hash -I../lib/hash -Ilib/dmadev -I../lib/dmadev -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 -DDEBUG -DNT_TOOLS -march=corei7 -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.ntnic -DRTE_ANNOTATE_LOCKS -Wthread-safety -MD -MQ 'drivers/a715181@@tmp_rte_net_ntnic at sta/net_ntnic_adapter_nt4ga_pci_ta_tg.c.o' -MF 'drivers/a715181@@tmp_rte_net_ntnic at sta/net_ntnic_adapter_nt4ga_pci_ta_tg.c.o.d' -o 'drivers/a715181@@tmp_rte_net_ntnic at sta/net_ntnic_adapter_nt4ga_pci_ta_tg.c.o' -c ../drivers/net/ntnic/adapter/nt4ga_pci_ta_tg.c
../drivers/net/ntnic/adapter/nt4ga_pci_ta_tg.c:186:28: error: implicit declaration of function 'rte_log2_u64' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
        const size_t align_size = ALIGN_SIZE(dma_buf_size);
                                  ^
../drivers/net/ntnic/ntutil/include/nt_util.h:37:34: note: expanded from macro 'ALIGN_SIZE'
#define ALIGN_SIZE(_size_) (1 << rte_log2_u64(_size_))
                                 ^
../drivers/net/ntnic/adapter/nt4ga_pci_ta_tg.c:186:28: note: did you mean 'rte_log_dump'?
../drivers/net/ntnic/ntutil/include/nt_util.h:37:34: note: expanded from macro 'ALIGN_SIZE'
#define ALIGN_SIZE(_size_) (1 << rte_log2_u64(_size_))
                                 ^
../lib/log/rte_log.h:254:6: note: 'rte_log_dump' declared here
void rte_log_dump(FILE *f);
     ^
1 error generated.
[1833/3928] Linking target drivers/librte_net_ngbe.so.24.0.
[1834/3928] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic at sta/net_ntnic_nim_i2c_nim.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-clang-asan+doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "fedora:37-gcc" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:37-gcc" at step Build
####################################################################################




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


More information about the test-report mailing list