automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| pw121279-121283 [PATCH] [5/5] doc: add PDCP library guide
@ 2022-12-22 10:52 dpdklab
  0 siblings, 0 replies; 10+ messages in thread
From: dpdklab @ 2022-12-22 10:52 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, Anoob Joseph

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

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

_Testing issues_

Submitter: Anoob Joseph <anoobj@marvell.com>
Date: Thursday, December 22 2022 09:25:22 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:373f4c7de8ff350548cacc3d56e788461677f2c7

121279-121283 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
Creating library lib\rte_ethdev.lib and object lib\rte_ethdev.exp
[341/750] Generating symbol file lib/rte_security-23.dll.p/rte_security-23.dll.symbols
[342/750] Compiling C object drivers/libtmp_rte_crypto_mlx5.a.p/crypto_mlx5_mlx5_crypto_dek.c.obj
[343/750] Generating symbol file lib/rte_hash-23.dll.p/rte_hash-23.dll.symbols
[344/750] Linking static target drivers/libtmp_rte_crypto_mlx5.a
[345/750] Generating rte_crypto_mlx5_def with a custom command
[346/750] Compiling C object app/dpdk-test-gpudev.exe.p/test-gpudev_main.c.obj
[347/750] Linking target lib/rte_pdcp-23.dll
FAILED: lib/rte_pdcp-23.dll
"clang"  -Wl,/MACHINE:X64 -Wl,/OUT:lib/rte_pdcp-23.dll lib/librte_pdcp.a.p/pdcp_pdcp_crypto.c.obj lib/librte_pdcp.a.p/pdcp_pdcp_process.c.obj lib/librte_pdcp.a.p/pdcp_rte_pdcp.c.obj "-Wl,/nologo" "-Wl,/release" "-Wl,/nologo" "-Wl,/OPT:REF" "-Wl,/DLL" "-Wl,/IMPLIB:lib\rte_pdcp.lib" "lib\rte_eal.lib" "lib\rte_kvargs.lib" "lib\rte_security.lib" "lib\rte_mempool.lib" "lib\rte_ring.lib" "lib\rte_telemetry.lib" "lib\rte_cryptodev.lib" "lib\rte_mbuf.lib" "lib\rte_rcu.lib" "lib\rte_net.lib" "-Wl,/def:C:\Users\builder\jenkins\workspace\Windows-Compile-DPDK-Meson\dpdk\build\lib\rte_pdcp_exports.def" "-ldbghelp" "-lsetupapi" "-lws2_32" "-lmincore" "-lkernel32" "-luser32" "-lgdi32" "-lwinspool" "-lshell32" "-lole32" "-loleaut32" "-luuid" "-lcomdlg32" "-ladvapi32"
rte_pdcp_exports.def : error LNK2001: unresolved external symbol rte_pdcp_pkt_post_process
rte_pdcp_exports.def : error LNK2001: unresolved external symbol rte_pdcp_pkt_pre_process
lib\rte_pdcp.lib : fatal error LNK1120: 2 unresolved externals
clang: error: linker command failed with exit code 1120 (use -v to see invocation)
[348/750] Generating symbol file lib/rte_ethdev-23.dll.p/rte_ethdev-23.dll.symbols
[349/750] Compiling C object drivers/libtmp_rte_net_vmxnet3.a.p/net_vmxnet3_vmxnet3_rxtx.c.obj
[350/750] Generating rte_crypto_mlx5.pmd.c with a custom command (wrapped by meson to set PATH)
[351/750] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_utils.c.obj
[352/750] Compiling C object app/dpdk-testpmd.exe.p/test-pmd_cmdline_flow.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

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

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

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

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

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw121279-121283 [PATCH] [5/5] doc: add PDCP library guide
@ 2022-12-22 10:58 dpdklab
  0 siblings, 0 replies; 10+ messages in thread
From: dpdklab @ 2022-12-22 10:58 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, Anoob Joseph

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

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

_Testing issues_

Submitter: Anoob Joseph <anoobj@marvell.com>
Date: Thursday, December 22 2022 09:25:22 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:373f4c7de8ff350548cacc3d56e788461677f2c7

