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 C399D46016 for ; Wed, 8 Jan 2025 06:32:24 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9053C40150; Wed, 8 Jan 2025 06:32:24 +0100 (CET) Received: from mail-io1-f98.google.com (mail-io1-f98.google.com [209.85.166.98]) by mails.dpdk.org (Postfix) with ESMTP id 8341D4014F for ; Wed, 8 Jan 2025 06:32:22 +0100 (CET) Received: by mail-io1-f98.google.com with SMTP id ca18e2360f4ac-84a012f7232so18200639f.0 for ; Tue, 07 Jan 2025 21:32:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1736314341; x=1736919141; 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=4OOXcAvDg3SlCChf1cttl7xh9r7uUPY019My8faVIyI=; b=Y5mb32IzrC0ZKGTNuVDhg8GSL+sFgzPU/BWBCCBGvFSvOdOrzW2aiejBaEeImRVMkr Q8irpKQsynWRAh+musDIn2QGs2+91PvA9PcdrazKt41mXeIc+bc90Z7vyamP6OsRU+ha ZFpD1Rkt9aQ7VSLpshwE0rowLKJJ77fwvYINg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736314341; x=1736919141; 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=4OOXcAvDg3SlCChf1cttl7xh9r7uUPY019My8faVIyI=; b=bwxcO0u/k4rj7GW/SEfP/1Hkv7iyiTFQMvyO6Hi3j3jlkVNC7WUWSrxrkyMlls1ctW 2GGadVjjO2k1jKt6hh8EdGoKsvmnzfdAlEiwdSqLwe7FwLdwOVz2RyIMpAKtRnMeWNxV U1UvHRz6gsDifU01VxMo8+Rgq4M6scDTpQRzw4BYqqwuoMibq6P4vvlIkUnrDEyQB05v 7KkavN8wtE8/zUo04NNViSXDXAqcSzwmTKLtYv5jE4hhkfgoA7GdNFkwSVUGu5kheEph BAtNGOmwurHfFjUSxppiMvHPXQpQxXXl3X0hFx/64uqhgcp5jl4NLcjrmBRDIb2qaA5Q 3ifQ== X-Gm-Message-State: AOJu0Yw/WSFDFYoKQ2NAYAL0SeD5xA4LY9tbPzjOaiBdoS90xnOrYYWd faWFLpDKCVw2WW7nWrysuvrsKi8Oo41FlkOMSlwiLhVBISXzhlj2YHYyHiwVQr37BgEUT/cG4SK zL40ENaGPq2bTSyFIv5NUHybr/lXRrNF/uKD4OG34 X-Gm-Gg: ASbGnctDnPR0cq51psmhFcANuts/eJ1TqvH2bjhJCl6ez1Bx5vPSNaepgrSL4k/87g5 UYHGt4PkoGfF2BVX17U5rDe+VlcVCv8AI9DC91BgqwahVkN3tH9euJxN8xqlYHNaUtjPk9oXWG3 6NehqO5A2hTYuA236mycEPDXAHC5lxU/N1K9/38pk1eecl/ZIQ+UUtFTGnlTSHyHaBB2kNGfxSY 8pil6hhdNKR9ciWmF5nq/1WTwVvxnObz3yvi4qPI/BV1RlMd5rKHrDer4cDqXI229OcuCKaYeef bA== X-Google-Smtp-Source: AGHT+IHPWIvxc1Yu6U0itDlxlWGSLNk9x+aafyGpEjHgSEDFXdSTERcRzbU1eXbaXIuT4NgxLG4mQrkl1UD/ X-Received: by 2002:a05:6e02:2685:b0:3a7:e66a:c4a7 with SMTP id e9e14a558f8ab-3ce31cf939emr46574345ab.1.1736314341594; Tue, 07 Jan 2025 21:32:21 -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-4e68c242d1esm2228607173.66.2025.01.07.21.32.21 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 07 Jan 2025 21:32:21 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Tue, 07 Jan 2025 21:32:21 -0800 (PST) Message-ID: <677e0de5.050a0220.29f57b.f87cSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.5] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 156976052471; Wed, 8 Jan 2025 00:32:21 -0500 (EST) Subject: |WARNING| pw149260-149264 [PATCH] [v2,5/5] eal/x86: defer power intr From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241217085954.3310414-6-david.marchand@redhat.com> References: <20241217085954.3310414-6-david.marchand@redhat.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-abi-testing Test-Status: WARNING http://dpdk.org/patch/149264 _Testing issues_ Submitter: David Marchand Date: Tuesday, December 17 2024 08:59:52 DPDK git baseline: Repo:dpdk Branch: master CommitID:7df61db6c387703a36306c1aea92225921e2eeb2 149260-149264 --> testing issues Upstream job id: Generic-DPDK-Compile-ABI#110419 Test environment and result as below: +-------------------+----------+ | Environment | abi_test | +===================+==========+ | CentOS Stream 9 | PEND | +-------------------+----------+ | Debian 12 | PEND | +-------------------+----------+ | Fedora 40 (Clang) | FAIL | +-------------------+----------+ | Fedora 40 | PASS | +-------------------+----------+ | Fedora 41 (Clang) | PEND | +-------------------+----------+ | Fedora 41 | PEND | +-------------------+----------+ | openSUSE Leap 15 | FAIL | +-------------------+----------+ | RHEL8 | PEND | +-------------------+----------+ | RHEL9 | PEND | +-------------------+----------+ | Ubuntu 22.04 | PEND | +-------------------+----------+ | Ubuntu 24.04 | PEND | +-------------------+----------+ ==== 20 line log output for openSUSE Leap 15 (abi_test): ==== Error: cannot find librte_pipeline.so.24.0 in build_install Error: cannot find librte_cfgfile.so.24.0 in build_install Error: cannot find librte_net_vmxnet3.so.24.0 in build_install Error: cannot find librte_net_memif.so.24.0 in build_install Error: cannot find librte_kvargs.so.24.0 in build_install Error: cannot find librte_mbuf.so.24.0 in build_install Error: cannot find librte_cryptodev.so.24.0 in build_install Error: cannot find librte_eal.so.24.0 in build_install Error: cannot find librte_bpf.so.24.0 in build_install Error: cannot find librte_pdump.so.24.0 in build_install Error: cannot find librte_pcapng.so.24.0 in build_install Error: cannot find librte_ethdev.so.24.0 in build_install Error: cannot find librte_dmadev.so.24.0 in build_install Error: cannot find librte_eventdev.so.24.0 in build_install Error: cannot find librte_cmdline.so.24.0 in build_install Error: cannot find librte_mempool.so.24.0 in build_install Error: cannot find librte_member.so.24.0 in build_install Error: cannot find librte_jobstats.so.24.0 in build_install Error: cannot find librte_ring.so.24.0 in build_install Error: cannot find librte_security.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) 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) 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/32151/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/