From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4021342C97 for ; Mon, 12 Jun 2023 13:24:34 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2B4B24014F; Mon, 12 Jun 2023 13:24:34 +0200 (CEST) Received: from mail.loongson.cn (mail.loongson.cn [114.242.206.163]) by mails.dpdk.org (Postfix) with ESMTP id 6D3A140689 for ; Mon, 12 Jun 2023 13:24:31 +0200 (CEST) Received: from loongson.cn (unknown [10.40.46.153]) by gateway (Coremail) with SMTP id _____8BxL_BsAIdkVrkDAA--.8176S3; Mon, 12 Jun 2023 19:24:29 +0800 (CST) Received: from localhost.localdomain (unknown [10.40.46.153]) by localhost.localdomain (Coremail) with SMTP id AQAAf8DxGOVqAIdko+QVAA--.63244S3; Mon, 12 Jun 2023 19:24:26 +0800 (CST) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by localhost.localdomain (8.15.2/8.15.2) with ESMTPS id 35CBAMsN103654 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT); Mon, 12 Jun 2023 19:10:22 +0800 Received: (from root@localhost) by localhost.localdomain (8.15.2/8.15.2/Submit) id 35CBAL3e103653; Mon, 12 Jun 2023 19:10:21 +0800 Date: Mon, 12 Jun 2023 19:10:21 +0800 From: qemudev@loongson.cn Message-Id: <202306121110.35CBAL3e103653@localhost.localdomain> Content-Type: text/plain; charset="utf-8" Subject: |FAILURE| pw128507 [PATCH v6] gro : ipv6 changes to support GRO for TCP/ipv6 In-Reply-To: <20230612112334.71914-1-kumaraparamesh92@gmail.com> References: <20230612112334.71914-1-kumaraparamesh92@gmail.com> To: test-report@dpdk.org Cc: Kumara Parameshwaran , zhoumin@loongson.cn X-CM-TRANSID: AQAAf8DxGOVqAIdko+QVAA--.63244S3 X-CM-SenderInfo: pthp3vthy6z05rqj20fqof0/ X-Coremail-Antispam: 1Uk129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7KY7 ZEXasCq-sGcSsGvfJ3UbIjqfuFe4nvWSU5nxnvy29KBjDU0xBIdaVrnUUvcSsGvfC2Kfnx nUUI43ZEXa7xR_UUUUUUUUU== X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org Test-Label: loongarch-compilation Test-Status: FAILURE http://dpdk.org/patch/128507 _ninja build failure_ Submitter: Kumara Parameshwaran Date: Mon, 12 Jun 2023 16:53:34 +0530 DPDK git baseline: Repo:dpdk Branch: main CommitID: d051aa5b6271a56f01c84927795d19a75ad86060 128507 --> ninja build failed Test environment and result as below: +---------------------+----------------+ | Environment | compilation | +---------------------+----------------+ | Loongnix-Server 8.3 | FAIL | +---------------------+----------------+ Loongnix-Server 8.3 Kernel: 4.19.190+ Compiler: gcc 8.3 Ninja build logs: -------------------------------BEGIN LOGS---------------------------- FAILED: lib/librte_gro.a.p/gro_rte_gro.c.o cc -Ilib/librte_gro.a.p -Ilib -I../lib -Ilib/gro -I../lib/gro -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/loongarch/include -I../lib/eal/loongarch/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -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/meter -I../lib/meter -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -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-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=loongarch64 -DALLO W_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.gro -MD -MQ lib/librte_gro.a.p/gro_rte_gro.c.o -MF lib/librte_gro.a.p/gro_rte_gro.c.o.d -o lib/librte_gro.a.p/gro_rte_gro.c.o -c ../lib/gro/rte_gro.c In file included from ../lib/gro/rte_gro.c:11: ./lib/gro/gro_tcp6.h: In function ‘is_same_tcp6_flow’: ./lib/gro/gro_tcp6.h:146:46: error: expected ‘)’ before ‘return’ if (memcmp(&k1->src_addr, &k2->src_addr, 16) ~ ^ ) return 0; ~~~~~~ ./lib/gro/gro_tcp6.h:146:2: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] if (memcmp(&k1->src_addr, &k2->src_addr, 16) ^~ ./lib/gro/rte_gro.c:510: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ } ./lib/gro/rte_gro.c:510:1: error: expected declaration or statement at end of input } ^ In file included from ../lib/gro/rte_gro.c:11: ./lib/gro/gro_tcp6.h:144:13: warning: unused variable ‘vtc_flow_diff’ [-Wunused-variable] rte_be32_t vtc_flow_diff; ^~~~~~~~~~~~~ ./lib/gro/rte_gro.c:510:1: warning: no return statement in function returning non-void [-Wreturn-type] } ^ [179/2710] Compiling C object lib/librte_acl.a.p/acl_acl_bld.c.o [180/2710] Compiling C object lib/librte_gro.a.p/gro_gro_tcp6.c.o FAILED: lib/librte_gro.a.p/gro_gro_tcp6.c.o cc -Ilib/librte_gro.a.p -Ilib -I../lib -Ilib/gro -I../lib/gro -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/loongarch/include -I../lib/eal/loongarch/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -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/meter -I../lib/meter -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -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-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=loongarch64 -DALLO W_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.gro -MD -MQ lib/librte_gro.a.p/gro_gro_tcp6.c.o -MF lib/librte_gro.a.p/gro_gro_tcp6.c.o.d -o lib/librte_gro.a.p/gro_gro_tcp6.c.o -c ../lib/gro/gro_tcp6.c In file included from ../lib/gro/gro_tcp6.c:9: ./lib/gro/gro_tcp6.h: In function ‘is_same_tcp6_flow’: ./lib/gro/gro_tcp6.h:146:46: error: expected ‘)’ before ‘return’ if (memcmp(&k1->src_addr, &k2->src_addr, 16) ~ ^ ) return 0; ~~~~~~ ./lib/gro/gro_tcp6.h:146:2: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] if (memcmp(&k1->src_addr, &k2->src_addr, 16) ^~ ./lib/gro/gro_tcp6.c:266: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ } ./lib/gro/gro_tcp6.c:266:1: error: expected declaration or statement at end of input } ^ In file included from ../lib/gro/gro_tcp6.c:9: ./lib/gro/gro_tcp6.h:144:13: warning: unused variable ‘vtc_flow_diff’ [-Wunused-variable] rte_be32_t vtc_flow_diff; ^~~~~~~~~~~~~ ./lib/gro/gro_tcp6.c:266:1: warning: no return statement in function returning non-void [-Wreturn-type] } ^ [181/2710] Compiling C object lib/librte_gro.a.p/gro_gro_tcp_internal.c.o [182/2710] Compiling C object lib/librte_eventdev.a.p/eventdev_eventdev_trace_points.c.o [183/2710] Generating telemetry.sym_chk with a custom command (wrapped by meson to capture output) [184/2710] Compiling C object lib/librte_gro.a.p/gro_gro_tcp4.c.o [185/2710] Compiling C object lib/librte_distributor.a.p/distributor_rte_distributor.c.o [186/2710] Generating metrics.sym_chk with a custom command (wrapped by meson to capture output) [187/2710] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_flow.c.o [188/2710] Generating bitratestats.sym_chk with a custom command (wrapped by meson to capture output) [189/2710] Compiling C object lib/librte_gro.a.p/gro_gro_udp4.c.o [190/2710] Compiling C object lib/librte_gro.a.p/gro_gro_vxlan_udp4.c.o [191/2710] Generating rcu.sym_chk with a custom command (wrapped by meson to capture output) [192/2710] Compiling C object lib/librte_gro.a.p/gro_gro_vxlan_tcp4.c.o [193/2710] Generating timer.sym_chk with a custom command (wrapped by meson to capture output) [194/2710] Compiling C object lib/librte_eventdev.a.p/eventdev_rte_event_timer_adapter.c.o [195/2710] Compiling C object lib/librte_efd.a.p/efd_rte_efd.c.o [196/2710] Generating cfgfile.sym_chk with a custom command (wrapped by meson to capture output) [197/2710] Generating mbuf.sym_chk with a custom command (wrapped by meson to capture output) [198/2710] Generating bpf.sym_chk with a custom command (wrapped by meson to capture output) [199/2710] Compiling C object lib/librte_eventdev.a.p/eventdev_rte_event_crypto_adapter.c.o [200/2710] Generating mempool.sym_chk with a custom command (wrapped by meson to capture output) [201/2710] Generating bbdev.sym_chk with a custom command (wrapped by meson to capture output) [202/2710] Compiling C object lib/librte_eventdev.a.p/eventdev_rte_event_eth_tx_adapter.c.o [203/2710] Generating cmdline.sym_chk with a custom command (wrapped by meson to capture output) [204/2710] Generating compressdev.sym_chk with a custom command (wrapped by meson to capture output) [205/2710] Compiling C object lib/librte_eventdev.a.p/eventdev_rte_eventdev.c.o [206/2710] Generating gpudev.sym_chk with a custom command (wrapped by meson to capture output) [207/2710] Compiling C object lib/librte_cryptodev.a.p/cryptodev_rte_cryptodev.c.o [208/2710] Compiling C object lib/librte_eventdev.a.p/eventdev_rte_event_eth_rx_adapter.c.o [209/2710] Compiling C object lib/librte_hash.a.p/hash_rte_cuckoo_hash.c.o [210/2710] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.o [211/2710] Generating eal.sym_chk with a custom command (wrapped by meson to capture output) ninja: build stopped: subcommand failed. -------------------------------END LOGS------------------------------