From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: pbhagavatula@marvell.com, robot@bytheb.org
Subject: |FAILURE| pw127215 [PATCH 3/3] test: add reassembly perf test
Date: Tue, 23 May 2023 10:20:08 -0400 [thread overview]
Message-ID: <20230523142008.3404530-1-robot@bytheb.org> (raw)
In-Reply-To: <20230523125413.6324-3-pbhagavatula@marvell.com>
From: robot@bytheb.org
Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/127215/
_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/5057861797
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-20.04-gcc-static-mingw" failed at step Build and test
"ubuntu-20.04-gcc-ppc64le" failed at step Build and test
"ubuntu-20.04-gcc-riscv64" failed at step Build and test
----------------------End summary of failed steps--------------------
-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-static-mingw" at step Build and test
####################################################################################
../lib/ip_frag/ip_frag_common.h:166:30: error: ‘lru’ undeclared (first use in this function)
166 | TAILQ_REMOVE(&tbl->lru, fp, lru);
| ^~~
cc1: all warnings being treated as errors
[215/1417] Compiling C object 'lib/76b5a35@@rte_ip_frag@sta/ip_frag_rte_ipv6_fragmentation.c.obj'.
FAILED: lib/76b5a35@@rte_ip_frag@sta/ip_frag_rte_ipv6_fragmentation.c.obj
ccache x86_64-w64-mingw32-gcc -Ilib/76b5a35@@rte_ip_frag@sta -Ilib -I../lib -Ilib/ip_frag -I../lib/ip_frag -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/windows/include -I../lib/eal/windows/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/ethdev -I../lib/ethdev -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/meter -I../lib/meter -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -fdiagnostics-color=always -pipe -Wall -Winvalid-pch -Wextra -Werror -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 -D_GNU_SOURCE -D_WIN32_WINNT=0x0A00 -D__USE_MINGW_ANSI_STDIO -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.ip_frag -MD -MQ 'lib/76b5a35@@rte_ip_frag@sta/ip_frag_rte_ipv6_fragmentation.c.obj' -MF 'lib/76b5a35@@rte_ip_frag@sta/ip_frag_rte_ipv6_fragmentation.c.obj.d' -o 'lib/76b5a35@@rte_ip_frag@sta/ip_frag_rte_ipv6_fragmentation.c.obj' -c ../lib/ip_frag/rte_ipv6_fragmentation.c
In file included from ../lib/ip_frag/rte_ipv6_fragmentation.c:10:
../lib/ip_frag/ip_frag_common.h: In function ‘ip_frag_inuse’:
../lib/ip_frag/ip_frag_common.h:136:3: error: implicit declaration of function ‘TAILQ_REMOVE’; did you mean ‘DIF_REMOVE’? [-Werror=implicit-function-declaration]
136 | TAILQ_REMOVE(&tbl->lru, fp, lru);
| ^~~~~~~~~~~~
| DIF_REMOVE
../lib/ip_frag/ip_frag_common.h:136:3: error: nested extern declaration of ‘TAILQ_REMOVE’ [-Werror=nested-externs]
../lib/ip_frag/ip_frag_common.h:136:31: error: ‘lru’ undeclared (first use in this function)
136 | TAILQ_REMOVE(&tbl->lru, fp, lru);
| ^~~
../lib/ip_frag/ip_frag_common.h:136:31: note: each undeclared identifier is reported only once for each function it appears in
../lib/ip_frag/ip_frag_common.h: In function ‘ip_frag_tbl_del’:
../lib/ip_frag/ip_frag_common.h:166:30: error: ‘lru’ undeclared (first use in this function)
166 | TAILQ_REMOVE(&tbl->lru, fp, lru);
| ^~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-static-mingw" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-ppc64le" at step Build and test
####################################################################################
../lib/hash/rte_cmp_x86.h:11:21: error: nested extern declaration of ‘_mm_loadu_si128’ [-Werror=nested-externs]
../lib/hash/rte_cmp_x86.h:11:44: error: unknown type name ‘__m128i’
11 | const __m128i k1 = _mm_loadu_si128((const __m128i *) key1);
| ^~~~~~~
../lib/hash/rte_cmp_x86.h:12:8: error: unknown type name ‘__m128i’
12 | const __m128i k2 = _mm_loadu_si128((const __m128i *) key2);
| ^~~~~~~
../lib/hash/rte_cmp_x86.h:12:44: error: unknown type name ‘__m128i’
12 | const __m128i k2 = _mm_loadu_si128((const __m128i *) key2);
| ^~~~~~~
../lib/hash/rte_cmp_x86.h:13:8: error: unknown type name ‘__m128i’
13 | const __m128i x = _mm_xor_si128(k1, k2);
| ^~~~~~~
../lib/hash/rte_cmp_x86.h:13:20: error: implicit declaration of function ‘_mm_xor_si128’ [-Werror=implicit-function-declaration]
13 | const __m128i x = _mm_xor_si128(k1, k2);
| ^~~~~~~~~~~~~
../lib/hash/rte_cmp_x86.h:13:20: error: nested extern declaration of ‘_mm_xor_si128’ [-Werror=nested-externs]
../lib/hash/rte_cmp_x86.h:15:10: error: implicit declaration of function ‘_mm_test_all_zeros’ [-Werror=implicit-function-declaration]
15 | return !_mm_test_all_zeros(x, x);
| ^~~~~~~~~~~~~~~~~~
../lib/hash/rte_cmp_x86.h:15:10: error: nested extern declaration of ‘_mm_test_all_zeros’ [-Werror=nested-externs]
cc1: all warnings being treated as errors
[282/3827] Generating eventdev.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-ppc64le" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-riscv64" at step Build and test
####################################################################################
../lib/hash/rte_cmp_x86.h:11:21: error: nested extern declaration of ‘_mm_loadu_si128’ [-Werror=nested-externs]
../lib/hash/rte_cmp_x86.h:11:44: error: unknown type name ‘__m128i’
11 | const __m128i k1 = _mm_loadu_si128((const __m128i *) key1);
| ^~~~~~~
../lib/hash/rte_cmp_x86.h:12:8: error: unknown type name ‘__m128i’
12 | const __m128i k2 = _mm_loadu_si128((const __m128i *) key2);
| ^~~~~~~
../lib/hash/rte_cmp_x86.h:12:44: error: unknown type name ‘__m128i’
12 | const __m128i k2 = _mm_loadu_si128((const __m128i *) key2);
| ^~~~~~~
../lib/hash/rte_cmp_x86.h:13:8: error: unknown type name ‘__m128i’
13 | const __m128i x = _mm_xor_si128(k1, k2);
| ^~~~~~~
../lib/hash/rte_cmp_x86.h:13:20: error: implicit declaration of function ‘_mm_xor_si128’ [-Werror=implicit-function-declaration]
13 | const __m128i x = _mm_xor_si128(k1, k2);
| ^~~~~~~~~~~~~
../lib/hash/rte_cmp_x86.h:13:20: error: nested extern declaration of ‘_mm_xor_si128’ [-Werror=nested-externs]
../lib/hash/rte_cmp_x86.h:15:10: error: implicit declaration of function ‘_mm_test_all_zeros’ [-Werror=implicit-function-declaration]
15 | return !_mm_test_all_zeros(x, x);
| ^~~~~~~~~~~~~~~~~~
../lib/hash/rte_cmp_x86.h:15:10: error: nested extern declaration of ‘_mm_test_all_zeros’ [-Werror=nested-externs]
cc1: all warnings being treated as errors
[281/3799] Generating eventdev.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-riscv64" at step Build and test
####################################################################################
--------------------------------END LOGS-----------------------------
prev parent reply other threads:[~2023-05-23 14:20 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20230523125413.6324-3-pbhagavatula@marvell.com>
2023-05-23 13:03 ` |SUCCESS| " checkpatch
2023-05-23 13:12 ` |FAILURE| pw127214-127215 " qemudev
2023-05-23 14:20 ` 0-day Robot [this message]
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=20230523142008.3404530-1-robot@bytheb.org \
--to=robot@bytheb.org \
--cc=pbhagavatula@marvell.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).