121279-121283 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
Creating library lib\rte_ethdev.lib and object lib\rte_ethdev.exp
[341/750] Generating symbol file lib/rte_security-23.dll.p/rte_security-23.dll.symbols
[342/750] Compiling C object drivers/libtmp_rte_crypto_mlx5.a.p/crypto_mlx5_mlx5_crypto_dek.c.obj
[343/750] Generating symbol file lib/rte_hash-23.dll.p/rte_hash-23.dll.symbols
[344/750] Linking static target drivers/libtmp_rte_crypto_mlx5.a
[345/750] Generating rte_crypto_mlx5_def with a custom command
[346/750] Compiling C object app/dpdk-test-gpudev.exe.p/test-gpudev_main.c.obj
[347/750] Linking target lib/rte_pdcp-23.dll
FAILED: lib/rte_pdcp-23.dll
"clang"  -Wl,/MACHINE:X64 -Wl,/OUT:lib/rte_pdcp-23.dll lib/librte_pdcp.a.p/pdcp_pdcp_crypto.c.obj lib/librte_pdcp.a.p/pdcp_pdcp_process.c.obj lib/librte_pdcp.a.p/pdcp_rte_pdcp.c.obj "-Wl,/nologo" "-Wl,/release" "-Wl,/nologo" "-Wl,/OPT:REF" "-Wl,/DLL" "-Wl,/IMPLIB:lib\rte_pdcp.lib" "lib\rte_eal.lib" "lib\rte_kvargs.lib" "lib\rte_security.lib" "lib\rte_mempool.lib" "lib\rte_ring.lib" "lib\rte_telemetry.lib" "lib\rte_cryptodev.lib" "lib\rte_mbuf.lib" "lib\rte_rcu.lib" "lib\rte_net.lib" "-Wl,/def:C:\Users\builder\jenkins\workspace\Windows-Compile-DPDK-Meson\dpdk\build\lib\rte_pdcp_exports.def" "-ldbghelp" "-lsetupapi" "-lws2_32" "-lmincore" "-lkernel32" "-luser32" "-lgdi32" "-lwinspool" "-lshell32" "-lole32" "-loleaut32" "-luuid" "-lcomdlg32" "-ladvapi32"
rte_pdcp_exports.def : error LNK2001: unresolved external symbol rte_pdcp_pkt_post_process
rte_pdcp_exports.def : error LNK2001: unresolved external symbol rte_pdcp_pkt_pre_process
lib\rte_pdcp.lib : fatal error LNK1120: 2 unresolved externals
clang: error: linker command failed with exit code 1120 (use -v to see invocation)
[348/750] Generating symbol file lib/rte_ethdev-23.dll.p/rte_ethdev-23.dll.symbols
[349/750] Compiling C object drivers/libtmp_rte_net_vmxnet3.a.p/net_vmxnet3_vmxnet3_rxtx.c.obj
[350/750] Generating rte_crypto_mlx5.pmd.c with a custom command (wrapped by meson to set PATH)
[351/750] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_utils.c.obj
[352/750] Compiling C object app/dpdk-testpmd.exe.p/test-pmd_cmdline_flow.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

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

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

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

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

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

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw121279-121283 [PATCH] [5/5] doc: add PDCP library guide
@ 2022-12-22 10:55 dpdklab
  0 siblings, 0 replies; 10+ messages in thread
From: dpdklab @ 2022-12-22 10:55 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, Anoob Joseph

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

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

_Testing issues_

Submitter: Anoob Joseph <anoobj@marvell.com>
Date: Thursday, December 22 2022 09:25:22 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:373f4c7de8ff350548cacc3d56e788461677f2c7

