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 5AACE4605D for ; Sat, 18 Jan 2025 00:31:43 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 395614028A; Sat, 18 Jan 2025 00:31:43 +0100 (CET) Received: from mail-yb1-f226.google.com (mail-yb1-f226.google.com [209.85.219.226]) by mails.dpdk.org (Postfix) with ESMTP id A9FEE4003C for ; Sat, 18 Jan 2025 00:31:41 +0100 (CET) Received: by mail-yb1-f226.google.com with SMTP id 3f1490d57ef6-e5447fae695so4722754276.2 for ; Fri, 17 Jan 2025 15:31:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1737156701; x=1737761501; darn=dpdk.org; h=references:in-reply-to:cc:to:from:subject:message-id:date:from:to :cc:subject:date:message-id:reply-to; bh=QozIxF+KA4Saz+nVAMDvCAeYgE6lwpYQfDkm5JlQOVE=; b=QsQ0kf9GZqCtGecI9Wqpoh6wspalvPdAnZTHlASyPbE+ATRohQj1LS91ivno+iF0Oi 8cX0LOuMtci1wZUXk5wRvun2ozHV965RSjyJTrhwxuUnoE+0D20ORsKvhG/yaIn1+YrX G1d4kLw/N/BRHgtGnbgKJSizj+et26QMrGH8k= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1737156701; x=1737761501; h=references:in-reply-to:cc:to:from:subject:message-id:date :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=QozIxF+KA4Saz+nVAMDvCAeYgE6lwpYQfDkm5JlQOVE=; b=AhhxTknLS4bscTliqiBOJuGhy7rysVsiwAKc0WRTSNKFU+/Mr1UUXClFpdwIZi730C 9n8kTXVY2GMCAZya5Su7Nc4mv7ECGsJOm6iui8li6qQSpTVom/1tHP5MbVxkEa1wDOV1 S1bdkQLDr8vhmSaH+Zy7UhgOIZ/WPastVXlIy2dFS9Dm2AQHYRtyViNK2TDpLpVTafNa LoB7V9pgeMSKdMbF0FaGTc/SFjTAyp+Qu7zhWYkk3TyqDO4QRzsnORuCjwz1l4AbIrUw 5UzVAVii6W2FTH0LnvrTT4UCwOA+b/B8oPLlIbkPR9W92M62BzzegpyK03+GxDARIVXr XoDg== X-Gm-Message-State: AOJu0YwaZrGcuXWtNl0YLaYRGzIpWezruih1GnV1BeXblNcA+q+V2izc ielxwev+b0F9R/C/kjlYo4HmCYBbb6V59wnQka/kzMqrKc+u/HqczgAg3nw4BZQRce/R0wWNtTj aR9Y6lD0azB0SjGfOOsyRy8NkMLJY1GzTb5gNzPNc X-Gm-Gg: ASbGncv0DWz5v2fOMSKzhREFOgKOUIyyTl5EURx4aWnF9mrAas3Ly7tU7Q04+GxL8M+ MrifBnM2DQS1FW7lvj/JgiX6TsC0XheYxwndqmkteGF9/Ioi0OGjmgych/Y9uitrzi4S2jKuTcY TH+VNELyhrPhM6nnKB9gLJx+u8D/rcbVLtUCLTM2oOdV/kgvKyrgbBlGHRvc04YTStNUclwFMF/ 5mCT5CkglPJG2anu+2ck0RXH0gRO1TI1Zy9RPZV5p8f7gMfoiJAs4d0X9l9snyA7PjF9tjh+k1S gM8apw== X-Google-Smtp-Source: AGHT+IFQPv7lQHcBEikL8YK1TrGsqap/Ju06zp0RZeFVhlY67pIIvlrUo3IWFGo3YM8LSgneOjBXuyiZNeBN X-Received: by 2002:a05:690c:62c4:b0:6ef:6448:bade with SMTP id 00721157ae682-6f6eb941502mr38502017b3.36.1737156701033; Fri, 17 Jan 2025 15:31:41 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 00721157ae682-6f6e6455658sm1242257b3.16.2025.01.17.15.31.40 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 17 Jan 2025 15:31:41 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Fri, 17 Jan 2025 15:31:41 -0800 (PST) Message-ID: <678ae85d.810a0220.13bba7.9013SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.4] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id A14836052471; Fri, 17 Jan 2025 18:31:40 -0500 (EST) Subject: |WARNING| pw150202 [PATCH] net/ice: fix memory leak in scalar Rx From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250117175205.1598739-1-vladimir.medvedkin@intel.com> References: <20250117175205.1598739-1-vladimir.medvedkin@intel.com> Content-Type: text/plain 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 Test-Label: iol-compile-amd64-testing Test-Status: WARNING http://dpdk.org/patch/150202 _Testing issues_ Submitter: Vladimir Medvedkin Date: Friday, January 17 2025 17:52:05 DPDK git baseline: Repo:dpdk Branch: master CommitID:06e2856620a70000b2a28f0ea715fc247b85fd8d 150202 --> testing issues Upstream job id: Windows-Compile-DPDK-Native#25940 Test environment and result as below: +---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+----------------------+ | Environment | dpdk_meson_compile | dpdk_compile_ovs | dpdk_compile_spdk | dpdk_msvc_compile | dpdk_win_llvm_compile | dpdk_mingw64_compile | +=====================+====================+==================+===================+===================+=======================+======================+ | CentOS Stream 9 | PASS | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+----------------------+ | Debian 12 | PASS | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+----------------------+ | Debian Bullseye | PASS | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+----------------------+ | Fedora 40 (Clang) | PASS | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+----------------------+ | Fedora 40 | PASS | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+----------------------+ | Fedora 41 (Clang) | PASS | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+----------------------+ | Fedora 41 | PASS | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+----------------------+ | openSUSE Leap 15 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+----------------------+ | RHEL8 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+----------------------+ | Ubuntu 20.04 | PASS | WARN | SKIPPED | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+----------------------+ | Ubuntu 22.04 | PASS | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+----------------------+ | Ubuntu 24.04 | PASS | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+----------------------+ | Alpine | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+----------------------+ | FreeBSD 13.4 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+----------------------+ | RHEL9 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+----------------------+ | FreeBSD 14.2 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+----------------------+ | Windows Server 2022 | SKIPPED | SKIPPED | SKIPPED | PASS | PASS | PASS | +---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+----------------------+ ==== 20 line log output for Ubuntu 20.04 (dpdk_compile_ovs): ==== --- Failed to get log output --- ==== End log output ==== CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Debian Bullseye Kernel: Depends on container host Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110 Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Fedora 41 (Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) Fedora 41 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) openSUSE Leap 15 Kernel: Depends on container host Compiler: gcc (SUSE Linux) 7.5.0 RHEL8 Kernel: Depends on container host Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22) Ubuntu 20.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Ubuntu 22.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Ubuntu 24.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 Alpine Kernel: Depends on container host Compiler: gcc (Alpine 14.2.0) 14.2.0 FreeBSD 13.4 Kernel: 13.4-RELEASE-p1 Compiler: clang 18.1.6 RHEL9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) FreeBSD 14.2 Kernel: 14.2-RELEASE Compiler: clang 18.1.6 Windows Server 2022 Kernel: 10.0.20348.2031 Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32362/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/