automatic DPDK test reports
 help / color / mirror / Atom feed
From: dpdklab@iol.unh.edu
To: Test Report <test-report@dpdk.org>
Cc: dpdk-test-reports@iol.unh.edu, "Burakov,
	Anatoly" <anatoly.burakov@intel.com>
Subject: |FAILURE| pw140961-141108 [PATCH] [v2,148/148] net/ice: add new devi
Date: Wed, 12 Jun 2024 21:24:11 -0700 (PDT)	[thread overview]
Message-ID: <666a746b.170a0220.39ff2.27a9SMTPIN_ADDED_MISSING@mx.google.com> (raw)
In-Reply-To: <48213c31a15cdd7a69d18f849b68fb12275a7b5a.1718204529.git.anatoly.burakov@intel.com>

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

_Testing issues_

Submitter: Burakov, Anatoly <anatoly.burakov@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@sta/ice_flow.c.o'.
[1247/2275] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_dcb.c.o'.
[1248/2275] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_fdir.c.o'.
[1249/2275] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_acl.c.o'.
[1250/2275] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_acl_ctrl.c.o'.
[1251/2275] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_vlan_mode.c.o'.
[1252/2275] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_ptp_hw.c.o'.
[1253/2275] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_parser.c.o'.
FAILED: drivers/net/ice/base/39545a2@@ice_base@sta/ice_parser.c.o
ccache arm-linux-gnueabihf-gcc -Idrivers/net/ice/base/39545a2@@ice_base@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@sta/ice_parser.c.o' -MF 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_parser.c.o.d' -o 'drivers/net/ice/base/39545a2@@ice_base@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/

  parent reply	other threads:[~2024-06-13  4:47 UTC|newest]

