automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| pw118073-118074 [PATCH] [2/2] build: export dpdk_includes for subproject usage.
@ 2022-10-12 15:25 dpdklab
  0 siblings, 0 replies; 2+ messages in thread
From: dpdklab @ 2022-10-12 15:25 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, Markus Theil

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

Test-Label: iol-aarch64-compile-testing
Test-Status: FAILURE
http://dpdk.org/patch/118074

_Testing issues_

Submitter: Markus Theil <markus.theil@tu-ilmenau.de>
Date: Wednesday, October 12 2022 14:47:04 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:a74b1b25136a592c275afbfa6b70771469750aee

118073-118074 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Ubuntu 20.04 ARM SVE (dpdk_meson_compile): ====
[481/727] Compiling C object 'drivers/a715181@@tmp_rte_net_hns3@sta/net_hns3_hns3_rxtx_vec.c.o'.
[482/727] Compiling C object 'drivers/a715181@@tmp_rte_net_hns3@sta/net_hns3_hns3_rxtx_vec_sve.c.o'.
[483/727] Compiling C object 'drivers/a715181@@tmp_rte_net_hns3@sta/net_hns3_hns3_dump.c.o'.
[484/727] Linking static target drivers/libtmp_rte_net_hns3.a.
[485/727] Generating rte_net_hns3.pmd.c with a custom command.
[486/727] Compiling C object 'drivers/a715181@@rte_net_hns3@sta/meson-generated_.._rte_net_hns3.pmd.c.o'.
[487/727] Compiling C object 'drivers/a715181@@rte_net_hns3@sha/meson-generated_.._rte_net_hns3.pmd.c.o'.
[488/727] Linking static target drivers/librte_net_hns3.a.
[489/727] Generating rte_net_hns3_def with a custom command.
[490/727] Generating rte_net_hns3_mingw with a custom command.
[491/727] Generating rte_net_hns3.sym_chk with a meson_exe.py custom command.
[492/727] Compiling C object 'app/a172ced@@dpdk-proc-info@exe/proc-info_main.c.o'.
[493/727] Compiling C object 'app/a172ced@@dpdk-pdump@exe/pdump_main.c.o'.
FAILED: app/a172ced@@dpdk-pdump@exe/pdump_main.c.o
gcc-10 -Iapp/a172ced@@dpdk-pdump@exe -Iapp -I../app -Ilib/ethdev -I../lib/ethdev -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 -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -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 -Wno-zero-length-bounds -D_GNU_SOURCE -march=armv8.2-a+crypto+sve -DALLOW_EXPERIMENTAL_API -MD -MQ 'app/a172ced@@dpdk-pdump@exe/pdump_main.c.o' -MF 'app/a172ced@@dpdk-pdump@exe/pdump_main.c.o.d' -o 'app/a172ced@@dpdk-pdump@exe/pdump_main.c.o' -c ../app/pdump/main.c
../app/pdump/main.c:29:10: fatal error: rte_pdump.h: No such file or directory
29 | #include <rte_pdump.h>
|          ^~~~~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

Ubuntu 20.04 ARM Clang Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: clang version 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 Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)

Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

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

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| pw118073-118074 [PATCH] [2/2] build: export dpdk_includes for subproject usage.
@ 2022-10-12 15:48 dpdklab
  0 siblings, 0 replies; 2+ messages in thread
From: dpdklab @ 2022-10-12 15:48 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Markus Theil

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

Test-Label: iol-x86_64-unit-testing
Test-Status: FAILURE
http://dpdk.org/patch/118074

_Testing issues_

Submitter: Markus Theil <markus.theil@tu-ilmenau.de>
Date: Wednesday, October 12 2022 14:47:04 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:a74b1b25136a592c275afbfa6b70771469750aee

118073-118074 --> testing fail

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| openSUSE Leap 15    | FAIL           |
+---------------------+----------------+
| Windows Server 2019 | FAIL           |
+---------------------+----------------+
| RHEL 7              | PASS           |
+---------------------+----------------+
| Fedora 33           | PASS           |
+---------------------+----------------+
| Fedora 31           | PASS           |
+---------------------+----------------+
| Ubuntu 20.04        | PASS           |
+---------------------+----------------+
| Fedora 34           | PASS           |
+---------------------+----------------+
| Fedora 32           | PASS           |
+---------------------+----------------+
| RHEL8               | PASS           |
+---------------------+----------------+
| Ubuntu 18.04        | PASS           |
+---------------------+----------------+
| Fedora 34 clang     | PASS           |
+---------------------+----------------+

