automatic DPDK test reports
 help / color / mirror / Atom feed
From: dpdklab@iol.unh.edu
To: Test Report <test-report@dpdk.org>
Cc: dpdk-test-reports@iol.unh.edu, Bingbin Chen <chen.bingbin@zte.com.cn>
Subject: |FAILURE| pw155852-155853 [PATCH] [v5,2/2] net/zxdh: add support flo
Date: Wed, 13 Aug 2025 23:21:40 -0700 (PDT)	[thread overview]
Message-ID: <689d8074.050a0220.2eeb42.70a5SMTPIN_ADDED_MISSING@mx.google.com> (raw)
In-Reply-To: <20250814025248.2194951-3-chen.bingbin@zte.com.cn>

Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/155853

_Testing issues_

Submitter: Bingbin Chen <chen.bingbin@zte.com.cn>
Date: Thursday, August 14 2025 02:52:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:6df5b211fae053219163a3eb301b26198974fb73

155852-155853 --> testing issues

Upstream job id: Generic-Unit-Test-DPDK#362679

Test environment and result as below:

+-------------------------------+----------------+
|          Environment          | dpdk_unit_test |
+===============================+================+
| CentOS Stream 9               | WARN           |
+-------------------------------+----------------+
| CentOS Stream 10              | WARN           |
+-------------------------------+----------------+
| Debian GNU/Linux 12           | WARN           |
+-------------------------------+----------------+
| Fedora Linux 40               | PASS           |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 9.5  | WARN           |
+-------------------------------+----------------+
| Fedora Linux 41               | PEND           |
+-------------------------------+----------------+
| Fedora Linux 42               | WARN           |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 8.10 | PEND           |
+-------------------------------+----------------+
| Ubuntu 20.04                  | PEND           |
+-------------------------------+----------------+
| Ubuntu 22.04                  | PEND           |
+-------------------------------+----------------+
| Ubuntu 24.04                  | PEND           |
+-------------------------------+----------------+

==== 20 line log output for Fedora Linux 42 (dpdk_unit_test): ====
../drivers/net/zxdh/zxdh_flow.c:641:36: note: returned from 'calloc'
641 |                         key_mask = calloc(1, sizeof(struct fd_flow_key) * ZXDH_MAX_FLOW_NUM);
|                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/zxdh/zxdh_flow.c:689:9: error: 'rte_free' called on pointer returned from a mismatched allocation function [-Werror=mismatched-dealloc]
689 |         rte_free(key);
|         ^~~~~~~~~~~~~
../drivers/net/zxdh/zxdh_flow.c:640:31: note: returned from 'calloc'
640 |                         key = calloc(1, sizeof(struct fd_flow_key) * ZXDH_MAX_FLOW_NUM);
|                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/zxdh/zxdh_flow.c:690:9: error: 'rte_free' called on pointer returned from a mismatched allocation function [-Werror=mismatched-dealloc]
690 |         rte_free(fd_entry);
|         ^~~~~~~~~~~~~~~~~~
../drivers/net/zxdh/zxdh_flow.c:639:36: note: returned from 'calloc'
639 |                         fd_entry = calloc(1, sizeof(ZXDH_DTB_ACL_ENTRY_INFO_T) * ZXDH_MAX_FLOW_NUM);
|                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[2607/3540] Generating rte_raw_dpaa2_cmdif.sym_chk with a custom command (wrapped by meson to capture output)
[2608/3540] Generating rte_raw_gdtc.pmd.c with a custom command
[2609/3540] Generating rte_raw_cnxk_rvu_lf.sym_chk with a custom command (wrapped by meson to capture output)
ninja: build stopped: subcommand failed.
==== End log output ====

CentOS Stream 9
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-7)

CentOS Stream 10
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)

Debian GNU/Linux 12
	Kernel: 5.15
	Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0

Fedora Linux 40
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)

Red Hat Enterprise Linux 9.5
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)

Fedora Linux 41
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.1-1)

Fedora Linux 42
	Kernel: 5.15
	Compiler: clang gcc (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)

Red Hat Enterprise Linux 8.10
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22)

Ubuntu 20.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Ubuntu 22.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

Ubuntu 24.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0

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

UNH-IOL DPDK Community Lab

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

  parent reply	other threads:[~2025-08-14  6:21 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20250814025248.2194951-3-chen.bingbin@zte.com.cn>
2025-08-14  2:29 ` |SUCCESS| pw155852-155853 [PATCH v5 2/2] net/zxdh: add support flow director ops qemudev
2025-08-14  2:34 ` qemudev
2025-08-14  3:02 ` |WARNING| pw155853 " checkpatch
2025-08-14  5:55 ` |FAILURE| pw155852-155853 [PATCH] [v5,2/2] net/zxdh: add support flo dpdklab
2025-08-14  6:00 ` |SUCCESS| " dpdklab
2025-08-14  6:00 ` |FAILURE| " dpdklab
2025-08-14  6:03 ` |PENDING| " dpdklab
2025-08-14  6:08 ` |SUCCESS| " dpdklab
2025-08-14  6:12 ` |FAILURE| " dpdklab
2025-08-14  6:15 ` |SUCCESS| " dpdklab
2025-08-14  6:16 ` |FAILURE| " dpdklab
2025-08-14  6:18 ` |SUCCESS| " dpdklab
2025-08-14  6:18 ` |FAILURE| " dpdklab
2025-08-14  6:19 ` dpdklab
2025-08-14  6:21 ` dpdklab [this message]
2025-08-14  6:38 ` |PENDING| " dpdklab
2025-08-14  6:51 ` |WARNING| " dpdklab
2025-08-14  7:00 ` |FAILURE| " dpdklab
2025-08-14  7:02 ` |WARNING| " dpdklab
2025-08-14  7:58 ` |FAILURE| " dpdklab
2025-08-14  8:01 ` |SUCCESS| " dpdklab
2025-08-14  8:08 ` |FAILURE| " dpdklab
2025-08-14  8:19 ` |SUCCESS| " dpdklab
2025-08-14 13:55 ` |FAILURE| " dpdklab

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=689d8074.050a0220.2eeb42.70a5SMTPIN_ADDED_MISSING@mx.google.com \
    --to=dpdklab@iol.unh.edu \
    --cc=chen.bingbin@zte.com.cn \
    --cc=dpdk-test-reports@iol.unh.edu \
    --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).