automatic DPDK test reports
 help / color / mirror / Atom feed
From: dpdklab@iol.unh.edu
To: Test Report <test-report@dpdk.org>
Cc: dpdklab@iol.unh.edu, David Marchand <david.marchand@redhat.com>,
	Thomas Monjalon <thomas@monjalon.net>,
	Tanzeel-inline <tanxeel1.ahmed@gmail.com>
Subject: |FAILURE| pw124154 [PATCH] [v2] lib/net: add MPLS insert and strip functionality
Date: Sun, 19 Feb 2023 23:46:21 +0000 (UTC)	[thread overview]
Message-ID: <20230219234621.96359600AB@dpdk-ubuntu.dpdklab.iol.unh.edu> (raw)

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

Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/124154

_Testing issues_

Submitter: Tanzeel-inline <tanxeel1.ahmed@gmail.com>
Date: Sunday, February 19 2023 22:43:34 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:fc6bdd5248e843ba1300c8d46d43b263b4a69438

124154 --> testing fail

Test environment and result as below:

+---------------------+--------------------+----------------------+----------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+=====================+====================+======================+================+
| FreeBSD 13          | FAIL               | SKIPPED              | SKIPPED        |
+---------------------+--------------------+----------------------+----------------+
| Windows Server 2019 | FAIL               | FAIL                 | FAIL           |
+---------------------+--------------------+----------------------+----------------+
| CentOS Stream 9     | SKIPPED            | SKIPPED              | FAIL           |
+---------------------+--------------------+----------------------+----------------+
| Debian Buster       | SKIPPED            | SKIPPED              | FAIL           |
+---------------------+--------------------+----------------------+----------------+
| CentOS Stream 8     | SKIPPED            | SKIPPED              | FAIL           |
+---------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04        | SKIPPED            | SKIPPED              | FAIL           |
+---------------------+--------------------+----------------------+----------------+
| Debian Bullseye     | SKIPPED            | SKIPPED              | FAIL           |
+---------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15    | SKIPPED            | SKIPPED              | FAIL           |
+---------------------+--------------------+----------------------+----------------+
| RHEL 7              | SKIPPED            | SKIPPED              | FAIL           |
+---------------------+--------------------+----------------------+----------------+
| RHEL8               | SKIPPED            | SKIPPED              | FAIL           |
+---------------------+--------------------+----------------------+----------------+

==== 20 line log output for RHEL8 (dpdk_unit_test): ====
[98/3164] Compiling C object 'lib/76b5a35@@rte_mbuf@sta/mbuf_rte_mbuf_pool_ops.c.o'.
[99/3164] Compiling C object 'lib/76b5a35@@rte_mbuf@sta/mbuf_rte_mbuf.c.o'.
[100/3164] Compiling C object 'lib/76b5a35@@rte_mbuf@sta/mbuf_rte_mbuf_dyn.c.o'.
[101/3164] Linking static target lib/librte_mbuf.a.
[102/3164] Compiling C object 'lib/net/ab5e066@@net_crc_avx512_lib@sta/net_crc_avx512.c.o'.
[103/3164] Linking static target lib/net/libnet_crc_avx512_lib.a.
[104/3164] Compiling C object 'lib/76b5a35@@rte_net@sta/net_rte_arp.c.o'.
[105/3164] Compiling C object 'lib/76b5a35@@rte_net@sta/net_rte_ether.c.o'.
[106/3164] Compiling C object 'lib/76b5a35@@rte_net@sta/net_rte_net.c.o'.
FAILED: lib/76b5a35@@rte_net@sta/net_rte_net.c.o
ccache cc -Ilib/76b5a35@@rte_net@sta -Ilib -I../lib -Ilib/net -I../lib/net -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/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -fdiagnostics-color=always -pipe -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-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DCC_X86_64_SSE42_PCLMULQDQ_SUPPORT -DCC_X86_64_AVX512_VPCLMULQDQ_SUPPORT -DRTE_LOG_DEFAULT_LOGTYPE=lib.net -MD -MQ 'lib/76b5a35@@rte_net@sta/net_rte_net.c.o' -MF 'lib/76b5a35@@rte_net@sta/net_rte_net.c.o.d' -o 'lib/76b5a35@@rte_net@sta/net_rte_net.c.o' -c ../lib/net/rte_net.c
In file included from ../lib/net/rte_net.c:16:
../lib/net/rte_mpls.h:61:1: error: 'rte_mpls_push_over_l2' defined but not used [-Werror=unused-function]
rte_mpls_push_over_l2(struct rte_mbuf **m, const struct rte_mpls_hdr *mp)
^~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[107/3164] Generating mempool.sym_chk with a meson_exe.py custom command.
[108/3164] Generating mbuf.sym_chk with a meson_exe.py custom command.
[109/3164] Generating eal.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

Windows Server 2019
	Kernel: 10.0
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1-2

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

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

UNH-IOL DPDK Community Lab

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

             reply	other threads:[~2023-02-19 23:46 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-19 23:46 dpdklab [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-02-20  0:23 dpdklab
     [not found] <20230219224334.309-1-tanxeel1.ahmed@gmail.com>
2023-02-20  0:19 ` |FAILURE| pw124154 [PATCH v2] " 0-day Robot
2023-02-19 23:49 |FAILURE| pw124154 [PATCH] [v2] " dpdklab
2023-02-19 23:48 dpdklab
2023-02-19 23:48 dpdklab
2023-02-19 23:47 dpdklab
2023-02-19 23:47 dpdklab
2023-02-19 23:45 dpdklab
2023-02-19 23:45 dpdklab
2023-02-19 23:44 dpdklab
2023-02-19 23:42 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=20230219234621.96359600AB@dpdk-ubuntu.dpdklab.iol.unh.edu \
    --to=dpdklab@iol.unh.edu \
    --cc=david.marchand@redhat.com \
    --cc=tanxeel1.ahmed@gmail.com \
    --cc=test-report@dpdk.org \
    --cc=thomas@monjalon.net \
    /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).