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, Xueming Li <xuemingl@nvidia.com>,
	Christian Ehrhardt <christian.ehrhardt@canonical.com>,
	Kevin Traynor <ktraynor@redhat.com>,
	Luca Boccassi <bluca@debian.org>
Subject: |FAILURE| [GIT MASTER] eb0f31af87b0e1ce20094bf12d48e0e20d72a8af
Date: Tue,  8 Mar 2022 16:44:43 +0000 (UTC)	[thread overview]
Message-ID: <20220308164443.255D36025C@dpdk-ubuntu.dpdklab.iol.unh.edu> (raw)

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

_Testing issues_

Branch: tags/v20.11

eb0f31af87b0e1ce20094bf12d48e0e20d72a8af --> testing fail

Test environment and result as below:

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

==== 20 line log output for Ubuntu 20.04 ARM GCC Cross Compile (dpdk_meson_compile): ====
[2513/2557] Compiling C object 'examples/c590b3c@@dpdk-pipeline@exe/pipeline_cli.c.o'.
[2514/2557] Compiling C object 'examples/c590b3c@@dpdk-pipeline@exe/pipeline_obj.c.o'.
[2515/2557] Compiling C object 'examples/c590b3c@@dpdk-pipeline@exe/pipeline_thread.c.o'.
[2516/2557] Linking target examples/dpdk-pipeline.
[2517/2557] Compiling C object 'examples/c590b3c@@dpdk-ptpclient@exe/ptpclient_ptpclient.c.o'.
[2518/2557] Linking target examples/dpdk-ptpclient.
[2519/2557] Compiling C object 'examples/c590b3c@@dpdk-qos_meter@exe/qos_meter_rte_policer.c.o'.
[2520/2557] Compiling C object 'examples/c590b3c@@dpdk-qos_sched@exe/qos_sched_app_thread.c.o'.
[2521/2557] Linking target examples/dpdk-qos_meter.
[2522/2557] Compiling C object 'examples/c590b3c@@dpdk-qos_sched@exe/qos_sched_args.c.o'.
FAILED: examples/c590b3c@@dpdk-qos_sched@exe/qos_sched_args.c.o
aarch64-linux-gnu-gcc -Iexamples/c590b3c@@dpdk-qos_sched@exe -Iexamples -I../examples -Iexamples/qos_sched -I../examples/qos_sched -I. -I../ -Iconfig -I../config -Ilib/librte_eal/include -I../lib/librte_eal/include -Ilib/librte_eal/linux/include -I../lib/librte_eal/linux/include -Ilib/librte_eal/arm/include -I../lib/librte_eal/arm/include -Ilib/librte_eal/common -I../lib/librte_eal/common -Ilib/librte_eal -I../lib/librte_eal -Ilib/librte_kvargs -I../lib/librte_kvargs -Ilib/librte_telemetry/../librte_metrics -I../lib/librte_telemetry/../librte_metrics -Ilib/librte_telemetry -I../lib/librte_telemetry -Ilib/librte_mempool -I../lib/librte_mempool -Ilib/librte_ring -I../lib/librte_ring -Ilib/librte_net -I../lib/librte_net -Ilib/librte_mbuf -I../lib/librte_mbuf -Ilib/librte_ethdev -I../lib/librte_ethdev -Ilib/librte_meter -I../lib/librte_meter -Ilib/librte_cmdline -I../lib/librte_cmdline -Ilib/librte_sched -I../lib/librte_sched -Ilib/librte_cfgfile -I../lib/librte_cfgfile -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-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -march=armv8-a+crc -moutline-atomics -Wno-format-truncation -DALLOW_EXPERIMENTAL_API  -MD -MQ 'examples/c590b3c@@dpdk-qos_sched@exe/qos_sched_args.c.o' -MF 'examples/c590b3c@@dpdk-qos_sched@exe/qos_sched_args.c.o.d' -o 'examples/c590b3c@@dpdk-qos_sched@exe/qos_sched_args.c.o' -c ../examples/qos_sched/args.c
../examples/qos_sched/args.c: In function 'app_parse_args':
../examples/qos_sched/args.c:413:28: error: implicit declaration of function 'RTE_BIT64'; did you mean 'RTE_BE64'? [-Werror=implicit-function-declaration]
413 |   if (app_used_core_mask & RTE_BIT64(app_main_core)) {
|                            ^~~~~~~~~
|                            RTE_BE64
../examples/qos_sched/args.c:413:28: error: nested extern declaration of 'RTE_BIT64' [-Werror=nested-externs]
cc1: all warnings being treated as errors
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 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

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/tarballs/19071/

UNH-IOL DPDK Community Lab

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

             reply	other threads:[~2022-03-08 16:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-08 16:44 dpdklab [this message]
2022-03-08 17:09 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=20220308164443.255D36025C@dpdk-ubuntu.dpdklab.iol.unh.edu \
    --to=dpdklab@iol.unh.edu \
    --cc=bluca@debian.org \
    --cc=christian.ehrhardt@canonical.com \
    --cc=ktraynor@redhat.com \
    --cc=test-report@dpdk.org \
    --cc=xuemingl@nvidia.com \
    /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).