121279-121283 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
Creating library lib\rte_ethdev.lib and object lib\rte_ethdev.exp
[341/750] Generating symbol file lib/rte_security-23.dll.p/rte_security-23.dll.symbols
[342/750] Compiling C object drivers/libtmp_rte_crypto_mlx5.a.p/crypto_mlx5_mlx5_crypto_dek.c.obj
[343/750] Generating symbol file lib/rte_hash-23.dll.p/rte_hash-23.dll.symbols
[344/750] Linking static target drivers/libtmp_rte_crypto_mlx5.a
[345/750] Generating rte_crypto_mlx5_def with a custom command
[346/750] Compiling C object app/dpdk-test-gpudev.exe.p/test-gpudev_main.c.obj
[347/750] Linking target lib/rte_pdcp-23.dll
FAILED: lib/rte_pdcp-23.dll
"clang"  -Wl,/MACHINE:X64 -Wl,/OUT:lib/rte_pdcp-23.dll lib/librte_pdcp.a.p/pdcp_pdcp_crypto.c.obj lib/librte_pdcp.a.p/pdcp_pdcp_process.c.obj lib/librte_pdcp.a.p/pdcp_rte_pdcp.c.obj "-Wl,/nologo" "-Wl,/release" "-Wl,/nologo" "-Wl,/OPT:REF" "-Wl,/DLL" "-Wl,/IMPLIB:lib\rte_pdcp.lib" "lib\rte_eal.lib" "lib\rte_kvargs.lib" "lib\rte_security.lib" "lib\rte_mempool.lib" "lib\rte_ring.lib" "lib\rte_telemetry.lib" "lib\rte_cryptodev.lib" "lib\rte_mbuf.lib" "lib\rte_rcu.lib" "lib\rte_net.lib" "-Wl,/def:C:\Users\builder\jenkins\workspace\Windows-Compile-DPDK-Meson\dpdk\build\lib\rte_pdcp_exports.def" "-ldbghelp" "-lsetupapi" "-lws2_32" "-lmincore" "-lkernel32" "-luser32" "-lgdi32" "-lwinspool" "-lshell32" "-lole32" "-loleaut32" "-luuid" "-lcomdlg32" "-ladvapi32"
rte_pdcp_exports.def : error LNK2001: unresolved external symbol rte_pdcp_pkt_post_process
rte_pdcp_exports.def : error LNK2001: unresolved external symbol rte_pdcp_pkt_pre_process
lib\rte_pdcp.lib : fatal error LNK1120: 2 unresolved externals
clang: error: linker command failed with exit code 1120 (use -v to see invocation)
[348/750] Generating symbol file lib/rte_ethdev-23.dll.p/rte_ethdev-23.dll.symbols
[349/750] Compiling C object drivers/libtmp_rte_net_vmxnet3.a.p/net_vmxnet3_vmxnet3_rxtx.c.obj
[350/750] Generating rte_crypto_mlx5.pmd.c with a custom command (wrapped by meson to set PATH)
[351/750] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_utils.c.obj
[352/750] Compiling C object app/dpdk-testpmd.exe.p/test-pmd_cmdline_flow.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

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

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

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

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

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

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw121279-121283 [PATCH] [5/5] doc: add PDCP library guide
@ 2022-12-22 10:52 dpdklab
  0 siblings, 0 replies; 10+ messages in thread
From: dpdklab @ 2022-12-22 10:52 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, Anoob Joseph

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

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

_Testing issues_

Submitter: Anoob Joseph <anoobj@marvell.com>
Date: Thursday, December 22 2022 09:25:22 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:373f4c7de8ff350548cacc3d56e788461677f2c7

121279-121283 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
Creating library lib\rte_ethdev.lib and object lib\rte_ethdev.exp
[341/750] Generating symbol file lib/rte_security-23.dll.p/rte_security-23.dll.symbols
[342/750] Compiling C object drivers/libtmp_rte_crypto_mlx5.a.p/crypto_mlx5_mlx5_crypto_dek.c.obj
[343/750] Generating symbol file lib/rte_hash-23.dll.p/rte_hash-23.dll.symbols
[344/750] Linking static target drivers/libtmp_rte_crypto_mlx5.a
[345/750] Generating rte_crypto_mlx5_def with a custom command
[346/750] Compiling C object app/dpdk-test-gpudev.exe.p/test-gpudev_main.c.obj
[347/750] Linking target lib/rte_pdcp-23.dll
FAILED: lib/rte_pdcp-23.dll
"clang"  -Wl,/MACHINE:X64 -Wl,/OUT:lib/rte_pdcp-23.dll lib/librte_pdcp.a.p/pdcp_pdcp_crypto.c.obj lib/librte_pdcp.a.p/pdcp_pdcp_process.c.obj lib/librte_pdcp.a.p/pdcp_rte_pdcp.c.obj "-Wl,/nologo" "-Wl,/release" "-Wl,/nologo" "-Wl,/OPT:REF" "-Wl,/DLL" "-Wl,/IMPLIB:lib\rte_pdcp.lib" "lib\rte_eal.lib" "lib\rte_kvargs.lib" "lib\rte_security.lib" "lib\rte_mempool.lib" "lib\rte_ring.lib" "lib\rte_telemetry.lib" "lib\rte_cryptodev.lib" "lib\rte_mbuf.lib" "lib\rte_rcu.lib" "lib\rte_net.lib" "-Wl,/def:C:\Users\builder\jenkins\workspace\Windows-Compile-DPDK-Meson\dpdk\build\lib\rte_pdcp_exports.def" "-ldbghelp" "-lsetupapi" "-lws2_32" "-lmincore" "-lkernel32" "-luser32" "-lgdi32" "-lwinspool" "-lshell32" "-lole32" "-loleaut32" "-luuid" "-lcomdlg32" "-ladvapi32"
rte_pdcp_exports.def : error LNK2001: unresolved external symbol rte_pdcp_pkt_post_process
rte_pdcp_exports.def : error LNK2001: unresolved external symbol rte_pdcp_pkt_pre_process
lib\rte_pdcp.lib : fatal error LNK1120: 2 unresolved externals
clang: error: linker command failed with exit code 1120 (use -v to see invocation)
[348/750] Generating symbol file lib/rte_ethdev-23.dll.p/rte_ethdev-23.dll.symbols
[349/750] Compiling C object drivers/libtmp_rte_net_vmxnet3.a.p/net_vmxnet3_vmxnet3_rxtx.c.obj
[350/750] Generating rte_crypto_mlx5.pmd.c with a custom command (wrapped by meson to set PATH)
[351/750] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_utils.c.obj
[352/750] Compiling C object app/dpdk-testpmd.exe.p/test-pmd_cmdline_flow.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

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

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

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

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

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw121279-121283 [PATCH] [5/5] doc: add PDCP library guide
@ 2022-12-22 10:52 dpdklab
  0 siblings, 0 replies; 10+ messages in thread
