automatic DPDK test reports
 help / color / mirror / Atom feed
From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: dmitry.kozliuk@gmail.com, robot@bytheb.org
Subject: |FAILURE| pw147053 [PATCH] eal: support including mapped memory in core dump
Date: Wed, 23 Oct 2024 20:27:00 -0400	[thread overview]
Message-ID: <20241024002700.3532297-1-robot@bytheb.org> (raw)
In-Reply-To: <20241023231859.1323727-1-kozlyuk@bifit.com>

From: robot@bytheb.org

Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/147053/

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/11489934755
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-22.04-gcc-static-i386" failed at step Build and test
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-static-i386" at step Build and test
####################################################################################
[82/5439] Compiling C object lib/librte_eal.a.p/eal_linux_eal_memalloc.c.o
[83/5439] Compiling C object lib/librte_eal.a.p/eal_x86_rte_cpuflags.c.o
[84/5439] Compiling C object lib/librte_eal.a.p/eal_x86_rte_hypervisor.c.o
[85/5439] Compiling C object lib/librte_eal.a.p/eal_x86_rte_spinlock.c.o
[86/5439] Compiling C object lib/librte_eal.a.p/eal_x86_rte_mmu.c.o
[87/5439] 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 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/x86/include -I../lib/eal/x86/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 -O2 -g -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 -m32 -fPIC -march=corei7 -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation '-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:20: 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
[88/5439] Compiling C object lib/librte_eal.a.p/eal_linux_eal_vfio_mp_sync.c.o
[89/5439] Compiling C object lib/librte_eal.a.p/eal_x86_rte_cycles.c.o
[90/5439] Compiling C object lib/librte_eal.a.p/eal_linux_eal_vfio.c.o
[91/5439] Compiling C object lib/librte_eal.a.p/eal_x86_rte_power_intrinsics.c.o
[92/5439] Compiling C object lib/librte_ring.a.p/ring_rte_ring.c.o
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-static-i386" at step Build and test
####################################################################################
--------------------------------END LOGS-----------------------------

  parent reply	other threads:[~2024-10-24  0:27 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20241023231859.1323727-1-kozlyuk@bifit.com>
2024-10-23 22:47 ` |SUCCESS| " qemudev
2024-10-23 22:51 ` qemudev
2024-10-23 23:20 ` checkpatch
2024-10-24  0:27 ` 0-day Robot [this message]
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

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=20241024002700.3532297-1-robot@bytheb.org \
    --to=robot@bytheb.org \
    --cc=dmitry.kozliuk@gmail.com \
    --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).