|WARNING| pw149640-149639 [PATCH] [2/2] app/test: enable ipsec-relat

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Mon Jan 6 18:48:30 CET 2025


Test-Label: iol-unit-arm64-testing
Test-Status: WARNING
http://dpdk.org/patch/149639

_Testing issues_

Submitter: Andre Muezerie <andremue at linux.microsoft.com>
Date: Monday, January 06 2025 16:45:48 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:7df61db6c387703a36306c1aea92225921e2eeb2

149640-149639 --> testing issues

Upstream job id: Generic-Unit-Test-DPDK#303890

Test environment and result as below:

+--------------------------+--------------+---------------------------+------------------------------+----------------+
|       Environment        | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | dpdk_unit_test |
+==========================+==============+===========================+==============================+================+
| Ubuntu 20.04 ARM SVE     | PASS         | SKIPPED                   | SKIPPED                      | SKIPPED        |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian 12 (arm)          | SKIPPED      | WARN                      | WARN                         | WARN           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian 11 (Buster) (ARM) | SKIPPED      | SKIPPED                   | SKIPPED                      | WARN           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| CentOS Stream 9 (ARM)    | SKIPPED      | SKIPPED                   | SKIPPED                      | WARN           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 40 (ARM)          | SKIPPED      | SKIPPED                   | SKIPPED                      | WARN           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 40 (ARM Clang)    | SKIPPED      | SKIPPED                   | SKIPPED                      | WARN           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 41 (ARM)          | SKIPPED      | SKIPPED                   | SKIPPED                      | WARN           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 41 (ARM Clang)    | SKIPPED      | SKIPPED                   | SKIPPED                      | WARN           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| RHEL9 (ARM)              | SKIPPED      | SKIPPED                   | SKIPPED                      | WARN           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Ubuntu 24.04 (ARM)       | SKIPPED      | SKIPPED                   | SKIPPED                      | WARN           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Ubuntu 20.04 (ARM)       | SKIPPED      | SKIPPED                   | SKIPPED                      | WARN           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Ubuntu 22.04 (ARM)       | SKIPPED      | SKIPPED                   | SKIPPED                      | WARN           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+

==== 20 line log output for Ubuntu 22.04 (ARM) (dpdk_unit_test): ====
../lib/ipsec/esp_outb.c:688:12: error: assignment to 'uint32_t *' {aka 'unsigned int *'} from 'int' makes pointer from integer without a cast [-Werror=int-conversion]
688 |         dr = alloca(sizeof(uint32_t) * num);
|            ^
../lib/ipsec/esp_outb.c: In function 'inline_outb_tun_pkt_process':
../lib/ipsec/esp_outb.c:784:12: error: assignment to 'uint32_t *' {aka 'unsigned int *'} from 'int' makes pointer from integer without a cast [-Werror=int-conversion]
784 |         dr = alloca(sizeof(uint32_t) * num);
|            ^
../lib/ipsec/esp_outb.c:785:17: error: assignment to 'uint16_t *' {aka 'short unsigned int *'} from 'int' makes pointer from integer without a cast [-Werror=int-conversion]
785 |         nb_segs = alloca(sizeof(uint16_t) * num);
|                 ^
../lib/ipsec/esp_outb.c: In function 'inline_outb_trs_pkt_process':
../lib/ipsec/esp_outb.c:855:12: error: assignment to 'uint32_t *' {aka 'unsigned int *'} from 'int' makes pointer from integer without a cast [-Werror=int-conversion]
855 |         dr = alloca(sizeof(uint32_t) * num);
|            ^
../lib/ipsec/esp_outb.c:856:17: error: assignment to 'uint16_t *' {aka 'short unsigned int *'} from 'int' makes pointer from integer without a cast [-Werror=int-conversion]
856 |         nb_segs = alloca(sizeof(uint16_t) * num);
|                 ^
cc1: all warnings being treated as errors
[417/3363] Generating vhost.sym_chk with a custom command (wrapped by meson to capture output)
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04 ARM SVE
	Kernel: Depends on container host
	Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0

Debian 12 (arm)
	Kernel: Depends on container host
	Compiler: gcc (Debian 12.2.0-14) 12.2.0

Debian 11 (Buster) (ARM)
	Kernel: Depends on container host
	Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110

CentOS Stream 9 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2)

Fedora 40 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)

Fedora 40 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40)

Fedora 41 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)

Fedora 41 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41)

RHEL9 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2)

Ubuntu 24.04 (ARM)
	Kernel: Depends on container host
	Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0

Ubuntu 20.04 (ARM)
	Kernel: Depends on container host
	Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Ubuntu 22.04 (ARM)
	Kernel: Depends on container host
	Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

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

UNH-IOL DPDK Community Lab

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


More information about the test-report mailing list