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, Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
Subject: |FAILURE| pw147053 [PATCH] eal: support including mapped memory in c
Date: Sat, 26 Oct 2024 03:22:16 -0700 (PDT)	[thread overview]
Message-ID: <671cc2d8.050a0220.1a47fc.6e74SMTPIN_ADDED_MISSING@mx.google.com> (raw)
In-Reply-To: <20241023231859.1323727-1-kozlyuk@bifit.com>

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

_Testing issues_

Submitter: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
Date: Wednesday, October 23 2024 23:18:59 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:90cb8ff8196f9b9c1c2bcee1c94ea583789bb63f

147053 --> testing issues

Upstream job id: Generic-DPDK-Compile-Meson#323573

Test environment and result as below:

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

==== 20 line log output for Ubuntu 20.04 aarch32 GCC Cross Compile (dpdk_meson_compile): ====
[75/2295] Compiling C object lib/librte_eal.a.p/eal_linux_eal_cpuflags.c.o
[76/2295] Compiling C object lib/librte_eal.a.p/eal_linux_eal_dev.c.o
[77/2295] Compiling C object lib/librte_eal.a.p/eal_linux_eal_hugepage_info.c.o
[78/2295] Compiling C object lib/librte_eal.a.p/eal_linux_eal_interrupts.c.o
[79/2295] Compiling C object lib/librte_eal.a.p/eal_linux_eal_lcore.c.o
[80/2295] Compiling C object lib/librte_eal.a.p/eal_linux_eal_memalloc.c.o
[81/2295] Compiling C object lib/librte_eal.a.p/eal_linux_eal_memory.c.o
FAILED: lib/librte_eal.a.p/eal_linux_eal_memory.c.o
ccache arm-linux-gnueabihf-gcc -Ilib/librte_eal.a.p -Ilib -I../lib -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/metrics -I../lib/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-truncati
 on '-DABI_VERSION="25.0"' -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD -MQ lib/librte_eal.a.p/eal_linux_eal_memory.c.o -MF lib/librte_eal.a.p/eal_linux_eal_memory.c.o.d -o lib/librte_eal.a.p/eal_linux_eal_memory.c.o -c ../lib/eal/linux/eal_memory.c
In file included from ../lib/log/rte_log.h:22,
from ../lib/eal/linux/eal_memory.c:31:
../lib/eal/linux/eal_memory.c: In function 'remap_segment':
../lib/eal/include/rte_common.h:444:30: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
444 | #define RTE_PTR_ADD(ptr, x) ((void*)((uintptr_t)(ptr) + (x)))
|                              ^
../lib/eal/linux/eal_memory.c:724:13: note: in expansion of macro 'RTE_PTR_ADD'
724 |  map_addr = RTE_PTR_ADD(msl->base_va, ms_idx * page_sz);
|             ^~~~~~~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

RHEL9 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3)

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: Depends on container host
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

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

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

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1 20230508 (Red Hat 12.3.1-1)

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.2.1 20240316 (Red Hat 13.2.1-7)

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.6 (Fedora 16.0.6-4.fc38)

Fedora 39 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1)

Fedora 39 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39)

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

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

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

Ubuntu 24.04 (ARM)
	Kernel: Depends on container host
	Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0

CentOS Stream 9 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3)

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

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

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: Depends on container host
	Compiler: gcc 9.4.0

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

UNH-IOL DPDK Community Lab

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

  parent reply	other threads:[~2024-10-26 10:22 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20241023231859.1323727-1-kozlyuk@bifit.com>
2024-10-23 22:47 ` |SUCCESS| pw147053 [PATCH] eal: support including mapped memory in core dump qemudev
2024-10-23 22:51 ` qemudev
2024-10-23 23:20 ` checkpatch
2024-10-24  0:27 ` |FAILURE| " 0-day Robot
2024-10-24  3:06 ` |SUCCESS| pw147053 [PATCH] eal: support including mapped memory in c dpdklab
2024-10-24  3:13 ` dpdklab
2024-10-24  3:20 ` dpdklab
2024-10-24  5:02 ` dpdklab
2024-10-24  8:34 ` dpdklab
2024-10-24 23:36 ` dpdklab
2024-10-25  1:01 ` dpdklab
2024-10-25  9:28 ` |PENDING| " dpdklab
2024-10-26  3:01 ` |SUCCESS| " dpdklab
2024-10-26  4:18 ` |FAILURE| " dpdklab
2024-10-26  4:50 ` dpdklab
2024-10-26 10:22 ` dpdklab [this message]
2024-10-26 10:35 ` dpdklab
2024-10-26 11:25 ` dpdklab
2024-10-26 12:35 ` dpdklab
2024-10-26 12:54 ` dpdklab
2024-10-26 13:57 ` dpdklab
2024-10-26 14:00 ` dpdklab
2024-10-26 14:11 ` dpdklab
2024-10-26 14:21 ` dpdklab
2024-10-26 14:38 ` dpdklab
2024-10-26 15:05 ` dpdklab
2024-10-26 15:21 ` dpdklab
2024-10-26 15:23 ` dpdklab
2024-10-26 15:29 ` 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=671cc2d8.050a0220.1a47fc.6e74SMTPIN_ADDED_MISSING@mx.google.com \
    --to=dpdklab@iol.unh.edu \
    --cc=dmitry.kozliuk@gmail.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).