* |FAILURE| pw133340 [PATCH] [v2] test/cryptodev: add modexp group tes
@ 2023-10-26 7:02 dpdklab
0 siblings, 0 replies; 30+ messages in thread
From: dpdklab @ 2023-10-26 7:02 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Gowrishankar Muthukrishnan
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133340
_Testing issues_
Submitter: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
Date: Thursday, October 26 2023 03:58:28
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:2a0557d1ea21c3f63a212385348c97c414970e81
133340 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| FreeBSD 13 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | FAIL | PASS |
+---------------------+--------------------+----------------------+
| Fedora 37 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
"clang" "-Iapp\dpdk-test.exe.p" "-Iapp" "-I..\app" "-Ilib\cmdline" "-I..\lib\cmdline" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\include" "-Ilib\eal\x86\include" "-I..\lib\eal\x86\include" "-Ilib\eal\common" "-I..\lib\eal\common" "-Ilib\eal" "-I..\lib\eal" "-Ilib\log" "-I..\lib\log" "-Ilib\kvargs" "-I..\lib\kvargs" "-Ilib\net" "-I..\lib\net" "-Ilib\mbuf" "-I..\lib\mbuf" "-Ilib\mempool" "-I..\lib\mempool" "-Ilib\ring" "-I..\lib\ring" "-Ilib\metrics" "-I..\lib\metrics" "-Ilib\telemetry" "-I..\lib\telemetry" "-Idrivers\net\ring" "-I..\drivers\net\ring" "-Ilib\ethdev" "-I..\lib\ethdev" "-Ilib\meter" "-I..\lib\meter" "-Idrivers\bus\pci" "-I..\drivers\bus\pci" "-I..\drivers\bus\pci\windows" "-Ilib\pci" "-I..\lib\pci" "-Idrivers\bus\vdev" "-I..\drivers\bus\vdev" "-Ilib\hash" "-I..\lib\hash" "-Ilib\rcu" "-I..\lib\rcu" "-Ilib\bitratestats" "-I..\lib\bitratestats" "-Ilib\cryptodev" "-I..\lib\cryptodev" "-Il
ib\security" "-I..\lib\security" "-Ilib\dmadev" "-I..\lib\dmadev" "-Ilib\fib" "-I..\lib\fib" "-Ilib\rib" "-I..\lib\rib" "-Ilib\lpm" "-I..\lib\lpm" "-Ilib\ip_frag" "-I..\lib\ip_frag" "-Ilib\latencystats" "-I..\lib\latencystats" "-Ilib\pcapng" "-I..\lib\pcapng" "-Ilib\reorder" "-I..\lib\reorder" "-Ilib\stack" "-I..\lib\stack" "-Ilib\timer" "-I..\lib\timer" "-IC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\inc" "-Xclang" "-fcolor-diagnostics" "-pipe" "-D_FILE_OFFSET_BITS=64" "-Wall" "-Winvalid-pch" "-Wextra" "-Werror" "-std=c11" "-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_WIN32_WINNT=0x0A00" "-D_CRT_SECURE_NO_WARNINGS" "-march=native" "-mrtm" "-DALLOW_EXPERIM
ENTAL_API" "-fno-strict-aliasing" "-DALLOW_INTERNAL_API" -MD -MQ app/dpdk-test.exe.p/test_test_cryptodev_asym.c.obj -MF "app\dpdk-test.exe.p\test_test_cryptodev_asym.c.obj.d" -o app/dpdk-test.exe.p/test_test_cryptodev_asym.c.obj "-c" ../app/test/test_cryptodev_asym.c
../app/test/test_cryptodev_asym.c:2749:30: error: initializer element is not a compile-time constant
modex_group_test_cases[0].description,
~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
../app/test/test.h:134:38: note: expanded from macro 'TEST_CASE_NAMED_WITH_DATA'
{ setup, teardown, NULL, testcase, name, 1, data }
^~~~
../app/test/test_cryptodev_asym.c:2824:30: error: initializer element is not a compile-time constant
modex_group_test_cases[0].description,
~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
../app/test/test.h:134:38: note: expanded from macro 'TEST_CASE_NAMED_WITH_DATA'
{ setup, teardown, NULL, testcase, name, 1, data }
^~~~
2 errors generated.
[715/812] Compiling C object app/dpdk-test.exe.p/test_test_bitops.c.obj
[716/812] Linking target app/dpdk-test-gpudev.exe
[717/812] Linking target app/dpdk-testpmd.exe
[718/812] Compiling C object app/dpdk-test.exe.p/test_test_cryptodev_security_ipsec.c.obj
[719/812] Compiling C object app/dpdk-test.exe.p/test_test_memcpy_perf.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28078/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 30+ messages in thread
* |FAILURE| pw133340 [PATCH] [v2] test/cryptodev: add modexp group tes
@ 2023-10-26 8:22 dpdklab
0 siblings, 0 replies; 30+ messages in thread
From: dpdklab @ 2023-10-26 8:22 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Gowrishankar Muthukrishnan
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133340
_Testing issues_
Submitter: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
Date: Thursday, October 26 2023 03:58:28
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:2a0557d1ea21c3f63a212385348c97c414970e81
133340 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE | PASS |
+----------------------------------------+--------------------+
| Fedora 37 (ARM) | PASS |
+----------------------------------------+--------------------+
| Fedora 38 (ARM) | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | PASS |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM) | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM) | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Fedora 38 (ARM Clang) | FAIL |
+----------------------------------------+--------------------+
==== 20 line log output for Fedora 38 (ARM Clang) (dpdk_meson_compile): ====
[2924/3068] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_cpuflags.c.o'.
[2925/3068] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_crc.c.o'.
[2926/3068] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_cryptodev.c.o'.
[2927/3068] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_cryptodev_asym.c.o'.
FAILED: app/a172ced@@dpdk-test@exe/test_test_cryptodev_asym.c.o
clang -Iapp/a172ced@@dpdk-test@exe -Iapp -I../app -Ilib/cmdline -I../lib/cmdline -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/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Idrivers/net/ring -I../drivers/net/ring -Ilib/ethdev -I../lib/ethdev -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/acl -I../lib/acl -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/metrics -I../lib/metrics -Ilib/bitratestats -I../lib/bitratestats -Ilib/bpf -I../lib/bpf -Ilib/compressdev -I../lib/compressdev -Ilib/cry
ptodev -I../lib/cryptodev -Ilib/security -I../lib/security -Ilib/dispatcher -I../lib/dispatcher -Ilib/eventdev -I../lib/eventdev -Ilib/timer -I../lib/timer -Ilib/dmadev -I../lib/dmadev -Ilib/distributor -I../lib/distributor -Ilib/efd -I../lib/efd -Ilib/fib -I../lib/fib -Ilib/rib -I../lib/rib -Ilib/table -I../lib/table -Ilib/port -I../lib/port -Ilib/sched -I../lib/sched -Ilib/ip_frag -I../lib/ip_frag -Ilib/lpm -I../lib/lpm -Ilib/graph -I../lib/graph -Ilib/pcapng -I../lib/pcapng -Ilib/ipsec -I../lib/ipsec -Ilib/latencystats -I../lib/latencystats -Idrivers/net/bonding -I../drivers/net/bonding -Ilib/member -I../lib/member -Ilib/pdcp -I../lib/pdcp -Ilib/reorder -I../lib/reorder -Ilib/pdump -I../lib/pdump -Ilib/power -I../lib/power -Ilib/rawdev -I../lib/rawdev -Ilib/stack -I../lib/stack -Ilib/pipeline -I../lib/pipeline -Idrivers/crypto/scheduler -I../drivers/crypto/scheduler -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -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 -march=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -fno-strict-aliasing -DALLOW_INTERNAL_API -MD -MQ 'app/a172ced@@dpdk-test@exe/test_test_cryptodev_asym.c.o' -MF 'app/a172ced@@dpdk-test@exe/test_test_cryptodev_asym.c.o.d' -o 'app/a172ced@@dpdk-test@exe/test_test_cryptodev_asym.c.o' -c ../app/test/test_cryptodev_asym.c
../app/test/test_cryptodev_asym.c:2749:30: error: initializer element is not a compile-time constant
modex_group_test_cases[0].description,
~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
../app/test/test.h:134:38: note: expanded from macro 'TEST_CASE_NAMED_WITH_DATA'
{ setup, teardown, NULL, testcase, name, 1, data }
^~~~
../app/test/test_cryptodev_asym.c:2824:30: error: initializer element is not a compile-time constant
modex_group_test_cases[0].description,
~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
../app/test/test.h:134:38: note: expanded from macro 'TEST_CASE_NAMED_WITH_DATA'
{ setup, teardown, NULL, testcase, name, 1, data }
^~~~
2 errors generated.
ninja: build stopped: subcommand failed.
==== End log output ====
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.1.1
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
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
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.3.1
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.3
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28078/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 30+ messages in thread
* |FAILURE| pw133340 [PATCH] [v2] test/cryptodev: add modexp group tes
@ 2023-10-26 7:59 dpdklab
0 siblings, 0 replies; 30+ messages in thread
From: dpdklab @ 2023-10-26 7:59 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Gowrishankar Muthukrishnan
Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133340
_Testing issues_
Submitter: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
Date: Thursday, October 26 2023 03:58:28
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:2a0557d1ea21c3f63a212385348c97c414970e81
133340 --> testing fail
Test environment and result as below:
+--------------------------+----------------+---------------------------+------------------------------+--------------+
| Environment | dpdk_unit_test | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | lpm_autotest |
+==========================+================+===========================+==============================+==============+
| CentOS Stream 9 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+--------------------------+----------------+---------------------------+------------------------------+--------------+
| Debian 11 (Buster) (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+--------------------------+----------------+---------------------------+------------------------------+--------------+
| Fedora 37 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+--------------------------+----------------+---------------------------+------------------------------+--------------+
| Fedora 38 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+--------------------------+----------------+---------------------------+------------------------------+--------------+
| Ubuntu 20.04 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+--------------------------+----------------+---------------------------+------------------------------+--------------+
| Fedora 38 (ARM Clang) | FAIL | SKIPPED | SKIPPED | SKIPPED |
+--------------------------+----------------+---------------------------+------------------------------+--------------+
| Debian 11 (arm) | SKIPPED | PASS | PASS | SKIPPED |
+--------------------------+----------------+---------------------------+------------------------------+--------------+
| Ubuntu 20.04 ARM SVE | SKIPPED | SKIPPED | SKIPPED | PASS |
+--------------------------+----------------+---------------------------+------------------------------+--------------+
==== 20 line log output for Fedora 38 (ARM Clang) (dpdk_unit_test): ====
[2899/3043] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_cryptodev_asym.c.o'.
FAILED: app/a172ced@@dpdk-test@exe/test_test_cryptodev_asym.c.o
clang -Iapp/a172ced@@dpdk-test@exe -Iapp -I../app -Ilib/cmdline -I../lib/cmdline -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/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Idrivers/net/ring -I../drivers/net/ring -Ilib/ethdev -I../lib/ethdev -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/acl -I../lib/acl -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/metrics -I../lib/metrics -Ilib/bitratestats -I../lib/bitratestats -Ilib/bpf -I../lib/bpf -Ilib/compressdev -I../lib/compressdev -Ilib/cry
ptodev -I../lib/cryptodev -Ilib/security -I../lib/security -Ilib/dispatcher -I../lib/dispatcher -Ilib/eventdev -I../lib/eventdev -Ilib/timer -I../lib/timer -Ilib/dmadev -I../lib/dmadev -Ilib/distributor -I../lib/distributor -Ilib/efd -I../lib/efd -Ilib/fib -I../lib/fib -Ilib/rib -I../lib/rib -Ilib/table -I../lib/table -Ilib/port -I../lib/port -Ilib/sched -I../lib/sched -Ilib/ip_frag -I../lib/ip_frag -Ilib/lpm -I../lib/lpm -Ilib/graph -I../lib/graph -Ilib/pcapng -I../lib/pcapng -Ilib/ipsec -I../lib/ipsec -Ilib/latencystats -I../lib/latencystats -Idrivers/net/bonding -I../drivers/net/bonding -Ilib/member -I../lib/member -Ilib/pdcp -I../lib/pdcp -Ilib/reorder -I../lib/reorder -Ilib/pdump -I../lib/pdump -Ilib/power -I../lib/power -Ilib/rawdev -I../lib/rawdev -Ilib/stack -I../lib/stack -Ilib/pipeline -I../lib/pipeline -Idrivers/crypto/scheduler -I../drivers/crypto/scheduler -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -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 -march=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -fno-strict-aliasing -DALLOW_INTERNAL_API -MD -MQ 'app/a172ced@@dpdk-test@exe/test_test_cryptodev_asym.c.o' -MF 'app/a172ced@@dpdk-test@exe/test_test_cryptodev_asym.c.o.d' -o 'app/a172ced@@dpdk-test@exe/test_test_cryptodev_asym.c.o' -c ../app/test/test_cryptodev_asym.c
../app/test/test_cryptodev_asym.c:2749:30: error: initializer element is not a compile-time constant
modex_group_test_cases[0].description,
~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
../app/test/test.h:134:38: note: expanded from macro 'TEST_CASE_NAMED_WITH_DATA'
{ setup, teardown, NULL, testcase, name, 1, data }
^~~~
../app/test/test_cryptodev_asym.c:2824:30: error: initializer element is not a compile-time constant
modex_group_test_cases[0].description,
~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
../app/test/test.h:134:38: note: expanded from macro 'TEST_CASE_NAMED_WITH_DATA'
{ setup, teardown, NULL, testcase, name, 1, data }
^~~~
2 errors generated.
[2900/3043] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_cryptodev_blockcipher.c.o'.
[2901/3043] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_compressdev.c.o'.
[2902/3043] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_cryptodev.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.3.1
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.1.1
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.3
Debian 11 (arm)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
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/28078/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 30+ messages in thread
* |FAILURE| pw133340 [PATCH] [v2] test/cryptodev: add modexp group tes
@ 2023-10-26 7:49 dpdklab
0 siblings, 0 replies; 30+ messages in thread
From: dpdklab @ 2023-10-26 7:49 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Gowrishankar Muthukrishnan
Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133340
_Testing issues_
Submitter: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
Date: Thursday, October 26 2023 03:58:28
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:2a0557d1ea21c3f63a212385348c97c414970e81
133340 --> testing fail
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | FAIL |
+---------------------+----------------+
| CentOS Stream 9 | PASS |
+---------------------+----------------+
| CentOS Stream 8 | PASS |
+---------------------+----------------+
| Debian Buster | PASS |
+---------------------+----------------+
| Fedora 38 | FAIL |
+---------------------+----------------+
| Fedora 37 | PASS |
+---------------------+----------------+
| Debian Bullseye | PASS |
+---------------------+----------------+
| openSUSE Leap 15 | FAIL |
+---------------------+----------------+
| Ubuntu 20.04 | PASS |
+---------------------+----------------+
| RHEL8 | PASS |
+---------------------+----------------+
| Ubuntu 22.04 | PASS |
+---------------------+----------------+
==== 20 line log output for openSUSE Leap 15 (dpdk_unit_test): ====
^
../app/test/test.h:134:38: note: in definition of macro 'TEST_CASE_NAMED_WITH_DATA'
{ setup, teardown, NULL, testcase, name, 1, data }
^~~~
../app/test/test_cryptodev_asym.c:2844:4: error: initializer element is not constant
modex_group_test_cases[5].description,
^
../app/test/test.h:134:38: note: in definition of macro 'TEST_CASE_NAMED_WITH_DATA'
{ setup, teardown, NULL, testcase, name, 1, data }
^~~~
../app/test/test_cryptodev_asym.c:2844:4: note: (near initialization for 'cryptodev_octeontx_asym_testsuite.unit_test_cases[9].name')
modex_group_test_cases[5].description,
^
../app/test/test.h:134:38: note: in definition of macro 'TEST_CASE_NAMED_WITH_DATA'
{ setup, teardown, NULL, testcase, name, 1, data }
^~~~
[2605/2722] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_event_eth_tx_adapter.c.o'.
[2606/2722] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_event_ring.c.o'.
[2607/2722] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_graph_perf.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28078/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 30+ messages in thread
* |FAILURE| pw133340 [PATCH] [v2] test/cryptodev: add modexp group tes
@ 2023-10-26 7:49 dpdklab
0 siblings, 0 replies; 30+ messages in thread
From: dpdklab @ 2023-10-26 7:49 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Gowrishankar Muthukrishnan
Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133340
_Testing issues_
Submitter: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
Date: Thursday, October 26 2023 03:58:28
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:2a0557d1ea21c3f63a212385348c97c414970e81
133340 --> testing fail
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | FAIL |
+---------------------+----------------+
| CentOS Stream 9 | PASS |
+---------------------+----------------+
| CentOS Stream 8 | PASS |
+---------------------+----------------+
| Debian Buster | PASS |
+---------------------+----------------+
| Fedora 38 | FAIL |
+---------------------+----------------+
| Fedora 37 | PASS |
+---------------------+----------------+
| Debian Bullseye | PASS |
+---------------------+----------------+
| openSUSE Leap 15 | FAIL |
+---------------------+----------------+
| Ubuntu 20.04 | PASS |
+---------------------+----------------+
| RHEL8 | PASS |
+---------------------+----------------+
| Ubuntu 22.04 | PASS |
+---------------------+----------------+
==== 20 line log output for openSUSE Leap 15 (dpdk_unit_test): ====
^
../app/test/test.h:134:38: note: in definition of macro 'TEST_CASE_NAMED_WITH_DATA'
{ setup, teardown, NULL, testcase, name, 1, data }
^~~~
../app/test/test_cryptodev_asym.c:2844:4: error: initializer element is not constant
modex_group_test_cases[5].description,
^
../app/test/test.h:134:38: note: in definition of macro 'TEST_CASE_NAMED_WITH_DATA'
{ setup, teardown, NULL, testcase, name, 1, data }
^~~~
../app/test/test_cryptodev_asym.c:2844:4: note: (near initialization for 'cryptodev_octeontx_asym_testsuite.unit_test_cases[9].name')
modex_group_test_cases[5].description,
^
../app/test/test.h:134:38: note: in definition of macro 'TEST_CASE_NAMED_WITH_DATA'
{ setup, teardown, NULL, testcase, name, 1, data }
^~~~
[2605/2722] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_event_eth_tx_adapter.c.o'.
[2606/2722] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_event_ring.c.o'.
[2607/2722] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_graph_perf.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28078/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 30+ messages in thread
* |FAILURE| pw133340 [PATCH] [v2] test/cryptodev: add modexp group tes
@ 2023-10-26 7:49 dpdklab
0 siblings, 0 replies; 30+ messages in thread
From: dpdklab @ 2023-10-26 7:49 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Gowrishankar Muthukrishnan
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133340
_Testing issues_
Submitter: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
Date: Thursday, October 26 2023 03:58:28
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:2a0557d1ea21c3f63a212385348c97c414970e81
133340 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| FreeBSD 13 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | FAIL | PASS |
+---------------------+--------------------+----------------------+
| Fedora 37 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 9 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Alpine | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for openSUSE Leap 15 (dpdk_meson_compile): ====
^~~~
../app/test/test_cryptodev_asym.c:2840:4: note: (near initialization for 'cryptodev_octeontx_asym_testsuite.unit_test_cases[8].name')
modex_group_test_cases[4].description,
^
../app/test/test.h:134:38: note: in definition of macro 'TEST_CASE_NAMED_WITH_DATA'
{ setup, teardown, NULL, testcase, name, 1, data }
^~~~
../app/test/test_cryptodev_asym.c:2844:4: error: initializer element is not constant
modex_group_test_cases[5].description,
^
../app/test/test.h:134:38: note: in definition of macro 'TEST_CASE_NAMED_WITH_DATA'
{ setup, teardown, NULL, testcase, name, 1, data }
^~~~
../app/test/test_cryptodev_asym.c:2844:4: note: (near initialization for 'cryptodev_octeontx_asym_testsuite.unit_test_cases[9].name')
modex_group_test_cases[5].description,
^
../app/test/test.h:134:38: note: in definition of macro 'TEST_CASE_NAMED_WITH_DATA'
{ setup, teardown, NULL, testcase, name, 1, data }
^~~~
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Alpine
Kernel: 5.4.0-73-generic
Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28078/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 30+ messages in thread
* |FAILURE| pw133340 [PATCH] [v2] test/cryptodev: add modexp group tes
@ 2023-10-26 7:49 dpdklab
0 siblings, 0 replies; 30+ messages in thread
From: dpdklab @ 2023-10-26 7:49 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Gowrishankar Muthukrishnan
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133340
_Testing issues_
Submitter: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
Date: Thursday, October 26 2023 03:58:28
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:2a0557d1ea21c3f63a212385348c97c414970e81
133340 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE | PASS |
+----------------------------------------+--------------------+
| Fedora 37 (ARM) | PASS |
+----------------------------------------+--------------------+
| Fedora 38 (ARM) | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | PASS |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM) | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM) | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | FAIL |
+----------------------------------------+--------------------+
==== 20 line log output for Ubuntu 20.04 ARM Clang Cross Compile (dpdk_meson_compile): ====
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.1.1
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
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
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.3.1
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28078/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 30+ messages in thread
* |FAILURE| pw133340 [PATCH] [v2] test/cryptodev: add modexp group tes
@ 2023-10-26 7:48 dpdklab
0 siblings, 0 replies; 30+ messages in thread
From: dpdklab @ 2023-10-26 7:48 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Gowrishankar Muthukrishnan
Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133340
_Testing issues_
Submitter: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
Date: Thursday, October 26 2023 03:58:28
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:2a0557d1ea21c3f63a212385348c97c414970e81
133340 --> testing fail
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | FAIL |
+---------------------+----------------+
| CentOS Stream 9 | PASS |
+---------------------+----------------+
| CentOS Stream 8 | PASS |
+---------------------+----------------+
| Debian Buster | PASS |
+---------------------+----------------+
| Fedora 38 | FAIL |
+---------------------+----------------+
| Fedora 37 | PASS |
+---------------------+----------------+
| Debian Bullseye | PASS |
+---------------------+----------------+
| openSUSE Leap 15 | FAIL |
+---------------------+----------------+
| Ubuntu 20.04 | PASS |
+---------------------+----------------+
| RHEL8 | PASS |
+---------------------+----------------+
| Ubuntu 22.04 | PASS |
+---------------------+----------------+
==== 20 line log output for openSUSE Leap 15 (dpdk_unit_test): ====
^
../app/test/test.h:134:38: note: in definition of macro 'TEST_CASE_NAMED_WITH_DATA'
{ setup, teardown, NULL, testcase, name, 1, data }
^~~~
../app/test/test_cryptodev_asym.c:2844:4: error: initializer element is not constant
modex_group_test_cases[5].description,
^
../app/test/test.h:134:38: note: in definition of macro 'TEST_CASE_NAMED_WITH_DATA'
{ setup, teardown, NULL, testcase, name, 1, data }
^~~~
../app/test/test_cryptodev_asym.c:2844:4: note: (near initialization for 'cryptodev_octeontx_asym_testsuite.unit_test_cases[9].name')
modex_group_test_cases[5].description,
^
../app/test/test.h:134:38: note: in definition of macro 'TEST_CASE_NAMED_WITH_DATA'
{ setup, teardown, NULL, testcase, name, 1, data }
^~~~
[2605/2722] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_event_eth_tx_adapter.c.o'.
[2606/2722] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_event_ring.c.o'.
[2607/2722] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_graph_perf.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28078/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 30+ messages in thread
* |FAILURE| pw133340 [PATCH] [v2] test/cryptodev: add modexp group tes
@ 2023-10-26 7:44 dpdklab
0 siblings, 0 replies; 30+ messages in thread
From: dpdklab @ 2023-10-26 7:44 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Gowrishankar Muthukrishnan
Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133340
_Testing issues_
Submitter: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
Date: Thursday, October 26 2023 03:58:28
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:2a0557d1ea21c3f63a212385348c97c414970e81
133340 --> testing fail
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | FAIL |
+---------------------+----------------+
| CentOS Stream 9 | PASS |
+---------------------+----------------+
| CentOS Stream 8 | PASS |
+---------------------+----------------+
| Debian Buster | PASS |
+---------------------+----------------+
| Fedora 38 | FAIL |
+---------------------+----------------+
| Fedora 37 | PASS |
+---------------------+----------------+
| Debian Bullseye | PASS |
+---------------------+----------------+
| openSUSE Leap 15 | FAIL |
+---------------------+----------------+
| Ubuntu 20.04 | PASS |
+---------------------+----------------+
==== 20 line log output for openSUSE Leap 15 (dpdk_unit_test): ====
^
../app/test/test.h:134:38: note: in definition of macro 'TEST_CASE_NAMED_WITH_DATA'
{ setup, teardown, NULL, testcase, name, 1, data }
^~~~
../app/test/test_cryptodev_asym.c:2844:4: error: initializer element is not constant
modex_group_test_cases[5].description,
^
../app/test/test.h:134:38: note: in definition of macro 'TEST_CASE_NAMED_WITH_DATA'
{ setup, teardown, NULL, testcase, name, 1, data }
^~~~
../app/test/test_cryptodev_asym.c:2844:4: note: (near initialization for 'cryptodev_octeontx_asym_testsuite.unit_test_cases[9].name')
modex_group_test_cases[5].description,
^
../app/test/test.h:134:38: note: in definition of macro 'TEST_CASE_NAMED_WITH_DATA'
{ setup, teardown, NULL, testcase, name, 1, data }
^~~~
[2605/2722] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_event_eth_tx_adapter.c.o'.
[2606/2722] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_event_ring.c.o'.
[2607/2722] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_graph_perf.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28078/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 30+ messages in thread
* |FAILURE| pw133340 [PATCH] [v2] test/cryptodev: add modexp group tes
@ 2023-10-26 7:41 dpdklab
0 siblings, 0 replies; 30+ messages in thread
From: dpdklab @ 2023-10-26 7:41 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Gowrishankar Muthukrishnan
Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133340
_Testing issues_
Submitter: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
Date: Thursday, October 26 2023 03:58:28
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:2a0557d1ea21c3f63a212385348c97c414970e81
133340 --> testing fail
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | FAIL |
+---------------------+----------------+
| CentOS Stream 9 | PASS |
+---------------------+----------------+
| CentOS Stream 8 | PASS |
+---------------------+----------------+
| Debian Buster | PASS |
+---------------------+----------------+
| Fedora 38 | FAIL |
+---------------------+----------------+
| Fedora 37 | PASS |
+---------------------+----------------+
| Debian Bullseye | PASS |
+---------------------+----------------+
| openSUSE Leap 15 | FAIL |
+---------------------+----------------+
| Ubuntu 20.04 | PASS |
+---------------------+----------------+
==== 20 line log output for openSUSE Leap 15 (dpdk_unit_test): ====
^
../app/test/test.h:134:38: note: in definition of macro 'TEST_CASE_NAMED_WITH_DATA'
{ setup, teardown, NULL, testcase, name, 1, data }
^~~~
../app/test/test_cryptodev_asym.c:2844:4: error: initializer element is not constant
modex_group_test_cases[5].description,
^
../app/test/test.h:134:38: note: in definition of macro 'TEST_CASE_NAMED_WITH_DATA'
{ setup, teardown, NULL, testcase, name, 1, data }
^~~~
../app/test/test_cryptodev_asym.c:2844:4: note: (near initialization for 'cryptodev_octeontx_asym_testsuite.unit_test_cases[9].name')
modex_group_test_cases[5].description,
^
../app/test/test.h:134:38: note: in definition of macro 'TEST_CASE_NAMED_WITH_DATA'
{ setup, teardown, NULL, testcase, name, 1, data }
^~~~
[2605/2722] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_event_eth_tx_adapter.c.o'.
[2606/2722] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_event_ring.c.o'.
[2607/2722] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_graph_perf.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28078/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 30+ messages in thread
* |FAILURE| pw133340 [PATCH] [v2] test/cryptodev: add modexp group tes
@ 2023-10-26 7:40 dpdklab
0 siblings, 0 replies; 30+ messages in thread
From: dpdklab @ 2023-10-26 7:40 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Gowrishankar Muthukrishnan
Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133340
_Testing issues_
Submitter: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
Date: Thursday, October 26 2023 03:58:28
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:2a0557d1ea21c3f63a212385348c97c414970e81
133340 --> testing fail
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | FAIL |
+---------------------+----------------+
| CentOS Stream 9 | PASS |
+---------------------+----------------+
| CentOS Stream 8 | PASS |
+---------------------+----------------+
| Debian Buster | PASS |
+---------------------+----------------+
| Fedora 38 | FAIL |
+---------------------+----------------+
| Fedora 37 | PASS |
+---------------------+----------------+
| Debian Bullseye | PASS |
+---------------------+----------------+
| openSUSE Leap 15 | FAIL |
+---------------------+----------------+
| Ubuntu 20.04 | PASS |
+---------------------+----------------+
==== 20 line log output for openSUSE Leap 15 (dpdk_unit_test): ====
^
../app/test/test.h:134:38: note: in definition of macro 'TEST_CASE_NAMED_WITH_DATA'
{ setup, teardown, NULL, testcase, name, 1, data }
^~~~
../app/test/test_cryptodev_asym.c:2844:4: error: initializer element is not constant
modex_group_test_cases[5].description,
^
../app/test/test.h:134:38: note: in definition of macro 'TEST_CASE_NAMED_WITH_DATA'
{ setup, teardown, NULL, testcase, name, 1, data }
^~~~
../app/test/test_cryptodev_asym.c:2844:4: note: (near initialization for 'cryptodev_octeontx_asym_testsuite.unit_test_cases[9].name')
modex_group_test_cases[5].description,
^
../app/test/test.h:134:38: note: in definition of macro 'TEST_CASE_NAMED_WITH_DATA'
{ setup, teardown, NULL, testcase, name, 1, data }
^~~~
[2605/2722] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_event_eth_tx_adapter.c.o'.
[2606/2722] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_event_ring.c.o'.
[2607/2722] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_graph_perf.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28078/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 30+ messages in thread
* |FAILURE| pw133340 [PATCH] [v2] test/cryptodev: add modexp group tes
@ 2023-10-26 7:39 dpdklab
0 siblings, 0 replies; 30+ messages in thread
From: dpdklab @ 2023-10-26 7:39 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Gowrishankar Muthukrishnan
Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133340
_Testing issues_
Submitter: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
Date: Thursday, October 26 2023 03:58:28
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:2a0557d1ea21c3f63a212385348c97c414970e81
133340 --> testing fail
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | FAIL |
+---------------------+----------------+
| CentOS Stream 9 | PASS |
+---------------------+----------------+
| CentOS Stream 8 | PASS |
+---------------------+----------------+
| Debian Buster | PASS |
+---------------------+----------------+
| Fedora 38 | PASS |
+---------------------+----------------+
| Fedora 37 | PASS |
+---------------------+----------------+
| Debian Bullseye | PASS |
+---------------------+----------------+
| openSUSE Leap 15 | FAIL |
+---------------------+----------------+
| Ubuntu 20.04 | PASS |
+---------------------+----------------+
==== 20 line log output for openSUSE Leap 15 (dpdk_unit_test): ====
^
../app/test/test.h:134:38: note: in definition of macro 'TEST_CASE_NAMED_WITH_DATA'
{ setup, teardown, NULL, testcase, name, 1, data }
^~~~
../app/test/test_cryptodev_asym.c:2844:4: error: initializer element is not constant
modex_group_test_cases[5].description,
^
../app/test/test.h:134:38: note: in definition of macro 'TEST_CASE_NAMED_WITH_DATA'
{ setup, teardown, NULL, testcase, name, 1, data }
^~~~
../app/test/test_cryptodev_asym.c:2844:4: note: (near initialization for 'cryptodev_octeontx_asym_testsuite.unit_test_cases[9].name')
modex_group_test_cases[5].description,
^
../app/test/test.h:134:38: note: in definition of macro 'TEST_CASE_NAMED_WITH_DATA'
{ setup, teardown, NULL, testcase, name, 1, data }
^~~~
[2605/2722] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_event_eth_tx_adapter.c.o'.
[2606/2722] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_event_ring.c.o'.
[2607/2722] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_graph_perf.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28078/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 30+ messages in thread
* |FAILURE| pw133340 [PATCH] [v2] test/cryptodev: add modexp group tes
@ 2023-10-26 7:39 dpdklab
0 siblings, 0 replies; 30+ messages in thread
From: dpdklab @ 2023-10-26 7:39 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Gowrishankar Muthukrishnan
Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133340
_Testing issues_
Submitter: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
Date: Thursday, October 26 2023 03:58:28
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:2a0557d1ea21c3f63a212385348c97c414970e81
133340 --> testing fail
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | FAIL |
+---------------------+----------------+
| CentOS Stream 9 | PASS |
+---------------------+----------------+
| CentOS Stream 8 | PASS |
+---------------------+----------------+
| Debian Buster | PASS |
+---------------------+----------------+
| Fedora 38 | PASS |
+---------------------+----------------+
| Fedora 37 | PASS |
+---------------------+----------------+
| Debian Bullseye | PASS |
+---------------------+----------------+
| openSUSE Leap 15 | FAIL |
+---------------------+----------------+
| Ubuntu 20.04 | PASS |
+---------------------+----------------+
==== 20 line log output for openSUSE Leap 15 (dpdk_unit_test): ====
^
../app/test/test.h:134:38: note: in definition of macro 'TEST_CASE_NAMED_WITH_DATA'
{ setup, teardown, NULL, testcase, name, 1, data }
^~~~
../app/test/test_cryptodev_asym.c:2844:4: error: initializer element is not constant
modex_group_test_cases[5].description,
^
../app/test/test.h:134:38: note: in definition of macro 'TEST_CASE_NAMED_WITH_DATA'
{ setup, teardown, NULL, testcase, name, 1, data }
^~~~
../app/test/test_cryptodev_asym.c:2844:4: note: (near initialization for 'cryptodev_octeontx_asym_testsuite.unit_test_cases[9].name')
modex_group_test_cases[5].description,
^
../app/test/test.h:134:38: note: in definition of macro 'TEST_CASE_NAMED_WITH_DATA'
{ setup, teardown, NULL, testcase, name, 1, data }
^~~~
[2605/2722] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_event_eth_tx_adapter.c.o'.
[2606/2722] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_event_ring.c.o'.
[2607/2722] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_graph_perf.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28078/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 30+ messages in thread
* |FAILURE| pw133340 [PATCH] [v2] test/cryptodev: add modexp group tes
@ 2023-10-26 7:24 dpdklab
0 siblings, 0 replies; 30+ messages in thread
From: dpdklab @ 2023-10-26 7:24 UTC (permalink / raw)
To: Test Report
Cc: Gowrishankar Muthukrishnan, dpdk-test-reports,
Gowrishankar Muthukrishnan
Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133340
_Testing issues_
Submitter: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
Date: Thursday, October 26 2023 03:58:28
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:2a0557d1ea21c3f63a212385348c97c414970e81
133340 --> testing fail
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | FAIL |
+---------------------+----------------+
| CentOS Stream 9 | PASS |
+---------------------+----------------+
| CentOS Stream 8 | PASS |
+---------------------+----------------+
| Debian Buster | PASS |
+---------------------+----------------+
==== 20 line log output for Windows Server 2019 (dpdk_unit_test): ====
\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0m\0o\0d\0e\0x\0_\0g\0r\0o\0u\0p\0_\0t\0e\0s\0t\0_\0c\0a\0s\0e\0s\0[\00\0]\0.\0d\0e\0s\0c\0r\0i\0p\0t\0i\0o\0n\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~\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.\0/\0a\0p\0p\0/\0t\0e\0s\0t\0/\0t\0e\0s\0t\0.\0h\0:\01\03\04\0:\03\08\0:\0 \0n\0o\0t\0e\0:\0 \0e\0x\0p\0a\0n\0d\0e\0d\0 \0f\0r\0o\0m\0 \0m\0a\0c\0r\0o\0 \0'\0T\0E\0S\0T\0_\0C\0A\0S\0E\0_\0N\0A\0M\0E\0D\0_\0W\0I\0T\0H\0_\0D\0A\0T\0A\0'\0
\0
\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0{\0 \0s\0e\0t\0u\0p\0,\0 \0t\0e\0a\0r\0d\0o\0w\0n\0,\0 \0N\0U\0L\0L\0,\0 \0t\0e\0s\0t\0c\0a\0s\0e\0,\0 \0n\0a\0m\0e\0,\0 \01\0,\0 \0d\0a\0t\0a\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 \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/\0a\0p\0p\0/\0t\0e\0s\0t\0/\0t\0e\0s\0t\0_\0c\0r\0y\0p\0t\0o\0d\0e\0v\0_\0a\0s\0y\0m\0.\0c\0:\02\08\02\04\0:\03\00\0:\0 \0e\0r\0r\0o\0r\0:\0 \0i\0n\0i\0t\0i\0a\0l\0i\0z\0e\0r\0 \0e\0l\0e\0m\0e\0n\0t\0 \0i\0s\0 \0n\0o\0t\0 \0a\0 \0c\0o\0m\0p\0i\0l\0e\0-\0t\0i\0m\0e\0 \0c\0o\0n\0s\0t\0a\0n\0t\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 \0m\0o\0d\0e\0x\0_\0g\0r\0o\0u\0p\0_\0t\0e\0s\0t\0_\0c\0a\0s\0e\0s\0[\00\0]\0.\0d\0e\0s\0c\0r\0i\0p\0t\0i\0o\0n\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~\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.\0/\0a\0p\0p\0/\0t\0e\0s\0t\0/\0t\0e\0s\0t\0.\0h\0:\01\03\04\0:\03\08\0:\0 \0n\0o\0t\0e\0:\0 \0e\0x\0p\0a\0n\0d\0e\0d\0 \0f\0r\0o\0m\0 \0m\0a\0c\0r\0o\0 \0'\0T\0E\0S\0T\0_\0C\0A\0S\0E\0_\0N\0A\0M\0E\0D\0_\0W\0I\0T\0H\0_\0D\0A\0T\0A\0'\0
\0
\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0{\0 \0s\0e\0t\0u\0p\0,\0 \0t\0e\0a\0r\0d\0o\0w\0n\0,\0 \0N\0U\0L\0L\0,\0 \0t\0e\0s\0t\0c\0a\0s\0e\0,\0 \0n\0a\0m\0e\0,\0 \01\0,\0 \0d\0a\0t\0a\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 \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
\02\0 \0e\0r\0r\0o\0r\0s\0 \0g\0e\0n\0e\0r\0a\0t\0e\0d\0.\0
\0
\0[\02\01\0/\01\01\06\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0a\0p\0p\0/\0d\0p\0d\0k\0-\0t\0e\0s\0t\0.\0e\0x\0e\0.\0p\0/\0t\0e\0s\0t\0_\0t\0e\0s\0t\0_\0b\0i\0t\0m\0a\0p\0.\0c\0.\0o\0b\0j\0
\0
\0[\02\02\0/\01\01\06\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0a\0p\0p\0/\0d\0p\0d\0k\0-\0t\0e\0s\0t\0.\0e\0x\0e\0.\0p\0/\0t\0e\0s\0t\0_\0t\0e\0s\0t\0_\0c\0k\0s\0u\0m\0_\0p\0e\0r\0f\0.\0c\0.\0o\0b\0j\0
\0
\0[\02\03\0/\01\01\06\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0a\0p\0p\0/\0d\0p\0d\0k\0-\0t\0e\0s\0t\0.\0e\0x\0e\0.\0p\0/\0t\0e\0s\0t\0_\0t\0e\0s\0t\0_\0d\0e\0v\0a\0r\0g\0s\0.\0c\0.\0o\0b\0j\0
\0
\0[\02\04\0/\01\01\06\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0a\0p\0p\0/\0d\0p\0d\0k\0-\0t\0e\0s\0t\0.\0e\0x\0e\0.\0p\0/\0t\0e\0s\0t\0_\0p\0a\0c\0k\0e\0t\0_\0b\0u\0r\0s\0t\0_\0g\0e\0n\0e\0r\0a\0t\0o\0r\0.\0c\0.\0o\0b\0j\0
\0
\0[\02\05\0/\01\01\06\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0a\0p\0p\0/\0d\0p\0d\0k\0-\0t\0e\0s\0t\0.\0e\0x\0e\0.\0p\0/\0t\0e\0s\0t\0_\0t\0e\0s\0t\0_\0c\0r\0y\0p\0t\0o\0d\0e\0v\0.\0c\0.\0o\0b\0j\0
\0
\0n\0i\0n\0j\0a\0:\0 \0b\0u\0i\0l\0d\0 \0s\0t\0o\0p\0p\0e\0d\0:\0 \0s\0u\0b\0c\0o\0m\0m\0a\0n\0d\0 \0f\0a\0i\0l\0e\0d\0.\0
\0
\0C\0o\0u\0l\0d\0 \0n\0o\0t\0 \0r\0e\0b\0u\0i\0l\0d\0 \0C\0:\0\\0U\0s\0e\0r\0s\0\\0b\0u\0i\0l\0d\0e\0r\0\\0j\0e\0n\0k\0i\0n\0s\0\\0w\0o\0r\0k\0s\0p\0a\0c\0e\0\\0G\0e\0n\0e\0r\0i\0c\0-\0V\0M\0-\0U\0n\0i\0t\0-\0T\0e\0s\0t\0-\0D\0P\0D\0K\0\\0d\0p\0d\0k\0\\0b\0u\0i\0l\0d\0
\0
\0
==== End log output ====
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28078/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 30+ messages in thread
* |FAILURE| pw133340 [PATCH] [v2] test/cryptodev: add modexp group tes
@ 2023-10-26 7:23 dpdklab
0 siblings, 0 replies; 30+ messages in thread
From: dpdklab @ 2023-10-26 7:23 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Gowrishankar Muthukrishnan
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133340
_Testing issues_
Submitter: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
Date: Thursday, October 26 2023 03:58:28
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:2a0557d1ea21c3f63a212385348c97c414970e81
133340 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| FreeBSD 13 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | FAIL | PASS |
+---------------------+--------------------+----------------------+
| Fedora 37 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 9 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for openSUSE Leap 15 (dpdk_meson_compile): ====
^~~~
../app/test/test_cryptodev_asym.c:2840:4: note: (near initialization for 'cryptodev_octeontx_asym_testsuite.unit_test_cases[8].name')
modex_group_test_cases[4].description,
^
../app/test/test.h:134:38: note: in definition of macro 'TEST_CASE_NAMED_WITH_DATA'
{ setup, teardown, NULL, testcase, name, 1, data }
^~~~
../app/test/test_cryptodev_asym.c:2844:4: error: initializer element is not constant
modex_group_test_cases[5].description,
^
../app/test/test.h:134:38: note: in definition of macro 'TEST_CASE_NAMED_WITH_DATA'
{ setup, teardown, NULL, testcase, name, 1, data }
^~~~
../app/test/test_cryptodev_asym.c:2844:4: note: (near initialization for 'cryptodev_octeontx_asym_testsuite.unit_test_cases[9].name')
modex_group_test_cases[5].description,
^
../app/test/test.h:134:38: note: in definition of macro 'TEST_CASE_NAMED_WITH_DATA'
{ setup, teardown, NULL, testcase, name, 1, data }
^~~~
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
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/28078/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 30+ messages in thread
* |FAILURE| pw133340 [PATCH] [v2] test/cryptodev: add modexp group tes
@ 2023-10-26 7:23 dpdklab
0 siblings, 0 replies; 30+ messages in thread
From: dpdklab @ 2023-10-26 7:23 UTC (permalink / raw)
To: Test Report
Cc: Gowrishankar Muthukrishnan, dpdk-test-reports,
Gowrishankar Muthukrishnan
Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133340
_Testing issues_
Submitter: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
Date: Thursday, October 26 2023 03:58:28
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:2a0557d1ea21c3f63a212385348c97c414970e81
133340 --> testing fail
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | FAIL |
+---------------------+----------------+
| CentOS Stream 9 | PASS |
+---------------------+----------------+
| CentOS Stream 8 | PASS |
+---------------------+----------------+
| Debian Buster | PASS |
+---------------------+----------------+
==== 20 line log output for Windows Server 2019 (dpdk_unit_test): ====
\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0m\0o\0d\0e\0x\0_\0g\0r\0o\0u\0p\0_\0t\0e\0s\0t\0_\0c\0a\0s\0e\0s\0[\00\0]\0.\0d\0e\0s\0c\0r\0i\0p\0t\0i\0o\0n\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~\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.\0/\0a\0p\0p\0/\0t\0e\0s\0t\0/\0t\0e\0s\0t\0.\0h\0:\01\03\04\0:\03\08\0:\0 \0n\0o\0t\0e\0:\0 \0e\0x\0p\0a\0n\0d\0e\0d\0 \0f\0r\0o\0m\0 \0m\0a\0c\0r\0o\0 \0'\0T\0E\0S\0T\0_\0C\0A\0S\0E\0_\0N\0A\0M\0E\0D\0_\0W\0I\0T\0H\0_\0D\0A\0T\0A\0'\0
\0
\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0{\0 \0s\0e\0t\0u\0p\0,\0 \0t\0e\0a\0r\0d\0o\0w\0n\0,\0 \0N\0U\0L\0L\0,\0 \0t\0e\0s\0t\0c\0a\0s\0e\0,\0 \0n\0a\0m\0e\0,\0 \01\0,\0 \0d\0a\0t\0a\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 \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/\0a\0p\0p\0/\0t\0e\0s\0t\0/\0t\0e\0s\0t\0_\0c\0r\0y\0p\0t\0o\0d\0e\0v\0_\0a\0s\0y\0m\0.\0c\0:\02\08\02\04\0:\03\00\0:\0 \0e\0r\0r\0o\0r\0:\0 \0i\0n\0i\0t\0i\0a\0l\0i\0z\0e\0r\0 \0e\0l\0e\0m\0e\0n\0t\0 \0i\0s\0 \0n\0o\0t\0 \0a\0 \0c\0o\0m\0p\0i\0l\0e\0-\0t\0i\0m\0e\0 \0c\0o\0n\0s\0t\0a\0n\0t\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 \0m\0o\0d\0e\0x\0_\0g\0r\0o\0u\0p\0_\0t\0e\0s\0t\0_\0c\0a\0s\0e\0s\0[\00\0]\0.\0d\0e\0s\0c\0r\0i\0p\0t\0i\0o\0n\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~\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.\0/\0a\0p\0p\0/\0t\0e\0s\0t\0/\0t\0e\0s\0t\0.\0h\0:\01\03\04\0:\03\08\0:\0 \0n\0o\0t\0e\0:\0 \0e\0x\0p\0a\0n\0d\0e\0d\0 \0f\0r\0o\0m\0 \0m\0a\0c\0r\0o\0 \0'\0T\0E\0S\0T\0_\0C\0A\0S\0E\0_\0N\0A\0M\0E\0D\0_\0W\0I\0T\0H\0_\0D\0A\0T\0A\0'\0
\0
\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0{\0 \0s\0e\0t\0u\0p\0,\0 \0t\0e\0a\0r\0d\0o\0w\0n\0,\0 \0N\0U\0L\0L\0,\0 \0t\0e\0s\0t\0c\0a\0s\0e\0,\0 \0n\0a\0m\0e\0,\0 \01\0,\0 \0d\0a\0t\0a\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 \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
\02\0 \0e\0r\0r\0o\0r\0s\0 \0g\0e\0n\0e\0r\0a\0t\0e\0d\0.\0
\0
\0[\02\01\0/\01\01\06\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0a\0p\0p\0/\0d\0p\0d\0k\0-\0t\0e\0s\0t\0.\0e\0x\0e\0.\0p\0/\0t\0e\0s\0t\0_\0t\0e\0s\0t\0_\0b\0i\0t\0m\0a\0p\0.\0c\0.\0o\0b\0j\0
\0
\0[\02\02\0/\01\01\06\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0a\0p\0p\0/\0d\0p\0d\0k\0-\0t\0e\0s\0t\0.\0e\0x\0e\0.\0p\0/\0t\0e\0s\0t\0_\0t\0e\0s\0t\0_\0c\0k\0s\0u\0m\0_\0p\0e\0r\0f\0.\0c\0.\0o\0b\0j\0
\0
\0[\02\03\0/\01\01\06\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0a\0p\0p\0/\0d\0p\0d\0k\0-\0t\0e\0s\0t\0.\0e\0x\0e\0.\0p\0/\0t\0e\0s\0t\0_\0t\0e\0s\0t\0_\0d\0e\0v\0a\0r\0g\0s\0.\0c\0.\0o\0b\0j\0
\0
\0[\02\04\0/\01\01\06\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0a\0p\0p\0/\0d\0p\0d\0k\0-\0t\0e\0s\0t\0.\0e\0x\0e\0.\0p\0/\0t\0e\0s\0t\0_\0p\0a\0c\0k\0e\0t\0_\0b\0u\0r\0s\0t\0_\0g\0e\0n\0e\0r\0a\0t\0o\0r\0.\0c\0.\0o\0b\0j\0
\0
\0[\02\05\0/\01\01\06\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0a\0p\0p\0/\0d\0p\0d\0k\0-\0t\0e\0s\0t\0.\0e\0x\0e\0.\0p\0/\0t\0e\0s\0t\0_\0t\0e\0s\0t\0_\0c\0r\0y\0p\0t\0o\0d\0e\0v\0.\0c\0.\0o\0b\0j\0
\0
\0n\0i\0n\0j\0a\0:\0 \0b\0u\0i\0l\0d\0 \0s\0t\0o\0p\0p\0e\0d\0:\0 \0s\0u\0b\0c\0o\0m\0m\0a\0n\0d\0 \0f\0a\0i\0l\0e\0d\0.\0
\0
\0C\0o\0u\0l\0d\0 \0n\0o\0t\0 \0r\0e\0b\0u\0i\0l\0d\0 \0C\0:\0\\0U\0s\0e\0r\0s\0\\0b\0u\0i\0l\0d\0e\0r\0\\0j\0e\0n\0k\0i\0n\0s\0\\0w\0o\0r\0k\0s\0p\0a\0c\0e\0\\0G\0e\0n\0e\0r\0i\0c\0-\0V\0M\0-\0U\0n\0i\0t\0-\0T\0e\0s\0t\0-\0D\0P\0D\0K\0\\0d\0p\0d\0k\0\\0b\0u\0i\0l\0d\0
\0
\0
==== End log output ====
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28078/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 30+ messages in thread
* |FAILURE| pw133340 [PATCH] [v2] test/cryptodev: add modexp group tes
@ 2023-10-26 7:19 dpdklab
0 siblings, 0 replies; 30+ messages in thread
From: dpdklab @ 2023-10-26 7:19 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Gowrishankar Muthukrishnan
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133340
_Testing issues_
Submitter: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
Date: Thursday, October 26 2023 03:58:28
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:2a0557d1ea21c3f63a212385348c97c414970e81
133340 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| FreeBSD 13 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | FAIL | PASS |
+---------------------+--------------------+----------------------+
| Fedora 37 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 9 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Fedora 38 (dpdk_meson_compile): ====
[2629/2773] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_cpuflags.c.o'.
[2630/2773] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_crc.c.o'.
[2631/2773] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_cryptodev.c.o'.
[2632/2773] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_cryptodev_asym.c.o'.
FAILED: app/a172ced@@dpdk-test@exe/test_test_cryptodev_asym.c.o
clang -Iapp/a172ced@@dpdk-test@exe -Iapp -I../app -Ilib/cmdline -I../lib/cmdline -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Idrivers/net/ring -I../drivers/net/ring -Ilib/ethdev -I../lib/ethdev -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/acl -I../lib/acl -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/metrics -I../lib/metrics -Ilib/bitratestats -I../lib/bitratestats -Ilib/bpf -I../lib/bpf -Ilib/compressdev -I../lib/compressdev -Ilib/cry
ptodev -I../lib/cryptodev -Ilib/security -I../lib/security -Ilib/dispatcher -I../lib/dispatcher -Ilib/eventdev -I../lib/eventdev -Ilib/timer -I../lib/timer -Ilib/dmadev -I../lib/dmadev -Ilib/distributor -I../lib/distributor -Ilib/efd -I../lib/efd -Ilib/fib -I../lib/fib -Ilib/rib -I../lib/rib -Ilib/table -I../lib/table -Ilib/port -I../lib/port -Ilib/sched -I../lib/sched -Ilib/ip_frag -I../lib/ip_frag -Ilib/lpm -I../lib/lpm -Ilib/graph -I../lib/graph -Ilib/pcapng -I../lib/pcapng -Ilib/ipsec -I../lib/ipsec -Ilib/latencystats -I../lib/latencystats -Idrivers/net/bonding -I../drivers/net/bonding -Ilib/member -I../lib/member -Ilib/pdcp -I../lib/pdcp -Ilib/reorder -I../lib/reorder -Ilib/pdump -I../lib/pdump -Ilib/power -I../lib/power -Ilib/rawdev -I../lib/rawdev -Ilib/stack -I../lib/stack -Ilib/pipeline -I../lib/pipeline -Idrivers/crypto/scheduler -I../drivers/crypto/scheduler -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -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 -march=native -mrtm -DALLOW_EXPERIMENTAL_API -fno-strict-aliasing -DALLOW_INTERNAL_API -MD -MQ 'app/a172ced@@dpdk-test@exe/test_test_cryptodev_asym.c.o' -MF 'app/a172ced@@dpdk-test@exe/test_test_cryptodev_asym.c.o.d' -o 'app/a172ced@@dpdk-test@exe/test_test_cryptodev_asym.c.o' -c ../app/test/test_cryptodev_asym.c
../app/test/test_cryptodev_asym.c:2749:30: error: initializer element is not a compile-time constant
modex_group_test_cases[0].description,
~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
../app/test/test.h:134:38: note: expanded from macro 'TEST_CASE_NAMED_WITH_DATA'
{ setup, teardown, NULL, testcase, name, 1, data }
^~~~
../app/test/test_cryptodev_asym.c:2824:30: error: initializer element is not a compile-time constant
modex_group_test_cases[0].description,
~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
../app/test/test.h:134:38: note: expanded from macro 'TEST_CASE_NAMED_WITH_DATA'
{ setup, teardown, NULL, testcase, name, 1, data }
^~~~
2 errors generated.
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28078/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 30+ messages in thread
* |FAILURE| pw133340 [PATCH] [v2] test/cryptodev: add modexp group tes
@ 2023-10-26 7:19 dpdklab
0 siblings, 0 replies; 30+ messages in thread
From: dpdklab @ 2023-10-26 7:19 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Gowrishankar Muthukrishnan
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133340
_Testing issues_
Submitter: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
Date: Thursday, October 26 2023 03:58:28
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:2a0557d1ea21c3f63a212385348c97c414970e81
133340 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| FreeBSD 13 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | FAIL | PASS |
+---------------------+--------------------+----------------------+
| Fedora 37 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 9 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Fedora 38 (dpdk_meson_compile): ====
[2629/2773] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_cpuflags.c.o'.
[2630/2773] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_crc.c.o'.
[2631/2773] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_cryptodev.c.o'.
[2632/2773] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_cryptodev_asym.c.o'.
FAILED: app/a172ced@@dpdk-test@exe/test_test_cryptodev_asym.c.o
clang -Iapp/a172ced@@dpdk-test@exe -Iapp -I../app -Ilib/cmdline -I../lib/cmdline -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Idrivers/net/ring -I../drivers/net/ring -Ilib/ethdev -I../lib/ethdev -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/acl -I../lib/acl -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/metrics -I../lib/metrics -Ilib/bitratestats -I../lib/bitratestats -Ilib/bpf -I../lib/bpf -Ilib/compressdev -I../lib/compressdev -Ilib/cry
ptodev -I../lib/cryptodev -Ilib/security -I../lib/security -Ilib/dispatcher -I../lib/dispatcher -Ilib/eventdev -I../lib/eventdev -Ilib/timer -I../lib/timer -Ilib/dmadev -I../lib/dmadev -Ilib/distributor -I../lib/distributor -Ilib/efd -I../lib/efd -Ilib/fib -I../lib/fib -Ilib/rib -I../lib/rib -Ilib/table -I../lib/table -Ilib/port -I../lib/port -Ilib/sched -I../lib/sched -Ilib/ip_frag -I../lib/ip_frag -Ilib/lpm -I../lib/lpm -Ilib/graph -I../lib/graph -Ilib/pcapng -I../lib/pcapng -Ilib/ipsec -I../lib/ipsec -Ilib/latencystats -I../lib/latencystats -Idrivers/net/bonding -I../drivers/net/bonding -Ilib/member -I../lib/member -Ilib/pdcp -I../lib/pdcp -Ilib/reorder -I../lib/reorder -Ilib/pdump -I../lib/pdump -Ilib/power -I../lib/power -Ilib/rawdev -I../lib/rawdev -Ilib/stack -I../lib/stack -Ilib/pipeline -I../lib/pipeline -Idrivers/crypto/scheduler -I../drivers/crypto/scheduler -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -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 -march=native -mrtm -DALLOW_EXPERIMENTAL_API -fno-strict-aliasing -DALLOW_INTERNAL_API -MD -MQ 'app/a172ced@@dpdk-test@exe/test_test_cryptodev_asym.c.o' -MF 'app/a172ced@@dpdk-test@exe/test_test_cryptodev_asym.c.o.d' -o 'app/a172ced@@dpdk-test@exe/test_test_cryptodev_asym.c.o' -c ../app/test/test_cryptodev_asym.c
../app/test/test_cryptodev_asym.c:2749:30: error: initializer element is not a compile-time constant
modex_group_test_cases[0].description,
~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
../app/test/test.h:134:38: note: expanded from macro 'TEST_CASE_NAMED_WITH_DATA'
{ setup, teardown, NULL, testcase, name, 1, data }
^~~~
../app/test/test_cryptodev_asym.c:2824:30: error: initializer element is not a compile-time constant
modex_group_test_cases[0].description,
~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
../app/test/test.h:134:38: note: expanded from macro 'TEST_CASE_NAMED_WITH_DATA'
{ setup, teardown, NULL, testcase, name, 1, data }
^~~~
2 errors generated.
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28078/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 30+ messages in thread
* |FAILURE| pw133340 [PATCH] [v2] test/cryptodev: add modexp group tes
@ 2023-10-26 7:18 dpdklab
0 siblings, 0 replies; 30+ messages in thread
From: dpdklab @ 2023-10-26 7:18 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Gowrishankar Muthukrishnan
Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133340
_Testing issues_
Submitter: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
Date: Thursday, October 26 2023 03:58:28
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:2a0557d1ea21c3f63a212385348c97c414970e81
133340 --> testing fail
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | FAIL |
+---------------------+----------------+
| CentOS Stream 9 | PASS |
+---------------------+----------------+
==== 20 line log output for Windows Server 2019 (dpdk_unit_test): ====
\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0m\0o\0d\0e\0x\0_\0g\0r\0o\0u\0p\0_\0t\0e\0s\0t\0_\0c\0a\0s\0e\0s\0[\00\0]\0.\0d\0e\0s\0c\0r\0i\0p\0t\0i\0o\0n\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~\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.\0/\0a\0p\0p\0/\0t\0e\0s\0t\0/\0t\0e\0s\0t\0.\0h\0:\01\03\04\0:\03\08\0:\0 \0n\0o\0t\0e\0:\0 \0e\0x\0p\0a\0n\0d\0e\0d\0 \0f\0r\0o\0m\0 \0m\0a\0c\0r\0o\0 \0'\0T\0E\0S\0T\0_\0C\0A\0S\0E\0_\0N\0A\0M\0E\0D\0_\0W\0I\0T\0H\0_\0D\0A\0T\0A\0'\0
\0
\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0{\0 \0s\0e\0t\0u\0p\0,\0 \0t\0e\0a\0r\0d\0o\0w\0n\0,\0 \0N\0U\0L\0L\0,\0 \0t\0e\0s\0t\0c\0a\0s\0e\0,\0 \0n\0a\0m\0e\0,\0 \01\0,\0 \0d\0a\0t\0a\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 \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/\0a\0p\0p\0/\0t\0e\0s\0t\0/\0t\0e\0s\0t\0_\0c\0r\0y\0p\0t\0o\0d\0e\0v\0_\0a\0s\0y\0m\0.\0c\0:\02\08\02\04\0:\03\00\0:\0 \0e\0r\0r\0o\0r\0:\0 \0i\0n\0i\0t\0i\0a\0l\0i\0z\0e\0r\0 \0e\0l\0e\0m\0e\0n\0t\0 \0i\0s\0 \0n\0o\0t\0 \0a\0 \0c\0o\0m\0p\0i\0l\0e\0-\0t\0i\0m\0e\0 \0c\0o\0n\0s\0t\0a\0n\0t\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 \0m\0o\0d\0e\0x\0_\0g\0r\0o\0u\0p\0_\0t\0e\0s\0t\0_\0c\0a\0s\0e\0s\0[\00\0]\0.\0d\0e\0s\0c\0r\0i\0p\0t\0i\0o\0n\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~\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.\0/\0a\0p\0p\0/\0t\0e\0s\0t\0/\0t\0e\0s\0t\0.\0h\0:\01\03\04\0:\03\08\0:\0 \0n\0o\0t\0e\0:\0 \0e\0x\0p\0a\0n\0d\0e\0d\0 \0f\0r\0o\0m\0 \0m\0a\0c\0r\0o\0 \0'\0T\0E\0S\0T\0_\0C\0A\0S\0E\0_\0N\0A\0M\0E\0D\0_\0W\0I\0T\0H\0_\0D\0A\0T\0A\0'\0
\0
\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0{\0 \0s\0e\0t\0u\0p\0,\0 \0t\0e\0a\0r\0d\0o\0w\0n\0,\0 \0N\0U\0L\0L\0,\0 \0t\0e\0s\0t\0c\0a\0s\0e\0,\0 \0n\0a\0m\0e\0,\0 \01\0,\0 \0d\0a\0t\0a\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 \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
\02\0 \0e\0r\0r\0o\0r\0s\0 \0g\0e\0n\0e\0r\0a\0t\0e\0d\0.\0
\0
\0[\02\01\0/\01\01\06\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0a\0p\0p\0/\0d\0p\0d\0k\0-\0t\0e\0s\0t\0.\0e\0x\0e\0.\0p\0/\0t\0e\0s\0t\0_\0t\0e\0s\0t\0_\0b\0i\0t\0m\0a\0p\0.\0c\0.\0o\0b\0j\0
\0
\0[\02\02\0/\01\01\06\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0a\0p\0p\0/\0d\0p\0d\0k\0-\0t\0e\0s\0t\0.\0e\0x\0e\0.\0p\0/\0t\0e\0s\0t\0_\0t\0e\0s\0t\0_\0c\0k\0s\0u\0m\0_\0p\0e\0r\0f\0.\0c\0.\0o\0b\0j\0
\0
\0[\02\03\0/\01\01\06\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0a\0p\0p\0/\0d\0p\0d\0k\0-\0t\0e\0s\0t\0.\0e\0x\0e\0.\0p\0/\0t\0e\0s\0t\0_\0t\0e\0s\0t\0_\0d\0e\0v\0a\0r\0g\0s\0.\0c\0.\0o\0b\0j\0
\0
\0[\02\04\0/\01\01\06\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0a\0p\0p\0/\0d\0p\0d\0k\0-\0t\0e\0s\0t\0.\0e\0x\0e\0.\0p\0/\0t\0e\0s\0t\0_\0p\0a\0c\0k\0e\0t\0_\0b\0u\0r\0s\0t\0_\0g\0e\0n\0e\0r\0a\0t\0o\0r\0.\0c\0.\0o\0b\0j\0
\0
\0[\02\05\0/\01\01\06\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0a\0p\0p\0/\0d\0p\0d\0k\0-\0t\0e\0s\0t\0.\0e\0x\0e\0.\0p\0/\0t\0e\0s\0t\0_\0t\0e\0s\0t\0_\0c\0r\0y\0p\0t\0o\0d\0e\0v\0.\0c\0.\0o\0b\0j\0
\0
\0n\0i\0n\0j\0a\0:\0 \0b\0u\0i\0l\0d\0 \0s\0t\0o\0p\0p\0e\0d\0:\0 \0s\0u\0b\0c\0o\0m\0m\0a\0n\0d\0 \0f\0a\0i\0l\0e\0d\0.\0
\0
\0C\0o\0u\0l\0d\0 \0n\0o\0t\0 \0r\0e\0b\0u\0i\0l\0d\0 \0C\0:\0\\0U\0s\0e\0r\0s\0\\0b\0u\0i\0l\0d\0e\0r\0\\0j\0e\0n\0k\0i\0n\0s\0\\0w\0o\0r\0k\0s\0p\0a\0c\0e\0\\0G\0e\0n\0e\0r\0i\0c\0-\0V\0M\0-\0U\0n\0i\0t\0-\0T\0e\0s\0t\0-\0D\0P\0D\0K\0\\0d\0p\0d\0k\0\\0b\0u\0i\0l\0d\0
\0
\0
==== End log output ====
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
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/28078/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 30+ messages in thread
* |FAILURE| pw133340 [PATCH] [v2] test/cryptodev: add modexp group tes
@ 2023-10-26 7:17 dpdklab
0 siblings, 0 replies; 30+ messages in thread
From: dpdklab @ 2023-10-26 7:17 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Gowrishankar Muthukrishnan
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133340
_Testing issues_
Submitter: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
Date: Thursday, October 26 2023 03:58:28
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:2a0557d1ea21c3f63a212385348c97c414970e81
133340 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| FreeBSD 13 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | FAIL | PASS |
+---------------------+--------------------+----------------------+
| Fedora 37 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 9 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
"clang" "-Iapp\dpdk-test.exe.p" "-Iapp" "-I..\app" "-Ilib\cmdline" "-I..\lib\cmdline" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\include" "-Ilib\eal\x86\include" "-I..\lib\eal\x86\include" "-Ilib\eal\common" "-I..\lib\eal\common" "-Ilib\eal" "-I..\lib\eal" "-Ilib\log" "-I..\lib\log" "-Ilib\kvargs" "-I..\lib\kvargs" "-Ilib\net" "-I..\lib\net" "-Ilib\mbuf" "-I..\lib\mbuf" "-Ilib\mempool" "-I..\lib\mempool" "-Ilib\ring" "-I..\lib\ring" "-Ilib\metrics" "-I..\lib\metrics" "-Ilib\telemetry" "-I..\lib\telemetry" "-Idrivers\net\ring" "-I..\drivers\net\ring" "-Ilib\ethdev" "-I..\lib\ethdev" "-Ilib\meter" "-I..\lib\meter" "-Idrivers\bus\pci" "-I..\drivers\bus\pci" "-I..\drivers\bus\pci\windows" "-Ilib\pci" "-I..\lib\pci" "-Idrivers\bus\vdev" "-I..\drivers\bus\vdev" "-Ilib\hash" "-I..\lib\hash" "-Ilib\rcu" "-I..\lib\rcu" "-Ilib\bitratestats" "-I..\lib\bitratestats" "-Ilib\cryptodev" "-I..\lib\cryptodev" "-Il
ib\security" "-I..\lib\security" "-Ilib\dmadev" "-I..\lib\dmadev" "-Ilib\fib" "-I..\lib\fib" "-Ilib\rib" "-I..\lib\rib" "-Ilib\lpm" "-I..\lib\lpm" "-Ilib\ip_frag" "-I..\lib\ip_frag" "-Ilib\latencystats" "-I..\lib\latencystats" "-Ilib\pcapng" "-I..\lib\pcapng" "-Ilib\reorder" "-I..\lib\reorder" "-Ilib\stack" "-I..\lib\stack" "-Ilib\timer" "-I..\lib\timer" "-IC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\inc" "-Xclang" "-fcolor-diagnostics" "-pipe" "-D_FILE_OFFSET_BITS=64" "-Wall" "-Winvalid-pch" "-Wextra" "-Werror" "-std=c11" "-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_WIN32_WINNT=0x0A00" "-D_CRT_SECURE_NO_WARNINGS" "-march=native" "-mrtm" "-DALLOW_EXPERIM
ENTAL_API" "-fno-strict-aliasing" "-DALLOW_INTERNAL_API" -MD -MQ app/dpdk-test.exe.p/test_test_cryptodev_asym.c.obj -MF "app\dpdk-test.exe.p\test_test_cryptodev_asym.c.obj.d" -o app/dpdk-test.exe.p/test_test_cryptodev_asym.c.obj "-c" ../app/test/test_cryptodev_asym.c
../app/test/test_cryptodev_asym.c:2749:30: error: initializer element is not a compile-time constant
modex_group_test_cases[0].description,
~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
../app/test/test.h:134:38: note: expanded from macro 'TEST_CASE_NAMED_WITH_DATA'
{ setup, teardown, NULL, testcase, name, 1, data }
^~~~
../app/test/test_cryptodev_asym.c:2824:30: error: initializer element is not a compile-time constant
modex_group_test_cases[0].description,
~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
../app/test/test.h:134:38: note: expanded from macro 'TEST_CASE_NAMED_WITH_DATA'
{ setup, teardown, NULL, testcase, name, 1, data }
^~~~
2 errors generated.
[715/812] Compiling C object app/dpdk-test.exe.p/test_test_bitops.c.obj
[716/812] Linking target app/dpdk-test-gpudev.exe
[717/812] Linking target app/dpdk-testpmd.exe
[718/812] Compiling C object app/dpdk-test.exe.p/test_test_cryptodev_security_ipsec.c.obj
[719/812] Compiling C object app/dpdk-test.exe.p/test_test_memcpy_perf.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28078/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 30+ messages in thread
* |FAILURE| pw133340 [PATCH] [v2] test/cryptodev: add modexp group tes
@ 2023-10-26 7:12 dpdklab
0 siblings, 0 replies; 30+ messages in thread
From: dpdklab @ 2023-10-26 7:12 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Gowrishankar Muthukrishnan
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133340
_Testing issues_
Submitter: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
Date: Thursday, October 26 2023 03:58:28
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:2a0557d1ea21c3f63a212385348c97c414970e81
133340 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| FreeBSD 13 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | FAIL | PASS |
+---------------------+--------------------+----------------------+
| Fedora 37 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 9 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
"clang" "-Iapp\dpdk-test.exe.p" "-Iapp" "-I..\app" "-Ilib\cmdline" "-I..\lib\cmdline" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\include" "-Ilib\eal\x86\include" "-I..\lib\eal\x86\include" "-Ilib\eal\common" "-I..\lib\eal\common" "-Ilib\eal" "-I..\lib\eal" "-Ilib\log" "-I..\lib\log" "-Ilib\kvargs" "-I..\lib\kvargs" "-Ilib\net" "-I..\lib\net" "-Ilib\mbuf" "-I..\lib\mbuf" "-Ilib\mempool" "-I..\lib\mempool" "-Ilib\ring" "-I..\lib\ring" "-Ilib\metrics" "-I..\lib\metrics" "-Ilib\telemetry" "-I..\lib\telemetry" "-Idrivers\net\ring" "-I..\drivers\net\ring" "-Ilib\ethdev" "-I..\lib\ethdev" "-Ilib\meter" "-I..\lib\meter" "-Idrivers\bus\pci" "-I..\drivers\bus\pci" "-I..\drivers\bus\pci\windows" "-Ilib\pci" "-I..\lib\pci" "-Idrivers\bus\vdev" "-I..\drivers\bus\vdev" "-Ilib\hash" "-I..\lib\hash" "-Ilib\rcu" "-I..\lib\rcu" "-Ilib\bitratestats" "-I..\lib\bitratestats" "-Ilib\cryptodev" "-I..\lib\cryptodev" "-Il
ib\security" "-I..\lib\security" "-Ilib\dmadev" "-I..\lib\dmadev" "-Ilib\fib" "-I..\lib\fib" "-Ilib\rib" "-I..\lib\rib" "-Ilib\lpm" "-I..\lib\lpm" "-Ilib\ip_frag" "-I..\lib\ip_frag" "-Ilib\latencystats" "-I..\lib\latencystats" "-Ilib\pcapng" "-I..\lib\pcapng" "-Ilib\reorder" "-I..\lib\reorder" "-Ilib\stack" "-I..\lib\stack" "-Ilib\timer" "-I..\lib\timer" "-IC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\inc" "-Xclang" "-fcolor-diagnostics" "-pipe" "-D_FILE_OFFSET_BITS=64" "-Wall" "-Winvalid-pch" "-Wextra" "-Werror" "-std=c11" "-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_WIN32_WINNT=0x0A00" "-D_CRT_SECURE_NO_WARNINGS" "-march=native" "-mrtm" "-DALLOW_EXPERIM
ENTAL_API" "-fno-strict-aliasing" "-DALLOW_INTERNAL_API" -MD -MQ app/dpdk-test.exe.p/test_test_cryptodev_asym.c.obj -MF "app\dpdk-test.exe.p\test_test_cryptodev_asym.c.obj.d" -o app/dpdk-test.exe.p/test_test_cryptodev_asym.c.obj "-c" ../app/test/test_cryptodev_asym.c
../app/test/test_cryptodev_asym.c:2749:30: error: initializer element is not a compile-time constant
modex_group_test_cases[0].description,
~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
../app/test/test.h:134:38: note: expanded from macro 'TEST_CASE_NAMED_WITH_DATA'
{ setup, teardown, NULL, testcase, name, 1, data }
^~~~
../app/test/test_cryptodev_asym.c:2824:30: error: initializer element is not a compile-time constant
modex_group_test_cases[0].description,
~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
../app/test/test.h:134:38: note: expanded from macro 'TEST_CASE_NAMED_WITH_DATA'
{ setup, teardown, NULL, testcase, name, 1, data }
^~~~
2 errors generated.
[715/812] Compiling C object app/dpdk-test.exe.p/test_test_bitops.c.obj
[716/812] Linking target app/dpdk-test-gpudev.exe
[717/812] Linking target app/dpdk-testpmd.exe
[718/812] Compiling C object app/dpdk-test.exe.p/test_test_cryptodev_security_ipsec.c.obj
[719/812] Compiling C object app/dpdk-test.exe.p/test_test_memcpy_perf.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
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/28078/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 30+ messages in thread
* |FAILURE| pw133340 [PATCH] [v2] test/cryptodev: add modexp group tes
@ 2023-10-26 7:12 dpdklab
0 siblings, 0 replies; 30+ messages in thread
From: dpdklab @ 2023-10-26 7:12 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Gowrishankar Muthukrishnan
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133340
_Testing issues_
Submitter: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
Date: Thursday, October 26 2023 03:58:28
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:2a0557d1ea21c3f63a212385348c97c414970e81
133340 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| FreeBSD 13 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | FAIL | PASS |
+---------------------+--------------------+----------------------+
| Fedora 37 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 9 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
"clang" "-Iapp\dpdk-test.exe.p" "-Iapp" "-I..\app" "-Ilib\cmdline" "-I..\lib\cmdline" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\include" "-Ilib\eal\x86\include" "-I..\lib\eal\x86\include" "-Ilib\eal\common" "-I..\lib\eal\common" "-Ilib\eal" "-I..\lib\eal" "-Ilib\log" "-I..\lib\log" "-Ilib\kvargs" "-I..\lib\kvargs" "-Ilib\net" "-I..\lib\net" "-Ilib\mbuf" "-I..\lib\mbuf" "-Ilib\mempool" "-I..\lib\mempool" "-Ilib\ring" "-I..\lib\ring" "-Ilib\metrics" "-I..\lib\metrics" "-Ilib\telemetry" "-I..\lib\telemetry" "-Idrivers\net\ring" "-I..\drivers\net\ring" "-Ilib\ethdev" "-I..\lib\ethdev" "-Ilib\meter" "-I..\lib\meter" "-Idrivers\bus\pci" "-I..\drivers\bus\pci" "-I..\drivers\bus\pci\windows" "-Ilib\pci" "-I..\lib\pci" "-Idrivers\bus\vdev" "-I..\drivers\bus\vdev" "-Ilib\hash" "-I..\lib\hash" "-Ilib\rcu" "-I..\lib\rcu" "-Ilib\bitratestats" "-I..\lib\bitratestats" "-Ilib\cryptodev" "-I..\lib\cryptodev" "-Il
ib\security" "-I..\lib\security" "-Ilib\dmadev" "-I..\lib\dmadev" "-Ilib\fib" "-I..\lib\fib" "-Ilib\rib" "-I..\lib\rib" "-Ilib\lpm" "-I..\lib\lpm" "-Ilib\ip_frag" "-I..\lib\ip_frag" "-Ilib\latencystats" "-I..\lib\latencystats" "-Ilib\pcapng" "-I..\lib\pcapng" "-Ilib\reorder" "-I..\lib\reorder" "-Ilib\stack" "-I..\lib\stack" "-Ilib\timer" "-I..\lib\timer" "-IC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\inc" "-Xclang" "-fcolor-diagnostics" "-pipe" "-D_FILE_OFFSET_BITS=64" "-Wall" "-Winvalid-pch" "-Wextra" "-Werror" "-std=c11" "-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_WIN32_WINNT=0x0A00" "-D_CRT_SECURE_NO_WARNINGS" "-march=native" "-mrtm" "-DALLOW_EXPERIM
ENTAL_API" "-fno-strict-aliasing" "-DALLOW_INTERNAL_API" -MD -MQ app/dpdk-test.exe.p/test_test_cryptodev_asym.c.obj -MF "app\dpdk-test.exe.p\test_test_cryptodev_asym.c.obj.d" -o app/dpdk-test.exe.p/test_test_cryptodev_asym.c.obj "-c" ../app/test/test_cryptodev_asym.c
../app/test/test_cryptodev_asym.c:2749:30: error: initializer element is not a compile-time constant
modex_group_test_cases[0].description,
~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
../app/test/test.h:134:38: note: expanded from macro 'TEST_CASE_NAMED_WITH_DATA'
{ setup, teardown, NULL, testcase, name, 1, data }
^~~~
../app/test/test_cryptodev_asym.c:2824:30: error: initializer element is not a compile-time constant
modex_group_test_cases[0].description,
~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
../app/test/test.h:134:38: note: expanded from macro 'TEST_CASE_NAMED_WITH_DATA'
{ setup, teardown, NULL, testcase, name, 1, data }
^~~~
2 errors generated.
[715/812] Compiling C object app/dpdk-test.exe.p/test_test_bitops.c.obj
[716/812] Linking target app/dpdk-test-gpudev.exe
[717/812] Linking target app/dpdk-testpmd.exe
[718/812] Compiling C object app/dpdk-test.exe.p/test_test_cryptodev_security_ipsec.c.obj
[719/812] Compiling C object app/dpdk-test.exe.p/test_test_memcpy_perf.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
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/28078/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 30+ messages in thread
* |FAILURE| pw133340 [PATCH] [v2] test/cryptodev: add modexp group tes
@ 2023-10-26 7:11 dpdklab
0 siblings, 0 replies; 30+ messages in thread
From: dpdklab @ 2023-10-26 7:11 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Gowrishankar Muthukrishnan
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133340
_Testing issues_
Submitter: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
Date: Thursday, October 26 2023 03:58:28
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:2a0557d1ea21c3f63a212385348c97c414970e81
133340 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| FreeBSD 13 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | FAIL | PASS |
+---------------------+--------------------+----------------------+
| Fedora 37 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 9 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
"clang" "-Iapp\dpdk-test.exe.p" "-Iapp" "-I..\app" "-Ilib\cmdline" "-I..\lib\cmdline" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\include" "-Ilib\eal\x86\include" "-I..\lib\eal\x86\include" "-Ilib\eal\common" "-I..\lib\eal\common" "-Ilib\eal" "-I..\lib\eal" "-Ilib\log" "-I..\lib\log" "-Ilib\kvargs" "-I..\lib\kvargs" "-Ilib\net" "-I..\lib\net" "-Ilib\mbuf" "-I..\lib\mbuf" "-Ilib\mempool" "-I..\lib\mempool" "-Ilib\ring" "-I..\lib\ring" "-Ilib\metrics" "-I..\lib\metrics" "-Ilib\telemetry" "-I..\lib\telemetry" "-Idrivers\net\ring" "-I..\drivers\net\ring" "-Ilib\ethdev" "-I..\lib\ethdev" "-Ilib\meter" "-I..\lib\meter" "-Idrivers\bus\pci" "-I..\drivers\bus\pci" "-I..\drivers\bus\pci\windows" "-Ilib\pci" "-I..\lib\pci" "-Idrivers\bus\vdev" "-I..\drivers\bus\vdev" "-Ilib\hash" "-I..\lib\hash" "-Ilib\rcu" "-I..\lib\rcu" "-Ilib\bitratestats" "-I..\lib\bitratestats" "-Ilib\cryptodev" "-I..\lib\cryptodev" "-Il
ib\security" "-I..\lib\security" "-Ilib\dmadev" "-I..\lib\dmadev" "-Ilib\fib" "-I..\lib\fib" "-Ilib\rib" "-I..\lib\rib" "-Ilib\lpm" "-I..\lib\lpm" "-Ilib\ip_frag" "-I..\lib\ip_frag" "-Ilib\latencystats" "-I..\lib\latencystats" "-Ilib\pcapng" "-I..\lib\pcapng" "-Ilib\reorder" "-I..\lib\reorder" "-Ilib\stack" "-I..\lib\stack" "-Ilib\timer" "-I..\lib\timer" "-IC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\inc" "-Xclang" "-fcolor-diagnostics" "-pipe" "-D_FILE_OFFSET_BITS=64" "-Wall" "-Winvalid-pch" "-Wextra" "-Werror" "-std=c11" "-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_WIN32_WINNT=0x0A00" "-D_CRT_SECURE_NO_WARNINGS" "-march=native" "-mrtm" "-DALLOW_EXPERIM
ENTAL_API" "-fno-strict-aliasing" "-DALLOW_INTERNAL_API" -MD -MQ app/dpdk-test.exe.p/test_test_cryptodev_asym.c.obj -MF "app\dpdk-test.exe.p\test_test_cryptodev_asym.c.obj.d" -o app/dpdk-test.exe.p/test_test_cryptodev_asym.c.obj "-c" ../app/test/test_cryptodev_asym.c
../app/test/test_cryptodev_asym.c:2749:30: error: initializer element is not a compile-time constant
modex_group_test_cases[0].description,
~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
../app/test/test.h:134:38: note: expanded from macro 'TEST_CASE_NAMED_WITH_DATA'
{ setup, teardown, NULL, testcase, name, 1, data }
^~~~
../app/test/test_cryptodev_asym.c:2824:30: error: initializer element is not a compile-time constant
modex_group_test_cases[0].description,
~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
../app/test/test.h:134:38: note: expanded from macro 'TEST_CASE_NAMED_WITH_DATA'
{ setup, teardown, NULL, testcase, name, 1, data }
^~~~
2 errors generated.
[715/812] Compiling C object app/dpdk-test.exe.p/test_test_bitops.c.obj
[716/812] Linking target app/dpdk-test-gpudev.exe
[717/812] Linking target app/dpdk-testpmd.exe
[718/812] Compiling C object app/dpdk-test.exe.p/test_test_cryptodev_security_ipsec.c.obj
[719/812] Compiling C object app/dpdk-test.exe.p/test_test_memcpy_perf.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
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/28078/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 30+ messages in thread
* |FAILURE| pw133340 [PATCH] [v2] test/cryptodev: add modexp group tes
@ 2023-10-26 7:09 dpdklab
0 siblings, 0 replies; 30+ messages in thread
From: dpdklab @ 2023-10-26 7:09 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Gowrishankar Muthukrishnan
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133340
_Testing issues_
Submitter: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
Date: Thursday, October 26 2023 03:58:28
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:2a0557d1ea21c3f63a212385348c97c414970e81
133340 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| FreeBSD 13 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | FAIL | PASS |
+---------------------+--------------------+----------------------+
| Fedora 37 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
"clang" "-Iapp\dpdk-test.exe.p" "-Iapp" "-I..\app" "-Ilib\cmdline" "-I..\lib\cmdline" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\include" "-Ilib\eal\x86\include" "-I..\lib\eal\x86\include" "-Ilib\eal\common" "-I..\lib\eal\common" "-Ilib\eal" "-I..\lib\eal" "-Ilib\log" "-I..\lib\log" "-Ilib\kvargs" "-I..\lib\kvargs" "-Ilib\net" "-I..\lib\net" "-Ilib\mbuf" "-I..\lib\mbuf" "-Ilib\mempool" "-I..\lib\mempool" "-Ilib\ring" "-I..\lib\ring" "-Ilib\metrics" "-I..\lib\metrics" "-Ilib\telemetry" "-I..\lib\telemetry" "-Idrivers\net\ring" "-I..\drivers\net\ring" "-Ilib\ethdev" "-I..\lib\ethdev" "-Ilib\meter" "-I..\lib\meter" "-Idrivers\bus\pci" "-I..\drivers\bus\pci" "-I..\drivers\bus\pci\windows" "-Ilib\pci" "-I..\lib\pci" "-Idrivers\bus\vdev" "-I..\drivers\bus\vdev" "-Ilib\hash" "-I..\lib\hash" "-Ilib\rcu" "-I..\lib\rcu" "-Ilib\bitratestats" "-I..\lib\bitratestats" "-Ilib\cryptodev" "-I..\lib\cryptodev" "-Il
ib\security" "-I..\lib\security" "-Ilib\dmadev" "-I..\lib\dmadev" "-Ilib\fib" "-I..\lib\fib" "-Ilib\rib" "-I..\lib\rib" "-Ilib\lpm" "-I..\lib\lpm" "-Ilib\ip_frag" "-I..\lib\ip_frag" "-Ilib\latencystats" "-I..\lib\latencystats" "-Ilib\pcapng" "-I..\lib\pcapng" "-Ilib\reorder" "-I..\lib\reorder" "-Ilib\stack" "-I..\lib\stack" "-Ilib\timer" "-I..\lib\timer" "-IC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\inc" "-Xclang" "-fcolor-diagnostics" "-pipe" "-D_FILE_OFFSET_BITS=64" "-Wall" "-Winvalid-pch" "-Wextra" "-Werror" "-std=c11" "-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_WIN32_WINNT=0x0A00" "-D_CRT_SECURE_NO_WARNINGS" "-march=native" "-mrtm" "-DALLOW_EXPERIM
ENTAL_API" "-fno-strict-aliasing" "-DALLOW_INTERNAL_API" -MD -MQ app/dpdk-test.exe.p/test_test_cryptodev_asym.c.obj -MF "app\dpdk-test.exe.p\test_test_cryptodev_asym.c.obj.d" -o app/dpdk-test.exe.p/test_test_cryptodev_asym.c.obj "-c" ../app/test/test_cryptodev_asym.c
../app/test/test_cryptodev_asym.c:2749:30: error: initializer element is not a compile-time constant
modex_group_test_cases[0].description,
~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
../app/test/test.h:134:38: note: expanded from macro 'TEST_CASE_NAMED_WITH_DATA'
{ setup, teardown, NULL, testcase, name, 1, data }
^~~~
../app/test/test_cryptodev_asym.c:2824:30: error: initializer element is not a compile-time constant
modex_group_test_cases[0].description,
~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
../app/test/test.h:134:38: note: expanded from macro 'TEST_CASE_NAMED_WITH_DATA'
{ setup, teardown, NULL, testcase, name, 1, data }
^~~~
2 errors generated.
[715/812] Compiling C object app/dpdk-test.exe.p/test_test_bitops.c.obj
[716/812] Linking target app/dpdk-test-gpudev.exe
[717/812] Linking target app/dpdk-testpmd.exe
[718/812] Compiling C object app/dpdk-test.exe.p/test_test_cryptodev_security_ipsec.c.obj
[719/812] Compiling C object app/dpdk-test.exe.p/test_test_memcpy_perf.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28078/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 30+ messages in thread
* |FAILURE| pw133340 [PATCH] [v2] test/cryptodev: add modexp group tes
@ 2023-10-26 7:07 dpdklab
0 siblings, 0 replies; 30+ messages in thread
From: dpdklab @ 2023-10-26 7:07 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Gowrishankar Muthukrishnan
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133340
_Testing issues_
Submitter: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
Date: Thursday, October 26 2023 03:58:28
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:2a0557d1ea21c3f63a212385348c97c414970e81
133340 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| FreeBSD 13 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | FAIL | PASS |
+---------------------+--------------------+----------------------+
| Fedora 37 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
"clang" "-Iapp\dpdk-test.exe.p" "-Iapp" "-I..\app" "-Ilib\cmdline" "-I..\lib\cmdline" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\include" "-Ilib\eal\x86\include" "-I..\lib\eal\x86\include" "-Ilib\eal\common" "-I..\lib\eal\common" "-Ilib\eal" "-I..\lib\eal" "-Ilib\log" "-I..\lib\log" "-Ilib\kvargs" "-I..\lib\kvargs" "-Ilib\net" "-I..\lib\net" "-Ilib\mbuf" "-I..\lib\mbuf" "-Ilib\mempool" "-I..\lib\mempool" "-Ilib\ring" "-I..\lib\ring" "-Ilib\metrics" "-I..\lib\metrics" "-Ilib\telemetry" "-I..\lib\telemetry" "-Idrivers\net\ring" "-I..\drivers\net\ring" "-Ilib\ethdev" "-I..\lib\ethdev" "-Ilib\meter" "-I..\lib\meter" "-Idrivers\bus\pci" "-I..\drivers\bus\pci" "-I..\drivers\bus\pci\windows" "-Ilib\pci" "-I..\lib\pci" "-Idrivers\bus\vdev" "-I..\drivers\bus\vdev" "-Ilib\hash" "-I..\lib\hash" "-Ilib\rcu" "-I..\lib\rcu" "-Ilib\bitratestats" "-I..\lib\bitratestats" "-Ilib\cryptodev" "-I..\lib\cryptodev" "-Il
ib\security" "-I..\lib\security" "-Ilib\dmadev" "-I..\lib\dmadev" "-Ilib\fib" "-I..\lib\fib" "-Ilib\rib" "-I..\lib\rib" "-Ilib\lpm" "-I..\lib\lpm" "-Ilib\ip_frag" "-I..\lib\ip_frag" "-Ilib\latencystats" "-I..\lib\latencystats" "-Ilib\pcapng" "-I..\lib\pcapng" "-Ilib\reorder" "-I..\lib\reorder" "-Ilib\stack" "-I..\lib\stack" "-Ilib\timer" "-I..\lib\timer" "-IC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\inc" "-Xclang" "-fcolor-diagnostics" "-pipe" "-D_FILE_OFFSET_BITS=64" "-Wall" "-Winvalid-pch" "-Wextra" "-Werror" "-std=c11" "-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_WIN32_WINNT=0x0A00" "-D_CRT_SECURE_NO_WARNINGS" "-march=native" "-mrtm" "-DALLOW_EXPERIM
ENTAL_API" "-fno-strict-aliasing" "-DALLOW_INTERNAL_API" -MD -MQ app/dpdk-test.exe.p/test_test_cryptodev_asym.c.obj -MF "app\dpdk-test.exe.p\test_test_cryptodev_asym.c.obj.d" -o app/dpdk-test.exe.p/test_test_cryptodev_asym.c.obj "-c" ../app/test/test_cryptodev_asym.c
../app/test/test_cryptodev_asym.c:2749:30: error: initializer element is not a compile-time constant
modex_group_test_cases[0].description,
~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
../app/test/test.h:134:38: note: expanded from macro 'TEST_CASE_NAMED_WITH_DATA'
{ setup, teardown, NULL, testcase, name, 1, data }
^~~~
../app/test/test_cryptodev_asym.c:2824:30: error: initializer element is not a compile-time constant
modex_group_test_cases[0].description,
~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
../app/test/test.h:134:38: note: expanded from macro 'TEST_CASE_NAMED_WITH_DATA'
{ setup, teardown, NULL, testcase, name, 1, data }
^~~~
2 errors generated.
[715/812] Compiling C object app/dpdk-test.exe.p/test_test_bitops.c.obj
[716/812] Linking target app/dpdk-test-gpudev.exe
[717/812] Linking target app/dpdk-testpmd.exe
[718/812] Compiling C object app/dpdk-test.exe.p/test_test_cryptodev_security_ipsec.c.obj
[719/812] Compiling C object app/dpdk-test.exe.p/test_test_memcpy_perf.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28078/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 30+ messages in thread
* |FAILURE| pw133340 [PATCH] [v2] test/cryptodev: add modexp group tes
@ 2023-10-26 7:05 dpdklab
0 siblings, 0 replies; 30+ messages in thread
From: dpdklab @ 2023-10-26 7:05 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Gowrishankar Muthukrishnan
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133340
_Testing issues_
Submitter: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
Date: Thursday, October 26 2023 03:58:28
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:2a0557d1ea21c3f63a212385348c97c414970e81
133340 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| FreeBSD 13 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | FAIL | PASS |
+---------------------+--------------------+----------------------+
| Fedora 37 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
"clang" "-Iapp\dpdk-test.exe.p" "-Iapp" "-I..\app" "-Ilib\cmdline" "-I..\lib\cmdline" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\include" "-Ilib\eal\x86\include" "-I..\lib\eal\x86\include" "-Ilib\eal\common" "-I..\lib\eal\common" "-Ilib\eal" "-I..\lib\eal" "-Ilib\log" "-I..\lib\log" "-Ilib\kvargs" "-I..\lib\kvargs" "-Ilib\net" "-I..\lib\net" "-Ilib\mbuf" "-I..\lib\mbuf" "-Ilib\mempool" "-I..\lib\mempool" "-Ilib\ring" "-I..\lib\ring" "-Ilib\metrics" "-I..\lib\metrics" "-Ilib\telemetry" "-I..\lib\telemetry" "-Idrivers\net\ring" "-I..\drivers\net\ring" "-Ilib\ethdev" "-I..\lib\ethdev" "-Ilib\meter" "-I..\lib\meter" "-Idrivers\bus\pci" "-I..\drivers\bus\pci" "-I..\drivers\bus\pci\windows" "-Ilib\pci" "-I..\lib\pci" "-Idrivers\bus\vdev" "-I..\drivers\bus\vdev" "-Ilib\hash" "-I..\lib\hash" "-Ilib\rcu" "-I..\lib\rcu" "-Ilib\bitratestats" "-I..\lib\bitratestats" "-Ilib\cryptodev" "-I..\lib\cryptodev" "-Il
ib\security" "-I..\lib\security" "-Ilib\dmadev" "-I..\lib\dmadev" "-Ilib\fib" "-I..\lib\fib" "-Ilib\rib" "-I..\lib\rib" "-Ilib\lpm" "-I..\lib\lpm" "-Ilib\ip_frag" "-I..\lib\ip_frag" "-Ilib\latencystats" "-I..\lib\latencystats" "-Ilib\pcapng" "-I..\lib\pcapng" "-Ilib\reorder" "-I..\lib\reorder" "-Ilib\stack" "-I..\lib\stack" "-Ilib\timer" "-I..\lib\timer" "-IC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\inc" "-Xclang" "-fcolor-diagnostics" "-pipe" "-D_FILE_OFFSET_BITS=64" "-Wall" "-Winvalid-pch" "-Wextra" "-Werror" "-std=c11" "-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_WIN32_WINNT=0x0A00" "-D_CRT_SECURE_NO_WARNINGS" "-march=native" "-mrtm" "-DALLOW_EXPERIM
ENTAL_API" "-fno-strict-aliasing" "-DALLOW_INTERNAL_API" -MD -MQ app/dpdk-test.exe.p/test_test_cryptodev_asym.c.obj -MF "app\dpdk-test.exe.p\test_test_cryptodev_asym.c.obj.d" -o app/dpdk-test.exe.p/test_test_cryptodev_asym.c.obj "-c" ../app/test/test_cryptodev_asym.c
../app/test/test_cryptodev_asym.c:2749:30: error: initializer element is not a compile-time constant
modex_group_test_cases[0].description,
~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
../app/test/test.h:134:38: note: expanded from macro 'TEST_CASE_NAMED_WITH_DATA'
{ setup, teardown, NULL, testcase, name, 1, data }
^~~~
../app/test/test_cryptodev_asym.c:2824:30: error: initializer element is not a compile-time constant
modex_group_test_cases[0].description,
~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
../app/test/test.h:134:38: note: expanded from macro 'TEST_CASE_NAMED_WITH_DATA'
{ setup, teardown, NULL, testcase, name, 1, data }
^~~~
2 errors generated.
[715/812] Compiling C object app/dpdk-test.exe.p/test_test_bitops.c.obj
[716/812] Linking target app/dpdk-test-gpudev.exe
[717/812] Linking target app/dpdk-testpmd.exe
[718/812] Compiling C object app/dpdk-test.exe.p/test_test_cryptodev_security_ipsec.c.obj
[719/812] Compiling C object app/dpdk-test.exe.p/test_test_memcpy_perf.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28078/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 30+ messages in thread
* |FAILURE| pw133340 [PATCH] [v2] test/cryptodev: add modexp group tes
@ 2023-10-26 5:46 dpdklab
0 siblings, 0 replies; 30+ messages in thread
From: dpdklab @ 2023-10-26 5:46 UTC (permalink / raw)
To: Test Report
Cc: Gowrishankar Muthukrishnan, dpdk-test-reports,
Gowrishankar Muthukrishnan
Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133340
_Testing issues_
Submitter: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
Date: Thursday, October 26 2023 03:58:28
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:2a0557d1ea21c3f63a212385348c97c414970e81
133340 --> testing fail
Test environment and result as below:
+--------------------------+----------------+---------------------------+------------------------------+
| Environment | dpdk_unit_test | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest |
+==========================+================+===========================+==============================+
| CentOS Stream 9 (ARM) | PASS | SKIPPED | SKIPPED |
+--------------------------+----------------+---------------------------+------------------------------+
| Debian 11 (Buster) (ARM) | PASS | SKIPPED | SKIPPED |
+--------------------------+----------------+---------------------------+------------------------------+
| Fedora 37 (ARM) | PASS | SKIPPED | SKIPPED |
+--------------------------+----------------+---------------------------+------------------------------+
| Fedora 38 (ARM) | PASS | SKIPPED | SKIPPED |
+--------------------------+----------------+---------------------------+------------------------------+
| Ubuntu 20.04 (ARM) | PASS | SKIPPED | SKIPPED |
+--------------------------+----------------+---------------------------+------------------------------+
| Fedora 38 (ARM Clang) | FAIL | SKIPPED | SKIPPED |
+--------------------------+----------------+---------------------------+------------------------------+
| Debian 11 (arm) | SKIPPED | PASS | PASS |
+--------------------------+----------------+---------------------------+------------------------------+
==== 20 line log output for Fedora 38 (ARM Clang) (dpdk_unit_test): ====
[2899/3043] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_cryptodev_asym.c.o'.
FAILED: app/a172ced@@dpdk-test@exe/test_test_cryptodev_asym.c.o
clang -Iapp/a172ced@@dpdk-test@exe -Iapp -I../app -Ilib/cmdline -I../lib/cmdline -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/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Idrivers/net/ring -I../drivers/net/ring -Ilib/ethdev -I../lib/ethdev -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/acl -I../lib/acl -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/metrics -I../lib/metrics -Ilib/bitratestats -I../lib/bitratestats -Ilib/bpf -I../lib/bpf -Ilib/compressdev -I../lib/compressdev -Ilib/cry
ptodev -I../lib/cryptodev -Ilib/security -I../lib/security -Ilib/dispatcher -I../lib/dispatcher -Ilib/eventdev -I../lib/eventdev -Ilib/timer -I../lib/timer -Ilib/dmadev -I../lib/dmadev -Ilib/distributor -I../lib/distributor -Ilib/efd -I../lib/efd -Ilib/fib -I../lib/fib -Ilib/rib -I../lib/rib -Ilib/table -I../lib/table -Ilib/port -I../lib/port -Ilib/sched -I../lib/sched -Ilib/ip_frag -I../lib/ip_frag -Ilib/lpm -I../lib/lpm -Ilib/graph -I../lib/graph -Ilib/pcapng -I../lib/pcapng -Ilib/ipsec -I../lib/ipsec -Ilib/latencystats -I../lib/latencystats -Idrivers/net/bonding -I../drivers/net/bonding -Ilib/member -I../lib/member -Ilib/pdcp -I../lib/pdcp -Ilib/reorder -I../lib/reorder -Ilib/pdump -I../lib/pdump -Ilib/power -I../lib/power -Ilib/rawdev -I../lib/rawdev -Ilib/stack -I../lib/stack -Ilib/pipeline -I../lib/pipeline -Idrivers/crypto/scheduler -I../drivers/crypto/scheduler -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -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 -march=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -fno-strict-aliasing -DALLOW_INTERNAL_API -MD -MQ 'app/a172ced@@dpdk-test@exe/test_test_cryptodev_asym.c.o' -MF 'app/a172ced@@dpdk-test@exe/test_test_cryptodev_asym.c.o.d' -o 'app/a172ced@@dpdk-test@exe/test_test_cryptodev_asym.c.o' -c ../app/test/test_cryptodev_asym.c
../app/test/test_cryptodev_asym.c:2749:30: error: initializer element is not a compile-time constant
modex_group_test_cases[0].description,
~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
../app/test/test.h:134:38: note: expanded from macro 'TEST_CASE_NAMED_WITH_DATA'
{ setup, teardown, NULL, testcase, name, 1, data }
^~~~
../app/test/test_cryptodev_asym.c:2824:30: error: initializer element is not a compile-time constant
modex_group_test_cases[0].description,
~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
../app/test/test.h:134:38: note: expanded from macro 'TEST_CASE_NAMED_WITH_DATA'
{ setup, teardown, NULL, testcase, name, 1, data }
^~~~
2 errors generated.
[2900/3043] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_cryptodev_blockcipher.c.o'.
[2901/3043] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_compressdev.c.o'.
[2902/3043] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_cryptodev.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.3.1
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.1.1
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.3
Debian 11 (arm)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28078/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 30+ messages in thread
* |FAILURE| pw133340 [PATCH] [v2] test/cryptodev: add modexp group tes
@ 2023-10-26 5:35 dpdklab
0 siblings, 0 replies; 30+ messages in thread
From: dpdklab @ 2023-10-26 5:35 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Gowrishankar Muthukrishnan
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133340
_Testing issues_
Submitter: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
Date: Thursday, October 26 2023 03:58:28
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:2a0557d1ea21c3f63a212385348c97c414970e81
133340 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| FreeBSD 13 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | FAIL | PASS |
+---------------------+--------------------+----------------------+
==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
"clang" "-Iapp\dpdk-test.exe.p" "-Iapp" "-I..\app" "-Ilib\cmdline" "-I..\lib\cmdline" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\include" "-Ilib\eal\x86\include" "-I..\lib\eal\x86\include" "-Ilib\eal\common" "-I..\lib\eal\common" "-Ilib\eal" "-I..\lib\eal" "-Ilib\log" "-I..\lib\log" "-Ilib\kvargs" "-I..\lib\kvargs" "-Ilib\net" "-I..\lib\net" "-Ilib\mbuf" "-I..\lib\mbuf" "-Ilib\mempool" "-I..\lib\mempool" "-Ilib\ring" "-I..\lib\ring" "-Ilib\metrics" "-I..\lib\metrics" "-Ilib\telemetry" "-I..\lib\telemetry" "-Idrivers\net\ring" "-I..\drivers\net\ring" "-Ilib\ethdev" "-I..\lib\ethdev" "-Ilib\meter" "-I..\lib\meter" "-Idrivers\bus\pci" "-I..\drivers\bus\pci" "-I..\drivers\bus\pci\windows" "-Ilib\pci" "-I..\lib\pci" "-Idrivers\bus\vdev" "-I..\drivers\bus\vdev" "-Ilib\hash" "-I..\lib\hash" "-Ilib\rcu" "-I..\lib\rcu" "-Ilib\bitratestats" "-I..\lib\bitratestats" "-Ilib\cryptodev" "-I..\lib\cryptodev" "-Il
ib\security" "-I..\lib\security" "-Ilib\dmadev" "-I..\lib\dmadev" "-Ilib\fib" "-I..\lib\fib" "-Ilib\rib" "-I..\lib\rib" "-Ilib\lpm" "-I..\lib\lpm" "-Ilib\ip_frag" "-I..\lib\ip_frag" "-Ilib\latencystats" "-I..\lib\latencystats" "-Ilib\pcapng" "-I..\lib\pcapng" "-Ilib\reorder" "-I..\lib\reorder" "-Ilib\stack" "-I..\lib\stack" "-Ilib\timer" "-I..\lib\timer" "-IC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\inc" "-Xclang" "-fcolor-diagnostics" "-pipe" "-D_FILE_OFFSET_BITS=64" "-Wall" "-Winvalid-pch" "-Wextra" "-Werror" "-std=c11" "-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_WIN32_WINNT=0x0A00" "-D_CRT_SECURE_NO_WARNINGS" "-march=native" "-mrtm" "-DALLOW_EXPERIM
ENTAL_API" "-fno-strict-aliasing" "-DALLOW_INTERNAL_API" -MD -MQ app/dpdk-test.exe.p/test_test_cryptodev_asym.c.obj -MF "app\dpdk-test.exe.p\test_test_cryptodev_asym.c.obj.d" -o app/dpdk-test.exe.p/test_test_cryptodev_asym.c.obj "-c" ../app/test/test_cryptodev_asym.c
../app/test/test_cryptodev_asym.c:2749:30: error: initializer element is not a compile-time constant
modex_group_test_cases[0].description,
~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
../app/test/test.h:134:38: note: expanded from macro 'TEST_CASE_NAMED_WITH_DATA'
{ setup, teardown, NULL, testcase, name, 1, data }
^~~~
../app/test/test_cryptodev_asym.c:2824:30: error: initializer element is not a compile-time constant
modex_group_test_cases[0].description,
~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
../app/test/test.h:134:38: note: expanded from macro 'TEST_CASE_NAMED_WITH_DATA'
{ setup, teardown, NULL, testcase, name, 1, data }
^~~~
2 errors generated.
[715/812] Compiling C object app/dpdk-test.exe.p/test_test_bitops.c.obj
[716/812] Linking target app/dpdk-test-gpudev.exe
[717/812] Linking target app/dpdk-testpmd.exe
[718/812] Compiling C object app/dpdk-test.exe.p/test_test_cryptodev_security_ipsec.c.obj
[719/812] Compiling C object app/dpdk-test.exe.p/test_test_memcpy_perf.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28078/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 30+ messages in thread
* |FAILURE| pw133340 [PATCH] [v2] test/cryptodev: add modexp group tes
@ 2023-10-26 5:28 dpdklab
0 siblings, 0 replies; 30+ messages in thread
From: dpdklab @ 2023-10-26 5:28 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Gowrishankar Muthukrishnan
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133340
_Testing issues_
Submitter: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
Date: Thursday, October 26 2023 03:58:28
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:2a0557d1ea21c3f63a212385348c97c414970e81
133340 --> testing fail
Test environment and result as below:
+---------------------+--------------------+
| Environment | dpdk_meson_compile |
+=====================+====================+
| FreeBSD 13 | FAIL |
+---------------------+--------------------+
| Windows Server 2019 | FAIL |
+---------------------+--------------------+
==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
"clang" "-Iapp\dpdk-test.exe.p" "-Iapp" "-I..\app" "-Ilib\cmdline" "-I..\lib\cmdline" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\include" "-Ilib\eal\x86\include" "-I..\lib\eal\x86\include" "-Ilib\eal\common" "-I..\lib\eal\common" "-Ilib\eal" "-I..\lib\eal" "-Ilib\log" "-I..\lib\log" "-Ilib\kvargs" "-I..\lib\kvargs" "-Ilib\net" "-I..\lib\net" "-Ilib\mbuf" "-I..\lib\mbuf" "-Ilib\mempool" "-I..\lib\mempool" "-Ilib\ring" "-I..\lib\ring" "-Ilib\metrics" "-I..\lib\metrics" "-Ilib\telemetry" "-I..\lib\telemetry" "-Idrivers\net\ring" "-I..\drivers\net\ring" "-Ilib\ethdev" "-I..\lib\ethdev" "-Ilib\meter" "-I..\lib\meter" "-Idrivers\bus\pci" "-I..\drivers\bus\pci" "-I..\drivers\bus\pci\windows" "-Ilib\pci" "-I..\lib\pci" "-Idrivers\bus\vdev" "-I..\drivers\bus\vdev" "-Ilib\hash" "-I..\lib\hash" "-Ilib\rcu" "-I..\lib\rcu" "-Ilib\bitratestats" "-I..\lib\bitratestats" "-Ilib\cryptodev" "-I..\lib\cryptodev" "-Il
ib\security" "-I..\lib\security" "-Ilib\dmadev" "-I..\lib\dmadev" "-Ilib\fib" "-I..\lib\fib" "-Ilib\rib" "-I..\lib\rib" "-Ilib\lpm" "-I..\lib\lpm" "-Ilib\ip_frag" "-I..\lib\ip_frag" "-Ilib\latencystats" "-I..\lib\latencystats" "-Ilib\pcapng" "-I..\lib\pcapng" "-Ilib\reorder" "-I..\lib\reorder" "-Ilib\stack" "-I..\lib\stack" "-Ilib\timer" "-I..\lib\timer" "-IC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\inc" "-Xclang" "-fcolor-diagnostics" "-pipe" "-D_FILE_OFFSET_BITS=64" "-Wall" "-Winvalid-pch" "-Wextra" "-Werror" "-std=c11" "-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_WIN32_WINNT=0x0A00" "-D_CRT_SECURE_NO_WARNINGS" "-march=native" "-mrtm" "-DALLOW_EXPERIM
ENTAL_API" "-fno-strict-aliasing" "-DALLOW_INTERNAL_API" -MD -MQ app/dpdk-test.exe.p/test_test_cryptodev_asym.c.obj -MF "app\dpdk-test.exe.p\test_test_cryptodev_asym.c.obj.d" -o app/dpdk-test.exe.p/test_test_cryptodev_asym.c.obj "-c" ../app/test/test_cryptodev_asym.c
../app/test/test_cryptodev_asym.c:2749:30: error: initializer element is not a compile-time constant
modex_group_test_cases[0].description,
~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
../app/test/test.h:134:38: note: expanded from macro 'TEST_CASE_NAMED_WITH_DATA'
{ setup, teardown, NULL, testcase, name, 1, data }
^~~~
../app/test/test_cryptodev_asym.c:2824:30: error: initializer element is not a compile-time constant
modex_group_test_cases[0].description,
~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
../app/test/test.h:134:38: note: expanded from macro 'TEST_CASE_NAMED_WITH_DATA'
{ setup, teardown, NULL, testcase, name, 1, data }
^~~~
2 errors generated.
[715/812] Compiling C object app/dpdk-test.exe.p/test_test_bitops.c.obj
[716/812] Linking target app/dpdk-test-gpudev.exe
[717/812] Linking target app/dpdk-testpmd.exe
[718/812] Compiling C object app/dpdk-test.exe.p/test_test_cryptodev_security_ipsec.c.obj
[719/812] Compiling C object app/dpdk-test.exe.p/test_test_memcpy_perf.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28078/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 30+ messages in thread
* |FAILURE| pw133340 [PATCH] [v2] test/cryptodev: add modexp group tes
@ 2023-10-26 5:21 dpdklab
0 siblings, 0 replies; 30+ messages in thread
From: dpdklab @ 2023-10-26 5:21 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Gowrishankar Muthukrishnan
Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133340
_Testing issues_
Submitter: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
Date: Thursday, October 26 2023 03:58:28
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:2a0557d1ea21c3f63a212385348c97c414970e81
133340 --> testing fail
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | FAIL |
+---------------------+----------------+
==== 20 line log output for Windows Server 2019 (dpdk_unit_test): ====
\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0m\0o\0d\0e\0x\0_\0g\0r\0o\0u\0p\0_\0t\0e\0s\0t\0_\0c\0a\0s\0e\0s\0[\00\0]\0.\0d\0e\0s\0c\0r\0i\0p\0t\0i\0o\0n\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~\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.\0/\0a\0p\0p\0/\0t\0e\0s\0t\0/\0t\0e\0s\0t\0.\0h\0:\01\03\04\0:\03\08\0:\0 \0n\0o\0t\0e\0:\0 \0e\0x\0p\0a\0n\0d\0e\0d\0 \0f\0r\0o\0m\0 \0m\0a\0c\0r\0o\0 \0'\0T\0E\0S\0T\0_\0C\0A\0S\0E\0_\0N\0A\0M\0E\0D\0_\0W\0I\0T\0H\0_\0D\0A\0T\0A\0'\0
\0
\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0{\0 \0s\0e\0t\0u\0p\0,\0 \0t\0e\0a\0r\0d\0o\0w\0n\0,\0 \0N\0U\0L\0L\0,\0 \0t\0e\0s\0t\0c\0a\0s\0e\0,\0 \0n\0a\0m\0e\0,\0 \01\0,\0 \0d\0a\0t\0a\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 \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/\0a\0p\0p\0/\0t\0e\0s\0t\0/\0t\0e\0s\0t\0_\0c\0r\0y\0p\0t\0o\0d\0e\0v\0_\0a\0s\0y\0m\0.\0c\0:\02\08\02\04\0:\03\00\0:\0 \0e\0r\0r\0o\0r\0:\0 \0i\0n\0i\0t\0i\0a\0l\0i\0z\0e\0r\0 \0e\0l\0e\0m\0e\0n\0t\0 \0i\0s\0 \0n\0o\0t\0 \0a\0 \0c\0o\0m\0p\0i\0l\0e\0-\0t\0i\0m\0e\0 \0c\0o\0n\0s\0t\0a\0n\0t\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 \0m\0o\0d\0e\0x\0_\0g\0r\0o\0u\0p\0_\0t\0e\0s\0t\0_\0c\0a\0s\0e\0s\0[\00\0]\0.\0d\0e\0s\0c\0r\0i\0p\0t\0i\0o\0n\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~\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.\0/\0a\0p\0p\0/\0t\0e\0s\0t\0/\0t\0e\0s\0t\0.\0h\0:\01\03\04\0:\03\08\0:\0 \0n\0o\0t\0e\0:\0 \0e\0x\0p\0a\0n\0d\0e\0d\0 \0f\0r\0o\0m\0 \0m\0a\0c\0r\0o\0 \0'\0T\0E\0S\0T\0_\0C\0A\0S\0E\0_\0N\0A\0M\0E\0D\0_\0W\0I\0T\0H\0_\0D\0A\0T\0A\0'\0
\0
\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0{\0 \0s\0e\0t\0u\0p\0,\0 \0t\0e\0a\0r\0d\0o\0w\0n\0,\0 \0N\0U\0L\0L\0,\0 \0t\0e\0s\0t\0c\0a\0s\0e\0,\0 \0n\0a\0m\0e\0,\0 \01\0,\0 \0d\0a\0t\0a\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 \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
\02\0 \0e\0r\0r\0o\0r\0s\0 \0g\0e\0n\0e\0r\0a\0t\0e\0d\0.\0
\0
\0[\02\01\0/\01\01\06\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0a\0p\0p\0/\0d\0p\0d\0k\0-\0t\0e\0s\0t\0.\0e\0x\0e\0.\0p\0/\0t\0e\0s\0t\0_\0t\0e\0s\0t\0_\0b\0i\0t\0m\0a\0p\0.\0c\0.\0o\0b\0j\0
\0
\0[\02\02\0/\01\01\06\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0a\0p\0p\0/\0d\0p\0d\0k\0-\0t\0e\0s\0t\0.\0e\0x\0e\0.\0p\0/\0t\0e\0s\0t\0_\0t\0e\0s\0t\0_\0c\0k\0s\0u\0m\0_\0p\0e\0r\0f\0.\0c\0.\0o\0b\0j\0
\0
\0[\02\03\0/\01\01\06\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0a\0p\0p\0/\0d\0p\0d\0k\0-\0t\0e\0s\0t\0.\0e\0x\0e\0.\0p\0/\0t\0e\0s\0t\0_\0t\0e\0s\0t\0_\0d\0e\0v\0a\0r\0g\0s\0.\0c\0.\0o\0b\0j\0
\0
\0[\02\04\0/\01\01\06\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0a\0p\0p\0/\0d\0p\0d\0k\0-\0t\0e\0s\0t\0.\0e\0x\0e\0.\0p\0/\0t\0e\0s\0t\0_\0p\0a\0c\0k\0e\0t\0_\0b\0u\0r\0s\0t\0_\0g\0e\0n\0e\0r\0a\0t\0o\0r\0.\0c\0.\0o\0b\0j\0
\0
\0[\02\05\0/\01\01\06\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0a\0p\0p\0/\0d\0p\0d\0k\0-\0t\0e\0s\0t\0.\0e\0x\0e\0.\0p\0/\0t\0e\0s\0t\0_\0t\0e\0s\0t\0_\0c\0r\0y\0p\0t\0o\0d\0e\0v\0.\0c\0.\0o\0b\0j\0
\0
\0n\0i\0n\0j\0a\0:\0 \0b\0u\0i\0l\0d\0 \0s\0t\0o\0p\0p\0e\0d\0:\0 \0s\0u\0b\0c\0o\0m\0m\0a\0n\0d\0 \0f\0a\0i\0l\0e\0d\0.\0
\0
\0C\0o\0u\0l\0d\0 \0n\0o\0t\0 \0r\0e\0b\0u\0i\0l\0d\0 \0C\0:\0\\0U\0s\0e\0r\0s\0\\0b\0u\0i\0l\0d\0e\0r\0\\0j\0e\0n\0k\0i\0n\0s\0\\0w\0o\0r\0k\0s\0p\0a\0c\0e\0\\0G\0e\0n\0e\0r\0i\0c\0-\0V\0M\0-\0U\0n\0i\0t\0-\0T\0e\0s\0t\0-\0D\0P\0D\0K\0\\0d\0p\0d\0k\0\\0b\0u\0i\0l\0d\0
\0
\0
==== End log output ====
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28078/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 30+ messages in thread
end of thread, other threads:[~2023-10-26 8:22 UTC | newest]
Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-26 7:02 |FAILURE| pw133340 [PATCH] [v2] test/cryptodev: add modexp group tes dpdklab
-- strict thread matches above, loose matches on Subject: below --
2023-10-26 8:22 dpdklab
2023-10-26 7:59 dpdklab
2023-10-26 7:49 dpdklab
2023-10-26 7:49 dpdklab
2023-10-26 7:49 dpdklab
2023-10-26 7:49 dpdklab
2023-10-26 7:48 dpdklab
2023-10-26 7:44 dpdklab
2023-10-26 7:41 dpdklab
2023-10-26 7:40 dpdklab
2023-10-26 7:39 dpdklab
2023-10-26 7:39 dpdklab
2023-10-26 7:24 dpdklab
2023-10-26 7:23 dpdklab
2023-10-26 7:23 dpdklab
2023-10-26 7:19 dpdklab
2023-10-26 7:19 dpdklab
2023-10-26 7:18 dpdklab
2023-10-26 7:17 dpdklab
2023-10-26 7:12 dpdklab
2023-10-26 7:12 dpdklab
2023-10-26 7:11 dpdklab
2023-10-26 7:09 dpdklab
2023-10-26 7:07 dpdklab
2023-10-26 7:05 dpdklab
2023-10-26 5:46 dpdklab
2023-10-26 5:35 dpdklab
2023-10-26 5:28 dpdklab
2023-10-26 5:21 dpdklab
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).