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 7EB6146ABB for ; Wed, 2 Jul 2025 12:47:34 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7B0B840DDE; Wed, 2 Jul 2025 12:47:34 +0200 (CEST) Received: from dmx.alabs.net (dmx.alabs.net [52.211.35.88]) by mails.dpdk.org (Postfix) with ESMTP id 848CF40E0F for ; Wed, 2 Jul 2025 12:47:32 +0200 (CEST) Received: from ec2-52-49-224-164.eu-west-1.compute.amazonaws.com (unknown [10.122.5.122]) by dmx.alabs.net (Postfix) with ESMTP id 3B67884760E; Wed, 2 Jul 2025 13:47:28 +0300 (IDT) DKIM-Filter: OpenDKIM Filter v2.11.0 dmx.alabs.net 3B67884760E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alabs.net; s=alabs; t=1751453248; bh=9zWt3kvhNPE7oztg71dn1C/o/wK0FPwIYlkVjq3z0/g=; h=Date:From:To:Subject:List-ID:From; b=eCalWaCtIX9VFtvs4jIFB3/pMrD2S9x3ya+stP1mHu4TLkJ37w60Gt83bxc1kTLPf q5dtpTYQrs7R/Ts96q/uFcXrR+UUgEiBALBOaoThQOsokFAmf6pb3dviYLLicgVAY9 upfzStkrE5ub7b90XpQj2e5e/q+yrH7kz1AH3K0U= Received: from ip-10-159-234-77.eu-west-1.compute.internal (swci-jnk-k2apps.alabs.net [10.159.234.77]) by ec2-52-49-224-164.eu-west-1.compute.amazonaws.com (Postfix) with ESMTP id 3624812AAC0; Wed, 2 Jul 2025 13:47:28 +0300 (IDT) Date: Wed, 2 Jul 2025 13:47:28 +0300 (IDT) From: al-sw-devops@alabs.net To: test-report@dpdk.org, atrwajee@amazon.com Message-ID: <1090600057.22181.1751453248221@ip-10-159-234-77.eu-west-1.compute.internal> Subject: |FAILURE| pw154408-154410 Description: Apply error encountered MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_22180_924390675.1751453248217" X-Jenkins-Job: Rerun Requests 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 ------=_Part_22180_924390675.1751453248217 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Test-Name: DPDK Fast test suite Test-Label: aws-unit-testing Test-Status: FAILURE _Unit Testing Apply error encountered_ http://dpdk.org/patch/154410 Test Status Summary: +--------------+------------------+ | Architecture | DPDK Unit Test | +--------------+------------------+ | x86_64 | FAILURE | +--------------+------------------+ | arm64 | FAILURE | +--------------+------------------+ Test environment (aarch64): Description: Apply error encountered OS : Ubuntu 24.04.1 LTS Kernel : 6.8.0-1030-aws NIC : Elastic Network Adapter GCC : 13.3.0-6ubuntu2~24.04 Test last 100 lines (aarch64) ../drivers/net/r8169/r8169_phy.c:752:1: error: version control conflict mar= ker in file 752 | =3D=3D=3D=3D=3D=3D=3D | ^~~~~~~ ../drivers/net/r8169/r8169_phy.c:772:1: error: version control conflict mar= ker in file 772 | =3D=3D=3D=3D=3D=3D=3D | ^~~~~~~ ../drivers/net/r8169/r8169_phy.c:778:1: error: version control conflict mar= ker in file 778 | >>>>>>> drivers/net: remove use of non-standard array range initial= ization | ^~~~~~~ ../drivers/net/r8169/r8169_phy.c: In function =E2=80=98rtl_get_hw_phy_mcu_c= ode_ver=E2=80=99: ../drivers/net/r8169/r8169_phy.c:870:1: error: version control conflict mar= ker in file 870 | <<<<<<< HEAD | ^~~~~~~ ../drivers/net/r8169/r8169_phy.c:1702:1: error: expected declaration or sta= tement at end of input 1702 | } | ^ ../drivers/net/r8169/r8169_phy.c:868:13: warning: unused variable =E2=80=98= hw_ram_code_ver=E2=80=99 [-Wunused-variable] 868 | u16 hw_ram_code_ver =3D ~0; | ^~~~~~~~~~~~~~~ ../drivers/net/r8169/r8169_phy.c:1702:1: warning: no return statement in fu= nction returning non-void [-Wreturn-type] 1702 | } | ^ ../drivers/net/r8169/r8169_phy.c:866:44: warning: unused parameter =E2=80= =98hw=E2=80=99 [-Wunused-parameter] 866 | rtl_get_hw_phy_mcu_code_ver(struct rtl_hw *hw) | ~~~~~~~~~~~~~~~^~ In file included from ../drivers/net/r8169/r8169_ethdev.h:13, from ../drivers/net/r8169/r8169_phy.c:12: ../drivers/net/r8169/r8169_phy.c: In function =E2=80=98rtl_powerdown_pll=E2= =80=99: ../drivers/net/r8169/r8169_compat.h:530:46: warning: statement will never b= e executed [-Wswitch-unreachable] 530 | #define RTL_PCI_REG_ADDR(hw, reg) ((u8 *)(hw)->mmio_addr + (reg)) | ~~~~^~~~~~~~~~~ ../drivers/net/r8169/r8169_compat.h:537:21: note: in definition of macro = =E2=80=98RTL_W8=E2=80=99 537 | rte_write8((val), RTL_PCI_REG_ADDR(hw, reg)) | ^~~ ../drivers/net/r8169/r8169_compat.h:532:35: note: in expansion of macro =E2= =80=98RTL_PCI_REG_ADDR=E2=80=99 532 | #define RTL_R8(hw, reg) rte_read8(RTL_PCI_REG_ADDR(hw, reg)) | ^~~~~~~~~~~~~~~~ ../drivers/net/r8169/r8169_phy.c:750:34: note: in expansion of macro =E2=80= =98RTL_R8=E2=80=99 750 | RTL_W8(hw, 0xF2, RTL_R8(hw, 0xF2) & ~BIT_6); | ^~~~~~ ../drivers/net/r8169/r8169_phy.c: At top level: ../drivers/net/r8169/r8169_phy.c:866:1: warning: =E2=80=98rtl_get_hw_phy_mc= u_code_ver=E2=80=99 defined but not used [-Wunused-function] 866 | rtl_get_hw_phy_mcu_code_ver(struct rtl_hw *hw) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/r8169/r8169_phy.c:838:1: warning: =E2=80=98rtl8125_set_hw_ph= y_before_init_phy_mcu=E2=80=99 defined but not used [-Wunused-function] 838 | rtl8125_set_hw_phy_before_init_phy_mcu(struct rtl_hw *hw) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/r8169/r8169_phy.c:806:1: warning: =E2=80=98rtl_xmii_reset_en= able=E2=80=99 defined but not used [-Wunused-function] 806 | rtl_xmii_reset_enable(struct rtl_hw *hw) | ^~~~~~~~~~~~~~~~~~~~~ [2119/3484] Compiling C object drivers/libtmp_rte_net_qede.a.p/net_qede_qed= e_filter.c.o [2120/3484] Linking target drivers/librte_net_null.so.25.2 [2121/3484] Compiling C object drivers/libtmp_rte_net_qede.a.p/net_qede_qed= e_sriov.c.o [2122/3484] Compiling C object drivers/libtmp_rte_net_r8169.a.p/net_r8169_r= 8169_rxtx.c.o FAILED: drivers/libtmp_rte_net_r8169.a.p/net_r8169_r8169_rxtx.c.o=20 cc -Idrivers/libtmp_rte_net_r8169.a.p -Idrivers -I../drivers -Idrivers/net/= r8169 -I../drivers/net/r8169 -I../drivers/net/r8169/base -Ilib/ethdev -I../= lib/ethdev -Ilib/eal/common -I../lib/eal/common -I. -I.. -Iconfig -I../conf= ig -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../kerne= l/linux -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/mempo= ol -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 -Idriv= ers/bus/vdev -I../drivers/bus/vdev -fdiagnostics-color=3Dalways -D_FILE_OFF= SET_BITS=3D64 -Wall -Winvalid-pch -Wextra -std=3Dc11 -O3 -include rte_confi= g.h -Wvla -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-se= curity -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-s= tyle-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef = -Wwrite-strings -Wno-packed-not-aligned -Wno-missing-field-initializers -D_= GNU_SOURCE -fPIC -mcpu=3Dneoverse-n1 -DALLOW_EXPERIMENTAL_API -DALLOW_INTER= NAL_API -Wno-format-truncation -Wno-address-of-packed-member -DRTE_LOG_DEFA= ULT_LOGTYPE=3Dpmd.net.r8169 -MD -MQ drivers/libtmp_rte_net_r8169.a.p/net_r8= 169_r8169_rxtx.c.o -MF drivers/libtmp_rte_net_r8169.a.p/net_r8169_r8169_rxt= x.c.o.d -o drivers/libtmp_rte_net_r8169.a.p/net_r8169_r8169_rxtx.c.o -c ../= drivers/net/r8169/r8169_rxtx.c ../drivers/net/r8169/r8169_rxtx.c: In function =E2=80=98rtl_tx_init=E2=80= =99: ../drivers/net/r8169/r8169_rxtx.c:1110:1: error: version control conflict m= arker in file 1110 | <<<<<<< HEAD | ^~~~~~~ ../drivers/net/r8169/r8169_rxtx.c:1730:1: error: expected declaration or st= atement at end of input 1730 | } | ^ ../drivers/net/r8169/r8169_rxtx.c:1731: warning: control reaches end of non= -void function [-Wreturn-type] ../drivers/net/r8169/r8169_rxtx.c: At top level: ../drivers/net/r8169/r8169_rxtx.c:1087:1: warning: =E2=80=98rtl8168_set_mtp= s=E2=80=99 defined but not used [-Wunused-function] 1087 | rtl8168_set_mtps(struct rtl_hw *hw) | ^~~~~~~~~~~~~~~~ ../drivers/net/r8169/r8169_rxtx.c:1055:1: warning: =E2=80=98rtl8125_set_tx_= tag_num=E2=80=99 defined but not used [-Wunused-function] 1055 | rtl8125_set_tx_tag_num(struct rtl_hw *hw) | ^~~~~~~~~~~~~~~~~~~~~~ [2123/3484] Compiling C object drivers/librte_net_pfe_base_lib.a.p/net_qede= _base_ecore_spq.c.o [2124/3484] Generating drivers/rte_net_pfe.pmd.c with a custom command [2125/3484] Compiling C object drivers/libtmp_rte_net_octeon_ep.a.p/net_oct= eon_ep_cnxk_ep_rx_neon.c.o [2126/3484] Compiling C object drivers/libtmp_rte_net_r8169.a.p/net_r8169_r= 8169_fiber.c.o [2127/3484] Compiling C object drivers/libtmp_rte_net_qede.a.p/net_qede_qed= e_main.c.o [2128/3484] Compiling C object drivers/librte_net_pfe_base_lib.a.p/net_qede= _base_ecore_dcbx.c.o [2129/3484] Compiling C object drivers/libtmp_rte_net_r8169.a.p/net_r8169_r= 8169_dash.c.o [2130/3484] Compiling C object drivers/libtmp_rte_net_r8169.a.p/net_r8169_b= ase_rtl8125a.c.o [2131/3484] Compiling C object drivers/librte_net_pfe_base_lib.a.p/net_qede= _base_ecore_init_fw_funcs.c.o [2132/3484] Compiling C object drivers/librte_net_pfe_base_lib.a.p/net_qede= _base_ecore_vf.c.o [2133/3484] Compiling C object drivers/librte_net_pfe_base_lib.a.p/net_qede= _base_ecore_l2.c.o [2134/3484] Compiling C object drivers/libtmp_rte_net_ngbe.a.p/net_ngbe_ngb= e_rxtx_vec_neon.c.o [2135/3484] Compiling C object drivers/librte_net_pfe_base_lib.a.p/net_qede= _base_ecore_cxt.c.o [2136/3484] Compiling C object drivers/librte_net_pfe_base_lib.a.p/net_qede= _base_ecore_int.c.o [2137/3484] Compiling C object drivers/libtmp_rte_net_qede.a.p/net_qede_qed= e_ethdev.c.o [2138/3484] Compiling C object drivers/librte_net_pfe_base_lib.a.p/net_qede= _base_ecore_mcp.c.o [2139/3484] Compiling C object drivers/librte_net_pfe_base_lib.a.p/net_qede= _base_ecore_sriov.c.o [2140/3484] Compiling C object drivers/libtmp_rte_net_ngbe.a.p/net_ngbe_ngb= e_rxtx.c.o [2141/3484] Compiling C object drivers/libtmp_rte_net_qede.a.p/net_qede_qed= e_rxtx.c.o [2142/3484] Compiling C object drivers/librte_net_pfe_base_lib.a.p/net_qede= _base_ecore_dev.c.o [2143/3484] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_tx_= cn20k_tx_64_79_vec_mseg.c.o [2144/3484] Compiling C object drivers/libtmp_rte_net_qede.a.p/net_qede_qed= e_debug.c.o [2145/3484] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_tx_= cn20k_tx_96_111_vec_mseg.c.o ninja: build stopped: subcommand failed. Test build failed. FAILURE Test environment (x86_64): Description: Apply error encountered OS : Ubuntu 24.04.1 LTS Kernel : 6.8.0-1030-aws NIC : Elastic Network Adapter GCC : 13.3.0-6ubuntu2~24.04 Test last 100 lines (x86_64) 560 | >>>>>>> drivers/net: remove use of non-standard array range initial= ization | ^~~~~~~ ../drivers/net/r8169/r8169_phy.c: In function =E2=80=98rtl_powerup_pll=E2= =80=99: ../drivers/net/r8169/r8169_phy.c:571:1: error: version control conflict mar= ker in file 571 | <<<<<<< HEAD | ^~~~~~~ ../drivers/net/r8169/r8169_phy.c: In function =E2=80=98rtl_powerdown_pll=E2= =80=99: ../drivers/net/r8169/r8169_phy.c:732:1: error: version control conflict mar= ker in file 732 | <<<<<<< HEAD | ^~~~~~~ ../drivers/net/r8169/r8169_phy.c:752:1: error: version control conflict mar= ker in file 752 | =3D=3D=3D=3D=3D=3D=3D | ^~~~~~~ ../drivers/net/r8169/r8169_phy.c:772:1: error: version control conflict mar= ker in file 772 | =3D=3D=3D=3D=3D=3D=3D | ^~~~~~~ ../drivers/net/r8169/r8169_phy.c:778:1: error: version control conflict mar= ker in file 778 | >>>>>>> drivers/net: remove use of non-standard array range initial= ization | ^~~~~~~ ../drivers/net/r8169/r8169_phy.c: In function =E2=80=98rtl_get_hw_phy_mcu_c= ode_ver=E2=80=99: ../drivers/net/r8169/r8169_phy.c:870:1: error: version control conflict mar= ker in file 870 | <<<<<<< HEAD | ^~~~~~~ ../drivers/net/r8169/r8169_phy.c:1702:1: error: expected declaration or sta= tement at end of input 1702 | } | ^ ../drivers/net/r8169/r8169_phy.c:868:13: warning: unused variable =E2=80=98= hw_ram_code_ver=E2=80=99 [-Wunused-variable] 868 | u16 hw_ram_code_ver =3D ~0; | ^~~~~~~~~~~~~~~ ../drivers/net/r8169/r8169_phy.c:1702:1: warning: no return statement in fu= nction returning non-void [-Wreturn-type] 1702 | } | ^ ../drivers/net/r8169/r8169_phy.c:866:44: warning: unused parameter =E2=80= =98hw=E2=80=99 [-Wunused-parameter] 866 | rtl_get_hw_phy_mcu_code_ver(struct rtl_hw *hw) | ~~~~~~~~~~~~~~~^~ In file included from ../drivers/net/r8169/r8169_ethdev.h:13, from ../drivers/net/r8169/r8169_phy.c:12: ../drivers/net/r8169/r8169_phy.c: In function =E2=80=98rtl_powerdown_pll=E2= =80=99: ../drivers/net/r8169/r8169_compat.h:530:46: warning: statement will never b= e executed [-Wswitch-unreachable] 530 | #define RTL_PCI_REG_ADDR(hw, reg) ((u8 *)(hw)->mmio_addr + (reg)) | ~~~~^~~~~~~~~~~ ../drivers/net/r8169/r8169_compat.h:537:27: note: in expansion of macro =E2= =80=98RTL_PCI_REG_ADDR=E2=80=99 537 | rte_write8((val), RTL_PCI_REG_ADDR(hw, reg)) | ^~~~~~~~~~~~~~~~ ../drivers/net/r8169/r8169_phy.c:750:17: note: in expansion of macro =E2=80= =98RTL_W8=E2=80=99 750 | RTL_W8(hw, 0xF2, RTL_R8(hw, 0xF2) & ~BIT_6); | ^~~~~~ ../drivers/net/r8169/r8169_phy.c: At top level: ../drivers/net/r8169/r8169_phy.c:866:1: warning: =E2=80=98rtl_get_hw_phy_mc= u_code_ver=E2=80=99 defined but not used [-Wunused-function] 866 | rtl_get_hw_phy_mcu_code_ver(struct rtl_hw *hw) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/r8169/r8169_phy.c:838:1: warning: =E2=80=98rtl8125_set_hw_ph= y_before_init_phy_mcu=E2=80=99 defined but not used [-Wunused-function] 838 | rtl8125_set_hw_phy_before_init_phy_mcu(struct rtl_hw *hw) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/r8169/r8169_phy.c:806:1: warning: =E2=80=98rtl_xmii_reset_en= able=E2=80=99 defined but not used [-Wunused-function] 806 | rtl_xmii_reset_enable(struct rtl_hw *hw) | ^~~~~~~~~~~~~~~~~~~~~ [2139/3295] Compiling C object drivers/libtmp_rte_net_r8169.a.p/net_r8169_r= 8169_dash.c.o [2140/3295] Compiling C object drivers/libtmp_rte_net_r8169.a.p/net_r8169_r= 8169_rxtx.c.o FAILED: drivers/libtmp_rte_net_r8169.a.p/net_r8169_r8169_rxtx.c.o=20 cc -Idrivers/libtmp_rte_net_r8169.a.p -Idrivers -I../drivers -Idrivers/net/= r8169 -I../drivers/net/r8169 -I../drivers/net/r8169/base -Ilib/ethdev -I../= lib/ethdev -Ilib/eal/common -I../lib/eal/common -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 -I../kerne= l/linux -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/mempo= ol -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 -Idriv= ers/bus/vdev -I../drivers/bus/vdev -fdiagnostics-color=3Dalways -D_FILE_OFF= SET_BITS=3D64 -Wall -Winvalid-pch -Wextra -std=3Dc11 -O3 -include rte_confi= g.h -Wvla -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-se= curity -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-s= tyle-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef = -Wwrite-strings -Wno-packed-not-aligned -Wno-missing-field-initializers -D_= GNU_SOURCE -fPIC -march=3Dnative -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INT= ERNAL_API -Wno-format-truncation -Wno-address-of-packed-member -DRTE_LOG_DE= FAULT_LOGTYPE=3Dpmd.net.r8169 -MD -MQ drivers/libtmp_rte_net_r8169.a.p/net_= r8169_r8169_rxtx.c.o -MF drivers/libtmp_rte_net_r8169.a.p/net_r8169_r8169_r= xtx.c.o.d -o drivers/libtmp_rte_net_r8169.a.p/net_r8169_r8169_rxtx.c.o -c .= ./drivers/net/r8169/r8169_rxtx.c ../drivers/net/r8169/r8169_rxtx.c: In function =E2=80=98rtl_tx_init=E2=80= =99: ../drivers/net/r8169/r8169_rxtx.c:1110:1: error: version control conflict m= arker in file 1110 | <<<<<<< HEAD | ^~~~~~~ ../drivers/net/r8169/r8169_rxtx.c:1730:1: error: expected declaration or st= atement at end of input 1730 | } | ^ ../drivers/net/r8169/r8169_rxtx.c:1731: warning: control reaches end of non= -void function [-Wreturn-type] ../drivers/net/r8169/r8169_rxtx.c: At top level: ../drivers/net/r8169/r8169_rxtx.c:1087:1: warning: =E2=80=98rtl8168_set_mtp= s=E2=80=99 defined but not used [-Wunused-function] 1087 | rtl8168_set_mtps(struct rtl_hw *hw) | ^~~~~~~~~~~~~~~~ ../drivers/net/r8169/r8169_rxtx.c:1055:1: warning: =E2=80=98rtl8125_set_tx_= tag_num=E2=80=99 defined but not used [-Wunused-function] 1055 | rtl8125_set_tx_tag_num(struct rtl_hw *hw) | ^~~~~~~~~~~~~~~~~~~~~~ [2141/3295] Compiling C object drivers/libtmp_rte_net_r8169.a.p/net_r8169_b= ase_rtl8125a_mcu.c.o FAILED: drivers/libtmp_rte_net_r8169.a.p/net_r8169_base_rtl8125a_mcu.c.o=20 cc -Idrivers/libtmp_rte_net_r8169.a.p -Idrivers -I../drivers -Idrivers/net/= r8169 -I../drivers/net/r8169 -I../drivers/net/r8169/base -Ilib/ethdev -I../= lib/ethdev -Ilib/eal/common -I../lib/eal/common -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 -I../kerne= l/linux -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/mempo= ol -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 -Idriv= ers/bus/vdev -I../drivers/bus/vdev -fdiagnostics-color=3Dalways -D_FILE_OFF= SET_BITS=3D64 -Wall -Winvalid-pch -Wextra -std=3Dc11 -O3 -include rte_confi= g.h -Wvla -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-se= curity -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-s= tyle-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef = -Wwrite-strings -Wno-packed-not-aligned -Wno-missing-field-initializers -D_= GNU_SOURCE -fPIC -march=3Dnative -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INT= ERNAL_API -Wno-format-truncation -Wno-address-of-packed-member -DRTE_LOG_DE= FAULT_LOGTYPE=3Dpmd.net.r8169 -MD -MQ drivers/libtmp_rte_net_r8169.a.p/net_= r8169_base_rtl8125a_mcu.c.o -MF drivers/libtmp_rte_net_r8169.a.p/net_r8169_= base_rtl8125a_mcu.c.o.d -o drivers/libtmp_rte_net_r8169.a.p/net_r8169_base_= rtl8125a_mcu.c.o -c ../drivers/net/r8169/base/rtl8125a_mcu.c ../drivers/net/r8169/base/rtl8125a_mcu.c: In function =E2=80=98rtl_release_= phy_mcu_patch_key_lock=E2=80=99: ../drivers/net/r8169/base/rtl8125a_mcu.c:164:1: error: version control conf= lict marker in file 164 | <<<<<<< HEAD | ^~~~~~~ ../drivers/net/r8169/base/rtl8125a_mcu.c:175:17: warning: statement will ne= ver be executed [-Wswitch-unreachable] 175 | rtl_mdio_direct_write_phy_ocp(hw, 0xA438, 0x0000); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2142/3295] Compiling C object drivers/libtmp_rte_net_r8169.a.p/net_r8169_r= 8169_fiber.c.o [2143/3295] Compiling C object drivers/libtmp_rte_net_r8169.a.p/net_r8169_b= ase_rtl8125a.c.o [2144/3295] Compiling C object drivers/libtmp_rte_net_qede.a.p/net_qede_qed= e_ethdev.c.o [2145/3295] Compiling C object drivers/librte_net_pfe_base_lib.a.p/net_qede= _base_ecore_dev.c.o [2146/3295] Compiling C object drivers/librte_net_pfe_base_lib.a.p/net_qede= _base_ecore_mcp.c.o [2147/3295] Compiling C object drivers/librte_net_pfe_base_lib.a.p/net_qede= _base_ecore_sriov.c.o [2148/3295] Compiling C object drivers/libtmp_rte_net_qede.a.p/net_qede_qed= e_rxtx.c.o [2149/3295] Compiling C object drivers/libtmp_rte_net_qede.a.p/net_qede_qed= e_debug.c.o ninja: build stopped: subcommand failed. Test build failed. FAILURE ------=_Part_22180_924390675.1751453248217--