From: dpdklab @ 2022-12-22 10:52 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, Anoob Joseph

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

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

_Testing issues_

Submitter: Anoob Joseph <anoobj@marvell.com>
Date: Thursday, December 22 2022 09:25:22 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:373f4c7de8ff350548cacc3d56e788461677f2c7

121279-121283 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
Creating library lib\rte_ethdev.lib and object lib\rte_ethdev.exp
[341/750] Generating symbol file lib/rte_security-23.dll.p/rte_security-23.dll.symbols
[342/750] Compiling C object drivers/libtmp_rte_crypto_mlx5.a.p/crypto_mlx5_mlx5_crypto_dek.c.obj
[343/750] Generating symbol file lib/rte_hash-23.dll.p/rte_hash-23.dll.symbols
[344/750] Linking static target drivers/libtmp_rte_crypto_mlx5.a
[345/750] Generating rte_crypto_mlx5_def with a custom command
[346/750] Compiling C object app/dpdk-test-gpudev.exe.p/test-gpudev_main.c.obj
[347/750] Linking target lib/rte_pdcp-23.dll
FAILED: lib/rte_pdcp-23.dll
"clang"  -Wl,/MACHINE:X64 -Wl,/OUT:lib/rte_pdcp-23.dll lib/librte_pdcp.a.p/pdcp_pdcp_crypto.c.obj lib/librte_pdcp.a.p/pdcp_pdcp_process.c.obj lib/librte_pdcp.a.p/pdcp_rte_pdcp.c.obj "-Wl,/nologo" "-Wl,/release" "-Wl,/nologo" "-Wl,/OPT:REF" "-Wl,/DLL" "-Wl,/IMPLIB:lib\rte_pdcp.lib" "lib\rte_eal.lib" "lib\rte_kvargs.lib" "lib\rte_security.lib" "lib\rte_mempool.lib" "lib\rte_ring.lib" "lib\rte_telemetry.lib" "lib\rte_cryptodev.lib" "lib\rte_mbuf.lib" "lib\rte_rcu.lib" "lib\rte_net.lib" "-Wl,/def:C:\Users\builder\jenkins\workspace\Windows-Compile-DPDK-Meson\dpdk\build\lib\rte_pdcp_exports.def" "-ldbghelp" "-lsetupapi" "-lws2_32" "-lmincore" "-lkernel32" "-luser32" "-lgdi32" "-lwinspool" "-lshell32" "-lole32" "-loleaut32" "-luuid" "-lcomdlg32" "-ladvapi32"
rte_pdcp_exports.def : error LNK2001: unresolved external symbol rte_pdcp_pkt_post_process
rte_pdcp_exports.def : error LNK2001: unresolved external symbol rte_pdcp_pkt_pre_process
lib\rte_pdcp.lib : fatal error LNK1120: 2 unresolved externals
clang: error: linker command failed with exit code 1120 (use -v to see invocation)
[348/750] Generating symbol file lib/rte_ethdev-23.dll.p/rte_ethdev-23.dll.symbols
[349/750] Compiling C object drivers/libtmp_rte_net_vmxnet3.a.p/net_vmxnet3_vmxnet3_rxtx.c.obj
[350/750] Generating rte_crypto_mlx5.pmd.c with a custom command (wrapped by meson to set PATH)
[351/750] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_utils.c.obj
[352/750] Compiling C object app/dpdk-testpmd.exe.p/test-pmd_cmdline_flow.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

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

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

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

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

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw121279-121283 [PATCH] [5/5] doc: add PDCP library guide
@ 2022-12-22 10:52 dpdklab
  0 siblings, 0 replies; 10+ messages in thread
From: dpdklab @ 2022-12-22 10:52 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, Anoob Joseph

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

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

