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 B85634600A for ; Tue, 7 Jan 2025 08:38:19 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B3D5E40661; Tue, 7 Jan 2025 08:38:19 +0100 (CET) Received: from mail-io1-f99.google.com (mail-io1-f99.google.com [209.85.166.99]) by mails.dpdk.org (Postfix) with ESMTP id CA5514027D for ; Tue, 7 Jan 2025 08:38:17 +0100 (CET) Received: by mail-io1-f99.google.com with SMTP id ca18e2360f4ac-844e161a8b4so474107439f.0 for ; Mon, 06 Jan 2025 23:38:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1736235497; x=1736840297; 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=V2Ol+vsC55iSHq9KGimiXUe75vEHJPlP/cpOqjp1+1U=; b=fW7iRqoxL3UcaNjzAQKY6k/jFCTSWJFpEpViwSEKa6N4ij5hjDgeAZ+PDv6Vl93ZL3 70Yel5Za6NtOR+PSmaJQBML7bPgI1ZP6jPV4Ktw1+6Tndl2gM1aYGtk/9tLTEODgrD/4 1sMwVpa26qqX9INUxMDci70/PweUBYvA/sOkU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736235497; x=1736840297; 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=V2Ol+vsC55iSHq9KGimiXUe75vEHJPlP/cpOqjp1+1U=; b=KHtHqcTgOUvo2wdso5tNJ8nQRmxT70IFWpEogKzTNWmSJ8x6W60Bv7Xek5M2ej9fXW UKh1zaK/U2ZfU3to3aJ3PmLnTv21IF7LRPAXu3b9t9qMoZhCL2FrCjtynx17CsG1Mm7+ TNKzRof2ko9APG/8ka8GvQ4MwZC5/Dn00bOwXKqFCN91iI8iapUYzcEXmMc50a6sLSlh MtDOlLDcv+07bD75s5AKrBjGKHCebXhoSjmEl9FTaEJ34D4mjGqtdx3koPMTb45jKhs9 Fj3cgH7BJgVJsIi4BcS9YQgCXxNsttKX28nAPICRa7iToofMzwXQ+4QOPWhWY6jpv6aC c2yQ== X-Gm-Message-State: AOJu0YxMpzDMTh4gJ1mJazpXHTB4enqmIjZgJ/9IZl4j/BXryQi1m//G Iw9o+efeJSSKs/mgvDEEEnngbUTWGmyt+3GMSF2lxAZD645/xDPbXM5zUqb9/QmFfynp1DLatlO 7sFNp+pNP6HgFPr32p5Pot5SBxQCelWExETODdQiu X-Gm-Gg: ASbGncvV8++PVudajU5av3CpPoNOlLMrELq8sx5q7l1+fp1jIL9PWxjthZ82SN5Ztm+ SQvPxG3fYhPzvnkVvgpzs/x+BhXFfZKUjrGbfcqyzDsnnPIHfeKvxv2inMcndAHRk8DN/laesz0 T47wdsgq7W+gNiSD+sQ57XuOS83InmdWPn7HjOCdTpbsy0zi8PeBCRdzgZOpzIRnRNqaQsJCYvK O8rZBNFPqw8sD9chYxCCG2i9SYlFo3DwOMo3G4SR3DO2BkUUcJfUAhejBfWEB0v02OvqIhH7INh TQ== X-Google-Smtp-Source: AGHT+IGgEF3Hc/EkSiYdLWglNkoxQeZ1C6TwpB4LZFWEt5ymIlK2w2Dy85F+kZy1M0/P0XkxJV3KcPs3KiBa X-Received: by 2002:a05:6602:1410:b0:82c:d768:aa4d with SMTP id ca18e2360f4ac-8499e62b2f4mr5427371939f.9.1736235497173; Mon, 06 Jan 2025 23:38:17 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 8926c6da1cb9f-4e68bf9ba8dsm2121087173.7.2025.01.06.23.38.17 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 06 Jan 2025 23:38:17 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Mon, 06 Jan 2025 23:38:17 -0800 (PST) Message-ID: <677cd9e9.050a0220.21f748.51e1SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.8] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id B0C456052471; Tue, 7 Jan 2025 02:38:16 -0500 (EST) Subject: |WARNING| pw149325 [PATCH] pdump: clear statistics when enabled From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241219235853.854132-1-stephen@networkplumber.org> References: <20241219235853.854132-1-stephen@networkplumber.org> 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-abi-testing Test-Status: WARNING http://dpdk.org/patch/149325 _Testing issues_ Submitter: Stephen Hemminger Date: Thursday, December 19 2024 23:58:53 DPDK git baseline: Repo:dpdk Branch: master CommitID:07604f264417959d76aa9fcb8cb0c3665f62f0d3 149325 --> testing issues Upstream job id: Generic-DPDK-Compile-ABI#109403 Test environment and result as below: +-------------------+----------+ | Environment | abi_test | +===================+==========+ | CentOS Stream 9 | FAIL | +-------------------+----------+ | Debian 12 | FAIL | +-------------------+----------+ | Fedora 40 (Clang) | FAIL | +-------------------+----------+ | Fedora 40 | FAIL | +-------------------+----------+ | Fedora 41 (Clang) | FAIL | +-------------------+----------+ | Fedora 41 | FAIL | +-------------------+----------+ | RHEL8 | FAIL | +-------------------+----------+ | openSUSE Leap 15 | FAIL | +-------------------+----------+ | RHEL9 | FAIL | +-------------------+----------+ | Ubuntu 22.04 | FAIL | +-------------------+----------+ | Ubuntu 24.04 | FAIL | +-------------------+----------+ ==== 20 line log output for Ubuntu 24.04 (abi_test): ==== Error: cannot find librte_cfgfile.so.24.0 in build_install Error: cannot find librte_bpf.so.24.0 in build_install Error: cannot find librte_cmdline.so.24.0 in build_install Error: cannot find librte_distributor.so.24.0 in build_install Error: cannot find librte_jobstats.so.24.0 in build_install Error: cannot find librte_reorder.so.24.0 in build_install Error: cannot find librte_compressdev.so.24.0 in build_install Error: cannot find librte_ring.so.24.0 in build_install Error: cannot find librte_bitratestats.so.24.0 in build_install Error: cannot find librte_latencystats.so.24.0 in build_install Error: cannot find librte_pdump.so.24.0 in build_install Error: cannot find librte_cryptodev.so.24.0 in build_install Error: cannot find librte_mbuf.so.24.0 in build_install Error: cannot find librte_timer.so.24.0 in build_install Error: cannot find librte_rib.so.24.0 in build_install Error: cannot find librte_kvargs.so.24.0 in build_install Error: cannot find librte_node.so.24.0 in build_install Error: cannot find librte_gpudev.so.24.0 in build_install Error: cannot find librte_member.so.24.0 in build_install Error: cannot find librte_sched.so.24.0 in build_install ==== 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 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) RHEL8 Kernel: Depends on container host Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22) openSUSE Leap 15 Kernel: Depends on container host Compiler: gcc (SUSE Linux) 7.5.0 RHEL9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) 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 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32176/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/