automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| pw124810 [PATCH] log: add timestamp for log
@ 2023-03-06  8:38 dpdklab
  0 siblings, 0 replies; 24+ messages in thread
From: dpdklab @ 2023-03-06  8:38 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, luzhipeng

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

_Testing issues_

Submitter: luzhipeng <luzhipeng@cestc.cn>
Date: Friday, March 03 2023 10:02:52 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:4ef69b2877a24ddb89afaf4bb6f4e73bb52a605b

124810 --> testing fail

Test environment and result as below:

+-------------------------------+--------------------+----------------+----------------------+
|          Environment          | dpdk_meson_compile | dpdk_unit_test | dpdk_mingw64_compile |
+===============================+====================+================+======================+
| Windows Server 2019           | FAIL               | FAIL           | FAIL                 |
+-------------------------------+--------------------+----------------+----------------------+
| FreeBSD 13                    | FAIL               | SKIPPED        | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM GCC Native   | FAIL               | FAIL           | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM Clang Native | FAIL               | SKIPPED        | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+
| CentOS Stream 8               | SKIPPED            | FAIL           | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+
| CentOS Stream 9               | SKIPPED            | FAIL           | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+
| Debian Buster                 | SKIPPED            | FAIL           | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+
| Debian Bullseye               | SKIPPED            | FAIL           | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+
| RHEL8                         | SKIPPED            | FAIL           | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+
| Ubuntu 22.04                  | SKIPPED            | FAIL           | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+

