automatic DPDK test reports
 help / color / mirror / Atom feed
From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: mko-plv@napatech.com, robot@bytheb.org
Subject: |FAILURE| pw130826 [PATCH v8 8/8] net/ntnic: adds socket connection to PMD
Date: Tue, 29 Aug 2023 04:59:12 -0400	[thread overview]
Message-ID: <20230829085912.2979943-1-robot@bytheb.org> (raw)
In-Reply-To: <20230829081510.944465-8-mko-plv@napatech.com>

From: robot@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@sta/net_ngbe_ngbe_ethdev.c.o'.
[1817/3928] Compiling C object 'drivers/a715181@@tmp_rte_net_ngbe@sta/net_ngbe_ngbe_pf.c.o'.
[1818/3928] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_adapter_nt4ga_pci_ta_tg.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_adapter_nt4ga_pci_ta_tg.c.o 
ccache gcc -Idrivers/a715181@@tmp_rte_net_ntnic@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@sta/net_ntnic_adapter_nt4ga_pci_ta_tg.c.o' -MF 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_adapter_nt4ga_pci_ta_tg.c.o.d' -o 'drivers/a715181@@tmp_rte_net_ntnic@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@sta/net_ngbe_ngbe_rxtx.c.o'.
[1820/3928] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@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@sha/meson-generated_.._rte_net_ngbe.pmd.c.o'.
[1829/3928] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_adapter_nt4ga_link.c.o'.
[1830/3928] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_adapter_nt4ga_adapter.c.o'.
[1831/3928] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_adapter_nt4ga_link_100g.c.o'.
[1832/3928] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_adapter_nt4ga_pci_ta_tg.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_adapter_nt4ga_pci_ta_tg.c.o 
ccache clang -Idrivers/a715181@@tmp_rte_net_ntnic@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@sta/net_ntnic_adapter_nt4ga_pci_ta_tg.c.o' -MF 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_adapter_nt4ga_pci_ta_tg.c.o.d' -o 'drivers/a715181@@tmp_rte_net_ntnic@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@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-----------------------------

      parent reply	other threads:[~2023-08-29  8:59 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20230829081510.944465-8-mko-plv@napatech.com>
2023-08-29  8:19 ` |WARNING| " checkpatch
2023-08-29  8:26 ` |SUCCESS| pw130828-130826 " qemudev
2023-08-29  8:30 ` qemudev
2023-08-29  8:59 ` 0-day Robot [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230829085912.2979943-1-robot@bytheb.org \
    --to=robot@bytheb.org \
    --cc=mko-plv@napatech.com \
    --cc=test-report@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).