_Testing issues_

Submitter: Anoob Joseph <anoobj@marvell.com>
Date: Thursday, December 22 2022 09:25:22 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:373f4c7de8ff350548cacc3d56e788461677f2c7

121279-121283 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
Creating library lib\rte_ethdev.lib and object lib\rte_ethdev.exp
[341/750] Generating symbol file lib/rte_security-23.dll.p/rte_security-23.dll.symbols
[342/750] Compiling C object drivers/libtmp_rte_crypto_mlx5.a.p/crypto_mlx5_mlx5_crypto_dek.c.obj
[343/750] Generating symbol file lib/rte_hash-23.dll.p/rte_hash-23.dll.symbols
[344/750] Linking static target drivers/libtmp_rte_crypto_mlx5.a
[345/750] Generating rte_crypto_mlx5_def with a custom command
[346/750] Compiling C object app/dpdk-test-gpudev.exe.p/test-gpudev_main.c.obj
[347/750] Linking target lib/rte_pdcp-23.dll
FAILED: lib/rte_pdcp-23.dll
"clang"  -Wl,/MACHINE:X64 -Wl,/OUT:lib/rte_pdcp-23.dll lib/librte_pdcp.a.p/pdcp_pdcp_crypto.c.obj lib/librte_pdcp.a.p/pdcp_pdcp_process.c.obj lib/librte_pdcp.a.p/pdcp_rte_pdcp.c.obj "-Wl,/nologo" "-Wl,/release" "-Wl,/nologo" "-Wl,/OPT:REF" "-Wl,/DLL" "-Wl,/IMPLIB:lib\rte_pdcp.lib" "lib\rte_eal.lib" "lib\rte_kvargs.lib" "lib\rte_security.lib" "lib\rte_mempool.lib" "lib\rte_ring.lib" "lib\rte_telemetry.lib" "lib\rte_cryptodev.lib" "lib\rte_mbuf.lib" "lib\rte_rcu.lib" "lib\rte_net.lib" "-Wl,/def:C:\Users\builder\jenkins\workspace\Windows-Compile-DPDK-Meson\dpdk\build\lib\rte_pdcp_exports.def" "-ldbghelp" "-lsetupapi" "-lws2_32" "-lmincore" "-lkernel32" "-luser32" "-lgdi32" "-lwinspool" "-lshell32" "-lole32" "-loleaut32" "-luuid" "-lcomdlg32" "-ladvapi32"
rte_pdcp_exports.def : error LNK2001: unresolved external symbol rte_pdcp_pkt_post_process
rte_pdcp_exports.def : error LNK2001: unresolved external symbol rte_pdcp_pkt_pre_process
lib\rte_pdcp.lib : fatal error LNK1120: 2 unresolved externals
clang: error: linker command failed with exit code 1120 (use -v to see invocation)
[348/750] Generating symbol file lib/rte_ethdev-23.dll.p/rte_ethdev-23.dll.symbols
[349/750] Compiling C object drivers/libtmp_rte_net_vmxnet3.a.p/net_vmxnet3_vmxnet3_rxtx.c.obj
[350/750] Generating rte_crypto_mlx5.pmd.c with a custom command (wrapped by meson to set PATH)
[351/750] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_utils.c.obj
[352/750] Compiling C object app/dpdk-testpmd.exe.p/test-pmd_cmdline_flow.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

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

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

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

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

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw121279-121283 [PATCH] [5/5] doc: add PDCP library guide
@ 2022-12-22 10:52 dpdklab
  0 siblings, 0 replies; 10+ messages in thread
From: dpdklab @ 2022-12-22 10:52 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, Anoob Joseph

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

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

_Testing issues_

Submitter: Anoob Joseph <anoobj@marvell.com>
Date: Thursday, December 22 2022 09:25:22 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:373f4c7de8ff350548cacc3d56e788461677f2c7