==== 20 line log output for Ubuntu 22.04 (dpdk_unit_test): ====
[16/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_devargs.c.o'.
[17/3163] Linking target lib/librte_kvargs.so.23.1.
[18/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_errno.c.o'.
[19/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_hexdump.c.o'.
[20/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_interrupts.c.o'.
[21/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_fbarray.c.o'.
[22/3163] Generating symbol file 'lib/76b5a35@@rte_kvargs@sha/librte_kvargs.so.23.1.symbols'.
[23/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_launch.c.o'.
[24/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_lcore.c.o'.
[25/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o
ccache cc -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -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 -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 -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation '-DABI_VERSION="23.1"' -DRTE_LIBEAL
 _USE_GETENTROPY -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o' -c ../lib/eal/common/eal_common_log.c
../lib/eal/common/eal_common_log.c:485:1: error: no previous prototype for 'rte_log_get_timestamp_prefix' [-Werror=missing-prototypes]
485 | rte_log_get_timestamp_prefix(char *buf, int buf_size)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[26/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_mcfg.c.o'.
[27/3163] Generating telemetry.sym_chk with a meson_exe.py custom command.
[28/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_memalloc.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

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 22.04
	Kernel: Container Host Kernel
	Compiler: clang 14.0.5-1.fc36

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw124810 [PATCH] log: add timestamp for log
@ 2023-03-06  8:59 dpdklab
  0 siblings, 0 replies; 24+ messages in thread
From: dpdklab @ 2023-03-06  8:59 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, luzhipeng

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

_Testing issues_

Submitter: luzhipeng <luzhipeng@cestc.cn>
Date: Friday, March 03 2023 10:02:52 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:4ef69b2877a24ddb89afaf4bb6f4e73bb52a605b

124810 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Windows Server 2019 (dpdk_unit_test): ====
\0[\03\05\0/\04\06\01\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0e\0a\0l\0.\0a\0.\0p\0/\0e\0a\0l\0_\0c\0o\0m\0m\0o\0n\0_\0e\0a\0l\0_\0c\0o\0m\0m\0o\0n\0_\0d\0e\0v\0a\0r\0g\0s\0.\0c\0.\0o\0b\0j\0
\0
\0[\03\06\0/\04\06\01\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0e\0a\0l\0.\0a\0.\0p\0/\0e\0a\0l\0_\0c\0o\0m\0m\0o\0n\0_\0e\0a\0l\0_\0c\0o\0m\0m\0o\0n\0_\0l\0o\0g\0.\0c\0.\0o\0b\0j\0
\0
\0F\0A\0I\0L\0E\0D\0:\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0e\0a\0l\0.\0a\0.\0p\0/\0e\0a\0l\0_\0c\0o\0m\0m\0o\0n\0_\0e\0a\0l\0_\0c\0o\0m\0m\0o\0n\0_\0l\0o\0g\0.\0c\0.\0o\0b\0j\0 \0
\0
\0"\0c\0l\0a\0n\0g\0"\0 \0"\0-\0I\0l\0i\0b\0\\0l\0i\0b\0r\0t\0e\0_\0e\0a\0l\0.\0a\0.\0p\0"\0 \0"\0-\0I\0l\0i\0b\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0"\0 \0"\0-\0I\0.\0"\0 \0"\0-\0I\0.\0.\0"\0 \0"\0-\0I\0c\0o\0n\0f\0i\0g\0"\0 \0"\0-\0I\0.\0.\0\\0c\0o\0n\0f\0i\0g\0"\0 \0"\0-\0I\0l\0i\0b\0\\0e\0a\0l\0\\0i\0n\0c\0l\0u\0d\0e\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0\\0i\0n\0c\0l\0u\0d\0e\0"\0 \0"\0-\0I\0l\0i\0b\0\\0e\0a\0l\0\\0w\0i\0n\0d\0o\0w\0s\0\\0i\0n\0c\0l\0u\0d\0e\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0\\0w\0i\0n\0d\0o\0w\0s\0\\0i\0n\0c\0l\0u\0d\0e\0"\0 \0"\0-\0I\0l\0i\0b\0\\0e\0a\0l\0\\0x\08\06\0\\0i\0n\0c\0l\0u\0d\0e\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0\\0x\08\06\0\\0i\0n\0c\0l\0u\0d\0e\0"\0 \0"\0-\0I\0l\0i\0b\0\\0e\0a\0l\0\\0c\0o\0m\0m\0o\0n\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0\\0c\0o\0m\0m\0o\0n\0"\0 \0"\0-\0I\0l\0i\0b\0\\0e\0a\0l\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0"\0 \0"\0-\0I\0l\0i\0b\0\\0k\0v\0a\0r\0g\0s\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0k\0v\0a\0r\0g\0s\0"\0 \0"\0-\0X\0c\0l\0a\0n\0g\0"\0 \0"\0-\0f\0c\0o\0l\0o\0r\0-\0d\0i\0a\0g\0n\0o\0s\0t\0i\0c\0s\0"\0 \0"\0-\0p\0i\0p\0e\0"\0 \0"\0-\0D\0_\0F\0I\0L\0E\0_\0O\0F\0F\0S\0E\0T\0_\0B\0I\0T\0S\0=\06\04\0"\0 \0"\0-\0W\0a\0l\0l\0"\0 \0"\0-\0W\0i\0n\0v\0a\0l\0i\0d\0-\0p\0c\0h\0"\0 \0"\0-\0W\0e\0x\0t\0r\0a\0"\0 \0"\0-\0W\0e\0r\0r\0o\0r\0"\0 \0"\0-\0O\03\0"\0 \0"\0-\0i\0n\0c\0l\0u\0d\0e\0"\0 \0"\0r\0t\0e\0_\0c\0o\0n\0f\0i\0g\0.\0h\0"\0 \0"\0-\0W\0c\0a\0s\0t\0-\0q\0u\0a\0l\0"\0 \0"\0-
 \0W\0d\0e\0p\0r\0e\0c\0a\0t\0e\0d\0"\0 \0"\0-\0W\0f\0o\0r\0m\0a\0t\0"\0 \0"\0-\0W\0f\0o\0r\0m\0a\0t\0-\0n\0o\0n\0l\0i\0t\0e\0r\0a\0l\0"\0 \0"\0-\0W\0f\0o\0r\0m\0a\0t\0-\0s\0e\0c\0u\0r\0i\0t\0y\0"\0 \0"\0-\0W\0m\0i\0s\0s\0i\0n\0g\0-\0d\0e\0c\0l\0a\0r\0a\0t\0i\0o\0n\0s\0"\0 \0"\0-\0W\0m\0i\0s\0s\0i\0n\0g\0-\0p\0r\0o\0t\0o\0t\0y\0p\0e\0s\0"\0 \0"\0-\0W\0n\0e\0s\0t\0e\0d\0-\0e\0x\0t\0e\0r\0n\0s\0"\0 \0"\0-\0W\0o\0l\0d\0-\0s\0t\0y\0l\0e\0-\0d\0e\0f\0i\0n\0i\0t\0i\0o\0n\0"\0 \0"\0-\0W\0p\0o\0i\0n\0t\0e\0r\0-\0a\0r\0i\0t\0h\0"\0 \0"\0-\0W\0s\0i\0g\0n\0-\0c\0o\0m\0p\0a\0r\0e\0"\0 \0"\0-\0W\0s\0t\0r\0i\0c\0t\0-\0p\0r\0o\0t\0o\0t\0y\0p\0e\0s\0"\0 \0"\0-\0W\0u\0n\0d\0e\0f\0"\0 \0"\0-\0W\0w\0r\0i\0t\0e\0-\0s\0t\0r\0i\0n\0g\0s\0"\0 \0"\0-\0W\0n\0o\0-\0a\0d\0d\0r\0e\0s\0s\0-\0o\0f\0-\0p\0a\0c\0k\0e\0d\0-\0m\0e\0m\0b\0e\0r\0"\0 \0"\0-\0W\0n\0o\0-\0m\0i\0s\0s\0i\0n\0g\0-\0f\0i\0e\0l\0d\0-\0i\0n\0i\0t\0i\0a\0l\0i\0z\0e\0r\0s\0"\0 \0"\0-\0D\0_\0G\0N\0U\0_\0S\0O\0U\0R\0C\0E\0"\0 \0"\0-\0D\0_\0W\0I\0N\03\02\0_\0W\0I\0N\0N\0T\0=\00\0x\00\0A\00\00\0"\0 \0"\0-\0D\0_\0C\0R\0T\0_\0S\0E\0C\0U\0R\0E\0_\0N\0O\0_\0W\0A\0R\0N\0I\0N\0G\0S\0"\0 \0"\0-\0m\0a\0r\0c\0h\0=\0n\0a\0t\0i\0v\0e\0"\0 \0"\0-\0D\0A\0L\0L\0O\0W\0_\0E\0X\0P\0E\0R\0I\0M\0E\0N\0T\0A\0L\0_\0A\0P\0I\0"\0 \0"\0-\0D\0A\0L\0L\0O\0W\0_\0I\0N\0T\0E\0R\0N\0A\0L\0_\0A\0P\0I\0"\0 \0"\0-\0D\0A\0B\0I\0_\0V\0E\0R\0S\0I\0O\0N\0=\0\\0"\02\03\0.\01\0\\0"\0"\0 \0"\0-\0D\0R\0T\0E\0_\0L\0O\0G\0_\0D\0E\0F\0A\0U\0L\0T\0_\0L\0O\0G\0T\0Y\0P\0E\0=\0l\0i\0b\0
 .\0e\0a\0l\0"\0 \0-\0M\0D\0 \0-\0M\0Q\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0e\0a\0l\0.\0a\0.\0p\0/\0e\0a\0l\0_\0c\0o\0m\0m\0o\0n\0_\0e\0a\0l\0_\0c\0o\0m\0m\0o\0n\0_\0l\0o\0g\0.\0c\0.\0o\0b\0j\0 \0-\0M\0F\0 \0"\0l\0i\0b\0\\0l\0i\0b\0r\0t\0e\0_\0e\0a\0l\0.\0a\0.\0p\0\\0e\0a\0l\0_\0c\0o\0m\0m\0o\0n\0_\0e\0a\0l\0_\0c\0o\0m\0m\0o\0n\0_\0l\0o\0g\0.\0c\0.\0o\0b\0j\0.\0d\0"\0 \0-\0o\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0e\0a\0l\0.\0a\0.\0p\0/\0e\0a\0l\0_\0c\0o\0m\0m\0o\0n\0_\0e\0a\0l\0_\0c\0o\0m\0m\0o\0n\0_\0l\0o\0g\0.\0c\0.\0o\0b\0j\0 \0"\0-\0c\0"\0 \0.\0.\0/\0l\0i\0b\0/\0e\0a\0l\0/\0c\0o\0m\0m\0o\0n\0/\0e\0a\0l\0_\0c\0o\0m\0m\0o\0n\0_\0l\0o\0g\0.\0c\0
\0
\0.\0.\0/\0l\0i\0b\0/\0e\0a\0l\0/\0c\0o\0m\0m\0o\0n\0/\0e\0a\0l\0_\0c\0o\0m\0m\0o\0n\0_\0l\0o\0g\0.\0c\0:\04\08\05\0:\01\0:\0 \0e\0r\0r\0o\0r\0:\0 \0n\0o\0 \0p\0r\0e\0v\0i\0o\0u\0s\0 \0p\0r\0o\0t\0o\0t\0y\0p\0e\0 \0f\0o\0r\0 \0f\0u\0n\0c\0t\0i\0o\0n\0 \0'\0r\0t\0e\0_\0l\0o\0g\0_\0g\0e\0t\0_\0t\0i\0m\0e\0s\0t\0a\0m\0p\0_\0p\0r\0e\0f\0i\0x\0'\0 \0[\0-\0W\0e\0r\0r\0o\0r\0,\0-\0W\0m\0i\0s\0s\0i\0n\0g\0-\0p\0r\0o\0t\0o\0t\0y\0p\0e\0s\0]\0
\0
\0r\0t\0e\0_\0l\0o\0g\0_\0g\0e\0t\0_\0t\0i\0m\0e\0s\0t\0a\0m\0p\0_\0p\0r\0e\0f\0i\0x\0(\0c\0h\0a\0r\0 \0*\0b\0u\0f\0,\0 \0i\0n\0t\0 \0b\0u\0f\0_\0s\0i\0z\0e\0)\0
\0
\0^\0
\0
\0.\0.\0/\0l\0i\0b\0/\0e\0a\0l\0/\0c\0o\0m\0m\0o\0n\0/\0e\0a\0l\0_\0c\0o\0m\0m\0o\0n\0_\0l\0o\0g\0.\0c\0:\04\08\04\0:\01\0:\0 \0n\0o\0t\0e\0:\0 \0d\0e\0c\0l\0a\0r\0e\0 \0'\0s\0t\0a\0t\0i\0c\0'\0 \0i\0f\0 \0t\0h\0e\0 \0f\0u\0n\0c\0t\0i\0o\0n\0 \0i\0s\0 \0n\0o\0t\0 \0i\0n\0t\0e\0n\0d\0e\0d\0 \0t\0o\0 \0b\0e\0 \0u\0s\0e\0d\0 \0o\0u\0t\0s\0i\0d\0e\0 \0o\0f\0 \0t\0h\0i\0s\0 \0t\0r\0a\0n\0s\0l\0a\0t\0i\0o\0n\0 \0u\0n\0i\0t\0
\0
\0v\0o\0i\0d\0
\0
\0^\0
\0
\0s\0t\0a\0t\0i\0c\0 \0
\0
\01\0 \0e\0r\0r\0o\0r\0 \0g\0e\0n\0e\0r\0a\0t\0e\0d\0.\0
\0
\0[\03\07\0/\04\06\01\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0e\0a\0l\0.\0a\0.\0p\0/\0e\0a\0l\0_\0c\0o\0m\0m\0o\0n\0_\0e\0a\0l\0_\0c\0o\0m\0m\0o\0n\0_\0d\0e\0b\0u\0g\0.\0c\0.\0o\0b\0j\0
\0
\0[\03\08\0/\04\06\01\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0e\0a\0l\0.\0a\0.\0p\0/\0e\0a\0l\0_\0x\08\06\0_\0r\0t\0e\0_\0p\0o\0w\0e\0r\0_\0i\0n\0t\0r\0i\0n\0s\0i\0c\0s\0.\0c\0.\0o\0b\0j\0
\0
\0[\03\09\0/\04\06\01\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0e\0a\0l\0.\0a\0.\0p\0/\0e\0a\0l\0_\0w\0i\0n\0d\0o\0w\0s\0_\0e\0a\0l\0_\0a\0l\0a\0r\0m\0.\0c\0.\0o\0b\0j\0
\0
\0[\04\00\0/\04\06\01\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0e\0a\0l\0.\0a\0.\0p\0/\0e\0a\0l\0_\0c\0o\0m\0m\0o\0n\0_\0e\0a\0l\0_\0c\0o\0m\0m\0o\0n\0_\0t\0h\0r\0e\0a\0d\0.\0c\0.\0o\0b\0j\0
\0
\0[\04\01\0/\04\06\01\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0e\0a\0l\0.\0a\0.\0p\0/\0e\0a\0l\0_\0c\0o\0m\0m\0o\0n\0_\0m\0a\0l\0l\0o\0c\0_\0h\0e\0a\0p\0.\0c\0.\0o\0b\0j\0
\0
\0n\0i\0n\0j\0a\0:\0 \0b\0u\0i\0l\0d\0 \0s\0t\0o\0p\0p\0e\0d\0:\0 \0s\0u\0b\0c\0o\0m\0m\0a\0n\0d\0 \0f\0a\0i\0l\0e\0d\0.\0
\0
\0C\0o\0u\0l\0d\0 \0n\0o\0t\0 \0r\0e\0b\0u\0i\0l\0d\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
\0
\0
==== End log output ====

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

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

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

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 22.04
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1-2

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)

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw124810 [PATCH] log: add timestamp for log
@ 2023-03-06  8:56 dpdklab
  0 siblings, 0 replies; 24+ messages in thread
From: dpdklab @ 2023-03-06  8:56 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, luzhipeng

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

_Testing issues_

Submitter: luzhipeng <luzhipeng@cestc.cn>
Date: Friday, March 03 2023 10:02:52 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:4ef69b2877a24ddb89afaf4bb6f4e73bb52a605b

124810 --> testing fail

Test environment and result as below:

+----------------------------------------+--------------------+----------------------+----------------+
|              Environment               | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+========================================+====================+======================+================+
| Windows Server 2019                    | FAIL               | FAIL                 | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| FreeBSD 13                             | FAIL               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native          | FAIL               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native            | FAIL               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8                        | FAIL               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9                        | FAIL               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Buster                          | FAIL               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye                        | FAIL               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04                           | FAIL               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15                       | FAIL               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL8                                  | FAIL               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL 7                                 | FAIL               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04                           | FAIL               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | FAIL               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | FAIL               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM SVE                   | FAIL               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+

==== 20 line log output for Ubuntu 20.04 ARM SVE (dpdk_meson_compile): ====
[16/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_bus.c.o'.
[17/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_class.c.o'.
[18/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_config.c.o'.
[19/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_debug.c.o'.
[20/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_dev.c.o'.
[21/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_devargs.c.o'.
[22/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_errno.c.o'.
[23/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_fbarray.c.o'.
[24/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_hexdump.c.o'.
[25/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_interrupts.c.o'.
[26/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_launch.c.o'.
[27/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_lcore.c.o'.
[28/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o
gcc-10 -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -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 -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 -fPIC -march=armv8.2-a+crypto+sve -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation '-DABI_VERSION="23.1"' -DRTE_LIBEAL_USE_GETENTROPY 
 -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o' -c ../lib/eal/common/eal_common_log.c
../lib/eal/common/eal_common_log.c:485:1: error: no previous prototype for 'rte_log_get_timestamp_prefix' [-Werror=missing-prototypes]
485 | rte_log_get_timestamp_prefix(char *buf, int buf_size)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

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

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

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

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

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

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

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

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)

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

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 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 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/patchsets/25620/

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw124810 [PATCH] log: add timestamp for log
@ 2023-03-06  8:55 dpdklab
  0 siblings, 0 replies; 24+ messages in thread
From: dpdklab @ 2023-03-06  8:55 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, luzhipeng

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

_Testing issues_

Submitter: luzhipeng <luzhipeng@cestc.cn>
Date: Friday, March 03 2023 10:02:52 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:4ef69b2877a24ddb89afaf4bb6f4e73bb52a605b

124810 --> testing fail

Test environment and result as below:

+----------------------------------------+--------------------+----------------------+----------------+
|              Environment               | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+========================================+====================+======================+================+
| Windows Server 2019                    | FAIL               | FAIL                 | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| FreeBSD 13                             | FAIL               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native          | FAIL               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native            | FAIL               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8                        | FAIL               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9                        | FAIL               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Buster                          | FAIL               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye                        | FAIL               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04                           | FAIL               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15                       | FAIL               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL8                                  | FAIL               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL 7                                 | FAIL               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04                           | FAIL               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | FAIL               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | FAIL               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM SVE                   | FAIL               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+

==== 20 line log output for Ubuntu 20.04 ARM SVE (dpdk_meson_compile): ====
[16/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_bus.c.o'.
[17/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_class.c.o'.
[18/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_config.c.o'.
[19/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_debug.c.o'.
[20/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_dev.c.o'.
[21/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_devargs.c.o'.
[22/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_errno.c.o'.
[23/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_fbarray.c.o'.
[24/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_hexdump.c.o'.
[25/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_interrupts.c.o'.
[26/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_launch.c.o'.
[27/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_lcore.c.o'.
[28/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o
gcc-10 -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -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 -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 -fPIC -march=armv8.2-a+crypto+sve -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation '-DABI_VERSION="23.1"' -DRTE_LIBEAL_USE_GETENTROPY 
 -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o' -c ../lib/eal/common/eal_common_log.c
../lib/eal/common/eal_common_log.c:485:1: error: no previous prototype for 'rte_log_get_timestamp_prefix' [-Werror=missing-prototypes]
485 | rte_log_get_timestamp_prefix(char *buf, int buf_size)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

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

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

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

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

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

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

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

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)

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

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 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 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/patchsets/25620/

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw124810 [PATCH] log: add timestamp for log
@ 2023-03-06  8:54 dpdklab
  0 siblings, 0 replies; 24+ messages in thread
From: dpdklab @ 2023-03-06  8:54 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, luzhipeng

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

_Testing issues_

Submitter: luzhipeng <luzhipeng@cestc.cn>
Date: Friday, March 03 2023 10:02:52 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:4ef69b2877a24ddb89afaf4bb6f4e73bb52a605b

124810 --> testing fail

Test environment and result as below:

+----------------------------------------+--------------------+----------------------+----------------+
|              Environment               | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+========================================+====================+======================+================+
| Windows Server 2019                    | FAIL               | FAIL                 | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| FreeBSD 13                             | FAIL               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native          | FAIL               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native            | FAIL               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8                        | FAIL               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9                        | FAIL               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Buster                          | FAIL               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye                        | FAIL               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04                           | FAIL               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15                       | FAIL               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL8                                  | FAIL               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL 7                                 | FAIL               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04                           | FAIL               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | FAIL               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | FAIL               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM SVE                   | FAIL               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+

==== 20 line log output for Ubuntu 20.04 ARM SVE (dpdk_meson_compile): ====
[16/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_bus.c.o'.
[17/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_class.c.o'.
[18/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_config.c.o'.
[19/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_debug.c.o'.
[20/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_dev.c.o'.
[21/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_devargs.c.o'.
[22/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_errno.c.o'.
[23/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_fbarray.c.o'.
[24/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_hexdump.c.o'.
[25/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_interrupts.c.o'.
[26/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_launch.c.o'.
[27/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_lcore.c.o'.
[28/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o
gcc-10 -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -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 -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 -fPIC -march=armv8.2-a+crypto+sve -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation '-DABI_VERSION="23.1"' -DRTE_LIBEAL_USE_GETENTROPY 
 -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o' -c ../lib/eal/common/eal_common_log.c
../lib/eal/common/eal_common_log.c:485:1: error: no previous prototype for 'rte_log_get_timestamp_prefix' [-Werror=missing-prototypes]
485 | rte_log_get_timestamp_prefix(char *buf, int buf_size)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

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

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

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

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

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

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

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

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)

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

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 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 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/patchsets/25620/

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw124810 [PATCH] log: add timestamp for log
@ 2023-03-06  8:53 dpdklab
  0 siblings, 0 replies; 24+ messages in thread
From: dpdklab @ 2023-03-06  8:53 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, luzhipeng

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

_Testing issues_

Submitter: luzhipeng <luzhipeng@cestc.cn>
Date: Friday, March 03 2023 10:02:52 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:4ef69b2877a24ddb89afaf4bb6f4e73bb52a605b

124810 --> testing fail

Test environment and result as below:

+----------------------------------------+--------------------+----------------------+----------------+
|              Environment               | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+========================================+====================+======================+================+
| Windows Server 2019                    | FAIL               | FAIL                 | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| FreeBSD 13                             | FAIL               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native          | FAIL               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native            | FAIL               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8                        | FAIL               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9                        | FAIL               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Buster                          | FAIL               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye                        | FAIL               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04                           | FAIL               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15                       | FAIL               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL8                                  | FAIL               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL 7                                 | FAIL               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04                           | FAIL               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | FAIL               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | FAIL               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM SVE                   | FAIL               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+

==== 20 line log output for Ubuntu 20.04 ARM SVE (dpdk_meson_compile): ====
[16/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_bus.c.o'.
[17/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_class.c.o'.
[18/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_config.c.o'.
[19/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_debug.c.o'.
[20/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_dev.c.o'.
[21/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_devargs.c.o'.
[22/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_errno.c.o'.
[23/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_fbarray.c.o'.
[24/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_hexdump.c.o'.
[25/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_interrupts.c.o'.
[26/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_launch.c.o'.
[27/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_lcore.c.o'.
[28/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o
gcc-10 -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -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 -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 -fPIC -march=armv8.2-a+crypto+sve -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation '-DABI_VERSION="23.1"' -DRTE_LIBEAL_USE_GETENTROPY 
 -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o' -c ../lib/eal/common/eal_common_log.c
../lib/eal/common/eal_common_log.c:485:1: error: no previous prototype for 'rte_log_get_timestamp_prefix' [-Werror=missing-prototypes]
485 | rte_log_get_timestamp_prefix(char *buf, int buf_size)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

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

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

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

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

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

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

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

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)

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

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 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 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/patchsets/25620/

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw124810 [PATCH] log: add timestamp for log
@ 2023-03-06  8:49 dpdklab
  0 siblings, 0 replies; 24+ messages in thread
From: dpdklab @ 2023-03-06  8:49 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, luzhipeng

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

_Testing issues_

Submitter: luzhipeng <luzhipeng@cestc.cn>
Date: Friday, March 03 2023 10:02:52 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:4ef69b2877a24ddb89afaf4bb6f4e73bb52a605b

124810 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Ubuntu 20.04 ARM SVE (dpdk_meson_compile): ====
[16/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_bus.c.o'.
[17/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_class.c.o'.
[18/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_config.c.o'.
[19/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_debug.c.o'.
[20/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_dev.c.o'.
[21/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_devargs.c.o'.
[22/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_errno.c.o'.
[23/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_fbarray.c.o'.
[24/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_hexdump.c.o'.
[25/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_interrupts.c.o'.
[26/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_launch.c.o'.
[27/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_lcore.c.o'.
[28/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o
gcc-10 -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -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 -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 -fPIC -march=armv8.2-a+crypto+sve -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation '-DABI_VERSION="23.1"' -DRTE_LIBEAL_USE_GETENTROPY 
 -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o' -c ../lib/eal/common/eal_common_log.c
../lib/eal/common/eal_common_log.c:485:1: error: no previous prototype for 'rte_log_get_timestamp_prefix' [-Werror=missing-prototypes]
485 | rte_log_get_timestamp_prefix(char *buf, int buf_size)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

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

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 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 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/patchsets/25620/

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw124810 [PATCH] log: add timestamp for log
@ 2023-03-06  8:48 dpdklab
  0 siblings, 0 replies; 24+ messages in thread
From: dpdklab @ 2023-03-06  8:48 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, luzhipeng

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

_Testing issues_

Submitter: luzhipeng <luzhipeng@cestc.cn>
Date: Friday, March 03 2023 10:02:52 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:4ef69b2877a24ddb89afaf4bb6f4e73bb52a605b

124810 --> testing fail

Test environment and result as below:

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

==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
[15/3139] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_dev.c.o'.
[16/3139] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_errno.c.o'.
[17/3139] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_hexdump.c.o'.
[18/3139] Generating kvargs.sym_chk with a meson_exe.py custom command.
[19/3139] Linking target lib/librte_kvargs.so.23.1.
[20/3139] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_fbarray.c.o'.
[21/3139] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_interrupts.c.o'.
[22/3139] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_launch.c.o'.
[23/3139] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_lcore.c.o'.
[24/3139] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o
ccache cc -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -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 -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-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API '-DABI_VERSION="23.1"' -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_common_
 eal_common_log.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o' -c ../lib/eal/common/eal_common_log.c
../lib/eal/common/eal_common_log.c:485:1: error: no previous prototype for 'rte_log_get_timestamp_prefix' [-Werror=missing-prototypes]
rte_log_get_timestamp_prefix(char *buf, int buf_size)
^
cc1: all warnings being treated as errors
[25/3139] Generating symbol file 'lib/76b5a35@@rte_kvargs@sha/librte_kvargs.so.23.1.symbols'.
[26/3139] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_mcfg.c.o'.
[27/3139] Generating telemetry.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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

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

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 22.04
	Kernel: Container Host Kernel
	Compiler: clang 14.0.5-1.fc36

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

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)

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw124810 [PATCH] log: add timestamp for log
@ 2023-03-06  8:47 dpdklab
  0 siblings, 0 replies; 24+ messages in thread
From: dpdklab @ 2023-03-06  8:47 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, luzhipeng

Test-Label: iol-x86_64-compile-testing
Test-Status: FAILURE
http://dpdk.org/patch/124810

_Testing issues_

Submitter: luzhipeng <luzhipeng@cestc.cn>
Date: Friday, March 03 2023 10:02:52 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:4ef69b2877a24ddb89afaf4bb6f4e73bb52a605b

124810 --> testing fail

Test environment and result as below:

+------------------+--------------------+
|   Environment    | dpdk_meson_compile |
+==================+====================+
| FreeBSD 13       | FAIL               |
+------------------+--------------------+
| CentOS Stream 8  | FAIL               |
+------------------+--------------------+
| CentOS Stream 9  | FAIL               |
+------------------+--------------------+
| Debian Buster    | FAIL               |
+------------------+--------------------+
| Debian Bullseye  | FAIL               |
+------------------+--------------------+
| Ubuntu 22.04     | FAIL               |
+------------------+--------------------+
| openSUSE Leap 15 | FAIL               |
+------------------+--------------------+
| RHEL8            | FAIL               |
+------------------+--------------------+
| RHEL 7           | FAIL               |
+------------------+--------------------+
| Ubuntu 20.04     | FAIL               |
+------------------+--------------------+

==== 20 line log output for Ubuntu 20.04 (dpdk_meson_compile): ====
[16/3191] Generating symbol file 'lib/76b5a35@@rte_telemetry@sha/librte_telemetry.so.23.1.symbols'.
[17/3191] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_class.c.o'.
[18/3191] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_config.c.o'.
[19/3191] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_debug.c.o'.
[20/3191] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_dev.c.o'.
[21/3191] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_devargs.c.o'.
[22/3191] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_errno.c.o'.
[23/3191] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_fbarray.c.o'.
[24/3191] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_hexdump.c.o'.
[25/3191] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_interrupts.c.o'.
[26/3191] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_launch.c.o'.
[27/3191] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_lcore.c.o'.
[28/3191] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o
ccache cc -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -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 -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 -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation '-DABI_VERSION="23.1"' -DRTE_LIBEAL_USE_GETENTROPY -DRTE_LO
 G_DEFAULT_LOGTYPE=lib.eal -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o' -c ../lib/eal/common/eal_common_log.c
../lib/eal/common/eal_common_log.c:485:1: error: no previous prototype for 'rte_log_get_timestamp_prefix' [-Werror=missing-prototypes]
485 | rte_log_get_timestamp_prefix(char *buf, int buf_size)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

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

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

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)

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw124810 [PATCH] log: add timestamp for log
@ 2023-03-06  8:45 dpdklab
  0 siblings, 0 replies; 24+ messages in thread
From: dpdklab @ 2023-03-06  8:45 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, luzhipeng

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

_Testing issues_

Submitter: luzhipeng <luzhipeng@cestc.cn>
Date: Friday, March 03 2023 10:02:52 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:4ef69b2877a24ddb89afaf4bb6f4e73bb52a605b

124810 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Ubuntu 20.04 ARM SVE (dpdk_meson_compile): ====
[16/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_bus.c.o'.
[17/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_class.c.o'.
[18/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_config.c.o'.
[19/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_debug.c.o'.
[20/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_dev.c.o'.
[21/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_devargs.c.o'.
[22/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_errno.c.o'.
[23/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_fbarray.c.o'.
[24/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_hexdump.c.o'.
[25/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_interrupts.c.o'.
[26/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_launch.c.o'.
[27/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_lcore.c.o'.
[28/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o
gcc-10 -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -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 -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 -fPIC -march=armv8.2-a+crypto+sve -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation '-DABI_VERSION="23.1"' -DRTE_LIBEAL_USE_GETENTROPY 
 -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o' -c ../lib/eal/common/eal_common_log.c
../lib/eal/common/eal_common_log.c:485:1: error: no previous prototype for 'rte_log_get_timestamp_prefix' [-Werror=missing-prototypes]
485 | rte_log_get_timestamp_prefix(char *buf, int buf_size)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
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 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 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/patchsets/25620/

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw124810 [PATCH] log: add timestamp for log
@ 2023-03-06  8:45 dpdklab
  0 siblings, 0 replies; 24+ messages in thread
From: dpdklab @ 2023-03-06  8:45 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, luzhipeng

Test-Label: iol-aarch64-unit-testing
Test-Status: FAILURE
http://dpdk.org/patch/124810

_Testing issues_

Submitter: luzhipeng <luzhipeng@cestc.cn>
Date: Friday, March 03 2023 10:02:52 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:4ef69b2877a24ddb89afaf4bb6f4e73bb52a605b

124810 --> testing fail

Test environment and result as below:

+-------------------------------+---------------------------+------------------------------+----------------+--------------+
|          Environment          | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | dpdk_unit_test | lpm_autotest |
+===============================+===========================+==============================+================+==============+
| Debian 11                     | FAIL                      | FAIL                         | SKIPPED        | SKIPPED      |
+-------------------------------+---------------------------+------------------------------+----------------+--------------+
| Ubuntu 20.04 ARM GCC Native   | SKIPPED                   | SKIPPED                      | FAIL           | SKIPPED      |
+-------------------------------+---------------------------+------------------------------+----------------+--------------+
| Ubuntu 20.04 ARM Clang Native | SKIPPED                   | SKIPPED                      | FAIL           | SKIPPED      |
+-------------------------------+---------------------------+------------------------------+----------------+--------------+
| Ubuntu 20.04 ARM SVE          | SKIPPED                   | SKIPPED                      | SKIPPED        | FAIL         |
+-------------------------------+---------------------------+------------------------------+----------------+--------------+

==== 20 line log output for Ubuntu 20.04 ARM SVE (lpm_autotest): ====
[19/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_errno.c.o'.
[20/635] Generating symbol file 'lib/76b5a35@@rte_telemetry@sha/librte_telemetry.so.23.1.symbols'.
[21/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_hexdump.c.o'.
[22/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_devargs.c.o'.
[23/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_dev.c.o'.
[24/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_launch.c.o'.
[25/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_interrupts.c.o'.
[26/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_mcfg.c.o'.
[27/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_lcore.c.o'.
[28/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o
gcc-10 -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -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 -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 -fPIC -march=armv8.2-a+crypto+sve -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation '-DABI_VERSION="23.1"' -DRTE_LIBEAL_USE_GETENTROPY 
 -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o' -c ../lib/eal/common/eal_common_log.c
../lib/eal/common/eal_common_log.c:485:1: error: no previous prototype for 'rte_log_get_timestamp_prefix' [-Werror=missing-prototypes]
485 | rte_log_get_timestamp_prefix(char *buf, int buf_size)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[29/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_memalloc.c.o'.
[30/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_fbarray.c.o'.
[31/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_memory.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====

Debian 11
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

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 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/patchsets/25620/

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw124810 [PATCH] log: add timestamp for log
@ 2023-03-06  8:43 dpdklab
  0 siblings, 0 replies; 24+ messages in thread
From: dpdklab @ 2023-03-06  8:43 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, luzhipeng

Test-Label: iol-aarch64-unit-testing
Test-Status: FAILURE
http://dpdk.org/patch/124810

_Testing issues_

Submitter: luzhipeng <luzhipeng@cestc.cn>
Date: Friday, March 03 2023 10:02:52 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:4ef69b2877a24ddb89afaf4bb6f4e73bb52a605b

124810 --> testing fail

Test environment and result as below:

+-------------------------------+------------------------------+---------------------------+----------------+--------------+
|          Environment          | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest | dpdk_unit_test | lpm_autotest |
+===============================+==============================+===========================+================+==============+
| Debian 11                     | FAIL                         | FAIL                      | SKIPPED        | SKIPPED      |
+-------------------------------+------------------------------+---------------------------+----------------+--------------+
| Ubuntu 20.04 ARM GCC Native   | SKIPPED                      | SKIPPED                   | FAIL           | SKIPPED      |
+-------------------------------+------------------------------+---------------------------+----------------+--------------+
| Ubuntu 20.04 ARM Clang Native | SKIPPED                      | SKIPPED                   | FAIL           | SKIPPED      |
+-------------------------------+------------------------------+---------------------------+----------------+--------------+
| Ubuntu 20.04 ARM SVE          | SKIPPED                      | SKIPPED                   | SKIPPED        | FAIL         |
+-------------------------------+------------------------------+---------------------------+----------------+--------------+

==== 20 line log output for Ubuntu 20.04 ARM SVE (lpm_autotest): ====
[19/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_errno.c.o'.
[20/635] Generating symbol file 'lib/76b5a35@@rte_telemetry@sha/librte_telemetry.so.23.1.symbols'.
[21/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_hexdump.c.o'.
[22/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_dev.c.o'.
[23/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_devargs.c.o'.
[24/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_launch.c.o'.
[25/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_interrupts.c.o'.
[26/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_mcfg.c.o'.
[27/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_lcore.c.o'.
[28/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o
gcc-10 -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -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 -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 -fPIC -march=armv8.2-a+crypto+sve -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation '-DABI_VERSION="23.1"' -DRTE_LIBEAL_USE_GETENTROPY 
 -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o' -c ../lib/eal/common/eal_common_log.c
../lib/eal/common/eal_common_log.c:485:1: error: no previous prototype for 'rte_log_get_timestamp_prefix' [-Werror=missing-prototypes]
485 | rte_log_get_timestamp_prefix(char *buf, int buf_size)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[29/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_memalloc.c.o'.
[30/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_fbarray.c.o'.
[31/635] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_memory.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====

Debian 11
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

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 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/patchsets/25620/

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw124810 [PATCH] log: add timestamp for log
@ 2023-03-06  8:43 dpdklab
  0 siblings, 0 replies; 24+ messages in thread
From: dpdklab @ 2023-03-06  8:43 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, luzhipeng

Test-Label: iol-x86_64-compile-testing
Test-Status: FAILURE
http://dpdk.org/patch/124810

_Testing issues_

Submitter: luzhipeng <luzhipeng@cestc.cn>
Date: Friday, March 03 2023 10:02:52 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:4ef69b2877a24ddb89afaf4bb6f4e73bb52a605b

124810 --> testing fail

Test environment and result as below:

+------------------+--------------------+
|   Environment    | dpdk_meson_compile |
+==================+====================+
| FreeBSD 13       | FAIL               |
+------------------+--------------------+
| CentOS Stream 8  | FAIL               |
+------------------+--------------------+
| Debian Bullseye  | FAIL               |
+------------------+--------------------+
| Debian Buster    | FAIL               |
+------------------+--------------------+
| CentOS Stream 9  | FAIL               |
+------------------+--------------------+
| Ubuntu 22.04     | FAIL               |
+------------------+--------------------+
| openSUSE Leap 15 | FAIL               |
+------------------+--------------------+
| RHEL8            | FAIL               |
+------------------+--------------------+
| Ubuntu 20.04     | FAIL               |
+------------------+--------------------+
| RHEL 7           | FAIL               |
+------------------+--------------------+

==== 20 line log output for RHEL 7 (dpdk_meson_compile): ====
[16/3167] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_bus.c.o'.
[17/3167] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_class.c.o'.
[18/3167] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_config.c.o'.
[19/3167] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_debug.c.o'.
[20/3167] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_dev.c.o'.
[21/3167] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_devargs.c.o'.
[22/3167] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_errno.c.o'.
[23/3167] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_fbarray.c.o'.
[24/3167] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_hexdump.c.o'.
[25/3167] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_interrupts.c.o'.
[26/3167] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_launch.c.o'.
[27/3167] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_lcore.c.o'.
[28/3167] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o
ccache cc -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -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 -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-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API '-DABI_VERSION="23.1"' -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_common_
 eal_common_log.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o' -c ../lib/eal/common/eal_common_log.c
../lib/eal/common/eal_common_log.c:485:1: error: no previous prototype for 'rte_log_get_timestamp_prefix' [-Werror=missing-prototypes]
rte_log_get_timestamp_prefix(char *buf, int buf_size)
^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: clang 14.0.5-1.fc36

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

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 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

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)

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw124810 [PATCH] log: add timestamp for log
@ 2023-03-06  8:41 dpdklab
  0 siblings, 0 replies; 24+ messages in thread
From: dpdklab @ 2023-03-06  8:41 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, luzhipeng

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

_Testing issues_

Submitter: luzhipeng <luzhipeng@cestc.cn>
Date: Friday, March 03 2023 10:02:52 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:4ef69b2877a24ddb89afaf4bb6f4e73bb52a605b

124810 --> testing fail

Test environment and result as below:

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

==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
[15/3139] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_dev.c.o'.
[16/3139] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_errno.c.o'.
[17/3139] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_hexdump.c.o'.
[18/3139] Generating kvargs.sym_chk with a meson_exe.py custom command.
[19/3139] Linking target lib/librte_kvargs.so.23.1.
[20/3139] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_fbarray.c.o'.
[21/3139] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_interrupts.c.o'.
[22/3139] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_launch.c.o'.
[23/3139] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_lcore.c.o'.
[24/3139] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o
ccache cc -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -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 -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-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API '-DABI_VERSION="23.1"' -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_common_
 eal_common_log.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o' -c ../lib/eal/common/eal_common_log.c
../lib/eal/common/eal_common_log.c:485:1: error: no previous prototype for 'rte_log_get_timestamp_prefix' [-Werror=missing-prototypes]
rte_log_get_timestamp_prefix(char *buf, int buf_size)
^
cc1: all warnings being treated as errors
[25/3139] Generating symbol file 'lib/76b5a35@@rte_kvargs@sha/librte_kvargs.so.23.1.symbols'.
[26/3139] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_mcfg.c.o'.
[27/3139] Generating telemetry.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

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

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: clang 14.0.5-1.fc36

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

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 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

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)

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw124810 [PATCH] log: add timestamp for log
@ 2023-03-06  8:40 dpdklab
  0 siblings, 0 replies; 24+ messages in thread
From: dpdklab @ 2023-03-06  8:40 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, luzhipeng

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

_Testing issues_

Submitter: luzhipeng <luzhipeng@cestc.cn>
Date: Friday, March 03 2023 10:02:52 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:4ef69b2877a24ddb89afaf4bb6f4e73bb52a605b

124810 --> testing fail

Test environment and result as below:

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

==== 20 line log output for openSUSE Leap 15 (dpdk_unit_test): ====
[17/3149] Linking target lib/librte_kvargs.so.23.1.
[18/3149] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_errno.c.o'.
[19/3149] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_hexdump.c.o'.
[20/3149] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_fbarray.c.o'.
[21/3149] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_interrupts.c.o'.
[22/3149] Generating symbol file 'lib/76b5a35@@rte_kvargs@sha/librte_kvargs.so.23.1.symbols'.
[23/3149] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_launch.c.o'.
[24/3149] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_mcfg.c.o'.
[25/3149] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_lcore.c.o'.
[26/3149] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o
ccache cc -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -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 -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-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation '-DABI_VERSION="23.1"' -DRTE_LIBEAL_USE_GETENTROPY -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD -MQ 'lib/76b5a35@@rte_ea
 l@sta/eal_common_eal_common_log.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o' -c ../lib/eal/common/eal_common_log.c
../lib/eal/common/eal_common_log.c:485:1: error: no previous prototype for 'rte_log_get_timestamp_prefix' [-Werror=missing-prototypes]
rte_log_get_timestamp_prefix(char *buf, int buf_size)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[27/3149] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_memalloc.c.o'.
[28/3149] Generating telemetry.sym_chk with a meson_exe.py custom command.
[29/3149] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_memory.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

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

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 22.04
	Kernel: Container Host Kernel
	Compiler: clang 14.0.5-1.fc36

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw124810 [PATCH] log: add timestamp for log
@ 2023-03-06  8:39 dpdklab
  0 siblings, 0 replies; 24+ messages in thread
From: dpdklab @ 2023-03-06  8:39 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, luzhipeng

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

_Testing issues_

Submitter: luzhipeng <luzhipeng@cestc.cn>
Date: Friday, March 03 2023 10:02:52 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:4ef69b2877a24ddb89afaf4bb6f4e73bb52a605b

124810 --> testing fail

Test environment and result as below:

+-------------------------------+--------------------+----------------+----------------------+
|          Environment          | dpdk_meson_compile | dpdk_unit_test | dpdk_mingw64_compile |
+===============================+====================+================+======================+
| Windows Server 2019           | FAIL               | FAIL           | FAIL                 |
+-------------------------------+--------------------+----------------+----------------------+
| FreeBSD 13                    | FAIL               | SKIPPED        | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM GCC Native   | FAIL               | FAIL           | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM Clang Native | FAIL               | SKIPPED        | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+
| CentOS Stream 8               | FAIL               | FAIL           | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+
| CentOS Stream 9               | SKIPPED            | FAIL           | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+
| Debian Buster                 | SKIPPED            | FAIL           | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+
| Debian Bullseye               | SKIPPED            | FAIL           | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+
| RHEL8                         | SKIPPED            | FAIL           | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+
| Ubuntu 22.04                  | SKIPPED            | FAIL           | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04                  | SKIPPED            | FAIL           | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+

==== 20 line log output for Ubuntu 20.04 (dpdk_unit_test): ====
[17/3163] Linking target lib/librte_kvargs.so.23.1.
[18/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_errno.c.o'.
[19/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_hexdump.c.o'.
[20/3163] Generating symbol file 'lib/76b5a35@@rte_kvargs@sha/librte_kvargs.so.23.1.symbols'.
[21/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_fbarray.c.o'.
[22/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_launch.c.o'.
[23/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_interrupts.c.o'.
[24/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_lcore.c.o'.
[25/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_mcfg.c.o'.
[26/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o
ccache cc -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -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 -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 -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation '-DABI_VERSION="23.1"' -DRTE_LIBEAL_USE_GETENTROPY -DRTE_LO
 G_DEFAULT_LOGTYPE=lib.eal -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o' -c ../lib/eal/common/eal_common_log.c
../lib/eal/common/eal_common_log.c:485:1: error: no previous prototype for 'rte_log_get_timestamp_prefix' [-Werror=missing-prototypes]
485 | rte_log_get_timestamp_prefix(char *buf, int buf_size)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[27/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_memalloc.c.o'.
[28/3163] Generating telemetry.sym_chk with a meson_exe.py custom command.
[29/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_memory.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

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 22.04
	Kernel: Container Host Kernel
	Compiler: clang 14.0.5-1.fc36

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw124810 [PATCH] log: add timestamp for log
@ 2023-03-06  8:38 dpdklab
  0 siblings, 0 replies; 24+ messages in thread
From: dpdklab @ 2023-03-06  8:38 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, luzhipeng

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

_Testing issues_

Submitter: luzhipeng <luzhipeng@cestc.cn>
Date: Friday, March 03 2023 10:02:52 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:4ef69b2877a24ddb89afaf4bb6f4e73bb52a605b

124810 --> testing fail

Test environment and result as below:

+-------------------------------+--------------------+----------------+----------------------+
|          Environment          | dpdk_meson_compile | dpdk_unit_test | dpdk_mingw64_compile |
+===============================+====================+================+======================+
| Windows Server 2019           | FAIL               | FAIL           | FAIL                 |
+-------------------------------+--------------------+----------------+----------------------+
| FreeBSD 13                    | FAIL               | SKIPPED        | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM GCC Native   | FAIL               | FAIL           | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM Clang Native | FAIL               | SKIPPED        | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+
| CentOS Stream 8               | SKIPPED            | FAIL           | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+
| CentOS Stream 9               | SKIPPED            | FAIL           | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+
| Debian Buster                 | SKIPPED            | FAIL           | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+
| Debian Bullseye               | SKIPPED            | FAIL           | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+
| RHEL8                         | SKIPPED            | FAIL           | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+
| Ubuntu 22.04                  | SKIPPED            | FAIL           | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+

==== 20 line log output for Ubuntu 22.04 (dpdk_unit_test): ====
[18/3163] Generating symbol file 'lib/76b5a35@@rte_kvargs@sha/librte_kvargs.so.23.1.symbols'.
[19/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_errno.c.o'.
[20/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_devargs.c.o'.
[21/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_hexdump.c.o'.
[22/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_launch.c.o'.
[23/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_interrupts.c.o'.
[24/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_fbarray.c.o'.
[25/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_mcfg.c.o'.
[26/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_lcore.c.o'.
[27/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o
ccache cc -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -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 -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 -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation '-DABI_VERSION="23.1"' -DRTE_LIBEAL
 _USE_GETENTROPY -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o' -c ../lib/eal/common/eal_common_log.c
../lib/eal/common/eal_common_log.c:485:1: error: no previous prototype for 'rte_log_get_timestamp_prefix' [-Werror=missing-prototypes]
485 | rte_log_get_timestamp_prefix(char *buf, int buf_size)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[28/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_memalloc.c.o'.
[29/3163] Generating telemetry.sym_chk with a meson_exe.py custom command.
[30/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_memory.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

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 22.04
	Kernel: Container Host Kernel
	Compiler: clang 14.0.5-1.fc36

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw124810 [PATCH] log: add timestamp for log
@ 2023-03-06  8:38 dpdklab
  0 siblings, 0 replies; 24+ messages in thread
From: dpdklab @ 2023-03-06  8:38 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, luzhipeng

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

_Testing issues_

Submitter: luzhipeng <luzhipeng@cestc.cn>
Date: Friday, March 03 2023 10:02:52 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:4ef69b2877a24ddb89afaf4bb6f4e73bb52a605b

124810 --> testing fail

Test environment and result as below:

+-------------------------------+--------------------+----------------+----------------------+
|          Environment          | dpdk_meson_compile | dpdk_unit_test | dpdk_mingw64_compile |
+===============================+====================+================+======================+
| Windows Server 2019           | FAIL               | FAIL           | FAIL                 |
+-------------------------------+--------------------+----------------+----------------------+
| FreeBSD 13                    | FAIL               | SKIPPED        | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM GCC Native   | FAIL               | FAIL           | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM Clang Native | FAIL               | SKIPPED        | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+
| CentOS Stream 8               | SKIPPED            | FAIL           | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+
| CentOS Stream 9               | SKIPPED            | FAIL           | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+
| Debian Buster                 | SKIPPED            | FAIL           | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+
| Debian Bullseye               | SKIPPED            | FAIL           | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+
| RHEL8                         | SKIPPED            | FAIL           | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+
| Ubuntu 22.04                  | SKIPPED            | FAIL           | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+

==== 20 line log output for Ubuntu 22.04 (dpdk_unit_test): ====
[18/3163] Generating symbol file 'lib/76b5a35@@rte_kvargs@sha/librte_kvargs.so.23.1.symbols'.
[19/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_errno.c.o'.
[20/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_devargs.c.o'.
[21/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_hexdump.c.o'.
[22/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_launch.c.o'.
[23/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_interrupts.c.o'.
[24/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_fbarray.c.o'.
[25/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_mcfg.c.o'.
[26/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_lcore.c.o'.
[27/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o
ccache cc -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -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 -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 -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation '-DABI_VERSION="23.1"' -DRTE_LIBEAL
 _USE_GETENTROPY -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o' -c ../lib/eal/common/eal_common_log.c
../lib/eal/common/eal_common_log.c:485:1: error: no previous prototype for 'rte_log_get_timestamp_prefix' [-Werror=missing-prototypes]
485 | rte_log_get_timestamp_prefix(char *buf, int buf_size)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[28/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_memalloc.c.o'.
[29/3163] Generating telemetry.sym_chk with a meson_exe.py custom command.
[30/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_memory.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

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 22.04
	Kernel: Container Host Kernel
	Compiler: clang 14.0.5-1.fc36

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw124810 [PATCH] log: add timestamp for log
@ 2023-03-06  8:37 dpdklab
  0 siblings, 0 replies; 24+ messages in thread
From: dpdklab @ 2023-03-06  8:37 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, luzhipeng

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

_Testing issues_

Submitter: luzhipeng <luzhipeng@cestc.cn>
Date: Friday, March 03 2023 10:02:52 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:4ef69b2877a24ddb89afaf4bb6f4e73bb52a605b

124810 --> testing fail

Test environment and result as below:

+-------------------------------+--------------------+----------------+----------------------+
|          Environment          | dpdk_meson_compile | dpdk_unit_test | dpdk_mingw64_compile |
+===============================+====================+================+======================+
| Windows Server 2019           | FAIL               | FAIL           | FAIL                 |
+-------------------------------+--------------------+----------------+----------------------+
| FreeBSD 13                    | FAIL               | SKIPPED        | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM GCC Native   | FAIL               | FAIL           | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM Clang Native | FAIL               | SKIPPED        | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+
| CentOS Stream 8               | SKIPPED            | FAIL           | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+
| CentOS Stream 9               | SKIPPED            | FAIL           | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+
| Debian Buster                 | SKIPPED            | FAIL           | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+
| Debian Bullseye               | SKIPPED            | FAIL           | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+
| RHEL8                         | SKIPPED            | FAIL           | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+
| Ubuntu 22.04                  | SKIPPED            | FAIL           | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+

==== 20 line log output for Ubuntu 22.04 (dpdk_unit_test): ====
[18/3156] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_interrupts.c.o'.
[19/3156] Generating kvargs.sym_chk with a meson_exe.py custom command.
[20/3156] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_launch.c.o'.
[21/3156] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_fbarray.c.o'.
[22/3156] Linking target lib/librte_kvargs.so.23.1.
[23/3156] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o
clang -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -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 -Xclang -fcolor-diagnostics -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-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API '-DABI_VERSION="23.1"' -DRTE_LIBEAL_USE_GETENTROPY -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD -MQ 'lib/76b5a35@@rt
 e_eal@sta/eal_common_eal_common_log.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o' -c ../lib/eal/common/eal_common_log.c
../lib/eal/common/eal_common_log.c:485:1: error: no previous prototype for function 'rte_log_get_timestamp_prefix' [-Werror,-Wmissing-prototypes]
rte_log_get_timestamp_prefix(char *buf, int buf_size)
^
../lib/eal/common/eal_common_log.c:484:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
void
^
static
1 error generated.
[24/3156] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_lcore.c.o'.
[25/3156] Generating symbol file 'lib/76b5a35@@rte_kvargs@sha/librte_kvargs.so.23.1.symbols'.
[26/3156] Generating telemetry.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

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 22.04
	Kernel: Container Host Kernel
	Compiler: clang 14.0.5-1.fc36

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw124810 [PATCH] log: add timestamp for log
@ 2023-03-06  8:37 dpdklab
  0 siblings, 0 replies; 24+ messages in thread
From: dpdklab @ 2023-03-06  8:37 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, luzhipeng

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

_Testing issues_

Submitter: luzhipeng <luzhipeng@cestc.cn>
Date: Friday, March 03 2023 10:02:52 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:4ef69b2877a24ddb89afaf4bb6f4e73bb52a605b

124810 --> testing fail

Test environment and result as below:

+-------------------------------+--------------------+----------------+----------------------+
|          Environment          | dpdk_meson_compile | dpdk_unit_test | dpdk_mingw64_compile |
+===============================+====================+================+======================+
| Windows Server 2019           | FAIL               | FAIL           | FAIL                 |
+-------------------------------+--------------------+----------------+----------------------+
| FreeBSD 13                    | FAIL               | SKIPPED        | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM GCC Native   | FAIL               | FAIL           | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM Clang Native | FAIL               | SKIPPED        | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+
| CentOS Stream 8               | SKIPPED            | FAIL           | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+
| CentOS Stream 9               | SKIPPED            | FAIL           | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+
| Debian Buster                 | SKIPPED            | FAIL           | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+
| Debian Bullseye               | SKIPPED            | FAIL           | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+
| RHEL8                         | SKIPPED            | FAIL           | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+

==== 20 line log output for RHEL8 (dpdk_unit_test): ====
[18/3163] Generating kvargs.sym_chk with a meson_exe.py custom command.
[19/3163] Linking target lib/librte_kvargs.so.23.1.
[20/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_hexdump.c.o'.
[21/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_fbarray.c.o'.
[22/3163] Generating symbol file 'lib/76b5a35@@rte_kvargs@sha/librte_kvargs.so.23.1.symbols'.
[23/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_interrupts.c.o'.
[24/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_launch.c.o'.
[25/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_lcore.c.o'.
[26/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_mcfg.c.o'.
[27/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o
ccache cc -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -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 -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 '-DABI_VERSION="23.1"' -DRTE_LIBEAL_USE_GETENTROPY -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD 
 -MQ 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o' -c ../lib/eal/common/eal_common_log.c
../lib/eal/common/eal_common_log.c:485:1: error: no previous prototype for 'rte_log_get_timestamp_prefix' [-Werror=missing-prototypes]
rte_log_get_timestamp_prefix(char *buf, int buf_size)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[28/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_memalloc.c.o'.
[29/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_memory.c.o'.
[30/3163] Generating telemetry.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw124810 [PATCH] log: add timestamp for log
@ 2023-03-06  8:36 dpdklab
  0 siblings, 0 replies; 24+ messages in thread
From: dpdklab @ 2023-03-06  8:36 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, luzhipeng

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

_Testing issues_

Submitter: luzhipeng <luzhipeng@cestc.cn>
Date: Friday, March 03 2023 10:02:52 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:4ef69b2877a24ddb89afaf4bb6f4e73bb52a605b

124810 --> testing fail

Test environment and result as below:

+-------------------------------+--------------------+----------------+----------------------+
|          Environment          | dpdk_meson_compile | dpdk_unit_test | dpdk_mingw64_compile |
+===============================+====================+================+======================+
| Windows Server 2019           | FAIL               | FAIL           | FAIL                 |
+-------------------------------+--------------------+----------------+----------------------+
| FreeBSD 13                    | FAIL               | SKIPPED        | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM GCC Native   | FAIL               | FAIL           | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM Clang Native | FAIL               | SKIPPED        | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+
| CentOS Stream 8               | SKIPPED            | FAIL           | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+
| CentOS Stream 9               | SKIPPED            | FAIL           | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+
| Debian Buster                 | SKIPPED            | FAIL           | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+
| Debian Bullseye               | SKIPPED            | FAIL           | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+

==== 20 line log output for Debian Bullseye (dpdk_unit_test): ====
[16/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_devargs.c.o'.
[17/3163] Generating symbol file 'lib/76b5a35@@rte_kvargs@sha/librte_kvargs.so.23.1.symbols'.
[18/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_dev.c.o'.
[19/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_errno.c.o'.
[20/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_hexdump.c.o'.
[21/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_fbarray.c.o'.
[22/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_launch.c.o'.
[23/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_interrupts.c.o'.
[24/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_lcore.c.o'.
[25/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o
ccache cc -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -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 -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 -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation '-DABI_VERSION="23.1"' -DRTE_LIBEAL
 _USE_GETENTROPY -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o' -c ../lib/eal/common/eal_common_log.c
../lib/eal/common/eal_common_log.c:485:1: error: no previous prototype for 'rte_log_get_timestamp_prefix' [-Werror=missing-prototypes]
485 | rte_log_get_timestamp_prefix(char *buf, int buf_size)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[26/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_mcfg.c.o'.
[27/3163] Generating telemetry.sym_chk with a meson_exe.py custom command.
[28/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_memalloc.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw124810 [PATCH] log: add timestamp for log
@ 2023-03-06  8:35 dpdklab
  0 siblings, 0 replies; 24+ messages in thread
From: dpdklab @ 2023-03-06  8:35 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, luzhipeng

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

_Testing issues_

Submitter: luzhipeng <luzhipeng@cestc.cn>
Date: Friday, March 03 2023 10:02:52 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:4ef69b2877a24ddb89afaf4bb6f4e73bb52a605b

124810 --> testing fail

Test environment and result as below:

+-------------------------------+--------------------+----------------+----------------------+
|          Environment          | dpdk_meson_compile | dpdk_unit_test | dpdk_mingw64_compile |
+===============================+====================+================+======================+
| Windows Server 2019           | FAIL               | FAIL           | FAIL                 |
+-------------------------------+--------------------+----------------+----------------------+
| FreeBSD 13                    | FAIL               | SKIPPED        | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM GCC Native   | FAIL               | FAIL           | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM Clang Native | FAIL               | SKIPPED        | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+
| CentOS Stream 8               | SKIPPED            | FAIL           | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+
| CentOS Stream 9               | SKIPPED            | FAIL           | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+
| Debian Buster                 | SKIPPED            | FAIL           | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+

==== 20 line log output for Debian Buster (dpdk_unit_test): ====
[17/3156] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_hexdump.c.o'.
[18/3156] Generating kvargs.sym_chk with a meson_exe.py custom command.
[19/3156] Linking target lib/librte_kvargs.so.23.1.
[20/3156] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_fbarray.c.o'.
[21/3156] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_interrupts.c.o'.
[22/3156] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_launch.c.o'.
[23/3156] Generating symbol file 'lib/76b5a35@@rte_kvargs@sha/librte_kvargs.so.23.1.symbols'.
[24/3156] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_lcore.c.o'.
[25/3156] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_mcfg.c.o'.
[26/3156] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o
ccache cc -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -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 -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 '-DABI_VERSION="23.1"' -DRTE_LIBEAL_USE_GETENTROPY -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD 
 -MQ 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o' -c ../lib/eal/common/eal_common_log.c
../lib/eal/common/eal_common_log.c:485:1: error: no previous prototype for 'rte_log_get_timestamp_prefix' [-Werror=missing-prototypes]
rte_log_get_timestamp_prefix(char *buf, int buf_size)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[27/3156] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_memalloc.c.o'.
[28/3156] Generating telemetry.sym_chk with a meson_exe.py custom command.
[29/3156] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_memory.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw124810 [PATCH] log: add timestamp for log
@ 2023-03-06  8:35 dpdklab
  0 siblings, 0 replies; 24+ messages in thread
From: dpdklab @ 2023-03-06  8:35 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, luzhipeng

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

_Testing issues_

Submitter: luzhipeng <luzhipeng@cestc.cn>
Date: Friday, March 03 2023 10:02:52 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:4ef69b2877a24ddb89afaf4bb6f4e73bb52a605b

124810 --> testing fail

Test environment and result as below:

+-------------------------------+--------------------+----------------+----------------------+
|          Environment          | dpdk_meson_compile | dpdk_unit_test | dpdk_mingw64_compile |
+===============================+====================+================+======================+
| Windows Server 2019           | FAIL               | FAIL           | FAIL                 |
+-------------------------------+--------------------+----------------+----------------------+
| FreeBSD 13                    | FAIL               | SKIPPED        | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM GCC Native   | FAIL               | FAIL           | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM Clang Native | FAIL               | SKIPPED        | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+
| CentOS Stream 8               | SKIPPED            | FAIL           | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+
| CentOS Stream 9               | SKIPPED            | FAIL           | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+

==== 20 line log output for CentOS Stream 9 (dpdk_unit_test): ====
[19/3156] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_errno.c.o'.
[20/3156] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_hexdump.c.o'.
[21/3156] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_interrupts.c.o'.
[22/3156] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_launch.c.o'.
[23/3156] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_fbarray.c.o'.
[24/3156] Generating telemetry.sym_chk with a meson_exe.py custom command.
[25/3156] Linking target lib/librte_telemetry.so.23.1.
[26/3156] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_mcfg.c.o'.
[27/3156] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_lcore.c.o'.
[28/3156] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o
ccache cc -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -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 -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 -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation '-DABI_VERSION="23.1"' -DRTE_LIBEAL
 _USE_GETENTROPY -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o' -c ../lib/eal/common/eal_common_log.c
../lib/eal/common/eal_common_log.c:485:1: error: no previous prototype for 'rte_log_get_timestamp_prefix' [-Werror=missing-prototypes]
485 | rte_log_get_timestamp_prefix(char *buf, int buf_size)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[29/3156] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_memalloc.c.o'.
[30/3156] Generating symbol file 'lib/76b5a35@@rte_telemetry@sha/librte_telemetry.so.23.1.symbols'.
[31/3156] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_memory.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw124810 [PATCH] log: add timestamp for log
@ 2023-03-06  8:35 dpdklab
  0 siblings, 0 replies; 24+ messages in thread
From: dpdklab @ 2023-03-06  8:35 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, luzhipeng

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

_Testing issues_

Submitter: luzhipeng <luzhipeng@cestc.cn>
Date: Friday, March 03 2023 10:02:52 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:4ef69b2877a24ddb89afaf4bb6f4e73bb52a605b

124810 --> testing fail

Test environment and result as below:

+-------------------------------+--------------------+----------------+----------------------+
|          Environment          | dpdk_meson_compile | dpdk_unit_test | dpdk_mingw64_compile |
+===============================+====================+================+======================+
| Windows Server 2019           | FAIL               | FAIL           | FAIL                 |
+-------------------------------+--------------------+----------------+----------------------+
| FreeBSD 13                    | FAIL               | SKIPPED        | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM GCC Native   | FAIL               | FAIL           | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM Clang Native | FAIL               | SKIPPED        | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+
| CentOS Stream 8               | SKIPPED            | FAIL           | SKIPPED              |
+-------------------------------+--------------------+----------------+----------------------+

==== 20 line log output for CentOS Stream 8 (dpdk_unit_test): ====
[16/3163] Generating kvargs.sym_chk with a meson_exe.py custom command.
[17/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_errno.c.o'.
[18/3163] Linking target lib/librte_kvargs.so.23.1.
[19/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_hexdump.c.o'.
[20/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_fbarray.c.o'.
[21/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_interrupts.c.o'.
[22/3163] Generating symbol file 'lib/76b5a35@@rte_kvargs@sha/librte_kvargs.so.23.1.symbols'.
[23/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_launch.c.o'.
[24/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_lcore.c.o'.
[25/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o
ccache cc -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -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 -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 '-DABI_VERSION="23.1"' -DRTE_LIBEAL_USE_GETENTROPY -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD 
 -MQ 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_log.c.o' -c ../lib/eal/common/eal_common_log.c
../lib/eal/common/eal_common_log.c:485:1: error: no previous prototype for 'rte_log_get_timestamp_prefix' [-Werror=missing-prototypes]
rte_log_get_timestamp_prefix(char *buf, int buf_size)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[26/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_mcfg.c.o'.
[27/3163] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_memalloc.c.o'.
[28/3163] Generating telemetry.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

UNH-IOL DPDK Community Lab

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

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

end of thread, other threads:[~2023-03-06  8:59 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-06  8:38 |FAILURE| pw124810 [PATCH] log: add timestamp for log dpdklab
  -- strict thread matches above, loose matches on Subject: below --
2023-03-06  8:59 dpdklab
2023-03-06  8:56 dpdklab
2023-03-06  8:55 dpdklab
2023-03-06  8:54 dpdklab
2023-03-06  8:53 dpdklab
2023-03-06  8:49 dpdklab
2023-03-06  8:48 dpdklab
2023-03-06  8:47 dpdklab
2023-03-06  8:45 dpdklab
2023-03-06  8:45 dpdklab
2023-03-06  8:43 dpdklab
2023-03-06  8:43 dpdklab
2023-03-06  8:41 dpdklab
2023-03-06  8:40 dpdklab
2023-03-06  8:39 dpdklab
2023-03-06  8:38 dpdklab
2023-03-06  8:38 dpdklab
2023-03-06  8:37 dpdklab
2023-03-06  8:37 dpdklab
2023-03-06  8:36 dpdklab
2023-03-06  8:35 dpdklab
2023-03-06  8:35 dpdklab
2023-03-06  8:35 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).