automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| pw112581-112585 [PATCH] [v6, 5/5] raw/ifpga: add HE-HSSI AFU driver
@ 2022-06-09  4:51 dpdklab
  0 siblings, 0 replies; 2+ messages in thread
From: dpdklab @ 2022-06-09  4:51 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Wei Huang

[-- Attachment #1: Type: text/plain, Size: 5065 bytes --]

Test-Label: iol-aarch64-unit-testing
Test-Status: FAILURE
http://dpdk.org/patch/112585

_Testing issues_

Submitter: Wei Huang <wei.huang@intel.com>
Date: Thursday, June 09 2022 02:44:10 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:1ab4156e7d57858fca1db448ac7a0792e1d527b6

112581-112585 --> testing fail

Test environment and result as below:

+-------------------------------+----------------+--------------+
|          Environment          | dpdk_unit_test | lpm_autotest |
+===============================+================+==============+
| Ubuntu 20.04 ARM Clang Native | FAIL           | SKIPPED      |
+-------------------------------+----------------+--------------+
| Ubuntu 20.04 ARM GCC Native   | FAIL           | SKIPPED      |
+-------------------------------+----------------+--------------+
| Ubuntu 20.04 ARM SVE          | SKIPPED        | PASS         |
+-------------------------------+----------------+--------------+

==== 20 line log output for Ubuntu 20.04 ARM GCC Native (dpdk_unit_test): ====
[2235/3500] Compiling C object drivers/libtmp_rte_raw_ifpga.a.p/raw_ifpga_afu_pmd_n3000.c.o
FAILED: drivers/libtmp_rte_raw_ifpga.a.p/raw_ifpga_afu_pmd_n3000.c.o
ccache cc -Idrivers/libtmp_rte_raw_ifpga.a.p -Idrivers -I../drivers -Idrivers/raw/ifpga -I../drivers/raw/ifpga -Idrivers/raw/ifpga/base -I../drivers/raw/ifpga/base -Idrivers/net/ipn3ke -I../drivers/net/ipn3ke -Idrivers/net/i40e -I../drivers/net/i40e -Ilib/rawdev -I../lib/rawdev -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/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/ethdev -I../lib/ethdev -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 -Ilib/pci -I../lib/pci -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Idrivers/bus/vdev -I../drivers/bus/vdev -Idrivers/bus/ifpga -I../drivers/bus/ifpga -Idrivers/net/i40e/base -I../drivers/net/i40e/base -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/sched -I../lib/sched -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -O3 -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=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=pmd.raw.ifpga -MD -MQ drivers/libtmp_rte_raw_ifpga.a.p/raw_ifpga_afu_pmd_n3000.c.o -MF drivers/libtmp_rte_raw_ifpga.a.p/raw_ifpga_afu_pmd_n3000.c.o.d -o drivers/libtmp_rte_raw_ifpga.a.p/raw_ifpga_afu_pmd_n3000.c.o -c ../drivers/raw/ifpga/afu_pmd_n3000.c
../drivers/raw/ifpga/afu_pmd_n3000.c: In function ‘nlb_afu_test’:
../drivers/raw/ifpga/afu_pmd_n3000.c:165:3: error: implicit declaration of function ‘rte_delay_us’ [-Werror=implicit-function-declaration]
165 |   rte_delay_us(10);
|   ^~~~~~~~~~~~
../drivers/raw/ifpga/afu_pmd_n3000.c:165:3: error: nested extern declaration of ‘rte_delay_us’ [-Werror=nested-externs]
../drivers/raw/ifpga/afu_pmd_n3000.c:171:4: error: implicit declaration of function ‘rte_delay_ms’ [-Werror=implicit-function-declaration]
171 |    rte_delay_ms(cfg->timeout * 1000);
|    ^~~~~~~~~~~~
../drivers/raw/ifpga/afu_pmd_n3000.c:171:4: error: nested extern declaration of ‘rte_delay_ms’ [-Werror=nested-externs]
cc1: all warnings being treated as errors
[2236/3500] Generating drivers/rte_bus_fslmc.sym_chk with a custom command (wrapped by meson to capture output)
[2237/3500] Generating drivers/rte_common_mlx5.sym_chk with a custom command (wrapped by meson to capture output)
[2238/3500] Generating lib/ethdev.sym_chk with a custom command (wrapped by meson to capture output)
[2239/3500] Generating drivers/rte_common_sfc_efx.sym_chk with a custom command (wrapped by meson to capture output)
[2240/3500] Generating lib/eal.sym_chk with a custom command (wrapped by meson to capture output)
[2241/3500] Generating drivers/rte_common_cnxk.sym_chk with a custom command (wrapped by meson to capture output)
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/22517/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 2+ messages in thread

* |FAILURE| pw112581-112585 [PATCH] [v6, 5/5] raw/ifpga: add HE-HSSI AFU driver
@ 2022-06-09  4:52 dpdklab
  0 siblings, 0 replies; 2+ messages in thread
From: dpdklab @ 2022-06-09  4:52 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Wei Huang

[-- Attachment #1: Type: text/plain, Size: 4158 bytes --]

Test-Label: iol-aarch64-compile-testing
Test-Status: FAILURE
http://dpdk.org/patch/112585

_Testing issues_

Submitter: Wei Huang <wei.huang@intel.com>
Date: Thursday, June 09 2022 02:44:10 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:1ab4156e7d57858fca1db448ac7a0792e1d527b6

112581-112585 --> testing fail

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM GCC Native            | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Native          | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | PASS               |
+----------------------------------------+--------------------+

==== 20 line log output for Ubuntu 20.04 ARM Clang Native (dpdk_meson_compile): ====
[2082/3499] Generating drivers/rte_net_softnic.sym_chk with a custom command (wrapped by meson to capture output)
[2083/3499] Generating drivers/rte_raw_dpaa2_cmdif.sym_chk with a custom command (wrapped by meson to capture output)
[2084/3499] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_linux_mlx5_ethdev_os.c.o
[2085/3499] Compiling C object drivers/libtmp_rte_net_sfc.a.p/net_sfc_sfc_ef10_tx.c.o
[2086/3499] Compiling C object drivers/libtmp_rte_net_sfc.a.p/net_sfc_sfc_repr.c.o
[2087/3499] Compiling C object drivers/net/txgbe/base/libtxgbe_base.a.p/txgbe_phy.c.o
[2088/3499] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_tx_cn10k_tx_32_47.c.o
[2089/3499] Compiling C object drivers/libtmp_rte_net_hns3.a.p/net_hns3_hns3_ethdev.c.o
[2090/3499] Compiling C object drivers/libtmp_rte_net_tap.a.p/net_tap_rte_eth_tap.c.o
[2091/3499] Generating drivers/rte_common_mlx5.sym_chk with a custom command (wrapped by meson to capture output)
[2092/3499] Generating lib/ethdev.sym_chk with a custom command (wrapped by meson to capture output)
[2093/3499] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_tx_cn10k_tx_32_47_mseg.c.o
[2094/3499] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_tx_cn10k_tx_96_111_mseg.c.o
[2095/3499] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_rx_cn10k_rx_80_95.c.o
[2096/3499] Generating drivers/rte_common_sfc_efx.sym_chk with a custom command (wrapped by meson to capture output)
[2097/3499] Generating lib/eal.sym_chk with a custom command (wrapped by meson to capture output)
[2098/3499] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_tx_mpw.c.o
[2099/3499] Generating drivers/rte_common_cnxk.sym_chk with a custom command (wrapped by meson to capture output)
[2100/3499] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_tx_nompw.c.o
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

Ubuntu 20.04 ARM Clang Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: clang version 10.0.0-4ubuntu1

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/22517/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-09  4:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-09  4:51 |FAILURE| pw112581-112585 [PATCH] [v6, 5/5] raw/ifpga: add HE-HSSI AFU driver dpdklab
2022-06-09  4:52 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).