121279-121283 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
Creating library lib\rte_ethdev.lib and object lib\rte_ethdev.exp
[341/750] Generating symbol file lib/rte_security-23.dll.p/rte_security-23.dll.symbols
[342/750] Compiling C object drivers/libtmp_rte_crypto_mlx5.a.p/crypto_mlx5_mlx5_crypto_dek.c.obj
[343/750] Generating symbol file lib/rte_hash-23.dll.p/rte_hash-23.dll.symbols
[344/750] Linking static target drivers/libtmp_rte_crypto_mlx5.a
[345/750] Generating rte_crypto_mlx5_def with a custom command
[346/750] Compiling C object app/dpdk-test-gpudev.exe.p/test-gpudev_main.c.obj
[347/750] Linking target lib/rte_pdcp-23.dll
FAILED: lib/rte_pdcp-23.dll
"clang"  -Wl,/MACHINE:X64 -Wl,/OUT:lib/rte_pdcp-23.dll lib/librte_pdcp.a.p/pdcp_pdcp_crypto.c.obj lib/librte_pdcp.a.p/pdcp_pdcp_process.c.obj lib/librte_pdcp.a.p/pdcp_rte_pdcp.c.obj "-Wl,/nologo" "-Wl,/release" "-Wl,/nologo" "-Wl,/OPT:REF" "-Wl,/DLL" "-Wl,/IMPLIB:lib\rte_pdcp.lib" "lib\rte_eal.lib" "lib\rte_kvargs.lib" "lib\rte_security.lib" "lib\rte_mempool.lib" "lib\rte_ring.lib" "lib\rte_telemetry.lib" "lib\rte_cryptodev.lib" "lib\rte_mbuf.lib" "lib\rte_rcu.lib" "lib\rte_net.lib" "-Wl,/def:C:\Users\builder\jenkins\workspace\Windows-Compile-DPDK-Meson\dpdk\build\lib\rte_pdcp_exports.def" "-ldbghelp" "-lsetupapi" "-lws2_32" "-lmincore" "-lkernel32" "-luser32" "-lgdi32" "-lwinspool" "-lshell32" "-lole32" "-loleaut32" "-luuid" "-lcomdlg32" "-ladvapi32"
rte_pdcp_exports.def : error LNK2001: unresolved external symbol rte_pdcp_pkt_post_process
rte_pdcp_exports.def : error LNK2001: unresolved external symbol rte_pdcp_pkt_pre_process
lib\rte_pdcp.lib : fatal error LNK1120: 2 unresolved externals
clang: error: linker command failed with exit code 1120 (use -v to see invocation)
[348/750] Generating symbol file lib/rte_ethdev-23.dll.p/rte_ethdev-23.dll.symbols
[349/750] Compiling C object drivers/libtmp_rte_net_vmxnet3.a.p/net_vmxnet3_vmxnet3_rxtx.c.obj
[350/750] Generating rte_crypto_mlx5.pmd.c with a custom command (wrapped by meson to set PATH)
[351/750] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_utils.c.obj
[352/750] Compiling C object app/dpdk-testpmd.exe.p/test-pmd_cmdline_flow.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

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

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

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

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

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw121279-121283 [PATCH] [5/5] doc: add PDCP library guide
@ 2022-12-22 10:52 dpdklab
  0 siblings, 0 replies; 10+ messages in thread
From: dpdklab @ 2022-12-22 10:52 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, Anoob Joseph

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

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

_Testing issues_

Submitter: Anoob Joseph <anoobj@marvell.com>
Date: Thursday, December 22 2022 09:25:22 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:373f4c7de8ff350548cacc3d56e788461677f2c7

121279-121283 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
Creating library lib\rte_ethdev.lib and object lib\rte_ethdev.exp
[341/750] Generating symbol file lib/rte_security-23.dll.p/rte_security-23.dll.symbols
[342/750] Compiling C object drivers/libtmp_rte_crypto_mlx5.a.p/crypto_mlx5_mlx5_crypto_dek.c.obj
[343/750] Generating symbol file lib/rte_hash-23.dll.p/rte_hash-23.dll.symbols
[344/750] Linking static target drivers/libtmp_rte_crypto_mlx5.a
[345/750] Generating rte_crypto_mlx5_def with a custom command
[346/750] Compiling C object app/dpdk-test-gpudev.exe.p/test-gpudev_main.c.obj
[347/750] Linking target lib/rte_pdcp-23.dll
FAILED: lib/rte_pdcp-23.dll
"clang"  -Wl,/MACHINE:X64 -Wl,/OUT:lib/rte_pdcp-23.dll lib/librte_pdcp.a.p/pdcp_pdcp_crypto.c.obj lib/librte_pdcp.a.p/pdcp_pdcp_process.c.obj lib/librte_pdcp.a.p/pdcp_rte_pdcp.c.obj "-Wl,/nologo" "-Wl,/release" "-Wl,/nologo" "-Wl,/OPT:REF" "-Wl,/DLL" "-Wl,/IMPLIB:lib\rte_pdcp.lib" "lib\rte_eal.lib" "lib\rte_kvargs.lib" "lib\rte_security.lib" "lib\rte_mempool.lib" "lib\rte_ring.lib" "lib\rte_telemetry.lib" "lib\rte_cryptodev.lib" "lib\rte_mbuf.lib" "lib\rte_rcu.lib" "lib\rte_net.lib" "-Wl,/def:C:\Users\builder\jenkins\workspace\Windows-Compile-DPDK-Meson\dpdk\build\lib\rte_pdcp_exports.def" "-ldbghelp" "-lsetupapi" "-lws2_32" "-lmincore" "-lkernel32" "-luser32" "-lgdi32" "-lwinspool" "-lshell32" "-lole32" "-loleaut32" "-luuid" "-lcomdlg32" "-ladvapi32"
rte_pdcp_exports.def : error LNK2001: unresolved external symbol rte_pdcp_pkt_post_process
rte_pdcp_exports.def : error LNK2001: unresolved external symbol rte_pdcp_pkt_pre_process
lib\rte_pdcp.lib : fatal error LNK1120: 2 unresolved externals
clang: error: linker command failed with exit code 1120 (use -v to see invocation)
[348/750] Generating symbol file lib/rte_ethdev-23.dll.p/rte_ethdev-23.dll.symbols
[349/750] Compiling C object drivers/libtmp_rte_net_vmxnet3.a.p/net_vmxnet3_vmxnet3_rxtx.c.obj
[350/750] Generating rte_crypto_mlx5.pmd.c with a custom command (wrapped by meson to set PATH)
[351/750] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_utils.c.obj
[352/750] Compiling C object app/dpdk-testpmd.exe.p/test-pmd_cmdline_flow.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw121279-121283 [PATCH] [5/5] doc: add PDCP library guide
@ 2022-12-22 10:52 dpdklab
  0 siblings, 0 replies; 10+ messages in thread