Thread overview: 109+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <48213c31a15cdd7a69d18f849b68fb12275a7b5a.1718204529.git.anatoly.burakov@intel.com>
2024-06-12 15:06 ` |SUCCESS| pw140961-141108 [PATCH v2 148/148] net/ice: add new device ids qemudev
2024-06-12 15:11 ` qemudev
2024-06-12 15:29 ` |SUCCESS| pw141108 " checkpatch
2024-06-12 16:15 ` |SUCCESS| pw140961-141108 [PATCH] [v2,148/148] net/ice: add new devi dpdklab
2024-06-12 16:23 ` dpdklab
2024-06-12 16:24 ` |FAILURE| pw141108 [PATCH v2 148/148] net/ice: add new device ids 0-day Robot
2024-06-12 16:24 ` |SUCCESS| pw140961-141108 [PATCH] [v2,148/148] net/ice: add new devi dpdklab
2024-06-12 16:25 ` dpdklab
2024-06-12 16:26 ` dpdklab
2024-06-12 16:31 ` dpdklab
2024-06-13  4:22 ` dpdklab
2024-06-13  4:23 ` dpdklab
2024-06-13  4:23 ` dpdklab
2024-06-13  4:23 ` dpdklab
2024-06-13  4:23 ` dpdklab
2024-06-13  4:23 ` dpdklab
2024-06-13  4:23 ` dpdklab
2024-06-13  4:23 ` dpdklab
2024-06-13  4:23 ` |FAILURE| " dpdklab
2024-06-13  4:23 ` |SUCCESS| " dpdklab
2024-06-13  4:23 ` dpdklab
2024-06-13  4:23 ` dpdklab
2024-06-13  4:23 ` dpdklab
2024-06-13  4:23 ` dpdklab
2024-06-13  4:23 ` dpdklab
2024-06-13  4:24 ` |FAILURE| " dpdklab
2024-06-13  4:24 ` dpdklab [this message]
2024-06-13  4:24 ` dpdklab
2024-06-13  4:24 ` |SUCCESS| " dpdklab
2024-06-13  4:24 ` dpdklab
2024-06-13  4:24 ` |FAILURE| " dpdklab
2024-06-13  4:24 ` |SUCCESS| " dpdklab
2024-06-13  4:24 ` |FAILURE| " dpdklab
2024-06-13  4:24 ` |SUCCESS| " dpdklab
2024-06-13  4:24 ` dpdklab
2024-06-13  4:24 ` dpdklab
2024-06-13  4:24 ` dpdklab
2024-06-13  4:25 ` dpdklab
2024-06-13  4:25 ` dpdklab
2024-06-13  4:25 ` dpdklab
2024-06-13  4:25 ` dpdklab
2024-06-13  4:25 ` dpdklab
2024-06-13  4:25 ` dpdklab
2024-06-13  4:25 ` dpdklab
2024-06-13  4:25 ` dpdklab
2024-06-13  4:26 ` dpdklab
2024-06-13  4:26 ` dpdklab
2024-06-13  4:26 ` dpdklab
2024-06-13  4:26 ` dpdklab
2024-06-13  4:26 ` dpdklab
2024-06-13  4:26 ` dpdklab
2024-06-13  4:26 ` dpdklab
2024-06-13  4:27 ` dpdklab
2024-06-13  4:27 ` dpdklab
2024-06-13  4:27 ` dpdklab
2024-06-13  4:27 ` dpdklab
2024-06-13  4:27 ` dpdklab
2024-06-13  4:27 ` dpdklab
2024-06-13  4:28 ` dpdklab
2024-06-13  4:28 ` dpdklab
2024-06-13  4:28 ` dpdklab
2024-06-13  4:28 ` dpdklab
2024-06-13  4:28 ` dpdklab
2024-06-13  4:29 ` |FAILURE| " dpdklab
2024-06-13  4:29 ` |SUCCESS| " dpdklab
2024-06-13  4:29 ` dpdklab
2024-06-13  4:29 ` dpdklab
2024-06-13  4:29 ` dpdklab
2024-06-13  4:29 ` dpdklab
2024-06-13  4:29 ` dpdklab
2024-06-13  4:30 ` dpdklab
2024-06-13  4:30 ` |FAILURE| " dpdklab
2024-06-13  4:30 ` |SUCCESS| " dpdklab
2024-06-13  4:30 ` dpdklab
2024-06-13  4:30 ` dpdklab
2024-06-13  4:30 ` dpdklab
2024-06-13  4:30 ` dpdklab
2024-06-13  4:30 ` dpdklab
2024-06-13  4:31 ` dpdklab
2024-06-13  4:31 ` dpdklab
2024-06-13  4:31 ` dpdklab
2024-06-13  4:31 ` dpdklab
2024-06-13  4:31 ` dpdklab
2024-06-13  4:31 ` |FAILURE| " dpdklab
2024-06-13  4:31 ` |SUCCESS| " dpdklab
2024-06-13  4:31 ` dpdklab
2024-06-13  4:32 ` dpdklab
2024-06-13  4:32 ` dpdklab
2024-06-13  4:32 ` dpdklab
2024-06-13  4:32 ` dpdklab
2024-06-13  4:32 ` dpdklab
2024-06-13  4:32 ` dpdklab
2024-06-13  4:32 ` dpdklab
2024-06-13  4:32 ` dpdklab
2024-06-13  4:33 ` dpdklab
2024-06-13  4:33 ` dpdklab
2024-06-13  4:33 ` dpdklab
2024-06-13  4:34 ` dpdklab
2024-06-13  4:34 ` dpdklab
2024-06-13  4:34 ` dpdklab
2024-06-13  4:35 ` |FAILURE| " dpdklab
2024-06-13  4:35 ` |SUCCESS| " dpdklab
2024-06-13  4:35 ` dpdklab
2024-06-13  4:37 ` |FAILURE| " dpdklab
2024-06-13  4:38 ` dpdklab
2024-06-13  4:38 ` dpdklab
2024-06-13  4:40 ` dpdklab
2024-06-13  4:41 ` dpdklab
2024-06-13  4:43 ` dpdklab

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=666a746b.170a0220.39ff2.27a9SMTPIN_ADDED_MISSING@mx.google.com \
    --to=dpdklab@iol.unh.edu \
    --cc=anatoly.burakov@intel.com \
    --cc=dpdk-test-reports@iol.unh.edu \
    --cc=test-report@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).