automatic DPDK test reports
 help / color / mirror / Atom feed
From: al-sw-devops@alabs.net
To: test-report@dpdk.org, atrwajee@amazon.com
Subject: |FAILURE| pw154152-154162 NXP DPAA2 driver enhancements and fixes
Date: Mon, 9 Jun 2025 10:12:25 +0300 (IDT)	[thread overview]
Message-ID: <2001347627.45682.1749453145472@ip-10-159-234-77.eu-west-1.compute.internal> (raw)

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

Test-Name: DPDK Fast test suite
Test-Label: aws-unit-testing
Test-Status: FAILURE
_Unit Testing FAILURE_
http://dpdk.org/patch/154162

Test Status Summary:

+--------------+------------------+
| Architecture | DPDK Unit Test   |
+--------------+------------------+
| x86_64       | PASS             |
+--------------+------------------+
| arm64        | FAILURE           |
+--------------+------------------+


Test environment (aarch64):
Apply error encountered
OS : Ubuntu 24.04.1 LTS
Kernel : 6.8.0-1024-aws
NIC : Elastic Network Adapter
GCC : 13.3.0-6ubuntu2~24.04

Test last 100 lines (aarch64)
[664/2553] Compiling C object drivers/libtmp_rte_mempool_dpaa2.a.p/mempool_dpaa2_dpaa2_hw_mempool.c.o
FAILED: drivers/libtmp_rte_mempool_dpaa2.a.p/mempool_dpaa2_dpaa2_hw_mempool.c.o 
cc -Idrivers/libtmp_rte_mempool_dpaa2.a.p -Idrivers -I../drivers -Idrivers/mempool/dpaa2 -I../drivers/mempool/dpaa2 -Ilib/mempool -I../lib/mempool -Ilib/eal/common -I../lib/eal/common -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 -I../kernel/linux -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/ring -I../lib/ring -Idrivers/bus/fslmc -I../drivers/bus/fslmc -I../drivers/bus/fslmc/mc -I../drivers/bus/fslmc/qbman/include -I../drivers/bus/fslmc/portal -Ilib/eal/linux -I../lib/eal/linux -Idrivers/common/dpaax -I../drivers/common/dpaax -I../drivers/common/dpaax/caamflib -Ilib/eventdev -I../lib/eventdev -Ilib/ethdev -I../lib/ethdev -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/meter -I../lib/meter -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/timer -I../lib/timer -Ilib/cryptodev -I../lib/cryptodev -Ilib/dmadev -I../lib/dmadev -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=c11 -O3 -include rte_config.h -Wvla -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-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -mcpu=neoverse-n1 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -Wno-address-of-packed-member -DRTE_LOG_DEFAULT_LOGTYPE=mempool.dpaa2 -MD -MQ drivers/libtmp_rte_mempool_dpaa2.a.p/mempool_dpaa2_dpaa2_hw_mempool.c.o -MF drivers/libtmp_rte_mempool_dpaa2.a.p/mempool_dpaa2_dpaa2_hw_mempool.c.o.d -o drivers/libtmp_rte_mempool_dpaa2.a.p/mempool_dpaa2_dpaa2_hw_mempool.c.o -c ../drivers/mempool/dpaa2/dpaa2_hw_mempool.c
../drivers/mempool/dpaa2/dpaa2_hw_mempool.c:41:1: error: version control conflict marker in file
   41 | <<<<<<< HEAD
      | ^~~~~~~
../drivers/mempool/dpaa2/dpaa2_hw_mempool.c: In function ‘rte_dpaa2_mpool_get_ops_idx’:
../drivers/mempool/dpaa2/dpaa2_hw_mempool.c:47:16: error: ‘s_dpaa2_pool_ops_idx’ undeclared (first use in this function); did you mean ‘rte_dpaa2_mpool_get_ops_idx’?
   47 |         return s_dpaa2_pool_ops_idx;
      |                ^~~~~~~~~~~~~~~~~~~~
      |                rte_dpaa2_mpool_get_ops_idx
../drivers/mempool/dpaa2/dpaa2_hw_mempool.c:47:16: note: each undeclared identifier is reported only once for each function it appears in
../drivers/mempool/dpaa2/dpaa2_hw_mempool.c:48:1: error: version control conflict marker in file
   48 | =======
      | ^~~~~~~