From: dpdklab @ 2022-12-22 10:52 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, Anoob Joseph

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

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

_Testing issues_

Submitter: Anoob Joseph <anoobj@marvell.com>
Date: Thursday, December 22 2022 09:25:22 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:373f4c7de8ff350548cacc3d56e788461677f2c7

121279-121283 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
Creating library lib\rte_ethdev.lib and object lib\rte_ethdev.exp
[341/750] Generating symbol file lib/rte_security-23.dll.p/rte_security-23.dll.symbols
[342/750] Compiling C object drivers/libtmp_rte_crypto_mlx5.a.p/crypto_mlx5_mlx5_crypto_dek.c.obj
[343/750] Generating symbol file lib/rte_hash-23.dll.p/rte_hash-23.dll.symbols
[344/750] Linking static target drivers/libtmp_rte_crypto_mlx5.a
[345/750] Generating rte_crypto_mlx5_def with a custom command
[346/750] Compiling C object app/dpdk-test-gpudev.exe.p/test-gpudev_main.c.obj
[347/750] Linking target lib/rte_pdcp-23.dll
FAILED: lib/rte_pdcp-23.dll
"clang"  -Wl,/MACHINE:X64 -Wl,/OUT:lib/rte_pdcp-23.dll lib/librte_pdcp.a.p/pdcp_pdcp_crypto.c.obj lib/librte_pdcp.a.p/pdcp_pdcp_process.c.obj lib/librte_pdcp.a.p/pdcp_rte_pdcp.c.obj "-Wl,/nologo" "-Wl,/release" "-Wl,/nologo" "-Wl,/OPT:REF" "-Wl,/DLL" "-Wl,/IMPLIB:lib\rte_pdcp.lib" "lib\rte_eal.lib" "lib\rte_kvargs.lib" "lib\rte_security.lib" "lib\rte_mempool.lib" "lib\rte_ring.lib" "lib\rte_telemetry.lib" "lib\rte_cryptodev.lib" "lib\rte_mbuf.lib" "lib\rte_rcu.lib" "lib\rte_net.lib" "-Wl,/def:C:\Users\builder\jenkins\workspace\Windows-Compile-DPDK-Meson\dpdk\build\lib\rte_pdcp_exports.def" "-ldbghelp" "-lsetupapi" "-lws2_32" "-lmincore" "-lkernel32" "-luser32" "-lgdi32" "-lwinspool" "-lshell32" "-lole32" "-loleaut32" "-luuid" "-lcomdlg32" "-ladvapi32"
rte_pdcp_exports.def : error LNK2001: unresolved external symbol rte_pdcp_pkt_post_process
rte_pdcp_exports.def : error LNK2001: unresolved external symbol rte_pdcp_pkt_pre_process
lib\rte_pdcp.lib : fatal error LNK1120: 2 unresolved externals
clang: error: linker command failed with exit code 1120 (use -v to see invocation)
[348/750] Generating symbol file lib/rte_ethdev-23.dll.p/rte_ethdev-23.dll.symbols
[349/750] Compiling C object drivers/libtmp_rte_net_vmxnet3.a.p/net_vmxnet3_vmxnet3_rxtx.c.obj
[350/750] Generating rte_crypto_mlx5.pmd.c with a custom command (wrapped by meson to set PATH)
[351/750] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_utils.c.obj
[352/750] Compiling C object app/dpdk-testpmd.exe.p/test-pmd_cmdline_flow.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw121279-121283 [PATCH] [5/5] doc: add PDCP library guide
@ 2022-12-22 10:51 dpdklab
  0 siblings, 0 replies; 10+ messages in thread
