* |FAILURE| pw120439 [PATCH] eal: add nonnull and access function attributes
@ 2022-12-02 20:25 dpdklab
0 siblings, 0 replies; 11+ messages in thread
From: dpdklab @ 2022-12-02 20:25 UTC (permalink / raw)
To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Morten Brørup
[-- Attachment #1: Type: text/plain, Size: 3791 bytes --]
Test-Label: iol-aarch64-unit-testing
Test-Status: FAILURE
http://dpdk.org/patch/120439
_Testing issues_
Submitter: Morten Brørup <mb@smartsharesystems.com>
Date: Friday, December 02 2022 15:34:32
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:7b1934d01a1a8afa1391f361088d8285d100e62a
120439 --> testing fail
Test environment and result as below:
+-------------------------------+----------------+--------------+
| Environment | dpdk_unit_test | lpm_autotest |
+===============================+================+==============+
| Ubuntu 20.04 ARM Clang Native | FAIL | SKIPPED |
+-------------------------------+----------------+--------------+
| Ubuntu 20.04 ARM GCC Native | PASS | SKIPPED |
+-------------------------------+----------------+--------------+
| Ubuntu 20.04 ARM SVE | SKIPPED | PASS |
+-------------------------------+----------------+--------------+
==== 20 line log output for Ubuntu 20.04 ARM Clang Native (dpdk_unit_test): ====
In file included from ../lib/ethdev/rte_ethdev.h:163:
In file included from ../lib/ethdev/rte_cman.h:12:
In file included from ../lib/eal/include/rte_bitops.h:17:
In file included from ../lib/eal/include/rte_debug.h:17:
In file included from ../lib/eal/include/rte_log.h:25:
../lib/eal/include/rte_common.h:171:32: error: 'GCC_VERSION' is not defined, evaluates to 0 [-Werror,-Wundef]
#if defined(RTE_CC_IS_GNU) && (GCC_VERSION >= 100400)
^
1 error generated.
[71/3312] Generating lib/kvargs.sym_chk with a custom command (wrapped by meson to capture output)
[72/3312] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_options.c.o
FAILED: lib/librte_eal.a.p/eal_common_eal_common_options.c.o
clang -Ilib/librte_eal.a.p -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 -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -fcolor-diagnostics -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=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API '-DABI_VERSION="23.1"' -DRTE_LIBEAL_USE_GETENTROPY -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD -MQ lib/librte_eal.a.p/eal_common_eal_common_options.c.o -MF lib/librte_eal.a.p/eal_common_eal_common_options.c.o.d -o lib/librte_eal.a.p/eal_common_eal_common_options.c.o -c ../lib/eal/common/eal_common_options.c
In file included from ../lib/eal/common/eal_common_options.c:24:
In file included from ../lib/eal/include/rte_string_fns.h:21:
../lib/eal/include/rte_common.h:171:32: error: 'GCC_VERSION' is not defined, evaluates to 0 [-Werror,-Wundef]
#if defined(RTE_CC_IS_GNU) && (GCC_VERSION >= 100400)
^
1 error generated.
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 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/24623/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 11+ messages in thread
* |FAILURE| pw120439 [PATCH] eal: add nonnull and access function attributes
@ 2022-12-03 21:15 dpdklab
0 siblings, 0 replies; 11+ messages in thread
From: dpdklab @ 2022-12-03 21:15 UTC (permalink / raw)
To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Morten Brørup
[-- Attachment #1: Type: text/plain, Size: 5642 bytes --]
Test-Label: iol-x86_64-compile-testing
Test-Status: FAILURE
http://dpdk.org/patch/120439
_Testing issues_
Submitter: Morten Brørup <mb@smartsharesystems.com>
Date: Friday, December 02 2022 15:34:32
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:7b1934d01a1a8afa1391f361088d8285d100e62a
120439 --> testing fail
Test environment and result as below:
+------------------+--------------------+
| Environment | dpdk_meson_compile |
+==================+====================+
| FreeBSD 13 | FAIL |
+------------------+--------------------+
| Ubuntu 22.04 | PASS |
+------------------+--------------------+
| RHEL 7 | PASS |
+------------------+--------------------+
| Debian Bullseye | PASS |
+------------------+--------------------+
| CentOS Stream 9 | PASS |
+------------------+--------------------+
| RHEL8 | PASS |
+------------------+--------------------+
| CentOS Stream 8 | PASS |
+------------------+--------------------+
| Debian Buster | PASS |
+------------------+--------------------+
| openSUSE Leap 15 | PASS |
+------------------+--------------------+
| Ubuntu 20.04 | PASS |
+------------------+--------------------+
==== 20 line log output for FreeBSD 13 (dpdk_meson_compile): ====
FAILED: lib/librte_telemetry.a.p/telemetry_telemetry_legacy.c.o
ccache cc -Ilib/librte_telemetry.a.p -Ilib -I../lib -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/freebsd/include -I../lib/eal/freebsd/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -fcolor-diagnostics -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 -D__BSD_VISIBLE -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=lib.telemetry -MD -MQ lib/librte_telemetry.a.p/telemetry_telemetry_legacy.c.o -MF lib/librte_telemetry.a.p/telemetry_telemetry_legacy.c.o.d -o lib/librte_telemetry.a.p/telemetry_telemetry_legacy.c.o -c ../lib/telemetry/telemetry_legacy.c
In file included from ../lib/telemetry/telemetry_legacy.c:15:
In file included from ../lib/eal/include/rte_string_fns.h:21:
../lib/eal/include/rte_common.h:171:32: error: 'GCC_VERSION' is not defined, evaluates to 0 [-Werror,-Wundef]
#if defined(RTE_CC_IS_GNU) && (GCC_VERSION >= 100400)
^
1 error generated.
[10/1864] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_bus.c.o
FAILED: lib/librte_eal.a.p/eal_common_eal_common_bus.c.o
ccache cc -Ilib/librte_eal.a.p -Ilib -I../lib -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/freebsd/include -I../lib/eal/freebsd/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/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -fcolor-diagnostics -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 -D__BSD_VISIBLE -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/librte_eal.a.p/eal_common_eal_common_bus.c.o -MF lib/librte_eal.a.p/eal_common_eal_common_bus.c.o.d -o lib/librte_eal.a.p/eal_common_eal_common_bus.c.o -c ../lib/eal/common/eal_common_bus.c
In file included from ../lib/eal/common/eal_common_bus.c:9:
In file included from ../lib/eal/include/bus_driver.h:14:
In file included from ../lib/eal/include/rte_dev.h:23:
../lib/eal/include/rte_common.h:171:32: error: 'GCC_VERSION' is not defined, evaluates to 0 [-Werror,-Wundef]
#if defined(RTE_CC_IS_GNU) && (GCC_VERSION >= 100400)
^
1 error generated.
[11/1864] Generating lib/kvargs.sym_chk with a custom command (wrapped by meson to capture output)
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Ubuntu 22.04
Kernel: Container Host Kernel
Compiler: clang 14.0.5-1.fc36
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
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)
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
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/24623/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 11+ messages in thread
* |FAILURE| pw120439 [PATCH] eal: add nonnull and access function attributes
@ 2022-12-03 9:55 dpdklab
0 siblings, 0 replies; 11+ messages in thread
From: dpdklab @ 2022-12-03 9:55 UTC (permalink / raw)
To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Morten Brørup
[-- Attachment #1: Type: text/plain, Size: 7574 bytes --]
Test-Label: iol-x86_64-unit-testing
Test-Status: FAILURE
http://dpdk.org/patch/120439
_Testing issues_
Submitter: Morten Brørup <mb@smartsharesystems.com>
Date: Friday, December 02 2022 15:34:32
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:7b1934d01a1a8afa1391f361088d8285d100e62a
120439 --> testing fail
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | FAIL |
+---------------------+----------------+
| Ubuntu 22.04 | PASS |
+---------------------+----------------+
| CentOS Stream 8 | PASS |
+---------------------+----------------+
| openSUSE Leap 15 | PASS |
+---------------------+----------------+
| RHEL8 | PASS |
+---------------------+----------------+
| RHEL 7 | PASS |
+---------------------+----------------+
| Ubuntu 20.04 | PASS |
+---------------------+----------------+
| Debian Buster | PASS |
+---------------------+----------------+
| Debian Bullseye | PASS |
+---------------------+----------------+
| CentOS Stream 9 | PASS |
+---------------------+----------------+
==== 20 line log output for Windows Server 2019 (dpdk_unit_test): ====
\0I\0n\0 \0f\0i\0l\0e\0 \0i\0n\0c\0l\0u\0d\0e\0d\0 \0f\0r\0o\0m\0 \0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0\\0i\0n\0c\0l\0u\0d\0e\0\\0r\0t\0e\0_\0d\0e\0b\0u\0g\0.\0h\0:\01\07\0:\0\r\0
\0I\0n\0 \0f\0i\0l\0e\0 \0i\0n\0c\0l\0u\0d\0e\0d\0 \0f\0r\0o\0m\0 \0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0\\0i\0n\0c\0l\0u\0d\0e\0/\0r\0t\0e\0_\0l\0o\0g\0.\0h\0:\02\05\0:\0\r\0
\0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0\\0i\0n\0c\0l\0u\0d\0e\0\\0r\0t\0e\0_\0c\0o\0m\0m\0o\0n\0.\0h\0:\01\07\01\0:\03\02\0:\0 \0e\0r\0r\0o\0r\0:\0 \0'\0G\0C\0C\0_\0V\0E\0R\0S\0I\0O\0N\0'\0 \0i\0s\0 \0n\0o\0t\0 \0d\0e\0f\0i\0n\0e\0d\0,\0 \0e\0v\0a\0l\0u\0a\0t\0e\0s\0 \0t\0o\0 \00\0 \0[\0-\0W\0e\0r\0r\0o\0r\0,\0-\0W\0u\0n\0d\0e\0f\0]\0\r\0
\0#\0i\0f\0 \0d\0e\0f\0i\0n\0e\0d\0(\0R\0T\0E\0_\0C\0C\0_\0I\0S\0_\0G\0N\0U\0)\0 \0&\0&\0 \0(\0G\0C\0C\0_\0V\0E\0R\0S\0I\0O\0N\0 \0>\0=\0 \01\00\00\04\00\00\0)\0\r\0
\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0^\0\r\0
\01\0 \0e\0r\0r\0o\0r\0 \0g\0e\0n\0e\0r\0a\0t\0e\0d\0.\0\r\0
\0[\06\0/\05\07\02\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\0t\0h\0d\0e\0v\0.\0a\0.\0p\0/\0e\0t\0h\0d\0e\0v\0_\0e\0t\0h\0d\0e\0v\0_\0t\0r\0a\0c\0e\0_\0p\0o\0i\0n\0t\0s\0.\0c\0.\0o\0b\0j\0\r\0
\0F\0A\0I\0L\0E\0D\0:\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0a\0.\0p\0/\0e\0t\0h\0d\0e\0v\0_\0e\0t\0h\0d\0e\0v\0_\0t\0r\0a\0c\0e\0_\0p\0o\0i\0n\0t\0s\0.\0c\0.\0o\0b\0j\0 \0\r\0
\0"\0c\0l\0a\0n\0g\0"\0 \0"\0-\0I\0l\0i\0b\0\\0l\0i\0b\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\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\0l\0i\0b\0\\0e\0t\0h\0d\0e\0v\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0e\0t\0h\0d\0e\0v\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-\0I\0l\0i\0b\0\\0n\0e\0t\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0n\0e\0t\0"\0 \0"\0-\0I\0l\0i\0b\0\\0m\0b\0u\0f\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0m\0b\0u\0f\0"\0 \0"\0-\0I\0l\0i\0b\0\\0m\0e\0m\0p\0o\0o\0l\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0m\0e\0m\0p\0o\0o\0l\0"\0 \0"\0-\0I\0l\0i\0b\0\\0r\0i\0n\0g\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0r\0i\0n\0g\0"\0 \0"\0-\0I\0l\0i\0b\0\\0m\0e\0t\0r\0i\0c\0s\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0m\0e\0t\0r\0i\0c\0s\0"\0 \0"\0-\0I\0l\0i\0b\0\\0t\0e\0l\0e\0m\0e\0t\0r\0y\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0t\0e\0l\0e\0m\0e\0t\0r\0y\0"\0 \0"\0-\0I\0l\0i\0b\0\\0m\0e\0t\0e\0r\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0m\0e\0t\0e\0r\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\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\0t\0h\0d\0e\0v\0"\0 \0-\0M\0D\0 \0-\0M\0Q\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0a\0.\0p\0/\0e\0t\0h\0d\0e\0v\0_\0e\0t\0h\0d\0e\0v\0_\0t\0r\0a\0c\0e\0_\0p\0o\0i\0n\0t\0s\0.\0c\0.\0o\0b\0j\0 \0-\0M\0F\0 \0"\0l\0i\0b\0\\0l\0i\0b\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0a\0.\0p\0\\0e\0t\0h\0d\0e\0v\0_\0e\0t\0h\0d\0e\0v\0_\0t\0r\0a\0c\0e\0_\0p\0o\0i\0n\0t\0s\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\0t\0h\0d\0e\0v\0.\0a\0.\0p\0/\0e\0t\0h\0d\0e\0v\0_\0e\0t\0h\0d\0e\0v\0_\0t\0r\0a\0c\0e\0_\0p\0o\0i\0n\0t\0s\0.\0c\0.\0o\0b\0j\0 \0"\0-\0c\0"\0 \0.\0.\0/\0l\0i\0b\0/\0e\0t\0h\0d\0e\0v\0/\0e\0t\0h\0d\0e\0v\0_\0t\0r\0a\0c\0e\0_\0p\0o\0i\0n\0t\0s\0.\0c\0\r\0
\0I\0n\0 \0f\0i\0l\0e\0 \0i\0n\0c\0l\0u\0d\0e\0d\0 \0f\0r\0o\0m\0 \0.\0.\0/\0l\0i\0b\0/\0e\0t\0h\0d\0e\0v\0/\0e\0t\0h\0d\0e\0v\0_\0t\0r\0a\0c\0e\0_\0p\0o\0i\0n\0t\0s\0.\0c\0:\05\0:\0\r\0
\0I\0n\0 \0f\0i\0l\0e\0 \0i\0n\0c\0l\0u\0d\0e\0d\0 \0f\0r\0o\0m\0 \0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0\\0i\0n\0c\0l\0u\0d\0e\0\\0r\0t\0e\0_\0t\0r\0a\0c\0e\0_\0p\0o\0i\0n\0t\0_\0r\0e\0g\0i\0s\0t\0e\0r\0.\0h\0:\01\06\0:\0\r\0
\0I\0n\0 \0f\0i\0l\0e\0 \0i\0n\0c\0l\0u\0d\0e\0d\0 \0f\0r\0o\0m\0 \0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0\\0i\0n\0c\0l\0u\0d\0e\0\\0r\0t\0e\0_\0p\0e\0r\0_\0l\0c\0o\0r\0e\0.\0h\0:\02\05\0:\0\r\0
\0I\0n\0 \0f\0i\0l\0e\0 \0i\0n\0c\0l\0u\0d\0e\0d\0 \0f\0r\0o\0m\0 \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\\0p\0t\0h\0r\0e\0a\0d\0.\0h\0:\02\00\0:\0\r\0
\0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0\\0i\0n\0c\0l\0u\0d\0e\0\\0r\0t\0e\0_\0c\0o\0m\0m\0o\0n\0.\0h\0:\01\07\01\0:\03\02\0:\0 \0e\0r\0r\0o\0r\0:\0 \0'\0G\0C\0C\0_\0V\0E\0R\0S\0I\0O\0N\0'\0 \0i\0s\0 \0n\0o\0t\0 \0d\0e\0f\0i\0n\0e\0d\0,\0 \0e\0v\0a\0l\0u\0a\0t\0e\0s\0 \0t\0o\0 \00\0 \0[\0-\0W\0e\0r\0r\0o\0r\0,\0-\0W\0u\0n\0d\0e\0f\0]\0\r\0
\0#\0i\0f\0 \0d\0e\0f\0i\0n\0e\0d\0(\0R\0T\0E\0_\0C\0C\0_\0I\0S\0_\0G\0N\0U\0)\0 \0&\0&\0 \0(\0G\0C\0C\0_\0V\0E\0R\0S\0I\0O\0N\0 \0>\0=\0 \01\00\00\04\00\00\0)\0\r\0
\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0^\0\r\0
\01\0 \0e\0r\0r\0o\0r\0 \0g\0e\0n\0e\0r\0a\0t\0e\0d\0.\0\r\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\r\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\r\0
\0
==== End log output ====
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Ubuntu 22.04
Kernel: Container Host Kernel
Compiler: clang 14.0.5-1.fc36
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)
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
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
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/24623/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 11+ messages in thread
* |FAILURE| pw120439 [PATCH] eal: add nonnull and access function attributes
@ 2022-12-03 9:55 dpdklab
0 siblings, 0 replies; 11+ messages in thread
From: dpdklab @ 2022-12-03 9:55 UTC (permalink / raw)
To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Morten Brørup
[-- Attachment #1: Type: text/plain, Size: 10043 bytes --]
Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/120439
_Testing issues_
Submitter: Morten Brørup <mb@smartsharesystems.com>
Date: Friday, December 02 2022 15:34:32
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:7b1934d01a1a8afa1391f361088d8285d100e62a
120439 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+----------------+
| Environment | dpdk_meson_compile | dpdk_unit_test |
+========================================+====================+================+
| Ubuntu 20.04 ARM GCC Native | PASS | PASS |
+----------------------------------------+--------------------+----------------+
| Ubuntu 20.04 ARM Clang Native | FAIL | FAIL |
+----------------------------------------+--------------------+----------------+
| Ubuntu 20.04 ARM Clang Cross Compile | FAIL | SKIPPED |
+----------------------------------------+--------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+
| Ubuntu 20.04 ARM SVE | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+
| Windows Server 2019 | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------+
| Ubuntu 22.04 | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------+
| CentOS Stream 8 | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------+
| openSUSE Leap 15 | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------+
| RHEL8 | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------+
| RHEL 7 | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------+
| Ubuntu 20.04 | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------+
| Debian Buster | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------+
| Debian Bullseye | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------+
| CentOS Stream 9 | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------+
==== 20 line log output for Windows Server 2019 (dpdk_unit_test): ====
\0I\0n\0 \0f\0i\0l\0e\0 \0i\0n\0c\0l\0u\0d\0e\0d\0 \0f\0r\0o\0m\0 \0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0\\0i\0n\0c\0l\0u\0d\0e\0\\0r\0t\0e\0_\0d\0e\0b\0u\0g\0.\0h\0:\01\07\0:\0\r\0
\0I\0n\0 \0f\0i\0l\0e\0 \0i\0n\0c\0l\0u\0d\0e\0d\0 \0f\0r\0o\0m\0 \0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0\\0i\0n\0c\0l\0u\0d\0e\0/\0r\0t\0e\0_\0l\0o\0g\0.\0h\0:\02\05\0:\0\r\0
\0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0\\0i\0n\0c\0l\0u\0d\0e\0\\0r\0t\0e\0_\0c\0o\0m\0m\0o\0n\0.\0h\0:\01\07\01\0:\03\02\0:\0 \0e\0r\0r\0o\0r\0:\0 \0'\0G\0C\0C\0_\0V\0E\0R\0S\0I\0O\0N\0'\0 \0i\0s\0 \0n\0o\0t\0 \0d\0e\0f\0i\0n\0e\0d\0,\0 \0e\0v\0a\0l\0u\0a\0t\0e\0s\0 \0t\0o\0 \00\0 \0[\0-\0W\0e\0r\0r\0o\0r\0,\0-\0W\0u\0n\0d\0e\0f\0]\0\r\0
\0#\0i\0f\0 \0d\0e\0f\0i\0n\0e\0d\0(\0R\0T\0E\0_\0C\0C\0_\0I\0S\0_\0G\0N\0U\0)\0 \0&\0&\0 \0(\0G\0C\0C\0_\0V\0E\0R\0S\0I\0O\0N\0 \0>\0=\0 \01\00\00\04\00\00\0)\0\r\0
\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0^\0\r\0
\01\0 \0e\0r\0r\0o\0r\0 \0g\0e\0n\0e\0r\0a\0t\0e\0d\0.\0\r\0
\0[\06\0/\05\07\02\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\0t\0h\0d\0e\0v\0.\0a\0.\0p\0/\0e\0t\0h\0d\0e\0v\0_\0e\0t\0h\0d\0e\0v\0_\0t\0r\0a\0c\0e\0_\0p\0o\0i\0n\0t\0s\0.\0c\0.\0o\0b\0j\0\r\0
\0F\0A\0I\0L\0E\0D\0:\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0a\0.\0p\0/\0e\0t\0h\0d\0e\0v\0_\0e\0t\0h\0d\0e\0v\0_\0t\0r\0a\0c\0e\0_\0p\0o\0i\0n\0t\0s\0.\0c\0.\0o\0b\0j\0 \0\r\0
\0"\0c\0l\0a\0n\0g\0"\0 \0"\0-\0I\0l\0i\0b\0\\0l\0i\0b\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\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\0l\0i\0b\0\\0e\0t\0h\0d\0e\0v\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0e\0t\0h\0d\0e\0v\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-\0I\0l\0i\0b\0\\0n\0e\0t\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0n\0e\0t\0"\0 \0"\0-\0I\0l\0i\0b\0\\0m\0b\0u\0f\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0m\0b\0u\0f\0"\0 \0"\0-\0I\0l\0i\0b\0\\0m\0e\0m\0p\0o\0o\0l\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0m\0e\0m\0p\0o\0o\0l\0"\0 \0"\0-\0I\0l\0i\0b\0\\0r\0i\0n\0g\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0r\0i\0n\0g\0"\0 \0"\0-\0I\0l\0i\0b\0\\0m\0e\0t\0r\0i\0c\0s\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0m\0e\0t\0r\0i\0c\0s\0"\0 \0"\0-\0I\0l\0i\0b\0\\0t\0e\0l\0e\0m\0e\0t\0r\0y\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0t\0e\0l\0e\0m\0e\0t\0r\0y\0"\0 \0"\0-\0I\0l\0i\0b\0\\0m\0e\0t\0e\0r\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0m\0e\0t\0e\0r\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\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\0t\0h\0d\0e\0v\0"\0 \0-\0M\0D\0 \0-\0M\0Q\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0a\0.\0p\0/\0e\0t\0h\0d\0e\0v\0_\0e\0t\0h\0d\0e\0v\0_\0t\0r\0a\0c\0e\0_\0p\0o\0i\0n\0t\0s\0.\0c\0.\0o\0b\0j\0 \0-\0M\0F\0 \0"\0l\0i\0b\0\\0l\0i\0b\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0a\0.\0p\0\\0e\0t\0h\0d\0e\0v\0_\0e\0t\0h\0d\0e\0v\0_\0t\0r\0a\0c\0e\0_\0p\0o\0i\0n\0t\0s\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\0t\0h\0d\0e\0v\0.\0a\0.\0p\0/\0e\0t\0h\0d\0e\0v\0_\0e\0t\0h\0d\0e\0v\0_\0t\0r\0a\0c\0e\0_\0p\0o\0i\0n\0t\0s\0.\0c\0.\0o\0b\0j\0 \0"\0-\0c\0"\0 \0.\0.\0/\0l\0i\0b\0/\0e\0t\0h\0d\0e\0v\0/\0e\0t\0h\0d\0e\0v\0_\0t\0r\0a\0c\0e\0_\0p\0o\0i\0n\0t\0s\0.\0c\0\r\0
\0I\0n\0 \0f\0i\0l\0e\0 \0i\0n\0c\0l\0u\0d\0e\0d\0 \0f\0r\0o\0m\0 \0.\0.\0/\0l\0i\0b\0/\0e\0t\0h\0d\0e\0v\0/\0e\0t\0h\0d\0e\0v\0_\0t\0r\0a\0c\0e\0_\0p\0o\0i\0n\0t\0s\0.\0c\0:\05\0:\0\r\0
\0I\0n\0 \0f\0i\0l\0e\0 \0i\0n\0c\0l\0u\0d\0e\0d\0 \0f\0r\0o\0m\0 \0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0\\0i\0n\0c\0l\0u\0d\0e\0\\0r\0t\0e\0_\0t\0r\0a\0c\0e\0_\0p\0o\0i\0n\0t\0_\0r\0e\0g\0i\0s\0t\0e\0r\0.\0h\0:\01\06\0:\0\r\0
\0I\0n\0 \0f\0i\0l\0e\0 \0i\0n\0c\0l\0u\0d\0e\0d\0 \0f\0r\0o\0m\0 \0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0\\0i\0n\0c\0l\0u\0d\0e\0\\0r\0t\0e\0_\0p\0e\0r\0_\0l\0c\0o\0r\0e\0.\0h\0:\02\05\0:\0\r\0
\0I\0n\0 \0f\0i\0l\0e\0 \0i\0n\0c\0l\0u\0d\0e\0d\0 \0f\0r\0o\0m\0 \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\\0p\0t\0h\0r\0e\0a\0d\0.\0h\0:\02\00\0:\0\r\0
\0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0\\0i\0n\0c\0l\0u\0d\0e\0\\0r\0t\0e\0_\0c\0o\0m\0m\0o\0n\0.\0h\0:\01\07\01\0:\03\02\0:\0 \0e\0r\0r\0o\0r\0:\0 \0'\0G\0C\0C\0_\0V\0E\0R\0S\0I\0O\0N\0'\0 \0i\0s\0 \0n\0o\0t\0 \0d\0e\0f\0i\0n\0e\0d\0,\0 \0e\0v\0a\0l\0u\0a\0t\0e\0s\0 \0t\0o\0 \00\0 \0[\0-\0W\0e\0r\0r\0o\0r\0,\0-\0W\0u\0n\0d\0e\0f\0]\0\r\0
\0#\0i\0f\0 \0d\0e\0f\0i\0n\0e\0d\0(\0R\0T\0E\0_\0C\0C\0_\0I\0S\0_\0G\0N\0U\0)\0 \0&\0&\0 \0(\0G\0C\0C\0_\0V\0E\0R\0S\0I\0O\0N\0 \0>\0=\0 \01\00\00\04\00\00\0)\0\r\0
\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0^\0\r\0
\01\0 \0e\0r\0r\0o\0r\0 \0g\0e\0n\0e\0r\0a\0t\0e\0d\0.\0\r\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\r\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\r\0
\0
==== 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 Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Ubuntu 22.04
Kernel: Container Host Kernel
Compiler: clang 14.0.5-1.fc36
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)
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
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
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/24623/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 11+ messages in thread
* |FAILURE| pw120439 [PATCH] eal: add nonnull and access function attributes
@ 2022-12-03 9:55 dpdklab
0 siblings, 0 replies; 11+ messages in thread
From: dpdklab @ 2022-12-03 9:55 UTC (permalink / raw)
To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Morten Brørup
[-- Attachment #1: Type: text/plain, Size: 10043 bytes --]
Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/120439
_Testing issues_
Submitter: Morten Brørup <mb@smartsharesystems.com>
Date: Friday, December 02 2022 15:34:32
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:7b1934d01a1a8afa1391f361088d8285d100e62a
120439 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+----------------+
| Environment | dpdk_meson_compile | dpdk_unit_test |
+========================================+====================+================+
| Ubuntu 20.04 ARM GCC Native | PASS | PASS |
+----------------------------------------+--------------------+----------------+
| Ubuntu 20.04 ARM Clang Native | FAIL | FAIL |
+----------------------------------------+--------------------+----------------+
| Ubuntu 20.04 ARM Clang Cross Compile | FAIL | SKIPPED |
+----------------------------------------+--------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+
| Ubuntu 20.04 ARM SVE | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+
| Windows Server 2019 | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------+
| Ubuntu 22.04 | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------+
| CentOS Stream 8 | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------+
| openSUSE Leap 15 | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------+
| RHEL8 | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------+
| RHEL 7 | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------+
| Ubuntu 20.04 | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------+
| Debian Buster | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------+
| Debian Bullseye | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------+
| CentOS Stream 9 | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------+
==== 20 line log output for Windows Server 2019 (dpdk_unit_test): ====
\0I\0n\0 \0f\0i\0l\0e\0 \0i\0n\0c\0l\0u\0d\0e\0d\0 \0f\0r\0o\0m\0 \0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0\\0i\0n\0c\0l\0u\0d\0e\0\\0r\0t\0e\0_\0d\0e\0b\0u\0g\0.\0h\0:\01\07\0:\0\r\0
\0I\0n\0 \0f\0i\0l\0e\0 \0i\0n\0c\0l\0u\0d\0e\0d\0 \0f\0r\0o\0m\0 \0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0\\0i\0n\0c\0l\0u\0d\0e\0/\0r\0t\0e\0_\0l\0o\0g\0.\0h\0:\02\05\0:\0\r\0
\0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0\\0i\0n\0c\0l\0u\0d\0e\0\\0r\0t\0e\0_\0c\0o\0m\0m\0o\0n\0.\0h\0:\01\07\01\0:\03\02\0:\0 \0e\0r\0r\0o\0r\0:\0 \0'\0G\0C\0C\0_\0V\0E\0R\0S\0I\0O\0N\0'\0 \0i\0s\0 \0n\0o\0t\0 \0d\0e\0f\0i\0n\0e\0d\0,\0 \0e\0v\0a\0l\0u\0a\0t\0e\0s\0 \0t\0o\0 \00\0 \0[\0-\0W\0e\0r\0r\0o\0r\0,\0-\0W\0u\0n\0d\0e\0f\0]\0\r\0
\0#\0i\0f\0 \0d\0e\0f\0i\0n\0e\0d\0(\0R\0T\0E\0_\0C\0C\0_\0I\0S\0_\0G\0N\0U\0)\0 \0&\0&\0 \0(\0G\0C\0C\0_\0V\0E\0R\0S\0I\0O\0N\0 \0>\0=\0 \01\00\00\04\00\00\0)\0\r\0
\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0^\0\r\0
\01\0 \0e\0r\0r\0o\0r\0 \0g\0e\0n\0e\0r\0a\0t\0e\0d\0.\0\r\0
\0[\06\0/\05\07\02\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\0t\0h\0d\0e\0v\0.\0a\0.\0p\0/\0e\0t\0h\0d\0e\0v\0_\0e\0t\0h\0d\0e\0v\0_\0t\0r\0a\0c\0e\0_\0p\0o\0i\0n\0t\0s\0.\0c\0.\0o\0b\0j\0\r\0
\0F\0A\0I\0L\0E\0D\0:\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0a\0.\0p\0/\0e\0t\0h\0d\0e\0v\0_\0e\0t\0h\0d\0e\0v\0_\0t\0r\0a\0c\0e\0_\0p\0o\0i\0n\0t\0s\0.\0c\0.\0o\0b\0j\0 \0\r\0
\0"\0c\0l\0a\0n\0g\0"\0 \0"\0-\0I\0l\0i\0b\0\\0l\0i\0b\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\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\0l\0i\0b\0\\0e\0t\0h\0d\0e\0v\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0e\0t\0h\0d\0e\0v\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-\0I\0l\0i\0b\0\\0n\0e\0t\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0n\0e\0t\0"\0 \0"\0-\0I\0l\0i\0b\0\\0m\0b\0u\0f\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0m\0b\0u\0f\0"\0 \0"\0-\0I\0l\0i\0b\0\\0m\0e\0m\0p\0o\0o\0l\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0m\0e\0m\0p\0o\0o\0l\0"\0 \0"\0-\0I\0l\0i\0b\0\\0r\0i\0n\0g\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0r\0i\0n\0g\0"\0 \0"\0-\0I\0l\0i\0b\0\\0m\0e\0t\0r\0i\0c\0s\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0m\0e\0t\0r\0i\0c\0s\0"\0 \0"\0-\0I\0l\0i\0b\0\\0t\0e\0l\0e\0m\0e\0t\0r\0y\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0t\0e\0l\0e\0m\0e\0t\0r\0y\0"\0 \0"\0-\0I\0l\0i\0b\0\\0m\0e\0t\0e\0r\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0m\0e\0t\0e\0r\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\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\0t\0h\0d\0e\0v\0"\0 \0-\0M\0D\0 \0-\0M\0Q\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0a\0.\0p\0/\0e\0t\0h\0d\0e\0v\0_\0e\0t\0h\0d\0e\0v\0_\0t\0r\0a\0c\0e\0_\0p\0o\0i\0n\0t\0s\0.\0c\0.\0o\0b\0j\0 \0-\0M\0F\0 \0"\0l\0i\0b\0\\0l\0i\0b\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0a\0.\0p\0\\0e\0t\0h\0d\0e\0v\0_\0e\0t\0h\0d\0e\0v\0_\0t\0r\0a\0c\0e\0_\0p\0o\0i\0n\0t\0s\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\0t\0h\0d\0e\0v\0.\0a\0.\0p\0/\0e\0t\0h\0d\0e\0v\0_\0e\0t\0h\0d\0e\0v\0_\0t\0r\0a\0c\0e\0_\0p\0o\0i\0n\0t\0s\0.\0c\0.\0o\0b\0j\0 \0"\0-\0c\0"\0 \0.\0.\0/\0l\0i\0b\0/\0e\0t\0h\0d\0e\0v\0/\0e\0t\0h\0d\0e\0v\0_\0t\0r\0a\0c\0e\0_\0p\0o\0i\0n\0t\0s\0.\0c\0\r\0
\0I\0n\0 \0f\0i\0l\0e\0 \0i\0n\0c\0l\0u\0d\0e\0d\0 \0f\0r\0o\0m\0 \0.\0.\0/\0l\0i\0b\0/\0e\0t\0h\0d\0e\0v\0/\0e\0t\0h\0d\0e\0v\0_\0t\0r\0a\0c\0e\0_\0p\0o\0i\0n\0t\0s\0.\0c\0:\05\0:\0\r\0
\0I\0n\0 \0f\0i\0l\0e\0 \0i\0n\0c\0l\0u\0d\0e\0d\0 \0f\0r\0o\0m\0 \0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0\\0i\0n\0c\0l\0u\0d\0e\0\\0r\0t\0e\0_\0t\0r\0a\0c\0e\0_\0p\0o\0i\0n\0t\0_\0r\0e\0g\0i\0s\0t\0e\0r\0.\0h\0:\01\06\0:\0\r\0
\0I\0n\0 \0f\0i\0l\0e\0 \0i\0n\0c\0l\0u\0d\0e\0d\0 \0f\0r\0o\0m\0 \0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0\\0i\0n\0c\0l\0u\0d\0e\0\\0r\0t\0e\0_\0p\0e\0r\0_\0l\0c\0o\0r\0e\0.\0h\0:\02\05\0:\0\r\0
\0I\0n\0 \0f\0i\0l\0e\0 \0i\0n\0c\0l\0u\0d\0e\0d\0 \0f\0r\0o\0m\0 \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\\0p\0t\0h\0r\0e\0a\0d\0.\0h\0:\02\00\0:\0\r\0
\0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0\\0i\0n\0c\0l\0u\0d\0e\0\\0r\0t\0e\0_\0c\0o\0m\0m\0o\0n\0.\0h\0:\01\07\01\0:\03\02\0:\0 \0e\0r\0r\0o\0r\0:\0 \0'\0G\0C\0C\0_\0V\0E\0R\0S\0I\0O\0N\0'\0 \0i\0s\0 \0n\0o\0t\0 \0d\0e\0f\0i\0n\0e\0d\0,\0 \0e\0v\0a\0l\0u\0a\0t\0e\0s\0 \0t\0o\0 \00\0 \0[\0-\0W\0e\0r\0r\0o\0r\0,\0-\0W\0u\0n\0d\0e\0f\0]\0\r\0
\0#\0i\0f\0 \0d\0e\0f\0i\0n\0e\0d\0(\0R\0T\0E\0_\0C\0C\0_\0I\0S\0_\0G\0N\0U\0)\0 \0&\0&\0 \0(\0G\0C\0C\0_\0V\0E\0R\0S\0I\0O\0N\0 \0>\0=\0 \01\00\00\04\00\00\0)\0\r\0
\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0^\0\r\0
\01\0 \0e\0r\0r\0o\0r\0 \0g\0e\0n\0e\0r\0a\0t\0e\0d\0.\0\r\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\r\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\r\0
\0
==== 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 Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Ubuntu 22.04
Kernel: Container Host Kernel
Compiler: clang 14.0.5-1.fc36
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)
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
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
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/24623/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 11+ messages in thread
* |FAILURE| pw120439 [PATCH] eal: add nonnull and access function attributes
@ 2022-12-03 9:43 dpdklab
0 siblings, 0 replies; 11+ messages in thread
From: dpdklab @ 2022-12-03 9:43 UTC (permalink / raw)
To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Morten Brørup
[-- Attachment #1: Type: text/plain, Size: 9087 bytes --]
Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/120439
_Testing issues_
Submitter: Morten Brørup <mb@smartsharesystems.com>
Date: Friday, December 02 2022 15:34:32
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:7b1934d01a1a8afa1391f361088d8285d100e62a
120439 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+----------------+
| Environment | dpdk_meson_compile | dpdk_unit_test |
+========================================+====================+================+
| Ubuntu 20.04 ARM GCC Native | PASS | PASS |
+----------------------------------------+--------------------+----------------+
| Ubuntu 20.04 ARM Clang Native | FAIL | FAIL |
+----------------------------------------+--------------------+----------------+
| Ubuntu 20.04 ARM Clang Cross Compile | FAIL | SKIPPED |
+----------------------------------------+--------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+
| Ubuntu 20.04 ARM SVE | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+
| Windows Server 2019 | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------+
| Ubuntu 22.04 | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------+
| CentOS Stream 8 | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------+
| openSUSE Leap 15 | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------+
| RHEL8 | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------+
| RHEL 7 | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------+
==== 20 line log output for Windows Server 2019 (dpdk_unit_test): ====
\0I\0n\0 \0f\0i\0l\0e\0 \0i\0n\0c\0l\0u\0d\0e\0d\0 \0f\0r\0o\0m\0 \0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0\\0i\0n\0c\0l\0u\0d\0e\0\\0r\0t\0e\0_\0d\0e\0b\0u\0g\0.\0h\0:\01\07\0:\0\r\0
\0I\0n\0 \0f\0i\0l\0e\0 \0i\0n\0c\0l\0u\0d\0e\0d\0 \0f\0r\0o\0m\0 \0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0\\0i\0n\0c\0l\0u\0d\0e\0/\0r\0t\0e\0_\0l\0o\0g\0.\0h\0:\02\05\0:\0\r\0
\0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0\\0i\0n\0c\0l\0u\0d\0e\0\\0r\0t\0e\0_\0c\0o\0m\0m\0o\0n\0.\0h\0:\01\07\01\0:\03\02\0:\0 \0e\0r\0r\0o\0r\0:\0 \0'\0G\0C\0C\0_\0V\0E\0R\0S\0I\0O\0N\0'\0 \0i\0s\0 \0n\0o\0t\0 \0d\0e\0f\0i\0n\0e\0d\0,\0 \0e\0v\0a\0l\0u\0a\0t\0e\0s\0 \0t\0o\0 \00\0 \0[\0-\0W\0e\0r\0r\0o\0r\0,\0-\0W\0u\0n\0d\0e\0f\0]\0\r\0
\0#\0i\0f\0 \0d\0e\0f\0i\0n\0e\0d\0(\0R\0T\0E\0_\0C\0C\0_\0I\0S\0_\0G\0N\0U\0)\0 \0&\0&\0 \0(\0G\0C\0C\0_\0V\0E\0R\0S\0I\0O\0N\0 \0>\0=\0 \01\00\00\04\00\00\0)\0\r\0
\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0^\0\r\0
\01\0 \0e\0r\0r\0o\0r\0 \0g\0e\0n\0e\0r\0a\0t\0e\0d\0.\0\r\0
\0[\06\0/\05\07\02\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\0t\0h\0d\0e\0v\0.\0a\0.\0p\0/\0e\0t\0h\0d\0e\0v\0_\0e\0t\0h\0d\0e\0v\0_\0t\0r\0a\0c\0e\0_\0p\0o\0i\0n\0t\0s\0.\0c\0.\0o\0b\0j\0\r\0
\0F\0A\0I\0L\0E\0D\0:\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0a\0.\0p\0/\0e\0t\0h\0d\0e\0v\0_\0e\0t\0h\0d\0e\0v\0_\0t\0r\0a\0c\0e\0_\0p\0o\0i\0n\0t\0s\0.\0c\0.\0o\0b\0j\0 \0\r\0
\0"\0c\0l\0a\0n\0g\0"\0 \0"\0-\0I\0l\0i\0b\0\\0l\0i\0b\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\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\0l\0i\0b\0\\0e\0t\0h\0d\0e\0v\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0e\0t\0h\0d\0e\0v\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-\0I\0l\0i\0b\0\\0n\0e\0t\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0n\0e\0t\0"\0 \0"\0-\0I\0l\0i\0b\0\\0m\0b\0u\0f\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0m\0b\0u\0f\0"\0 \0"\0-\0I\0l\0i\0b\0\\0m\0e\0m\0p\0o\0o\0l\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0m\0e\0m\0p\0o\0o\0l\0"\0 \0"\0-\0I\0l\0i\0b\0\\0r\0i\0n\0g\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0r\0i\0n\0g\0"\0 \0"\0-\0I\0l\0i\0b\0\\0m\0e\0t\0r\0i\0c\0s\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0m\0e\0t\0r\0i\0c\0s\0"\0 \0"\0-\0I\0l\0i\0b\0\\0t\0e\0l\0e\0m\0e\0t\0r\0y\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0t\0e\0l\0e\0m\0e\0t\0r\0y\0"\0 \0"\0-\0I\0l\0i\0b\0\\0m\0e\0t\0e\0r\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0m\0e\0t\0e\0r\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\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\0t\0h\0d\0e\0v\0"\0 \0-\0M\0D\0 \0-\0M\0Q\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0a\0.\0p\0/\0e\0t\0h\0d\0e\0v\0_\0e\0t\0h\0d\0e\0v\0_\0t\0r\0a\0c\0e\0_\0p\0o\0i\0n\0t\0s\0.\0c\0.\0o\0b\0j\0 \0-\0M\0F\0 \0"\0l\0i\0b\0\\0l\0i\0b\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0a\0.\0p\0\\0e\0t\0h\0d\0e\0v\0_\0e\0t\0h\0d\0e\0v\0_\0t\0r\0a\0c\0e\0_\0p\0o\0i\0n\0t\0s\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\0t\0h\0d\0e\0v\0.\0a\0.\0p\0/\0e\0t\0h\0d\0e\0v\0_\0e\0t\0h\0d\0e\0v\0_\0t\0r\0a\0c\0e\0_\0p\0o\0i\0n\0t\0s\0.\0c\0.\0o\0b\0j\0 \0"\0-\0c\0"\0 \0.\0.\0/\0l\0i\0b\0/\0e\0t\0h\0d\0e\0v\0/\0e\0t\0h\0d\0e\0v\0_\0t\0r\0a\0c\0e\0_\0p\0o\0i\0n\0t\0s\0.\0c\0\r\0
\0I\0n\0 \0f\0i\0l\0e\0 \0i\0n\0c\0l\0u\0d\0e\0d\0 \0f\0r\0o\0m\0 \0.\0.\0/\0l\0i\0b\0/\0e\0t\0h\0d\0e\0v\0/\0e\0t\0h\0d\0e\0v\0_\0t\0r\0a\0c\0e\0_\0p\0o\0i\0n\0t\0s\0.\0c\0:\05\0:\0\r\0
\0I\0n\0 \0f\0i\0l\0e\0 \0i\0n\0c\0l\0u\0d\0e\0d\0 \0f\0r\0o\0m\0 \0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0\\0i\0n\0c\0l\0u\0d\0e\0\\0r\0t\0e\0_\0t\0r\0a\0c\0e\0_\0p\0o\0i\0n\0t\0_\0r\0e\0g\0i\0s\0t\0e\0r\0.\0h\0:\01\06\0:\0\r\0
\0I\0n\0 \0f\0i\0l\0e\0 \0i\0n\0c\0l\0u\0d\0e\0d\0 \0f\0r\0o\0m\0 \0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0\\0i\0n\0c\0l\0u\0d\0e\0\\0r\0t\0e\0_\0p\0e\0r\0_\0l\0c\0o\0r\0e\0.\0h\0:\02\05\0:\0\r\0
\0I\0n\0 \0f\0i\0l\0e\0 \0i\0n\0c\0l\0u\0d\0e\0d\0 \0f\0r\0o\0m\0 \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\\0p\0t\0h\0r\0e\0a\0d\0.\0h\0:\02\00\0:\0\r\0
\0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0\\0i\0n\0c\0l\0u\0d\0e\0\\0r\0t\0e\0_\0c\0o\0m\0m\0o\0n\0.\0h\0:\01\07\01\0:\03\02\0:\0 \0e\0r\0r\0o\0r\0:\0 \0'\0G\0C\0C\0_\0V\0E\0R\0S\0I\0O\0N\0'\0 \0i\0s\0 \0n\0o\0t\0 \0d\0e\0f\0i\0n\0e\0d\0,\0 \0e\0v\0a\0l\0u\0a\0t\0e\0s\0 \0t\0o\0 \00\0 \0[\0-\0W\0e\0r\0r\0o\0r\0,\0-\0W\0u\0n\0d\0e\0f\0]\0\r\0
\0#\0i\0f\0 \0d\0e\0f\0i\0n\0e\0d\0(\0R\0T\0E\0_\0C\0C\0_\0I\0S\0_\0G\0N\0U\0)\0 \0&\0&\0 \0(\0G\0C\0C\0_\0V\0E\0R\0S\0I\0O\0N\0 \0>\0=\0 \01\00\00\04\00\00\0)\0\r\0
\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0^\0\r\0
\01\0 \0e\0r\0r\0o\0r\0 \0g\0e\0n\0e\0r\0a\0t\0e\0d\0.\0\r\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\r\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\r\0
\0
==== 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 Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Ubuntu 22.04
Kernel: Container Host Kernel
Compiler: clang 14.0.5-1.fc36
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)
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/24623/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 11+ messages in thread
* |FAILURE| pw120439 [PATCH] eal: add nonnull and access function attributes
@ 2022-12-03 9:38 dpdklab
0 siblings, 0 replies; 11+ messages in thread
From: dpdklab @ 2022-12-03 9:38 UTC (permalink / raw)
To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Morten Brørup
[-- Attachment #1: Type: text/plain, Size: 8830 bytes --]
Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/120439
_Testing issues_
Submitter: Morten Brørup <mb@smartsharesystems.com>
Date: Friday, December 02 2022 15:34:32
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:7b1934d01a1a8afa1391f361088d8285d100e62a
120439 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+----------------+
| Environment | dpdk_meson_compile | dpdk_unit_test |
+========================================+====================+================+
| Ubuntu 20.04 ARM GCC Native | PASS | PASS |
+----------------------------------------+--------------------+----------------+
| Ubuntu 20.04 ARM Clang Native | FAIL | FAIL |
+----------------------------------------+--------------------+----------------+
| Ubuntu 20.04 ARM Clang Cross Compile | FAIL | SKIPPED |
+----------------------------------------+--------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+
| Ubuntu 20.04 ARM SVE | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+
| Windows Server 2019 | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------+
| Ubuntu 22.04 | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------+
| CentOS Stream 8 | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------+
| openSUSE Leap 15 | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------+
| RHEL8 | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------+
==== 20 line log output for Windows Server 2019 (dpdk_unit_test): ====
\0I\0n\0 \0f\0i\0l\0e\0 \0i\0n\0c\0l\0u\0d\0e\0d\0 \0f\0r\0o\0m\0 \0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0\\0i\0n\0c\0l\0u\0d\0e\0\\0r\0t\0e\0_\0d\0e\0b\0u\0g\0.\0h\0:\01\07\0:\0\r\0
\0I\0n\0 \0f\0i\0l\0e\0 \0i\0n\0c\0l\0u\0d\0e\0d\0 \0f\0r\0o\0m\0 \0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0\\0i\0n\0c\0l\0u\0d\0e\0/\0r\0t\0e\0_\0l\0o\0g\0.\0h\0:\02\05\0:\0\r\0
\0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0\\0i\0n\0c\0l\0u\0d\0e\0\\0r\0t\0e\0_\0c\0o\0m\0m\0o\0n\0.\0h\0:\01\07\01\0:\03\02\0:\0 \0e\0r\0r\0o\0r\0:\0 \0'\0G\0C\0C\0_\0V\0E\0R\0S\0I\0O\0N\0'\0 \0i\0s\0 \0n\0o\0t\0 \0d\0e\0f\0i\0n\0e\0d\0,\0 \0e\0v\0a\0l\0u\0a\0t\0e\0s\0 \0t\0o\0 \00\0 \0[\0-\0W\0e\0r\0r\0o\0r\0,\0-\0W\0u\0n\0d\0e\0f\0]\0\r\0
\0#\0i\0f\0 \0d\0e\0f\0i\0n\0e\0d\0(\0R\0T\0E\0_\0C\0C\0_\0I\0S\0_\0G\0N\0U\0)\0 \0&\0&\0 \0(\0G\0C\0C\0_\0V\0E\0R\0S\0I\0O\0N\0 \0>\0=\0 \01\00\00\04\00\00\0)\0\r\0
\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0^\0\r\0
\01\0 \0e\0r\0r\0o\0r\0 \0g\0e\0n\0e\0r\0a\0t\0e\0d\0.\0\r\0
\0[\06\0/\05\07\02\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\0t\0h\0d\0e\0v\0.\0a\0.\0p\0/\0e\0t\0h\0d\0e\0v\0_\0e\0t\0h\0d\0e\0v\0_\0t\0r\0a\0c\0e\0_\0p\0o\0i\0n\0t\0s\0.\0c\0.\0o\0b\0j\0\r\0
\0F\0A\0I\0L\0E\0D\0:\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0a\0.\0p\0/\0e\0t\0h\0d\0e\0v\0_\0e\0t\0h\0d\0e\0v\0_\0t\0r\0a\0c\0e\0_\0p\0o\0i\0n\0t\0s\0.\0c\0.\0o\0b\0j\0 \0\r\0
\0"\0c\0l\0a\0n\0g\0"\0 \0"\0-\0I\0l\0i\0b\0\\0l\0i\0b\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\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\0l\0i\0b\0\\0e\0t\0h\0d\0e\0v\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0e\0t\0h\0d\0e\0v\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-\0I\0l\0i\0b\0\\0n\0e\0t\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0n\0e\0t\0"\0 \0"\0-\0I\0l\0i\0b\0\\0m\0b\0u\0f\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0m\0b\0u\0f\0"\0 \0"\0-\0I\0l\0i\0b\0\\0m\0e\0m\0p\0o\0o\0l\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0m\0e\0m\0p\0o\0o\0l\0"\0 \0"\0-\0I\0l\0i\0b\0\\0r\0i\0n\0g\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0r\0i\0n\0g\0"\0 \0"\0-\0I\0l\0i\0b\0\\0m\0e\0t\0r\0i\0c\0s\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0m\0e\0t\0r\0i\0c\0s\0"\0 \0"\0-\0I\0l\0i\0b\0\\0t\0e\0l\0e\0m\0e\0t\0r\0y\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0t\0e\0l\0e\0m\0e\0t\0r\0y\0"\0 \0"\0-\0I\0l\0i\0b\0\\0m\0e\0t\0e\0r\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0m\0e\0t\0e\0r\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\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\0t\0h\0d\0e\0v\0"\0 \0-\0M\0D\0 \0-\0M\0Q\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0a\0.\0p\0/\0e\0t\0h\0d\0e\0v\0_\0e\0t\0h\0d\0e\0v\0_\0t\0r\0a\0c\0e\0_\0p\0o\0i\0n\0t\0s\0.\0c\0.\0o\0b\0j\0 \0-\0M\0F\0 \0"\0l\0i\0b\0\\0l\0i\0b\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0a\0.\0p\0\\0e\0t\0h\0d\0e\0v\0_\0e\0t\0h\0d\0e\0v\0_\0t\0r\0a\0c\0e\0_\0p\0o\0i\0n\0t\0s\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\0t\0h\0d\0e\0v\0.\0a\0.\0p\0/\0e\0t\0h\0d\0e\0v\0_\0e\0t\0h\0d\0e\0v\0_\0t\0r\0a\0c\0e\0_\0p\0o\0i\0n\0t\0s\0.\0c\0.\0o\0b\0j\0 \0"\0-\0c\0"\0 \0.\0.\0/\0l\0i\0b\0/\0e\0t\0h\0d\0e\0v\0/\0e\0t\0h\0d\0e\0v\0_\0t\0r\0a\0c\0e\0_\0p\0o\0i\0n\0t\0s\0.\0c\0\r\0
\0I\0n\0 \0f\0i\0l\0e\0 \0i\0n\0c\0l\0u\0d\0e\0d\0 \0f\0r\0o\0m\0 \0.\0.\0/\0l\0i\0b\0/\0e\0t\0h\0d\0e\0v\0/\0e\0t\0h\0d\0e\0v\0_\0t\0r\0a\0c\0e\0_\0p\0o\0i\0n\0t\0s\0.\0c\0:\05\0:\0\r\0
\0I\0n\0 \0f\0i\0l\0e\0 \0i\0n\0c\0l\0u\0d\0e\0d\0 \0f\0r\0o\0m\0 \0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0\\0i\0n\0c\0l\0u\0d\0e\0\\0r\0t\0e\0_\0t\0r\0a\0c\0e\0_\0p\0o\0i\0n\0t\0_\0r\0e\0g\0i\0s\0t\0e\0r\0.\0h\0:\01\06\0:\0\r\0
\0I\0n\0 \0f\0i\0l\0e\0 \0i\0n\0c\0l\0u\0d\0e\0d\0 \0f\0r\0o\0m\0 \0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0\\0i\0n\0c\0l\0u\0d\0e\0\\0r\0t\0e\0_\0p\0e\0r\0_\0l\0c\0o\0r\0e\0.\0h\0:\02\05\0:\0\r\0
\0I\0n\0 \0f\0i\0l\0e\0 \0i\0n\0c\0l\0u\0d\0e\0d\0 \0f\0r\0o\0m\0 \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\\0p\0t\0h\0r\0e\0a\0d\0.\0h\0:\02\00\0:\0\r\0
\0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0\\0i\0n\0c\0l\0u\0d\0e\0\\0r\0t\0e\0_\0c\0o\0m\0m\0o\0n\0.\0h\0:\01\07\01\0:\03\02\0:\0 \0e\0r\0r\0o\0r\0:\0 \0'\0G\0C\0C\0_\0V\0E\0R\0S\0I\0O\0N\0'\0 \0i\0s\0 \0n\0o\0t\0 \0d\0e\0f\0i\0n\0e\0d\0,\0 \0e\0v\0a\0l\0u\0a\0t\0e\0s\0 \0t\0o\0 \00\0 \0[\0-\0W\0e\0r\0r\0o\0r\0,\0-\0W\0u\0n\0d\0e\0f\0]\0\r\0
\0#\0i\0f\0 \0d\0e\0f\0i\0n\0e\0d\0(\0R\0T\0E\0_\0C\0C\0_\0I\0S\0_\0G\0N\0U\0)\0 \0&\0&\0 \0(\0G\0C\0C\0_\0V\0E\0R\0S\0I\0O\0N\0 \0>\0=\0 \01\00\00\04\00\00\0)\0\r\0
\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0^\0\r\0
\01\0 \0e\0r\0r\0o\0r\0 \0g\0e\0n\0e\0r\0a\0t\0e\0d\0.\0\r\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\r\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\r\0
\0
==== 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 Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Ubuntu 22.04
Kernel: Container Host Kernel
Compiler: clang 14.0.5-1.fc36
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)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/24623/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 11+ messages in thread
* |FAILURE| pw120439 [PATCH] eal: add nonnull and access function attributes
@ 2022-12-03 9:38 dpdklab
0 siblings, 0 replies; 11+ messages in thread
From: dpdklab @ 2022-12-03 9:38 UTC (permalink / raw)
To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Morten Brørup
[-- Attachment #1: Type: text/plain, Size: 8830 bytes --]
Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/120439
_Testing issues_
Submitter: Morten Brørup <mb@smartsharesystems.com>
Date: Friday, December 02 2022 15:34:32
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:7b1934d01a1a8afa1391f361088d8285d100e62a
120439 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+----------------+
| Environment | dpdk_meson_compile | dpdk_unit_test |
+========================================+====================+================+
| Ubuntu 20.04 ARM GCC Native | PASS | PASS |
+----------------------------------------+--------------------+----------------+
| Ubuntu 20.04 ARM Clang Native | FAIL | FAIL |
+----------------------------------------+--------------------+----------------+
| Ubuntu 20.04 ARM Clang Cross Compile | FAIL | SKIPPED |
+----------------------------------------+--------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+
| Ubuntu 20.04 ARM SVE | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+
| Windows Server 2019 | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------+
| Ubuntu 22.04 | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------+
| CentOS Stream 8 | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------+
| openSUSE Leap 15 | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------+
| RHEL8 | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------+
==== 20 line log output for Windows Server 2019 (dpdk_unit_test): ====
\0I\0n\0 \0f\0i\0l\0e\0 \0i\0n\0c\0l\0u\0d\0e\0d\0 \0f\0r\0o\0m\0 \0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0\\0i\0n\0c\0l\0u\0d\0e\0\\0r\0t\0e\0_\0d\0e\0b\0u\0g\0.\0h\0:\01\07\0:\0\r\0
\0I\0n\0 \0f\0i\0l\0e\0 \0i\0n\0c\0l\0u\0d\0e\0d\0 \0f\0r\0o\0m\0 \0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0\\0i\0n\0c\0l\0u\0d\0e\0/\0r\0t\0e\0_\0l\0o\0g\0.\0h\0:\02\05\0:\0\r\0
\0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0\\0i\0n\0c\0l\0u\0d\0e\0\\0r\0t\0e\0_\0c\0o\0m\0m\0o\0n\0.\0h\0:\01\07\01\0:\03\02\0:\0 \0e\0r\0r\0o\0r\0:\0 \0'\0G\0C\0C\0_\0V\0E\0R\0S\0I\0O\0N\0'\0 \0i\0s\0 \0n\0o\0t\0 \0d\0e\0f\0i\0n\0e\0d\0,\0 \0e\0v\0a\0l\0u\0a\0t\0e\0s\0 \0t\0o\0 \00\0 \0[\0-\0W\0e\0r\0r\0o\0r\0,\0-\0W\0u\0n\0d\0e\0f\0]\0\r\0
\0#\0i\0f\0 \0d\0e\0f\0i\0n\0e\0d\0(\0R\0T\0E\0_\0C\0C\0_\0I\0S\0_\0G\0N\0U\0)\0 \0&\0&\0 \0(\0G\0C\0C\0_\0V\0E\0R\0S\0I\0O\0N\0 \0>\0=\0 \01\00\00\04\00\00\0)\0\r\0
\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0^\0\r\0
\01\0 \0e\0r\0r\0o\0r\0 \0g\0e\0n\0e\0r\0a\0t\0e\0d\0.\0\r\0
\0[\06\0/\05\07\02\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\0t\0h\0d\0e\0v\0.\0a\0.\0p\0/\0e\0t\0h\0d\0e\0v\0_\0e\0t\0h\0d\0e\0v\0_\0t\0r\0a\0c\0e\0_\0p\0o\0i\0n\0t\0s\0.\0c\0.\0o\0b\0j\0\r\0
\0F\0A\0I\0L\0E\0D\0:\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0a\0.\0p\0/\0e\0t\0h\0d\0e\0v\0_\0e\0t\0h\0d\0e\0v\0_\0t\0r\0a\0c\0e\0_\0p\0o\0i\0n\0t\0s\0.\0c\0.\0o\0b\0j\0 \0\r\0
\0"\0c\0l\0a\0n\0g\0"\0 \0"\0-\0I\0l\0i\0b\0\\0l\0i\0b\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\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\0l\0i\0b\0\\0e\0t\0h\0d\0e\0v\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0e\0t\0h\0d\0e\0v\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-\0I\0l\0i\0b\0\\0n\0e\0t\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0n\0e\0t\0"\0 \0"\0-\0I\0l\0i\0b\0\\0m\0b\0u\0f\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0m\0b\0u\0f\0"\0 \0"\0-\0I\0l\0i\0b\0\\0m\0e\0m\0p\0o\0o\0l\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0m\0e\0m\0p\0o\0o\0l\0"\0 \0"\0-\0I\0l\0i\0b\0\\0r\0i\0n\0g\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0r\0i\0n\0g\0"\0 \0"\0-\0I\0l\0i\0b\0\\0m\0e\0t\0r\0i\0c\0s\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0m\0e\0t\0r\0i\0c\0s\0"\0 \0"\0-\0I\0l\0i\0b\0\\0t\0e\0l\0e\0m\0e\0t\0r\0y\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0t\0e\0l\0e\0m\0e\0t\0r\0y\0"\0 \0"\0-\0I\0l\0i\0b\0\\0m\0e\0t\0e\0r\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0m\0e\0t\0e\0r\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\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\0t\0h\0d\0e\0v\0"\0 \0-\0M\0D\0 \0-\0M\0Q\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0a\0.\0p\0/\0e\0t\0h\0d\0e\0v\0_\0e\0t\0h\0d\0e\0v\0_\0t\0r\0a\0c\0e\0_\0p\0o\0i\0n\0t\0s\0.\0c\0.\0o\0b\0j\0 \0-\0M\0F\0 \0"\0l\0i\0b\0\\0l\0i\0b\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0a\0.\0p\0\\0e\0t\0h\0d\0e\0v\0_\0e\0t\0h\0d\0e\0v\0_\0t\0r\0a\0c\0e\0_\0p\0o\0i\0n\0t\0s\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\0t\0h\0d\0e\0v\0.\0a\0.\0p\0/\0e\0t\0h\0d\0e\0v\0_\0e\0t\0h\0d\0e\0v\0_\0t\0r\0a\0c\0e\0_\0p\0o\0i\0n\0t\0s\0.\0c\0.\0o\0b\0j\0 \0"\0-\0c\0"\0 \0.\0.\0/\0l\0i\0b\0/\0e\0t\0h\0d\0e\0v\0/\0e\0t\0h\0d\0e\0v\0_\0t\0r\0a\0c\0e\0_\0p\0o\0i\0n\0t\0s\0.\0c\0\r\0
\0I\0n\0 \0f\0i\0l\0e\0 \0i\0n\0c\0l\0u\0d\0e\0d\0 \0f\0r\0o\0m\0 \0.\0.\0/\0l\0i\0b\0/\0e\0t\0h\0d\0e\0v\0/\0e\0t\0h\0d\0e\0v\0_\0t\0r\0a\0c\0e\0_\0p\0o\0i\0n\0t\0s\0.\0c\0:\05\0:\0\r\0
\0I\0n\0 \0f\0i\0l\0e\0 \0i\0n\0c\0l\0u\0d\0e\0d\0 \0f\0r\0o\0m\0 \0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0\\0i\0n\0c\0l\0u\0d\0e\0\\0r\0t\0e\0_\0t\0r\0a\0c\0e\0_\0p\0o\0i\0n\0t\0_\0r\0e\0g\0i\0s\0t\0e\0r\0.\0h\0:\01\06\0:\0\r\0
\0I\0n\0 \0f\0i\0l\0e\0 \0i\0n\0c\0l\0u\0d\0e\0d\0 \0f\0r\0o\0m\0 \0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0\\0i\0n\0c\0l\0u\0d\0e\0\\0r\0t\0e\0_\0p\0e\0r\0_\0l\0c\0o\0r\0e\0.\0h\0:\02\05\0:\0\r\0
\0I\0n\0 \0f\0i\0l\0e\0 \0i\0n\0c\0l\0u\0d\0e\0d\0 \0f\0r\0o\0m\0 \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\\0p\0t\0h\0r\0e\0a\0d\0.\0h\0:\02\00\0:\0\r\0
\0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0\\0i\0n\0c\0l\0u\0d\0e\0\\0r\0t\0e\0_\0c\0o\0m\0m\0o\0n\0.\0h\0:\01\07\01\0:\03\02\0:\0 \0e\0r\0r\0o\0r\0:\0 \0'\0G\0C\0C\0_\0V\0E\0R\0S\0I\0O\0N\0'\0 \0i\0s\0 \0n\0o\0t\0 \0d\0e\0f\0i\0n\0e\0d\0,\0 \0e\0v\0a\0l\0u\0a\0t\0e\0s\0 \0t\0o\0 \00\0 \0[\0-\0W\0e\0r\0r\0o\0r\0,\0-\0W\0u\0n\0d\0e\0f\0]\0\r\0
\0#\0i\0f\0 \0d\0e\0f\0i\0n\0e\0d\0(\0R\0T\0E\0_\0C\0C\0_\0I\0S\0_\0G\0N\0U\0)\0 \0&\0&\0 \0(\0G\0C\0C\0_\0V\0E\0R\0S\0I\0O\0N\0 \0>\0=\0 \01\00\00\04\00\00\0)\0\r\0
\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0^\0\r\0
\01\0 \0e\0r\0r\0o\0r\0 \0g\0e\0n\0e\0r\0a\0t\0e\0d\0.\0\r\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\r\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\r\0
\0
==== 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 Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Ubuntu 22.04
Kernel: Container Host Kernel
Compiler: clang 14.0.5-1.fc36
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)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/24623/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 11+ messages in thread
* |FAILURE| pw120439 [PATCH] eal: add nonnull and access function attributes
@ 2022-12-03 9:38 dpdklab
0 siblings, 0 replies; 11+ messages in thread
From: dpdklab @ 2022-12-03 9:38 UTC (permalink / raw)
To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Morten Brørup
[-- Attachment #1: Type: text/plain, Size: 8575 bytes --]
Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/120439
_Testing issues_
Submitter: Morten Brørup <mb@smartsharesystems.com>
Date: Friday, December 02 2022 15:34:32
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:7b1934d01a1a8afa1391f361088d8285d100e62a
120439 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+----------------+
| Environment | dpdk_meson_compile | dpdk_unit_test |
+========================================+====================+================+
| Ubuntu 20.04 ARM GCC Native | PASS | PASS |
+----------------------------------------+--------------------+----------------+
| Ubuntu 20.04 ARM Clang Native | FAIL | FAIL |
+----------------------------------------+--------------------+----------------+
| Ubuntu 20.04 ARM Clang Cross Compile | FAIL | SKIPPED |
+----------------------------------------+--------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+
| Ubuntu 20.04 ARM SVE | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+
| Windows Server 2019 | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------+
| Ubuntu 22.04 | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------+
| CentOS Stream 8 | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------+
| openSUSE Leap 15 | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------+
==== 20 line log output for Windows Server 2019 (dpdk_unit_test): ====
\0I\0n\0 \0f\0i\0l\0e\0 \0i\0n\0c\0l\0u\0d\0e\0d\0 \0f\0r\0o\0m\0 \0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0\\0i\0n\0c\0l\0u\0d\0e\0\\0r\0t\0e\0_\0d\0e\0b\0u\0g\0.\0h\0:\01\07\0:\0\r\0
\0I\0n\0 \0f\0i\0l\0e\0 \0i\0n\0c\0l\0u\0d\0e\0d\0 \0f\0r\0o\0m\0 \0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0\\0i\0n\0c\0l\0u\0d\0e\0/\0r\0t\0e\0_\0l\0o\0g\0.\0h\0:\02\05\0:\0\r\0
\0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0\\0i\0n\0c\0l\0u\0d\0e\0\\0r\0t\0e\0_\0c\0o\0m\0m\0o\0n\0.\0h\0:\01\07\01\0:\03\02\0:\0 \0e\0r\0r\0o\0r\0:\0 \0'\0G\0C\0C\0_\0V\0E\0R\0S\0I\0O\0N\0'\0 \0i\0s\0 \0n\0o\0t\0 \0d\0e\0f\0i\0n\0e\0d\0,\0 \0e\0v\0a\0l\0u\0a\0t\0e\0s\0 \0t\0o\0 \00\0 \0[\0-\0W\0e\0r\0r\0o\0r\0,\0-\0W\0u\0n\0d\0e\0f\0]\0\r\0
\0#\0i\0f\0 \0d\0e\0f\0i\0n\0e\0d\0(\0R\0T\0E\0_\0C\0C\0_\0I\0S\0_\0G\0N\0U\0)\0 \0&\0&\0 \0(\0G\0C\0C\0_\0V\0E\0R\0S\0I\0O\0N\0 \0>\0=\0 \01\00\00\04\00\00\0)\0\r\0
\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0^\0\r\0
\01\0 \0e\0r\0r\0o\0r\0 \0g\0e\0n\0e\0r\0a\0t\0e\0d\0.\0\r\0
\0[\06\0/\05\07\02\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\0t\0h\0d\0e\0v\0.\0a\0.\0p\0/\0e\0t\0h\0d\0e\0v\0_\0e\0t\0h\0d\0e\0v\0_\0t\0r\0a\0c\0e\0_\0p\0o\0i\0n\0t\0s\0.\0c\0.\0o\0b\0j\0\r\0
\0F\0A\0I\0L\0E\0D\0:\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0a\0.\0p\0/\0e\0t\0h\0d\0e\0v\0_\0e\0t\0h\0d\0e\0v\0_\0t\0r\0a\0c\0e\0_\0p\0o\0i\0n\0t\0s\0.\0c\0.\0o\0b\0j\0 \0\r\0
\0"\0c\0l\0a\0n\0g\0"\0 \0"\0-\0I\0l\0i\0b\0\\0l\0i\0b\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\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\0l\0i\0b\0\\0e\0t\0h\0d\0e\0v\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0e\0t\0h\0d\0e\0v\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-\0I\0l\0i\0b\0\\0n\0e\0t\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0n\0e\0t\0"\0 \0"\0-\0I\0l\0i\0b\0\\0m\0b\0u\0f\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0m\0b\0u\0f\0"\0 \0"\0-\0I\0l\0i\0b\0\\0m\0e\0m\0p\0o\0o\0l\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0m\0e\0m\0p\0o\0o\0l\0"\0 \0"\0-\0I\0l\0i\0b\0\\0r\0i\0n\0g\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0r\0i\0n\0g\0"\0 \0"\0-\0I\0l\0i\0b\0\\0m\0e\0t\0r\0i\0c\0s\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0m\0e\0t\0r\0i\0c\0s\0"\0 \0"\0-\0I\0l\0i\0b\0\\0t\0e\0l\0e\0m\0e\0t\0r\0y\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0t\0e\0l\0e\0m\0e\0t\0r\0y\0"\0 \0"\0-\0I\0l\0i\0b\0\\0m\0e\0t\0e\0r\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0m\0e\0t\0e\0r\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\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\0t\0h\0d\0e\0v\0"\0 \0-\0M\0D\0 \0-\0M\0Q\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0a\0.\0p\0/\0e\0t\0h\0d\0e\0v\0_\0e\0t\0h\0d\0e\0v\0_\0t\0r\0a\0c\0e\0_\0p\0o\0i\0n\0t\0s\0.\0c\0.\0o\0b\0j\0 \0-\0M\0F\0 \0"\0l\0i\0b\0\\0l\0i\0b\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0a\0.\0p\0\\0e\0t\0h\0d\0e\0v\0_\0e\0t\0h\0d\0e\0v\0_\0t\0r\0a\0c\0e\0_\0p\0o\0i\0n\0t\0s\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\0t\0h\0d\0e\0v\0.\0a\0.\0p\0/\0e\0t\0h\0d\0e\0v\0_\0e\0t\0h\0d\0e\0v\0_\0t\0r\0a\0c\0e\0_\0p\0o\0i\0n\0t\0s\0.\0c\0.\0o\0b\0j\0 \0"\0-\0c\0"\0 \0.\0.\0/\0l\0i\0b\0/\0e\0t\0h\0d\0e\0v\0/\0e\0t\0h\0d\0e\0v\0_\0t\0r\0a\0c\0e\0_\0p\0o\0i\0n\0t\0s\0.\0c\0\r\0
\0I\0n\0 \0f\0i\0l\0e\0 \0i\0n\0c\0l\0u\0d\0e\0d\0 \0f\0r\0o\0m\0 \0.\0.\0/\0l\0i\0b\0/\0e\0t\0h\0d\0e\0v\0/\0e\0t\0h\0d\0e\0v\0_\0t\0r\0a\0c\0e\0_\0p\0o\0i\0n\0t\0s\0.\0c\0:\05\0:\0\r\0
\0I\0n\0 \0f\0i\0l\0e\0 \0i\0n\0c\0l\0u\0d\0e\0d\0 \0f\0r\0o\0m\0 \0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0\\0i\0n\0c\0l\0u\0d\0e\0\\0r\0t\0e\0_\0t\0r\0a\0c\0e\0_\0p\0o\0i\0n\0t\0_\0r\0e\0g\0i\0s\0t\0e\0r\0.\0h\0:\01\06\0:\0\r\0
\0I\0n\0 \0f\0i\0l\0e\0 \0i\0n\0c\0l\0u\0d\0e\0d\0 \0f\0r\0o\0m\0 \0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0\\0i\0n\0c\0l\0u\0d\0e\0\\0r\0t\0e\0_\0p\0e\0r\0_\0l\0c\0o\0r\0e\0.\0h\0:\02\05\0:\0\r\0
\0I\0n\0 \0f\0i\0l\0e\0 \0i\0n\0c\0l\0u\0d\0e\0d\0 \0f\0r\0o\0m\0 \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\\0p\0t\0h\0r\0e\0a\0d\0.\0h\0:\02\00\0:\0\r\0
\0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0\\0i\0n\0c\0l\0u\0d\0e\0\\0r\0t\0e\0_\0c\0o\0m\0m\0o\0n\0.\0h\0:\01\07\01\0:\03\02\0:\0 \0e\0r\0r\0o\0r\0:\0 \0'\0G\0C\0C\0_\0V\0E\0R\0S\0I\0O\0N\0'\0 \0i\0s\0 \0n\0o\0t\0 \0d\0e\0f\0i\0n\0e\0d\0,\0 \0e\0v\0a\0l\0u\0a\0t\0e\0s\0 \0t\0o\0 \00\0 \0[\0-\0W\0e\0r\0r\0o\0r\0,\0-\0W\0u\0n\0d\0e\0f\0]\0\r\0
\0#\0i\0f\0 \0d\0e\0f\0i\0n\0e\0d\0(\0R\0T\0E\0_\0C\0C\0_\0I\0S\0_\0G\0N\0U\0)\0 \0&\0&\0 \0(\0G\0C\0C\0_\0V\0E\0R\0S\0I\0O\0N\0 \0>\0=\0 \01\00\00\04\00\00\0)\0\r\0
\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0^\0\r\0
\01\0 \0e\0r\0r\0o\0r\0 \0g\0e\0n\0e\0r\0a\0t\0e\0d\0.\0\r\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\r\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\r\0
\0
==== 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 Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Ubuntu 22.04
Kernel: Container Host Kernel
Compiler: clang 14.0.5-1.fc36
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
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/24623/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 11+ messages in thread
* |FAILURE| pw120439 [PATCH] eal: add nonnull and access function attributes
@ 2022-12-02 20:54 dpdklab
0 siblings, 0 replies; 11+ messages in thread
From: dpdklab @ 2022-12-02 20:54 UTC (permalink / raw)
To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Morten Brørup
[-- Attachment #1: Type: text/plain, Size: 4367 bytes --]
Test-Label: iol-aarch64-compile-testing
Test-Status: FAILURE
http://dpdk.org/patch/120439
_Testing issues_
Submitter: Morten Brørup <mb@smartsharesystems.com>
Date: Friday, December 02 2022 15:34:32
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:7b1934d01a1a8afa1391f361088d8285d100e62a
120439 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM GCC Native | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Native | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE | PASS |
+----------------------------------------+--------------------+
==== 20 line log output for Ubuntu 20.04 ARM Clang Cross Compile (dpdk_meson_compile): ====
Build targets in project: 887
Option default_library is: shared [default: static]
Found ninja-1.10.0 at /usr/bin/ninja
ninja: Entering directory `build'
[1/3273] Compiling C object 'lib/76b5a35@@rte_kvargs@sta/kvargs_rte_kvargs.c.o'.
[2/3273] Linking static target lib/librte_kvargs.a.
[3/3273] Generating rte_kvargs_def with a custom command.
[4/3273] Generating rte_kvargs_mingw with a custom command.
[5/3273] Generating kvargs.sym_chk with a meson_exe.py custom command.
[6/3273] Compiling C object 'lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry.c.o'.
FAILED: lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry.c.o
ccache clang -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 -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 -target aarch64-linux-gnu --sysroot /usr/aarch64-linux-gnu -fPIC -march=armv8-a+crc -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -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:18:
In file included from ../lib/eal/include/rte_string_fns.h:21:
../lib/eal/include/rte_common.h:171:32: error: 'GCC_VERSION' is not defined, evaluates to 0 [-Werror,-Wundef]
#if defined(RTE_CC_IS_GNU) && (GCC_VERSION >= 100400)
^
1 error generated.
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 Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/24623/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 11+ messages in thread
* |FAILURE| pw120439 [PATCH] eal: add nonnull and access function attributes
[not found] <20221202153432.131023-1-mb@smartsharesystems.com>
@ 2022-12-02 16:39 ` 0-day Robot
0 siblings, 0 replies; 11+ messages in thread
From: 0-day Robot @ 2022-12-02 16:39 UTC (permalink / raw)
To: test-report; +Cc: mb, robot
From: robot@bytheb.org
Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/120439/
_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/3603054691
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-20.04-gcc-abi+doc+tests" failed at step Build and test
"ubuntu-20.04-clang-asan+doc+tests" failed at step Build and test
"fedora:35-clang" failed at step Build
----------------------End summary of failed steps--------------------
-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-abi+doc+tests" at step Build and test
####################################################################################
[51/716] Linking target examples/dpdk-cmdline.
[52/716] Compiling C object 'examples/c590b3c@@dpdk-bbdev_app@exe/bbdev_app_main.c.o'.
[53/716] Linking target examples/dpdk-bbdev_app.
[54/716] Generating examples.dox with a custom command.
[55/716] Linking target app/test/dpdk-test.
[56/716] Compiling C object 'examples/c590b3c@@dpdk-dma@exe/dma_dmafwd.c.o'.
[57/716] Compiling C object 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_lib_rte_ethtool.c.o'.
[58/716] Linking target examples/dpdk-dma.
[59/716] Compiling C object 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_main.c.o'.
[60/716] Compiling C object 'examples/c590b3c@@dpdk-eventdev_pipeline@exe/eventdev_pipeline_main.c.o'.
[61/716] Compiling C object 'examples/c590b3c@@dpdk-eventdev_pipeline@exe/eventdev_pipeline_pipeline_worker_generic.c.o'.
[62/716] Generating doxygen with a custom command.
FAILED: doc/api/html
/usr/bin/python3 ../doc/api/generate_doxygen.py doc/api/html /usr/bin/doxygen doc/api/doxy-api.conf
/home/runner/work/dpdk/dpdk/lib/eal/include/generic/rte_memcpy.h:94: error: argument 'dst' of command @param is not found in the argument list of __rte_nonnull(1, 2) (warning treated as error, aborting now)
Traceback (most recent call last):
File "../doc/api/generate_doxygen.py", line 13, in <module>
subprocess.run(doxygen_command, check=True, stdout=out)
File "/usr/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['/usr/bin/doxygen', 'doc/api/doxy-api.conf']' returned non-zero exit status 1.
[63/716] Compiling C object 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_ethapp.c.o'.
[64/716] Generating html_guides with a custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-abi+doc+tests" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-20.04-clang-asan+doc+tests" at step Build and test
####################################################################################
[1/4475] Generating rte_kvargs_mingw with a custom command.
[2/4475] Generating rte_kvargs_def with a custom command.
[3/4475] Compiling C object 'lib/76b5a35@@rte_kvargs@sta/kvargs_rte_kvargs.c.o'.
[4/4475] Linking static target lib/librte_kvargs.a.
[5/4475] Compiling C object 'lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry_data.c.o'.
FAILED: lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry_data.c.o
ccache clang -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/x86/include -I../lib/eal/x86/include -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Xclang -fcolor-diagnostics -fsanitize=address -fno-omit-frame-pointer -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -O2 -g -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=corei7 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=lib.telemetry -MD -MQ 'lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry_data.c.o' -MF 'lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry_data.c.o.d' -o 'lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry_data.c.o' -c ../lib/telemetry/telemetry_data.c
In file included from ../lib/telemetry/telemetry_data.c:11:
In file included from ../lib/eal/include/rte_string_fns.h:21:
../lib/eal/include/rte_common.h:171:32: error: 'GCC_VERSION' is not defined, evaluates to 0 [-Werror,-Wundef]
#if defined(RTE_CC_IS_GNU) && (GCC_VERSION >= 100400)
^
1 error generated.
[6/4475] Compiling C object 'lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry.c.o'.
FAILED: lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry.c.o
ccache clang -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/x86/include -I../lib/eal/x86/include -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Xclang -fcolor-diagnostics -fsanitize=address -fno-omit-frame-pointer -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -O2 -g -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=corei7 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -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:18:
In file included from ../lib/eal/include/rte_string_fns.h:21:
../lib/eal/include/rte_common.h:171:32: error: 'GCC_VERSION' is not defined, evaluates to 0 [-Werror,-Wundef]
#if defined(RTE_CC_IS_GNU) && (GCC_VERSION >= 100400)
^
1 error generated.
[7/4475] Generating kvargs.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-clang-asan+doc+tests" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "fedora:35-clang" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:35-clang" at step Build
####################################################################################
--------------------------------END LOGS-----------------------------
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2022-12-03 21:15 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-02 20:25 |FAILURE| pw120439 [PATCH] eal: add nonnull and access function attributes dpdklab
-- strict thread matches above, loose matches on Subject: below --
2022-12-03 21:15 dpdklab
2022-12-03 9:55 dpdklab
2022-12-03 9:55 dpdklab
2022-12-03 9:55 dpdklab
2022-12-03 9:43 dpdklab
2022-12-03 9:38 dpdklab
2022-12-03 9:38 dpdklab
2022-12-03 9:38 dpdklab
2022-12-02 20:54 dpdklab
[not found] <20221202153432.131023-1-mb@smartsharesystems.com>
2022-12-02 16:39 ` 0-day Robot
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).