In file included from ../lib/eal/common/eal_export.h:8,
                 from ../drivers/mempool/dpaa2/dpaa2_hw_mempool.c:16:
../lib/mempool/rte_mempool.h:989:18: error: invalid storage class for function ‘mp_hdlr_init_dpaa2_mpool_ops’
  989 |         RTE_INIT(mp_hdlr_init_##ops)                            \
      |                  ^~~~~~~~~~~~~
../lib/eal/include/rte_common.h:362:64: note: in definition of macro ‘RTE_INIT_PRIO’
  362 | static void __attribute__((constructor(RTE_PRIO(prio)), used)) func(void)
      |                                                                ^~~~
../lib/mempool/rte_mempool.h:989:9: note: in expansion of macro ‘RTE_INIT’
  989 |         RTE_INIT(mp_hdlr_init_##ops)                            \
      |         ^~~~~~~~
../drivers/mempool/dpaa2/dpaa2_hw_mempool.c:547:1: note: in expansion of macro ‘RTE_MEMPOOL_REGISTER_OPS’
  547 | RTE_MEMPOOL_REGISTER_OPS(dpaa2_mpool_ops);
      | ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/mbuf/rte_mbuf.h:38,
                 from ../drivers/mempool/dpaa2/dpaa2_hw_mempool.c:17:
../drivers/mempool/dpaa2/dpaa2_hw_mempool.c: In function ‘mp_hdlr_init_dpaa2_mpool_ops’:
../drivers/mempool/dpaa2/dpaa2_hw_mempool.c:547:26: error: ‘dpaa2_mpool_ops’ undeclared (first use in this function)
  547 | RTE_MEMPOOL_REGISTER_OPS(dpaa2_mpool_ops);
      |                          ^~~~~~~~~~~~~~~
../lib/mempool/rte_mempool.h:991:43: note: in definition of macro ‘RTE_MEMPOOL_REGISTER_OPS’
  991 |                 rte_mempool_register_ops(&ops);                 \
      |                                           ^~~
../drivers/mempool/dpaa2/dpaa2_hw_mempool.c: In function ‘rte_dpaa2_mpool_get_ops_idx’:
../lib/log/rte_log.h:481:10: error: invalid storage class for function ‘__dpaa2_logtype_mempool’
  481 | RTE_INIT(__##type)                                                          \
      |          ^~
../lib/eal/include/rte_common.h:362:64: note: in definition of macro ‘RTE_INIT_PRIO’
  362 | static void __attribute__((constructor(RTE_PRIO(prio)), used)) func(void)
      |                                                                ^~~~
../lib/log/rte_log.h:481:1: note: in expansion of macro ‘RTE_INIT’
  481 | RTE_INIT(__##type)                                                          \
      | ^~~~~~~~
../lib/log/rte_log.h:509:9: note: in expansion of macro ‘RTE_LOG_REGISTER_IMPL’
  509 |         RTE_LOG_REGISTER_IMPL(type, RTE_STR(RTE_LOG_DEFAULT_LOGTYPE), level)
      |         ^~~~~~~~~~~~~~~~~~~~~
../drivers/mempool/dpaa2/dpaa2_hw_mempool.c:549:1: note: in expansion of macro ‘RTE_LOG_REGISTER_DEFAULT’
  549 | RTE_LOG_REGISTER_DEFAULT(dpaa2_logtype_mempool, NOTICE);
      | ^~~~~~~~~~~~~~~~~~~~~~~~
../drivers/mempool/dpaa2/dpaa2_hw_mempool.c:549:1: error: expected declaration or statement at end of input
../drivers/mempool/dpaa2/dpaa2_hw_mempool.c:550: warning: control reaches end of non-void function [-Wreturn-type]
../drivers/mempool/dpaa2/dpaa2_hw_mempool.c: At top level:
../drivers/mempool/dpaa2/dpaa2_hw_mempool.c:39:30: warning: ‘h_bp_list’ defined but not used [-Wunused-variable]
   39 | static struct dpaa2_bp_list *h_bp_list;
      |                              ^~~~~~~~~
[665/2553] Compiling C object drivers/libtmp_rte_mempool_cnxk.a.p/mempool_cnxk_cn10k_hwpool_ops.c.o
[666/2553] Compiling C object drivers/libtmp_rte_common_zsda.a.p/crypto_zsda_zsda_crypto_session.c.o
[667/2553] Compiling C object drivers/librte_common_qat.a.p/meson-generated_.._rte_common_qat.pmd.c.o
[668/2553] Compiling C object drivers/libtmp_rte_mempool_stack.a.p/mempool_stack_rte_mempool_stack.c.o
[669/2553] Compiling C object drivers/libtmp_rte_net_ark.a.p/net_ark_ark_ddm.c.o
[670/2553] Compiling C object drivers/libtmp_rte_common_cnxk.a.p/common_cnxk_roc_npc_mcam.c.o
[671/2553] Compiling C object drivers/libtmp_rte_common_zsda.a.p/common_zsda_zsda_qp.c.o
[672/2553] Compiling C object drivers/libtmp_rte_net_ark.a.p/net_ark_ark_mpu.c.o
[673/2553] Compiling C object drivers/libtmp_rte_dma_odm.a.p/dma_odm_odm.c.o
[674/2553] Compiling C object drivers/libtmp_rte_mempool_cnxk.a.p/mempool_cnxk_cn10k_mempool_ops.c.o
[675/2553] Compiling C object drivers/librte_common_qat_base_lib.a.p/common_sfc_efx_base_ef10_nic.c.o
[676/2553] Generating drivers/rte_common_sfc_efx.pmd.c with a custom command
[677/2553] Compiling C object drivers/libtmp_rte_mempool_octeontx.a.p/mempool_octeontx_octeontx_fpavf.c.o
[678/2553] Compiling C object drivers/libtmp_rte_net_ark.a.p/net_ark_ark_pktdir.c.o
[679/2553] Compiling C object drivers/libtmp_rte_mempool_dpaa.a.p/mempool_dpaa_dpaa_mempool.c.o
[680/2553] Compiling C object drivers/librte_common_qat_base_lib.a.p/common_sfc_efx_base_ef10_filter.c.o
[681/2553] Compiling C object drivers/libtmp_rte_dma_hisilicon.a.p/dma_hisilicon_hisi_dmadev.c.o
[682/2553] Compiling C object drivers/libtmp_rte_dma_odm.a.p/dma_odm_odm_dmadev.c.o
[683/2553] Compiling C object drivers/libtmp_rte_net_ark.a.p/net_ark_ark_pktchkr.c.o
[684/2553] Compiling C object drivers/libtmp_rte_dma_cnxk.a.p/dma_cnxk_cnxk_dmadev.c.o
[685/2553] Compiling C object drivers/libtmp_rte_net_ark.a.p/net_ark_ark_ethdev_tx.c.o
[686/2553] Compiling C object drivers/libtmp_rte_net_ark.a.p/net_ark_ark_ethdev.c.o
[687/2553] Compiling C object drivers/libtmp_rte_net_ark.a.p/net_ark_ark_ethdev_rx.c.o
[688/2553] Compiling C object drivers/libtmp_rte_mempool_ring.a.p/mempool_ring_rte_mempool_ring.c.o
[689/2553] Compiling C object drivers/libtmp_rte_net_af_packet.a.p/net_af_packet_rte_eth_af_packet.c.o
[690/2553] Compiling C object drivers/libtmp_rte_dma_dpaa2.a.p/dma_dpaa2_dpaa2_qdma.c.o
[691/2553] Compiling C object lib/librte_vhost.a.p/vhost_vhost_crypto.c.o
[692/2553] Compiling C object drivers/libtmp_rte_dma_cnxk.a.p/dma_cnxk_cnxk_dmadev_fp.c.o
[693/2553] Compiling C object drivers/libtmp_rte_dma_skeleton.a.p/dma_skeleton_skeleton_dmadev.c.o
[694/2553] Compiling C object drivers/libtmp_rte_mempool_bucket.a.p/mempool_bucket_rte_mempool_bucket.c.o
[695/2553] Compiling C object drivers/libtmp_rte_dma_dpaa.a.p/dma_dpaa_dpaa_qdma.c.o
[696/2553] Compiling C object lib/librte_pipeline.a.p/pipeline_rte_swx_pipeline.c.o
[697/2553] Compiling C object lib/librte_vhost.a.p/vhost_virtio_net.c.o
ninja: build stopped: subcommand failed.
Could not rebuild /root/dpdk-ci/tools/dpdk/build



Test build failed.
FAILURE


Test environment (x86_64):
PASS
OS : Ubuntu 24.04.1 LTS
Kernel : 6.8.0-1024-aws
NIC : Elastic Network Adapter
GCC : 13.3.0-6ubuntu2~24.04

Test last 100 lines (x86_64)
[2314/2320] Compiling C object app/dpdk-test.p/test_test_table_combined.c.o
[2315/2320] Compiling C object app/dpdk-test.p/test_test_security_inline_macsec.c.o
[2316/2320] Compiling C object app/dpdk-test.p/test_test_cryptodev.c.o
[2317/2320] Compiling C object app/dpdk-test.p/test_test_trace_perf.c.o
[2318/2320] Compiling C object app/dpdk-test.p/test_test_ring_perf.c.o
[2319/2320] Compiling C object app/dpdk-test.p/test_test_ring.c.o
[2320/2320] Linking target app/dpdk-test
 1/84 DPDK:fast-tests / acl_autotest                OK              1.87s
 2/84 DPDK:fast-tests / alarm_autotest              OK              1.06s
 3/84 DPDK:fast-tests / argparse_autotest           OK              0.06s
 4/84 DPDK:fast-tests / bitcount_autotest           OK              0.06s
 5/84 DPDK:fast-tests / bitmap_autotest             OK              0.05s
 6/84 DPDK:fast-tests / bitops_autotest             OK              1.56s
 7/84 DPDK:fast-tests / bitset_autotest             OK              1.09s
 8/84 DPDK:fast-tests / bitratestats_autotest       OK              0.06s
 9/84 DPDK:fast-tests / bpf_autotest                OK              0.06s
10/84 DPDK:fast-tests / bpf_convert_autotest        SKIP            0.06s   exit status 77
11/84 DPDK:fast-tests / byteorder_autotest          OK              0.06s
12/84 DPDK:fast-tests / cfgfile_autotest            OK              0.06s
13/84 DPDK:fast-tests / cksum_autotest              OK              0.06s
14/84 DPDK:fast-tests / cmdline_autotest            OK              0.06s
15/84 DPDK:fast-tests / common_autotest             OK              0.29s
16/84 DPDK:fast-tests / cpuflags_autotest           OK              0.06s
17/84 DPDK:fast-tests / crc_autotest                OK              0.06s
18/84 DPDK:fast-tests / user_delay_us               OK              0.06s
19/84 DPDK:fast-tests / debug_autotest              OK              0.22s
20/84 DPDK:fast-tests / devargs_autotest            OK              0.06s
21/84 DPDK:fast-tests / eal_fs_autotest             OK              0.06s
22/84 DPDK:fast-tests / errno_autotest              OK              0.05s
23/84 DPDK:fast-tests / ethdev_link_status          OK              0.05s
24/84 DPDK:fast-tests / event_ring_autotest         OK              0.06s
25/84 DPDK:fast-tests / eventdev_common_autotest    OK              0.06s
26/84 DPDK:fast-tests / eventdev_selftest_sw        OK              2.70s
27/84 DPDK:fast-tests / fbarray_autotest            OK              0.06s
28/84 DPDK:fast-tests / fib_autotest                OK              0.37s
29/84 DPDK:fast-tests / fib6_autotest               OK              0.32s
30/84 DPDK:fast-tests / graph_autotest              OK              0.06s
31/84 DPDK:fast-tests / node_list_dump              OK              0.06s
32/84 DPDK:fast-tests / hash_autotest               OK              0.16s
33/84 DPDK:fast-tests / interrupt_autotest          OK              1.17s
34/84 DPDK:fast-tests / ipsec_autotest              SKIP            0.06s   exit status 77
35/84 DPDK:fast-tests / kvargs_autotest             OK              0.06s
36/84 DPDK:fast-tests / latencystats_autotest       OK              0.06s
37/84 DPDK:fast-tests / lcore_var_autotest          OK              0.18s
38/84 DPDK:fast-tests / lcores_autotest             OK              0.39s
39/84 DPDK:fast-tests / logs_autotest               OK              0.06s
40/84 DPDK:fast-tests / lpm_autotest                OK              0.59s
41/84 DPDK:fast-tests / lpm6_autotest               OK              1.60s
42/84 DPDK:fast-tests / member_autotest             OK              0.42s
43/84 DPDK:fast-tests / memcpy_autotest             OK              1.55s
44/84 DPDK:fast-tests / meter_autotest              OK              0.06s
45/84 DPDK:fast-tests / metrics_autotest            OK              0.06s
46/84 DPDK:fast-tests / net_ether_autotest          OK              0.32s
47/84 DPDK:fast-tests / net_ipv6_autotest           OK              0.06s
48/84 DPDK:fast-tests / pdump_autotest              OK              0.10s
49/84 DPDK:fast-tests / per_lcore_autotest          OK              0.16s
50/84 DPDK:fast-tests / pflock_autotest             OK              1.62s
51/84 DPDK:fast-tests / pie_autotest                OK              0.06s
52/84 DPDK:fast-tests / ring_pmd_autotest           OK              0.06s
53/84 DPDK:fast-tests / power_autotest              OK              0.06s
54/84 DPDK:fast-tests / power_intel_uncore_autotest SKIP            0.06s   exit status 77
55/84 DPDK:fast-tests / prefetch_autotest           OK              0.06s
56/84 DPDK:fast-tests / ptr_compress_autotest       OK              0.05s
57/84 DPDK:fast-tests / rawdev_autotest             OK              0.05s
58/84 DPDK:fast-tests / rcu_qsbr_autotest           OK              0.33s
59/84 DPDK:fast-tests / reorder_autotest            OK              0.14s
60/84 DPDK:fast-tests / rib_autotest                OK              2.07s
61/84 DPDK:fast-tests / rib6_autotest               OK              2.08s
62/84 DPDK:fast-tests / ring_autotest               OK              0.07s
63/84 DPDK:fast-tests / rwlock_test1_autotest       OK              1.62s
64/84 DPDK:fast-tests / rwlock_rda_autotest         OK              5.06s
65/84 DPDK:fast-tests / rwlock_rds_wrm_autotest     OK              5.06s
66/84 DPDK:fast-tests / rwlock_rde_wro_autotest     OK              5.06s
67/84 DPDK:fast-tests / sched_autotest              OK              0.06s
68/84 DPDK:fast-tests / seqlock_autotest            OK              2.07s
69/84 DPDK:fast-tests / service_autotest            OK              2.76s
70/84 DPDK:fast-tests / soring_autotest             OK              0.06s
71/84 DPDK:fast-tests / spinlock_autotest           OK              0.23s
72/84 DPDK:fast-tests / string_autotest             OK              0.06s
73/84 DPDK:fast-tests / table_autotest              OK              4.03s
74/84 DPDK:fast-tests / tailq_autotest              OK              0.06s
75/84 DPDK:fast-tests / telemetry_data_autotest     OK              0.06s
76/84 DPDK:fast-tests / telemetry_json_autotest     OK              0.06s
77/84 DPDK:fast-tests / thash_autotest              OK              0.07s
78/84 DPDK:fast-tests / threads_autotest            OK              0.12s
79/84 DPDK:fast-tests / ticketlock_autotest         OK              0.24s
80/84 DPDK:fast-tests / trace_autotest              OK              0.06s
81/84 DPDK:fast-tests / trace_autotest_with_traces  OK              0.07s
82/84 DPDK:fast-tests / vdev_autotest               OK              0.06s
83/84 DPDK:fast-tests / version_autotest            OK              0.06s
84/84 DPDK:fast-tests / telemetry_all               OK              1.03s

Ok:                 81  
Expected Fail:      0   
Fail:               0   
Unexpected Pass:    0   
Skipped:            3   
Timeout:            0   

Full log written to /root/dpdk-ci/tools/dpdk/build/meson-logs/testlog.txt

                 reply	other threads:[~2025-06-09  7:12 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=2001347627.45682.1749453145472@ip-10-159-234-77.eu-west-1.compute.internal \
    --to=al-sw-devops@alabs.net \
    --cc=atrwajee@amazon.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).