|FAILURE| pw140961-141108 [PATCH] [v2,148/148] net/ice: add new devi

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Thu Jun 13 06:29:00 CEST 2024


Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/141108

_Testing issues_

Submitter: Burakov, Anatoly <anatoly.burakov at intel.com>
Date: Wednesday, June 12 2024 15:02:22 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:b1a6f8deeee2d30b6e25d9a5c8279dfc9401d9aa

140961-141108 --> testing issues

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+
| RHEL9 (ARM)                            | PASS               |
+----------------------------------------+--------------------+
| Debian 12 with MUSDK                   | PASS               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM)                        | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 24.04 (ARM)                     | PASS               |
+----------------------------------------+--------------------+
| Fedora 39 (ARM)                        | PASS               |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM)               | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | PASS               |
+----------------------------------------+--------------------+
| Fedora 37 (ARM)                        | PASS               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM Clang)                  | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                     | PASS               |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                  | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 22.04 (ARM)                     | PASS               |
+----------------------------------------+--------------------+
| Debian 12 (arm)                        | PASS               |
+----------------------------------------+--------------------+
| Fedora 39 (ARM Clang)                  | PASS               |
+----------------------------------------+--------------------+

==== 20 line log output for Ubuntu 20.04 aarch32 GCC Cross Compile (dpdk_meson_compile): ====
[1246/2275] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base at sta/ice_flow.c.o'.
[1247/2275] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base at sta/ice_dcb.c.o'.
[1248/2275] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base at sta/ice_fdir.c.o'.
[1249/2275] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base at sta/ice_acl.c.o'.
[1250/2275] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base at sta/ice_acl_ctrl.c.o'.
[1251/2275] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base at sta/ice_vlan_mode.c.o'.
[1252/2275] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base at sta/ice_ptp_hw.c.o'.
[1253/2275] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base at sta/ice_parser.c.o'.
FAILED: drivers/net/ice/base/39545a2@@ice_base at sta/ice_parser.c.o
ccache arm-linux-gnueabihf-gcc -Idrivers/net/ice/base/39545a2@@ice_base at sta -Idrivers/net/ice/base -I../drivers/net/ice/base -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 -fdiagnostics-color=always -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-packed-not-aligned -Wno-missing-field-initializers -Wno-pointer-to-int-cast -D_GNU_SOURCE -fPIC -march=armv8
 -a+simd -mfpu=auto -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -Wno-unused-value -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-parameter -MD -MQ 'drivers/net/ice/base/39545a2@@ice_base at sta/ice_parser.c.o' -MF 'drivers/net/ice/base/39545a2@@ice_base at sta/ice_parser.c.o.d' -o 'drivers/net/ice/base/39545a2@@ice_base at sta/ice_parser.c.o' -c ../drivers/net/ice/base/ice_parser.c
../drivers/net/ice/base/ice_parser.c: In function 'ice_parser_sect_item_get':
../drivers/net/ice/base/ice_parser.c:99:9: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
99 |  return (void *)((u64)section + data_off + index * size);
|         ^
../drivers/net/ice/base/ice_parser.c: In function 'ice_parser_create_table':
../drivers/net/ice/base/ice_parser.c:152:8: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
152 |        (void *)((u64)table + idx * item_size),
|        ^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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

RHEL9 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 11.4.1

Debian 12 with MUSDK
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.0

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Ubuntu 24.04 (ARM)
	Kernel: 5.4.0-167-generic
	Compiler: gcc 13.2.0

Fedora 39 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-167-generic
	Compiler: gcc 9.4.0

Ubuntu 20.04 ARM Clang Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: clang 10.0.0-4ubuntu1

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.6

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-167-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.4.1

Ubuntu 22.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.4.0

Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.0

Fedora 39 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 17.0.6

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

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