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 57E80438A6 for ; Wed, 17 Jan 2024 22:46:30 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4BEA54014F for ; Wed, 17 Jan 2024 22:46:30 +0100 (CET) Received: from mail-qt1-f182.google.com (mail-qt1-f182.google.com [209.85.160.182]) by mails.dpdk.org (Postfix) with ESMTP id 3B0B84003C for ; Wed, 17 Jan 2024 22:46:29 +0100 (CET) Received: by mail-qt1-f182.google.com with SMTP id d75a77b69052e-42a12b8db9eso5071621cf.1 for ; Wed, 17 Jan 2024 13:46:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20230601.gappssmtp.com; s=20230601; t=1705527988; x=1706132788; 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=BaPMmAq+bmCvvUPhI59apcpQKFEpa4gY8BHDpIgXkJI=; b=gXIpasKajh99fGjcpjreKiHwYZXRXQjTo0M4Kefp3Rmo1pP7GBMsSoVRsoq8j81Bnf bAPVYSvs9ugxHnNsUK6zPIpKQv52ov4cchXkhqW8rAyZaSO9ZHzkhE/+Lmr0cAYp2OJm Qa97vTXf32W8qAI9PyI7h8obaIQ4aiUqB7ATYWW99XoXhbcMvLrLD6N5BvgruN2fxSqp pUl92Lm/t4k7VxjOLHJedZkrQ9vDxG9HeAph/yHrXP1FT+FuCbeF/5mcg2H0oisxNgXW kHQoiRgWJjj0h4rQjbTfQIOUnpPGNPaqll62k+RQw3Gp7ZaxZnjRMgcPQ7UeGcR+WVDA WFcw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1705527988; x=1706132788; 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=BaPMmAq+bmCvvUPhI59apcpQKFEpa4gY8BHDpIgXkJI=; b=VSRcTEdMsbNbLtcAkI64ocfcCfJ27E8yOEuH0N9UFdC5IKXW2CG2h/liDaLqVdwHLv 8JZG0EnSdGwBohE9NadMIuiesXPvMfS4bh6cSOrEibAEf+0GKO0gh5EHEksdbMQ0hlab i87KLHI75JV5GI7aoNH8GBS7LpXRB43bTyiPdjY6UbC9We3sNxQnkkPVtWJ8EPmTMH8G 6Hm25fPQ3n/Q3zyH3dSzSnZzgWUhGW+Joqo4R29IVH8Ez2yDv1lzwld5CL13PDApA1pa ZNKDSqdmfx7pU3NE0u2un4bB6PwrSVgn/Q/2fQw6h0SLx4dKfIft7qFBkQcESidAFR/W E21w== X-Gm-Message-State: AOJu0YxrTVcFq+UBkG+wbnFTuyrS+ceOJAGM3eeusMmNbyqUykl/F8qj pwy1OyV+HxOWzMJ38fTuUirWMKACzSlek6sveTdfKCxdURM= X-Google-Smtp-Source: AGHT+IHjx98XKwEtW8drUlUPh888owVO03uqdaRL8nO6KDZLfUmV/UITfp+Nv8Acr6Sv4RjVHzNt8A== X-Received: by 2002:a05:622a:43:b0:42a:dca:7b4d with SMTP id y3-20020a05622a004300b0042a0dca7b4dmr1965537qtw.81.1705527987876; Wed, 17 Jan 2024 13:46:27 -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 he23-20020a05622a601700b0042a09928c10sm1544759qtb.33.2024.01.17.13.46.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 17 Jan 2024 13:46:27 -0800 (PST) From: 0-day Robot To: test-report@dpdk.org Cc: kumaraparamesh92@gmail.com, robot@bytheb.org Subject: |FAILURE| pw135942 [PATCH v2] gro : packets not getting flushed in heavy-weight mode API Date: Wed, 17 Jan 2024 16:46:26 -0500 Message-Id: <20240117214626.387330-1-robot@bytheb.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20240117201408.426140-1-kumaraparamesh92@gmail.com> References: <20240117201408.426140-1-kumaraparamesh92@gmail.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/135942/ _github build: failed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/7561494139 Build Logs: -----------------------Summary of failed steps----------------------- "ubuntu-20.04-gcc-mini" failed at step Build and test ----------------------End summary of failed steps-------------------- -------------------------------BEGIN LOGS---------------------------- ###########################################################################= ######### #### [Begin job log] "ubuntu-20.04-gcc-mini" at step Build and test ###########################################################################= ######### [443/1009] Generating 'buildtools/chkincs/fe389a9@@chkincs@exe/rte_service.= c'. [444/1009] Generating 'buildtools/chkincs/fe389a9@@chkincs@exe/rte_service_= component.c'. [445/1009] Generating 'buildtools/chkincs/fe389a9@@chkincs@exe/rte_stdatomi= c.c'. [446/1009] Generating 'buildtools/chkincs/fe389a9@@chkincs@exe/rte_thread.c= '. [447/1009] Generating 'buildtools/chkincs/fe389a9@@chkincs@exe/rte_tailq.c'. [448/1009] Generating 'buildtools/chkincs/fe389a9@@chkincs@exe/rte_string_f= ns.c'. [449/1009] Generating 'buildtools/chkincs/fe389a9@@chkincs@exe/rte_ticketlo= ck.c'. [450/1009] Generating 'buildtools/chkincs/fe389a9@@chkincs@exe/rte_trace.c'. [451/1009] Generating 'buildtools/chkincs/fe389a9@@chkincs@exe/rte_time.c'. [452/1009] Generating 'buildtools/chkincs/fe389a9@@chkincs@exe/rte_trace_po= int.c'. [453/1009] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_csumo= nly.c.o'. FAILED: app/a172ced@@dpdk-testpmd@exe/test-pmd_csumonly.c.o=20 ccache gcc -Iapp/a172ced@@dpdk-testpmd@exe -Iapp -I../app -Iapp/test-pmd -I= ../app/test-pmd -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 -I../lib/telemetry/../metrics -Ilib/telemetry -I..= /lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempoo= l -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Ili= b/cmdline -I../lib/cmdline -fdiagnostics-color=3Dalways -pipe -D_FILE_OFFSE= T_BITS=3D64 -Wall -Winvalid-pch -Wextra -Werror -std=3Dc11 -O2 -g -include = rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat= -security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wol= d-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wund= ef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -W= no-missing-field-initializers -D_GNU_SOURCE -march=3Dcorei7 -mrtm -DALLOW_E= XPERIMENTAL_API -Wno-deprecated-declarations -MD -MQ 'app/a172ced@@dpdk-tes= tpmd@exe/test-pmd_csumonly.c.o' -MF 'app/a172ced@@dpdk-testpmd@exe/test-pmd= _csumonly.c.o.d' -o 'app/a172ced@@dpdk-testpmd@exe/test-pmd_csumonly.c.o' -= c ../app/test-pmd/csumonly.c ../app/test-pmd/csumonly.c: In function =E2=80=98pkt_burst_checksum_forward= =E2=80=99: ../app/test-pmd/csumonly.c:887:1: error: label =E2=80=98init=E2=80=99 defin= ed but not used [-Werror=3Dunused-label] 887 | init: | ^~~~ cc1: all warnings being treated as errors [454/1009] Generating 'buildtools/chkincs/fe389a9@@chkincs@exe/rte_trace_po= int_register.c'. [455/1009] Generating 'buildtools/chkincs/fe389a9@@chkincs@exe/rte_uuid.c'. [456/1009] Generating 'buildtools/chkincs/fe389a9@@chkincs@exe/rte_version.= c'. [457/1009] Generating eal.sym_chk with a meson_exe.py custom command. [458/1009] Generating ethdev.sym_chk with a meson_exe.py custom command. ninja: build stopped: subcommand failed. ##[error]Process completed with exit code 1. ###########################################################################= ######### #### [End job log] "ubuntu-20.04-gcc-mini" at step Build and test ###########################################################################= ######### --------------------------------END LOGS-----------------------------