automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| [GIT MASTER] eb0f31af87b0e1ce20094bf12d48e0e20d72a8af
@ 2022-03-08 16:44 dpdklab
  0 siblings, 0 replies; 2+ messages in thread
From: dpdklab @ 2022-03-08 16:44 UTC (permalink / raw)
  To: Test Report
  Cc: dpdklab, Xueming Li, Christian Ehrhardt, Kevin Traynor, Luca Boccassi

[-- 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/

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

* |FAILURE| [GIT MASTER] eb0f31af87b0e1ce20094bf12d48e0e20d72a8af
@ 2022-03-08 17:09 dpdklab
  0 siblings, 0 replies; 2+ messages in thread
From: dpdklab @ 2022-03-08 17:09 UTC (permalink / raw)
  To: Test Report
  Cc: dpdklab, Xueming Li, Christian Ehrhardt, Kevin Traynor, Luca Boccassi

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

_Testing issues_

Branch: tags/v20.11

eb0f31af87b0e1ce20094bf12d48e0e20d72a8af --> testing fail

Test environment and result as below:

+------------------+----------------+
|   Environment    | dpdk_unit_test |
+==================+================+
| CentOS Stream 8  | PASS           |
+------------------+----------------+
| openSUSE Leap 15 | PASS           |
+------------------+----------------+
| Ubuntu 18.04     | FAIL           |
+------------------+----------------+
| Arch Linux       | PASS           |
+------------------+----------------+
| Fedora 34 clang  | PASS           |
+------------------+----------------+
| RHEL 7           | PASS           |
+------------------+----------------+
| RHEL8            | PASS           |
+------------------+----------------+
| Fedora 32        | PASS           |
+------------------+----------------+
| CentOS 8         | PASS           |
+------------------+----------------+
| Ubuntu 20.04     | PASS           |
+------------------+----------------+
| Fedora 34        | PASS           |
+------------------+----------------+
| Fedora 31        | PASS           |
+------------------+----------------+
| Fedora 33        | FAIL           |
+------------------+----------------+

==== 20 line log output for Fedora 33 (dpdk_unit_test): ====
84/94 DPDK:fast-tests / service_autotest      OK       3.70 s
85/94 DPDK:fast-tests / thash_autotest        OK       0.22 s
86/94 DPDK:fast-tests / trace_autotest        OK       0.27 s
87/94 DPDK:fast-tests / telemetry_json_autotest  OK       0.22 s
88/94 DPDK:fast-tests / telemetry_data_autotest  OK       0.22 s
89/94 DPDK:fast-tests / ring_pmd_autotest     OK       0.22 s
90/94 DPDK:fast-tests / event_eth_tx_adapter_autotest  OK       0.52 s
91/94 DPDK:fast-tests / bitratestats_autotest  OK       0.22 s
92/94 DPDK:fast-tests / latencystats_autotest  OK       0.22 s
93/94 DPDK:fast-tests / pdump_autotest        OK       5.24 s
94/94 DPDK:fast-tests / compressdev_autotest  SKIP     0.17 s

Ok:                   88
Expected Fail:         0
Fail:                  1
Unexpected Pass:       0
Skipped:               5
Timeout:               1

Full log written to /home-local/jenkins-local/jenkins-agent/workspace/Generic-Unit-Test-DPDK/dpdk/build/meson-logs/testlog.txt
==== End log output ====

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

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

Ubuntu 18.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0-3ubuntu1~18.04

Arch Linux
	Kernel: 5.4.0-73-generic
	Compiler: gcc 11.1.0

Fedora 34 clang
	Kernel: 5.4.0-72-generic
	Compiler: clang 12.0.0 (Fedora 12.0.0-0.3.rc1.fc34)

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)

Fedora 32
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 10.2.1

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

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

Fedora 34
	Kernel: 5.4.0-72-generic
	Compiler: gcc 11.1.1 20210428 (Red Hat 11.1.1-1)

Fedora 31
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.1

Fedora 33
	Kernel: 5.4.0-72-generic
	Compiler: gcc 10.3.1 20210422 (Red Hat 10.3.1-1)

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/

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

end of thread, other threads:[~2022-03-08 17:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-08 16:44 |FAILURE| [GIT MASTER] eb0f31af87b0e1ce20094bf12d48e0e20d72a8af dpdklab
2022-03-08 17:09 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).