From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: andremue@linux.microsoft.com, robot@bytheb.org
Subject: |FAILURE| pw149503 [PATCH v2 3/3] drivers/net: add diagnostics macros to make code portable
Date: Fri, 27 Dec 2024 20:24:36 -0500 [thread overview]
Message-ID: <20241228012436.1112472-1-robot@bytheb.org> (raw)
In-Reply-To: <1735346757-14891-4-git-send-email-andremue@linux.microsoft.com>
From: robot@bytheb.org
Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/149503/
_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/12522418298
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-22.04-gcc-stdatomic" failed at step Build and test
"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
"ubuntu-22.04-gcc-shared-aarch64" failed at step Build and test
"ubuntu-22.04-gcc-ppc64le" failed at step Build and test
"fedora:39-gcc" failed at step Build
"fedora:39-clang" failed at step Build
----------------------End summary of failed steps--------------------
-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-stdatomic" at step Build and test
####################################################################################
699 | cqe_tmp2 = _mm_load_si128((__m128i *)&cq[pos + p1]);
| ^
../drivers/net/mlx5/mlx5_rxtx_vec_sse.h:700:43: error: cast discards ‘volatile’ qualifier from pointer target type [-Werror=cast-qual]
700 | cqe_tmp1 = _mm_load_si128((__m128i *)&cq[pos]);
| ^
../drivers/net/mlx5/mlx5_rxtx_vec_sse.h:703:44: error: cast discards ‘volatile’ qualifier from pointer target type [-Werror=cast-qual]
703 | cqe_tmp2 = _mm_loadu_si128((__m128i *)&cq[pos + p1].csum);
| ^
../drivers/net/mlx5/mlx5_rxtx_vec_sse.h:704:44: error: cast discards ‘volatile’ qualifier from pointer target type [-Werror=cast-qual]
704 | cqe_tmp1 = _mm_loadu_si128((__m128i *)&cq[pos].csum);
| ^
../drivers/net/mlx5/mlx5_rxtx_vec_sse.h:707:44: error: cast discards ‘volatile’ qualifier from pointer target type [-Werror=cast-qual]
707 | cqe_tmp2 = _mm_loadl_epi64((__m128i *)&cq[pos + p1].rsvd4[2]);
| ^
../drivers/net/mlx5/mlx5_rxtx_vec_sse.h:708:44: error: cast discards ‘volatile’ qualifier from pointer target type [-Werror=cast-qual]
708 | cqe_tmp1 = _mm_loadl_epi64((__m128i *)&cq[pos].rsvd4[2]);
| ^
cc1: all warnings being treated as errors
[1848/3209] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_linux_mlx5_os.c.o
[1849/3209] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_flow_hw.c.o
[1850/3209] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_tx_txpp.c.o
[1851/3209] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_tx_empw.c.o
[1852/3209] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_tx_nompw.c.o
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-stdatomic" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-22.04-clang-stdatomic" at step Build and test
####################################################################################
^
../drivers/net/mlx5/mlx5_rxtx_vec_sse.h:676:41: error: cast from 'volatile unsigned short *' to '__attribute__((__vector_size__(2 * sizeof(long long)))) long long *' drops volatile qualifier [-Werror,-Wcast-qual]
cqe_tmp2 = _mm_loadu_si128((__m128i *)&cq[pos + p3].csum);
^
../drivers/net/mlx5/mlx5_rxtx_vec_sse.h:677:41: error: cast from 'volatile unsigned short *' to '__attribute__((__vector_size__(2 * sizeof(long long)))) long long *' drops volatile qualifier [-Werror,-Wcast-qual]
cqe_tmp1 = _mm_loadu_si128((__m128i *)&cq[pos + p2].csum);
^
../drivers/net/mlx5/mlx5_rxtx_vec_sse.h:680:41: error: cast from 'volatile unsigned char *' to '__attribute__((__vector_size__(2 * sizeof(long long)))) long long *' drops volatile qualifier [-Werror,-Wcast-qual]
cqe_tmp2 = _mm_loadl_epi64((__m128i *)&cq[pos + p3].rsvd4[2]);
^
../drivers/net/mlx5/mlx5_rxtx_vec_sse.h:681:41: error: cast from 'volatile unsigned char *' to '__attribute__((__vector_size__(2 * sizeof(long long)))) long long *' drops volatile qualifier [-Werror,-Wcast-qual]
cqe_tmp1 = _mm_loadl_epi64((__m128i *)&cq[pos + p2].rsvd4[2]);
^
../drivers/net/mlx5/mlx5_rxtx_vec_sse.h:699:40: error: cast from 'volatile struct mlx5_cqe *' to '__attribute__((__vector_size__(2 * sizeof(long long)))) long long *' drops volatile qualifier [-Werror,-Wcast-qual]
cqe_tmp2 = _mm_load_si128((__m128i *)&cq[pos + p1]);
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
[1849/3209] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_linux_mlx5_mp_os.c.o
[1850/3209] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_flow_hw.c.o
[1851/3209] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_tx_nompw.c.o
[1852/3209] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_tx_txpp.c.o
[1853/3209] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_tx_empw.c.o
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
####################################################################################
699 | cqe_tmp2 = _mm_load_si128((__m128i *)&cq[pos + p1]);
| ^
../drivers/net/mlx5/mlx5_rxtx_vec_sse.h:700:43: error: cast discards ‘volatile’ qualifier from pointer target type [-Werror=cast-qual]
700 | cqe_tmp1 = _mm_load_si128((__m128i *)&cq[pos]);
| ^
../drivers/net/mlx5/mlx5_rxtx_vec_sse.h:703:44: error: cast discards ‘volatile’ qualifier from pointer target type [-Werror=cast-qual]
703 | cqe_tmp2 = _mm_loadu_si128((__m128i *)&cq[pos + p1].csum);
| ^
../drivers/net/mlx5/mlx5_rxtx_vec_sse.h:704:44: error: cast discards ‘volatile’ qualifier from pointer target type [-Werror=cast-qual]
704 | cqe_tmp1 = _mm_loadu_si128((__m128i *)&cq[pos].csum);
| ^
../drivers/net/mlx5/mlx5_rxtx_vec_sse.h:707:44: error: cast discards ‘volatile’ qualifier from pointer target type [-Werror=cast-qual]
707 | cqe_tmp2 = _mm_loadl_epi64((__m128i *)&cq[pos + p1].rsvd4[2]);
| ^
../drivers/net/mlx5/mlx5_rxtx_vec_sse.h:708:44: error: cast discards ‘volatile’ qualifier from pointer target type [-Werror=cast-qual]
708 | cqe_tmp1 = _mm_loadl_epi64((__m128i *)&cq[pos].rsvd4[2]);
| ^
cc1: all warnings being treated as errors
[1862/6633] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_flow_hw.c.o
[1863/6633] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_tx_mpw.c.o
[1864/6633] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_tx_txpp.c.o
[1865/6633] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_tx_nompw.c.o
[1866/6633] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_tx_empw.c.o
ninja: build stopped: subcommand failed.
##[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
####################################################################################
^
../drivers/net/mlx5/mlx5_rxtx_vec_sse.h:676:41: error: cast from 'volatile unsigned short *' to '__attribute__((__vector_size__(2 * sizeof(long long)))) long long *' drops volatile qualifier [-Werror,-Wcast-qual]
cqe_tmp2 = _mm_loadu_si128((__m128i *)&cq[pos + p3].csum);
^
../drivers/net/mlx5/mlx5_rxtx_vec_sse.h:677:41: error: cast from 'volatile unsigned short *' to '__attribute__((__vector_size__(2 * sizeof(long long)))) long long *' drops volatile qualifier [-Werror,-Wcast-qual]
cqe_tmp1 = _mm_loadu_si128((__m128i *)&cq[pos + p2].csum);
^
../drivers/net/mlx5/mlx5_rxtx_vec_sse.h:680:41: error: cast from 'volatile unsigned char *' to '__attribute__((__vector_size__(2 * sizeof(long long)))) long long *' drops volatile qualifier [-Werror,-Wcast-qual]
cqe_tmp2 = _mm_loadl_epi64((__m128i *)&cq[pos + p3].rsvd4[2]);
^
../drivers/net/mlx5/mlx5_rxtx_vec_sse.h:681:41: error: cast from 'volatile unsigned char *' to '__attribute__((__vector_size__(2 * sizeof(long long)))) long long *' drops volatile qualifier [-Werror,-Wcast-qual]
cqe_tmp1 = _mm_loadl_epi64((__m128i *)&cq[pos + p2].rsvd4[2]);
^
../drivers/net/mlx5/mlx5_rxtx_vec_sse.h:699:40: error: cast from 'volatile struct mlx5_cqe *' to '__attribute__((__vector_size__(2 * sizeof(long long)))) long long *' drops volatile qualifier [-Werror,-Wcast-qual]
cqe_tmp2 = _mm_load_si128((__m128i *)&cq[pos + p1]);
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
[1859/6633] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_tx_mpw.c.o
[1860/6633] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_flow_hw.c.o
[1861/6633] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_tx_txpp.c.o
[1862/6633] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_tx_nompw.c.o
[1863/6633] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_tx_empw.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] "ubuntu-22.04-gcc-shared-aarch64" at step Build and test
####################################################################################
[1693/6604] Compiling C object drivers/libtmp_rte_net_hns3.a.p/net_hns3_hns3_ptp.c.o
[1694/6604] Compiling C object drivers/net/i40e/base/libi40e_base.a.p/i40e_diag.c.o
[1695/6604] Compiling C object drivers/libtmp_rte_net_hns3.a.p/net_hns3_hns3_common.c.o
[1696/6604] Compiling C object drivers/net/i40e/base/libi40e_base.a.p/i40e_hmc.c.o
[1697/6604] Compiling C object drivers/net/i40e/base/libi40e_base.a.p/i40e_adminq.c.o
[1698/6604] Compiling C object drivers/net/i40e/base/libi40e_base.a.p/i40e_dcb.c.o
[1699/6604] Compiling C object drivers/libtmp_rte_net_hns3.a.p/net_hns3_hns3_rxtx_vec.c.o
FAILED: drivers/libtmp_rte_net_hns3.a.p/net_hns3_hns3_rxtx_vec.c.o
ccache aarch64-linux-gnu-gcc -Idrivers/libtmp_rte_net_hns3.a.p -Idrivers -I../drivers -Idrivers/net/hns3 -I../drivers/net/hns3 -Ilib/ethdev -I../lib/ethdev -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 -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 -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -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-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=armv8-a+crc -moutline-atomics -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -Wno-address-of-packed-member -DRTE_HAS_SVE_ACLE=1 -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.hns3 -MD -MQ drivers/libtmp_rte_net_hns3.a.p/net_hns3_hns3_rxtx_vec.c.o -MF drivers/libtmp_rte_net_hns3.a.p/net_hns3_hns3_rxtx_vec.c.o.d -o drivers/libtmp_rte_net_hns3.a.p/net_hns3_hns3_rxtx_vec.c.o -c ../drivers/net/hns3/hns3_rxtx_vec.c
In file included from ../drivers/net/hns3/hns3_rxtx_vec.c:13:
../drivers/net/hns3/hns3_rxtx_vec_neon.h: In function ‘hns3_vec_tx’:
../drivers/net/hns3/hns3_rxtx_vec_neon.h:23:19: error: cast discards ‘volatile’ qualifier from pointer target type [-Werror=cast-qual]
23 | vst1q_u64((uint64_t *)&desc->addr, val1);
| ^
../drivers/net/hns3/hns3_rxtx_vec_neon.h:24:19: error: cast discards ‘volatile’ qualifier from pointer target type [-Werror=cast-qual]
24 | vst1q_u64((uint64_t *)&desc->tx.outer_vlan_tag, val2);
| ^
cc1: all warnings being treated as errors
[1700/6604] Compiling C object drivers/net/i40e/base/libi40e_base.a.p/i40e_lan_hmc.c.o
[1701/6604] Compiling C object drivers/net/i40e/base/libi40e_base.a.p/i40e_nvm.c.o
[1702/6604] Compiling C object drivers/libtmp_rte_net_hns3.a.p/net_hns3_hns3_rxtx.c.o
[1703/6604] Compiling C object drivers/net/i40e/base/libi40e_base.a.p/i40e_common.c.o
[1704/6604] Compiling C object drivers/libtmp_rte_net_i40e.a.p/net_i40e_i40e_ethdev.c.o
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-shared-aarch64" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-ppc64le" at step Build and test
####################################################################################
../drivers/net/i40e/i40e_rxtx_vec_altivec.c: In function ‘_recv_raw_pkts_vec’:
../drivers/net/i40e/i40e_rxtx_vec_altivec.c:287:29: error: cast discards ‘volatile’ qualifier from pointer target type [-Werror=cast-qual]
287 | descs[3] = *(__vector unsigned long *)(rxdp + 3);
| ^
../drivers/net/i40e/i40e_rxtx_vec_altivec.c:297:29: error: cast discards ‘volatile’ qualifier from pointer target type [-Werror=cast-qual]
297 | descs[2] = *(__vector unsigned long *)(rxdp + 2);
| ^
../drivers/net/i40e/i40e_rxtx_vec_altivec.c:299:29: error: cast discards ‘volatile’ qualifier from pointer target type [-Werror=cast-qual]
299 | descs[1] = *(__vector unsigned long *)(rxdp + 1);
| ^
../drivers/net/i40e/i40e_rxtx_vec_altivec.c:301:29: error: cast discards ‘volatile’ qualifier from pointer target type [-Werror=cast-qual]
301 | descs[0] = *(__vector unsigned long *)(rxdp);
| ^
../drivers/net/i40e/i40e_rxtx_vec_altivec.c: In function ‘vtx1’:
../drivers/net/i40e/i40e_rxtx_vec_altivec.c:535:10: error: cast discards ‘volatile’ qualifier from pointer target type [-Werror=cast-qual]
535 | *(__vector unsigned long *)txdp = descriptor;
| ^
cc1: all warnings being treated as errors
[1428/5875] Compiling C object drivers/libtmp_rte_net_i40e.a.p/net_i40e_i40e_rxtx.c.o
[1429/5875] Compiling C object drivers/libtmp_rte_net_iavf.a.p/net_iavf_iavf_fsub.c.o
[1430/5875] Compiling C object drivers/libtmp_rte_net_iavf.a.p/net_iavf_iavf_hash.c.o
[1431/5875] Compiling C object drivers/libtmp_rte_net_iavf.a.p/net_iavf_iavf_ipsec_crypto.c.o
[1432/5875] Compiling C object drivers/libtmp_rte_net_i40e.a.p/net_i40e_i40e_ethdev.c.o
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-ppc64le" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "fedora:39-gcc" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:39-gcc" at step Build
####################################################################################
####################################################################################
#### [Begin job log] "fedora:39-clang" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:39-clang" at step Build
####################################################################################
--------------------------------END LOGS-----------------------------
next prev parent reply other threads:[~2024-12-28 1:24 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1735346757-14891-4-git-send-email-andremue@linux.microsoft.com>
2024-12-28 0:15 ` |SUCCESS| pw149501-149503 " qemudev
2024-12-28 0:20 ` qemudev
2024-12-28 0:47 ` |WARNING| pw149503 " checkpatch
2024-12-28 1:24 ` 0-day Robot [this message]
2024-12-28 1:28 ` |FAILURE| pw149501-149503 [PATCH] [v2,3/3] drivers/net: add diagnost dpdklab
2024-12-28 1:31 ` |SUCCESS| " dpdklab
2024-12-28 1:38 ` dpdklab
2024-12-28 1:44 ` dpdklab
2024-12-28 1:46 ` dpdklab
2024-12-28 1:46 ` |FAILURE| " dpdklab
2024-12-28 1:49 ` |PENDING| " dpdklab
2024-12-28 1:52 ` |WARNING| " dpdklab
2024-12-28 1:52 ` |SUCCESS| " dpdklab
2024-12-28 1:53 ` dpdklab
2024-12-28 1:54 ` |WARNING| " dpdklab
2024-12-28 2:01 ` |FAILURE| " dpdklab
2024-12-28 2:02 ` dpdklab
2024-12-28 2:05 ` dpdklab
2024-12-28 2:09 ` |SUCCESS| " dpdklab
2024-12-28 2:18 ` |FAILURE| " dpdklab
2024-12-28 2:19 ` |WARNING| " dpdklab
2024-12-28 2:24 ` |FAILURE| " dpdklab
2024-12-28 2:30 ` |WARNING| " dpdklab
2024-12-28 2:39 ` dpdklab
2024-12-28 2:41 ` |FAILURE| " dpdklab
2024-12-28 2:43 ` dpdklab
2024-12-28 2:50 ` dpdklab
2024-12-28 2:51 ` dpdklab
2024-12-28 3:03 ` dpdklab
2024-12-28 3:15 ` dpdklab
2024-12-28 3:15 ` dpdklab
2024-12-28 3:21 ` 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=20241228012436.1112472-1-robot@bytheb.org \
--to=robot@bytheb.org \
--cc=andremue@linux.microsoft.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).