From: dpdklab @ 2022-12-22 10:51 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, Anoob Joseph

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

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

_Testing issues_

Submitter: Anoob Joseph <anoobj@marvell.com>
Date: Thursday, December 22 2022 09:25:22 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:373f4c7de8ff350548cacc3d56e788461677f2c7

121279-121283 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
Creating library lib\rte_ethdev.lib and object lib\rte_ethdev.exp
[341/750] Generating symbol file lib/rte_security-23.dll.p/rte_security-23.dll.symbols
[342/750] Compiling C object drivers/libtmp_rte_crypto_mlx5.a.p/crypto_mlx5_mlx5_crypto_dek.c.obj
[343/750] Generating symbol file lib/rte_hash-23.dll.p/rte_hash-23.dll.symbols
[344/750] Linking static target drivers/libtmp_rte_crypto_mlx5.a
[345/750] Generating rte_crypto_mlx5_def with a custom command
[346/750] Compiling C object app/dpdk-test-gpudev.exe.p/test-gpudev_main.c.obj
[347/750] Linking target lib/rte_pdcp-23.dll
FAILED: lib/rte_pdcp-23.dll
"clang"  -Wl,/MACHINE:X64 -Wl,/OUT:lib/rte_pdcp-23.dll lib/librte_pdcp.a.p/pdcp_pdcp_crypto.c.obj lib/librte_pdcp.a.p/pdcp_pdcp_process.c.obj lib/librte_pdcp.a.p/pdcp_rte_pdcp.c.obj "-Wl,/nologo" "-Wl,/release" "-Wl,/nologo" "-Wl,/OPT:REF" "-Wl,/DLL" "-Wl,/IMPLIB:lib\rte_pdcp.lib" "lib\rte_eal.lib" "lib\rte_kvargs.lib" "lib\rte_security.lib" "lib\rte_mempool.lib" "lib\rte_ring.lib" "lib\rte_telemetry.lib" "lib\rte_cryptodev.lib" "lib\rte_mbuf.lib" "lib\rte_rcu.lib" "lib\rte_net.lib" "-Wl,/def:C:\Users\builder\jenkins\workspace\Windows-Compile-DPDK-Meson\dpdk\build\lib\rte_pdcp_exports.def" "-ldbghelp" "-lsetupapi" "-lws2_32" "-lmincore" "-lkernel32" "-luser32" "-lgdi32" "-lwinspool" "-lshell32" "-lole32" "-loleaut32" "-luuid" "-lcomdlg32" "-ladvapi32"
rte_pdcp_exports.def : error LNK2001: unresolved external symbol rte_pdcp_pkt_post_process
rte_pdcp_exports.def : error LNK2001: unresolved external symbol rte_pdcp_pkt_pre_process
lib\rte_pdcp.lib : fatal error LNK1120: 2 unresolved externals
clang: error: linker command failed with exit code 1120 (use -v to see invocation)
[348/750] Generating symbol file lib/rte_ethdev-23.dll.p/rte_ethdev-23.dll.symbols
[349/750] Compiling C object drivers/libtmp_rte_net_vmxnet3.a.p/net_vmxnet3_vmxnet3_rxtx.c.obj
[350/750] Generating rte_crypto_mlx5.pmd.c with a custom command (wrapped by meson to set PATH)
[351/750] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_utils.c.obj
[352/750] Compiling C object app/dpdk-testpmd.exe.p/test-pmd_cmdline_flow.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

end of thread, other threads:[~2022-12-22 10:58 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-22 10:52 |FAILURE| pw121279-121283 [PATCH] [5/5] doc: add PDCP library guide dpdklab
  -- strict thread matches above, loose matches on Subject: below --
2022-12-22 10:58 dpdklab
2022-12-22 10:55 dpdklab
2022-12-22 10:52 dpdklab
2022-12-22 10:52 dpdklab
2022-12-22 10:52 dpdklab
2022-12-22 10:52 dpdklab
2022-12-22 10:52 dpdklab
2022-12-22 10:52 dpdklab
2022-12-22 10:51 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).