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 9194443DC4 for ; Tue, 2 Apr 2024 20:25:42 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 89D9640272 for ; Tue, 2 Apr 2024 20:25:42 +0200 (CEST) Received: from mail-qt1-f176.google.com (mail-qt1-f176.google.com [209.85.160.176]) by mails.dpdk.org (Postfix) with ESMTP id 7353A4025D for ; Tue, 2 Apr 2024 20:25:40 +0200 (CEST) Received: by mail-qt1-f176.google.com with SMTP id d75a77b69052e-432c947e92eso1602011cf.0 for ; Tue, 02 Apr 2024 11:25:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20230601.gappssmtp.com; s=20230601; t=1712082339; x=1712687139; 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=NYb0S/0Bub62LIuj0Z9tgbT46hJQ9YPzmJnoee/ziSg=; b=zRh9YF3g3fn3Af036+X5SggkF4KSsipPyyyZJ4ZbgCDTYSjv4TmgJk1KOuQcXnBZsl MULgdPRaHT3EX7hfqbFySiD65CeQm2az4/hTOtx8DKFd5zvu90W154LtGOmpXrZWLgoj vjLblafehHMtA+csNq635GLnOipxkIcBBQ0Ne4R2ouwu0UXC2BS1rS9b3o+NrLIxAaoc kRdsJ4nrOR8sUAihsWhMsyrM1qznhl2qmUMJCccUq8X/USayAwnsnFawZ01BuQjBYTSO 86R9EV9m6662iuHtm5In0MAlG5848t6MKU4ajylCjEtWtZgu94VmEZKHOQ1aKNLsMlcM Wr+Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1712082339; x=1712687139; 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=NYb0S/0Bub62LIuj0Z9tgbT46hJQ9YPzmJnoee/ziSg=; b=eNbCS7GDLmUWN6OComzDIJ2BEKaJdXPJDgFkto3RMmktQJaso+imSV/O2JU/UBOsqL PHC7lEkyDVSax27ynMNCtfp3+C4lqMNfMKBzjP6AeaCXNexbYLty5wK4s9uJH9OYGRWc v2VkvI3dmHggll6QL50a1jQ8GEuxdf2B0Qo1ApxB/kINv7ybvafDT6R81cLX+WgqAEgS C2KQHFqZTWe1DFmxk/l3tFIw9BPF7xl3qjQheL+XLVZJ3cJKg6pb6yxXrZ091/ilhNPV eUTghlRNsE3wfLACTGnt8thdmJJAQUS51fKTS5gzE9jlDLxsiAcV3BsphIC/ZDqeqK53 DDLQ== X-Gm-Message-State: AOJu0YyHpBN8z+j1DE07scw4sW4xPuvvFB1mzkVlu72bI19lX7prOmR3 TzcBsRkuLFkCKa95mPTfrz9U47RiUjjMwrjKWkPdarwxjSgOcf8AJwSpLvzJJWIKyDapHDuSY0V 9 X-Google-Smtp-Source: AGHT+IFvkBOsT3KuHRFWAuuvuLnKRyZYiTvCNLBXc2EqL3OpnWCqfEcPMCmFnk4A7oa4CRBsWexsxA== X-Received: by 2002:ac8:5990:0:b0:431:503e:4139 with SMTP id e16-20020ac85990000000b00431503e4139mr448695qte.14.1712082339092; Tue, 02 Apr 2024 11:25:39 -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 u9-20020a05622a17c900b00430b22f5735sm5759080qtk.78.2024.04.02.11.25.38 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 02 Apr 2024 11:25:38 -0700 (PDT) From: 0-day Robot To: test-report@dpdk.org Cc: stephen@networkplumber.org, robot@bytheb.org Subject: |FAILURE| pw139030 [PATCH v5 8/8] net/tap: remove no longer used files Date: Tue, 2 Apr 2024 14:25:37 -0400 Message-Id: <20240402182537.1833936-1-robot@bytheb.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20240402171751.138324-9-stephen@networkplumber.org> References: <20240402171751.138324-9-stephen@networkplumber.org> 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/139030/ _github build: failed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/8527170505 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 ----------------------End summary of failed steps-------------------- -------------------------------BEGIN LOGS---------------------------- ###########################################################################= ######### #### [Begin job log] "ubuntu-22.04-gcc-stdatomic" at step Build and test ###########################################################################= ######### [2050/2955] Compiling C object 'drivers/net/txgbe/base/441365e@@txgbe_base@= sta/txgbe_mng.c.o'. [2051/2955] Compiling C object 'drivers/a715181@@tmp_rte_net_tap@sta/net_ta= p_tap_intr.c.o'. [2052/2955] Compiling C object 'drivers/a715181@@tmp_rte_net_tap@sta/net_ta= p_tap_netlink.c.o'. [2053/2955] Compiling C object 'drivers/a715181@@tmp_rte_net_tap@sta/net_ta= p_tap_tcmsgs.c.o'. [2054/2955] Compiling C object 'drivers/a715181@@tmp_rte_net_tap@sta/net_ta= p_tap_flow.c.o'. FAILED: drivers/a715181@@tmp_rte_net_tap@sta/net_tap_tap_flow.c.o=20 ccache gcc -Idrivers/a715181@@tmp_rte_net_tap@sta -Idrivers -I../drivers -I= drivers/net/tap -I../drivers/net/tap -Idrivers/bus/vdev -I../drivers/bus/vd= ev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -I= lib/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../li= b/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/.= ./metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry = -Ilib/gso -I../lib/gso -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 -Ilib/hash -I../lib/hash -Ilib/rcu -I../li= b/rcu -Idrivers/net/tap/bpf -fdiagnostics-color=3Dalways -pipe -D_FILE_OFFS= ET_BITS=3D64 -Wall -Winvalid-pch -Wextra -Werror -std=3Dc11 -O2 -g -include= rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wforma= t-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wo= ld-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wun= def -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -= Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -fPIC = -march=3Dcorei7 -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-fo= rmat-truncation -DTAP_MAX_QUEUES=3D16 -DHAVE_BPF_RSS -DRTE_LOG_DEFAULT_LOGT= YPE=3Dpmd.net.tap -MD -MQ 'drivers/a715181@@tmp_rte_net_tap@sta/net_tap_tap= _flow.c.o' -MF 'drivers/a715181@@tmp_rte_net_tap@sta/net_tap_tap_flow.c.o.d= ' -o 'drivers/a715181@@tmp_rte_net_tap@sta/net_tap_tap_flow.c.o' -c ../driv= ers/net/tap/tap_flow.c ../drivers/net/tap/tap_flow.c: In function =E2=80=98tap_flow_free=E2=80=99: ../drivers/net/tap/tap_flow.c:1252:17: error: implicit declaration of funct= ion =E2=80=98bpf_map__delete_elem=E2=80=99 [-Werror=3Dimplicit-function-dec= laration] 1252 | bpf_map__delete_elem(rss->maps.rss_map, | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/tap/tap_flow.c:1252:17: error: nested extern declaration of = =E2=80=98bpf_map__delete_elem=E2=80=99 [-Werror=3Dnested-externs] ../drivers/net/tap/tap_flow.c: In function =E2=80=98rss_add_actions=E2=80= =99: ../drivers/net/tap/tap_flow.c:1870:15: error: implicit declaration of funct= ion =E2=80=98bpf_map__update_elem=E2=80=99 [-Werror=3Dimplicit-function-dec= laration] 1870 | err =3D bpf_map__update_elem(pmd->rss->maps.rss_map, | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/tap/tap_flow.c:1870:15: error: nested extern declaration of = =E2=80=98bpf_map__update_elem=E2=80=99 [-Werror=3Dnested-externs] cc1: all warnings being treated as errors [2055/2955] Compiling C object 'drivers/net/txgbe/base/441365e@@txgbe_base@= sta/txgbe_phy.c.o'. [2056/2955] Compiling C object 'drivers/net/txgbe/base/441365e@@txgbe_base@= sta/txgbe_vf.c.o'. [2057/2955] Compiling C object 'drivers/a715181@@tmp_rte_net_tap@sta/net_ta= p_rte_eth_tap.c.o'. [2058/2955] Compiling C object 'drivers/a715181@@tmp_rte_net_txgbe@sta/net_= txgbe_txgbe_pf.c.o'. [2059/2955] Compiling C object 'drivers/a715181@@tmp_rte_net_txgbe@sta/net_= txgbe_txgbe_ethdev.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 ###########################################################################= ######### [2040/2955] Linking static target drivers/libtmp_rte_net_thunderx.a. [2041/2955] Generating rte_net_thunderx.pmd.c with a custom command. [2042/2955] Compiling C object 'drivers/a715181@@tmp_rte_net_tap@sta/net_ta= p_tap_tcmsgs.c.o'. [2043/2955] Compiling C object 'drivers/a715181@@tmp_rte_net_tap@sta/net_ta= p_tap_netlink.c.o'. [2044/2955] Compiling C object 'drivers/a715181@@rte_net_thunderx@sta/meson= -generated_.._rte_net_thunderx.pmd.c.o'. [2045/2955] Compiling C object 'drivers/a715181@@rte_net_thunderx@sha/meson= -generated_.._rte_net_thunderx.pmd.c.o'. [2046/2955] Linking static target drivers/librte_net_thunderx.a. [2047/2955] Compiling C object 'drivers/net/txgbe/base/441365e@@txgbe_base@= sta/txgbe_dcb_hw.c.o'. [2048/2955] Compiling C object 'drivers/a715181@@tmp_rte_net_tap@sta/net_ta= p_tap_flow.c.o'. FAILED: drivers/a715181@@tmp_rte_net_tap@sta/net_tap_tap_flow.c.o=20 ccache clang -Idrivers/a715181@@tmp_rte_net_tap@sta -Idrivers -I../drivers = -Idrivers/net/tap -I../drivers/net/tap -Idrivers/bus/vdev -I../drivers/bus/= vdev -I. -I../ -Iconfig -I../config -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/kvargs -Ilib/log -I../lib/log -Ilib/telemetry= /../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetr= y -Ilib/gso -I../lib/gso -Ilib/ethdev -I../lib/ethdev -Ilib/net -I../lib/ne= t -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../l= ib/ring -Ilib/meter -I../lib/meter -Ilib/hash -I../lib/hash -Ilib/rcu -I../= lib/rcu -Idrivers/net/tap/bpf -Xclang -fcolor-diagnostics -pipe -D_FILE_OFF= SET_BITS=3D64 -Wall -Winvalid-pch -Wextra -Werror -std=3Dc11 -O2 -g -includ= e rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wform= at-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -W= old-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wu= ndef -Wwrite-strings -Wno-address-of-packed-member -Wno-missing-field-initi= alizers -D_GNU_SOURCE -fPIC -march=3Dcorei7 -mrtm -DALLOW_EXPERIMENTAL_API = -DALLOW_INTERNAL_API -DTAP_MAX_QUEUES=3D16 -DHAVE_BPF_RSS -DRTE_LOG_DEFAULT= _LOGTYPE=3Dpmd.net.tap -DRTE_ANNOTATE_LOCKS -Wthread-safety -MD -MQ 'driver= s/a715181@@tmp_rte_net_tap@sta/net_tap_tap_flow.c.o' -MF 'drivers/a715181@@= tmp_rte_net_tap@sta/net_tap_tap_flow.c.o.d' -o 'drivers/a715181@@tmp_rte_ne= t_tap@sta/net_tap_tap_flow.c.o' -c ../drivers/net/tap/tap_flow.c ../drivers/net/tap/tap_flow.c:1252:3: error: implicit declaration of functi= on 'bpf_map__delete_elem' is invalid in C99 [-Werror,-Wimplicit-function-de= claration] bpf_map__delete_elem(rss->maps.rss_map, ^ ../drivers/net/tap/tap_flow.c:1870:8: error: implicit declaration of functi= on 'bpf_map__update_elem' is invalid in C99 [-Werror,-Wimplicit-function-de= claration] err =3D bpf_map__update_elem(pmd->rss->maps.rss_map, ^ 2 errors generated. [2049/2955] Linking target drivers/librte_net_thunderx.so.24.2. [2050/2955] Compiling C object 'drivers/a715181@@tmp_rte_net_tap@sta/net_ta= p_rte_eth_tap.c.o'. [2051/2955] Compiling C object 'drivers/net/txgbe/base/441365e@@txgbe_base@= sta/txgbe_mbx.c.o'. [2052/2955] Compiling C object 'drivers/net/txgbe/base/441365e@@txgbe_base@= sta/txgbe_eeprom.c.o'. [2053/2955] Compiling C object 'drivers/net/txgbe/base/441365e@@txgbe_base@= sta/txgbe_hw.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 ###########################################################################= ######### [2082/4036] Compiling C object 'drivers/a715181@@tmp_rte_net_tap@sta/net_ta= p_tap_netlink.c.o'. [2083/4036] Compiling C object 'drivers/a715181@@tmp_rte_net_tap@sta/net_ta= p_tap_intr.c.o'. [2084/4036] Linking static target drivers/libtmp_rte_net_thunderx.a. [2085/4036] Generating rte_net_thunderx.pmd.c with a custom command. [2086/4036] Compiling C object 'drivers/a715181@@tmp_rte_net_tap@sta/net_ta= p_tap_flow.c.o'. FAILED: drivers/a715181@@tmp_rte_net_tap@sta/net_tap_tap_flow.c.o=20 ccache gcc -Idrivers/a715181@@tmp_rte_net_tap@sta -Idrivers -I../drivers -I= drivers/net/tap -I../drivers/net/tap -Idrivers/bus/vdev -I../drivers/bus/vd= ev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -I= lib/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../li= b/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/.= ./metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry = -Ilib/gso -I../lib/gso -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 -Ilib/hash -I../lib/hash -Ilib/rcu -I../li= b/rcu -Idrivers/net/tap/bpf -fdiagnostics-color=3Dalways -pipe -D_FILE_OFFS= ET_BITS=3D64 -Wall -Winvalid-pch -Wextra -Werror -std=3Dc11 -g -include rte= _config.h -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-address-of-packed-member -Wno-packed-not-aligned -Wno-= missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -fPIC -mar= ch=3Dcorei7 -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format= -truncation -DTAP_MAX_QUEUES=3D16 -DHAVE_BPF_RSS -DRTE_LOG_DEFAULT_LOGTYPE= =3Dpmd.net.tap -MD -MQ 'drivers/a715181@@tmp_rte_net_tap@sta/net_tap_tap_fl= ow.c.o' -MF 'drivers/a715181@@tmp_rte_net_tap@sta/net_tap_tap_flow.c.o.d' -= o 'drivers/a715181@@tmp_rte_net_tap@sta/net_tap_tap_flow.c.o' -c ../drivers= /net/tap/tap_flow.c ../drivers/net/tap/tap_flow.c: In function =E2=80=98tap_flow_free=E2=80=99: ../drivers/net/tap/tap_flow.c:1252:17: error: implicit declaration of funct= ion =E2=80=98bpf_map__delete_elem=E2=80=99 [-Werror=3Dimplicit-function-dec= laration] 1252 | bpf_map__delete_elem(rss->maps.rss_map, | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/tap/tap_flow.c:1252:17: error: nested extern declaration of = =E2=80=98bpf_map__delete_elem=E2=80=99 [-Werror=3Dnested-externs] ../drivers/net/tap/tap_flow.c: In function =E2=80=98rss_add_actions=E2=80= =99: ../drivers/net/tap/tap_flow.c:1870:15: error: implicit declaration of funct= ion =E2=80=98bpf_map__update_elem=E2=80=99 [-Werror=3Dimplicit-function-dec= laration] 1870 | err =3D bpf_map__update_elem(pmd->rss->maps.rss_map, | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/tap/tap_flow.c:1870:15: error: nested extern declaration of = =E2=80=98bpf_map__update_elem=E2=80=99 [-Werror=3Dnested-externs] cc1: all warnings being treated as errors [2087/4036] Compiling C object 'drivers/a715181@@rte_net_thunderx@sta/meson= -generated_.._rte_net_thunderx.pmd.c.o'. [2088/4036] Compiling C object 'drivers/a715181@@tmp_rte_net_tap@sta/net_ta= p_tap_tcmsgs.c.o'. [2089/4036] Compiling C object 'drivers/a715181@@tmp_rte_net_tap@sta/net_ta= p_rte_eth_tap.c.o'. [2090/4036] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_m= lx5_mlx5_tx_empw.c.o'. [2091/4036] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_m= lx5_mlx5_tx_nompw.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 ###########################################################################= ######### [2067/4036] Compiling C object 'drivers/net/thunderx/base/80ab7c6@@nicvf_ba= se@sta/nicvf_hw.c.o'. [2068/4036] Compiling C object 'drivers/a715181@@rte_net_softnic@sha/meson-= generated_.._rte_net_softnic.pmd.c.o'. [2069/4036] Generating tap_rss.bpf.o with a custom command. [2070/4036] Generating rte_net_softnic.sym_chk with a meson_exe.py custom c= ommand. [2071/4036] Linking target drivers/librte_net_softnic.so.24.2. [2072/4036] Generating tap_rss.skel.h with a meson_exe.py custom command. [2073/4036] Compiling C object 'drivers/net/thunderx/base/80ab7c6@@nicvf_ba= se@sta/nicvf_bsvf.c.o'. [2074/4036] Compiling C object 'drivers/net/thunderx/base/80ab7c6@@nicvf_ba= se@sta/nicvf_mbox.c.o'. [2075/4036] Compiling C object 'drivers/a715181@@tmp_rte_net_tap@sta/net_ta= p_tap_flow.c.o'. FAILED: drivers/a715181@@tmp_rte_net_tap@sta/net_tap_tap_flow.c.o=20 ccache clang -Idrivers/a715181@@tmp_rte_net_tap@sta -Idrivers -I../drivers = -Idrivers/net/tap -I../drivers/net/tap -Idrivers/bus/vdev -I../drivers/bus/= vdev -I. -I../ -Iconfig -I../config -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/kvargs -Ilib/log -I../lib/log -Ilib/telemetry= /../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetr= y -Ilib/gso -I../lib/gso -Ilib/ethdev -I../lib/ethdev -Ilib/net -I../lib/ne= t -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../l= ib/ring -Ilib/meter -I../lib/meter -Ilib/hash -I../lib/hash -Ilib/rcu -I../= lib/rcu -Idrivers/net/tap/bpf -Xclang -fcolor-diagnostics -fsanitize=3Daddr= ess -fno-omit-frame-pointer -pipe -D_FILE_OFFSET_BITS=3D64 -Wall -Winvalid-= pch -Wextra -Werror -std=3Dc11 -O2 -g -include rte_config.h -Wcast-qual -Wd= eprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarat= ions -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer= -arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-addr= ess-of-packed-member -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -m= arch=3Dcorei7 -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DTAP_MAX= _QUEUES=3D16 -DHAVE_BPF_RSS -DRTE_LOG_DEFAULT_LOGTYPE=3Dpmd.net.tap -DRTE_A= NNOTATE_LOCKS -Wthread-safety -MD -MQ 'drivers/a715181@@tmp_rte_net_tap@sta= /net_tap_tap_flow.c.o' -MF 'drivers/a715181@@tmp_rte_net_tap@sta/net_tap_ta= p_flow.c.o.d' -o 'drivers/a715181@@tmp_rte_net_tap@sta/net_tap_tap_flow.c.o= ' -c ../drivers/net/tap/tap_flow.c ../drivers/net/tap/tap_flow.c:1252:3: error: implicit declaration of functi= on 'bpf_map__delete_elem' is invalid in C99 [-Werror,-Wimplicit-function-de= claration] bpf_map__delete_elem(rss->maps.rss_map, ^ ../drivers/net/tap/tap_flow.c:1870:8: error: implicit declaration of functi= on 'bpf_map__update_elem' is invalid in C99 [-Werror,-Wimplicit-function-de= claration] err =3D bpf_map__update_elem(pmd->rss->maps.rss_map, ^ 2 errors generated. [2076/4036] Compiling C object 'drivers/a715181@@tmp_rte_net_tap@sta/net_ta= p_tap_intr.c.o'. [2077/4036] Compiling C object 'drivers/a715181@@tmp_rte_net_tap@sta/net_ta= p_tap_netlink.c.o'. [2078/4036] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_m= lx5_mlx5_tx_nompw.c.o'. [2079/4036] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_m= lx5_mlx5_tx_txpp.c.o'. [2080/4036] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_m= lx5_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 te= st ###########################################################################= ######### --------------------------------END LOGS-----------------------------