* |FAILURE| pw149634 [PATCH] ring: add the second version of the RTS interface
@ 2025-01-05 10:46 0-day Robot
0 siblings, 0 replies; only message in thread
From: 0-day Robot @ 2025-01-05 10:46 UTC (permalink / raw)
To: test-report; +Cc: chcchc88, robot
From: robot@bytheb.org
Test-Label: github-robot: build
Test-Status: FAILURE
_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/12618600010
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-22.04-clang-stdatomic" failed at step Build and test
"ubuntu-22.04-gcc-abi+debug+doc+examples+tests" failed at step Build and test
"ubuntu-22.04-clang-asan+doc+tests" failed at step Build and test
"fedora:39-clang" failed at step Build
----------------------End summary of failed steps--------------------
-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-22.04-clang-stdatomic" at step Build and test
####################################################################################
[89/3210] Compiling C object lib/librte_eal.a.p/eal_x86_rte_hypervisor.c.o
[90/3210] Compiling C object lib/librte_eal.a.p/eal_x86_rte_spinlock.c.o
[91/3210] Compiling C object lib/librte_eal.a.p/eal_linux_eal_vfio_mp_sync.c.o
[92/3210] Compiling C object lib/librte_eal.a.p/eal_x86_rte_cycles.c.o
[93/3210] Compiling C object lib/librte_eal.a.p/eal_x86_rte_mmu.c.o
[94/3210] Compiling C object lib/librte_eal.a.p/eal_linux_eal_vfio.c.o
[95/3210] Compiling C object lib/librte_eal.a.p/eal_x86_rte_power_intrinsics.c.o
[96/3210] Linking static target lib/librte_eal.a
[97/3210] Compiling C object lib/librte_ring.a.p/ring_rte_ring.c.o
FAILED: lib/librte_ring.a.p/ring_rte_ring.c.o
ccache clang -Ilib/librte_ring.a.p -Ilib -I../lib -Ilib/ring -I../lib/ring -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 -I../kernel/linux -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 -Xclang -fcolor-diagnostics -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-missing-field-initializers -D_GNU_SOURCE -fPIC -march=corei7 -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=lib.ring -DRTE_ANNOTATE_LOCKS -Wthread-safety -MD -MQ lib/librte_ring.a.p/ring_rte_ring.c.o -MF lib/librte_ring.a.p/ring_rte_ring.c.o.d -o lib/librte_ring.a.p/ring_rte_ring.c.o -c ../lib/ring/rte_ring.c
../lib/ring/rte_ring.c:348:1: error: mutex 'rte_mcfg_tailq_get_lock()' is not held on every path through here [-Werror,-Wthread-safety-analysis]
}
^
../lib/ring/rte_ring.c:318:2: note: mutex acquired here
rte_mcfg_tailq_write_lock();
^
1 error generated.
[98/3210] Compiling C object lib/librte_mempool.a.p/mempool_rte_mempool_ops_default.c.o
[99/3210] Compiling C object lib/librte_mempool.a.p/mempool_rte_mempool_ops.c.o
[100/3210] Compiling C object lib/librte_mempool.a.p/mempool_rte_mempool.c.o
[101/3210] Compiling C object lib/librte_rcu.a.p/rcu_rte_rcu_qsbr.c.o
[102/3210] Generating eal.sym_chk with a custom command (wrapped by meson to capture output)
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-clang-stdatomic" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-abi+debug+doc+examples+tests" at step Build and test
####################################################################################
Functions changes summary: 0 Removed, 1 Changed (3 filtered out), 0 Added functions
Variables changes summary: 0 Removed, 0 Changed, 0 Added variable
1 function with some indirect sub-type change:
[C] 'function rte_event_ring* rte_event_ring_create(const char*, unsigned int, int, unsigned int)' at rte_event_ring.c:26:1 has some indirect sub-type changes:
return type changed:
in pointed to type 'struct rte_event_ring' at rte_event_ring.h:37:1:
type size hasn't changed
1 data member change:
type of 'rte_ring r' changed:
type size hasn't changed
1 data member changes (1 filtered):
type of 'anonymous data member union {rte_ring_headtail prod; rte_ring_hts_headtail hts_prod; rte_ring_rts_headtail rts_prod;}' changed:
type size hasn't changed
1 data member changes (2 filtered):
type of 'rte_ring_rts_headtail rts_prod' changed:
type size changed from 192 to 256 (in bits)
1 data member insertion:
'rte_ring_rts_cache* rts_cache', at offset 192 (in bits) at rte_ring_core.h:95:1
no data member change (1 filtered);
Error: ABI issue reported for abidiff --suppr /home/runner/work/dpdk/dpdk/devtools/libabigail.abignore --no-added-syms --headers-dir1 reference/usr/local/include --headers-dir2 install/usr/local/include reference/usr/local/lib/librte_eventdev.so.25.0 install/usr/local/lib/librte_eventdev.so.25.1
ABIDIFF_ABI_CHANGE, this change requires a review (abidiff flagged this as a potential issue).
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-abi+debug+doc+examples+tests" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-22.04-clang-asan+doc+tests" at step Build and test
####################################################################################
[88/6634] Compiling C object lib/librte_eal.a.p/eal_linux_eal_memalloc.c.o
[89/6634] Compiling C object lib/librte_eal.a.p/eal_x86_rte_hypervisor.c.o
[90/6634] Compiling C object lib/librte_eal.a.p/eal_x86_rte_spinlock.c.o
[91/6634] Compiling C object lib/librte_eal.a.p/eal_x86_rte_cycles.c.o
[92/6634] Compiling C object lib/librte_eal.a.p/eal_linux_eal_vfio_mp_sync.c.o
[93/6634] Compiling C object lib/librte_eal.a.p/eal_linux_eal_memory.c.o
[94/6634] Compiling C object lib/librte_eal.a.p/eal_x86_rte_mmu.c.o
[95/6634] Compiling C object lib/librte_eal.a.p/eal_x86_rte_power_intrinsics.c.o
[96/6634] Compiling C object lib/librte_ring.a.p/ring_rte_ring.c.o
FAILED: lib/librte_ring.a.p/ring_rte_ring.c.o
ccache clang -Ilib/librte_ring.a.p -Ilib -I../lib -Ilib/ring -I../lib/ring -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 -I../kernel/linux -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 -Xclang -fcolor-diagnostics -fsanitize=address -fno-omit-frame-pointer -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-missing-field-initializers -D_GNU_SOURCE -fPIC -march=corei7 -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=lib.ring -DRTE_ANNOTATE_LOCKS -Wthread-safety -MD -MQ lib/librte_ring.a.p/ring_rte_ring.c.o -MF lib/librte_ring.a.p/ring_rte_ring.c.o.d -o lib/librte_ring.a.p/ring_rte_ring.c.o -c ../lib/ring/rte_ring.c
../lib/ring/rte_ring.c:348:1: error: mutex 'rte_mcfg_tailq_get_lock()' is not held on every path through here [-Werror,-Wthread-safety-analysis]
}
^
../lib/ring/rte_ring.c:318:2: note: mutex acquired here
rte_mcfg_tailq_write_lock();
^
1 error generated.
[97/6634] Compiling C object lib/librte_eal.a.p/eal_linux_eal_vfio.c.o
[98/6634] Compiling C object lib/librte_mempool.a.p/mempool_rte_mempool_ops_default.c.o
[99/6634] Compiling C object lib/librte_mempool.a.p/mempool_rte_mempool_ops.c.o
[100/6634] Compiling C object lib/librte_mempool.a.p/mempool_rte_mempool.c.o
[101/6634] Compiling C object lib/librte_rcu.a.p/rcu_rte_rcu_qsbr.c.o
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-clang-asan+doc+tests" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "fedora:39-clang" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:39-clang" at step Build
####################################################################################
--------------------------------END LOGS-----------------------------
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-01-05 10:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-01-05 10:46 |FAILURE| pw149634 [PATCH] ring: add the second version of the RTS interface 0-day Robot
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).