automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw125727-125728 [PATCH] [2/2] telemetry: use portable syntax to initialize array
@ 2023-04-03 17:01 dpdklab
  0 siblings, 0 replies; 2+ messages in thread
From: dpdklab @ 2023-04-03 17:01 UTC (permalink / raw)
  To: Test Report
  Cc: Tyler Retzlaff, dpdk-test-reports, David Marchand,
	Thomas Monjalon, Tyler Retzlaff

Test-Label: iol-aarch64-unit-testing
Test-Status: WARNING
http://dpdk.org/patch/125728

_Testing issues_

Submitter: Tyler Retzlaff <roretzla@linux.microsoft.com>
Date: Monday, April 03 2023 16:30:24 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:c682c8991963be243dcc3b7cdc9d6984a1961f4e

125727-125728 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Debian 11 (cryptodev_sw_zuc_autotest): ====
FAILED: lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry.c.o
ccache cc -Ilib/76b5a35@@rte_telemetry@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/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 -march=armv8-a+crc+crypto -fPIC -march=armv8-a+crc -moutline-atomics -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_USE_FUNCTION_VERSIONING -DRTE_LOG_DEFAULT_LOGTYPE=lib.telemetry
  -MD -MQ 'lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry.c.o' -MF 'lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry.c.o.d' -o 'lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry.c.o' -c ../lib/telemetry/telemetry.c
In file included from ../lib/telemetry/telemetry.c:24:
../lib/telemetry/telemetry_json.h: In function '__json_snprintf':
../lib/telemetry/telemetry_json.h:41:29: error: argument to 'sizeof' in 'vsnprintf' call is the same expression as the destination; did you mean to provide an explicit length? [-Werror=sizeof-pointer-memaccess]
41 |  ret = vsnprintf(tmp, sizeof(tmp), format, ap);
|                             ^
cc1: all warnings being treated as errors
[30/3170] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_tailqs.c.o'.
[31/3170] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_thread.c.o'.
[32/3170] Compiling C object 'lib/76b5a35@@rte_telemetry@sha/telemetry_telemetry.c.o'.
FAILED: lib/76b5a35@@rte_telemetry@sha/telemetry_telemetry.c.o
ccache cc -Ilib/76b5a35@@rte_telemetry@sha -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/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 -march=armv8-a+crc+crypto -fPIC -march=armv8-a+crc -moutline-atomics -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_USE_FUNCTION_VERSIONING -DRTE_LOG_DEFAULT_LOGTYPE=lib.telemetry
  -DRTE_BUILD_SHARED_LIB -MD -MQ 'lib/76b5a35@@rte_telemetry@sha/telemetry_telemetry.c.o' -MF 'lib/76b5a35@@rte_telemetry@sha/telemetry_telemetry.c.o.d' -o 'lib/76b5a35@@rte_telemetry@sha/telemetry_telemetry.c.o' -c ../lib/telemetry/telemetry.c
In file included from ../lib/telemetry/telemetry.c:24:
../lib/telemetry/telemetry_json.h: In function '__json_snprintf':
../lib/telemetry/telemetry_json.h:41:29: error: argument to 'sizeof' in 'vsnprintf' call is the same expression as the destination; did you mean to provide an explicit length? [-Werror=sizeof-pointer-memaccess]
41 |  ret = vsnprintf(tmp, sizeof(tmp), format, ap);
|                             ^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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

Debian 11
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

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

UNH-IOL DPDK Community Lab

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

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

* |WARNING| pw125727-125728 [PATCH] [2/2] telemetry: use portable syntax to initialize array
@ 2023-04-03 17:01 dpdklab
  0 siblings, 0 replies; 2+ messages in thread
From: dpdklab @ 2023-04-03 17:01 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Tyler Retzlaff

Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/125728

_Testing issues_

Submitter: Tyler Retzlaff <roretzla@linux.microsoft.com>
Date: Monday, April 03 2023 16:30:24 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:c682c8991963be243dcc3b7cdc9d6984a1961f4e

125727-125728 --> testing fail

Test environment and result as below:

+--------------+----------------------+
| Environment  | dpdk_fips_validation |
+==============+======================+
| Ubuntu 20.04 | WARN                 |
+--------------+----------------------+

==== 20 line log output for Ubuntu 20.04 (dpdk_fips_validation): ====
|                             ^
cc1: all warnings being treated as errors
[21/3240] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_fbarray.c.o'.
[22/3240] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_hotplug_mp.c.o'.
[23/3240] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_memzone.c.o'.
[24/3240] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_rte_service.c.o'.
[25/3240] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_malloc_mp.c.o'.
[26/3240] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_trace.c.o'.
[27/3240] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_eal_debug.c.o'.
[28/3240] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_rte_keepalive.c.o'.
[29/3240] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_trace_ctf.c.o'.
[30/3240] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_proc.c.o'.
[31/3240] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_rte_random.c.o'.
[32/3240] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_trace_utils.c.o'.
[33/3240] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_eal_file.c.o'.
[34/3240] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_memory.c.o'.
[35/3240] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_eal_filesystem.c.o'.
[36/3240] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_rte_malloc.c.o'.
[37/3240] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_options.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====

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

UNH-IOL DPDK Community Lab

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

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

end of thread, other threads:[~2023-04-03 17:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-03 17:01 |WARNING| pw125727-125728 [PATCH] [2/2] telemetry: use portable syntax to initialize array dpdklab
2023-04-03 17:01 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).