==== 20 line log output for Windows Server 2019 (dpdk_unit_test): ====
\0C\0o\0m\0p\0i\0l\0e\0r\0 \0f\0o\0r\0 \0C\0 \0s\0u\0p\0p\0o\0r\0t\0s\0 \0a\0r\0g\0u\0m\0e\0n\0t\0s\0 \0-\0D\0_\0X\0O\0P\0E\0N\0_\0S\0O\0U\0R\0C\0E\0=\06\00\00\0:\0 \0Y\0E\0S\0 \0(\0c\0a\0c\0h\0e\0d\0)\0\r\0
\0C\0o\0m\0p\0i\0l\0e\0r\0 \0f\0o\0r\0 \0C\0 \0s\0u\0p\0p\0o\0r\0t\0s\0 \0a\0r\0g\0u\0m\0e\0n\0t\0s\0 \0-\0W\0n\0o\0-\0u\0n\0u\0s\0e\0d\0-\0p\0a\0r\0a\0m\0e\0t\0e\0r\0:\0 \0Y\0E\0S\0 \0(\0c\0a\0c\0h\0e\0d\0)\0\r\0
\0C\0o\0m\0p\0i\0l\0e\0r\0 \0f\0o\0r\0 \0C\0 \0s\0u\0p\0p\0o\0r\0t\0s\0 \0a\0r\0g\0u\0m\0e\0n\0t\0s\0 \0-\0W\0n\0o\0-\0u\0n\0u\0s\0e\0d\0-\0v\0a\0l\0u\0e\0:\0 \0Y\0E\0S\0 \0(\0c\0a\0c\0h\0e\0d\0)\0\r\0
\0C\0o\0m\0p\0i\0l\0e\0r\0 \0f\0o\0r\0 \0C\0 \0s\0u\0p\0p\0o\0r\0t\0s\0 \0a\0r\0g\0u\0m\0e\0n\0t\0s\0 \0-\0W\0n\0o\0-\0s\0t\0r\0i\0c\0t\0-\0a\0l\0i\0a\0s\0i\0n\0g\0:\0 \0Y\0E\0S\0 \0(\0c\0a\0c\0h\0e\0d\0)\0\r\0
\0C\0o\0m\0p\0i\0l\0e\0r\0 \0f\0o\0r\0 \0C\0 \0s\0u\0p\0p\0o\0r\0t\0s\0 \0a\0r\0g\0u\0m\0e\0n\0t\0s\0 \0-\0W\0n\0o\0-\0f\0o\0r\0m\0a\0t\0-\0e\0x\0t\0r\0a\0-\0a\0r\0g\0s\0:\0 \0Y\0E\0S\0 \0\r\0
\0M\0e\0s\0s\0a\0g\0e\0:\0 \0d\0r\0i\0v\0e\0r\0s\0/\0n\0e\0t\0/\0v\0m\0x\0n\0e\0t\03\0:\0 \0D\0e\0f\0i\0n\0i\0n\0g\0 \0d\0e\0p\0e\0n\0d\0e\0n\0c\0y\0 \0"\0n\0e\0t\0_\0v\0m\0x\0n\0e\0t\03\0"\0\r\0
\0C\0o\0m\0p\0i\0l\0e\0r\0 \0f\0o\0r\0 \0C\0 \0s\0u\0p\0p\0o\0r\0t\0s\0 \0a\0r\0g\0u\0m\0e\0n\0t\0s\0 \0-\0s\0t\0d\0=\0c\01\01\0:\0 \0Y\0E\0S\0 \0(\0c\0a\0c\0h\0e\0d\0)\0\r\0
\0C\0o\0m\0p\0i\0l\0e\0r\0 \0f\0o\0r\0 \0C\0 \0s\0u\0p\0p\0o\0r\0t\0s\0 \0a\0r\0g\0u\0m\0e\0n\0t\0s\0 \0-\0W\0n\0o\0-\0s\0t\0r\0i\0c\0t\0-\0p\0r\0o\0t\0o\0t\0y\0p\0e\0s\0:\0 \0Y\0E\0S\0 \0(\0c\0a\0c\0h\0e\0d\0)\0\r\0
\0C\0o\0m\0p\0i\0l\0e\0r\0 \0f\0o\0r\0 \0C\0 \0s\0u\0p\0p\0o\0r\0t\0s\0 \0a\0r\0g\0u\0m\0e\0n\0t\0s\0 \0-\0D\0_\0B\0S\0D\0_\0S\0O\0U\0R\0C\0E\0:\0 \0Y\0E\0S\0 \0(\0c\0a\0c\0h\0e\0d\0)\0\r\0
\0C\0o\0m\0p\0i\0l\0e\0r\0 \0f\0o\0r\0 \0C\0 \0s\0u\0p\0p\0o\0r\0t\0s\0 \0a\0r\0g\0u\0m\0e\0n\0t\0s\0 \0-\0D\0_\0D\0E\0F\0A\0U\0L\0T\0_\0S\0O\0U\0R\0C\0E\0:\0 \0Y\0E\0S\0 \0(\0c\0a\0c\0h\0e\0d\0)\0\r\0
\0C\0o\0m\0p\0i\0l\0e\0r\0 \0f\0o\0r\0 \0C\0 \0s\0u\0p\0p\0o\0r\0t\0s\0 \0a\0r\0g\0u\0m\0e\0n\0t\0s\0 \0-\0D\0_\0X\0O\0P\0E\0N\0_\0S\0O\0U\0R\0C\0E\0=\06\00\00\0:\0 \0Y\0E\0S\0 \0(\0c\0a\0c\0h\0e\0d\0)\0\r\0
\0M\0e\0s\0s\0a\0g\0e\0:\0 \0d\0r\0i\0v\0e\0r\0s\0/\0c\0r\0y\0p\0t\0o\0/\0m\0l\0x\05\0:\0 \0D\0e\0f\0i\0n\0i\0n\0g\0 \0d\0e\0p\0e\0n\0d\0e\0n\0c\0y\0 \0"\0c\0r\0y\0p\0t\0o\0_\0m\0l\0x\05\0"\0\r\0
\0\r\0
\0a\0p\0p\0\\0m\0e\0s\0o\0n\0.\0b\0u\0i\0l\0d\0:\07\05\0:\04\0:\0 \0E\0R\0R\0O\0R\0:\0 \0U\0n\0k\0n\0o\0w\0n\0 \0v\0a\0r\0i\0a\0b\0l\0e\0 \0"\0d\0e\0p\0_\0o\0b\0j\0s\0"\0.\0\r\0
\0\r\0
\0A\0 \0f\0u\0l\0l\0 \0l\0o\0g\0 \0c\0a\0n\0 \0b\0e\0 \0f\0o\0u\0n\0d\0 \0a\0t\0 \0C\0:\0\\0U\0s\0e\0r\0s\0\\0b\0u\0i\0l\0d\0e\0r\0\\0j\0e\0n\0k\0i\0n\0s\0\\0w\0o\0r\0k\0s\0p\0a\0c\0e\0\\0G\0e\0n\0e\0r\0i\0c\0-\0V\0M\0-\0U\0n\0i\0t\0-\0T\0e\0s\0t\0-\0D\0P\0D\0K\0\\0d\0p\0d\0k\0\\0b\0u\0i\0l\0d\0\\0m\0e\0s\0o\0n\0-\0l\0o\0g\0s\0\\0m\0e\0s\0o\0n\0-\0l\0o\0g\0.\0t\0x\0t\0\r\0
\0n\0i\0n\0j\0a\0:\0 \0E\0n\0t\0e\0r\0i\0n\0g\0 \0d\0i\0r\0e\0c\0t\0o\0r\0y\0 \0`\0b\0u\0i\0l\0d\0'\0\r\0
\0\r\0
\0E\0R\0R\0O\0R\0:\0 \0N\0o\0 \0s\0u\0c\0h\0 \0b\0u\0i\0l\0d\0 \0d\0a\0t\0a\0 \0f\0i\0l\0e\0 \0a\0s\0 \0"\0'\0C\0:\0\\0\\0U\0s\0e\0r\0s\0\\0\\0b\0u\0i\0l\0d\0e\0r\0\\0\\0j\0e\0n\0k\0i\0n\0s\0\\0\\0w\0o\0r\0k\0s\0p\0a\0c\0e\0\\0\\0G\0e\0n\0e\0r\0i\0c\0-\0V\0M\0-\0U\0n\0i\0t\0-\0T\0e\0s\0t\0-\0D\0P\0D\0K\0\\0\\0d\0p\0d\0k\0\\0\\0b\0u\0i\0l\0d\0\\0\\0m\0e\0s\0o\0n\0-\0p\0r\0i\0v\0a\0t\0e\0\\0\\0b\0u\0i\0l\0d\0.\0d\0a\0t\0'\0"\0.\0\r\0
\0
==== End log output ====

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

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

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)

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

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

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 32
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 10.2.1

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

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

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

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

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-10-12 15:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-12 15:25 |FAILURE| pw118073-118074 [PATCH] [2/2] build: export dpdk_includes for subproject usage dpdklab
2022-10-12 15:48 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).