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 8D12443E42 for ; Thu, 11 Apr 2024 10:44:05 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8705040268 for ; Thu, 11 Apr 2024 10:44:05 +0200 (CEST) Received: from mail-qt1-f182.google.com (mail-qt1-f182.google.com [209.85.160.182]) by mails.dpdk.org (Postfix) with ESMTP id 86E6640262 for ; Thu, 11 Apr 2024 10:44:04 +0200 (CEST) Received: by mail-qt1-f182.google.com with SMTP id d75a77b69052e-434c695ec3dso17437711cf.0 for ; Thu, 11 Apr 2024 01:44:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20230601.gappssmtp.com; s=20230601; t=1712825043; x=1713429843; darn=dpdk.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=zuKaqqSLWA88EdPEI/l9SdXN565bSIo1h5stx45nZ0M=; b=zlEXLlG04orkByQlLmv++2hdTuzmUXuaj0t1yMzARlKZv3Qaws5kernxtY7OnYCndj MNvXl6O7rLZVp6hjjDvj/DuK2S5f4unVEbd3Ikx5eMMO0Jfc001zYHP1sQ5czcjOpEB9 6fPVWJ8Z2yoxbQM3/IVr4R+ekFia8jPfOHKGRROSBD/638cYhbp6Cn815IzXgvPSP2Xu i/wlOn4K5FxSqh/Uwp1Rsh1pPzy777modEruH8G8km44RtZ5Ns8E0y43Sp2NThbY7rI3 6qOXyGT2ArUOJ6rdPAuFC5YXR9ij+5rYnc1UTLA0aez2lgNB3u3owf60FdLfczCb1sbH OTYA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1712825043; x=1713429843; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=zuKaqqSLWA88EdPEI/l9SdXN565bSIo1h5stx45nZ0M=; b=facCM4B60sSibBbpsp7toDkt8nDTmv9PwD3N4N9VNwfc+Adh/0AfpJZ98ogPqXWG0l tZe0qYW79kx0eAf+s7HkX6cJf2UzjZZUm63PwRoQzdZdi9OBxyTgJC3j5mQectqI8I9t fBjLubMhnMCV2UczaFJXYnslVX0/NBNKTEBB10QmPB4Rp+kA8ugbVLUyEAn5Wqa5xIle CYgl+nACG+tmGuXcP9oRyT341nqnk1k6ql3Kthp+m7vH0iJcoaKWyVVoLfgYEh35XZGb xeKVeUnr1C0QwBVu8so3c9CKBqEmi4mfKdTfeYOJjWPxIN9JFebflFz3aVZMmKrUhpfA AM8g== X-Gm-Message-State: AOJu0YylnLqBUEfyDa+7bzftYbt0q8d7Bn4kKHEqRXd46IUkqYut3eno kLFIii9jnBwedP4ugCHIeZpWGcnHCeW/Q7LU1H9SQWSJTSRJk3RZamreC8ZTQnN6UMr4tmEBnKR 4 X-Google-Smtp-Source: AGHT+IHsYCtAuj/d4H+oZbDnLPNFRwubTir29bB3SzQL0Ujc92clgsxmtx0VTH2JbMz4SzeXO2aKsg== X-Received: by 2002:a05:622a:1481:b0:436:5ca6:cd8f with SMTP id t1-20020a05622a148100b004365ca6cd8fmr1281414qtx.53.1712825043047; Thu, 11 Apr 2024 01:44:03 -0700 (PDT) Received: from openvswitch-ci.ntdv.lab.eng.bos.redhat.com (nat-pool-rdu-t.redhat.com. [66.187.233.202]) by smtp.gmail.com with ESMTPSA id b4-20020ac87544000000b0043480a0fa12sm646038qtr.18.2024.04.11.01.44.02 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 11 Apr 2024 01:44:02 -0700 (PDT) From: 0-day Robot To: test-report@dpdk.org Cc: zhichaox.zeng@intel.com, robot@bytheb.org Subject: |FAILURE| pw139222 [PATCH v5] net/i40e: support FEC feature Date: Thu, 11 Apr 2024 04:44:01 -0400 Message-Id: <20240411084401.3148725-1-robot@bytheb.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20240411081807.1050664-1-zhichaox.zeng@intel.com> References: <20240411081807.1050664-1-zhichaox.zeng@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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 From: robot@bytheb.org Test-Label: github-robot: build Test-Status: FAILURE http://patchwork.dpdk.org/patch/139222/ _github build: failed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/8643728340 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 te= st "ubuntu-22.04-clang-asan+doc+tests" failed at step Build and test "ubuntu-22.04-gcc-static-i386" failed at step Build and test "ubuntu-22.04-gcc-static-mingw" 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 ###########################################################################= ######### [1544/2954] Linking static target drivers/librte_net_hns3.a. [1545/2954] Linking target drivers/librte_net_hns3.so.24.2. [1546/2954] Compiling C object 'drivers/net/i40e/1b39a87@@i40e_avx2_lib@sta= /i40e_rxtx_vec_avx2.c.o'. [1547/2954] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@st= a/i40e_adminq.c.o'. [1548/2954] Linking static target drivers/net/i40e/libi40e_avx2_lib.a. [1549/2954] Compiling C object 'drivers/net/i40e/1b39a87@@i40e_avx512_lib@s= ta/i40e_rxtx_vec_avx512.c.o'. [1550/2954] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@st= a/i40e_common.c.o'. [1551/2954] Linking static target drivers/net/i40e/libi40e_avx512_lib.a. [1552/2954] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@st= a/i40e_nvm.c.o'. [1553/2954] Linking static target drivers/net/i40e/base/libi40e_base.a. [1554/2954] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i= 40e_i40e_ethdev.c.o'. FAILED: drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_ethdev.c.o=20 ccache gcc -Idrivers/a715181@@tmp_rte_net_i40e@sta -Idrivers -I../drivers -= Idrivers/net/i40e -I../drivers/net/i40e -Idrivers/net/i40e/base -I../driver= s/net/i40e/base -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config= -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/ea= l/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/co= mmon -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvarg= s -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../m= etrics -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 -Ili= b/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/vd= ev -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -fdiagnostics-color=3Dal= ways -pipe -D_FILE_OFFSET_BITS=3D64 -Wall -Winvalid-pch -Wextra -Werror -st= d=3Dc11 -O2 -g -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wfo= rmat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototyp= es -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -= Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -W= no-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-boun= ds -D_GNU_SOURCE -fPIC -march=3Dcorei7 -mrtm -DALLOW_EXPERIMENTAL_API -DALL= OW_INTERNAL_API -Wno-format-truncation -DPF_DRIVER -DVF_DRIVER -DINTEGRATED= _VF -DX722_A0_SUPPORT -DCC_AVX512_SUPPORT -DRTE_LOG_DEFAULT_LOGTYPE=3Dpmd.n= et.i40e -MD -MQ 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_ethdev= .c.o' -MF 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_ethdev.c.o.d= ' -o 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_ethdev.c.o' -c ..= /drivers/net/i40e/i40e_ethdev.c ../drivers/net/i40e/i40e_ethdev.c: In function =E2=80=98i40e_fec_get=E2=80= =99: ../drivers/net/i40e/i40e_ethdev.c:12406:13: error: =E2=80=98configured_fec_= cfg=E2=80=99 undeclared (first use in this function) 12406 | if (configured_fec_cfg & I40E_AQ_ENABLE_FEC_RS) | ^~~~~~~~~~~~~~~~~~ ../drivers/net/i40e/i40e_ethdev.c:12406:13: note: each undeclared identifie= r is reported only once for each function it appears in [1555/2954] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i= 40e_i40e_recycle_mbufs_vec_common.c.o'. [1556/2954] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i= 40e_i40e_pf.c.o'. [1557/2954] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i= 40e_i40e_rxtx_vec_sse.c.o'. [1558/2954] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i= 40e_i40e_rxtx.c.o'. [1559/2954] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i= 40e_i40e_flow.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 ###########################################################################= ######### [1532/2954] Compiling C object 'drivers/a715181@@tmp_rte_net_hns3@sta/net_h= ns3_hns3_stats.c.o'. [1533/2954] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@st= a/i40e_diag.c.o'. [1534/2954] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@st= a/i40e_hmc.c.o'. [1535/2954] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@st= a/i40e_dcb.c.o'. [1536/2954] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@st= a/i40e_adminq.c.o'. [1537/2954] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@st= a/i40e_common.c.o'. [1538/2954] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@st= a/i40e_lan_hmc.c.o'. [1539/2954] Compiling C object 'drivers/a715181@@tmp_rte_net_hns3@sta/net_h= ns3_hns3_rxtx.c.o'. [1540/2954] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i= 40e_i40e_ethdev.c.o'. FAILED: drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_ethdev.c.o=20 ccache clang -Idrivers/a715181@@tmp_rte_net_i40e@sta -Idrivers -I../drivers= -Idrivers/net/i40e -I../drivers/net/i40e -Idrivers/net/i40e/base -I../driv= ers/net/i40e/base -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../conf= ig -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/kva= rgs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/..= /metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mb= uf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -I= lib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../driver= s/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 -Xclang -fcolor-diagno= stics -pipe -D_FILE_OFFSET_BITS=3D64 -Wall -Winvalid-pch -Wextra -Werror -s= td=3Dc11 -O2 -g -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wf= ormat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototy= pes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare = -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -= Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=3Dcorei7 -mrtm -D= ALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DPF_DRIVER -DVF_DRIVER -DINTEG= RATED_VF -DX722_A0_SUPPORT -DCC_AVX512_SUPPORT -DRTE_LOG_DEFAULT_LOGTYPE=3D= pmd.net.i40e -DRTE_ANNOTATE_LOCKS -Wthread-safety -MD -MQ 'drivers/a715181@= @tmp_rte_net_i40e@sta/net_i40e_i40e_ethdev.c.o' -MF 'drivers/a715181@@tmp_r= te_net_i40e@sta/net_i40e_i40e_ethdev.c.o.d' -o 'drivers/a715181@@tmp_rte_ne= t_i40e@sta/net_i40e_i40e_ethdev.c.o' -c ../drivers/net/i40e/i40e_ethdev.c ../drivers/net/i40e/i40e_ethdev.c:12406:6: error: use of undeclared identif= ier 'configured_fec_cfg' if (configured_fec_cfg & I40E_AQ_ENABLE_FEC_RS) ^ ../drivers/net/i40e/i40e_ethdev.c:12408:6: error: use of undeclared identif= ier 'configured_fec_cfg' if (configured_fec_cfg =3D=3D 0) ^ 2 errors generated. [1541/2954] Linking static target drivers/libtmp_rte_net_hns3.a. [1542/2954] Compiling C object 'drivers/net/i40e/1b39a87@@i40e_avx2_lib@sta= /i40e_rxtx_vec_avx2.c.o'. [1543/2954] Compiling C object 'drivers/net/i40e/1b39a87@@i40e_avx512_lib@s= ta/i40e_rxtx_vec_avx512.c.o'. [1544/2954] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@st= a/i40e_nvm.c.o'. [1545/2954] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i= 40e_i40e_rxtx_vec_sse.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 ste= p Build and test ###########################################################################= ######### [1595/4035] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@st= a/i40e_nvm.c.o'. [1596/4035] Linking static target drivers/librte_net_hns3.a. [1597/4035] Linking target drivers/librte_net_hns3.so.24.2. [1598/4035] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@st= a/i40e_common.c.o'. [1599/4035] Compiling C object 'drivers/net/i40e/1b39a87@@i40e_avx512_lib@s= ta/i40e_rxtx_vec_avx512.c.o'. [1600/4035] Linking static target drivers/net/i40e/libi40e_avx512_lib.a. [1601/4035] Compiling C object 'drivers/net/i40e/1b39a87@@i40e_avx2_lib@sta= /i40e_rxtx_vec_avx2.c.o'. [1602/4035] Linking static target drivers/net/i40e/libi40e_avx2_lib.a. [1603/4035] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@st= a/i40e_lan_hmc.c.o'. [1604/4035] Linking static target drivers/net/i40e/base/libi40e_base.a. [1605/4035] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i= 40e_i40e_ethdev.c.o'. FAILED: drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_ethdev.c.o=20 ccache gcc -Idrivers/a715181@@tmp_rte_net_i40e@sta -Idrivers -I../drivers -= Idrivers/net/i40e -I../drivers/net/i40e -Idrivers/net/i40e/base -I../driver= s/net/i40e/base -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config= -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/ea= l/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/co= mmon -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvarg= s -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../m= etrics -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 -Ili= b/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/vd= ev -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -fdiagnostics-color=3Dal= ways -pipe -D_FILE_OFFSET_BITS=3D64 -Wall -Winvalid-pch -Wextra -Werror -st= d=3Dc11 -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 -Wstr= ict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-p= acked-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -= D_GNU_SOURCE -fPIC -march=3Dcorei7 -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_I= NTERNAL_API -Wno-format-truncation -DPF_DRIVER -DVF_DRIVER -DINTEGRATED_VF = -DX722_A0_SUPPORT -DCC_AVX512_SUPPORT -DRTE_LOG_DEFAULT_LOGTYPE=3Dpmd.net.i= 40e -MD -MQ 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_ethdev.c.o= ' -MF 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_ethdev.c.o.d' -o= 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_ethdev.c.o' -c ../dri= vers/net/i40e/i40e_ethdev.c ../drivers/net/i40e/i40e_ethdev.c: In function =E2=80=98i40e_fec_get=E2=80= =99: ../drivers/net/i40e/i40e_ethdev.c:12406:13: error: =E2=80=98configured_fec_= cfg=E2=80=99 undeclared (first use in this function) 12406 | if (configured_fec_cfg & I40E_AQ_ENABLE_FEC_RS) | ^~~~~~~~~~~~~~~~~~ ../drivers/net/i40e/i40e_ethdev.c:12406:13: note: each undeclared identifie= r is reported only once for each function it appears in [1606/4035] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i= 40e_i40e_vf_representor.c.o'. [1607/4035] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i= 40e_i40e_pf.c.o'. [1608/4035] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i= 40e_i40e_rxtx_vec_sse.c.o'. [1609/4035] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i= 40e_i40e_fdir.c.o'. [1610/4035] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i= 40e_i40e_rxtx.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 ###########################################################################= ######### [1582/4035] Compiling C object 'drivers/a715181@@rte_net_hinic@sha/meson-ge= nerated_.._rte_net_hinic.pmd.c.o'. [1583/4035] Compiling C object 'drivers/a715181@@rte_net_hinic@sta/meson-ge= nerated_.._rte_net_hinic.pmd.c.o'. [1584/4035] Linking static target drivers/librte_net_hinic.a. [1585/4035] Linking target drivers/librte_net_hinic.so.24.2. [1586/4035] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@st= a/i40e_diag.c.o'. [1587/4035] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@st= a/i40e_dcb.c.o'. [1588/4035] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@st= a/i40e_lan_hmc.c.o'. [1589/4035] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@st= a/i40e_common.c.o'. [1590/4035] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i= 40e_i40e_ethdev.c.o'. FAILED: drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_ethdev.c.o=20 ccache clang -Idrivers/a715181@@tmp_rte_net_i40e@sta -Idrivers -I../drivers= -Idrivers/net/i40e -I../drivers/net/i40e -Idrivers/net/i40e/base -I../driv= ers/net/i40e/base -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../conf= ig -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/kva= rgs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/..= /metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mb= uf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -I= lib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../driver= s/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 -Xclang -fcolor-diagno= stics -fsanitize=3Daddress -fno-omit-frame-pointer -pipe -D_FILE_OFFSET_BIT= S=3D64 -Wall -Winvalid-pch -Wextra -Werror -std=3Dc11 -O2 -g -include rte_c= onfig.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-secu= rity -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-sty= le-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -W= write-strings -Wno-address-of-packed-member -Wno-missing-field-initializers= -D_GNU_SOURCE -fPIC -march=3Dcorei7 -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW= _INTERNAL_API -DPF_DRIVER -DVF_DRIVER -DINTEGRATED_VF -DX722_A0_SUPPORT -DC= C_AVX512_SUPPORT -DRTE_LOG_DEFAULT_LOGTYPE=3Dpmd.net.i40e -DRTE_ANNOTATE_LO= CKS -Wthread-safety -MD -MQ 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e= _i40e_ethdev.c.o' -MF 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_= ethdev.c.o.d' -o 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_ethde= v.c.o' -c ../drivers/net/i40e/i40e_ethdev.c ../drivers/net/i40e/i40e_ethdev.c:12406:6: error: use of undeclared identif= ier 'configured_fec_cfg' if (configured_fec_cfg & I40E_AQ_ENABLE_FEC_RS) ^ ../drivers/net/i40e/i40e_ethdev.c:12408:6: error: use of undeclared identif= ier 'configured_fec_cfg' if (configured_fec_cfg =3D=3D 0) ^ 2 errors generated. [1591/4035] Compiling C object 'drivers/a715181@@tmp_rte_net_hns3@sta/net_h= ns3_hns3_rxtx.c.o'. [1592/4035] Compiling C object 'drivers/net/i40e/1b39a87@@i40e_avx512_lib@s= ta/i40e_rxtx_vec_avx512.c.o'. [1593/4035] Compiling C object 'drivers/net/i40e/1b39a87@@i40e_avx2_lib@sta= /i40e_rxtx_vec_avx2.c.o'. [1594/4035] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@st= a/i40e_adminq.c.o'. [1595/4035] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@st= a/i40e_nvm.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 te= st ###########################################################################= ######### ###########################################################################= ######### #### [Begin job log] "ubuntu-22.04-gcc-static-i386" at step Build and test ###########################################################################= ######### [1207/3202] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@st= a/i40e_diag.c.o'. [1208/3202] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@st= a/i40e_lan_hmc.c.o'. [1209/3202] Compiling C object 'drivers/a715181@@tmp_rte_net_hinic@sta/net_= hinic_hinic_pmd_tx.c.o'. [1210/3202] Linking static target drivers/libtmp_rte_net_hinic.a. [1211/3202] Generating rte_net_hinic.pmd.c with a custom command. [1212/3202] Compiling C object 'drivers/a715181@@rte_net_hinic@sha/meson-ge= nerated_.._rte_net_hinic.pmd.c.o'. [1213/3202] Compiling C object 'drivers/a715181@@rte_net_hinic@sta/meson-ge= nerated_.._rte_net_hinic.pmd.c.o'. [1214/3202] Linking static target drivers/librte_net_hinic.a. [1215/3202] Linking target drivers/librte_net_hinic.so.24.2. [1216/3202] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@st= a/i40e_adminq.c.o'. [1217/3202] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i= 40e_i40e_ethdev.c.o'. FAILED: drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_ethdev.c.o=20 ccache gcc -Idrivers/a715181@@tmp_rte_net_i40e@sta -Idrivers -I../drivers -= Idrivers/net/i40e -I../drivers/net/i40e -Idrivers/net/i40e/base -I../driver= s/net/i40e/base -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config= -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/ea= l/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/co= mmon -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvarg= s -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../m= etrics -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 -Ili= b/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/vd= ev -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -fdiagnostics-color=3Dal= ways -pipe -D_FILE_OFFSET_BITS=3D64 -Wall -Winvalid-pch -Wextra -Werror -st= d=3Dc11 -O2 -g -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wfo= rmat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototyp= es -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -= Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -W= no-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-boun= ds -Wno-pointer-to-int-cast -D_GNU_SOURCE -m32 -fPIC -march=3Dcorei7 -mrtm = -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DPF_D= RIVER -DVF_DRIVER -DINTEGRATED_VF -DX722_A0_SUPPORT -DCC_AVX512_SUPPORT -DR= TE_LOG_DEFAULT_LOGTYPE=3Dpmd.net.i40e -MD -MQ 'drivers/a715181@@tmp_rte_net= _i40e@sta/net_i40e_i40e_ethdev.c.o' -MF 'drivers/a715181@@tmp_rte_net_i40e@= sta/net_i40e_i40e_ethdev.c.o.d' -o 'drivers/a715181@@tmp_rte_net_i40e@sta/n= et_i40e_i40e_ethdev.c.o' -c ../drivers/net/i40e/i40e_ethdev.c ../drivers/net/i40e/i40e_ethdev.c: In function =E2=80=98i40e_fec_get=E2=80= =99: ../drivers/net/i40e/i40e_ethdev.c:12406:13: error: =E2=80=98configured_fec_= cfg=E2=80=99 undeclared (first use in this function) 12406 | if (configured_fec_cfg & I40E_AQ_ENABLE_FEC_RS) | ^~~~~~~~~~~~~~~~~~ ../drivers/net/i40e/i40e_ethdev.c:12406:13: note: each undeclared identifie= r is reported only once for each function it appears in [1218/3202] Compiling C object 'drivers/net/i40e/1b39a87@@i40e_avx2_lib@sta= /i40e_rxtx_vec_avx2.c.o'. [1219/3202] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@st= a/i40e_nvm.c.o'. [1220/3202] Compiling C object 'drivers/net/i40e/1b39a87@@i40e_avx512_lib@s= ta/i40e_rxtx_vec_avx512.c.o'. [1221/3202] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i= 40e_i40e_vf_representor.c.o'. [1222/3202] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i= 40e_i40e_tm.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 ###########################################################################= ######### ###########################################################################= ######### #### [Begin job log] "ubuntu-22.04-gcc-static-mingw" at step Build and test ###########################################################################= ######### [438/1454] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@sta= /i40e_lan_hmc.c.obj'. [439/1454] Generating rte_net_e1000.pmd.c with a custom command. [440/1454] Compiling C object 'drivers/a715181@@rte_net_e1000@sta/meson-gen= erated_.._rte_net_e1000.pmd.c.obj'. [441/1454] Compiling C object 'drivers/a715181@@rte_net_e1000@sha/meson-gen= erated_.._rte_net_e1000.pmd.c.obj'. [442/1454] Linking static target drivers/librte_net_e1000.a. [443/1454] Compiling C object 'drivers/net/i40e/1b39a87@@i40e_avx2_lib@sta/= i40e_rxtx_vec_avx2.c.obj'. [444/1454] Linking static target drivers/net/i40e/libi40e_avx2_lib.a. [445/1454] Linking target drivers/librte_net_e1000-24.dll. [446/1454] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@sta= /i40e_nvm.c.obj'. [447/1454] Linking static target drivers/net/i40e/base/libi40e_base.a. [448/1454] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i4= 0e_i40e_ethdev.c.obj'. FAILED: drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_ethdev.c.obj=20 ccache x86_64-w64-mingw32-gcc -Idrivers/a715181@@tmp_rte_net_i40e@sta -Idri= vers -I../drivers -Idrivers/net/i40e -I../drivers/net/i40e -Idrivers/net/i4= 0e/base -I../drivers/net/i40e/base -Ilib/ethdev -I../lib/ethdev -I. -I../ -= Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/window= s/include -I../lib/eal/windows/include -Ilib/eal/x86/include -I../lib/eal/x= 86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ili= b/log -I../lib/log -Ilib/kvargs -I../lib/kvargs -Ilib/net -I../lib/net -Ili= b/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/rin= g -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry = -I../lib/telemetry -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../driver= s/bus/pci -I../drivers/bus/pci/windows -Ilib/pci -I../lib/pci -Idrivers/bus= /vdev -I../drivers/bus/vdev -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu= -fdiagnostics-color=3Dalways -pipe -Wall -Winvalid-pch -Wextra -Werror -st= d=3Dc11 -O2 -g -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wfo= rmat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototyp= es -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -= Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -W= no-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-boun= ds -D_GNU_SOURCE -D_WIN32_WINNT=3D0x0A00 -D__USE_MINGW_ANSI_STDIO -march=3D= native -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-trun= cation -DPF_DRIVER -DVF_DRIVER -DINTEGRATED_VF -DX722_A0_SUPPORT -fno-async= hronous-unwind-tables -DCC_AVX512_SUPPORT -DRTE_LOG_DEFAULT_LOGTYPE=3Dpmd.n= et.i40e -MD -MQ 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_ethdev= .c.obj' -MF 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_ethdev.c.o= bj.d' -o 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_ethdev.c.obj'= -c ../drivers/net/i40e/i40e_ethdev.c ../drivers/net/i40e/i40e_ethdev.c: In function =E2=80=98i40e_fec_get=E2=80= =99: ../drivers/net/i40e/i40e_ethdev.c:12406:6: error: =E2=80=98configured_fec_c= fg=E2=80=99 undeclared (first use in this function) 12406 | if (configured_fec_cfg & I40E_AQ_ENABLE_FEC_RS) | ^~~~~~~~~~~~~~~~~~ ../drivers/net/i40e/i40e_ethdev.c:12406:6: note: each undeclared identifier= is reported only once for each function it appears in [449/1454] Compiling C object 'drivers/net/i40e/1b39a87@@i40e_avx512_lib@st= a/i40e_rxtx_vec_avx512.c.obj'. [450/1454] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i4= 0e_i40e_recycle_mbufs_vec_common.c.obj'. [451/1454] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i4= 0e_i40e_pf.c.obj'. [452/1454] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i4= 0e_i40e_hash.c.obj'. [453/1454] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i4= 0e_rte_pmd_i40e.c.obj'. ninja: build stopped: subcommand failed. ##[error]Process completed with exit code 1. ###########################################################################= ######### #### [End job log] "ubuntu-22.04-gcc-static-mingw" at step Build and test ###########################################################################= ######### ###########################################################################= ######### #### [Begin job log] "ubuntu-22.04-gcc-shared-aarch64" at step Build and te= st ###########################################################################= ######### [1581/4175] Compiling C object 'drivers/a715181@@tmp_rte_net_hns3@sta/net_h= ns3_hns3_mp.c.o'. [1582/4175] Compiling C object 'drivers/a715181@@tmp_rte_net_hns3@sta/net_h= ns3_hns3_rss.c.o'. [1583/4175] Compiling C object 'drivers/a715181@@tmp_rte_net_hns3@sta/net_h= ns3_hns3_mbx.c.o'. [1584/4175] Compiling C object 'drivers/a715181@@tmp_rte_net_hns3@sta/net_h= ns3_hns3_regs.c.o'. [1585/4175] Compiling C object 'drivers/a715181@@tmp_rte_net_hns3@sta/net_h= ns3_hns3_ptp.c.o'. [1586/4175] Compiling C object 'drivers/a715181@@tmp_rte_net_hns3@sta/net_h= ns3_hns3_ethdev.c.o'. [1587/4175] Compiling C object 'drivers/a715181@@tmp_rte_net_hns3@sta/net_h= ns3_hns3_flow.c.o'. [1588/4175] Compiling C object 'drivers/a715181@@tmp_rte_net_hns3@sta/net_h= ns3_hns3_dump.c.o'. [1589/4175] Compiling C object 'drivers/a715181@@tmp_rte_net_hns3@sta/net_h= ns3_hns3_tm.c.o'. [1590/4175] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@st= a/i40e_adminq.c.o'. [1591/4175] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i= 40e_i40e_ethdev.c.o'. FAILED: drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_ethdev.c.o=20 ccache aarch64-linux-gnu-gcc -Idrivers/a715181@@tmp_rte_net_i40e@sta -Idriv= ers -I../drivers -Idrivers/net/i40e -I../drivers/net/i40e -Idrivers/net/i40= e/base -I../drivers/net/i40e/base -Ilib/ethdev -I../lib/ethdev -I. -I../ -I= config -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/i= nclude -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/in= clude -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kva= rgs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../= lib/telemetry/../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 -fdiag= nostics-color=3Dalways -pipe -D_FILE_OFFSET_BITS=3D64 -Wall -Winvalid-pch -= Wextra -Werror -std=3Dc11 -O2 -g -include rte_config.h -Wcast-qual -Wdeprec= ated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations = -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arit= h -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-o= f-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wn= o-zero-length-bounds -D_GNU_SOURCE -fPIC -march=3Darmv8-a+crc -moutline-ato= mics -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -= DPF_DRIVER -DVF_DRIVER -DINTEGRATED_VF -DX722_A0_SUPPORT -DRTE_LOG_DEFAULT_= LOGTYPE=3Dpmd.net.i40e -MD -MQ 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i= 40e_i40e_ethdev.c.o' -MF 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i4= 0e_ethdev.c.o.d' -o 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_et= hdev.c.o' -c ../drivers/net/i40e/i40e_ethdev.c ../drivers/net/i40e/i40e_ethdev.c: In function =E2=80=98i40e_fec_get=E2=80= =99: ../drivers/net/i40e/i40e_ethdev.c:12406:13: error: =E2=80=98configured_fec_= cfg=E2=80=99 undeclared (first use in this function) 12406 | if (configured_fec_cfg & I40E_AQ_ENABLE_FEC_RS) | ^~~~~~~~~~~~~~~~~~ ../drivers/net/i40e/i40e_ethdev.c:12406:13: note: each undeclared identifie= r is reported only once for each function it appears in [1592/4175] Compiling C object 'drivers/a715181@@tmp_rte_net_hns3@sta/net_h= ns3_hns3_common.c.o'. [1593/4175] Compiling C object 'drivers/a715181@@tmp_rte_net_hns3@sta/net_h= ns3_hns3_rxtx_vec.c.o'. [1594/4175] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@st= a/i40e_dcb.c.o'. [1595/4175] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i= 40e_i40e_pf.c.o'. [1596/4175] Compiling C object 'drivers/a715181@@tmp_rte_net_hns3@sta/net_h= ns3_hns3_rxtx.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 ###########################################################################= ######### [1349/3469] Compiling C object 'drivers/a715181@@tmp_rte_net_hinic@sta/net_= hinic_hinic_pmd_rx.c.o'. [1350/3469] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@st= a/i40e_diag.c.o'. [1351/3469] Compiling C object 'drivers/a715181@@tmp_rte_net_hinic@sta/net_= hinic_hinic_pmd_tx.c.o'. [1352/3469] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@st= a/i40e_dcb.c.o'. [1353/3469] Compiling C object 'drivers/a715181@@tmp_rte_net_hinic@sta/net_= hinic_hinic_pmd_flow.c.o'. [1354/3469] Linking static target drivers/libtmp_rte_net_hinic.a. [1355/3469] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@st= a/i40e_lan_hmc.c.o'. [1356/3469] Generating rte_net_hinic.pmd.c with a custom command. [1357/3469] Compiling C object 'drivers/a715181@@rte_net_hinic@sta/meson-ge= nerated_.._rte_net_hinic.pmd.c.o'. [1358/3469] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@st= a/i40e_nvm.c.o'. [1359/3469] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i= 40e_i40e_ethdev.c.o'. FAILED: drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_ethdev.c.o=20 ccache powerpc64le-linux-gnu-gcc -Idrivers/a715181@@tmp_rte_net_i40e@sta -I= drivers -I../drivers -Idrivers/net/i40e -I../drivers/net/i40e -Idrivers/net= /i40e/base -I../drivers/net/i40e/base -Ilib/ethdev -I../lib/ethdev -I. -I..= / -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/lin= ux/include -I../lib/eal/linux/include -Ilib/eal/ppc/include -I../lib/eal/pp= c/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib= /kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -= I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -= I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/r= ing -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/vd= ev -I../drivers/bus/vdev -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -f= diagnostics-color=3Dalways -pipe -D_FILE_OFFSET_BITS=3D64 -Wall -Winvalid-p= ch -Wextra -Werror -std=3Dc11 -O2 -g -include rte_config.h -Wcast-qual -Wde= precated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarati= ons -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-= arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-addre= ss-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers= -Wno-zero-length-bounds -Wno-psabi -D_GNU_SOURCE -fPIC -mcpu=3Dpower8 -mtu= ne=3Dpower8 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-trunc= ation -DPF_DRIVER -DVF_DRIVER -DINTEGRATED_VF -DX722_A0_SUPPORT -DRTE_LOG_D= EFAULT_LOGTYPE=3Dpmd.net.i40e -MD -MQ 'drivers/a715181@@tmp_rte_net_i40e@st= a/net_i40e_i40e_ethdev.c.o' -MF 'drivers/a715181@@tmp_rte_net_i40e@sta/net_= i40e_i40e_ethdev.c.o.d' -o 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_= i40e_ethdev.c.o' -c ../drivers/net/i40e/i40e_ethdev.c ../drivers/net/i40e/i40e_ethdev.c: In function =E2=80=98i40e_fec_get=E2=80= =99: ../drivers/net/i40e/i40e_ethdev.c:12406:13: error: =E2=80=98configured_fec_= cfg=E2=80=99 undeclared (first use in this function) 12406 | if (configured_fec_cfg & I40E_AQ_ENABLE_FEC_RS) | ^~~~~~~~~~~~~~~~~~ ../drivers/net/i40e/i40e_ethdev.c:12406:13: note: each undeclared identifie= r is reported only once for each function it appears in [1360/3469] Compiling C object 'drivers/a715181@@rte_net_hinic@sha/meson-ge= nerated_.._rte_net_hinic.pmd.c.o'. [1361/3469] Linking static target drivers/librte_net_hinic.a. [1362/3469] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i= 40e_i40e_recycle_mbufs_vec_common.c.o'. [1363/3469] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i= 40e_i40e_pf.c.o'. [1364/3469] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@st= a/i40e_common.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-----------------------------