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 B4C3B45E9A for ; Sat, 14 Dec 2024 07:04:10 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 94A0140296; Sat, 14 Dec 2024 07:04:10 +0100 (CET) Received: from mail-pf1-f228.google.com (mail-pf1-f228.google.com [209.85.210.228]) by mails.dpdk.org (Postfix) with ESMTP id 0EB7240041 for ; Sat, 14 Dec 2024 07:04:10 +0100 (CET) Received: by mail-pf1-f228.google.com with SMTP id d2e1a72fcca58-725ee6f56b4so2169719b3a.3 for ; Fri, 13 Dec 2024 22:04:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734156249; x=1734761049; 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=+kbJtsaaVu3dSTZTworJOn6cArm1gn4yjWRuXtzcfgA=; b=ih85dQjd4enAezUiXTre+KavcbEz/QGYrMFGonlw2tAms7Affa7QPq9Nwc8Jz4enxP 5bO8F1HjXyOXFFJ8vzBcI7V3ixGX7LoJNPaQfilVm5fiTBjqswCy5E0fkM/Czj0IJc4P /x36JdLE3enF9NaNCgH5Dk/+/KGCIIN33TnUc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734156249; x=1734761049; 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=+kbJtsaaVu3dSTZTworJOn6cArm1gn4yjWRuXtzcfgA=; b=gvz2g5c2MYfv08Zp43CQ5JdXhV5t1y4AWAZRuehiKMsUeDEjV+D0EWkhmd463OGMrk ugZ4UcAArgWUp4pIDDI8KkFVumzmKTotMcS996ZsXiMnvaeQRdnvORjiprVU4GarVCZQ rdRG8ZZIuAbfiOUcq9c631YCnF9E7R4scufwvmI8nOe09Y+DOjPg8+9AyvJ/ZEkOODi4 ePAx66JpNSzKVFHisDISXX/vfx5jfoVJAjThQMCtkp2iOXe2hABXH8A0OZqMq1iRxjy3 E50ibC1KZwwpvwEgmTaSOXErE03fd18xsdE0YlSBYkv1VSeNVv7rzqP6BpQBZu9dSQbM DTtw== X-Gm-Message-State: AOJu0YyV1WCKjL1KyxOo7xyRXPulAsdZZCVh/X54ewjQo+NeOOhChCUM mix4uTWK+z3BjiemdaWFv1Yn9TvoGg5skTspqVXW1H1KgL/LAi7CeCPZ2TNiXcQIvdzNYjwkiK1 vr3FynQt80IFcrgwsNMcMrmj75O+KIj/RPJY5TPjK X-Gm-Gg: ASbGnct2GOzsbXHOFu0YHX2PaJrgDkYhoMeU0ra5zRGPYIpFBAsNvSq9AJQs47E78i5 06N7D8pQxStTy8ofOEzPAaZRp4TqCUDnOGe7NtEz4EnlX3ZJ4XmnGjYRnRDj6LRNdHhngQwsztb FaZhXTv6A6/1ImO58PeV2b/hV88LiWUHqI73zFCF2BW52pz/cghLjyY8TNNV39zU/Za8RXtgTFx DHr8NrjSDRoUH6N7hfMQAzPBvttOrWUMypCfM12GY+/Bl5pH2I8b1rYxTBSBGbPTp3Keyaub+11 1g== X-Google-Smtp-Source: AGHT+IHqHxB6fJoUSpQb2ZP3Eph4vypksrUEM3atnPMcmaPU8423bnL+ohQ4V6aFK+11j1VjBhbYsVcmFJQk X-Received: by 2002:a17:903:1c6:b0:215:b18d:ef with SMTP id d9443c01a7336-218929e8849mr75855285ad.25.1734156249018; Fri, 13 Dec 2024 22:04:09 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id d9443c01a7336-218a1e68562sm380545ad.100.2024.12.13.22.04.08 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 13 Dec 2024 22:04:09 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Fri, 13 Dec 2024 22:04:09 -0800 (PST) Message-ID: <675d1fd9.170a0220.35ee00.2971SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.3] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 1BAF06052471; Sat, 14 Dec 2024 01:04:08 -0500 (EST) Subject: |WARNING| pw149242-149243 [PATCH] [2/2] drivers/net/sfc: remove unus From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241213214951.61974-3-otilibil@eurecom.fr> References: <20241213214951.61974-3-otilibil@eurecom.fr> 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/149243 _Testing issues_ Submitter: Ariel Otilibili Date: Friday, December 13 2024 21:41:55 DPDK git baseline: Repo:dpdk Branch: master CommitID:f1e0472368d4dbb1da33ae68b18ca21bc8a55259 149242-149243 --> testing issues Upstream job id: Generic-DPDK-Compile-Meson#343177 Test environment and result as below: +-------------------+--------------------+------------------+-------------------+ | Environment | dpdk_meson_compile | dpdk_compile_ovs | dpdk_compile_spdk | +===================+====================+==================+===================+ | CentOS Stream 9 | PASS | PASS | PASS | +-------------------+--------------------+------------------+-------------------+ | Debian 12 | PASS | PASS | PASS | +-------------------+--------------------+------------------+-------------------+ | Fedora 39 (Clang) | PASS | PASS | PASS | +-------------------+--------------------+------------------+-------------------+ | Fedora 39 | PASS | PASS | PASS | +-------------------+--------------------+------------------+-------------------+ | Fedora 40 (Clang) | PASS | PASS | PASS | +-------------------+--------------------+------------------+-------------------+ | Fedora 40 | PASS | PASS | PASS | +-------------------+--------------------+------------------+-------------------+ | openSUSE Leap 15 | PASS | WARN | SKIPPED | +-------------------+--------------------+------------------+-------------------+ | RHEL8 | PASS | PASS | SKIPPED | +-------------------+--------------------+------------------+-------------------+ | RHEL9 | PASS | PASS | SKIPPED | +-------------------+--------------------+------------------+-------------------+ | Ubuntu 20.04 | PASS | WARN | SKIPPED | +-------------------+--------------------+------------------+-------------------+ | Ubuntu 22.04 | PASS | PASS | PASS | +-------------------+--------------------+------------------+-------------------+ | Ubuntu 24.04 | PASS | PASS | PASS | +-------------------+--------------------+------------------+-------------------+ | Alpine | PASS | PASS | SKIPPED | +-------------------+--------------------+------------------+-------------------+ | FreeBSD 13.4 | PASS | SKIPPED | SKIPPED | +-------------------+--------------------+------------------+-------------------+ | FreeBSD 14.2 | PASS | SKIPPED | SKIPPED | +-------------------+--------------------+------------------+-------------------+ ==== 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.4.1 20231218 (Red Hat 11.4.1-3) Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 39 (Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) Fedora 39 Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) 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.4.1 20231218 (Red Hat 11.4.1-3) 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.2.0-23ubuntu4) 13.2.0 Alpine Kernel: Depends on container host Compiler: gcc (Alpine 13.2.1_git20240309) 13.2.1 20240309 FreeBSD 13.4 Kernel: 13.4-RELEASE-p1 Compiler: clang 18.1.6 FreeBSD 14.2 Kernel: 14.2-RELEASE Compiler: clang 18.1.6 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32144/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/