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 54ACE43323 for ; Tue, 14 Nov 2023 07:59:35 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3142540279 for ; Tue, 14 Nov 2023 07:59:35 +0100 (CET) Received: from mail-yb1-f171.google.com (mail-yb1-f171.google.com [209.85.219.171]) by mails.dpdk.org (Postfix) with ESMTP id A477740279 for ; Tue, 14 Nov 2023 07:59:33 +0100 (CET) Received: by mail-yb1-f171.google.com with SMTP id 3f1490d57ef6-daec4e4c5eeso5371616276.1 for ; Mon, 13 Nov 2023 22:59:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20230601.gappssmtp.com; s=20230601; t=1699945172; x=1700549972; 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=rUhCjvEgdVa4R9oclefCtRJyxnwX133qfFbuM4J7QEg=; b=245FeAb6lfqBx7i/ZOPF0dfB4TLjMzEBrAFktmb50RYnk69rlylT5UyDhYxKIR0/+A rPwEye586P8+ls2nvWXJRHLKP0dqQEKNncRUbiGc80WPNPxhPV7Wr1VJcU5QJJ9Zw4co eMu7Oi1Epn5H10C1hJD5/GVZ52IN3luap8BxPzXVC3eSsuVjYMZFe0V5psYWj5FRIbbH EF+Sxv0IjFwvJPeNvQTtmj0KBnKK4dNp391xjhd5hrb+gvG7/6ACJqugUq33t9LxuZm7 Kqnp5KQ9ftr1XoHuW+ZJ17fcVJPKm57aFsIlCo4MVRJdYcBwIpCoJrwiy4sxyz41ttS9 FDew== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1699945172; x=1700549972; 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=rUhCjvEgdVa4R9oclefCtRJyxnwX133qfFbuM4J7QEg=; b=ACtlZnEca0RxfNwb/di8ZsXNVnyo8A0XgX17A0biQTqVdMnr9s2mUQqxedKrAGthTC A9WsFvgy6OoMXN1QcuTO60AR9BC7Kuc6SBUrBzfaT55F1raThv6bOxTEHemmuRgmXwR7 DSDufqugEyAuPDS4mAIxi0uyKnIQhTfavZWLcZC9Ea+UI+U/uLdSlv1c7OmU3tGfUJ5i wbE+bRChsYuoeRjZxTED93B/iEhwA6UKe68qJ7b6WLYGvVtLmZH9iYINnYoWNYs8utoj V1zyqP8AKJZRQACp6DlQreOv5x92KcbuG5GFqizHAPnPi1QkW8ovsOiSV9VrgLh51eDS IGMw== X-Gm-Message-State: AOJu0Yx5Ktnnp36TCZhVEIc4YwEEPtWwFBYU+3LIStufcqFbcSY9gXho 9LEKkn96+/2Way6s8hcnrynqzmeqxqp5V+EvhQI= X-Google-Smtp-Source: AGHT+IH2ju8lrXs7g+I4T4fS1Q9nEsp2p+EYi3SSxdta4V2rc8zgbuOTpT/mSypPiFTpY78ghm2kVA== X-Received: by 2002:a25:cb10:0:b0:d9a:fd65:f97f with SMTP id b16-20020a25cb10000000b00d9afd65f97fmr9127003ybg.17.1699945172214; Mon, 13 Nov 2023 22:59:32 -0800 (PST) Received: from openvswitch-ci.ntdv.lab.eng.bos.redhat.com (nat-pool-bos-t.redhat.com. [66.187.233.206]) by smtp.gmail.com with ESMTPSA id bz4-20020ad44c04000000b0066cfbe4e0f4sm2670361qvb.26.2023.11.13.22.59.30 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 13 Nov 2023 22:59:31 -0800 (PST) From: 0-day Robot To: test-report@dpdk.org Cc: jesna.k.e@amd.com, robot@bytheb.org Subject: |FAILURE| pw134186 [PATCH v2] net/axgbe: invoke correct API when offloads enabled Date: Tue, 14 Nov 2023 01:59:30 -0500 Message-Id: <20231114065930.1892664-1-robot@bytheb.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20231114060716.465611-1-jesna.k.e@amd.com> References: <20231114060716.465611-1-jesna.k.e@amd.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/134186/ _github build: failed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/6859971071 Build Logs: -----------------------Summary of failed steps----------------------- "ubuntu-20.04-gcc-shared-aarch64" 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-shared-aarch64" at step Build and te= st ###########################################################################= ######### [504/4084] Generating symbol file 'lib/76b5a35@@rte_table@sha/librte_table.= so.24.0.symbols'. [505/4084] Compiling C object 'lib/76b5a35@@rte_node@sta/node_ethdev_tx.c.o= '. [506/4084] Compiling C object 'lib/76b5a35@@rte_node@sta/node_ip4_local.c.o= '. [507/4084] Compiling C object 'lib/76b5a35@@rte_node@sta/node_ip4_lookup.c.= o'. [508/4084] Compiling C object 'drivers/a715181@@tmp_rte_net_avp@sta/net_avp= _avp_ethdev.c.o'. [509/4084] Compiling C object 'lib/76b5a35@@rte_node@sta/node_ip6_rewrite.c= .o'. [510/4084] Linking static target drivers/libtmp_rte_net_avp.a. [511/4084] Compiling C object 'lib/76b5a35@@rte_node@sta/node_kernel_tx.c.o= '. [512/4084] Compiling C object 'lib/76b5a35@@rte_node@sta/node_log.c.o'. [513/4084] Compiling C object 'lib/76b5a35@@rte_node@sta/node_null.c.o'. [514/4084] Compiling C object 'drivers/a715181@@tmp_rte_net_axgbe@sta/net_a= xgbe_axgbe_ethdev.c.o'. FAILED: drivers/a715181@@tmp_rte_net_axgbe@sta/net_axgbe_axgbe_ethdev.c.o=20 ccache aarch64-linux-gnu-gcc -Idrivers/a715181@@tmp_rte_net_axgbe@sta -Idri= vers -I../drivers -Idrivers/net/axgbe -I../drivers/net/axgbe -Ilib/ethdev -= I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/ea= l/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/= include -I../lib/eal/arm/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../li= b/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 -Idrive= rs/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../l= ib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -fdiagnostics-color=3Dalway= s -pipe -D_FILE_OFFSET_BITS=3D64 -Wall -Winvalid-pch -Wextra -Werror -std= =3Dc11 -O2 -g -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wfor= mat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototype= s -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -W= strict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wn= o-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -m= arch=3Darmv8-a+crc -moutline-atomics -DALLOW_EXPERIMENTAL_API -DALLOW_INTER= NAL_API -Wno-format-truncation -Wno-cast-qual -DRTE_LOG_DEFAULT_LOGTYPE=3Dp= md.net.axgbe -MD -MQ 'drivers/a715181@@tmp_rte_net_axgbe@sta/net_axgbe_axgb= e_ethdev.c.o' -MF 'drivers/a715181@@tmp_rte_net_axgbe@sta/net_axgbe_axgbe_e= thdev.c.o.d' -o 'drivers/a715181@@tmp_rte_net_axgbe@sta/net_axgbe_axgbe_eth= dev.c.o' -c ../drivers/net/axgbe/axgbe_ethdev.c ../drivers/net/axgbe/axgbe_ethdev.c: In function =E2=80=98axgbe_set_tx_func= tion=E2=80=99: ../drivers/net/axgbe/axgbe_ethdev.c:2141:25: error: unused variable =E2=80= =98txq=E2=80=99 [-Werror=3Dunused-variable] 2141 | struct axgbe_tx_queue *txq =3D dev->data->tx_queues[0]; | ^~~ cc1: all warnings being treated as errors [515/4084] Compiling C object 'lib/76b5a35@@rte_node@sta/node_kernel_rx.c.o= '. [516/4084] Generating graph.sym_chk with a meson_exe.py custom command. [517/4084] Generating vhost.sym_chk with a meson_exe.py custom command. [518/4084] Compiling C object 'lib/76b5a35@@rte_node@sta/node_pkt_cls.c.o'. [519/4084] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_s= wx_pipeline.c.o'. ninja: build stopped: subcommand failed. ##[error]Process completed with exit code 1. ###########################################################################= ######### #### [End job log] "ubuntu-20.04-gcc-shared-aarch64" at step Build and test ###########################################################################= ######### ###########################################################################= ######### #### [Begin job log] "ubuntu-20.04-gcc-ppc64le" at step Build and test ###########################################################################= ######### [932/3384] Compiling C object 'drivers/a715181@@tmp_rte_net_atlantic@sta/ne= t_atlantic_hw_atl_hw_atl_utils_fw2x.c.o'. [933/3384] Compiling C object 'drivers/a715181@@tmp_rte_net_atlantic@sta/ne= t_atlantic_atl_rxtx.c.o'. [934/3384] Compiling C object 'drivers/a715181@@tmp_rte_net_atlantic@sta/ne= t_atlantic_hw_atl_hw_atl_utils.c.o'. [935/3384] Linking static target drivers/libtmp_rte_net_atlantic.a. [936/3384] Generating rte_net_atlantic.pmd.c with a custom command. [937/3384] Compiling C object 'drivers/a715181@@rte_net_atlantic@sta/meson-= generated_.._rte_net_atlantic.pmd.c.o'. [938/3384] Linking static target drivers/librte_net_atlantic.a. [939/3384] Compiling C object 'drivers/a715181@@tmp_rte_net_axgbe@sta/net_a= xgbe_axgbe_dev.c.o'. [940/3384] Compiling C object 'drivers/a715181@@rte_net_atlantic@sha/meson-= generated_.._rte_net_atlantic.pmd.c.o'. [941/3384] Compiling C object 'drivers/a715181@@tmp_rte_net_axgbe@sta/net_a= xgbe_axgbe_mdio.c.o'. [942/3384] Compiling C object 'drivers/a715181@@tmp_rte_net_axgbe@sta/net_a= xgbe_axgbe_ethdev.c.o'. FAILED: drivers/a715181@@tmp_rte_net_axgbe@sta/net_axgbe_axgbe_ethdev.c.o=20 ccache powerpc64le-linux-gnu-gcc -Idrivers/a715181@@tmp_rte_net_axgbe@sta -= Idrivers -I../drivers -Idrivers/net/axgbe -I../drivers/net/axgbe -Ilib/ethd= ev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../li= b/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/= ppc/include -I../lib/eal/ppc/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/mempo= ol -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Id= rivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I= ../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -fdiagnostics-color=3Da= lways -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-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC = -mcpu=3Dpower8 -mtune=3Dpower8 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_AP= I -Wno-format-truncation -Wno-cast-qual -DRTE_LOG_DEFAULT_LOGTYPE=3Dpmd.net= .axgbe -MD -MQ 'drivers/a715181@@tmp_rte_net_axgbe@sta/net_axgbe_axgbe_ethd= ev.c.o' -MF 'drivers/a715181@@tmp_rte_net_axgbe@sta/net_axgbe_axgbe_ethdev.= c.o.d' -o 'drivers/a715181@@tmp_rte_net_axgbe@sta/net_axgbe_axgbe_ethdev.c.= o' -c ../drivers/net/axgbe/axgbe_ethdev.c ../drivers/net/axgbe/axgbe_ethdev.c: In function =E2=80=98axgbe_set_tx_func= tion=E2=80=99: ../drivers/net/axgbe/axgbe_ethdev.c:2141:25: error: unused variable =E2=80= =98txq=E2=80=99 [-Werror=3Dunused-variable] 2141 | struct axgbe_tx_queue *txq =3D dev->data->tx_queues[0]; | ^~~ cc1: all warnings being treated as errors [943/3384] Generating rte_net_atlantic.sym_chk with a meson_exe.py custom c= ommand. [944/3384] Compiling C object 'drivers/a715181@@tmp_rte_net_avp@sta/net_avp= _avp_ethdev.c.o'. [945/3384] Compiling C object 'drivers/a715181@@tmp_rte_net_axgbe@sta/net_a= xgbe_axgbe_i2c.c.o'. [946/3384] Compiling C object 'drivers/a715181@@tmp_rte_net_axgbe@sta/net_a= xgbe_axgbe_phy_impl.c.o'. [947/3384] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom co= mmand. 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 ###########################################################################= ######### [930/3355] Compiling C object 'drivers/a715181@@tmp_rte_net_avp@sta/net_avp= _avp_ethdev.c.o'. [931/3355] Linking static target drivers/libtmp_rte_net_avp.a. [932/3355] Generating rte_net_atlantic.pmd.c with a custom command. [933/3355] Compiling C object 'drivers/a715181@@rte_net_atlantic@sta/meson-= generated_.._rte_net_atlantic.pmd.c.o'. [934/3355] Linking static target drivers/librte_net_atlantic.a. [935/3355] Generating rte_net_avp.pmd.c with a custom command. [936/3355] Compiling C object 'drivers/a715181@@rte_net_atlantic@sha/meson-= generated_.._rte_net_atlantic.pmd.c.o'. [937/3355] Generating rte_net_atlantic.sym_chk with a meson_exe.py custom c= ommand. [938/3355] Linking target drivers/librte_net_atlantic.so.24.0. [939/3355] Compiling C object 'drivers/a715181@@tmp_rte_net_axgbe@sta/net_a= xgbe_axgbe_dev.c.o'. [940/3355] Compiling C object 'drivers/a715181@@rte_net_avp@sta/meson-gener= ated_.._rte_net_avp.pmd.c.o'. [941/3355] Linking static target drivers/librte_net_avp.a. [942/3355] Compiling C object 'drivers/a715181@@rte_net_avp@sha/meson-gener= ated_.._rte_net_avp.pmd.c.o'. [943/3355] Compiling C object 'drivers/a715181@@tmp_rte_net_axgbe@sta/net_a= xgbe_axgbe_ethdev.c.o'. FAILED: drivers/a715181@@tmp_rte_net_axgbe@sta/net_axgbe_axgbe_ethdev.c.o=20 ccache riscv64-linux-gnu-gcc -Idrivers/a715181@@tmp_rte_net_axgbe@sta -Idri= vers -I../drivers -Idrivers/net/axgbe -I../drivers/net/axgbe -Ilib/ethdev -= I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/ea= l/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/risc= v/include -I../lib/eal/riscv/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/mempo= ol -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Id= rivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I= ../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -fdiagnostics-color=3Da= lways -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-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC = -march=3Drv64gc -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-t= runcation -Wno-cast-qual -DRTE_LOG_DEFAULT_LOGTYPE=3Dpmd.net.axgbe -MD -MQ = 'drivers/a715181@@tmp_rte_net_axgbe@sta/net_axgbe_axgbe_ethdev.c.o' -MF 'dr= ivers/a715181@@tmp_rte_net_axgbe@sta/net_axgbe_axgbe_ethdev.c.o.d' -o 'driv= ers/a715181@@tmp_rte_net_axgbe@sta/net_axgbe_axgbe_ethdev.c.o' -c ../driver= s/net/axgbe/axgbe_ethdev.c ../drivers/net/axgbe/axgbe_ethdev.c: In function =E2=80=98axgbe_set_tx_func= tion=E2=80=99: ../drivers/net/axgbe/axgbe_ethdev.c:2141:25: error: unused variable =E2=80= =98txq=E2=80=99 [-Werror=3Dunused-variable] 2141 | struct axgbe_tx_queue *txq =3D dev->data->tx_queues[0]; | ^~~ cc1: all warnings being treated as errors [944/3355] Linking target drivers/librte_net_avp.so.24.0. [945/3355] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom co= mmand. 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-----------------------------